Serialized Form


Package edu.stanford.nlp.trees

Class edu.stanford.nlp.trees.CategoryWordTag implements Serializable

Serialized Fields

word

String word

tag

String tag

Class edu.stanford.nlp.trees.ChineseTreebankLanguagePack implements Serializable

Class edu.stanford.nlp.trees.NullLabel implements Serializable

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

Class edu.stanford.nlp.trees.Sentence implements Serializable

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

Serialized Fields

tag

String tag

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

Serialized Fields

tagMap

HashMap tagMap

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

Serialized Fields

follow

String follow

weight

double weight

Class edu.stanford.nlp.trees.Word implements Serializable

Class edu.stanford.nlp.trees.WordTag implements Serializable

Serialized Fields

word

String word

tag

String tag


Package edu.stanford.nlp.parser.ui

Class edu.stanford.nlp.parser.ui.Parser implements Serializable

Serialized Fields

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

Class edu.stanford.nlp.parser.ui.ParserPanel implements Serializable

Serialized Fields

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

Class edu.stanford.nlp.parser.ui.TreeJPanel 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

TreeJPanel.WidthResult wr


Package edu.stanford.nlp.parser.lexparser

Class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams implements Serializable

Serialized Fields

tlp

ChineseTreebankLanguagePack tlp

inputEncoding

String inputEncoding

outputEncoding

String outputEncoding

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

Serialized Fields

tagHash

Map tagHash

seenFirst

Set seenFirst

unknownGT

Map unknownGT


Package edu.stanford.nlp.util

Class edu.stanford.nlp.util.Counter implements Serializable

Serialized Fields

total

double total

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

Serialized Fields

i

int i

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

Serialized Fields

total

int total

intToObject

Map intToObject

objectToInt

Map objectToInt

tempInt

MutableInteger tempInt

locked

boolean locked

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

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 implements Serializable

Serialized Fields

score

double score

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


Package edu.stanford.nlp.io.ui

Class edu.stanford.nlp.io.ui.OpenPageDialog 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.io

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


Package edu.stanford.nlp.process

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

Serialized Fields

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.

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

Serialized Fields

allValues

NumAndCapFeatureValue[] allValues

cf

CapitalFeature cf

nf

NumberFeature nf

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

Serialized Fields

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

Class edu.stanford.nlp.dbm.BasicDocument 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 labels
Label(s) for this document.


tokenizer

Tokenizer tokenizer
Tokenizer used to convert the text into words inside BasicDocument.parse(String).

Class edu.stanford.nlp.dbm.SentenceDocument implements Serializable

Serialized Fields

title

String title
title of this document (never null).



Stanford NLP Group