FreeLing  3.0
Public Member Functions | Public Attributes
sense_info Class Reference

Class sense_info stores several semantic info about a sense. More...

#include <semdb.h>

List of all members.

Public Member Functions

 sense_info (const std::wstring &, const std::wstring &)
 constructor
std::wstring get_parents_string () const
 useful for java API

Public Attributes

std::wstring sense
 sense code
std::list< std::wstring > parents
 hyperonyms
std::wstring semfile
 WN semantic file code.
std::list< std::wstring > words
 list of synonyms (words in the synset)
std::list< std::wstring > tonto
 list of EWN top ontology properties

Detailed Description

Class sense_info stores several semantic info about a sense.


Constructor & Destructor Documentation

sense_info::sense_info ( const std::wstring &  ,
const std::wstring &   
)

constructor

Constructor of the auxiliary class "sense_info".

References util::wstring2list().


Member Function Documentation

wstring sense_info::get_parents_string ( ) const

useful for java API

Obtain parent list as string (useful for Java API.

References util::list2wstring().


Member Data Documentation

std::list<std::wstring> sense_info::parents

hyperonyms

Referenced by check_asynon::eval().

std::wstring sense_info::semfile

WN semantic file code.

Referenced by check_semfile::eval().

std::wstring sense_info::sense

sense code

std::list<std::wstring> sense_info::tonto

list of EWN top ontology properties

Referenced by check_tonto::eval().

std::list<std::wstring> sense_info::words

list of synonyms (words in the synset)

Referenced by check_synon::eval(), check_asynon::eval(), and semanticDB::get_sense_info().


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