DEV Community

amananandrai
amananandrai

Posted on • Edited on

12 7 1

NLTK modules overview

NLTK stands for Natural Language Toolkit and it is suite of libraries and programs in Python for Natural Language Processing Tasks. It is one of the most widely used NLP Python libraries.

It can perform various NLP tasks like tokenization, stemming, POS tagging, lemmatization and classification to name a few.

A summary of popular modules of NLTK is given in the table below.

S.No Language Processing Task NLTK module
1 Accessing Corpora nltk.corpus
2 String Processing nltk.tokenize, nltk.stem
3 Collocation discovery nltk.collocations
4 Part-of-speech tagging nltk.tag
5 Classification nltk.classify, nltk.cluster
6 Chunking nltk.chunk
7 Parsing nltk.parse
8 Semantic interpretation nltk.sem, nltk.inference
9 Evaluation metrics nltk.metrics
10 Probability and Estimation nltk.probability
11 Applications nltk.app, nltk.chat
12 Linguistic fieldwork nltk.toolbox

Hostinger image

Get n8n VPS hosting 3x cheaper than a cloud solution

Get fast, easy, secure n8n VPS hosting from $4.99/mo at Hostinger. Automate any workflow using a pre-installed n8n application and no-code customization.

Start now

Top comments (0)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay