Serialized Form


Package edu.stanford.nlp.io

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

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


Package edu.stanford.nlp.io.ui

Class edu.stanford.nlp.io.ui.OpenPageDialog extends JDialog implements Serializable

Serialized Fields

jfc

JFileChooser jfc

status

int status

urlTextField

JTextField urlTextField

openButton

JButton openButton

jLabel1

JLabel jLabel1

jPanel3

JPanel jPanel3

jLabel2

JLabel jLabel2

jPanel2

JPanel jPanel2

cancelButton

JButton cancelButton

browseButton

JButton browseButton

jPanel1

JPanel jPanel1

Package edu.stanford.nlp.ling

Class edu.stanford.nlp.ling.AbstractMapLabel extends Object implements Serializable

serialVersionUID: -980833749513621054L

Serialized Fields

map

Map<K,V> map
The Map which stores all of the attributes for this label, and the label value itself.

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

Serialized Fields

features

List<E> features

name

String name

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

serialVersionUID: -4857004070061779966L

Serialized Fields

features

Collection<E> features

labels

List<E> labels

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

Serialized Fields

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

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

Serialized Fields

word

String word

tag

String tag

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

Class edu.stanford.nlp.ling.FeatureLabel extends AbstractMapLabel implements Serializable

serialVersionUID: 18L

Serialized Fields

features

Collection<E> features

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

Serialized Fields

parsedText

String parsedText

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

serialVersionUID: 1289283452485202162L

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

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

Serialized Fields

features

Counter<E> features

label

Object label

Class edu.stanford.nlp.ling.Sentence extends ArrayList<HasWord> implements Serializable

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

Serialized Fields

title

String title

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

Serialized Fields

str

String str

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

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

Serialized Fields

tag

String tag

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

Serialized Fields

type

int type

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

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

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

Serialized Fields

word

String word

lemma

String lemma

tag

String tag

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

Serialized Fields

word

String word

tag

String tag

Package edu.stanford.nlp.math

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

Serialized Fields

base

double base

exponent

int exponent

Package edu.stanford.nlp.objectbank

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


Package edu.stanford.nlp.parser.lexparser

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

serialVersionUID: 21L

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

tagProjection

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

numTagBins

int numTagBins

tagBin

int[] tagBin

tlp

TreebankLanguagePack tlp

directional

boolean directional

useDistance

boolean useDistance

useCoarseDistance

boolean useCoarseDistance

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

serialVersionUID: 4299501909017975915L

Serialized Fields

inputEncoding

String inputEncoding

outputEncoding

String outputEncoding

tlp

TreebankLanguagePack tlp

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

serialVersionUID: 1L

Serialized Fields

retainNPTmp

boolean retainNPTmp

retainPRD

boolean retainPRD

changeNoLabels

boolean changeNoLabels

collinizerRetainsPunctuation

boolean collinizerRetainsPunctuation

collinizerPruneRegex

Pattern collinizerPruneRegex

activeAnnotations

Map<K,V> activeAnnotations

annotationPatterns

Map<K,V> annotationPatterns

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

serialVersionUID: 40L

Serialized Fields

unknownLevel

int unknownLevel
What type of equivalence classing is done in getSignature


smoothInUnknownsThreshold

int smoothInUnknownsThreshold

smartMutation

boolean smartMutation

seenCounter

Counter<E> seenCounter

unSeenCounter

Counter<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

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

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

stateSpace

String stateSpace

numStates

int numStates

allRules

List<E> allRules

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

serialVersionUID: 1L

Serialized Fields

leftChild

int leftChild

rightChild

int rightChild

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

Serialized Fields

charDistributions

Map<K,V> charDistributions

knownChars

Set<E> knownChars

POSDistribution

Distribution<E> POSDistribution

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

Serialized Fields

unknown

ChineseUnknownWordModel unknown

probRandomWalk

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

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

Serialization Methods

readObject

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

chineseLexicon

ChineseLexicon chineseLexicon

wordSegmenter

WordSegmenter wordSegmenter

op

Options op

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

serialVersionUID: 1559606198270645508L

Serialized Fields

initialPOSDist

Distribution<E> initialPOSDist

markovPOSDists

Map<K,V> markovPOSDists

lex

ChineseCharacterBasedLexicon lex

POSes

Set<E> POSes

Class edu.stanford.nlp.parser.lexparser.ChineseMaxentLexicon extends Object implements Serializable

Serialized Fields

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

edu.stanford.nlp.util.CollectionValuedMap tagsForWord

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

Serialized Fields

simSmooth

double simSmooth

simArgMap

Map<K,V> simArgMap

simHeadMap

Map<K,V> simHeadMap

lex

Lexicon lex

debug

boolean debug

verbose

boolean verbose

statsCounter

Counter<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

depGramFeatureLevel

int depGramFeatureLevel

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

serialVersionUID: 221L

Serialized Fields

useFirst

boolean useFirst

useGT

boolean useGT

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

Serialized Fields

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.DependencyGrammarCombination extends MLEDependencyGrammar implements Serializable

Serialized Fields

grammar1

MLEDependencyGrammar grammar1

grammar2

MLEDependencyGrammar grammar2

wt2

double wt2

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

serialVersionUID: 4153878351331522581L

Serialized Fields

headFinder

HeadFinder headFinder

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

serialVersionUID: 221L

Serialized Fields

tagHash

Map<K,V> tagHash

seenEnd

Set<E> seenEnd

unknownGT

Map<K,V> unknownGT

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

serialVersionUID: 1L

Serialized Fields

tlp

TreebankLanguagePack tlp

tf

TreeFactory tf

inputEncoding

String inputEncoding

outputEncoding

String outputEncoding

treeReaderFactory

TreeReaderFactory treeReaderFactory

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

serialVersionUID: 1L

Serialized Fields

word

int word

tag

short tag

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

Serialized Fields

fallbackToPCFG

boolean fallbackToPCFG

pparser

ExhaustivePCFGParser pparser
The PCFG parser.


dparser

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


bparser

edu.stanford.nlp.parser.lexparser.BiLexPCFGParser bparser
The factored parser that combines the dependency and PCFG parsers.


debinarizer

TreeTransformer debinarizer

subcategoryStripper

TreeTransformer subcategoryStripper

op

Options op

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

Serialized Fields

stopCounter

Counter<E> stopCounter

depCounter

Counter<E> depCounter

nonDepCounter

Counter<E> nonDepCounter

wordPairCounter

Counter<E> wordPairCounter

wordCounter

Counter<E> wordCounter

largeWordFeatExtractor

edu.stanford.nlp.parser.lexparser.WordFeatureExtractor largeWordFeatExtractor

smallWordFeatExtractor

edu.stanford.nlp.parser.lexparser.WordFeatureExtractor smallWordFeatExtractor

largeWordFeatIndex

edu.stanford.nlp.util.Index<E> largeWordFeatIndex

smallWordFeatIndex

edu.stanford.nlp.util.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

Serialized Fields

words

Set<E> words

maxLength

int maxLength

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

serialVersionUID: 1L

Serialization Methods

readObject

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

writeObject

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

numWords

int numWords

argCounter

Counter<E> argCounter

stopCounter

Counter<E> stopCounter

smooth_aT_hTWd

double smooth_aT_hTWd

smooth_aTW_hTWd

double smooth_aTW_hTWd

smooth_stop

double smooth_stop

interp

double interp

verbose

boolean verbose

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

serialVersionUID: 2L

Serialized Fields

nplp

NegraPennLanguagePack nplp

treeReaderFactory

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

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

serialVersionUID: 3L

Serialized Fields

numWords

int numWords

numTags

int numTags

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


flexiTag

boolean flexiTag

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.

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

Serialized Fields

useUnknownWordSignatures

int useUnknownWordSignatures
Use suffix and capitalization information for unknowns. 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!)


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.

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

serialVersionUID: 1L

Serialized Fields

lex

Lexicon lex

bg

BinaryGrammar bg

ug

UnaryGrammar ug

dg

DependencyGrammar dg

numbs

Map<K,V> numbs

pt

Options pt

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

serialVersionUID: 1L

Serialized Fields

parent

int parent

score

double score

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

Serialized Fields

binarizer

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

collinsPuncTransformer

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

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

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

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

numStates

int numStates
The number of UnaryRule items in the UnaryGrammar.


stateSpace

String stateSpace
The name of the Numberer state space for unary rules.


coreRules

Map<K,V> coreRules

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.Parser extends JFrame implements Serializable

Serialized Fields

parserPanel

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

Serialized Fields

segmentWords

boolean segmentWords

jfc

JFileChooser jfc

pageDialog

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
Whether to scroll one sentence forward after parsing.


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

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

Serialized Fields

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

edu.stanford.nlp.parser.ui.TreeJPanel.WidthResult wr

Package edu.stanford.nlp.process

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

Serialized Fields

capitalizeTimex

boolean capitalizeTimex

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

Serialized Fields

oldRegex

String[] oldRegex

pattern

Pattern[] pattern

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

Serialized Fields

CAPITALIZED

edu.stanford.nlp.process.CapitalFeatureValue CAPITALIZED

ALLCAPS

edu.stanford.nlp.process.CapitalFeatureValue ALLCAPS

LOWERCASE

edu.stanford.nlp.process.CapitalFeatureValue LOWERCASE

MIXEDCASE

edu.stanford.nlp.process.CapitalFeatureValue MIXEDCASE

NONLETTERS

edu.stanford.nlp.process.CapitalFeatureValue NONLETTERS

allValues

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

Class edu.stanford.nlp.process.Functions$1 extends Object implements Serializable

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

serialVersionUID: 2L

Serialized Fields

lexer

edu.stanford.nlp.process.Morpha lexer

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

Serialized Fields

allValues

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

cf

edu.stanford.nlp.process.CapitalFeature cf

nf

edu.stanford.nlp.process.NumberFeature nf

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

Serialized Fields

CARDINAL

edu.stanford.nlp.process.NumberFeatureValue CARDINAL

NUMBER

edu.stanford.nlp.process.NumberFeatureValue NUMBER

HASNUMBER

edu.stanford.nlp.process.NumberFeatureValue HASNUMBER

NONUMBER

edu.stanford.nlp.process.NumberFeatureValue NONUMBER

allValues

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

Class edu.stanford.nlp.process.PTBEscapingProcessor extends AbstractListProcessor implements Serializable

Serialized Fields

stringSubs

Map<K,V> stringSubs

oldChars

char[] oldChars

fixQuotes

boolean fixQuotes

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

Serialized Fields

b

char[] b

i

int i

i_end

int i_end

j

int j

k

int k

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

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

Class edu.stanford.nlp.process.WordShapeFunction extends Object implements Serializable

Serialized Fields

classifierToUse

int classifierToUse

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

Serialized Fields

markLineBreaks

boolean markLineBreaks

Package edu.stanford.nlp.stats

Class edu.stanford.nlp.stats.Counter extends Object implements Serializable

serialVersionUID: 4L

Serialized Fields

map

Map<K,V> map

mapFactory

MapFactory mapFactory

totalCount

double totalCount

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

Class edu.stanford.nlp.stats.Distribution extends Object implements Serializable

serialVersionUID: 6707148234288637809L

Serialized Fields

numberOfKeys

int numberOfKeys

reservedMass

double reservedMass

counter

Counter<E> counter

Class edu.stanford.nlp.stats.Distribution$1 extends Object implements Serializable

Class edu.stanford.nlp.stats.IntCounter extends Object implements Serializable

serialVersionUID: 4L

Serialized Fields

map

Map<K,V> map

mapFactory

MapFactory mapFactory

Package edu.stanford.nlp.swing

Class edu.stanford.nlp.swing.MenuSavvyUndoManager extends UndoManager implements Serializable

Serialized Fields

undoMenuItem

JMenuItem undoMenuItem

redoMenuItem

JMenuItem redoMenuItem

Class edu.stanford.nlp.swing.PropertyPanel extends JComponent implements Serializable

Serialized Fields

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

Serialized Fields

bi

BreakIterator bi

originalPos

int originalPos

originalWordBoundary

int originalWordBoundary

nextWordBoundary

int nextWordBoundary

passedNextWord

boolean passedNextWord

Class edu.stanford.nlp.swing.XYPlotFrame extends JFrame implements Serializable

Serialized Fields

grid

Color[][] grid

xMax

int xMax

yMax

int yMax

Package edu.stanford.nlp.trees

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

serialVersionUID: -6540278059442931087L

Serialized Fields

tlp

TreebankLanguagePack tlp

nonTerminalInfo

HashMap<K,V> nonTerminalInfo

defaultRule

String[] defaultRule

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

serialVersionUID: -6506749780512708352L

Serialized Fields

punctTagStringAcceptFilter

Filter<T> punctTagStringAcceptFilter

punctWordStringAcceptFilter

Filter<T> punctWordStringAcceptFilter

sFPunctTagStringAcceptFilter

Filter<T> sFPunctTagStringAcceptFilter

eIPunctTagStringAcceptFilter

Filter<T> eIPunctTagStringAcceptFilter

startSymbolAcceptFilter

Filter<T> startSymbolAcceptFilter

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

Serialized Fields

tlp

TreebankLanguagePack tlp

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

Serialized Fields

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

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

serialVersionUID: -8747319554557223437L

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

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

Serialized Fields

moreTypedDependencies

TypedDependencyList moreTypedDependencies

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

Serialized Fields

dependencies

Set<E> dependencies

typedDependencies

TypedDependencyList typedDependencies

Class edu.stanford.nlp.trees.LabelAlteringTreeFunction extends Object implements Serializable

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

Serialized Fields

label

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


score

double score
The score for the leaf

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

Serialized Fields

label

Label label
Label of the parse tree.


score

double score
Score of TreeNode


daughterTrees

Tree[] daughterTrees
Daughters of the parse tree.

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

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

serialVersionUID: -5870387458902637256L

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

serialVersionUID: 5L

Serialized Fields

regent

Label regent

dependent

Label dependent

name

Object name

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

serialVersionUID: -5870387458902637256L

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

Serialized Fields

tlp

TreebankLanguagePack tlp

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

Serialized Fields

temporalAnnotation

int temporalAnnotation

doSGappedStuff

boolean doSGappedStuff

leaveItAll

boolean leaveItAll

doAdverbialNP

boolean doAdverbialNP

headFinder

HeadFinder headFinder

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

Serialized Fields

tlp

TreebankLanguagePack tlp

nonTerminalInfo

HashMap<K,V> nonTerminalInfo

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

Serialized Fields

internStrings

boolean internStrings

unquoteStrings

boolean unquoteStrings

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

serialVersionUID: 9081305982861675328L

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

Serialized Fields

nodeFilter

Filter<T> nodeFilter

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

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

serialVersionUID: 5721799188009249808L

Serialized Fields

verbalAuxiliaries

HashSet<E> verbalAuxiliaries

verbalTags

HashSet<E> verbalTags

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

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

Serialized Fields

daughterTrees

Tree[] daughterTrees
Daughters of the parse tree.

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

Serialized Fields

tagMap

HashMap<K,V> tagMap

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

serialVersionUID: 5441849457648722744L

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

Serialized Fields

label

MapLabel label
Label for this node.


parent

TreeGraphNode parent
Parent of this node.


children

TreeGraphNode[] children
Children of this node.


tg

TreeGraph tg
The TreeGraph of which this node is part.

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

Class edu.stanford.nlp.trees.TypedDependencyList extends ArrayList<TypedDependency> implements Serializable

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

serialVersionUID: 5L

Serialized Fields

regent

Label regent

dependent

Label dependent

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

Serialized Fields

follow

String follow

weight

double weight

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

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

Serialized Fields

coordSwitch

boolean coordSwitch

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

Serialized Fields

edge

String edge

features

Map<K,V> features

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

serialVersionUID: 9081305982861675328L

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

Serialized Fields

tlp

TreebankLanguagePack tlp

leaveGF

boolean leaveGF

insertNPinPP

boolean insertNPinPP

prepositionTags

List<E> prepositionTags

postpositionTags

List<E> postpositionTags

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

Serialized Fields

tlp

TreebankLanguagePack tlp

Class edu.stanford.nlp.trees.international.negra.OldNegraHeadFinder extends Object implements Serializable

Serialized Fields

coordSwitch

boolean coordSwitch

tlp

TreebankLanguagePack tlp

nonTerminalInfo

HashMap<K,V> nonTerminalInfo

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

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

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

Class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalStructure extends GrammaticalStructure implements Serializable

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

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

serialVersionUID: 5757403475523638802L

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


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

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

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


Package edu.stanford.nlp.trees.tregex

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

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.

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

Serialized Fields

errorCode

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

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

Serialized Fields

neg

boolean neg

opt

boolean opt

patternString

String patternString

Package edu.stanford.nlp.util

Class edu.stanford.nlp.util.CacheMap extends LinkedHashMap<K,V> implements Serializable

Serialized Fields

backingFile

String backingFile

CACHE_ENTRIES

int CACHE_ENTRIES

entriesSinceLastWritten

int entriesSinceLastWritten

frequencyToWrite

int frequencyToWrite

hits

int hits

misses

int misses

puts

int puts

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

Class edu.stanford.nlp.util.CollectionFactory.ArrayListFactory extends CollectionFactory implements Serializable

Class edu.stanford.nlp.util.CollectionFactory.HashSetFactory extends CollectionFactory implements Serializable

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

Serialized Fields

map

Map<K,V> map

cf

CollectionFactory cf

treatCollectionsAsImmutable

boolean treatCollectionsAsImmutable

mf

MapFactory mf

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

Serialized Fields

map

Map<K,V> map

Class edu.stanford.nlp.util.DeltaCollectionValuedMap extends edu.stanford.nlp.util.CollectionValuedMap implements Serializable

Serialized Fields

originalMap

edu.stanford.nlp.util.CollectionValuedMap originalMap

deltaMap

Map<K,V> deltaMap

cf

CollectionFactory cf

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

serialVersionUID: -5024744406713321676L

Serialization Methods

readObject

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

writeObject

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

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

serialVersionUID: 5398562825928375260L

Serialized Fields

objects

List<E> objects

indexes

Map<K,V> indexes

locked

boolean locked

Class edu.stanford.nlp.util.Index$1 extends Object implements Serializable

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

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

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

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

Serialized Fields

elements

int[] elements

numElements

int numElements

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

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

serialVersionUID: 4529666940763477360L

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

serialVersionUID: 624465615824626762L

Serialized Fields

d

double d

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

serialVersionUID: 624465615824626762L

Serialized Fields

i

int i

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

serialVersionUID: 1L

Serialized Fields

total

int total

intToObject

Map<K,V> intToObject

objectToInt

Map<K,V> objectToInt

tempInt

MutableInteger tempInt

locked

boolean locked

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

serialVersionUID: 1360822168806852921L

Serialized Fields

first

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

 

second

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

 

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

Serialized Fields

score

double score

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



Stanford NLP Group