MaltParser 1.5

Serialized Form


Package org.maltparser.core.config

Class org.maltparser.core.config.ConfigurationException extends MaltChainedException implements Serializable

serialVersionUID: 8045568022124816379L

Class org.maltparser.core.config.ConfigurationRegistry extends HashMap<Class<?>,Object> implements Serializable

serialVersionUID: 3256444702936019250L


Package org.maltparser.core.exception

Class org.maltparser.core.exception.MaltChainedException extends Exception implements Serializable

serialVersionUID: 8045568022124816379L

Serialized Fields

cause

Throwable cause

Package org.maltparser.core.feature

Class org.maltparser.core.feature.FeatureException extends MaltChainedException implements Serializable

serialVersionUID: 8045568022124816379L

Class org.maltparser.core.feature.FeatureModel extends HashMap<String,FeatureVector> implements Serializable

serialVersionUID: 3256444702936019250L

Serialized Fields

specModel

SpecificationModel specModel

addressFunctionCache

ArrayList<E> addressFunctionCache

featureFunctionCache

ArrayList<E> featureFunctionCache

registry

ConfigurationRegistry registry

featureEngine

FeatureEngine featureEngine

mainFeatureVector

FeatureVector mainFeatureVector

splitPattern

Pattern splitPattern

Class org.maltparser.core.feature.FeatureVector extends ArrayList<FeatureFunction> implements Serializable

serialVersionUID: 3256444702936019250L

Serialized Fields

specSubModel

SpecificationSubModel specSubModel

featureModel

FeatureModel featureModel

Package org.maltparser.core.feature.system

Class org.maltparser.core.feature.system.FeatureEngine extends HashMap<String,FunctionDescription> implements Serializable

serialVersionUID: 3256444702936019250L


Package org.maltparser.core.flow

Class org.maltparser.core.flow.FlowException extends MaltChainedException implements Serializable

serialVersionUID: 8045568022124816379L


Package org.maltparser.core.helper

Class org.maltparser.core.helper.HashMap extends Object implements Serializable

serialVersionUID: 7526471155622776147L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException

Class org.maltparser.core.helper.HashSet extends AbstractSet<E> implements Serializable

serialVersionUID: 7526471155622776147L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException

Package org.maltparser.core.io.dataformat

Class org.maltparser.core.io.dataformat.DataFormatException extends MaltChainedException implements Serializable

serialVersionUID: 8045568022124816379L


Package org.maltparser.core.options

Class org.maltparser.core.options.OptionException extends MaltChainedException implements Serializable

serialVersionUID: 8045568022124816379L


Package org.maltparser.core.plugin

Class org.maltparser.core.plugin.PluginException extends MaltChainedException implements Serializable

serialVersionUID: 8045568022124816379L


Package org.maltparser.core.propagation

Class org.maltparser.core.propagation.PropagationException extends MaltChainedException implements Serializable

serialVersionUID: 8045568022124816379L


Package org.maltparser.core.propagation.spec

Class org.maltparser.core.propagation.spec.PropagationSpecs extends ArrayList<PropagationSpec> implements Serializable

serialVersionUID: 1L


Package org.maltparser.core.symbol

Class org.maltparser.core.symbol.SymbolException extends MaltChainedException implements Serializable

serialVersionUID: 8045568022124816379L


Package org.maltparser.core.syntaxgraph

Class org.maltparser.core.syntaxgraph.LabelSet extends LinkedHashMap<SymbolTable,Integer> implements Serializable

serialVersionUID: 8045567022124816378L

Class org.maltparser.core.syntaxgraph.SyntaxGraphException extends MaltChainedException implements Serializable

serialVersionUID: 8045568022124816379L


Package org.maltparser.core.syntaxgraph.headrules

Class org.maltparser.core.syntaxgraph.headrules.HeadRule extends ArrayList<PrioList> implements Serializable

serialVersionUID: 8045568022124826323L

Serialized Fields

headRules

HeadRules headRules

table

SymbolTable table

symbolCode

int symbolCode

defaultDirection

Direction defaultDirection

Class org.maltparser.core.syntaxgraph.headrules.HeadRuleException extends MaltChainedException implements Serializable

serialVersionUID: 8045568022124816379L

Class org.maltparser.core.syntaxgraph.headrules.HeadRules extends HashMap<String,HeadRule> implements Serializable

serialVersionUID: 8045568022124826323L

Serialized Fields

logger

org.apache.log4j.Logger logger

name

String name

dataFormatInstance

DataFormatInstance dataFormatInstance

nonTerminalSymbolTable

SymbolTable nonTerminalSymbolTable

edgelabelSymbolTable

SymbolTable edgelabelSymbolTable

Class org.maltparser.core.syntaxgraph.headrules.PrioList extends ArrayList<PrioSet> implements Serializable

serialVersionUID: 8045568022124816323L

Serialized Fields

headRule

HeadRule headRule

direction

Direction direction

Class org.maltparser.core.syntaxgraph.headrules.PrioSet extends ArrayList<PrioSetMember> implements Serializable

serialVersionUID: 8045568022124816313L

Serialized Fields

prioList

PrioList prioList

cache

PrioSetMember cache

Package org.maltparser.ml.lib

Class org.maltparser.ml.lib.FeatureMap extends Object implements Serializable

serialVersionUID: 7526471155622776147L

Serialized Fields

map

HashMap<K,V> map

featureCounter

int featureCounter

Class org.maltparser.ml.lib.LibException extends MaltChainedException implements Serializable

serialVersionUID: 8045568022124816379L

Class org.maltparser.ml.lib.MaltLiblinearModel extends Object implements Serializable

serialVersionUID: 7526471155622776147L

Serialization Methods

readObject

private void readObject(ObjectInputStream is)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(ObjectOutputStream os)
                  throws IOException
Throws:
IOException
Serialized Fields

bias

double bias

labels

int[] labels
label of each class


nr_class

int nr_class

nr_feature

int nr_feature

solverType

liblinear.SolverType solverType

w

double[] w
feature weight array

Class org.maltparser.ml.lib.MaltLibsvmModel extends Object implements Serializable

serialVersionUID: 7526471155622776147L

Serialized Fields

param

libsvm.svm_parameter param

nr_class

int nr_class

l

int l

SV

libsvm.svm_node[][] SV

sv_coef

double[][] sv_coef

rho

double[] rho

label

int[] label

nSV

int[] nSV

start

int[] start

Package org.maltparser.parser

Class org.maltparser.parser.ParsingException extends MaltChainedException implements Serializable

serialVersionUID: 8045568022124816379L


Package org.maltparser.parser.guide

Class org.maltparser.parser.guide.GuideException extends MaltChainedException implements Serializable

serialVersionUID: 8045568022124816379L


Package org.maltparser.parser.history

Class org.maltparser.parser.history.HistoryException extends MaltChainedException implements Serializable

serialVersionUID: 8045568022124816379L


Package org.maltparser.transform.pseudo

Class org.maltparser.transform.pseudo.TransformationException extends MaltChainedException implements Serializable

serialVersionUID: 8045568022124816379L


MaltParser 1.5

Copyright 2007-2011 Johan Hall, Jens Nilsson and Joakim Nivre.