FreeLing  4.0
Public Member Functions
freeling::io::input_handler Class Reference

#include <input_handler.h>

Inheritance diagram for freeling::io::input_handler:
Inheritance graph
[legend]
Collaboration diagram for freeling::io::input_handler:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 input_handler ()
 constructor.
 ~input_handler ()
 destructor
virtual void input_sentences (const std::wstring &lines, std::list< freeling::sentence > &ls) const =0
 load partially analyzed sentences form 'lines' into a list of sentences
virtual void input_document (const std::wstring &lines, freeling::document &doc) const

Constructor & Destructor Documentation

constructor.

destructor


Member Function Documentation

virtual void freeling::io::input_handler::input_document ( const std::wstring &  lines,
freeling::document doc 
) const [virtual]

Reimplemented in freeling::io::input_conll.

virtual void freeling::io::input_handler::input_sentences ( const std::wstring &  lines,
std::list< freeling::sentence > &  ls 
) const [pure virtual]

load partially analyzed sentences form 'lines' into a list of sentences

Implemented in freeling::io::input_conll, and freeling::io::input_freeling.


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