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

Auxiliary class to store mentions to entities found in text. More...

#include <semgraph.h>

List of all members.

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

Detailed Description

Auxiliary class to store mentions to entities found in text.


Constructor & Destructor Documentation

freeling::semgraph::SG_mention::SG_mention ( const std::wstring &  mid,
const std::wstring &  sid,
const std::list< std::wstring > &  wds 
)

Member Function Documentation

const std::list<std::wstring>& freeling::semgraph::SG_mention::get_words ( ) const

Member Data Documentation

std::wstring freeling::semgraph::SG_mention::id [private]
std::list<std::wstring> freeling::semgraph::SG_mention::words [private]

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