#include <mootToken.h>
|
Type for multiple concurrent analyses : tag => set<Analysis> |
|
Type for analysis weights |
|
Default constructor: empty text, no analyses |
|
Constructor given only token text: no analyses |
|
Constructor given text & analyses |
|
Constructor given text & analyses & best tag |
|
Constructor for text-only tokens from C buffer of known length |
|
Set token analyses |
|
Get token analyses |
|
Set best tag |
|
Get best tag |
|
Append to 'besttag' text, returns new text |
|
Append to 'besttag' text, returns new text |
|
Clear this object (except for user_data) |
|
Remove an analysis |
|
Test presence of an analysis for 'tag' |
|
Insert a new analysis, C-style |
|
Insert a new analysis |
|
Insert an analysis |
|
Prune analyses, retaining only those for 'besttag' |
|
Set token text |
|
Set token text |
|
Get token text |
|
Append to token text, returns new token-text |
|
Append to token text, returns new token-text |
|
For lazy backwards-compatibility: convert mootToken back to old-style 'text,tagset' pair.
|
|
For backwards-compatibility: convert old-style 'text,tags' pair to a mootToken.
|
|
Set token type |
|
Get token type |
|
Comparison operaor |
|
Equality operator |
|
Set of possible analyses as a mootToken::AnalysisSet |
|
Best tag for this token. |
|
Literal token text. |
|
Token content type. |