public class ParseForestItem extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
comp |
int |
dir |
FeatureVector |
fv |
ParseForestItem |
left |
int |
length |
double |
prob |
int |
r |
ParseForestItem |
right |
int |
s |
int |
t |
int |
type |
| Constructor and Description |
|---|
ParseForestItem() |
ParseForestItem(int s,
int type,
int dir,
double prob,
FeatureVector fv) |
ParseForestItem(int i,
int k,
int j,
int type,
int dir,
int comp,
double prob,
FeatureVector fv,
ParseForestItem left,
ParseForestItem right) |
public int s
public int r
public int t
public int dir
public int comp
public int length
public int type
public double prob
public FeatureVector fv
public ParseForestItem left
public ParseForestItem right
public ParseForestItem(int i,
int k,
int j,
int type,
int dir,
int comp,
double prob,
FeatureVector fv,
ParseForestItem left,
ParseForestItem right)
public ParseForestItem(int s,
int type,
int dir,
double prob,
FeatureVector fv)
public ParseForestItem()
public void copyValues(ParseForestItem p)
public boolean equals(ParseForestItem p)
public boolean isPre()
Copyright © 2016 JULIE Lab Jena, Germany. All rights reserved.