FreeLing
4.0
|
#include <list>
#include <string>
#include "freeling/windll.h"
#include "freeling/regexp.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 | freeling::relax_tagger |
The class relax_tagger implements a PoS tagger based on relaxation labelling algorithm. More... | |
Namespaces | |
namespace | freeling |
Variables | |
const std::wstring | freeling::USER_RE = "^u\\.([0-9]+)=(.+)$" |