https://github.com/geekquad/text-learning
Basic usage of NLTK. Implementation of concepts like Stemmer, TfIdf, and text.CountVectors
https://github.com/geekquad/text-learning
corpus countvectorizer nltk sklearn stopwords tfidf
Last synced: 12 months ago
JSON representation
Basic usage of NLTK. Implementation of concepts like Stemmer, TfIdf, and text.CountVectors
- Host: GitHub
- URL: https://github.com/geekquad/text-learning
- Owner: geekquad
- Created: 2020-07-10T15:03:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-10T18:37:28.000Z (over 5 years ago)
- Last Synced: 2025-01-07T05:16:15.408Z (about 1 year ago)
- Topics: corpus, countvectorizer, nltk, sklearn, stopwords, tfidf
- Language: Jupyter Notebook
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Text-Learning
Basic usage of NLTK. Implementation of concepts like Stemmer, TfIdf and text.CountVectors