|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.unitn.disi.smatch.matchers.element.string.NGram
public class NGram
implements NGram matcher see Element Level Semantic matchers paper for more details
| Constructor Summary | |
|---|---|
NGram()
|
|
| Method Summary | |
|---|---|
char |
match(java.lang.String str1,
java.lang.String str2)
Returns a relation between source and target strings. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NGram()
| Method Detail |
|---|
public char match(java.lang.String str1,
java.lang.String str2)
IStringBasedElementLevelSemanticMatcher
match in interface IStringBasedElementLevelSemanticMatcherstr1 - source stringstr2 - target string
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||