|
FreeLing
3.0
|
#include <list>#include <string>#include <boost/regex/icu.hpp>#include "freeling/windll.h"#include "freeling/morfo/language.h"#include "freeling/morfo/tagger.h"#include "freeling/morfo/relax.h"#include "freeling/morfo/constraint_grammar.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... | |
Variables | |
| const std::wstring | USER_RE = "^u\\.([0-9]+)=(.+)$" |
| const std::wstring USER_RE = "^u\\.([0-9]+)=(.+)$" |
1.7.6.1