N-grams are sequences of words, where the 'n' stands for the number of words in the sequence. In this lesson, we will see how to find bigrams (2-grams), trigrams (3-grams), and any other length n-gram in a body of text.
You mentioned you could use bigrams to find names within the sentence. What's the process for filtering everything else out that isn't a name? Thank you!
simpleAdam
~ 5 years ago
volume is all over the place
Markdown supported.
Become a member to join the discussionEnroll Today
You mentioned you could use bigrams to find names within the sentence. What's the process for filtering everything else out that isn't a name? Thank you!