|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ic.doc.automed.p2p.util.matcher.TextMatcher
uk.ac.ic.doc.automed.p2p.util.matcher.DictionaryMatcher
public class DictionaryMatcher
Field Summary | |
---|---|
private static DictionaryMatcher |
_instance
|
private Dictionary |
dict
|
Constructor Summary | |
---|---|
private |
DictionaryMatcher()
|
private |
DictionaryMatcher(java.lang.String dfile)
|
Method Summary | |
---|---|
static DictionaryMatcher |
getInstance()
|
int |
perform(java.lang.String s1,
java.lang.String s2)
|
Methods inherited from class uk.ac.ic.doc.automed.p2p.util.matcher.TextMatcher |
---|
isCaseSensitive, main, match, match, matchHDMEdges, matchHDMNode2Edge, matchHDMNode2EdgeFullName, matchHDMNodes, setCaseSensitivity |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private Dictionary dict
private static DictionaryMatcher _instance
Constructor Detail |
---|
private DictionaryMatcher()
private DictionaryMatcher(java.lang.String dfile)
Method Detail |
---|
public static DictionaryMatcher getInstance()
public int perform(java.lang.String s1, java.lang.String s2)
perform
in interface StringMatcher
perform
in class TextMatcher
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |