An open API service indexing awesome lists of open source software.

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

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/