FreeLing  4.0
Public Member Functions | Private Attributes
freeling::paragraph Class Reference

Class paragraph is just a list of sentences that someone has validated it as a paragraph. More...

#include <language.h>

Inheritance diagram for freeling::paragraph:
Inheritance graph
[legend]
Collaboration diagram for freeling::paragraph:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

Class paragraph is just a list of sentences that someone has validated it as a paragraph.


Constructor & Destructor Documentation

Class paragraph is just a list of sentences that someone has validated it as a paragraph.

freeling::paragraph::paragraph ( const std::list< sentence > &  x)

Member Function Documentation

const wstring & freeling::paragraph::get_paragraph_id ( ) const

References par_id.

void freeling::paragraph::set_paragraph_id ( const std::wstring &  id)

References par_id.


Member Data Documentation

std::wstring freeling::paragraph::par_id [private]

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