FreeLing  3.0
Public Member Functions | Private Attributes
dates Class Reference

The class dates provides a wrapper to transparently create and access a dates_module, a temporal expression recognizer for the appropriate language. More...

#include <dates.h>

Collaboration diagram for dates:
Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Private Attributes

dates_modulewho
 remember which module is doing the real work.

Detailed Description

The class dates provides a wrapper to transparently create and access a dates_module, a temporal expression recognizer for the appropriate language.


Constructor & Destructor Documentation

dates::dates ( const std::wstring &  )

Constructor.

Destructor.


Member Function Documentation

void dates::analyze ( sentence )

analyze given sentence

Referenced by maco::analyze().

void dates::analyze ( std::list< sentence > &  )

analyze given sentences

analyze sentence, return analyzed copy

std::list<sentence> dates::analyze ( const std::list< sentence > &  )

analyze sentences, return analyzed copy


Member Data Documentation

remember which module is doing the real work.


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