dependency_parser Class Reference

The class dependency_parser is just an abstract class generalizing any dependency parser. More...

#include <dependency_parser.h>

Inheritance diagram for dependency_parser:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 dependency_parser ()
virtual ~dependency_parser ()
virtual void analyze (std::list< sentence > &)=0
 Enrich all sentences in given list with a depenceny tree.
virtual std::list< sentence > analyze (const std::list< sentence > &)=0
 Enrich all sentences in given list, return a copy.

Detailed Description

The class dependency_parser is just an abstract class generalizing any dependency parser.


Constructor & Destructor Documentation

dependency_parser::dependency_parser (  )  [inline]
virtual dependency_parser::~dependency_parser (  )  [inline, virtual]

Member Function Documentation

virtual std::list<sentence> dependency_parser::analyze ( const std::list< sentence > &   )  [pure virtual]

Enrich all sentences in given list, return a copy.

Implemented in dep_txala.

virtual void dependency_parser::analyze ( std::list< sentence > &   )  [pure virtual]

Enrich all sentences in given list with a depenceny tree.

Implemented in dep_txala.


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