Home | Trees | Indices | Help |
|
---|
|
Generates the character to variant mapping from the Unihan table.
|
|||
|
|||
|
|
|||
HEX_INDEX_REGEX = re.compile(r'\s
|
|||
MULT_HEX_INDEX_REGEX = re.compile(r'\s
|
|||
MULT_HEX_INDEX_FIND_REGEX = re.compile(r'U\+
|
|||
SEMANTIC_REGEX = re.compile(r'
|
|||
SEMANTIC_FIND_REGEX = re.compile(r'U\+
|
|||
ZVARIANT_REGEX = re.compile(r'\s
|
|||
VARIANT_REGEX_MAPPING =
Mapping of entry types to regular expression describing the entry's pattern. |
|
Initialises the VariantGenerator.
|
|
MULT_HEX_INDEX_REGEX
|
MULT_HEX_INDEX_FIND_REGEX
|
SEMANTIC_FIND_REGEX
|
VARIANT_REGEX_MAPPINGMapping of entry types to regular expression describing the entry's pattern.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue May 19 22:38:18 2009 | http://epydoc.sourceforge.net |