Class | Description |
---|---|
Alnum |
Matches a token made only of letters or digits (case-insensitive)
|
Alpha |
Matches a token made only of letters (case-insensitive)
|
And |
Abstract class common to pattern that matches a word and/or an annotation.
|
Annotation |
Matches an annotation kind and possibly its display form if specified.
|
AnnotationRegexp |
Matches an annotation with specified kind
and whose display form matches the specified regular expression. If defined, "capture" contains an output format a la sed used for generating the final match annotation |
AnyToken |
Matches any word.
|
BoolPattern |
Abstract class common to pattern that matches a word and/or an annotation.
|
Ctx |
backward compatibility classes
|
Dash |
Matches a token with kind SEP_DASH
|
Digits |
Matches a token with kind NUMBER
|
DisjunctivePattern |
Abstract class common to all patterns whose children have to be interpred as a disjunction.
|
Iter | |
MatchAnnotation |
Match generation
An annotation kind and a format |
Near |
A BINARY near matching subexpressions in any order
at a max distance defined by slop in terms of non-blank tokens |
Noblank |
Assert that there is no space between two tokens
|
Nor |
Abstract class common to pattern that matches a word and/or an annotation.
|
Not |
Abstract class common to pattern that matches a word and/or an annotation.
|
ObjectFactory | |
Opt | |
Or | |
Paragraph |
Matches a token with kind SEP_PARAGRAPH
|
Pattern |
Abstract class common to all patterns.
|
PatternRef |
Abstract class common to pattern that matches a word and/or an annotation.
|
Plus | |
Punct |
Matches a token with kind SEP_PUNCT
|
RulePattern |
Abstract class common to all patterns that matche a String.
|
Sentence |
Matches a token with kind SEP_SENTENCE
|
Seq |
Abstract class common to all patterns whose children have to be interpred as a sequence.
|
SequentialPattern |
Abstract class common to all patterns whose children have to be interpred as a sequence.
|
Star | |
Sub | |
TImport |
Import an XML rules file so that rules and patterns defined in it can referenced by a PatternRef
This is not quite equivalent to a TInclude which contains at least a TRule. |
TInclude |
Include an XML rules file
|
TokenKind |
Matches a specific token kind as set by the tokenizer
Allowed values are: SEP_PARAGRAPH SEP_SENTENCE SEP_PUNCT SEP_QUOTE SEP_DASH NUMBER ALPHANUM (** Warning **, this means alpha AND num, not alpha OR num) ALPHA |
TokenLanguage |
Matches a token with specified language
|
TokenRegexp |
Matches a regexp.
|
TRule |
A transducer rule
|
TRules |
A set of transducer rules
|
Word |
Matches a word.
|
Enum | Description |
---|---|
Annotation.Error | |
AnnotationRegexp.Error | |
AnnotationRegexp.Level | |
TokenRegexp.Level | |
Word.Level |
Copyright © 2013 Dassault Systèmes, All Rights Reserved.