
Public Member Functions | |
| void | findMeanings (SemanticObject so) throws Exception |
| void | getCycConcepts (Word w) throws Exception |
| void | run (List< Instruction > instructions) |
| void | setAddMappingListener (AddCycMappingListener listener) |
Package Attributes | |
| AddCycMappingListener | listener |
Definition at line 22 of file MeaningsPostProcessor.java.
| void instruction.postprocessor.MeaningsPostProcessor.findMeanings | ( | SemanticObject | so | ) | throws Exception [inline] |
Retrieves the SynSet-IDs and corresponding Cyc Constants for the SemanticObject so
| so |
| Exception |
Definition at line 103 of file MeaningsPostProcessor.java.
| void instruction.postprocessor.MeaningsPostProcessor.getCycConcepts | ( | Word | w | ) | throws Exception [inline] |
Enriches the word w with Cyc Concepts that are mapped in WordNetMappingMt
NB: The Synset-IDs must be stored via Word.setSynsetIDs() before.
| w |
| Exception |
Definition at line 50 of file MeaningsPostProcessor.java.
| void instruction.postprocessor.MeaningsPostProcessor.run | ( | List< Instruction > | instructions | ) | [inline] |
Method is invoked when the PostProcessor is launched.
| instructions | Complete List of Instructions |
Implements instruction.postprocessor.PostProcessor.
Definition at line 26 of file MeaningsPostProcessor.java.
| void instruction.postprocessor.MeaningsPostProcessor.setAddMappingListener | ( | AddCycMappingListener | listener | ) | [inline] |
Definition at line 255 of file MeaningsPostProcessor.java.
Definition at line 24 of file MeaningsPostProcessor.java.