Serialized Form
-
Package edu.upenn.seas.mstparser
-
Class edu.upenn.seas.mstparser.Alphabet extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException- Throws:
java.io.IOException
-
-
Serialized Fields
-
growthStopped
boolean growthStopped
-
map
de.julielab.gnu.trove.TObjectIntHashMap map
-
numEntries
int numEntries
-
-
Class edu.upenn.seas.mstparser.DependencyInstance extends java.lang.Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException- Throws:
java.io.IOException
-
-
Serialized Fields
-
actParseTree
java.lang.String actParseTree
-
cpostags
java.lang.String[] cpostags
-
deprels
java.lang.String[] deprels
-
feats
java.lang.String[][] feats
-
forms
java.lang.String[] forms
-
fv
FeatureVector fv
-
heads
int[] heads
-
lemmas
java.lang.String[] lemmas
-
postags
java.lang.String[] postags
-
relFeats
RelationalFeature[] relFeats
-
-
-
Class edu.upenn.seas.mstparser.Feature extends de.julielab.gnu.trove.TLinkableAdaptor implements Serializable
-
Serialized Fields
-
index
int index
-
value
double value
-
-
-
Class edu.upenn.seas.mstparser.FeatureVector extends de.julielab.gnu.trove.TLinkedList implements Serializable
-
Serialized Fields
-
negateSecondSubFV
boolean negateSecondSubFV
-
subfv1
FeatureVector subfv1
-
subfv2
FeatureVector subfv2
-
-
-
Class edu.upenn.seas.mstparser.RelationalFeature extends java.lang.Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException- Throws:
java.io.IOException
-
-
Serialized Fields
-
name
java.lang.String name
-
values
java.lang.String[][] values
-
-
-