Serialized Form
Package edu.stanford.nlp.trees |
word
String word
tag
String tag
tag
String tag
tagMap
HashMap tagMap
follow
String follow
weight
double weight
word
String word
tag
String tag
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
tokenizer
Tokenizer tokenizer
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.parser.lexparser |
tlp
ChineseTreebankLanguagePack tlp
inputEncoding
String inputEncoding
outputEncoding
String outputEncoding
tagHash
Map tagHash
seenFirst
Set seenFirst
unknownGT
Map unknownGT
Package edu.stanford.nlp.util |
total
double total
i
int i
total
int total
intToObject
Map intToObject
objectToInt
Map objectToInt
tempInt
MutableInteger tempInt
locked
boolean locked
first
Object first
- Direct access is deprecated. Use first().
-
second
Object second
- Direct access is deprecated. Use second().
-
score
double score
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.io |
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.
tokenizer
Tokenizer tokenizer
- Tokenizer used to convert the text into words inside
BasicDocument.parse(String)
.
title
String title
- title of this document (never null).
Stanford NLP Group