|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISenseMatcher
An interface to sense matchers.
| Method Summary | |
|---|---|
char |
getRelation(java.util.List<ISense> sourceSenses,
java.util.List<ISense> targetSenses)
Returns semantic relation holding between two sets of senses. |
boolean |
isSourceLessGeneralThanTarget(ISense source,
ISense target)
Checks whether the source is less general than target. |
boolean |
isSourceMoreGeneralThanTarget(ISense source,
ISense target)
Checks whether the source is more general than target. |
boolean |
isSourceOppositeToTarget(ISense source,
ISense target)
Checks whether the source is disjoint with the target. |
boolean |
isSourceSynonymTarget(ISense source,
ISense target)
Checks whether the source is a synonym of the target. |
| Methods inherited from interface it.unitn.disi.smatch.components.IConfigurable |
|---|
getProperties, setProperties, setProperties |
| Method Detail |
|---|
char getRelation(java.util.List<ISense> sourceSenses,
java.util.List<ISense> targetSenses)
throws SenseMatcherException
sourceSenses - source set of sensestargetSenses - target set of senses
SenseMatcherException - SenseMatcherException
boolean isSourceMoreGeneralThanTarget(ISense source,
ISense target)
throws SenseMatcherException
source - source sensetarget - target sense
SenseMatcherException - SenseMatcherException
boolean isSourceLessGeneralThanTarget(ISense source,
ISense target)
throws SenseMatcherException
source - source sensetarget - target sense
SenseMatcherException - SenseMatcherException
boolean isSourceSynonymTarget(ISense source,
ISense target)
throws SenseMatcherException
source - source sensetarget - target sense
SenseMatcherException - SenseMatcherException
boolean isSourceOppositeToTarget(ISense source,
ISense target)
throws SenseMatcherException
source - source sensetarget - target sense
SenseMatcherException - SenseMatcherException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||