FreeLing
4.0
|
Auxiliary class to store mentions to entities found in text. More...
#include <semgraph.h>
Public Member Functions | |
SG_mention () | |
SG_mention (const std::wstring &mid, const std::wstring &sid, const std::list< std::wstring > &wds) | |
~SG_mention () | |
std::wstring | get_id () const |
std::wstring | get_sentence_id () const |
const std::list< std::wstring > & | get_words () const |
Private Attributes | |
std::wstring | id |
std::wstring | sentenceId |
std::list< std::wstring > | words |
Auxiliary class to store mentions to entities found in text.
freeling::semgraph::SG_mention::SG_mention | ( | const std::wstring & | mid, |
const std::wstring & | sid, | ||
const std::list< std::wstring > & | wds | ||
) |
std::wstring freeling::semgraph::SG_mention::get_id | ( | ) | const |
std::wstring freeling::semgraph::SG_mention::get_sentence_id | ( | ) | const |
const std::list<std::wstring>& freeling::semgraph::SG_mention::get_words | ( | ) | const |
std::wstring freeling::semgraph::SG_mention::id [private] |
std::wstring freeling::semgraph::SG_mention::sentenceId [private] |
std::list<std::wstring> freeling::semgraph::SG_mention::words [private] |