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::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

Detailed Description

Class sense_info stores several semantic info about a sense.


Constructor & Destructor Documentation

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

constructor


Member Function Documentation

string sense_info::get_parents_string (  )  const

useful for java API

Obtain parent list as string (useful for Java API.

References parents.


Member Data Documentation

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


The documentation for this class was generated from the following files:
Generated on Tue Jul 27 16:29:33 2010 for FreeLing by  doxygen 1.6.3