Tanl::NER::EntityType Struct Reference
List of all members.
Public Types |
enum | Type {
NoType = 0,
Word,
Quantity,
Name,
Time,
Symbol,
Punct,
Address,
TypeEnd
} |
enum | Subtype {
Person = TypeEnd,
Organization,
Location,
Product,
Number,
Money,
Measure,
Duration,
Date,
Instant,
Url,
Email
} |
Public Member Functions |
| EntityType (Type type=NoType, Subtype subtype=(Subtype) NoType) |
Public Attributes |
Type | type |
Subtype | subtype |
The documentation for this struct was generated from the following file: