Home | Trees | Indices | Help |
|
---|
|
object --+ | RegexpChunkRule --+ | SplitRule
A rule specifying how to split 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 that
matches the left pattern followed by the right pattern. It will then
split the chunk into two new chunks, at the point between the two pattern
matches.
|
|||
|
|||
string
|
|
||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
Construct a new
|
repr(x)
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Wed Aug 27 15:08:52 2008 | http://epydoc.sourceforge.net |