FreeLing  3.0
Classes | Variables
np.h File Reference
#include <set>
#include <map>
#include <boost/regex/icu.hpp>
#include "freeling/windll.h"
#include "freeling/morfo/language.h"
#include "freeling/morfo/ner_module.h"
Include dependency graph for np.h:
This graph shows which files directly or indirectly include this file:

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]"

Variable Documentation

const std::wstring RE_CLO = "^[DSC]"

Referenced by np::np().

const std::wstring RE_DNP = "^[FWZ]"

Referenced by np::np().

const std::wstring RE_NA = "^(NC|AQ)"

Referenced by np::np().