Monday, January 24, 2011

NLTK modules and their functions

From: http://blog.ynada.com/tag/nltk
Accessing corpora: nltk.corpus
String processing: nltk.tokenize, nltk.stem
Collocation discovery: nltk.collocations
Part-of-speech tagging: nltk.tag
Classification: nltk.classify, nltk.cluster
Chunking: nltk.chunk
Parsing: nltk.parse
Semantic interpretation: nltk.sem, nltk.inference
Evaluation metrics: nltk.metrics
Probability and estimation; nltk.probability
Applications: nltk.app, nltk.chat

No comments:

Post a Comment