Serialized Form
Package edu.stanford.nlp.trees |
word
String word
tag
String tag
serialVersionUID: 5757403475523638802l
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: 9081305982861675328l
daughterTrees
Tree[] daughterTrees
- Daughters of the parse tree.
str
String str
tag
String tag
tagMap
HashMap tagMap
follow
String follow
weight
double weight
word
String word
tag
String tag
Package edu.stanford.nlp.trees.international.negra |
edge
String edge
features
Map features
serialVersionUID: 9081305982861675328l
Package edu.stanford.nlp.parser.lexparser |
inputEncoding
String inputEncoding
outputEncoding
String outputEncoding
tlp
TreebankLanguagePack tlp
serialVersionUID: 1l
readObject
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
stateSpace
String stateSpace
numStates
int numStates
allRules
List allRules
stateNumberer
Numberer stateNumberer
synthetic
boolean[] synthetic
serialVersionUID: 1l
leftChild
int leftChild
rightChild
int rightChild
ctlp
ChineseTreebankLanguagePack ctlp
tagHash
Map tagHash
seenFirst
Set seenFirst
unknownGT
Map unknownGT
serialVersionUID: 1l
readObject
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
tagProjection
TagProjection tagProjection
numWords
int numWords
numTags
int numTags
numTagBins
int numTagBins
tagBin
int[] tagBin
coreDependencies
Counter coreDependencies
smooth
double[] smooth
interp
double[] interp
distanceDecay
double distanceDecay
d
Dependency d
tlp
TreebankLanguagePack tlp
inputEncoding
String inputEncoding
outputEncoding
String outputEncoding
tagHash
Map tagHash
seenEnd
Set seenEnd
unknownGT
Map unknownGT
serialVersionUID: 1l
word
int word
tag
short tag
serialVersionUID: 5873l
readObject
protected void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
seenCounter
Counter seenCounter
unSeenCounter
Counter unSeenCounter
smooth
double[] smooth
treeNormalizerLeaveGF
boolean treeNormalizerLeaveGF
nplp
NegraPennLanguagePack nplp
selectiveSplitLevel
int selectiveSplitLevel
serialVersionUID: 2l
numWords
int numWords
numTags
int numTags
numStates
int numStates
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!)
SMOOTH_IN_UNKNOWNS_THRESHOLD
int SMOOTH_IN_UNKNOWNS_THRESHOLD
- 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.
tlpParams
TreebankLangParserParams tlpParams
- The treebank-specific parser parameters to use.
smartMutation
boolean smartMutation
- Smarter smoothing for rare words.
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.
serialVersionUID: 1l
lex
Lexicon lex
bg
BinaryGrammar bg
ug
UnaryGrammar ug
dg
DependencyGrammar dg
numbs
Map numbs
pt
Options pt
serialVersionUID: 1l
parent
int parent
score
double score
serialVersionUID: 1l
readObject
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
numStates
int numStates
stateSpace
String stateSpace
coreRules
Map coreRules
serialVersionUID: 1l
child
int child
Package edu.stanford.nlp.parser.ui |
parserPanel
ParserPanel parserPanel
untokEngItem
JCheckBoxMenuItem untokEngItem
jMenu2
JMenu jMenu2
loadParserItem
JMenuItem loadParserItem
loadDataItem
JMenuItem loadDataItem
jSeparator1
JSeparator jSeparator1
tokOtherItem
JCheckBoxMenuItem tokOtherItem
jMenu1
JMenu jMenu1
exitItem
JMenuItem exitItem
jMenuBar1
JMenuBar jMenuBar1
jfc
JFileChooser jfc
pageDialog
OpenPageDialog pageDialog
normalStyle
SimpleAttributeSet normalStyle
highlightStyle
SimpleAttributeSet highlightStyle
startIndex
int startIndex
endIndex
int endIndex
treePanel
TreeJPanel treePanel
parser
ViterbiParser parser
tokenizerFactory
TokenizerFactory tokenizerFactory
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.util |
map
Map map
serialVersionUID: 4l
map
Map map
mapFactory
MapFactory mapFactory
serialVersionUID: 6707148234288637809l
numberOfKeys
int numberOfKeys
reservedMass
double reservedMass
counter
Counter counter
serialVersionUID: 5398562825928375260l
objects
List objects
indexes
Map indexes
locked
boolean locked
serialVersionUID: 624465615824626762l
d
double d
serialVersionUID: 624465615824626762l
i
int i
serialVersionUID: 1l
total
int total
intToObject
Map intToObject
objectToInt
Map objectToInt
tempInt
MutableInteger tempInt
locked
boolean locked
serialVersionUID: 1360822168806852920l
readResolve
private Object readResolve()
throws ObjectStreamException
first
Object first
- Direct access is deprecated. Use first().
-
second
Object second
- Direct access is deprecated. Use second().
-
intern
boolean intern
score
double score
Package edu.stanford.nlp.io |
Package edu.stanford.nlp.io.ui |
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.process |
CAPITALIZED
CapitalFeatureValue CAPITALIZED
- A word that has at least two letters, such that one is word initial and
capitalized, and the other is lowercase
ALLCAPS
CapitalFeatureValue ALLCAPS
- A word that has at least one letter and all letters are uppercase
LOWERCASE
CapitalFeatureValue LOWERCASE
- A word that has at least one letter and all letters are lowercase
MIXEDCASE
CapitalFeatureValue MIXEDCASE
- A word that has at least one letter but is not one of the above
NONLETTERS
CapitalFeatureValue NONLETTERS
- A word with no letters
allValues
CapitalFeatureValue[] allValues
- Returns each possible feature in an array. Not for external use.
allValues
NumAndCapFeatureValue[] allValues
cf
CapitalFeature cf
nf
NumberFeature nf
CARDINAL
NumberFeatureValue CARDINAL
- Is a positive integer: [0-9]+
NUMBER
NumberFeatureValue NUMBER
- Other number: has a digit, and other stuff is . , and/or leading -
HASNUMBER
NumberFeatureValue HASNUMBER
- There is a digit in the word, but not one of the above two
NONUMBER
NumberFeatureValue NONUMBER
- There is no digit in the word
allValues
NumberFeatureValue[] allValues
- Returns each possible feature in an array. Not for external use.
Package edu.stanford.nlp.dbm |
title
String title
- title of this document (never null).
originalText
String originalText
- original text of this document (may be null).
labels
List labels
- Label(s) for this document.
tokenizerFactory
TokenizerFactory tokenizerFactory
- TokenizerFactory used to convert the text into words inside
BasicDocument.parse(String)
.
title
String title
- title of this document (never null).
Stanford NLP Group