#include <mootLexfreqs.h>
|
Type for a single lexeme+tag co-occurrence count |
|
Type for frequency lookup subtables. |
|
Lookup table: tag->Count(tag) |
|
Type for the lexical frequency lookup table. |
|
Default constructor |
|
Default destructor |
|
Add 'count' to the current count for (token,tag) |
|
Clear internal table(s) |
|
Add counts for 'special' tokens to the object. This should be called after you have added all 'real' tokens.
|
|
Load data from a TnT-style parameter file (stream version) |
|
Load data from a TnT-style parameter file |
|
Return the number of distinct (token,tag) pairs we've counted. |
|
Save data to a TnT-style paramater file (stream version) |
|
Save data to a TnT-style paramater file |
|
|
|
lexeme->(tag->count) lookup table |
|
total number of tokens counted |
|
tag->count lookup table |