Splitting Tree

2012-12-02 Thread subhabangalore
Dear Group, I am using NLTK and I used the following command, chunk=nltk.ne_chunk(tag) print The Chunk of the Line Is:,chunk The Chunk of the Line Is: (S ''/'' It/PRP is/VBZ virtually/RB a/DT homecoming/NN ,/, ''/'' said/VBD (PERSON Gen/NNP Singh/NNP) on/IN arrival/NN)

Re: Splitting Tree

2012-12-02 Thread subhabangalore
On Sunday, December 2, 2012 5:39:32 PM UTC+5:30, subhaba...@gmail.com wrote: Dear Group, I am using NLTK and I used the following command, chunk=nltk.ne_chunk(tag) print The Chunk of the Line Is:,chunk The Chunk of the Line Is: (S ''/'' It/PRP is/VBZ

Re: Splitting Tree

2012-12-02 Thread Cameron Simpson
On 02Dec2012 07:02, subhabangal...@gmail.com subhabangal...@gmail.com wrote: | On Sunday, December 2, 2012 5:39:32 PM UTC+5:30, subhaba...@gmail.com wrote: | I am using NLTK and I used the following command, | chunk=nltk.ne_chunk(tag) | | print The Chunk of the Line Is:,chunk | | The Chunk