Changes

Jump to navigation Jump to search
512 bytes added ,  13:34, 21 September 2020
no edit summary
{{Project|Has project output=|Has sponsor=McNair ProjectsCenter
|Has title=Python Libraries
|Has owner=Peter Jalbert, Harrison Brown, Christy Warden, Jeemin Sim,
==Geocoding Libraries==
==NLP Libraries===NLTK==NLTK is the Natural Language Toolkit*NLTK Information**Need to convert text to ascii. Had issues with my PDF texts and had to convert**Can use sent_tokenize() function to split document into sentences, easier that regular expressions**Use pos_tag() to tag the sentences. This can be used to extract proper noun**there are several packages that need to be downloaded, to do this:***open up python in the shell****run nltk.download()****download all packages

Navigation menu