Skip to content

sanjusci/nltk-basic

Repository files navigation

NLTK basic learning for beginners.

Natural Language Processing (Python)

Index

Topics

Tokenizing

Stopwords

Stemming

Chunking

Chinking

NamedEntityRecognization

Lemmatization

Corpus accessing documents via NLTK

TextClassification via NLTK

TextClassification via NLTK

How to run?

  1. Move to <project-dir>, create virtual environment and then activate it as
$ cd <project-dir>
$ virtualenv .environment
$ source .environment/bin/activate
$ pip3 install -r requirements.txt

Note: Step-1 is optional but recommended.

  1. Add project to PYTHONPATH as
$ export PYTHONPATH="$PYTHONPATH:." # . corresponds to current directory(project-dir)

If you are using PyCharm then it can be done under run configuration.

Releases

No releases published

Packages

No packages published

Languages