|
FreeLing
3.1
|
lemma has given synonym More...
#include <dep_rules.h>


Public Member Functions | |
| check_synon (semanticDB &, const std::wstring &, const std::wstring &) | |
| check synonyms | |
| bool | eval (dep_tree::iterator) const |
| eval whether a single node matches a condition only called from check if needed. | |
Private Attributes | |
| semanticDB & | semdb |
lemma has given synonym
| freeling::check_synon::check_synon | ( | semanticDB & | , |
| const std::wstring & | , | ||
| const std::wstring & | |||
| ) |
check synonyms
| bool freeling::check_synon::eval | ( | dep_tree::iterator | n | ) | const [virtual] |
eval whether a single node matches a condition only called from check if needed.
The abstract class version should never be reached.
Reimplemented from freeling::rule_expression.
References freeling::rule_expression::find_any(), freeling::semanticDB::get_sense_info(), freeling::semanticDB::get_word_senses(), semdb, and freeling::sense_info::words.
semanticDB& freeling::check_synon::semdb [private] |
Referenced by eval().
1.7.6.1