https://github.com/wingkwong/nlp-playground
My NLP Playground
https://github.com/wingkwong/nlp-playground
Last synced: 6 months ago
JSON representation
My NLP Playground
- Host: GitHub
- URL: https://github.com/wingkwong/nlp-playground
- Owner: wingkwong
- Created: 2020-06-04T07:06:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-04T07:25:53.000Z (over 5 years ago)
- Last Synced: 2025-02-16T03:43:18.674Z (8 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nlp-layground
My NLP Playground
## Install NLTK
```py
!pip install nltk
```## NLTK Data
Create a folder nltk_data, e.g. ``C:\nltk_data``, or ``/usr/local/share/nltk_data``, and ``subfolders`` ``chunkers``, ``grammars``, ``misc``, ``sentiment``, ``taggers``, ``corpora``, ``help``, ``models``, ``stemmers``, ``tokenizers``.
Download individual packages from http://nltk.org/nltk_data/