|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Path | |
---|---|
ca.site.elkb |
Uses of Path in ca.site.elkb |
---|
Methods in ca.site.elkb that return Path | |
---|---|
Path |
RogetELKB.path(java.lang.String strWord1,
java.lang.String strRef1,
java.lang.String strWord2,
java.lang.String strRef2)
Calculates the path between two senses of words or phrases. |
Methods in ca.site.elkb that return types with arguments of type Path | |
---|---|
java.util.TreeSet<Path> |
PathSet.getAllPaths()
Returns all Paths in this PathSet. |
java.util.TreeSet<Path> |
RogetELKB.getAllPaths(java.lang.String strWord1,
java.lang.String strWord2)
Returns all the paths between two words or phrases. |
java.util.TreeSet<Path> |
RogetELKB.getAllPaths(java.lang.String strWord1,
java.lang.String strWord2,
java.lang.String POS)
Returns all the paths between two words or phrases of a given part-of-speech. |
java.util.TreeSet<Path> |
RogetELKB.getAllPaths(java.lang.String strWord1,
java.lang.String POS1,
java.lang.String strWord2,
java.lang.String POS2)
Used to help compute distances for the analogy problem. |
Constructor parameters in ca.site.elkb with type arguments of type Path | |
---|---|
PathSet(java.util.TreeSet<Path> pathSet)
Constructor that initialized this PathSet object with a PathSet. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |