I'm sorry if there already is a similiar question, I kinda dont know the right word for what I'm looking for. Im looking for a solution in Python.
I got a text-database with around 200.000 words. Its tokenized, so its a list of words. What I want to do is to find out which words often occure together within a specific range (lets say 10 words). Bigrams dont do it for me as far as Ive seen, as they define "occuring together" as next to each other.
Thanks in advance