|
FreeLing
4.0
|
#include <input_handler.h>


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
| 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.
1.7.6.1