|
FreeLing
4.0
|
#include <set>#include "freeling/windll.h"#include "freeling/morfo/language.h"#include "freeling/morfo/processor.h"#include "freeling/morfo/traces.h"

Go to the source code of this file.
Classes | |
| class | freeling::automat_status |
| Class to store status information. More... | |
| class | freeling::automat< T > |
| Abstract class to implement a Finite-State Automaton which is used by modules recognizing multiwords (dates, numbers, quantities, ...). More... | |
Namespaces | |
| namespace | freeling |
Defines | |
| #define | MAX_STATES 100 |
| #define | MAX_TOKENS 50 |
| #define | MOD_TRACENAME L"AUTOMAT" |
| #define | MOD_TRACECODE AUTOMAT_TRACE |
| #define MAX_STATES 100 |
Referenced by freeling::locutions::locutions(), and freeling::np::np().
| #define MAX_TOKENS 50 |
Referenced by freeling::locutions::locutions(), and freeling::np::np().
| #define MOD_TRACECODE AUTOMAT_TRACE |
| #define MOD_TRACENAME L"AUTOMAT" |
1.7.6.1