FreeLing
4.0
|
#include <set>
#include <map>
#include <freeling/regexp.h>
#include "freeling/windll.h"
#include "freeling/morfo/language.h"
#include "freeling/morfo/ner_module.h"
Go to the source code of this file.
Classes | |
class | freeling::np |
The class np implements a simple proper noun recognizer. More... | |
Namespaces | |
namespace | freeling |
Variables | |
const std::wstring | freeling::RE_NA = "^(NC|AQ)" |
const std::wstring | freeling::RE_DNP = "^[FWZ]" |
const std::wstring | freeling::RE_CLO = "^[DSC]" |