Keywords: Noun phrase chunking with NLTK.svg en Noun phrase chunking with NLTK Created with the following Python code see http //nltk googlecode com/svn/trunk/doc/book/ch07 html <source lang Python > import nltk sentence nltk tag pos_tag 'The quick brown fox jumped over the lazy dog' split grammar NP <DT> <JJ> <NN> cp nltk RegexpParser grammar result cp parse sentence result draw </source> 2012-04-23 own InverseHypercube cc-zero Uploaded with UploadWizard Syntax trees Images with Python source code |