|
||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | |||||||||
CorpusIndex codes to -1.
POS[w1 w2 ... wn], where POS is the chunk
part-of-speech tag and w1 ... wn the sequence of n
words forming this chunk.
<w1 w2 ... wn> : POS, where POS
is the chunk tag, and w1 ... wn are the sequence
of words in this chunk.
toString() method type that gives a string representation
of this chunked sentence, where each word is printed followed by
its part-of-speech tag, as shown in the next example:
the/dt lazy/jj fox/nn jumped/vbd over/in the/dt fence/nn
(26, April 2009, 10:47)
toStringRegexPOS(), differing
only in the fact that the chunk tag is also included in each word printing, after
the part-of-speech tag.
|
||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | |||||||||