• Notes of "NLP with Python"
  • Introduction
  • 1. 1.Language Processing and Python
  • 2. WordNet Interface
  • 3. Stemmers & Lemmatization
  • 4. Collocations
  • 5. Tokenizer
Powered by GitBook

Notes of "NLP with Python"

http://www.nltk.org/_modules/nltk/corpus/reader/wordnet.html http://www.nltk.org/howto/wordnet.html

GLOSSARY OF TERMS https://wordnet.princeton.edu/wordnet/man/wngloss.7WN.html

WordNet can be imported like this:

>>> from nltk.corpus import wordnet as wn