|
FreeLing
3.0
|
#include <set>#include <map>#include <boost/regex/icu.hpp>#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 | np |
| The class np implements a simple proper noun recognizer. More... | |
Variables | |
| const std::wstring | RE_NA = "^(NC|AQ)" |
| const std::wstring | RE_DNP = "^[FWZ]" |
| const std::wstring | RE_CLO = "^[DSC]" |
1.7.6.1