|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnaturalpackage.Bestguess
| Field Summary |
| Fields inherited from interface naturalpackage.Pos |
ADJ, adjexceptions, ADV, ALL_S, ART, ARTS, CONJ, CONJS, DET, DETS, HOW, MEASUREMENT, NOUN, NP, NUM_S, NUMBER, PP, PREP, PREPS, PRON, PRONS, UNKNOWN, VERB, VP, WHAT, WHEN, WHERE, WHO, WHY |
| Constructor Summary | |
Bestguess()
|
|
| Method Summary | |
int[] |
takeAShot(int[] atn,
int[] suffix,
int[] measure)
This method takes the three arrays produced by ATN, SUFFIX, and MEASURMENT and combines them into a best guess at this point it just simply assume the Suffix and Measurements are correct will add probabilities later |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Bestguess()
| Method Detail |
public int[] takeAShot(int[] atn,
int[] suffix,
int[] measure)
atn - is the ATN guesssuffix - is the suffix guessmeasure - is the MEASURMENT guess
AtnMain
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||