#include <list>
#include <string>
#include "language.h"
#include "tagger.h"
#include "relax.h"
#include "constraint_grammar.h"
Include dependency graph for relax_tagger.h:
Go to the source code of this file.
Classes | |
class | relax_tagger |
The class relax_tagger implements a PoS tagger based on relaxation labelling algorithm. More... |