Home | Trees | Indices | Help |
|
---|
|
object --+ | RegexpChunkRule --+ | MergeRule
A rule specifying how to merge chunks in a ChunkString
,
using two matching tag patterns: a left pattern, and a right pattern.
When applied to a ChunkString
, it will find any chunk whose
end matches left pattern, and immediately followed by a chunk whose
beginning matches right pattern. It will then merge those two chunks
into a single chunk.
|
|||
|
|||
string
|
|
||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
Construct a new
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Wed Aug 27 15:08:52 2008 | http://epydoc.sourceforge.net |