maco Class Reference

Class maco implements the morphological analyzer, which uses all the specific analyzers: dates, numbers, dictionary, etc. More...

#include <maco.h>

Collaboration diagram for maco:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 maco (const maco_options &)
 Constructor.
 ~maco ()
 Destructor.
void analyze (std::list< sentence > &)
 analyze given sentences
std::list< sentence > analyze (const std::list< sentence > &)
 analyze sentences, return analyzed copy

Private Attributes

maco_options defaultOpt
 creation options
locutionsloc
dictionarydico
numbersnumb
datesdate
quantitiesquant
puntspunt
probabilitiesprob
nernpm
correctorcorrect

Detailed Description

Class maco implements the morphological analyzer, which uses all the specific analyzers: dates, numbers, dictionary, etc.


Constructor & Destructor Documentation

maco::maco ( const maco_options opts  ) 
maco::~maco (  ) 

Destructor.

Destroy morphological analyzer, and all required recognizers and modules.

References correct, date, dico, loc, npm, numb, prob, punt, and quant.


Member Function Documentation

std::list< sentence > maco::analyze ( const std::list< sentence > &  ls  ) 

analyze sentences, return analyzed copy

Analyze given sentences, return analyzed copy.

References analyze().

void maco::analyze ( std::list< sentence > &  ls  ) 

Member Data Documentation

Referenced by analyze(), maco(), and ~maco().

dates* maco::date [private]

Referenced by analyze(), maco(), and ~maco().

creation options

Referenced by analyze().

dictionary* maco::dico [private]

Referenced by analyze(), maco(), and ~maco().

locutions* maco::loc [private]

Referenced by analyze(), maco(), and ~maco().

ner* maco::npm [private]

Referenced by analyze(), maco(), and ~maco().

numbers* maco::numb [private]

Referenced by analyze(), maco(), and ~maco().

Referenced by analyze(), maco(), and ~maco().

punts* maco::punt [private]

Referenced by analyze(), maco(), and ~maco().

quantities* maco::quant [private]

Referenced by analyze(), maco(), and ~maco().


The documentation for this class was generated from the following files:
Generated on Tue Jul 27 16:29:32 2010 for FreeLing by  doxygen 1.6.3