Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 287 Bytes

python_libraries.md

File metadata and controls

5 lines (5 loc) · 287 Bytes

from nltk.corpus import twitter_samples # sample Twitter dataset from NLTK

from nltk.tokenize import TweetTokenizer # module for tokenizing strings

pip install Gooey # Turn (almost) any Python command line program into a full GUI application with one line