|
FreeLing
3.1
|
#include <list>#include "freeling/windll.h"#include "freeling/morfo/language.h"#include "freeling/morfo/processor.h"

Go to the source code of this file.
Classes | |
| class | freeling::POS_tagger |
| The class POS_tagger is just an abstract class generalizing a PoS tagger. More... | |
Namespaces | |
| namespace | freeling |
explicit instantiations of class automat to satisfy compiler | |
Defines | |
| #define | FORCE_NONE 0 |
| #define | FORCE_TAGGER 1 |
| #define | FORCE_RETOK 2 |
| #define FORCE_NONE 0 |
| #define FORCE_RETOK 2 |
Referenced by freeling::POS_tagger::analyze().
| #define FORCE_TAGGER 1 |
Referenced by freeling::POS_tagger::analyze().
1.7.6.1