Serialized Form
Package edu.stanford.nlp.ling |
Class edu.stanford.nlp.ling.BasicDataCollection extends ArrayList implements Serializable |
features
List<E> features
name
String name
Class edu.stanford.nlp.ling.BasicDatum extends Object implements Serializable |
serialVersionUID: -4857004070061779966L
features
Collection<E> features
labels
List<E> labels
title
String title
- title of this document (never null).
originalText
String originalText
- original text of this document (may be null).
labels
List<E> labels
- Label(s) for this document.
tokenizerFactory
TokenizerFactory<T> tokenizerFactory
- TokenizerFactory used to convert the text into words inside
BasicDocument.parse(String)
.
Class edu.stanford.nlp.ling.Category extends StringLabel implements Serializable |
serialVersionUID: -745085381666943254L
word
String word
tag
String tag
serialVersionUID: 2L
map
ArrayCoreMap map
- The CoreMap backing this label.
serialVersionUID: 1L
Class edu.stanford.nlp.ling.DocumentCollection extends edu.stanford.nlp.ling.BasicDataCollection implements Serializable |
Class edu.stanford.nlp.ling.HTMLDocument extends BasicDocument implements Serializable |
parsedText
String parsedText
Class edu.stanford.nlp.ling.IndexedWord extends CoreLabel implements Serializable |
serialVersionUID: -7252006452127051085L
tag
Label tag
Class edu.stanford.nlp.ling.NullLabel extends ValueLabel implements Serializable |
Class edu.stanford.nlp.ling.RVFDatum extends Object implements Serializable |
serialVersionUID: -255312811814660438L
features
ClassicCounter<E> features
label
Object label
serialVersionUID: 4659879214203680767L
Class edu.stanford.nlp.ling.SentenceDocument extends ArrayList implements Serializable |
title
String title
serialVersionUID: -4153619273767524247L
str
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: -7252006452127051085L
tag
String tag
Class edu.stanford.nlp.ling.TypedTaggedWord extends TaggedWord implements Serializable |
type
int type
serialVersionUID: -1413303679077285530L
serialVersionUID: -4817252915997034058L
serialVersionUID: -5993410244163988138L
word
String word
lemma
String lemma
tag
String tag
serialVersionUID: -1859527239216813742L
word
String word
tag
String tag
Package edu.stanford.nlp.math |
Class edu.stanford.nlp.math.DoubleAD extends Number implements Serializable |
val
double val
dot
double dot
Class edu.stanford.nlp.math.ScientificNotationDouble extends Number implements Serializable |
base
double base
exponent
int exponent
Package edu.stanford.nlp.objectbank |
Class edu.stanford.nlp.objectbank.DelimitRegExIterator.DelimitRegExIteratorFactory extends Object implements Serializable |
serialVersionUID: 6846060575832573082L
delim
String delim
op
Function<T1,T2> op
eolIsSignificant
boolean eolIsSignificant
Class edu.stanford.nlp.objectbank.LineIterator.LineIteratorFactory extends Object implements Serializable |
serialVersionUID: 1L
oper
Function<T1,T2> oper
Class edu.stanford.nlp.objectbank.ObjectBank extends Object implements Serializable |
serialVersionUID: -4030295596701541770L
rif
edu.stanford.nlp.objectbank.ReaderIteratorFactory rif
ifrf
IteratorFromReaderFactory<T> ifrf
contents
List<E> contents
keepInMemory
boolean keepInMemory
Package edu.stanford.nlp.parser.lexparser |
serialVersionUID: 2L
readObject
private void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
tagProjection
TagProjection tagProjection
numTagBins
int numTagBins
tagBin
int[] tagBin
tlp
TreebankLanguagePack tlp
directional
boolean directional
useDistance
boolean useDistance
useCoarseDistance
boolean useCoarseDistance
serialVersionUID: 4299501909017975915L
nodeCleanup
int nodeCleanup
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
String inputEncoding
outputEncoding
String outputEncoding
tlp
TreebankLanguagePack tlp
serialVersionUID: 1L
optionsString
String optionsString
retainNPTmp
boolean retainNPTmp
retainPRD
boolean retainPRD
changeNoLabels
boolean changeNoLabels
collinizerRetainsPunctuation
boolean collinizerRetainsPunctuation
collinizerPruneRegex
Pattern collinizerPruneRegex
discardX
boolean discardX
headFinderClass
Class<T> headFinderClass
activeAnnotations
HashMap<K,V> activeAnnotations
annotationPatterns
Map<K,V> annotationPatterns
Class edu.stanford.nlp.parser.lexparser.ArabicUnknownWordModel extends BaseUnknownWordModel implements Serializable |
serialVersionUID: 4825624957364628771L
UNKNOWN_WORD
String UNKNOWN_WORD
BOUNDARY_TAG
String BOUNDARY_TAG
smartMutation
boolean smartMutation
seenCounter
ClassicCounter<E> seenCounter
unSeenCounter
ClassicCounter<E> unSeenCounter
smooth
double[] smooth
unknownLevel
int unknownLevel
unknownSuffixSize
int unknownSuffixSize
unknownPrefixSize
int unknownPrefixSize
serialVersionUID: 40L
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.
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.)
smooth
double[] smooth
flexiTag
boolean flexiTag
tagsToBaseTags
int[] tagsToBaseTags
serialVersionUID: 6355171148751673822L
tagHash
Map<K,V> tagHash
seenEnd
Set<E> seenEnd
unknownGT
Map<K,V> unknownGT
l
Lexicon l
smooth
double[] smooth
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
stateSpace
String stateSpace
numStates
int numStates
allRules
List<E> allRules
serialVersionUID: 1L
leftChild
int leftChild
rightChild
int rightChild
hashCode
int hashCode
Class edu.stanford.nlp.parser.lexparser.ChineseCharacterBasedLexicon extends Object implements Serializable |
serialVersionUID: -5357655683145854069L
charDistributions
Map<K,V> charDistributions
knownChars
Set<E> knownChars
POSDistribution
Distribution<E> POSDistribution
Class edu.stanford.nlp.parser.lexparser.ChineseLexicon extends BaseLexicon implements Serializable |
probRandomWalk
edu.stanford.nlp.parser.lexparser.RandomWalk probRandomWalk
Class edu.stanford.nlp.parser.lexparser.ChineseLexiconAndWordSegmenter extends Object implements Serializable |
serialVersionUID: -6554995189795187918L
readObject
private void readObject(ObjectInputStream arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
chineseLexicon
edu.stanford.nlp.parser.lexparser.ChineseLexicon chineseLexicon
wordSegmenter
edu.stanford.nlp.parser.lexparser.WordSegmenter wordSegmenter
op
Options op
Class edu.stanford.nlp.parser.lexparser.ChineseMarkovWordSegmenter extends Object implements Serializable |
serialVersionUID: 1559606198270645508L
initialPOSDist
Distribution<E> initialPOSDist
markovPOSDists
Map<K,V> markovPOSDists
lex
edu.stanford.nlp.parser.lexparser.ChineseCharacterBasedLexicon lex
POSes
Set<E> POSes
Class edu.stanford.nlp.parser.lexparser.ChineseMaxentLexicon extends Object implements Serializable |
featExtractor
edu.stanford.nlp.parser.lexparser.ChineseWordFeatureExtractor featExtractor
wordThreshold
Pair<T1,T2> wordThreshold
charThreshold
Pair<T1,T2> charThreshold
bigramThreshold
Pair<T1,T2> bigramThreshold
conjThreshold
Pair<T1,T2> conjThreshold
featureThresholds
List<E> featureThresholds
universalThreshold
int universalThreshold
scorer
edu.stanford.nlp.classify.LinearClassifier scorer
functionWordTags
Map<K,V> functionWordTags
tagDist
Distribution<E> tagDist
iteratorCutoffFactor
double iteratorCutoffFactor
initialWeightFile
String initialWeightFile
trainFloat
boolean trainFloat
tol
double tol
sigma
double sigma
trainOnLowCount
boolean trainOnLowCount
trainByType
boolean trainByType
tagsForWord
CollectionValuedMap<K,V> tagsForWord
Class edu.stanford.nlp.parser.lexparser.ChineseSimWordAvgDepGrammar extends MLEDependencyGrammar implements Serializable |
simSmooth
double simSmooth
simArgMap
Map<K,V> simArgMap
simHeadMap
Map<K,V> simHeadMap
lex
Lexicon lex
debug
boolean debug
verbose
boolean verbose
statsCounter
ClassicCounter<E> statsCounter
serialVersionUID: 2L
ctlp
ChineseTreebankLanguagePack ctlp
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
edu.stanford.nlp.parser.lexparser.WordSegmenter segmenter
depGramFeatureLevel
int depGramFeatureLevel
Class edu.stanford.nlp.parser.lexparser.ChineseUnknownWordModel extends BaseUnknownWordModel implements Serializable |
serialVersionUID: 221L
useFirst
boolean useFirst
useGT
boolean useGT
useUnicodeType
boolean useUnicodeType
tagHash
Map<K,V> tagHash
seenFirst
Set<E> seenFirst
unknownGT
Map<K,V> unknownGT
Class edu.stanford.nlp.parser.lexparser.ChineseWordFeatureExtractor extends Object implements Serializable |
morpho
boolean morpho
chars
boolean chars
rads
boolean rads
useLength
boolean useLength
useFreq
boolean useFreq
bigrams
boolean bigrams
conjunctions
boolean conjunctions
mildConjunctions
boolean mildConjunctions
turnOffWordFeatures
boolean turnOffWordFeatures
wordCounter
IntCounter<E> wordCounter
threshedFeatures
Collection<E> threshedFeatures
Class edu.stanford.nlp.parser.lexparser.CRFSegmenter extends Object implements Serializable |
serialVersionUID: 586519945880640145L
crfseg
edu.stanford.nlp.ie.crf.CRFClassifier crfseg
Class edu.stanford.nlp.parser.lexparser.DependencyGrammarCombination extends MLEDependencyGrammar implements Serializable |
grammar1
MLEDependencyGrammar grammar1
grammar2
MLEDependencyGrammar grammar2
wt2
double wt2
serialVersionUID: 4153878351331522581L
headFinder
HeadFinder headFinder
serialVersionUID: 4825624957364628770L
smartMutation
boolean smartMutation
smooth
double[] smooth
unknownLevel
int unknownLevel
- What type of equivalence classing is done in getSignature
unknownSuffixSize
int unknownSuffixSize
unknownPrefixSize
int unknownPrefixSize
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.
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.)
Class edu.stanford.nlp.parser.lexparser.GermanUnknownWordModel extends BaseUnknownWordModel implements Serializable |
serialVersionUID: 221L
serialVersionUID: 2L
tlp
TreebankLanguagePack tlp
serialVersionUID: 1L
head
IntTaggedWord head
arg
IntTaggedWord arg
leftHeaded
boolean leftHeaded
distance
short distance
serialVersionUID: 1L
word
int word
tag
short tag
stopCounter
ClassicCounter<E> stopCounter
depCounter
ClassicCounter<E> depCounter
nonDepCounter
ClassicCounter<E> nonDepCounter
wordPairCounter
ClassicCounter<E> wordPairCounter
wordCounter
ClassicCounter<E> wordCounter
largeWordFeatExtractor
edu.stanford.nlp.parser.lexparser.WordFeatureExtractor largeWordFeatExtractor
smallWordFeatExtractor
edu.stanford.nlp.parser.lexparser.WordFeatureExtractor smallWordFeatExtractor
largeWordFeatIndex
Index<E> largeWordFeatIndex
smallWordFeatIndex
Index<E> smallWordFeatIndex
depClassifier
edu.stanford.nlp.classify.LogisticClassifier depClassifier
stopSmooth
double stopSmooth
depSmooth
double depSmooth
wordSmooth
double wordSmooth
jointThresh
int jointThresh
wordFeatThresh
int wordFeatThresh
negExamplesForSentence
List<E> negExamplesForSentence
Class edu.stanford.nlp.parser.lexparser.MaxMatchSegmenter extends Object implements Serializable |
serialVersionUID: 8260792244886911724L
words
Set<E> words
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream stream)
throws IOException
- Throws:
IOException
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 cosntructor. 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
serialVersionUID: 2L
markRC
boolean markRC
markZuVP
boolean markZuVP
markLP
boolean markLP
markColon
boolean markColon
markKonjParent
boolean markKonjParent
markHDParent
boolean markHDParent
markContainsV
boolean markContainsV
treeNormalizerInsertNPinPP
boolean treeNormalizerInsertNPinPP
treeNormalizerLeaveGF
boolean treeNormalizerLeaveGF
treeReaderFactory
edu.stanford.nlp.trees.international.negra.NegraPennTreeReaderFactory treeReaderFactory
serialVersionUID: 4L
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.
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.
serialVersionUID: 2805351374506855632L
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.
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
UnknownWordModel uwModel
- Model for unknown words that the lexicon should use
flexiTag
boolean flexiTag
serialVersionUID: 1L
lex
Lexicon lex
bg
BinaryGrammar bg
ug
UnaryGrammar ug
dg
DependencyGrammar dg
numbs
Map<K,V> numbs
pt
Options pt
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
List<E>[] rulesWithWord
lastWord
int lastWord
lastSignature
int lastSignature
serialVersionUID: 2L
parent
int parent
score
float score
serialVersionUID: 7303189408025355170L
hf
HeadFinder hf
nodeCleanup
int nodeCleanup
markKonjParent
boolean markKonjParent
markContainsV
boolean markContainsV
markZu
boolean markZu
markColons
boolean markColons
leftPhrasal
boolean leftPhrasal
markHDParent
boolean markHDParent
leaveGF
boolean leaveGF
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
numStates
int numStates
- The number of "states" (nonterms) in the grammar, used to index rules.
stateSpace
String stateSpace
- The name of the Numberer state space for unary rules. Usually "states"
coreRules
Map<K,V> coreRules
- The basic list of UnaryRules. Really this is treated as a set
serialVersionUID: 1L
child
int child
Package edu.stanford.nlp.parser.ui |
Class edu.stanford.nlp.parser.ui.Parser extends JFrame implements Serializable |
parserPanel
edu.stanford.nlp.parser.ui.ParserPanel parserPanel
untokEngItem
JCheckBoxMenuItem untokEngItem
tokChineseItem
JCheckBoxMenuItem tokChineseItem
untokChineseItem
JCheckBoxMenuItem untokChineseItem
jMenu2
JMenu jMenu2
loadParserItem
JMenuItem loadParserItem
loadDataItem
JMenuItem loadDataItem
jSeparator1
JSeparator jSeparator1
jMenu1
JMenu jMenu1
exitItem
JMenuItem exitItem
jMenuBar1
JMenuBar jMenuBar1
Class edu.stanford.nlp.parser.ui.ParserPanel extends JPanel implements Serializable |
encoding
String encoding
segmentWords
boolean segmentWords
jfc
JFileChooser jfc
pageDialog
edu.stanford.nlp.io.ui.OpenPageDialog pageDialog
normalStyle
SimpleAttributeSet normalStyle
highlightStyle
SimpleAttributeSet highlightStyle
startIndex
int startIndex
endIndex
int endIndex
treePanel
TreeJPanel treePanel
parser
LexicalizedParser parser
lpThread
edu.stanford.nlp.parser.ui.ParserPanel.LoadParserThread lpThread
parseThread
edu.stanford.nlp.parser.ui.ParserPanel.ParseThread parseThread
timer
Timer timer
count
int count
glassPane
Component glassPane
scrollWhenDone
boolean scrollWhenDone
dataFileLabel
JLabel dataFileLabel
treeContainer
JPanel treeContainer
topPanel
JPanel topPanel
textScrollPane
JScrollPane textScrollPane
backButton
JButton backButton
statusLabel
JLabel statusLabel
loadFileButton
JButton loadFileButton
loadButtonPanel
JPanel loadButtonPanel
buttonsAndFilePanel
JPanel buttonsAndFilePanel
parseButton
JButton parseButton
parseNextButton
JButton parseNextButton
forwardButton
JButton forwardButton
parserFileLabel
JLabel parserFileLabel
clearButton
JButton clearButton
splitPane
JSplitPane splitPane
statusPanel
JPanel statusPanel
dataFilePanel
JPanel dataFilePanel
buttonPanel
JPanel buttonPanel
textPane
JTextPane textPane
progressBar
JProgressBar progressBar
parserFilePanel
JPanel parserFilePanel
loadParserButton
JButton loadParserButton
VERTICAL_ALIGN
int VERTICAL_ALIGN
HORIZONTAL_ALIGN
int HORIZONTAL_ALIGN
maxFontSize
int maxFontSize
minFontSize
int minFontSize
preferredX
int preferredX
preferredY
int preferredY
sisterSkip
double sisterSkip
parentSkip
double parentSkip
belowLineSkip
double belowLineSkip
aboveLineSkip
double aboveLineSkip
tree
Tree tree
wr
TreeJPanel.WidthResult wr
Package edu.stanford.nlp.process |
Class edu.stanford.nlp.process.BadPunctuationTokenizationFixer extends Object implements Serializable |
oldRegex
String[] oldRegex
pattern
Pattern[] pattern
Class edu.stanford.nlp.process.CapitalFeature extends Object implements Serializable |
CAPITALIZED
edu.stanford.nlp.process.CapitalFeature.CapitalFeatureValue CAPITALIZED
ALLCAPS
edu.stanford.nlp.process.CapitalFeature.CapitalFeatureValue ALLCAPS
LOWERCASE
edu.stanford.nlp.process.CapitalFeature.CapitalFeatureValue LOWERCASE
MIXEDCASE
edu.stanford.nlp.process.CapitalFeature.CapitalFeatureValue MIXEDCASE
NONLETTERS
edu.stanford.nlp.process.CapitalFeature.CapitalFeatureValue NONLETTERS
allValues
edu.stanford.nlp.process.CapitalFeature.CapitalFeatureValue[] allValues
Class edu.stanford.nlp.process.CapitalFeature.CapitalFeatureValue extends Object implements Serializable |
serialVersionUID: -5772396359064803302L
val
int val
Class edu.stanford.nlp.process.ChineseDocumentToSentenceProcessor extends Object implements Serializable |
encoding
String encoding
normalizationTable
List<E> normalizationTable
Class edu.stanford.nlp.process.NumAndCapFeature extends 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 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
Package edu.stanford.nlp.stats |
serialVersionUID: 4L
map
Map<K,V> map
mapFactory
MapFactory<K,V> mapFactory
totalCount
double totalCount
defaultValue
double defaultValue
Class edu.stanford.nlp.stats.CounterGUI extends Object implements Serializable |
Class edu.stanford.nlp.stats.DeltaCounter extends ClassicCounter implements Serializable |
Class edu.stanford.nlp.stats.Dirichlet extends Object implements Serializable |
serialVersionUID: 1L
parameters
ClassicCounter<E> parameters
Class edu.stanford.nlp.stats.DirichletProcess extends Object implements Serializable |
baseMeasure
ProbabilityDistribution<E> baseMeasure
alpha
double alpha
sampled
ClassicCounter<E> sampled
serialVersionUID: 6707148234288637809L
numberOfKeys
int numberOfKeys
reservedMass
double reservedMass
counter
Counter<E> counter
Class edu.stanford.nlp.stats.Gamma extends Object implements Serializable |
alpha
double alpha
Class edu.stanford.nlp.stats.Gaussian extends Object implements Serializable |
mean
double[] mean
var
double[] var
nf
NumberFormat nf
Class edu.stanford.nlp.stats.GaussianMeanPrior extends Object implements Serializable |
mean
double[] mean
var
double[] var
likelihoodVar
double[] likelihoodVar
nf
NumberFormat nf
Class edu.stanford.nlp.stats.GeneralizedCounter extends Object implements Serializable |
serialVersionUID: 1L
map
Map<K,V> map
depth
int depth
total
double total
serialVersionUID: 4L
map
Map<K,V> map
mapFactory
MapFactory<K,V> mapFactory
totalCount
int totalCount
Class edu.stanford.nlp.stats.Multinomial extends Object implements Serializable |
parameters
ClassicCounter<E> parameters
hashCode
int hashCode
Class edu.stanford.nlp.stats.OpenAddressCounter extends AbstractCounter<E> implements Serializable |
serialVersionUID: 1L
map
edu.stanford.nlp.stats.OpenAddressCounter.AdjustableObject2DoubleOpenHashMap<F> map
total
double total
serialVersionUID: 1L
map
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.MenuSavvyUndoManager extends UndoManager implements Serializable |
undoMenuItem
JMenuItem undoMenuItem
redoMenuItem
JMenuItem redoMenuItem
Class edu.stanford.nlp.swing.PropertyPanel extends JComponent implements Serializable |
required
boolean required
defaultValue
String defaultValue
propertyClass
Object propertyClass
checkbox
JCheckBox checkbox
keyLabel
JLabel keyLabel
valueField
JFormattedTextField valueField
valuePanel
JPanel valuePanel
defaultButton
JButton defaultButton
Class edu.stanford.nlp.swing.SmartCaret extends DefaultCaret implements Serializable |
bi
BreakIterator bi
originalPos
int originalPos
originalWordBoundary
int originalWordBoundary
nextWordBoundary
int nextWordBoundary
passedNextWord
boolean passedNextWord
Class edu.stanford.nlp.swing.SplashScreenDialog extends JFrame implements Serializable |
progressLabel
JLabel progressLabel
progressBar
JProgressBar progressBar
max
int max
splashscreenFilename
String splashscreenFilename
disposed
boolean disposed
Class edu.stanford.nlp.swing.XYPlotFrame extends JFrame implements Serializable |
grid
Color[][] grid
xMax
int xMax
yMax
int yMax
Package edu.stanford.nlp.trees |
serialVersionUID: -6540278059442931087L
tlp
TreebankLanguagePack tlp
nonTerminalInfo
HashMap<K,V> nonTerminalInfo
defaultRule
String[] defaultRule
serialVersionUID: -6506749780512708352L
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
serialVersionUID: -1005188028979810143L
tlp
TreebankLanguagePack tlp
emptyFilter
Filter<T> emptyFilter
aOverAFilter
Filter<T> aOverAFilter
serialVersionUID: 1L
Class edu.stanford.nlp.trees.ChelbaHeadFinder extends Object implements Serializable |
nonTerminalInfo
HashMap<K,V> nonTerminalInfo
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
serialVersionUID: -8747319554557223437L
Class edu.stanford.nlp.trees.DanBobChrisTreeNormalizer extends TreeNormalizer implements Serializable |
tagRejectFilter
Filter<T> tagRejectFilter
wordRejectFilter
Filter<T> wordRejectFilter
Class edu.stanford.nlp.trees.EnglishGrammaticalStructure extends GrammaticalStructure implements Serializable |
Class edu.stanford.nlp.trees.GrammaticalFunctionTreeNormalizer extends TreeNormalizer implements Serializable |
serialVersionUID: -2270472762938163327L
nodeCleanup
int nodeCleanup
root
String root
tlp
TreebankLanguagePack tlp
serialVersionUID: 2286294455343892678L
dependencies
Set<E> dependencies
typedDependencies
Collection<E> typedDependencies
allTypedDependencies
Collection<E> allTypedDependencies
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.
serialVersionUID: -5870387458902637256L
Class edu.stanford.nlp.trees.NamedDependency extends Object implements Serializable |
serialVersionUID: 5L
regent
Label regent
dependent
Label dependent
name
Object name
serialVersionUID: -5870387458902637256L
Class edu.stanford.nlp.trees.NoPunctTreeNormalizer extends TreeNormalizer implements Serializable |
tlp
TreebankLanguagePack tlp
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
tns
List<E> tns
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 |
serialVersionUID: 5721799188009249808L
verbalAuxiliaries
HashSet<E> verbalAuxiliaries
copulars
HashSet<E> copulars
verbalTags
HashSet<E> verbalTags
daughterTrees
Tree[] daughterTrees
- Daughters of the parse tree.
serialVersionUID: -5870387458902637256L
Class edu.stanford.nlp.trees.TagMapper extends HashMap implements Serializable |
tagMap
HashMap<K,V> tagMap
serialVersionUID: 5441849457648722744L
serialVersionUID: 1L
root
TreeGraphNode root
- The root node of this treegraph.
indexMap
Map<K,V> indexMap
- A map from arbitrary integer indices to nodes.
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.
serialVersionUID: 1540681875853883387L
serialVersionUID: 5L
regent
Label regent
dependent
Label dependent
Class edu.stanford.nlp.trees.WeightedFollowedTaggedWord extends TaggedWord implements Serializable |
follow
String follow
weight
double weight
Package edu.stanford.nlp.trees.international.arabic |
tagSet
ArabicHeadFinder.TagSet tagSet
predPattern
Pattern predPattern
serialVersionUID: 9081305982861675328L
detPlusNounIsBasicCategory
boolean detPlusNounIsBasicCategory
retainNPTmp
boolean retainNPTmp
markPRDverb
boolean markPRDverb
normalizeConj
boolean normalizeConj
changeNoLabels
boolean changeNoLabels
prdPattern
Pattern prdPattern
prdVerbPattern
TregexPattern prdVerbPattern
retainNPTmp
boolean retainNPTmp
retainPRD
boolean retainPRD
changeNoLabels
boolean changeNoLabels
filterX
boolean filterX
Class edu.stanford.nlp.trees.international.arabic.Buckwalter extends Object implements Serializable |
serialVersionUID: 1L
outputUnicodeValues
boolean outputUnicodeValues
arabicChars
char[] arabicChars
buckChars
char[] buckChars
u2b
boolean u2b
a2b
HashMap<K,V> a2b
b2a
HashMap<K,V> b2a
unmappable
ClassicCounter<E> unmappable
Package edu.stanford.nlp.trees.international.icegb |
tlp
TreebankLanguagePack tlp
nonTerminalInfo
HashMap<K,V> nonTerminalInfo
Package edu.stanford.nlp.trees.international.negra |
coordSwitch
boolean coordSwitch
left
String left
right
String right
edge
String edge
features
Map<K,V> features
serialVersionUID: 9081305982861675328L
leaveGF
boolean leaveGF
limitedGF
boolean limitedGF
Class edu.stanford.nlp.trees.international.negra.NegraPennTreeNormalizer extends TreeNormalizer implements Serializable |
serialVersionUID: 8529514903815041064L
nodeCleanup
int nodeCleanup
root
String root
tlp
TreebankLanguagePack tlp
leaveGF
boolean leaveGF
insertNPinPP
boolean insertNPinPP
prepositionTags
List<E> prepositionTags
postpositionTags
List<E> postpositionTags
Class edu.stanford.nlp.trees.international.negra.NegraPennTreeReaderFactory extends Object implements Serializable |
serialVersionUID: 1L
nodeCleanup
int nodeCleanup
tlp
TreebankLanguagePack tlp
treeNormalizerInsertNPinPP
boolean treeNormalizerInsertNPinPP
Class edu.stanford.nlp.trees.international.negra.NegraTreeNormalizer extends TreeNormalizer implements Serializable |
tlp
TreebankLanguagePack tlp
coordSwitch
boolean coordSwitch
tlp
TreebankLanguagePack tlp
nonTerminalInfo
HashMap<K,V> nonTerminalInfo
coordSwitch
boolean coordSwitch
left
String left
right
String right
Package edu.stanford.nlp.trees.international.pennchinese |
Class edu.stanford.nlp.trees.international.pennchinese.CharacterLevelTagExtender extends BobChrisTreeNormalizer implements Serializable |
map
Map<K,V> map
normalized
boolean normalized
Class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalStructure extends GrammaticalStructure implements Serializable |
serialVersionUID: 8877651855167458256L
serialVersionUID: 6143632784691159283L
serialVersionUID: 2L
serialVersionUID: 5757403475523638802L
tlp
TreebankLanguagePack tlp
nonTerminalInfo
HashMap<K,V> nonTerminalInfo
Package edu.stanford.nlp.trees.international.tuebadz |
left
String left
right
String right
coordSwitch
boolean coordSwitch
headMarkedPattern
Pattern headMarkedPattern
headMarkedPattern2
Pattern headMarkedPattern2
serialVersionUID: 2697418320262700673L
limitedGF
boolean limitedGF
leaveGF
boolean leaveGF
gfCharacter
char gfCharacter
Class edu.stanford.nlp.trees.international.tuebadz.TueBaDZPennTreeNormalizer extends TreeNormalizer implements Serializable |
serialVersionUID: 8009544230321390490L
nodeCleanup
int nodeCleanup
root
String root
tlp
TreebankLanguagePack tlp
tns
List<E> tns
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
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
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.
serialVersionUID: 5060298043763944913L
neg
boolean neg
opt
boolean opt
patternString
String patternString
Package edu.stanford.nlp.trees.tregex.gui |
scroller
JScrollPane scroller
firstMouseEvent
MouseEvent firstMouseEvent
fontName
String fontName
fontSize
int fontSize
defaultColor
Color defaultColor
matchedColor
Color matchedColor
serialVersionUID: -2229250395240163264L
tree
JTree tree
treeModel
FileTreeModel treeModel
listeners
List<E> listeners
root
FileTreeNode root
treeStructure
HashMap<K,V> treeStructure
trf
TreeReaderFactory trf
file
File file
check
JCheckBox check
label
JLabel label
t
Treebank t
listeners
List<E> listeners
foundStats
JLabel foundStats
findMatches
JButton findMatches
cancel
JButton cancel
help
JButton help
tregexPattern
JTextArea tregexPattern
recentTregexPatterns
JComboBox recentTregexPatterns
numRecentPatterns
int numRecentPatterns
tsurgeonScript
JTextArea tsurgeonScript
compiler
TregexPatternCompiler compiler
historyList
List<E> historyList
historyFrame
JFrame historyFrame
scriptLabel
JLabel scriptLabel
tsurgeonEnabled
boolean tsurgeonEnabled
tsurgeonHelp
JButton tsurgeonHelp
cancelTsurgeon
JButton cancelTsurgeon
searchThread
Thread searchThread
historyButton
JButton historyButton
progressBar
JProgressBar progressBar
browseButton
JButton browseButton
helpFrame
JFrame helpFrame
tsurgeonHelpFrame
JFrame tsurgeonHelpFrame
runScript
JButton runScript
list
JList list
matchedParts
HashMap<K,V> matchedParts
listeners
List<E> listeners
highlightColor
Color highlightColor
showOnlyMatchedPortion
boolean showOnlyMatchedPortion
lastSelected
JTextField lastSelected
firstMouseEvent
MouseEvent firstMouseEvent
maxMatches
int maxMatches
highlightButton
JButton highlightButton
setEncoding
JTextField setEncoding
sisterSkip
double sisterSkip
parentSkip
double parentSkip
belowLineSkip
double belowLineSkip
aboveLineSkip
double aboveLineSkip
fontSize
int fontSize
defaultColor
Color defaultColor
matchedColor
Color matchedColor
fontName
String fontName
font
Font font
style
int style
preferredSize
Dimension preferredSize
matchedParts
List<E> matchedParts
fM
FontMetrics fM
preferences
JMenuItem preferences
loadFiles
JMenuItem loadFiles
saveMatches
JMenuItem saveMatches
saveSentences
JMenuItem saveSentences
saveHistory
JMenuItem saveHistory
loadTsurgeon
JMenuItem loadTsurgeon
quit
JMenuItem quit
copy
JMenuItem copy
clearFileList
JMenuItem clearFileList
chooser
JFileChooser chooser
preferenceDialog
JDialog preferenceDialog
aboutBox
JDialog aboutBox
Package edu.stanford.nlp.trees.tregex.tsurgeon |
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
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
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.
Package edu.stanford.nlp.util |
serialVersionUID: 1L
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Overriden serialization method: compacts our map before writing.
- Throws:
IOException
- If IO error
keys
Class<T>[] keys
- Array of keys
values
Object[] values
- Array of values
size
int size
- Total number of elements actually in keys,values
Class edu.stanford.nlp.util.CacheMap extends LinkedHashMap<K,V> implements Serializable |
backingFile
String backingFile
CACHE_ENTRIES
int CACHE_ENTRIES
entriesSinceLastWritten
int entriesSinceLastWritten
frequencyToWrite
int frequencyToWrite
hits
int hits
misses
int misses
puts
int puts
map
Map<K,V> map
cf
CollectionFactory<T> cf
treatCollectionsAsImmutable
boolean treatCollectionsAsImmutable
mf
MapFactory<K,V> mf
emptySet
Set<E> emptySet
Class edu.stanford.nlp.util.CompositionMap extends Object implements Serializable |
map
Map<K,V> map
originalMap
CollectionValuedMap<K,V> originalMap
deltaMap
Map<K,V> deltaMap
cf
CollectionFactory<T> cf
size
int size
capacity
int capacity
elements
List<E> elements
priorities
double[] priorities
serialVersionUID: 1L
immutableKeys
Set<E> immutableKeys
- Set of immutable keys
hashcode
int hashcode
- Pre-computed hashcode
serialVersionUID: 1L
serialVersionUID: -5024744406713321676L
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- Deserialize this Object in a manner which is binary-compatible with
the JDK.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Serialize this Object in a manner which is binary-compatible with the
JDK.
- Throws:
IOException
serialVersionUID: 5398562825928375260L
objects
ArrayList<E> objects
indexes
HashMap<K,V> indexes
locked
boolean locked
Class edu.stanford.nlp.util.IntArrayIndex extends Index<int[]> implements Serializable |
serialVersionUID: 1234567890L
serialVersionUID: 7154973101012473479L
serialVersionUID: 7266305463893511982L
elements
int[] elements
serialVersionUID: 4529666940763477360L
serialVersionUID: 624465615824626762L
d
double d
serialVersionUID: 624465615824626762L
i
int i
serialVersionUID: 1L
total
int total
intToObject
Map<K,V> intToObject
objectToInt
Map<K,V> objectToInt
tempInt
MutableInteger tempInt
locked
boolean locked
Class edu.stanford.nlp.util.OAIndex extends Object implements Serializable |
serialVersionUID: 127L
identityHash
boolean identityHash
keys
Object[] keys
values
int[] values
mask
int mask
hashCodes
int[] hashCodes
reverseIndex
int[] reverseIndex
maxIndex
int maxIndex
load
int load
Class edu.stanford.nlp.util.PaddedList extends AbstractList<E> implements Serializable |
serialVersionUID: 2064775966439971729L
l
List<E> l
padding
Object padding
serialVersionUID: 1360822168806852921L
first
Object first
- Direct access is deprecated. Use first().
-
second
Object second
- Direct access is deprecated. Use second().
-
Class edu.stanford.nlp.util.ReversedList extends AbstractList<E> implements Serializable |
serialVersionUID: 206477596643954354L
l
List<E> l
serialVersionUID: 1L
ascending
boolean ascending
Class edu.stanford.nlp.util.ScoredPair extends Pair<T1 extends Comparable<T1>,T2 extends Comparable<T2>> implements Serializable |
score
double score
Class edu.stanford.nlp.util.StringParsingTask.ParserException extends RuntimeException implements Serializable |
first
Object first
second
Object second
third
Object third
Class edu.stanford.nlp.util.TwoDimensionalCollectionValuedMap extends Object implements Serializable |
map
Map<K,V> map
emptySet
Set<E> emptySet
Class edu.stanford.nlp.util.TwoDimensionalMap extends Object implements Serializable |
map
Map<K,V> map
Class edu.stanford.nlp.util.UnorderedPair extends Pair<T1,T2> implements Serializable |
Stanford NLP Group