FreeLing  4.0
Public Member Functions
freeling::ner Class Reference

Class ner implements a wrapper to transparently create and access a ner_module named entity recognizer. More...

#include <ner.h>

Inheritance diagram for freeling::ner:
Inheritance graph
[legend]
Collaboration diagram for freeling::ner:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ner (const std::wstring &)
 Constructor.
 ~ner ()
 Destructor.

Detailed Description

Class ner implements a wrapper to transparently create and access a ner_module named entity recognizer.


Constructor & Destructor Documentation

freeling::ner::ner ( const std::wstring &  npFile)

Constructor.

Create the appropriate numbers_module (according to received options), and create a wrapper to access it.

References freeling::config_file::add_section(), freeling::config_file::close(), ERROR_CRASH, freeling::config_file::get_content_line(), freeling::config_file::get_section(), and freeling::config_file::open().

Destructor.

Do nothing (the pointer is freed by the factory)


The documentation for this class was generated from the following files: