package documentation

Interactive NLTK Applications:

chartparser: Chart Parser chunkparser: Regular-Expression Chunk Parser collocations: Find collocations in text concordance: Part-of-speech concordancer nemo: Finding (and Replacing) Nemo regular expression tool rdparser: Recursive Descent Parser srparser: Shift-Reduce Parser wordnet: WordNet Browser

Module chartparser_app A graphical tool for exploring chart parsing.
Module chunkparser_app A graphical tool for exploring the regular expression based chunk parser nltk.chunk.RegexpChunkParser.
Module collocations_app Undocumented
Module concordance_app Undocumented
Module nemo_app Finding (and Replacing) Nemo
Module rdparser_app A graphical tool for exploring the recursive descent parser.
Module srparser_app A graphical tool for exploring the shift-reduce parser.
Module wordfreq_app Undocumented
Module wordnet_app A WordNet Browser application which launches the default browser (if it is not already running) and opens a new tab with a connection to http://localhost:port/ . It also starts an HTTP server on the specified port and begins serving browser requests...