#include "wn.h"
#include <plearn/base/general.h>
#include <plearn_learners/language/Bitext/ShellProgressBar.h>
#include "Set.h"
Include dependency graph for WordNetOntology.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | PLearn |
Defines | |
#define | NOUN_TYPE 1 |
#define | VERB_TYPE 2 |
#define | ADJ_TYPE 3 |
#define | ADV_TYPE 4 |
#define | ADJ_SATELLITE_TYPE 5 |
#define | ALL_WN_TYPE 6 |
#define | UNDEFINED_TYPE 7 |
#define | NUMERIC_TYPE 8 |
#define | PROPER_NOUN_TYPE 9 |
#define | SYNSETTAG_ID -2 |
#define | UNDEFINED_SS_ID -1 |
#define | ROOT_SS_ID 0 |
#define | SUPER_UNKNOWN_SS_ID 1 |
#define | NOUN_SS_ID 2 |
#define | VERB_SS_ID 3 |
#define | ADJ_SS_ID 4 |
#define | ADV_SS_ID 5 |
#define | OOV_SS_ID 6 |
#define | PROPER_NOUN_SS_ID 7 |
#define | NUMERIC_SS_ID 8 |
#define | PUNCTUATION_SS_ID 9 |
#define | STOP_SS_ID 10 |
#define | BOS_SS_ID 11 |
#define | EOS_SS_ID 12 |
#define | UNDEFINED_OFFSET -1 |
#define | ROOT_OFFSET -2 |
#define | SUPER_UNKNOWN_OFFSET -3 |
#define | NOUN_OFFSET -4 |
#define | VERB_OFFSET -5 |
#define | ADJ_OFFSET -6 |
#define | ADV_OFFSET -7 |
#define | OOV_OFFSET -8 |
#define | PROPER_NOUN_OFFSET -9 |
#define | NUMERIC_OFFSET -10 |
#define | PUNCTUATION_OFFSET -11 |
#define | STOP_OFFSET -12 |
#define | BOS_OFFSET -13 |
#define | EOS_OFFSET -14 |
#define | SUPER_FNUM -1 |
#define | NULL_TAG "<null>" |
#define | OOV_TAG "<oov>" |
#define | PROPER_NOUN_TAG "<proper_noun>" |
#define | NUMERIC_TAG "<numeric>" |
#define | PUNCTUATION_TAG "<punctuation>" |
#define | STOP_TAG "<stop>" |
#define | BOS_TAG "<s>" |
#define | EOS_TAG "</s>" |
#define | VERB_TAG "<verb>" |
#define | NOUN_TAG "<noun>" |
#define | ADJ_TAG "<adj>" |
#define | ADV_TAG "<adv>" |
#define | UNDEFINED_TAG "<undefined>" |
#define | WNO_ERROR -1000 |
#define | WORD_COVERAGE_THRESHOLD 10 |
|
Definition at line 90 of file WordNetOntology.h. Referenced by PLearn::WordNetOntology::createBaseSynsets(). |
|
Definition at line 62 of file WordNetOntology.h. |
|
Definition at line 75 of file WordNetOntology.h. Referenced by PLearn::WordNetOntology::createBaseSynsets(), PLearn::WordNetOntology::extractWordHighLevelSenses(), PLearn::WordNetOntology::isTopLevelCategory(), and PLearn::WordNetOntology::linkUpperCategories(). |
|
Definition at line 114 of file WordNetOntology.h. |
|
|
Definition at line 91 of file WordNetOntology.h. Referenced by PLearn::WordNetOntology::createBaseSynsets(). |
|
Definition at line 76 of file WordNetOntology.h. Referenced by PLearn::WordNetOntology::createBaseSynsets(), PLearn::WordNetOntology::extractWordHighLevelSenses(), PLearn::WordNetOntology::isTopLevelCategory(), and PLearn::WordNetOntology::linkUpperCategories(). |
|
Definition at line 115 of file WordNetOntology.h. |
|
|
Definition at line 63 of file WordNetOntology.h. Referenced by PLearn::Dictionary::build_(), PLearn::WordNetOntology::extractWord(), PLearn::Dictionary::getId(), and main(). |
|
Definition at line 97 of file WordNetOntology.h. Referenced by PLearn::WordNetOntology::createBaseSynsets(). |
|
Definition at line 82 of file WordNetOntology.h. Referenced by PLearn::WordNetOntology::catchSpecialTags(), PLearn::WordNetOntology::createBaseSynsets(), and PLearn::WordNetOntology::isTopLevelCategory(). |
|
Definition at line 109 of file WordNetOntology.h. Referenced by PLearn::WordNetOntology::catchSpecialTags(), and main(). |
|
Definition at line 98 of file WordNetOntology.h. Referenced by PLearn::WordNetOntology::createBaseSynsets(), and PLearn::WordNetOntology::processUnknownWord(). |
|
Definition at line 83 of file WordNetOntology.h. Referenced by PLearn::WordNetOntology::catchSpecialTags(), PLearn::WordNetOntology::createBaseSynsets(), PLearn::WordNetOntology::init(), and PLearn::WordNetOntology::isTopLevelCategory(). |
|
Definition at line 110 of file WordNetOntology.h. Referenced by PLearn::WordNetOntology::catchSpecialTags(), and main(). |
|
Definition at line 88 of file WordNetOntology.h. Referenced by PLearn::WordNetOntology::createBaseSynsets(). |
|
|
Definition at line 113 of file WordNetOntology.h. |
|
|
Definition at line 102 of file WordNetOntology.h. Referenced by PLearn::WordNetOntology::extractWord(), PLearn::WordNetOntology::getWord(), PLearn::WordNetOntology::isInWordNet(), and PLearn::trimWord(). |
|
Definition at line 94 of file WordNetOntology.h. Referenced by PLearn::WordNetOntology::createBaseSynsets(). |
|
Definition at line 79 of file WordNetOntology.h. Referenced by PLearn::WordNetOntology::catchSpecialTags(), PLearn::WordNetOntology::createBaseSynsets(), PLearn::WordNetOntology::isTopLevelCategory(), and PLearn::WordNetOntology::lookForSpecialTags(). |
|
Definition at line 106 of file WordNetOntology.h. Referenced by PLearn::WordNetOntology::catchSpecialTags(), and main(). |
|
Definition at line 65 of file WordNetOntology.h. Referenced by main(). |
|
Definition at line 92 of file WordNetOntology.h. Referenced by PLearn::WordNetOntology::createBaseSynsets(). |
|
Definition at line 77 of file WordNetOntology.h. Referenced by PLearn::WordNetOntology::catchSpecialTags(), PLearn::WordNetOntology::createBaseSynsets(), PLearn::WordNetOntology::isTopLevelCategory(), and PLearn::WordNetOntology::lookForSpecialTags(). |
|
Definition at line 104 of file WordNetOntology.h. |
|
Definition at line 93 of file WordNetOntology.h. Referenced by PLearn::WordNetOntology::createBaseSynsets(). |
|
Definition at line 78 of file WordNetOntology.h. Referenced by PLearn::WordNetOntology::catchSpecialTags(), PLearn::WordNetOntology::createBaseSynsets(), PLearn::WordNetOntology::isTopLevelCategory(), and PLearn::WordNetOntology::lookForSpecialTags(). |
|
Definition at line 105 of file WordNetOntology.h. Referenced by PLearn::WordNetOntology::catchSpecialTags(), and main(). |
|
Definition at line 66 of file WordNetOntology.h. Referenced by main(). |
|
Definition at line 95 of file WordNetOntology.h. Referenced by PLearn::WordNetOntology::createBaseSynsets(). |
|
Definition at line 80 of file WordNetOntology.h. Referenced by PLearn::WordNetOntology::catchSpecialTags(), PLearn::WordNetOntology::createBaseSynsets(), PLearn::WordNetOntology::isTopLevelCategory(), and PLearn::WordNetOntology::lookForSpecialTags(). |
|
Definition at line 107 of file WordNetOntology.h. Referenced by PLearn::WordNetOntology::catchSpecialTags(), and main(). |
|
Definition at line 86 of file WordNetOntology.h. Referenced by PLearn::WordNetOntology::createBaseSynsets(). |
|
|
Definition at line 96 of file WordNetOntology.h. Referenced by PLearn::WordNetOntology::createBaseSynsets(). |
|
Definition at line 81 of file WordNetOntology.h. Referenced by PLearn::WordNetOntology::catchSpecialTags(), PLearn::WordNetOntology::createBaseSynsets(), PLearn::WordNetOntology::isTopLevelCategory(), and PLearn::WordNetOntology::lookForSpecialTags(). |
|
Definition at line 108 of file WordNetOntology.h. Referenced by PLearn::WordNetOntology::catchSpecialTags(). |
|
Definition at line 100 of file WordNetOntology.h. Referenced by PLearn::Node::Node(). |
|
Definition at line 87 of file WordNetOntology.h. Referenced by PLearn::WordNetOntology::createBaseSynsets(). |
|
Definition at line 72 of file WordNetOntology.h. Referenced by PLearn::WordNetOntology::createBaseSynsets(), PLearn::WordNetOntology::extractWordHighLevelSenses(), PLearn::WordNetOntology::isTopLevelCategory(), and PLearn::WordNetOntology::processUnknownWord(). |
|
Definition at line 68 of file WordNetOntology.h. Referenced by PLearn::TextSenseSequenceVMatrix::getNewRow(), and PLearn::TextSenseSequenceVMatrix::getRestrictedRow(). |
|
Definition at line 85 of file WordNetOntology.h. |
|
|
Definition at line 116 of file WordNetOntology.h. |
|
|
Definition at line 89 of file WordNetOntology.h. Referenced by PLearn::WordNetOntology::createBaseSynsets(). |
|
|
Definition at line 112 of file WordNetOntology.h. |
|
|
Definition at line 118 of file WordNetOntology.h. Referenced by PLearn::WordNetOntology::getWordSenseIdForSenseKey(), PLearn::WordNetOntology::getWordSenseIdForWnsn(), and main(). |
|
Definition at line 120 of file WordNetOntology.h. Referenced by PLearn::WordNetOntology::printSynsetAncestors(), and PLearn::WordNetOntology::printWordAncestors(). |