#include <list>
#include "fries/language.h"
Go to the source code of this file.
Classes | |
class | POS_tagger |
The class POS_tagger is just an abstract class generalizing a PoS tagger. More... | |
Defines | |
#define | FORCE_NONE 0 |
#define | FORCE_TAGGER 1 |
#define | FORCE_RETOK 2 |
#define FORCE_NONE 0 |
#define FORCE_RETOK 2 |
Referenced by hmm_tagger::analyze().
#define FORCE_TAGGER 1 |
Referenced by hmm_tagger::analyze().