Skip to content

s-londono/labs-nlp

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages