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

#include <conll_handler.h>

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

List of all members.

Public Member Functions

 conll_sentence ()
 constructor
 ~conll_sentence ()
void clear ()
void print_conll_sentence (std::wostream &sout) const
void add_token (const std::vector< std::wstring > &token)
size_t get_n_columns () const
std::wstring get_value (size_t i, size_t col) const
void set_value (size_t i, size_t col, const std::wstring &val)

Constructor & Destructor Documentation

constructor


Member Function Documentation

void freeling::io::conll_sentence::add_token ( const std::vector< std::wstring > &  token)
std::wstring freeling::io::conll_sentence::get_value ( size_t  i,
size_t  col 
) const
void freeling::io::conll_sentence::print_conll_sentence ( std::wostream &  sout) const
void freeling::io::conll_sentence::set_value ( size_t  i,
size_t  col,
const std::wstring &  val 
)

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