$search
Static Public Member Functions | |
| static ArrayList< Integer > | getPossiblePOS (String w) throws Exception |
| static ArrayList< String > | getSynIDs (String word, int type) throws Exception |
| static void | initializeMissingMappings () |
| static void | main (String[] args) |
| static boolean | wordExactlyExistsAs (String word, int type) throws Exception |
| static boolean | wordExistsAs (String word, int type) throws Exception |
Static Public Attributes | |
| static final boolean | CACHE_IRREGULAR_FORMS = true |
Static Private Member Functions | |
| static void | cacheIrregularNouns (String wnPath) throws IOException, WordNetException |
| static void | cacheIrregularVerbs (String wnPath) throws IOException, WordNetException |
| static POS | convertPOS (int type) |
| static IDictionary | getInstance () throws Exception |
Static Private Attributes | |
| static IDictionary | dict = null |
| static HashMap< String, String > | irregularNouns = null |
| static HashMap< String, String > | irregularVerbs = null |
| static HashMap< String, String > | missingNouns = null |
| static HashMap< String, String > | missingVerbs = null |
Definition at line 22 of file WordNet.java.
| static void instruction::wordnet::WordNet::cacheIrregularNouns | ( | String | wnPath | ) | throws IOException, WordNetException [inline, static, private] |
Definition at line 323 of file WordNet.java.
| static void instruction::wordnet::WordNet::cacheIrregularVerbs | ( | String | wnPath | ) | throws IOException, WordNetException [inline, static, private] |
Definition at line 294 of file WordNet.java.
| static POS instruction::wordnet::WordNet::convertPOS | ( | int | type | ) | [inline, static, private] |
Definition at line 213 of file WordNet.java.
| static IDictionary instruction::wordnet::WordNet::getInstance | ( | ) | throws Exception [inline, static, private] |
Definition at line 271 of file WordNet.java.
| static ArrayList<Integer> instruction::wordnet::WordNet::getPossiblePOS | ( | String | w | ) | throws Exception [inline, static] |
Definition at line 194 of file WordNet.java.
| static ArrayList<String> instruction::wordnet::WordNet::getSynIDs | ( | String | word, | |
| int | type | |||
| ) | throws Exception [inline, static] |
Retrieves a list of Synset-IDs for the given word and type
| word | ||
| type |
| Exception | ||
| MalformedURLException |
Definition at line 45 of file WordNet.java.
| static void instruction::wordnet::WordNet::initializeMissingMappings | ( | ) | [inline, static] |
Definition at line 351 of file WordNet.java.
| static void instruction::wordnet::WordNet::main | ( | String[] | args | ) | [inline, static] |
Definition at line 367 of file WordNet.java.
| static boolean instruction::wordnet::WordNet::wordExactlyExistsAs | ( | String | word, | |
| int | type | |||
| ) | throws Exception [inline, static] |
Checks whether the given word exists in WordNet data base, not considering different word forms.
| word | ||
| type |
| Exception |
Definition at line 240 of file WordNet.java.
| static boolean instruction::wordnet::WordNet::wordExistsAs | ( | String | word, | |
| int | type | |||
| ) | throws Exception [inline, static] |
Checks whether the given word exists in WordNet data base, considering different word forms, e.g. plural forms for nouns or distinct verb forms.
| word | ||
| type |
| Exception | ||
| MalformedURLException |
Definition at line 149 of file WordNet.java.
final boolean instruction::wordnet::WordNet::CACHE_IRREGULAR_FORMS = true [static] |
Definition at line 24 of file WordNet.java.
IDictionary instruction::wordnet::WordNet::dict = null [static, private] |
Definition at line 26 of file WordNet.java.
HashMap<String, String> instruction::wordnet::WordNet::irregularNouns = null [static, private] |
Definition at line 30 of file WordNet.java.
HashMap<String, String> instruction::wordnet::WordNet::irregularVerbs = null [static, private] |
Definition at line 28 of file WordNet.java.
HashMap<String, String> instruction::wordnet::WordNet::missingNouns = null [static, private] |
Definition at line 32 of file WordNet.java.
HashMap<String, String> instruction::wordnet::WordNet::missingVerbs = null [static, private] |
Definition at line 34 of file WordNet.java.