Changes

Jump to navigation Jump to search
no edit summary
10/16/2017 1pm - 5:00pm - NLTK
* 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 nouns

Navigation menu