|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.googlecode.whatswrong.NLPDiff
public class NLPDiff
An NLPDiff object takes two NLPInstances, a gold and a guess instance, and compares the set of edges that both contain. The result is a new NLP instance that contains
Constructor Summary | |
---|---|
NLPDiff()
|
Method Summary | |
---|---|
NLPInstance |
diff(NLPInstance goldInstance,
NLPInstance guessInstance)
Calculates the difference between two NLP instances in terms of their edges. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NLPDiff()
Method Detail |
---|
public NLPInstance diff(NLPInstance goldInstance, NLPInstance guessInstance)
goldInstance
- the gold instanceguessInstance
- the (system) guess instance.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |