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 |
features
java.util.List<E> features
name
java.lang.String name
Class edu.stanford.nlp.ling.BasicDatum extends java.lang.Object implements Serializable |
features
java.util.Collection<E> features
labels
java.util.List<E> labels
Class edu.stanford.nlp.ling.BasicDocument extends java.util.ArrayList implements Serializable |
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 |
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 |
parsedText
java.lang.String parsedText
Class edu.stanford.nlp.ling.InvertableWord extends Word implements Serializable |
before
java.lang.String before
after
java.lang.String after
current
java.lang.String current
map
java.util.Map<K,V> map
Class edu.stanford.nlp.ling.RVFDatum extends java.lang.Object implements Serializable |
features
Counter<E> features
label
java.lang.Object label
Class edu.stanford.nlp.ling.SentenceDocument extends java.util.ArrayList implements Serializable |
title
java.lang.String title
str
java.lang.String str
tag
java.lang.String tag
Class edu.stanford.nlp.ling.TypedTaggedWord extends TaggedWord implements Serializable |
type
int type
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 |
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 |
serialVersionUID: 4299501909017975915L
inputEncoding
java.lang.String inputEncoding
outputEncoding
java.lang.String outputEncoding
tlp
TreebankLanguagePack tlp
serialVersionUID: 1L
retainNPTmp
boolean retainNPTmp
retainPRD
boolean retainPRD
collinizer
TreeTransformer collinizer
activeAnnotations
java.util.Map<K,V> activeAnnotations
annotationPatterns
java.util.Map<K,V> annotationPatterns
serialVersionUID: 40L
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
readObject
private void readObject(java.io.ObjectInputStream arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
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
leftChild
int leftChild
rightChild
int rightChild
Class edu.stanford.nlp.parser.lexparser.ChineseCharacterBasedLexicon extends java.lang.Object implements Serializable |
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
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 |
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
initialPOSDist
Distribution initialPOSDist
markovPOSDists
java.util.Map<K,V> markovPOSDists
lex
edu.stanford.nlp.parser.lexparser.ChineseCharacterBasedLexicon lex
POSes
java.util.Set<E> POSes
serialVersionUID: 2L
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
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
readObject
private void readObject(java.io.ObjectInputStream arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
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 |
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 |
serialVersionUID: 4153878351331522581L
headFinder
HeadFinder headFinder
Class edu.stanford.nlp.parser.lexparser.GermanUnknownWordModel extends java.lang.Object implements Serializable |
serialVersionUID: 221L
tagHash
java.util.Map<K,V> tagHash
seenEnd
java.util.Set<E> seenEnd
unknownGT
java.util.Map<K,V> unknownGT
serialVersionUID: 1L
tlp
TreebankLanguagePack tlp
tf
TreeFactory tf
inputEncoding
java.lang.String inputEncoding
outputEncoding
java.lang.String outputEncoding
treeReaderFactory
TreeReaderFactory treeReaderFactory
serialVersionUID: 1L
word
int word
tag
short tag
Class edu.stanford.nlp.parser.lexparser.LexicalizedParser extends java.lang.Object implements Serializable |
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 |
words
java.util.Set<E> words
maxLength
int maxLength
serialVersionUID: 2L
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
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 |
useUnknownWordSignatures
int useUnknownWordSignatures
smoothInUnknownsThreshold
int smoothInUnknownsThreshold
smartMutation
boolean smartMutation
Class edu.stanford.nlp.parser.lexparser.ParserData extends java.lang.Object implements Serializable |
serialVersionUID: 1L
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
parent
int parent
score
double score
Class edu.stanford.nlp.parser.lexparser.TransformTreeDependency extends java.lang.Object implements Serializable |
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
readObject
private void readObject(java.io.ObjectInputStream arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
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
child
int child
Package edu.stanford.nlp.process |
capitalizeTimex
boolean capitalizeTimex
Class edu.stanford.nlp.process.BadPunctuationTokenizationFixer extends java.lang.Object implements Serializable |
oldRegex
java.lang.String[] oldRegex
pattern
java.util.regex.Pattern[] pattern
Class edu.stanford.nlp.process.CapitalFeature extends java.lang.Object implements Serializable |
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
lexer
edu.stanford.nlp.process.Morpha lexer
Class edu.stanford.nlp.process.NumAndCapFeature extends java.lang.Object implements Serializable |
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 |
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 |
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 |
markLineBreaks
boolean markLineBreaks
Package edu.stanford.nlp.trees |
tlp
TreebankLanguagePack tlp
nonTerminalInfo
java.util.HashMap<K,V> nonTerminalInfo
defaultRule
java.lang.String[] defaultRule
serialVersionUID: -6506749780512708352L
punctTagStringAcceptFilter
Filter<T> punctTagStringAcceptFilter
punctWordStringAcceptFilter
Filter<T> punctWordStringAcceptFilter
sFPunctTagStringAcceptFilter
Filter<T> sFPunctTagStringAcceptFilter
eIPunctTagStringAcceptFilter
Filter<T> eIPunctTagStringAcceptFilter
startSymbolAcceptFilter
Filter<T> startSymbolAcceptFilter
tlp
TreebankLanguagePack tlp
Class edu.stanford.nlp.trees.ChelbaHeadFinder extends java.lang.Object implements Serializable |
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.DanBobChrisTreeNormalizer extends TreeNormalizer implements Serializable |
dependencies
java.util.Set<E> dependencies
label
Label label
- The string representing the word that is the yield of the parse tree.
score
double score
- The score for the leaf
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.NamedDependency extends java.lang.Object implements Serializable |
serialVersionUID: 5L
regent
Label regent
dependent
Label dependent
name
java.lang.Object name
Class edu.stanford.nlp.trees.NoPunctTreeNormalizer extends TreeNormalizer implements Serializable |
tlp
TreebankLanguagePack tlp
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 |
tlp
TreebankLanguagePack tlp
nonTerminalInfo
java.util.HashMap<K,V> nonTerminalInfo
Class edu.stanford.nlp.trees.ParametricTreeNormalizer extends TreeNormalizer implements Serializable |
internStrings
boolean internStrings
unquoteStrings
boolean unquoteStrings
serialVersionUID: 9081305982861675328L
Class edu.stanford.nlp.trees.PruneNodesStripSubtagsTreeNormalizer extends TreeNormalizer implements Serializable |
nodeFilter
Filter<T> nodeFilter
Class edu.stanford.nlp.trees.SbjRetainingTreeNormalizer extends BobChrisTreeNormalizer implements Serializable |
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 |
daughterTrees
Tree[] daughterTrees
- Daughters of the parse tree.
Class edu.stanford.nlp.trees.TagMapper extends java.util.HashMap implements Serializable |
tagMap
java.util.HashMap<K,V> tagMap
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.
serialVersionUID: 5L
regent
Label regent
dependent
Label dependent
Class edu.stanford.nlp.trees.WeightedFollowedTaggedWord extends TaggedWord implements Serializable |
follow
java.lang.String follow
weight
double weight
Package edu.stanford.nlp.trees.international.arabic |
serialVersionUID: 9081305982861675328L
retainNPTmp
boolean retainNPTmp
markPRDverb
boolean markPRDverb
prdPattern
java.util.regex.Pattern prdPattern
prdVerbPattern
TregexPattern prdVerbPattern
Package edu.stanford.nlp.trees.tregex |
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.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
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 |
map
java.util.Map<K,V> map
serialVersionUID: 4L
map
java.util.Map<K,V> map
mapFactory
MapFactory mapFactory
Class edu.stanford.nlp.util.DeltaCounter extends Counter implements Serializable |
serialVersionUID: 6707148234288637809L
numberOfKeys
int numberOfKeys
reservedMass
double reservedMass
counter
Counter<E> counter
serialVersionUID: 5398562825928375260L
objects
java.util.List<E> objects
indexes
java.util.Map<K,V> indexes
locked
boolean locked
serialVersionUID: 4L
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 |
elements
int[] elements
numElements
int numElements
Class edu.stanford.nlp.util.IntUni extends edu.stanford.nlp.util.IntTuple implements Serializable |
serialVersionUID: 4529666940763477360L
serialVersionUID: -9222344631596580863L
serialVersionUID: -9222344631596580863L
serialVersionUID: -9138736068025818670L
serialVersionUID: 4790014244304941000L
serialVersionUID: 624465615824626762L
d
double d
serialVersionUID: 624465615824626762L
i
int i
serialVersionUID: 1L
total
int total
intToObject
java.util.Map<K,V> intToObject
objectToInt
java.util.Map<K,V> objectToInt
tempInt
MutableInteger tempInt
locked
boolean locked
serialVersionUID: 1360822168806852921L
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 |
score
double score
Class edu.stanford.nlp.util.UnorderedPair extends Pair implements Serializable |