Public Member Functions | |
void | addMapping (String synset, String concept) throws UnknownHostException, CycApiException, IOException |
ArrayList< String > | getCycConceptFromWordNetID (String synsetURI) throws Exception |
Static Public Member Functions | |
static OpenCyc | getInstance () throws UnknownHostException, CycApiException, IOException |
static void | main (String[] args) |
Protected Member Functions | |
OpenCyc20 () throws UnknownHostException, CycApiException, IOException | |
Protected Attributes | |
CycObject | defaultMt = null |
Definition at line 14 of file OpenCyc20.java.
instruction.opencyc.OpenCyc20.OpenCyc20 | ( | ) | throws UnknownHostException, CycApiException, IOException [inline, protected] |
Definition at line 18 of file OpenCyc20.java.
void instruction.opencyc.OpenCyc20.addMapping | ( | String | synset, |
String | concept | ||
) | throws UnknownHostException, CycApiException, IOException [inline] |
Reimplemented from instruction.opencyc.OpenCyc.
Definition at line 56 of file OpenCyc20.java.
ArrayList<String> instruction.opencyc.OpenCyc20.getCycConceptFromWordNetID | ( | String | synsetID | ) | throws Exception [inline] |
Retrieves a List of all Cyc Constants that are mapped via synsetID
by the synonymousExternalConcept
predicate in WordNetMappingMt
synsetID |
Exception |
Reimplemented from instruction.opencyc.OpenCyc.
Definition at line 34 of file OpenCyc20.java.
static OpenCyc instruction.opencyc.OpenCyc20.getInstance | ( | ) | throws UnknownHostException, CycApiException, IOException [inline, static] |
Returns the singleton instance of the ObjectCyc
Wrapper class
UnknownHostException | |
CycApiException | |
IOException |
Reimplemented from instruction.opencyc.OpenCyc.
Definition at line 24 of file OpenCyc20.java.
static void instruction.opencyc.OpenCyc20.main | ( | String[] | args | ) | [inline, static] |
Definition at line 63 of file OpenCyc20.java.
CycObject instruction.opencyc.OpenCyc20.defaultMt = null [protected] |
Definition at line 16 of file OpenCyc20.java.