Skip to content Skip to sidebar Skip to footer
Showing posts with the label Stemming

Python, Stemmer Not Found

I got this code from github and this code will execute on windows machine 64 bit. Here's the er… Read more Python, Stemmer Not Found

Getting The Closest Noun From A Stemmed Word

Short version: If I have a stemmed word: Say 'comput' for 'computing', or 'suga… Read more Getting The Closest Noun From A Stemmed Word

Is There A Way To Reverse Stem In Python Nltk?

I have a list of stems in NLTK/python and want to get the possible words that create that stem. Is … Read more Is There A Way To Reverse Stem In Python Nltk?