Package | Description |
---|---|
craft |
Classes for the Conceptual Requirements Acquisition and Formation Tool.
|
kb |
Classes for managing CharGer or CRAFT elements as knowledge sources.
|
Modifier and Type | Method and Description |
---|---|
static String |
Reporter.natLang(TypeLabel t,
boolean includeDefinitions)
Prepare a natural language rendition of the given type label, including
its supertype(s).
|
Modifier and Type | Field and Description |
---|---|
static TypeLabel |
ConceptManager.top |
Modifier and Type | Method and Description |
---|---|
static TypeLabel[] |
ConceptManager.findBySynset(net.didion.jwnl.data.Synset s,
Graph g)
Seeks out nodes one of whose type descriptors contains the synset given.
|
Modifier and Type | Method and Description |
---|---|
static void |
ConceptManager.linkHypernyms(TypeLabel t,
net.didion.jwnl.data.Synset s,
Graph h)
Looks for type labels possessing synsets that are hypernyms (either
direct or indirect) of the given synset.
|