Serialized Form


Package edu.stanford.nlp.graph

Class edu.stanford.nlp.graph.DirectedMultiGraph extends java.lang.Object implements Serializable

serialVersionUID: 609823567298345145L

Serialized Fields

outgoingEdges

java.util.Map<K,V> outgoingEdges

incomingEdges

java.util.Map<K,V> incomingEdges

Package edu.stanford.nlp.international.arabic

Class edu.stanford.nlp.international.arabic.ArabicMorphoFeatureSpecification extends MorphoFeatureSpecification implements Serializable

serialVersionUID: 4448045447200922076L

Class edu.stanford.nlp.international.arabic.ArabicMorphoFeatureSpecification.ArabicMorphoFeatures extends MorphoFeatures implements Serializable

serialVersionUID: -4611776415583633186L

Class edu.stanford.nlp.international.arabic.Buckwalter extends java.lang.Object implements Serializable

serialVersionUID: 4351710914246859336L

Serialized Fields

outputUnicodeValues

boolean outputUnicodeValues
If true (include flag "-o"), outputs space separated unicode values (e.g., "ء" rather than the character version of those values. Only applicable for Buckwalter to Arabic conversion.


arabicChars

char[] arabicChars

buckChars

char[] buckChars

unicode2Buckwalter

boolean unicode2Buckwalter

u2bMap

java.util.HashMap<K,V> u2bMap

b2uMap

java.util.HashMap<K,V> b2uMap

unmappable

ClassicCounter<E> unmappable

Package edu.stanford.nlp.international.arabic.pipeline

Class edu.stanford.nlp.international.arabic.pipeline.DefaultLexicalMapper extends java.lang.Object implements Serializable

serialVersionUID: -197782849766133026L

Serialized Fields

parentTagString

java.lang.String parentTagString

parentTagsToEscape

java.util.Set<E> parentTagsToEscape

Package edu.stanford.nlp.international.french

Class edu.stanford.nlp.international.french.FrenchMorphoFeatureSpecification extends MorphoFeatureSpecification implements Serializable

serialVersionUID: -58379347760106784L


Package edu.stanford.nlp.international.morph

Class edu.stanford.nlp.international.morph.MorphoFeatures extends java.lang.Object implements Serializable

serialVersionUID: -3893316324305154940L

Serialized Fields

fSpec

java.util.Map<K,V> fSpec

altTag

java.lang.String altTag

Class edu.stanford.nlp.international.morph.MorphoFeatureSpecification extends java.lang.Object implements Serializable

serialVersionUID: -5720683653931585664L

Serialized Fields

activeFeatures

java.util.Set<E> activeFeatures

Package edu.stanford.nlp.io

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

serialVersionUID: -8572218999165094626L


Package edu.stanford.nlp.ling

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

serialVersionUID: -745085381666943254L

Serialized Fields

word

java.lang.String word

tag

java.lang.String tag

Class edu.stanford.nlp.ling.CoreLabel extends ArrayCoreMap implements Serializable

serialVersionUID: 2L

Class edu.stanford.nlp.ling.CyclicCoreLabel extends CoreLabel implements Serializable

serialVersionUID: 1L

Class edu.stanford.nlp.ling.IndexedWord extends CoreLabel implements Serializable

serialVersionUID: 3739633991145239829L

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

serialVersionUID: -7252006452127051085L

Serialized Fields

tag

Label tag

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

serialVersionUID: -4153619273767524247L

Serialized Fields

str

java.lang.String str

beginPosition

int beginPosition
Start position of the word in the original input string


endPosition

int endPosition
End position of the word in the original input string

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

serialVersionUID: 1143434026005416755L

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

serialVersionUID: -7252006452127051085L

Serialized Fields

tag

java.lang.String tag

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

serialVersionUID: -1413303679077285530L

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

serialVersionUID: -4817252915997034058L

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

serialVersionUID: -5993410244163988138L

Serialized Fields

word

java.lang.String word

lemma

java.lang.String lemma

tag

java.lang.String tag

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

serialVersionUID: -1859527239216813742L

Serialized Fields

word

java.lang.String word

tag

java.lang.String tag

Package edu.stanford.nlp.movetrees

Class edu.stanford.nlp.movetrees.EmptyTreeLeaf extends LabeledScoredTreeNode implements Serializable

serialVersionUID: 77798427030716852L

Serialized Fields

movedTree

Tree movedTree

emptyType

java.lang.Object emptyType

Package edu.stanford.nlp.objectbank

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

serialVersionUID: 1L

Serialized Fields

oper

Function<T1,T2> oper

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

serialVersionUID: -4030295596701541770L

Serialized Fields

rif

ReaderIteratorFactory rif

ifrf

IteratorFromReaderFactory<T> ifrf

contents

java.util.List<E> contents

keepInMemory

boolean keepInMemory

Package edu.stanford.nlp.parser.lexparser

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

serialVersionUID: 2L

Serialization Methods

readObject

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

tagProjection

TagProjection tagProjection

numTagBins

int numTagBins

tagBin

int[] tagBin

tlp

TreebankLanguagePack tlp

directional

boolean directional

useDistance

boolean useDistance

useCoarseDistance

boolean useCoarseDistance

lex

Lexicon lex

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

serialVersionUID: 4299501909017975915L

Serialized Fields

evalGF

boolean evalGF
If true, then evaluation is over grammatical functions as well as the labels If false, then grammatical functions are stripped for evaluation. This really only makes sense if you've trained with grammatical functions but want to evaluate without them.


inputEncoding

java.lang.String inputEncoding

outputEncoding

java.lang.String outputEncoding

tlp

TreebankLanguagePack tlp

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

serialVersionUID: 1L

Serialized Fields

key

java.lang.String key

annotationMark

java.lang.String annotationMark

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

serialVersionUID: 8853426784197984653L

Serialized Fields

optionsString

java.lang.StringBuilder optionsString

retainNPTmp

boolean retainNPTmp

retainNPSbj

boolean retainNPSbj

retainPRD

boolean retainPRD

retainPPClr

boolean retainPPClr

changeNoLabels

boolean changeNoLabels

collinizerRetainsPunctuation

boolean collinizerRetainsPunctuation

discardX

boolean discardX

headFinder

HeadFinder headFinder

annotationPatterns

java.util.Map<K,V> annotationPatterns

activeAnnotations

java.util.Map<K,V> activeAnnotations

morphoSpec

MorphoFeatureSpecification morphoSpec

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

serialVersionUID: 40L

Serialized Fields

uwModel

UnknownWordModel uwModel

smoothInUnknownsThreshold

int smoothInUnknownsThreshold
If a word has been seen more than this many times, then relative frequencies of tags are used for POS assignment; if not, they are smoothed with tag priors.


smartMutation

boolean smartMutation
Have tags changeable based on statistics on word types having various taggings.


seenCounter

ClassicCounter<E> seenCounter
Records the number of times word/tag pair was seen in training data. Includes word/tag pairs where one is a wildcard not a real word/tag.


smooth

double[] smooth

flexiTag

boolean flexiTag

useSignatureForKnownSmoothing

boolean useSignatureForKnownSmoothing

tagsToBaseTags

int[] tagsToBaseTags

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

serialVersionUID: 6355171148751673822L

Serialized Fields

useFirst

boolean useFirst

useEnd

boolean useEnd

useGT

boolean useGT

useFirstCap

boolean useFirstCap

endLength

int endLength

unknownLevel

int unknownLevel
What type of equivalence classing is done in getSignature


unSeenCounter

ClassicCounter<E> unSeenCounter
Has counts for taggings in terms of unseen signatures. The IntTagWords are for (tag,sig), (tag,null), (null,sig), (null,null). (None for basic UNK if there are signatures.)


tagHash

java.util.HashMap<K,V> tagHash
This maps from a tag (as a label) to a Counter from word signatures to their P(sig|tag), as estimated in the model. For Chinese, the word signature is just the first character or its unicode type for things that aren't Chinese characters.


seenEnd

java.util.Set<E> seenEnd
This is the set of all signatures that we have seen.


unknownGT

java.util.HashMap<K,V> unknownGT

lex

Lexicon lex
All classes that implement UnknownWordModel must call the constructor that initializes this variable.

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

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 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

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

serialVersionUID: 1L

Serialized Fields

leftChild

int leftChild

rightChild

int rightChild

hashCode

int hashCode

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

serialVersionUID: -5357655683145854069L

Serialized Fields

charDistributions

java.util.Map<K,V> charDistributions

knownChars

java.util.Set<E> knownChars

POSDistribution

Distribution<E> POSDistribution

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

serialVersionUID: -7836464391021114960L

Serialized Fields

probRandomWalk

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

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

serialVersionUID: -6554995189795187918L

Serialization Methods

readObject

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

chineseLexicon

ChineseLexicon chineseLexicon

wordSegmenter

WordSegmenter wordSegmenter

op

Options op

Class edu.stanford.nlp.parser.lexparser.ChineseSimWordAvgDepGrammar extends MLEDependencyGrammar implements Serializable

serialVersionUID: -1845503582705055342L

Serialized Fields

simSmooth

double simSmooth

simArgMap

java.util.Map<K,V> simArgMap

simHeadMap

java.util.Map<K,V> simHeadMap

debug

boolean debug

verbose

boolean verbose

statsCounter

ClassicCounter<E> statsCounter

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

serialVersionUID: 2L

Serialized Fields

ctlp

ChineseTreebankLanguagePack ctlp
The variable ctlp stores the same thing as the tlp variable in AbstractTreebankParserParams, but pre-cast to be a ChineseTreebankLanguagePack.


charTags

boolean charTags

useCharacterBasedLexicon

boolean useCharacterBasedLexicon

useMaxentLexicon

boolean useMaxentLexicon

useMaxentDepGrammar

boolean useMaxentDepGrammar

segmentMarkov

boolean segmentMarkov

segmentMaxMatch

boolean segmentMaxMatch

sunJurafskyHeadFinder

boolean sunJurafskyHeadFinder

bikelHeadFinder

boolean bikelHeadFinder

discardFrags

boolean discardFrags

useSimilarWordMap

boolean useSimilarWordMap

lex

Lexicon lex

segmenter

WordSegmenter segmenter

headFinder

HeadFinder headFinder

depGramFeatureLevel

int depGramFeatureLevel

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

serialVersionUID: 4153878351331522581L

Serialized Fields

headFinder

HeadFinder headFinder

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

serialVersionUID: 8496467161563992530L

Serialized Fields

morphoSpec

MorphoFeatureSpecification morphoSpec

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

serialVersionUID: -6976724734594763986L

Serialized Fields

optionsString

java.lang.StringBuilder optionsString

headFinder

HeadFinder headFinder

annotationPatterns

java.util.Map<K,V> annotationPatterns

activeAnnotations

java.util.Map<K,V> activeAnnotations

readPennFormat

boolean readPennFormat

collinizerRetainsPunctuation

boolean collinizerRetainsPunctuation

morphoSpec

MorphoFeatureSpecification morphoSpec

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

serialVersionUID: -3466519995341208619L

Serialized Fields

optionsString

java.lang.StringBuilder optionsString

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

serialVersionUID: 1L

Serialized Fields

head

IntTaggedWord head

arg

IntTaggedWord arg

leftHeaded

boolean leftHeaded

distance

short distance

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.Lattice extends java.lang.Object implements Serializable

serialVersionUID: 5135076134500512556L

Serialized Fields

constraints

java.util.List<E> constraints

edges

java.util.List<E> edges

nodes

java.util.Set<E> nodes

edgeStartsAt

java.util.Map<K,V> edgeStartsAt

maxNode

int maxNode

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

serialVersionUID: 4416189959485854286L

Serialized Fields

word

java.lang.String word

label

java.lang.String label

weight

double weight

start

int start

end

int end

attrs

java.util.Map<K,V> attrs

Class edu.stanford.nlp.parser.lexparser.MLEDependencyGrammar extends AbstractDependencyGrammar implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

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

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

numWordTokens

int numWordTokens

argCounter

ClassicCounter<E> argCounter
Stores all the counts for dependencies (with and without the word being a wildcard) in the reduced tag space.


stopCounter

ClassicCounter<E> stopCounter

smooth_aT_hTWd

double smooth_aT_hTWd
Bayesian m-estimate prior for aT given hTWd against base distribution of aT given hTd. TODO: Note that these values are overwritten in the constructor. Find what is best and then maybe remove these defaults!


smooth_aTW_hTWd

double smooth_aTW_hTWd
Bayesian m-estimate prior for aTW given hTWd against base distribution of aTW given hTd.


smooth_stop

double smooth_stop

interp

double interp
Interpolation between model that directly predicts aTW and model that predicts aT and then aW given aT. This percent of the mass is on the model directly predicting aTW.


smooth_aTW_aT

double smooth_aTW_aT

smooth_aTW_hTd

double smooth_aTW_hTd

smooth_aT_hTd

double smooth_aT_hTd

smooth_aPTW_aPT

double smooth_aPTW_aPT

smoothTP

TagProjection smoothTP

smoothTPNumberer

Numberer smoothTPNumberer

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

serialVersionUID: 757812264219400466L

Serialized Fields

markRC

boolean markRC

markZuVP

boolean markZuVP

markLP

boolean markLP

markColon

boolean markColon

markKonjParent

boolean markKonjParent

markHDParent

boolean markHDParent

markContainsV

boolean markContainsV

nodeCleanup

int nodeCleanup
Node cleanup is how node names are normalized. The known values are: 0 = do nothing; 1 = keep category and function; 2 = keep only category


headFinder

HeadFinder headFinder

treeNormalizerInsertNPinPP

boolean treeNormalizerInsertNPinPP

treeNormalizerLeaveGF

boolean treeNormalizerLeaveGF

treeReaderFactory

NegraPennTreeReaderFactory treeReaderFactory

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

serialVersionUID: 4L

Serialized Fields

numStates

int numStates

lexOptions

Options.LexOptions lexOptions

tlpParams

TreebankLangParserParams tlpParams
The treebank-specific parser parameters to use.


forceCNF

boolean forceCNF
Forces parsing with strictly CNF grammar -- unary chains are converted to XP&YP symbols and back


doPCFG

boolean doPCFG
Do a PCFG parse of the sentence. If both variables are on, also do a combined parse of the sentence.


doDep

boolean doDep
Do a dependency parse of the sentence.


freeDependencies

boolean freeDependencies
if true, any child can be the head (seems rather bad!)


directional

boolean directional
Whether dependency grammar considers left/right direction. Good.


genStop

boolean genStop

distance

boolean distance
Use distance bins in the dependency calculations


coarseDistance

boolean coarseDistance
Use coarser distance (4 bins) in dependency calculations


dcTags

boolean dcTags
"double count" tags rewrites as word in PCFG and Dep parser. Good for combined parsing only (it used to not kick in for PCFG parsing). This option is only used at Test time, but it is now in Options, so the correct choice for a grammar is recorded by a serialized parser. You should turn this off for a vanilla PCFG parser.


nodePrune

boolean nodePrune
If true, inside the factored parser, remove any node from the final chosen tree which improves the PCFG score. This was added as the dependency factor tends to encourage 'deep' trees.

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

serialVersionUID: 2805351374506855632L

Serialized Fields

useUnknownWordSignatures

int useUnknownWordSignatures
Whether to use suffix and capitalization information for unknowns. Within the BaseLexicon model options have the following meaning: 0 means a single unknown token. 1 uses suffix, and capitalization. 2 uses a variant (richer) form of signature. Good. Use this one. Using the richer signatures in versions 3 or 4 seems to have very marginal or no positive value. 3 uses a richer form of signature that mimics the NER word type patterns. 4 is a variant of 2. 5 is another with more English specific morphology (good for English unknowns!). 6-9 are options for Arabic. 9 codes some patterns for numbers and derivational morophology, but also supports unknownPrefixSize and unknownSuffixSize. For German, 0 means a single unknown token, and non-zero means to use capitalization of first letter and a suffix of length unknownSuffixSize.


smoothInUnknownsThreshold

int smoothInUnknownsThreshold
Words more common than this are tagged with MLE P(t|w). Default 100. The smoothing is sufficiently slight that changing this has little effect. But set this to 0 to be able to use the parser as a vanilla PCFG with no smoothing (not as a practical parser but for exposition or debugging).


smartMutation

boolean smartMutation
Smarter smoothing for rare words.


useUnicodeType

boolean useUnicodeType
Make use of unicode code point types in smoothing.


unknownSuffixSize

int unknownSuffixSize
For certain Lexicons, a certain number of word-final letters are used to subclassify the unknown token. This gives the number of letters.


unknownPrefixSize

int unknownPrefixSize
For certain Lexicons, a certain number of word-initial letters are used to subclassify the unknown token. This gives the number of letters.


uwModel

java.lang.String uwModel
Model for unknown words that the lexicon should use


flexiTag

boolean flexiTag

useSignatureForKnownSmoothing

boolean useSignatureForKnownSmoothing
Whether to use signature rather than just being unknown as prior in known word smoothing. Currently only works if turned on for English.

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

serialVersionUID: 1L

Serialized Fields

lex

Lexicon lex

bg

BinaryGrammar bg

ug

UnaryGrammar ug

dg

DependencyGrammar dg

numbs

java.util.Map<K,V> numbs

pt

Options pt

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

serialVersionUID: 5672415342334265614L

Serialized Fields

tagNumberer

Numberer tagNumberer

wordNumberer

Numberer wordNumberer

wordCounter

ClassicCounter<E> wordCounter

tagCounter

ClassicCounter<E> tagCounter

unseenTagCounter

ClassicCounter<E> unseenTagCounter

tagAndWordCounter

ClassicCounter<E> tagAndWordCounter

unseenTagAndSignatureCounter

ClassicCounter<E> unseenTagAndSignatureCounter

smoothInUnknownsThreshold

int smoothInUnknownsThreshold

smooth

double smooth

rulesWithWord

java.util.List<E>[] rulesWithWord

lastWord

int lastWord

lastSignature

int lastSignature

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

serialVersionUID: 2L

Serialized Fields

parent

int parent

score

float score

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

serialVersionUID: 4955237758572202093L

Serialized Fields

start

int start

end

int end

state

java.util.regex.Pattern state

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

serialVersionUID: 1L

Serialization Methods

readObject

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

numStates

int numStates
The number of "states" (nonterms) in the grammar, used to index rules.


stateSpace

java.lang.String stateSpace
The name of the Numberer state space for unary rules. Usually "states"


coreRules

java.util.Map<K,V> coreRules
The basic list of UnaryRules. Really this is treated as a set

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

serialVersionUID: 1L

Serialized Fields

child

int child

Package edu.stanford.nlp.parser.ui

Class edu.stanford.nlp.parser.ui.TreeJPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

VERTICAL_ALIGN

int VERTICAL_ALIGN

HORIZONTAL_ALIGN

int HORIZONTAL_ALIGN

maxFontSize

int maxFontSize

minFontSize

int minFontSize

tree

Tree tree

Package edu.stanford.nlp.process

Package edu.stanford.nlp.semgrex

Class edu.stanford.nlp.semgrex.CoordinationPattern extends SemgrexPattern implements Serializable

serialVersionUID: -3122330899634961002L

Serialized Fields

isConj

boolean isConj

isNodeCoord

boolean isNodeCoord

children

java.util.List<E> children

Class edu.stanford.nlp.semgrex.NodePattern extends SemgrexPattern implements Serializable

serialVersionUID: -5981133879119233896L

Serialized Fields

reln

edu.stanford.nlp.semgrex.GraphRelation reln

negDesc

boolean negDesc

attributes

java.util.Map<K,V> attributes

isRoot

boolean isRoot

isLink

boolean isLink

isEmpty

boolean isEmpty

name

java.lang.String name

descString

java.lang.String descString

child

SemgrexPattern child

variableGroups

java.util.List<E> variableGroups

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

serialVersionUID: 1L

Serialized Fields

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.semgrex.SemgrexPattern extends java.lang.Object implements Serializable

serialVersionUID: 1722052832350596732L

Serialized Fields

neg

boolean neg

opt

boolean opt

patternString

java.lang.String patternString

Class edu.stanford.nlp.semgrex.Token extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

kind

int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java.


beginLine

int beginLine
The line number of the first character of this Token.


beginColumn

int beginColumn
The column number of the first character of this Token.


endLine

int endLine
The line number of the last character of this Token.


endColumn

int endColumn
The column number of the last character of this Token.


image

java.lang.String image
The string image of the token.


next

Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field.


specialToken

Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.

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

serialVersionUID: 1L

Serialized Fields

errorCode

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


Package edu.stanford.nlp.stats

Class edu.stanford.nlp.stats.ClassicCounter extends java.lang.Object implements Serializable

serialVersionUID: 4L

Serialized Fields

map

java.util.Map<K,V> map

mapFactory

MapFactory<K,V> mapFactory

totalCount

double totalCount

defaultValue

double defaultValue

Class edu.stanford.nlp.stats.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.stats.GeneralizedCounter extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

map

java.util.Map<K,V> map

depth

int depth

total

double total

Class edu.stanford.nlp.stats.IntCounter extends AbstractCounter<E> implements Serializable

serialVersionUID: 4L

Serialized Fields

map

java.util.Map<K,V> map

mapFactory

MapFactory<K,V> mapFactory

totalCount

int totalCount

defaultValue

int defaultValue

Class edu.stanford.nlp.stats.TwoDimensionalCounter extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

map

java.util.Map<K,V> map

total

double total

outerMF

MapFactory<K,V> outerMF

innerMF

MapFactory<K,V> innerMF

defaultValue

double defaultValue

Package edu.stanford.nlp.swing

Class edu.stanford.nlp.swing.TooltipJList extends javax.swing.JList implements Serializable


Package edu.stanford.nlp.trees

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

serialVersionUID: -6540278059442931087L

Serialized Fields

tlp

TreebankLanguagePack tlp

nonTerminalInfo

java.util.Map<K,V> nonTerminalInfo

defaultRule

java.lang.String[] defaultRule
Default direction if no rule is found for category. Subclasses can turn it on if they like. If they don't it is an error if no rule is defined for a category (null is returned).


defaultLeftRule

java.lang.String[] defaultLeftRule
These are built automatically from categoriesToAvoid and used in a fairly different fashion from defaultRule (above). These are used for categories that do have defined rules but where none of them have matched. Rather than picking the rightmost or leftmost child, we will use these to pick the the rightmost or leftmost child which isn't in categoriesToAvoid.


defaultRightRule

java.lang.String[] defaultRightRule

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

serialVersionUID: -6506749780512708352L

Serialized Fields

gfCharacter

char gfCharacter
Default character for indicating that something is a grammatical fn; probably should be overridden by lang specific ones


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

serialVersionUID: -1005188028979810143L

Serialized Fields

tlp

TreebankLanguagePack tlp

emptyFilter

Filter<T> emptyFilter

aOverAFilter

Filter<T> aOverAFilter

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

serialVersionUID: 1L

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

serialVersionUID: 8914098359495987617L

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

serialVersionUID: -8747319554557223437L

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

serialVersionUID: -7732189363171164852L

Serialized Fields

tagRejectFilter

Filter<T> tagRejectFilter

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

serialVersionUID: 1166489968248785287L

Serialized Fields

wordRejectFilter

Filter<T> wordRejectFilter

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

serialVersionUID: -1866362375001969402L

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

serialVersionUID: -2270472762938163327L

Serialized Fields

nodeCleanup

int nodeCleanup
How to clean up node labels: 0 = do nothing, 1 = keep category and function, 2 = just category.


root

java.lang.String root

tlp

TreebankLanguagePack tlp

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

serialVersionUID: 892618003417550128L

Serialized Fields

language

GrammaticalRelation.Language language

shortName

java.lang.String shortName

longName

java.lang.String longName

parent

GrammaticalRelation parent

children

java.util.List<E> children

sourcePattern

java.util.regex.Pattern sourcePattern

targetPatterns

java.util.List<E> targetPatterns

specific

java.lang.String specific

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

serialVersionUID: 2286294455343892678L

Serialized Fields

dependencies

java.util.Set<E> dependencies

typedDependencies

java.util.List<E> typedDependencies

allTypedDependencies

java.util.List<E> allTypedDependencies

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

serialVersionUID: -8992385140984593817L

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

serialVersionUID: 8453889846239508208L

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

serialVersionUID: -5870387458902637256L

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.NPTmpRetainingTreeNormalizer extends BobChrisTreeNormalizer implements Serializable

serialVersionUID: 7548777133196579107L

Serialized Fields

temporalAnnotation

int temporalAnnotation

doSGappedStuff

boolean doSGappedStuff

leaveItAll

int leaveItAll

doAdverbialNP

boolean doAdverbialNP

headFinder

HeadFinder headFinder

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

serialVersionUID: 326L

Serialized Fields

tns

java.util.List<E> tns

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

Serialized Fields

tree

Tree tree

parent

Tree parent

children

Tree[] children

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

serialVersionUID: 9081305982861675328L

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

serialVersionUID: 5721799188009249808L

Serialized Fields

verbalAuxiliaries

java.util.HashSet<E> verbalAuxiliaries

copulars

java.util.HashSet<E> copulars

passiveAuxiliaries

java.util.HashSet<E> passiveAuxiliaries

verbalTags

java.util.HashSet<E> verbalTags

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

serialVersionUID: -8075763706877132926L

Serialized Fields

daughterTrees

Tree[] daughterTrees
Daughters of the parse tree.

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

serialVersionUID: 5441849457648722744L

Serialized Fields

score

double score

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

serialVersionUID: 1L

Serialized Fields

root

TreeGraphNode root
The root node of this treegraph.


indexMap

java.util.Map<K,V> indexMap
A map from arbitrary integer indices to nodes.

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

serialVersionUID: 5080098143617475328L

Serialized Fields

label

CyclicCoreLabel 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

serialVersionUID: 1540681875853883387L

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

serialVersionUID: -7690294213151279779L

Serialized Fields

reln

GrammaticalRelation reln

gov

TreeGraphNode gov

dep

TreeGraphNode dep

extra

boolean extra

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

serialVersionUID: 5L

Serialized Fields

regent

Label regent

dependent

Label dependent

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

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

serialVersionUID: 6203368998430280740L

Serialized Fields

tagSet

ArabicHeadFinder.TagSet tagSet

predPattern

java.util.regex.Pattern predPattern

Class edu.stanford.nlp.trees.international.arabic.ArabicTokenizer.ArabicTokenizerFactory extends java.lang.Object implements Serializable

serialVersionUID: 6759533831515214642L

Serialized Fields

tokenizeNLs

boolean tokenizeNLs

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

serialVersionUID: -1592231121068698494L

Serialized Fields

retainNPTmp

boolean retainNPTmp

retainNPSbj

boolean retainNPSbj

markPRDverb

boolean markPRDverb

changeNoLabels

boolean changeNoLabels

retainPPClr

boolean retainPPClr

lexMapper

DefaultLexicalMapper lexMapper

prdPattern

java.util.regex.Pattern prdPattern

prdVerbPattern

TregexPattern prdVerbPattern

npSbjPattern

TregexPattern npSbjPattern

rootLabel

java.lang.String rootLabel

Class edu.stanford.nlp.trees.international.arabic.ArabicTreeNormalizer.ArabicEmptyFilter extends java.lang.Object implements Serializable

serialVersionUID: 7417844982953945964L

Class edu.stanford.nlp.trees.international.arabic.ArabicTreeReaderFactory extends java.lang.Object implements Serializable

serialVersionUID: 1973767605277873017L

Serialized Fields

retainNPTmp

boolean retainNPTmp

retainNPSbj

boolean retainNPSbj

retainPRD

boolean retainPRD

retainPPClr

boolean retainPPClr

changeNoLabels

boolean changeNoLabels

filterX

boolean filterX

noNormalization

boolean noNormalization

Class edu.stanford.nlp.trees.international.arabic.ArabicTreeReaderFactory.ArabicRawTreeReaderFactory extends ArabicTreeReaderFactory implements Serializable

serialVersionUID: -5693371540982097793L


Package edu.stanford.nlp.trees.international.french

Class edu.stanford.nlp.trees.international.french.DybroFrenchHeadFinder extends AbstractCollinsHeadFinder implements Serializable

serialVersionUID: 8798606577201646967L

Class edu.stanford.nlp.trees.international.french.FrenchHeadFinder extends AbstractCollinsHeadFinder implements Serializable

serialVersionUID: 8747319554557223422L

Class edu.stanford.nlp.trees.international.french.FrenchTreebankLanguagePack extends AbstractTreebankLanguagePack implements Serializable

serialVersionUID: -7338244949063822519L

Class edu.stanford.nlp.trees.international.french.FrenchTreeNormalizer extends BobChrisTreeNormalizer implements Serializable

serialVersionUID: 7868735300308066991L

Serialized Fields

rootLabel

java.lang.String rootLabel

Class edu.stanford.nlp.trees.international.french.FrenchTreeNormalizer.FrenchAOverAFilter extends java.lang.Object implements Serializable

serialVersionUID: 793800623099852951L

Class edu.stanford.nlp.trees.international.french.FrenchTreeReaderFactory extends java.lang.Object implements Serializable

serialVersionUID: 6928967570430642163L

Serialized Fields

readPennFormat

boolean readPennFormat

Package edu.stanford.nlp.trees.international.hebrew

Class edu.stanford.nlp.trees.international.hebrew.HebrewTreebankLanguagePack extends AbstractTreebankLanguagePack implements Serializable

serialVersionUID: 4787589385598144401L

Class edu.stanford.nlp.trees.international.hebrew.HebrewTreeNormalizer extends BobChrisTreeNormalizer implements Serializable

serialVersionUID: -3129547164200725933L

Serialized Fields

hebrewEmptyFilter

Filter<T> hebrewEmptyFilter

Class edu.stanford.nlp.trees.international.hebrew.HebrewTreeNormalizer.HebrewEmptyFilter extends java.lang.Object implements Serializable

serialVersionUID: -7256461296718287280L

Class edu.stanford.nlp.trees.international.hebrew.HebrewTreeReaderFactory extends java.lang.Object implements Serializable

serialVersionUID: 818065349424602548L


Package edu.stanford.nlp.trees.international.negra

Class edu.stanford.nlp.trees.international.negra.NegraHeadFinder extends AbstractCollinsHeadFinder implements Serializable

serialVersionUID: -7253035927065152766L

Serialized Fields

coordSwitch

boolean coordSwitch

left

java.lang.String left

right

java.lang.String right

Class edu.stanford.nlp.trees.international.negra.NegraLabel extends StringLabel implements Serializable

serialVersionUID: 2847331882765391095L

Serialized Fields

edge

java.lang.String edge

features

java.util.Map<K,V> features

Class edu.stanford.nlp.trees.international.negra.NegraPennLanguagePack extends AbstractTreebankLanguagePack implements Serializable

serialVersionUID: 9081305982861675328L

Serialized Fields

leaveGF

boolean leaveGF

Class edu.stanford.nlp.trees.international.negra.NegraPennTreeNormalizer extends TreeNormalizer implements Serializable

serialVersionUID: 8529514903815041064L

Serialized Fields

nodeCleanup

int nodeCleanup
How to clean up node labels: 0 = do nothing, 1 = keep category and function, 2 = just category


tlp

TreebankLanguagePack tlp

insertNPinPP

boolean insertNPinPP

emptyFilter

Filter<T> emptyFilter

aOverAFilter

Filter<T> aOverAFilter

prepositionTags

java.util.Set<E> prepositionTags

postpositionTags

java.util.Set<E> postpositionTags

Class edu.stanford.nlp.trees.international.negra.NegraPennTreeReaderFactory extends java.lang.Object implements Serializable

serialVersionUID: 5731352106152470304L

Serialized Fields

nodeCleanup

int nodeCleanup

tlp

TreebankLanguagePack tlp

treeNormalizerInsertNPinPP

boolean treeNormalizerInsertNPinPP

Class edu.stanford.nlp.trees.international.negra.TigerHeadFinder extends AbstractCollinsHeadFinder implements Serializable

serialVersionUID: 4307594629124896496L

Serialized Fields

coordSwitch

boolean coordSwitch

left

java.lang.String left

right

java.lang.String right

Package edu.stanford.nlp.trees.international.pennchinese

Class edu.stanford.nlp.trees.international.pennchinese.BikelChineseHeadFinder extends AbstractCollinsHeadFinder implements Serializable

serialVersionUID: -5445795668059315082L

Class edu.stanford.nlp.trees.international.pennchinese.CharacterLevelTagExtender extends BobChrisTreeNormalizer implements Serializable

serialVersionUID: 7893996593626523700L

Class edu.stanford.nlp.trees.international.pennchinese.ChineseEnglishWordMap extends java.lang.Object implements Serializable

serialVersionUID: 7655332268578049993L

Serialized Fields

map

java.util.Map<K,V> map

normalized

boolean normalized

Class edu.stanford.nlp.trees.international.pennchinese.ChineseHeadFinder extends AbstractCollinsHeadFinder implements Serializable

serialVersionUID: 6143632784691159283L

Class edu.stanford.nlp.trees.international.pennchinese.ChineseSemanticHeadFinder extends ChineseHeadFinder implements Serializable

serialVersionUID: 2L

Class edu.stanford.nlp.trees.international.pennchinese.ChineseTreebankLanguagePack extends AbstractTreebankLanguagePack implements Serializable

serialVersionUID: 5757403475523638802L

Class edu.stanford.nlp.trees.international.pennchinese.CTBErrorCorrectingTreeNormalizer extends BobChrisTreeNormalizer implements Serializable

serialVersionUID: -8203853817025401845L

Serialized Fields

tagExtender

TreeTransformer tagExtender

splitNPTMP

boolean splitNPTMP

splitPPTMP

boolean splitPPTMP

splitXPTMP

boolean splitXPTMP

chineseEmptyFilter

Filter<T> chineseEmptyFilter

Class edu.stanford.nlp.trees.international.pennchinese.SunJurafskyChineseHeadFinder extends AbstractCollinsHeadFinder implements Serializable

serialVersionUID: -7942375587642755210L


Package edu.stanford.nlp.trees.international.tuebadz

Class edu.stanford.nlp.trees.international.tuebadz.TueBaDZHeadFinder extends AbstractCollinsHeadFinder implements Serializable

serialVersionUID: 1L

Serialized Fields

left

java.lang.String left

right

java.lang.String right

coordSwitch

boolean coordSwitch

headMarkedPattern

java.util.regex.Pattern headMarkedPattern

headMarkedPattern2

java.util.regex.Pattern headMarkedPattern2

Class edu.stanford.nlp.trees.international.tuebadz.TueBaDZLanguagePack extends AbstractTreebankLanguagePack implements Serializable

serialVersionUID: 2697418320262700673L

Serialized Fields

limitedGF

boolean limitedGF

leaveGF

boolean leaveGF

Class edu.stanford.nlp.trees.international.tuebadz.TueBaDZPennTreeNormalizer extends TreeNormalizer implements Serializable

serialVersionUID: 8009544230321390490L

Serialized Fields

nodeCleanup

int nodeCleanup
How to clean up node labels: 0 = do nothing, 1 = keep category and function, 2 = just category.


root

java.lang.String root

tlp

TreebankLanguagePack tlp

tns

java.util.List<E> tns

Class edu.stanford.nlp.trees.international.tuebadz.TueBaDZTreeReaderFactory extends java.lang.Object implements Serializable

serialVersionUID: 1614799885744961795L

Serialized Fields

tlp

TreebankLanguagePack tlp

nodeCleanup

int nodeCleanup

Package edu.stanford.nlp.trees.semgraph

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

serialVersionUID: 1L

Serialized Fields

roots

java.util.Collection<E> roots
The distinguished root vertices, if known.


graph

DirectedMultiGraph<V,E> graph

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

serialVersionUID: 2L

Serialized Fields

relation

GrammaticalRelation relation

weight

double weight

source

IndexedWord source

target

IndexedWord target

Package edu.stanford.nlp.trees.tregex

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

serialVersionUID: 1L

Serialized Fields

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.Token extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

kind

int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java.


beginLine

int beginLine
The line number of the first character of this Token.


beginColumn

int beginColumn
The column number of the first character of this Token.


endLine

int endLine
The line number of the last character of this Token.


endColumn

int endColumn
The column number of the last character of this Token.


image

java.lang.String image
The string image of the token.


next

Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field.


specialToken

Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.

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

serialVersionUID: 1L

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

serialVersionUID: 5060298043763944913L

Serialized Fields

currentBasicCatFunction

Function<T1,T2> currentBasicCatFunction

neg

boolean neg

opt

boolean opt

patternString

java.lang.String patternString

Package edu.stanford.nlp.trees.tregex.gui

Class edu.stanford.nlp.trees.tregex.gui.DisplayMatchesPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

scroller

javax.swing.JScrollPane scroller

firstMouseEvent

java.awt.event.MouseEvent firstMouseEvent

fontName

java.lang.String fontName

fontSize

int fontSize

defaultColor

java.awt.Color defaultColor

matchedColor

java.awt.Color matchedColor

tjp

ScrollableTreeJPanel tjp

Class edu.stanford.nlp.trees.tregex.gui.FilePanel extends javax.swing.JPanel implements Serializable

serialVersionUID: -2229250395240163264L

Serialized Fields

tree

javax.swing.JTree tree

treeModel

FileTreeModel treeModel

Class edu.stanford.nlp.trees.tregex.gui.FileTreeModel extends javax.swing.tree.DefaultTreeModel implements Serializable

Serialized Fields

listeners

java.util.List<E> listeners

root

FileTreeNode root

treeStructure

java.util.HashMap<K,V> treeStructure

Class edu.stanford.nlp.trees.tregex.gui.FileTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

file

java.io.File file

check

javax.swing.JCheckBox check

label

javax.swing.JLabel label

t

Treebank t

listeners

java.util.ArrayList<E> listeners

Class edu.stanford.nlp.trees.tregex.gui.InputPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: -8219840036914495876L

Serialized Fields

foundStats

javax.swing.JLabel foundStats

findMatches

javax.swing.JButton findMatches

cancel

javax.swing.JButton cancel

help

javax.swing.JButton help

tregexPattern

javax.swing.JTextArea tregexPattern

recentTregexPatterns

javax.swing.JComboBox recentTregexPatterns

numRecentPatterns

int numRecentPatterns

tsurgeonScript

javax.swing.JTextArea tsurgeonScript

compiler

TregexPatternCompiler compiler

historyList

java.util.List<E> historyList

historyFrame

javax.swing.JFrame historyFrame

scriptLabel

javax.swing.JLabel scriptLabel

tsurgeonEnabled

boolean tsurgeonEnabled

tsurgeonHelp

javax.swing.JButton tsurgeonHelp

cancelTsurgeon

javax.swing.JButton cancelTsurgeon

searchThread

java.lang.Thread searchThread

historyButton

javax.swing.JButton historyButton

progressBar

javax.swing.JProgressBar progressBar

browseButton

javax.swing.JButton browseButton

helpFrame

javax.swing.JFrame helpFrame

tsurgeonHelpFrame

javax.swing.JFrame tsurgeonHelpFrame

runScript

javax.swing.JButton runScript

Class edu.stanford.nlp.trees.tregex.gui.MatchesPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

list

javax.swing.JList list

matchedParts

java.util.HashMap<K,V> matchedParts

listeners

java.util.List<E> listeners

highlightColor

java.awt.Color highlightColor

showOnlyMatchedPortion

boolean showOnlyMatchedPortion

lastSelected

javax.swing.JTextField lastSelected

firstMouseEvent

java.awt.event.MouseEvent firstMouseEvent

maxMatches

int maxMatches

Class edu.stanford.nlp.trees.tregex.gui.PreferencesPanel extends javax.swing.JDialog implements Serializable

Serialized Fields

highlightButton

javax.swing.JButton highlightButton

setEncoding

javax.swing.JTextField setEncoding

Class edu.stanford.nlp.trees.tregex.gui.ScrollableTreeJPanel extends TreeJPanel implements Serializable

Serialized Fields

fontSize

int fontSize

defaultColor

java.awt.Color defaultColor

matchedColor

java.awt.Color matchedColor

tdiffColor

java.awt.Color tdiffColor

fontName

java.lang.String fontName

style

int style

preferredSize

java.awt.Dimension preferredSize

matchedParts

java.util.List<E> matchedParts

leafCtr

int leafCtr

yieldHeight

double yieldHeight

yieldOffsets

float[] yieldOffsets

diffConstituents

java.util.Set<E> diffConstituents

Class edu.stanford.nlp.trees.tregex.gui.TregexGUI extends javax.swing.JFrame implements Serializable

Serialized Fields

preferences

javax.swing.JMenuItem preferences

loadFiles

javax.swing.JMenuItem loadFiles

saveMatches

javax.swing.JMenuItem saveMatches

saveSentences

javax.swing.JMenuItem saveSentences

saveHistory

javax.swing.JMenuItem saveHistory

loadTsurgeon

javax.swing.JMenuItem loadTsurgeon

tDiff

javax.swing.JMenuItem tDiff

quit

javax.swing.JMenuItem quit

copy

javax.swing.JMenuItem copy

clearFileList

javax.swing.JMenuItem clearFileList

chooser

javax.swing.JFileChooser chooser

preferenceDialog

javax.swing.JDialog preferenceDialog

aboutBox

javax.swing.JDialog aboutBox

doTdiff

boolean doTdiff

Package edu.stanford.nlp.trees.tregex.tsurgeon

Class edu.stanford.nlp.trees.tregex.tsurgeon.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.tsurgeon.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.


Package edu.stanford.nlp.util

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

serialVersionUID: 1L

Serialization Methods

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Overridden serialization method: compacts our map before writing.

Throws:
java.io.IOException - If IO error
Serialized Fields

keys

java.lang.Class<T>[] keys
Array of keys


values

java.lang.Object[] values
Array of values


size

int size
Total number of elements actually in keys,values

Class edu.stanford.nlp.util.ArrayMap extends java.util.AbstractMap<K,V> implements Serializable

serialVersionUID: 1L

Serialized Fields

entryArray

edu.stanford.nlp.util.ArrayMap.Entry<K,V>[] entryArray

capacity

int capacity

size

int size

hashCodeCache

int hashCodeCache

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

serialVersionUID: 3711321773145894069L

Class edu.stanford.nlp.util.CollectionFactory.ArrayListFactory extends CollectionFactory<T> implements Serializable

serialVersionUID: 1L

Class edu.stanford.nlp.util.CollectionFactory.HashSetFactory extends CollectionFactory<T> implements Serializable

serialVersionUID: -6268401669449458602L

Class edu.stanford.nlp.util.CollectionFactory.LinkedListFactory extends CollectionFactory<T> implements Serializable

serialVersionUID: -4236184979948498000L

Class edu.stanford.nlp.util.CollectionFactory.SizedArrayListFactory extends CollectionFactory<T> implements Serializable

serialVersionUID: 1L

Serialized Fields

defaultSize

int defaultSize

Class edu.stanford.nlp.util.CollectionFactory.TreeSetFactory extends CollectionFactory<T> implements Serializable

serialVersionUID: -3451920268219478134L

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

serialVersionUID: -9064664153962599076L

Serialized Fields

map

java.util.Map<K,V> map

cf

CollectionFactory<T> cf

treatCollectionsAsImmutable

boolean treatCollectionsAsImmutable

mf

MapFactory<K,V> mf

emptyValue

java.util.Collection<E> emptyValue
The empty collection to be returned when a get doesn't find the key. The collection returned should be empty, such as Collections.emptySet, for example.

Class edu.stanford.nlp.util.DeltaCollectionValuedMap extends CollectionValuedMap<K,V> implements Serializable

serialVersionUID: 1L

Serialized Fields

originalMap

CollectionValuedMap<K,V> originalMap

deltaMap

java.util.Map<K,V> deltaMap

Class edu.stanford.nlp.util.FixedPrioritiesPriorityQueue extends java.util.AbstractSet<E> implements Serializable

serialVersionUID: 1L

Serialized Fields

size

int size

capacity

int capacity

elements

java.util.List<E> elements

priorities

double[] priorities

Class edu.stanford.nlp.util.HashableCoreMap extends ArrayCoreMap implements Serializable

serialVersionUID: 1L

Serialized Fields

immutableKeys

java.util.Set<E> immutableKeys
Set of immutable keys


hashcode

int hashcode
Pre-computed hashcode

Class edu.stanford.nlp.util.HashableCoreMap.HashableCoreMapException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L

Class edu.stanford.nlp.util.HashIndex extends java.util.AbstractCollection<E> implements Serializable

serialVersionUID: 5398562825928375260L

Serialized Fields

objects

java.util.ArrayList<E> objects

indexes

java.util.HashMap<K,V> indexes

locked

boolean locked

semaphore

java.util.concurrent.Semaphore semaphore

Class edu.stanford.nlp.util.IdentityHashSet extends java.util.AbstractSet<E> implements Serializable

serialVersionUID: -5024744406713321676L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Deserialize this Object in a manner which is binary-compatible with the JDK.

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Serialize this Object in a manner which is binary-compatible with the JDK.

Throws:
java.io.IOException

Class edu.stanford.nlp.util.Interval extends Pair<E extends java.lang.Comparable<E>,E extends java.lang.Comparable<E>> implements Serializable

Serialized Fields

flags

int flags

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

serialVersionUID: 1L

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

serialVersionUID: 7154973101012473479L

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

serialVersionUID: -3744404627253652799L

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

serialVersionUID: 7266305463893511982L

Serialized Fields

elements

int[] elements

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

serialVersionUID: -7182556672628741200L

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

serialVersionUID: 4529666940763477360L

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.ScoredComparator extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

ascending

boolean ascending

Class edu.stanford.nlp.util.StringParsingTask.ParserException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L

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

serialVersionUID: -4182871682751645440L

Serialized Fields

first

java.lang.Object first

second

java.lang.Object second

third

java.lang.Object third



Stanford NLP Group