|
FreeLing
3.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 | |
Class sense_info stores several semantic info about a sense.
| sense_info::sense_info | ( | const std::wstring & | , |
| const std::wstring & | |||
| ) |
| wstring sense_info::get_parents_string | ( | ) | const |
useful for java API
Obtain parent list as string (useful for Java API.
References util::list2wstring().
| 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().
1.7.6.1