FreeLing  4.0
Public Member Functions | Public Attributes
freeling::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
std::wstring sumo
 Link to SUMO concept.
std::wstring cyc
 Link to CYC concept.

Detailed Description

Class sense_info stores several semantic info about a sense.


Constructor & Destructor Documentation

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

constructor

Constructor of the auxiliary class "sense_info".

References wstring2list.


Member Function Documentation

useful for java API

Obtain parent list as string (useful for Java API.

References list2wstring.


Member Data Documentation

Link to CYC concept.

Referenced by freeling::semgraph_extract::add_semantic_info().

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

hyperonyms

WN semantic file code.

sense code

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().


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