public final class ParseNBest extends Parse
| Constructor and Description |
|---|
ParseNBest() |
ParseNBest(int i) |
ParseNBest(short[] heads2,
short[] types2,
float p_new) |
ParseNBest(String sig,
float score) |
| Modifier and Type | Method and Description |
|---|---|
Parse |
clone() |
int |
compareTo(ParseNBest o)
create a total order to provide replicable deterministic results
|
String |
signature() |
String |
signature(short[] heads,
short[] labels) |
String |
signature(short[] heads,
short[] types,
short p,
short ch,
short l) |
checkTree, compareTo, signature2parse, signatureSB, toStringpublic ParseNBest()
public ParseNBest(short[] heads2,
short[] types2,
float p_new)
public ParseNBest(int i)
public ParseNBest(String sig, float score)
sig - readFloat - public int compareTo(ParseNBest o)
o - public String signature()
public String signature(short[] heads, short[] labels)
public String signature(short[] heads, short[] types, short p, short ch, short l)
heads - types - oldP - ch - s - Copyright © 2013. All rights reserved.