public interface Ontology
Modifier and Type | Method and Description |
---|---|
double |
distance(Object concept1,
Object concept2)
Some notion of semantic distance between the two concepts.
|
boolean |
isA(Object child,
Object parent)
Whether a child concept is a sub-type of the parent.
|
Copyright © 2015 Pablo Duboue. All rights reserved.