Package | Description |
---|---|
kb |
Classes for managing CharGer or CRAFT elements as knowledge sources.
|
kb.hierarchy |
Classes for managing and manipulating type and relation hierarchies.
|
kb.matching |
Classes to support various matching purposes.
|
Modifier and Type | Field and Description |
---|---|
private TypeHierarchy |
KnowledgeBase.conceptHierarchy |
private TypeHierarchy |
KnowledgeBase.relationHierarchy |
Modifier and Type | Method and Description |
---|---|
TypeHierarchy |
KnowledgeBase.getConceptTypeHierarchy() |
TypeHierarchy |
KnowledgeBase.getRelationTypeHierarchy() |
Modifier and Type | Method and Description |
---|---|
String |
TypeMatchRule.transformByRule(TypeHierarchy t,
String value)
Apply an arbitrary rule on the value.
|
String |
TypeMatchingRuleSet.transformByRules(TypeHierarchy h,
String value)
Use the hierarchy's set of rules to transform the string.
|
Constructor and Description |
---|
SimilarityMeasure(TypeHierarchy hierarchy,
Concept c1,
Concept c2)
Given two concepts, prepare their similarity measurements.
|