FreeLing
4.0
|
Class sense_info stores several semantic info about a sense. More...
#include <semdb.h>
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 | |
std::wstring | sumo |
Link to SUMO concept. | |
std::wstring | cyc |
Link to CYC concept. |
Class sense_info stores several semantic info about a sense.
freeling::sense_info::sense_info | ( | const std::wstring & | , |
const std::wstring & | |||
) |
wstring freeling::sense_info::get_parents_string | ( | ) | const |
std::wstring freeling::sense_info::cyc |
Link to CYC concept.
Referenced by freeling::semgraph_extract::add_semantic_info().
std::list<std::wstring> freeling::sense_info::parents |
hyperonyms
std::wstring freeling::sense_info::semfile |
WN semantic file code.
std::wstring freeling::sense_info::sense |
sense code
std::wstring freeling::sense_info::sumo |
Link to SUMO concept.
Referenced by freeling::semgraph_extract::add_semantic_info().
std::list<std::wstring> freeling::sense_info::tonto |
list of EWN top ontology properties
std::list<std::wstring> freeling::sense_info::words |
list of synonyms (words in the synset)
Referenced by freeling::semgraph_extract::add_semantic_info(), and freeling::semanticDB::get_sense_info().