|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthu.birot.OTKit.performance.Grammaticality
public class Grammaticality
Making grammaticality judgments.
| Constructor Summary | |
|---|---|
Grammaticality()
|
|
| Method Summary | |
|---|---|
static boolean |
judgment(Grammar G,
Candidate cand)
Make grammaticality judgment about a candidate, with regard to a grammar. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Grammaticality()
| Method Detail |
|---|
public static boolean judgment(Grammar G,
Candidate cand)
G - Grammar evaluating the candidate.cand - Candidate to be evaluated.
true if and only if cand is contained by
the set of grammatical (most harmonic) elements generated by G.gen
from cand.uf, with respect to target function G.hierarchy.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||