Class sense_info stores several semantic info about a sense. More...
#include <semdb.h>
Public Member Functions | |
sense_info (const std::string &, const std::string &, const std::string &) | |
constructor | |
std::string | get_parents_string () const |
useful for java API | |
Public Attributes | |
std::string | sense |
sense code | |
std::string | pos |
Part-of-speech. | |
std::list< std::string > | parents |
hyperonyms | |
std::string | semfile |
WN semantic file code. | |
std::list< std::string > | words |
list of synonyms (words in the synset) | |
std::list< std::string > | tonto |
list of EWN top ontology properties |
Class sense_info stores several semantic info about a sense.
sense_info::sense_info | ( | const std::string & | , | |
const std::string & | , | |||
const std::string & | ||||
) |
constructor
string sense_info::get_parents_string | ( | ) | const |
std::list<std::string> sense_info::parents |
hyperonyms
Referenced by check_asynon::eval(), and get_parents_string().
std::string sense_info::pos |
Part-of-speech.
std::string sense_info::semfile |
WN semantic file code.
Referenced by check_semfile::eval().
std::string sense_info::sense |
sense code
std::list<std::string> sense_info::tonto |
list of EWN top ontology properties
Referenced by check_tonto::eval().
std::list<std::string> sense_info::words |
list of synonyms (words in the synset)
Referenced by check_asynon::eval(), and check_synon::eval().