Skip to content

richmond003/NLPs

Repository files navigation

Notes


  • Steamming (PorterStemmer): reduces words to their base form by trimming common endings

  • Lemmentation (WordNetLemmatizer) is similar to steaming but it is smarter it uses a vocabulary and grammatical rules to find the true base form (lemma) of a

  • N-grams: is for analyzing patterns in text. If the degree of n-gram is changed to [1] or [2] or [3], we get bigram or trigram sequence of two or three words, helping identify common phrase (most occuring) or expression in the text.

  • Sentiment Anaylsis is an NLP technique underlying emotional tone of the text it could be positive, negative, or neutral

About

Natural Language Processing Models

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors