FreeLing
4.0
|
Class paragraph is just a list of sentences that someone has validated it as a paragraph. More...
#include <language.h>
Public Member Functions | |
paragraph () | |
Class paragraph is just a list of sentences that someone has validated it as a paragraph. | |
paragraph (const std::list< sentence > &x) | |
void | set_paragraph_id (const std::wstring &) |
const std::wstring & | get_paragraph_id () const |
Private Attributes | |
std::wstring | par_id |
Class paragraph is just a list of sentences that someone has validated it as a paragraph.
Class paragraph is just a list of sentences that someone has validated it as a paragraph.
freeling::paragraph::paragraph | ( | const std::list< sentence > & | x | ) |
const wstring & freeling::paragraph::get_paragraph_id | ( | ) | const |
References par_id.
void freeling::paragraph::set_paragraph_id | ( | const std::wstring & | id | ) |
References par_id.
std::wstring freeling::paragraph::par_id [private] |
Referenced by get_paragraph_id(), and set_paragraph_id().