Entities and Attributes
The following entities are available:
Entity type |
Description |
---|---|
|
extracts string values |
|
extracts Boolean values |
|
extracts integer values |
|
extracts floating point values |
|
extracts ranged string values |
|
extracts string values following a pattern |
Entities are defined with the following common attributes and sets of specific attributes:
Attribute |
Type |
Description |
---|---|---|
|
string |
An optional left context triggering the entity detection. |
|
NamedObjectList |
An optional list of left contexts triggering the match |
|
string |
Alias for trigger |
|
NamedObjectList |
Alias for triggers |
|
string |
The annotation set by the processor in case of a match |
|
string |
The annotation value in case of a match. Each |
|
string |
The level used to match the feature: |
|
string |
Unique entity reference. Only used by the GUI. |
|
String |
An optional condition on right context |
|
NamedObjectList |
An optional list of conditions on right context |
|
String |
Alias for unit |
|
NamedObjectList |
Alias for units |
Attribute |
Type |
Description |
---|---|---|
|
string |
The values to match, separated with '|' |
|
int |
Maximum number of tokens for the value |
|
iso code |
Restricts matching to a specific input language. |
Attribute |
Type |
Description |
---|---|---|
|
string |
The value for true |
|
string |
The value for false |
Attribute |
Type |
Description |
---|---|---|
|
int |
If defined, normalizes the value to the nearest step. default=0 |
|
int |
Minimum value for a match. default=-2147483648 |
|
int |
Maximum value for a match. default=2147483647 |
|
double |
The normalization coefficient used to multiply the matched value. default=1 |
|
int |
The floating-point precision in output. default=0 |
|
Boolean |
If false, ignores values lower than min or greater than max. default=True |
|
Boolean |
If true, adds the original value (before normalization) in an extra annotation
default=False |
|
Boolean |
If true, removes the trailing zeros after point. default=False |
Attribute |
Type |
Description |
---|---|---|
|
int |
Dimension count. default=2 |
|
string |
Numbers delimiter. default="x" |
Attribute |
Type |
Description |
---|---|---|
|
string |
Perl-5 regular expression |
|
string |
An optional left context |
|
NamedObjectList |
An optional list of left contexts |