Serialized Form


Package edu.stanford.nlp.io

Class edu.stanford.nlp.io.FileArrayList extends java.util.ArrayList implements Serializable

Class edu.stanford.nlp.io.RuntimeIOException extends java.lang.RuntimeException implements Serializable


Package edu.stanford.nlp.ling

Class edu.stanford.nlp.ling.BasicDataCollection extends java.util.ArrayList implements Serializable

Serialized Fields

features

java.util.List<E> features

name

java.lang.String name

Class edu.stanford.nlp.ling.BasicDatum extends java.lang.Object implements Serializable

Serialized Fields

features

java.util.Collection<E> features

labels

java.util.List<E> labels

Class edu.stanford.nlp.ling.BasicDocument extends java.util.ArrayList implements Serializable

Serialized Fields

title

java.lang.String title

originalText

java.lang.String originalText

labels

java.util.List<E> labels

tokenizerFactory

TokenizerFactory<T> tokenizerFactory

Class edu.stanford.nlp.ling.Category extends StringLabel implements Serializable

Class edu.stanford.nlp.ling.CategoryWordTag extends StringLabel implements Serializable

Serialized Fields

word

java.lang.String word

tag

java.lang.String tag

Class edu.stanford.nlp.ling.DocumentCollection extends edu.stanford.nlp.ling.BasicDataCollection implements Serializable

Class edu.stanford.nlp.ling.HTMLDocument extends edu.stanford.nlp.ling.BasicDocument implements Serializable

Serialized Fields

parsedText

java.lang.String parsedText

Class edu.stanford.nlp.ling.InvertableWord extends Word implements Serializable

Serialized Fields

before

java.lang.String before

after

java.lang.String after

current

java.lang.String current

Class edu.stanford.nlp.ling.MapLabel extends AbstractLabel implements Serializable

Serialized Fields

map

java.util.Map<K,V> map

Class edu.stanford.nlp.ling.RVFDatum extends java.lang.Object implements Serializable

Serialized Fields

features

Counter<E> features

label

java.lang.Object label

Class edu.stanford.nlp.ling.Sentence extends java.util.ArrayList implements Serializable

Class edu.stanford.nlp.ling.SentenceDocument extends java.util.ArrayList implements Serializable

Serialized Fields

title

java.lang.String title

Class edu.stanford.nlp.ling.StringLabel extends AbstractLabel implements Serializable

Serialized Fields

str

java.lang.String str

Class edu.stanford.nlp.ling.Tag extends StringLabel implements Serializable

Class edu.stanford.nlp.ling.TaggedWord extends Word implements Serializable

Serialized Fields

tag

java.lang.String tag

Class edu.stanford.nlp.ling.TypedTaggedWord extends TaggedWord implements Serializable

Serialized Fields

type

int type

Class edu.stanford.nlp.ling.Word extends StringLabel implements Serializable

Class edu.stanford.nlp.ling.WordTag extends java.lang.Object implements Serializable

Serialized Fields

word

java.lang.String word

tag

java.lang.String tag

Package edu.stanford.nlp.math

Class edu.stanford.nlp.math.ScientificNotationDouble extends java.lang.Number implements Serializable

Serialized Fields

base

double base

exponent

int exponent

Package edu.stanford.nlp.objectbank

Class edu.stanford.nlp.objectbank.IdentityFunction extends java.lang.Object implements Serializable


Package edu.stanford.nlp.parser.lexparser

Class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams extends java.lang.Object implements Serializable

serialVersionUID: 4299501909017975915L

Serialized Fields

inputEncoding

java.lang.String inputEncoding

outputEncoding

java.lang.String outputEncoding

tlp

TreebankLanguagePack tlp

Class edu.stanford.nlp.parser.lexparser.ArabicTreebankParserParams extends AbstractTreebankParserParams implements Serializable

serialVersionUID: 1L

Serialized Fields

retainNPTmp

boolean retainNPTmp

retainPRD

boolean retainPRD

collinizer

TreeTransformer collinizer

activeAnnotations

java.util.Map<K,V> activeAnnotations

annotationPatterns

java.util.Map<K,V> annotationPatterns

Class edu.stanford.nlp.parser.lexparser.ArabicTreebankParserParams.ArabicRomanizedTextEscaper extends java.lang.Object implements Serializable

Class edu.stanford.nlp.parser.lexparser.BaseLexicon extends java.lang.Object implements Serializable

serialVersionUID: 40L

Serialized Fields

unknownLevel

int unknownLevel

smoothInUnknownsThreshold

int smoothInUnknownsThreshold

smartMutation

boolean smartMutation

seenCounter

Counter<E> seenCounter

unSeenCounter

Counter<E> unSeenCounter

smooth

double[] smooth

Class edu.stanford.nlp.parser.lexparser.BinaryGrammar extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

stateSpace

java.lang.String stateSpace

numStates

int numStates

allRules

java.util.List<E> allRules

stateNumberer

Numberer stateNumberer

synthetic

boolean[] synthetic

Class edu.stanford.nlp.parser.lexparser.BinaryRule extends edu.stanford.nlp.parser.lexparser.Rule implements Serializable

serialVersionUID: 1L

Serialized Fields

leftChild

int leftChild

rightChild

int rightChild

Class edu.stanford.nlp.parser.lexparser.ChineseCharacterBasedLexicon extends java.lang.Object implements Serializable

Serialized Fields

charDistributions

java.util.Map<K,V> charDistributions

knownChars

java.util.Set<E> knownChars

POSDistribution

Distribution POSDistribution

Class edu.stanford.nlp.parser.lexparser.ChineseLexicon extends BaseLexicon implements Serializable

serialVersionUID: 221L

Serialized Fields

unknown

edu.stanford.nlp.parser.lexparser.ChineseUnknownWordModel unknown

probRandomWalk

edu.stanford.nlp.parser.lexparser.RandomWalk probRandomWalk

ccbl

edu.stanford.nlp.parser.lexparser.ChineseCharacterBasedLexicon ccbl

Class edu.stanford.nlp.parser.lexparser.ChineseLexiconAndWordSegmenter extends java.lang.Object implements Serializable

Serialized Fields

chineseLexicon

edu.stanford.nlp.parser.lexparser.ChineseLexicon chineseLexicon

wordSegmenter

edu.stanford.nlp.parser.lexparser.WordSegmenter wordSegmenter

Class edu.stanford.nlp.parser.lexparser.ChineseMarkovWordSegmenter extends java.lang.Object implements Serializable

serialVersionUID: 1559606198270645508L

Serialized Fields

initialPOSDist

Distribution initialPOSDist

markovPOSDists

java.util.Map<K,V> markovPOSDists

lex

edu.stanford.nlp.parser.lexparser.ChineseCharacterBasedLexicon lex

POSes

java.util.Set<E> POSes

Class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams extends AbstractTreebankParserParams implements Serializable

serialVersionUID: 2L

Serialized Fields

ctlp

edu.stanford.nlp.trees.international.pennchinese.ChineseTreebankLanguagePack ctlp

charTags

boolean charTags

useCharacterBasedLexicon

boolean useCharacterBasedLexicon

segmentMarkov

boolean segmentMarkov

segmentMaxMatch

boolean segmentMaxMatch

sunJurafskyHeadFinder

boolean sunJurafskyHeadFinder

bikelHeadFinder

boolean bikelHeadFinder

discardFrags

boolean discardFrags

Class edu.stanford.nlp.parser.lexparser.ChineseUnknownWordModel extends java.lang.Object implements Serializable

serialVersionUID: 221L

Serialized Fields

tagHash

java.util.Map<K,V> tagHash

seenFirst

java.util.Set<E> seenFirst

unknownGT

java.util.Map<K,V> unknownGT

Class edu.stanford.nlp.parser.lexparser.DependencyGrammar extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

tagProjection

edu.stanford.nlp.parser.lexparser.TagProjection tagProjection

numWords

int numWords

numTags

int numTags

numTagBins

int numTagBins

tagBin

int[] tagBin

tlp

TreebankLanguagePack tlp

directional

boolean directional

useDistance

boolean useDistance

useCoarseDistance

boolean useCoarseDistance

coreDependencies

Counter<E> coreDependencies

smooth

double[] smooth

interp

double[] interp

distanceDecay

double distanceDecay

d

edu.stanford.nlp.parser.lexparser.Dependency d

Class edu.stanford.nlp.parser.lexparser.DependencyGrammarCombination extends edu.stanford.nlp.parser.lexparser.DependencyGrammar implements Serializable

Serialized Fields

grammar1

edu.stanford.nlp.parser.lexparser.DependencyGrammar grammar1

grammar2

edu.stanford.nlp.parser.lexparser.DependencyGrammar grammar2

wt2

double wt2

Class edu.stanford.nlp.parser.lexparser.DependencyMemGrammar extends edu.stanford.nlp.parser.lexparser.DependencyGrammar implements Serializable

Class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams extends AbstractTreebankParserParams implements Serializable

serialVersionUID: 4153878351331522581L

Serialized Fields

headFinder

HeadFinder headFinder

Class edu.stanford.nlp.parser.lexparser.GermanUnknownWordModel extends java.lang.Object implements Serializable

serialVersionUID: 221L

Serialized Fields

tagHash

java.util.Map<K,V> tagHash

seenEnd

java.util.Set<E> seenEnd

unknownGT

java.util.Map<K,V> unknownGT

Class edu.stanford.nlp.parser.lexparser.ICEGBParserParams extends AbstractTreebankParserParams implements Serializable

serialVersionUID: 1L

Serialized Fields

tlp

TreebankLanguagePack tlp

tf

TreeFactory tf

inputEncoding

java.lang.String inputEncoding

outputEncoding

java.lang.String outputEncoding

treeReaderFactory

TreeReaderFactory treeReaderFactory

Class edu.stanford.nlp.parser.lexparser.IntTaggedWord extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

word

int word

tag

short tag

Class edu.stanford.nlp.parser.lexparser.LexicalizedParser extends java.lang.Object implements Serializable

Serialized Fields

fallbackToPCFG

boolean fallbackToPCFG

pparser

edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser pparser

dparser

edu.stanford.nlp.parser.lexparser.ExhaustiveDependencyParser dparser

bparser

edu.stanford.nlp.parser.lexparser.BiLexPCFGParser bparser

debinarizer

TreeTransformer debinarizer

subcategoryStripper

TreeTransformer subcategoryStripper

op

edu.stanford.nlp.parser.lexparser.Options op

Class edu.stanford.nlp.parser.lexparser.MaxMatchSegmenter extends java.lang.Object implements Serializable

Serialized Fields

words

java.util.Set<E> words

maxLength

int maxLength

Class edu.stanford.nlp.parser.lexparser.NegraPennTreebankParserParams extends AbstractTreebankParserParams implements Serializable

serialVersionUID: 2L

Serialized Fields

nplp

edu.stanford.nlp.trees.international.negra.NegraPennLanguagePack nplp

treeReaderFactory

edu.stanford.nlp.parser.lexparser.NegraPennTreebankParserParams.NegraPennTreeReaderFactory treeReaderFactory

selectiveSplitLevel

int selectiveSplitLevel

Class edu.stanford.nlp.parser.lexparser.Options extends java.lang.Object implements Serializable

serialVersionUID: 3L

Serialized Fields

numWords

int numWords

numTags

int numTags

numStates

int numStates

lexOptions

edu.stanford.nlp.parser.lexparser.Options.LexOptions lexOptions

tlpParams

TreebankLangParserParams tlpParams

forceCNF

boolean forceCNF

doPCFG

boolean doPCFG

doDep

boolean doDep

freeDependencies

boolean freeDependencies

directional

boolean directional

genStop

boolean genStop

distance

boolean distance

coarseDistance

boolean coarseDistance

flexiTag

boolean flexiTag

dcTags

boolean dcTags

Class edu.stanford.nlp.parser.lexparser.Options.LexOptions extends java.lang.Object implements Serializable

Serialized Fields

useUnknownWordSignatures

int useUnknownWordSignatures

smoothInUnknownsThreshold

int smoothInUnknownsThreshold

smartMutation

boolean smartMutation

Class edu.stanford.nlp.parser.lexparser.ParserData extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

lex

Lexicon lex

bg

edu.stanford.nlp.parser.lexparser.BinaryGrammar bg

ug

edu.stanford.nlp.parser.lexparser.UnaryGrammar ug

dg

edu.stanford.nlp.parser.lexparser.DependencyGrammar dg

numbs

java.util.Map<K,V> numbs

pt

edu.stanford.nlp.parser.lexparser.Options pt

Class edu.stanford.nlp.parser.lexparser.Rule extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

parent

int parent

score

double score

Class edu.stanford.nlp.parser.lexparser.TransformTreeDependency extends java.lang.Object implements Serializable

Serialized Fields

binarizer

edu.stanford.nlp.parser.lexparser.TreeAnnotatorAndBinarizer binarizer

collinsPuncTransformer

edu.stanford.nlp.parser.lexparser.CollinsPuncTransformer collinsPuncTransformer

Class edu.stanford.nlp.parser.lexparser.UnaryGrammar extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

numStates

int numStates

stateSpace

java.lang.String stateSpace

coreRules

java.util.Map<K,V> coreRules

Class edu.stanford.nlp.parser.lexparser.UnaryRule extends edu.stanford.nlp.parser.lexparser.Rule implements Serializable

serialVersionUID: 1L

Serialized Fields

child

int child

Package edu.stanford.nlp.process

Class edu.stanford.nlp.process.Americanize extends java.lang.Object implements Serializable

Serialized Fields

capitalizeTimex

boolean capitalizeTimex

Class edu.stanford.nlp.process.BadPunctuationTokenizationFixer extends java.lang.Object implements Serializable

Serialized Fields

oldRegex

java.lang.String[] oldRegex

pattern

java.util.regex.Pattern[] pattern

Class edu.stanford.nlp.process.CapitalFeature extends java.lang.Object implements Serializable

Serialized Fields

CAPITALIZED

edu.stanford.nlp.process.CapitalFeatureValue CAPITALIZED

ALLCAPS

edu.stanford.nlp.process.CapitalFeatureValue ALLCAPS

LOWERCASE

edu.stanford.nlp.process.CapitalFeatureValue LOWERCASE

MIXEDCASE

edu.stanford.nlp.process.CapitalFeatureValue MIXEDCASE

NONLETTERS

edu.stanford.nlp.process.CapitalFeatureValue NONLETTERS

allValues

edu.stanford.nlp.process.CapitalFeatureValue[] allValues

Class edu.stanford.nlp.process.Morphology extends java.lang.Object implements Serializable

Serialized Fields

lexer

edu.stanford.nlp.process.Morpha lexer

Class edu.stanford.nlp.process.NumAndCapFeature extends java.lang.Object implements Serializable

Serialized Fields

allValues

edu.stanford.nlp.process.NumAndCapFeatureValue[] allValues

cf

edu.stanford.nlp.process.CapitalFeature cf

nf

edu.stanford.nlp.process.NumberFeature nf

Class edu.stanford.nlp.process.NumberFeature extends java.lang.Object implements Serializable

Serialized Fields

CARDINAL

edu.stanford.nlp.process.NumberFeatureValue CARDINAL

NUMBER

edu.stanford.nlp.process.NumberFeatureValue NUMBER

HASNUMBER

edu.stanford.nlp.process.NumberFeatureValue HASNUMBER

NONUMBER

edu.stanford.nlp.process.NumberFeatureValue NONUMBER

allValues

edu.stanford.nlp.process.NumberFeatureValue[] allValues

Class edu.stanford.nlp.process.Stemmer extends java.lang.Object implements Serializable

Serialized Fields

b

char[] b

i

int i

i_end

int i_end

j

int j

k

int k

Class edu.stanford.nlp.process.TreeToSentenceFunction extends java.lang.Object implements Serializable

Class edu.stanford.nlp.process.WordExtractor extends java.lang.Object implements Serializable

Class edu.stanford.nlp.process.XMLTagStripper extends java.lang.Object implements Serializable

Serialized Fields

markLineBreaks

boolean markLineBreaks

Package edu.stanford.nlp.trees

Class edu.stanford.nlp.trees.AbstractCollinsHeadFinder extends java.lang.Object implements Serializable

Serialized Fields

tlp

TreebankLanguagePack tlp

nonTerminalInfo

java.util.HashMap<K,V> nonTerminalInfo

defaultRule

java.lang.String[] defaultRule

Class edu.stanford.nlp.trees.AbstractTreebankLanguagePack extends java.lang.Object implements Serializable

serialVersionUID: -6506749780512708352L

Serialized Fields

punctTagStringAcceptFilter

Filter<T> punctTagStringAcceptFilter

punctWordStringAcceptFilter

Filter<T> punctWordStringAcceptFilter

sFPunctTagStringAcceptFilter

Filter<T> sFPunctTagStringAcceptFilter

eIPunctTagStringAcceptFilter

Filter<T> eIPunctTagStringAcceptFilter

startSymbolAcceptFilter

Filter<T> startSymbolAcceptFilter

Class edu.stanford.nlp.trees.BobChrisTreeNormalizer extends TreeNormalizer implements Serializable

Serialized Fields

tlp

TreebankLanguagePack tlp

Class edu.stanford.nlp.trees.ChelbaHeadFinder extends java.lang.Object implements Serializable

Serialized Fields

nonTerminalInfo

java.util.HashMap<K,V> nonTerminalInfo

compiler

org.apache.oro.text.regex.PatternCompiler compiler

matcher

org.apache.oro.text.regex.PatternMatcher matcher

LEFT

org.apache.oro.text.regex.Pattern LEFT

RIGHT

org.apache.oro.text.regex.Pattern RIGHT

PUNCT

org.apache.oro.text.regex.Pattern PUNCT

POS_PUNCT

org.apache.oro.text.regex.Pattern POS_PUNCT

Class edu.stanford.nlp.trees.CollinsHeadFinder extends AbstractCollinsHeadFinder implements Serializable

Class edu.stanford.nlp.trees.DanBobChrisTreeNormalizer extends TreeNormalizer implements Serializable

Class edu.stanford.nlp.trees.GrammaticalStructure extends TreeGraph implements Serializable

Serialized Fields

dependencies

java.util.Set<E> dependencies

Class edu.stanford.nlp.trees.LabeledScoredTreeLeaf extends Tree implements Serializable

Serialized Fields

label

Label label
The string representing the word that is the yield of the parse tree.


score

double score
The score for the leaf

Class edu.stanford.nlp.trees.LabeledScoredTreeNode extends Tree implements Serializable

Serialized Fields

label

Label label
Label of the parse tree.


score

double score
Score of TreeNode


daughterTrees

Tree[] daughterTrees
Daughters of the parse tree.

Class edu.stanford.nlp.trees.LeftHeadFinder extends java.lang.Object implements Serializable

Class edu.stanford.nlp.trees.ModCollinsHeadFinder extends CollinsHeadFinder implements Serializable

Class edu.stanford.nlp.trees.NamedDependency extends java.lang.Object implements Serializable

serialVersionUID: 5L

Serialized Fields

regent

Label regent

dependent

Label dependent

name

java.lang.Object name

Class edu.stanford.nlp.trees.NoPunctTreeNormalizer extends TreeNormalizer implements Serializable

Serialized Fields

tlp

TreebankLanguagePack tlp

Class edu.stanford.nlp.trees.NPTmpRetainingTreeNormalizer extends BobChrisTreeNormalizer implements Serializable

Serialized Fields

temporalAnnotation

int temporalAnnotation

doSGappedStuff

boolean doSGappedStuff

leaveItAll

boolean leaveItAll

doAdverbialNP

boolean doAdverbialNP

headFinder

HeadFinder headFinder

Class edu.stanford.nlp.trees.NullLabel extends AbstractLabel implements Serializable

Class edu.stanford.nlp.trees.OldChineseHeadFinder extends java.lang.Object implements Serializable

Serialized Fields

tlp

TreebankLanguagePack tlp

nonTerminalInfo

java.util.HashMap<K,V> nonTerminalInfo

Class edu.stanford.nlp.trees.ParametricTreeNormalizer extends TreeNormalizer implements Serializable

Serialized Fields

internStrings

boolean internStrings

unquoteStrings

boolean unquoteStrings

Class edu.stanford.nlp.trees.PennTreebankLanguagePack extends AbstractTreebankLanguagePack implements Serializable

serialVersionUID: 9081305982861675328L

Class edu.stanford.nlp.trees.PruneNodesStripSubtagsTreeNormalizer extends TreeNormalizer implements Serializable

Serialized Fields

nodeFilter

Filter<T> nodeFilter

Class edu.stanford.nlp.trees.SbjRetainingTreeNormalizer extends BobChrisTreeNormalizer implements Serializable

Class edu.stanford.nlp.trees.SemanticHeadFinder extends CollinsHeadFinder implements Serializable

Serialized Fields

verbalAuxiliaries

java.util.HashSet<E> verbalAuxiliaries

verbalTags

java.util.HashSet<E> verbalTags

chf

HeadFinder chf

Class edu.stanford.nlp.trees.SepTreeNormalizer extends TreeNormalizer implements Serializable

Class edu.stanford.nlp.trees.SimpleTree extends Tree implements Serializable

Serialized Fields

daughterTrees

Tree[] daughterTrees
Daughters of the parse tree.

Class edu.stanford.nlp.trees.TagMapper extends java.util.HashMap implements Serializable

Serialized Fields

tagMap

java.util.HashMap<K,V> tagMap

Class edu.stanford.nlp.trees.Tree extends java.util.AbstractCollection implements Serializable

Class edu.stanford.nlp.trees.TreeGraphNode extends Tree implements Serializable

Serialized Fields

label

MapLabel label
Label for this node.


parent

TreeGraphNode parent
Parent of this node.


children

TreeGraphNode[] children
Children of this node.


tg

TreeGraph tg
The TreeGraph of which this node is part.

Class edu.stanford.nlp.trees.TreeNormalizer extends java.lang.Object implements Serializable

Class edu.stanford.nlp.trees.UnnamedDependency extends java.lang.Object implements Serializable

serialVersionUID: 5L

Serialized Fields

regent

Label regent

dependent

Label dependent

Class edu.stanford.nlp.trees.WeightedFollowedTaggedWord extends TaggedWord implements Serializable

Serialized Fields

follow

java.lang.String follow

weight

double weight

Package edu.stanford.nlp.trees.international.arabic

Class edu.stanford.nlp.trees.international.arabic.ArabicHeadFinder extends AbstractCollinsHeadFinder implements Serializable

Class edu.stanford.nlp.trees.international.arabic.ArabicTreebankLanguagePack extends AbstractTreebankLanguagePack implements Serializable

serialVersionUID: 9081305982861675328L

Class edu.stanford.nlp.trees.international.arabic.ArabicTreeNormalizer extends BobChrisTreeNormalizer implements Serializable

Serialized Fields

retainNPTmp

boolean retainNPTmp

markPRDverb

boolean markPRDverb

prdPattern

java.util.regex.Pattern prdPattern

prdVerbPattern

TregexPattern prdVerbPattern

Package edu.stanford.nlp.trees.tregex

Class edu.stanford.nlp.trees.tregex.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class edu.stanford.nlp.trees.tregex.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.

Class edu.stanford.nlp.trees.tregex.TregexPattern extends java.lang.Object implements Serializable

Serialized Fields

neg

boolean neg

opt

boolean opt

patternString

java.lang.String patternString

Package edu.stanford.nlp.util

Class edu.stanford.nlp.util.CompositionMap extends java.lang.Object implements Serializable

Serialized Fields

map

java.util.Map<K,V> map

Class edu.stanford.nlp.util.Counter extends java.lang.Object implements Serializable

serialVersionUID: 4L

Serialized Fields

map

java.util.Map<K,V> map

mapFactory

MapFactory mapFactory

Class edu.stanford.nlp.util.DeltaCounter extends Counter implements Serializable

Class edu.stanford.nlp.util.Distribution extends java.lang.Object implements Serializable

serialVersionUID: 6707148234288637809L

Serialized Fields

numberOfKeys

int numberOfKeys

reservedMass

double reservedMass

counter

Counter<E> counter

Class edu.stanford.nlp.util.Index extends java.util.AbstractList<E> implements Serializable

serialVersionUID: 5398562825928375260L

Serialized Fields

objects

java.util.List<E> objects

indexes

java.util.Map<K,V> indexes

locked

boolean locked

Class edu.stanford.nlp.util.IntCounter extends java.lang.Object implements Serializable

serialVersionUID: 4L

Serialized Fields

map

java.util.Map<K,V> map

mapFactory

MapFactory mapFactory

Class edu.stanford.nlp.util.IntPair extends edu.stanford.nlp.util.IntTuple implements Serializable

Class edu.stanford.nlp.util.IntQuadruple extends edu.stanford.nlp.util.IntTuple implements Serializable

Class edu.stanford.nlp.util.IntTriple extends edu.stanford.nlp.util.IntTuple implements Serializable

Class edu.stanford.nlp.util.IntTuple extends java.lang.Object implements Serializable

Serialized Fields

elements

int[] elements

numElements

int numElements

Class edu.stanford.nlp.util.IntUni extends edu.stanford.nlp.util.IntTuple implements Serializable

Class edu.stanford.nlp.util.MapFactory extends java.lang.Object implements Serializable

serialVersionUID: 4529666940763477360L

Class edu.stanford.nlp.util.MapFactory.HashMapFactory extends MapFactory implements Serializable

serialVersionUID: -9222344631596580863L

Class edu.stanford.nlp.util.MapFactory.IdentityHashMapFactory extends MapFactory implements Serializable

serialVersionUID: -9222344631596580863L

Class edu.stanford.nlp.util.MapFactory.TreeMapFactory extends MapFactory implements Serializable

serialVersionUID: -9138736068025818670L

Class edu.stanford.nlp.util.MapFactory.WeakHashMapFactory extends MapFactory implements Serializable

serialVersionUID: 4790014244304941000L

Class edu.stanford.nlp.util.MutableDouble extends java.lang.Number implements Serializable

serialVersionUID: 624465615824626762L

Serialized Fields

d

double d

Class edu.stanford.nlp.util.MutableInteger extends java.lang.Number implements Serializable

serialVersionUID: 624465615824626762L

Serialized Fields

i

int i

Class edu.stanford.nlp.util.Numberer extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

total

int total

intToObject

java.util.Map<K,V> intToObject

objectToInt

java.util.Map<K,V> objectToInt

tempInt

MutableInteger tempInt

locked

boolean locked

Class edu.stanford.nlp.util.Pair extends java.lang.Object implements Serializable

serialVersionUID: 1360822168806852921L

Serialized Fields

first

java.lang.Object first
Direct access is deprecated. Use first().

 

second

java.lang.Object second
Direct access is deprecated. Use second().

 

Class edu.stanford.nlp.util.ScoredPair extends Pair implements Serializable

Serialized Fields

score

double score

Class edu.stanford.nlp.util.UnorderedPair extends Pair implements Serializable