s-londono / labs-nlp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NOTES

1. Setup

Make sure that that the following code has been run on the appropriate Python environment. It will download all the resource required by NLTK, including the corpora:

import nltk

# To choose what to download use: nltk.download()
nltk.download("all")

About


Languages

Language:Python 100.0%