|
FreeLing
4.0
|
#include <sstream>#include <fstream>#include "freeling/morfo/traces.h"#include "freeling/morfo/util.h"#include "freeling/morfo/configfile.h"#include "freeling/morfo/locutions.h"
Namespaces | |
| namespace | freeling |
Defines | |
| #define | MOD_TRACENAME L"LOCUTIONS" |
| #define | MOD_TRACECODE LOCUT_TRACE |
| #define | ST_P 1 |
| #define | ST_M 2 |
| #define | ST_STOP 3 |
| #define | TK_pref 1 |
| #define | TK_mw 2 |
| #define | TK_prefL 3 |
| #define | TK_mwL 4 |
| #define | TK_prefP 5 |
| #define | TK_mwP 6 |
| #define | TK_other 7 |
| #define MOD_TRACECODE LOCUT_TRACE |
| #define MOD_TRACENAME L"LOCUTIONS" |
| #define ST_M 2 |
Referenced by freeling::locutions::locutions().
| #define ST_P 1 |
Referenced by freeling::locutions::locutions().
| #define ST_STOP 3 |
Referenced by freeling::locutions::locutions().
| #define TK_mw 2 |
Referenced by freeling::locutions::ComputeToken(), and freeling::locutions::locutions().
| #define TK_mwL 4 |
Referenced by freeling::locutions::locutions().
| #define TK_mwP 6 |
Referenced by freeling::locutions::locutions().
| #define TK_other 7 |
Referenced by freeling::locutions::ComputeToken().
| #define TK_pref 1 |
Referenced by freeling::locutions::ComputeToken(), and freeling::locutions::locutions().
| #define TK_prefL 3 |
Referenced by freeling::locutions::locutions().
| #define TK_prefP 5 |
Referenced by freeling::locutions::locutions().
1.7.6.1