RiTa
index
Name tagAndChunk()
Class RiChunker
Description Performs pos-tagging (and word tokenizing) to prepare a sentence for chunking, then returns a String of chunks inline, in the following format(for input 'The boy ran over dog'):

(np The/dt boy/nn) (vp ran/vbd) (pp over/in) (np the/dt dog/nn)

Syntax
tagAndChunk(sentence);
Returns java.lang.String
Usage Web & Application
Related