Skip to content Skip to sidebar Skip to footer
Showing posts with the label N Gram

Frequency Of Ngrams (strings) In Tokenized Text

I have a set of unique ngrams (list called ngramlist) and ngram tokenized text (list called ngrams)… Read more Frequency Of Ngrams (strings) In Tokenized Text

Detecting Foreign Words

I am writing a script to detect words from a language B in a language A. The two languages are very… Read more Detecting Foreign Words