python - Find similar words for bigrams using nltk.similar -
i want find similar words corpus of text using nltk.similar function. function not work bigrams angular momentum
. can not use other similarity metrics wup_similarity
etc. how can find similar words bigrams?
note - nltk.similar
uses context of given word (previous + next words) find similar words.
Comments
Post a Comment