Class
TreeTagger::Chunk
In:
lib/rir/ttagger.rb
Parent:
Object
Represents a
Chunk
extracted when parsing a
TaggerChunker
file.
Methods
new
Attributes
tag
[R]
words
[R]
Public Class methods
new
(str,tag)
Creates a
Chunk
.
str
are whitespace-separated terms.
tag
see :
ftp.ims.uni-stuttgart.de/pub/corpora/chunker-tagset-english.txt
[Validate]