|
ChunkString
A string-based encoding of a particular chunking of a text.
|
|
RegexpChunkRule
A rule specifying how to modify the chunking in a
ChunkString , using a transformational regular
expression.
|
|
ChunkRule
A rule specifying how to add chunks to a ChunkString ,
using a matching tag pattern.
|
|
ChinkRule
A rule specifying how to remove chinks to a
ChunkString , using a matching tag pattern.
|
|
UnChunkRule
A rule specifying how to remove chunks to a
ChunkString , using a matching tag pattern.
|
|
MergeRule
A rule specifying how to merge chunks in a
ChunkString , using two matching tag patterns: a left
pattern, and a right pattern.
|
|
SplitRule
A rule specifying how to split chunks in a
ChunkString , using two matching tag patterns: a left
pattern, and a right pattern.
|
|
ExpandLeftRule
A rule specifying how to expand chunks in a
ChunkString to the left, using two matching tag
patterns: a left pattern, and a right pattern.
|
|
ExpandRightRule
A rule specifying how to expand chunks in a
ChunkString to the right, using two matching tag
patterns: a left pattern, and a right pattern.
|
|
ChunkRuleWithContext
A rule specifying how to add chunks to a ChunkString ,
using three matching tag patterns: one for the left context, one
for the chunk, and one for the right context.
|
|
RegexpChunkParser
A regular expression based chunk parser.
|
|
RegexpParser
A grammar based chunk parser.
|