Serialized Form


Package edu.stanford.nlp.international.arabic

Class edu.stanford.nlp.international.arabic.Buckwalter extends Object implements Serializable

serialVersionUID: 4351710914246859336L

Serialized Fields

outputUnicodeValues

boolean outputUnicodeValues
If true (include flag "-o"), outputs space separated unicode values (e.g., "ء" rather than the character version of those values. Only applicable for Buckwalter to Arabic conversion.


arabicChars

char[] arabicChars

buckChars

char[] buckChars

unicode2Buckwalter

boolean unicode2Buckwalter

u2bMap

HashMap<K,V> u2bMap

b2uMap

HashMap<K,V> b2uMap

unmappable

ClassicCounter<E> unmappable

Package edu.stanford.nlp.international.arabic.pipeline

Class edu.stanford.nlp.international.arabic.pipeline.DefaultLexicalMapper extends Object implements Serializable

serialVersionUID: -197782849766133026L

Serialized Fields

parentTagString

String parentTagString

parentTagsToEscape

Set<E> parentTagsToEscape

Package edu.stanford.nlp.io

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

serialVersionUID: -8572218999165094626L


Package edu.stanford.nlp.ling

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

serialVersionUID: -745085381666943254L

Serialized Fields

word

String word

tag

String tag

Class edu.stanford.nlp.ling.CoreLabel extends ArrayCoreMap implements Serializable

serialVersionUID: 2L

Class edu.stanford.nlp.ling.CyclicCoreLabel extends CoreLabel implements Serializable

serialVersionUID: 1L

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

serialVersionUID: -7252006452127051085L

Serialized Fields

tag

Label tag

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

serialVersionUID: -4153619273767524247L

Serialized Fields

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.TaggedWord extends Word implements Serializable

serialVersionUID: -7252006452127051085L

Serialized Fields

tag

String tag

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

serialVersionUID: -1413303679077285530L

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

serialVersionUID: -4817252915997034058L

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

serialVersionUID: -5993410244163988138L

Serialized Fields

word

String word

lemma

String lemma

tag

String tag

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

serialVersionUID: -1859527239216813742L

Serialized Fields

word

String word

tag

String tag

Package edu.stanford.nlp.movetrees

Class edu.stanford.nlp.movetrees.EmptyTreeLeaf extends LabeledScoredTreeNode implements Serializable

serialVersionUID: 77798427030716852L

Serialized Fields

movedTree

Tree movedTree

emptyType

Object emptyType

Package edu.stanford.nlp.objectbank

Class edu.stanford.nlp.objectbank.LineIterator.LineIteratorFactory extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

oper

Function<T1,T2> oper

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

serialVersionUID: -4030295596701541770L

Serialized Fields

rif

ReaderIteratorFactory rif

ifrf

IteratorFromReaderFactory<T> ifrf

contents

List<E> contents

keepInMemory

boolean keepInMemory

Package edu.stanford.nlp.parser.ui

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

tree

Tree tree

Package edu.stanford.nlp.process

Package edu.stanford.nlp.stats

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

serialVersionUID: 4L

Serialized Fields

map

Map<K,V> map

mapFactory

MapFactory<K,V> mapFactory

totalCount

double totalCount

defaultValue

double defaultValue

Class edu.stanford.nlp.stats.IntCounter extends AbstractCounter<E> implements Serializable

serialVersionUID: 4L

Serialized Fields

map

Map<K,V> map

mapFactory

MapFactory<K,V> mapFactory

totalCount

int totalCount

defaultValue

int defaultValue

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

serialVersionUID: 1L

Serialized Fields

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.TooltipJList extends JList implements Serializable


Package edu.stanford.nlp.trees

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

serialVersionUID: -6540278059442931087L

Serialized Fields

tlp

TreebankLanguagePack tlp

nonTerminalInfo

Map<K,V> nonTerminalInfo

defaultRule

String[] defaultRule
Default direction if no rule is found for category. Subclasses can turn it on if they like. If they don't it is an error if no rule is defined for a category (null is returned).


defaultLeftRule

String[] defaultLeftRule
These are built automatically from categoriesToAvoid and used in a fairly different fashion from defaultRule (above). These are used for categories that do have defined rules but where none of them have matched. Rather than picking the rightmost or leftmost child, we will use these to pick the the rightmost or leftmost child which isn't in categoriesToAvoid.


defaultRightRule

String[] defaultRightRule

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

serialVersionUID: -6506749780512708352L

Serialized Fields

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

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

serialVersionUID: -1005188028979810143L

Serialized Fields

tlp

TreebankLanguagePack tlp

emptyFilter

Filter<T> emptyFilter

aOverAFilter

Filter<T> aOverAFilter

Class edu.stanford.nlp.trees.BobChrisTreeNormalizer.AOverAFilter extends Object implements Serializable

serialVersionUID: 1L

Class edu.stanford.nlp.trees.BobChrisTreeNormalizer.EmptyFilter extends Object implements Serializable

serialVersionUID: 8914098359495987617L

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

serialVersionUID: -8747319554557223437L

Class edu.stanford.nlp.trees.Dependencies.DependentPuncTagRejectFilter extends Object implements Serializable

serialVersionUID: -7732189363171164852L

Serialized Fields

tagRejectFilter

Filter<T> tagRejectFilter

Class edu.stanford.nlp.trees.Dependencies.DependentPuncWordRejectFilter extends Object implements Serializable

serialVersionUID: 1166489968248785287L

Serialized Fields

wordRejectFilter

Filter<T> wordRejectFilter

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

serialVersionUID: -2270472762938163327L

Serialized Fields

nodeCleanup

int nodeCleanup
How to clean up node labels: 0 = do nothing, 1 = keep category and function, 2 = just category.


root

String root

tlp

TreebankLanguagePack tlp

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

serialVersionUID: 892618003417550128L

Serialized Fields

language

GrammaticalRelation.Language language

shortName

String shortName

longName

String longName

parent

GrammaticalRelation parent

children

List<E> children

sourcePattern

Pattern sourcePattern

targetPatterns

List<E> targetPatterns

specific

String specific

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

serialVersionUID: 2286294455343892678L

Serialized Fields

dependencies

Set<E> dependencies

typedDependencies

List<E> typedDependencies

allTypedDependencies

List<E> allTypedDependencies

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

serialVersionUID: -8992385140984593817L

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

serialVersionUID: 8453889846239508208L

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.NPTmpRetainingTreeNormalizer extends BobChrisTreeNormalizer implements Serializable

serialVersionUID: 7548777133196579107L

Serialized Fields

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

Serialized Fields

tns

List<E> tns

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

serialVersionUID: 9081305982861675328L

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

serialVersionUID: 5721799188009249808L

Serialized Fields

verbalAuxiliaries

HashSet<E> verbalAuxiliaries

copulars

HashSet<E> copulars

passiveAuxiliaries

HashSet<E> passiveAuxiliaries

verbalTags

HashSet<E> verbalTags

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

serialVersionUID: -8075763706877132926L

Serialized Fields

daughterTrees

Tree[] daughterTrees
Daughters of the parse tree.

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

serialVersionUID: -5870387458902637256L

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

serialVersionUID: 5441849457648722744L

Serialized Fields

score

double score

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

serialVersionUID: 1L

Serialized Fields

root

TreeGraphNode root
The root node of this treegraph.


indexMap

Map<K,V> indexMap
A map from arbitrary integer indices to nodes.

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

serialVersionUID: 5080098143617475328L

Serialized Fields

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.

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

serialVersionUID: 1540681875853883387L

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

serialVersionUID: -7690294213151279779L

Serialized Fields

reln

GrammaticalRelation reln

gov

TreeGraphNode gov

dep

TreeGraphNode dep

extra

boolean extra

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

serialVersionUID: 5L

Serialized Fields

regent

Label regent

dependent

Label dependent

Package edu.stanford.nlp.trees.international.arabic

Class edu.stanford.nlp.trees.international.arabic.ArabicHeadFinder extends AbstractCollinsHeadFinder implements Serializable

serialVersionUID: 6203368998430280740L

Serialized Fields

tagSet

ArabicHeadFinder.TagSet tagSet

predPattern

Pattern predPattern

Class edu.stanford.nlp.trees.international.arabic.ArabicTokenizer.ArabicTokenizerFactory extends Object implements Serializable

serialVersionUID: 6759533831515214642L

Serialized Fields

tokenizeNLs

boolean tokenizeNLs

Class edu.stanford.nlp.trees.international.arabic.ArabicTreebankLanguagePack extends AbstractTreebankLanguagePack implements Serializable

serialVersionUID: 9081305982861675328L

Serialized Fields

detPlusNounIsBasicCategory

boolean detPlusNounIsBasicCategory

Class edu.stanford.nlp.trees.international.arabic.ArabicTreeNormalizer extends BobChrisTreeNormalizer implements Serializable

serialVersionUID: -1592231121068698494L

Serialized Fields

retainNPTmp

boolean retainNPTmp

retainNPSbj

boolean retainNPSbj

markPRDverb

boolean markPRDverb

changeNoLabels

boolean changeNoLabels

retainPPClr

boolean retainPPClr

lexMapper

DefaultLexicalMapper lexMapper

prdPattern

Pattern prdPattern

prdVerbPattern

TregexPattern prdVerbPattern

npSbjPattern

TregexPattern npSbjPattern

rootLabel

String rootLabel

Class edu.stanford.nlp.trees.international.arabic.ArabicTreeNormalizer.ArabicEmptyFilter extends Object implements Serializable

serialVersionUID: 7417844982953945964L

Class edu.stanford.nlp.trees.international.arabic.ArabicTreeReaderFactory extends Object implements Serializable

serialVersionUID: 1973767605277873017L

Serialized Fields

retainNPTmp

boolean retainNPTmp

retainNPSbj

boolean retainNPSbj

retainPRD

boolean retainPRD

retainPPClr

boolean retainPPClr

changeNoLabels

boolean changeNoLabels

filterX

boolean filterX

noNormalization

boolean noNormalization

Class edu.stanford.nlp.trees.international.arabic.ArabicTreeReaderFactory.ArabicRawTreeReaderFactory extends ArabicTreeReaderFactory implements Serializable

serialVersionUID: -5693371540982097793L

Class edu.stanford.nlp.trees.international.arabic.ArabicTreeReaderFactory.ArabicXFilteringTreeReaderFactory extends ArabicTreeReaderFactory implements Serializable

serialVersionUID: -2028631608727725548L


Package edu.stanford.nlp.trees.international.french

Class edu.stanford.nlp.trees.international.french.DybroFrenchHeadFinder extends AbstractCollinsHeadFinder implements Serializable

Class edu.stanford.nlp.trees.international.french.FrenchHeadFinder extends AbstractCollinsHeadFinder implements Serializable

serialVersionUID: 8747319554557223422L

Class edu.stanford.nlp.trees.international.french.FrenchTreebankLanguagePack extends AbstractTreebankLanguagePack implements Serializable

serialVersionUID: -7338244949063822519L

Class edu.stanford.nlp.trees.international.french.FrenchTreeNormalizer extends BobChrisTreeNormalizer implements Serializable

serialVersionUID: 7868735300308066991L

Serialized Fields

rootLabel

String rootLabel

Class edu.stanford.nlp.trees.international.french.FrenchTreeNormalizer.FrenchAOverAFilter extends Object implements Serializable

serialVersionUID: 793800623099852951L

Class edu.stanford.nlp.trees.international.french.FrenchTreeReaderFactory extends Object implements Serializable

serialVersionUID: 6928967570430642163L

Serialized Fields

readPennFormat

boolean readPennFormat

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

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

serialVersionUID: -7253035927065152766L

Serialized Fields

coordSwitch

boolean coordSwitch

left

String left

right

String right

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

serialVersionUID: 2847331882765391095L

Serialized Fields

edge

String edge

features

Map<K,V> features

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

serialVersionUID: 9081305982861675328L

Serialized Fields

leaveGF

boolean leaveGF

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

serialVersionUID: 8529514903815041064L

Serialized Fields

nodeCleanup

int nodeCleanup
How to clean up node labels: 0 = do nothing, 1 = keep category and function, 2 = just category


tlp

TreebankLanguagePack tlp

insertNPinPP

boolean insertNPinPP

emptyFilter

Filter<T> emptyFilter

aOverAFilter

Filter<T> aOverAFilter

prepositionTags

Set<E> prepositionTags

postpositionTags

Set<E> postpositionTags

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

serialVersionUID: 5731352106152470304L

Serialized Fields

nodeCleanup

int nodeCleanup

tlp

TreebankLanguagePack tlp

treeNormalizerInsertNPinPP

boolean treeNormalizerInsertNPinPP

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

serialVersionUID: 4307594629124896496L

Serialized Fields

coordSwitch

boolean coordSwitch

left

String left

right

String right

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

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

serialVersionUID: -5445795668059315082L

Class edu.stanford.nlp.trees.international.pennchinese.ChineseEnglishWordMap extends Object implements Serializable

serialVersionUID: 7655332268578049993L

Serialized Fields

map

Map<K,V> map

normalized

boolean normalized

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

serialVersionUID: 6143632784691159283L

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

serialVersionUID: 2L

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

serialVersionUID: 5757403475523638802L

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

serialVersionUID: -8203853817025401845L

Serialized Fields

tagExtender

TreeTransformer tagExtender

splitNPTMP

boolean splitNPTMP

splitPPTMP

boolean splitPPTMP

splitXPTMP

boolean splitXPTMP

chineseEmptyFilter

Filter<T> chineseEmptyFilter

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

serialVersionUID: -7942375587642755210L


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

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

serialVersionUID: 1L

Serialized Fields

left

String left

right

String right

coordSwitch

boolean coordSwitch

headMarkedPattern

Pattern headMarkedPattern

headMarkedPattern2

Pattern headMarkedPattern2

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

serialVersionUID: 2697418320262700673L

Serialized Fields

limitedGF

boolean limitedGF

leaveGF

boolean leaveGF

Class edu.stanford.nlp.trees.international.tuebadz.TueBaDZPennTreeNormalizer extends TreeNormalizer implements Serializable

serialVersionUID: 8009544230321390490L

Serialized Fields

nodeCleanup

int nodeCleanup
How to clean up node labels: 0 = do nothing, 1 = keep category and function, 2 = just category.


root

String root

tlp

TreebankLanguagePack tlp

tns

List<E> tns

Class edu.stanford.nlp.trees.international.tuebadz.TueBaDZTreeReaderFactory extends Object implements Serializable

serialVersionUID: 1614799885744961795L

Serialized Fields

tlp

TreebankLanguagePack tlp

nodeCleanup

int nodeCleanup

Package edu.stanford.nlp.trees.tregex

Class edu.stanford.nlp.trees.tregex.ParseException extends Exception implements Serializable

serialVersionUID: 891346798563L

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

serialVersionUID: 5060298043763944913L

Serialized Fields

neg

boolean neg

opt

boolean opt

patternString

String patternString

Package edu.stanford.nlp.trees.tregex.gui

Class edu.stanford.nlp.trees.tregex.gui.DisplayMatchesPanel extends JPanel implements Serializable

Serialized Fields

scroller

JScrollPane scroller

firstMouseEvent

MouseEvent firstMouseEvent

fontName

String fontName

fontSize

int fontSize

defaultColor

Color defaultColor

matchedColor

Color matchedColor

tjp

ScrollableTreeJPanel tjp

Class edu.stanford.nlp.trees.tregex.gui.FilePanel extends JPanel implements Serializable

serialVersionUID: -2229250395240163264L

Serialized Fields

tree

JTree tree

treeModel

FileTreeModel treeModel

Class edu.stanford.nlp.trees.tregex.gui.FileTreeModel extends DefaultTreeModel implements Serializable

Serialized Fields

listeners

List<E> listeners

root

FileTreeNode root

treeStructure

HashMap<K,V> treeStructure

trf

TreeReaderFactory trf

Class edu.stanford.nlp.trees.tregex.gui.FileTreeNode extends DefaultMutableTreeNode implements Serializable

Serialized Fields

file

File file

check

JCheckBox check

label

JLabel label

t

Treebank t

listeners

List<E> listeners

Class edu.stanford.nlp.trees.tregex.gui.InputPanel extends JPanel implements Serializable

serialVersionUID: -8219840036914495876L

Serialized Fields

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

Class edu.stanford.nlp.trees.tregex.gui.MatchesPanel extends JPanel implements Serializable

Serialized Fields

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

Class edu.stanford.nlp.trees.tregex.gui.PreferencesPanel extends JDialog implements Serializable

Serialized Fields

highlightButton

JButton highlightButton

setEncoding

JTextField setEncoding

Class edu.stanford.nlp.trees.tregex.gui.ScrollableTreeJPanel extends TreeJPanel implements Serializable

Serialized Fields

fontSize

int fontSize

defaultColor

Color defaultColor

matchedColor

Color matchedColor

tdiffColor

Color tdiffColor

fontName

String fontName

style

int style

preferredSize

Dimension preferredSize

matchedParts

List<E> matchedParts

leafCtr

int leafCtr

yieldHeight

double yieldHeight

yieldOffsets

float[] yieldOffsets

rows

List<E> rows

diffConstituents

Set<E> diffConstituents

Class edu.stanford.nlp.trees.tregex.gui.TregexGUI extends JFrame implements Serializable

Serialized Fields

preferences

JMenuItem preferences

loadFiles

JMenuItem loadFiles

saveMatches

JMenuItem saveMatches

saveSentences

JMenuItem saveSentences

saveHistory

JMenuItem saveHistory

loadTsurgeon

JMenuItem loadTsurgeon

tDiff

JMenuItem tDiff

quit

JMenuItem quit

copy

JMenuItem copy

clearFileList

JMenuItem clearFileList

chooser

JFileChooser chooser

preferenceDialog

JDialog preferenceDialog

aboutBox

JDialog aboutBox

doTdiff

boolean doTdiff

Package edu.stanford.nlp.trees.tregex.tsurgeon

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


Package edu.stanford.nlp.util

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

serialVersionUID: 1L

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Overridden serialization method: compacts our map before writing.

Throws:
IOException - If IO error
Serialized Fields

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.ArrayMap extends AbstractMap<K,V> implements Serializable

serialVersionUID: 1L

Serialized Fields

entryArray

edu.stanford.nlp.util.ArrayMap.Entry<K,V>[] entryArray

capacity

int capacity

size

int size

hashCodeCache

int hashCodeCache

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

serialVersionUID: 3711321773145894069L

Class edu.stanford.nlp.util.CollectionFactory.ArrayListFactory extends CollectionFactory<T> implements Serializable

serialVersionUID: 1L

Class edu.stanford.nlp.util.CollectionFactory.HashSetFactory extends CollectionFactory<T> implements Serializable

serialVersionUID: -6268401669449458602L

Class edu.stanford.nlp.util.CollectionFactory.LinkedListFactory extends CollectionFactory<T> implements Serializable

serialVersionUID: -4236184979948498000L

Class edu.stanford.nlp.util.CollectionFactory.SizedArrayListFactory extends CollectionFactory<T> implements Serializable

serialVersionUID: 1L

Serialized Fields

defaultSize

int defaultSize

Class edu.stanford.nlp.util.CollectionFactory.TreeSetFactory extends CollectionFactory<T> implements Serializable

serialVersionUID: -3451920268219478134L

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

serialVersionUID: -9064664153962599076L

Serialized Fields

map

Map<K,V> map

cf

CollectionFactory<T> cf

treatCollectionsAsImmutable

boolean treatCollectionsAsImmutable

mf

MapFactory<K,V> mf

emptyValue

Collection<E> emptyValue
The empty collection to be returned when a get doesn't find the key. The collection returned should be empty, such as Collections.emptySet, for example.

Class edu.stanford.nlp.util.DeltaCollectionValuedMap extends CollectionValuedMap<K,V> implements Serializable

serialVersionUID: 1L

Serialized Fields

originalMap

CollectionValuedMap<K,V> originalMap

deltaMap

Map<K,V> deltaMap

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

serialVersionUID: 1L

Serialized Fields

size

int size

capacity

int capacity

elements

List<E> elements

priorities

double[] priorities

Class edu.stanford.nlp.util.HashableCoreMap extends ArrayCoreMap implements Serializable

serialVersionUID: 1L

Serialized Fields

immutableKeys

Set<E> immutableKeys
Set of immutable keys


hashcode

int hashcode
Pre-computed hashcode

Class edu.stanford.nlp.util.HashableCoreMap.HashableCoreMapException extends RuntimeException implements Serializable

serialVersionUID: 1L

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

serialVersionUID: 5398562825928375260L

Serialized Fields

objects

ArrayList<E> objects

indexes

HashMap<K,V> indexes

locked

boolean locked

semaphore

Semaphore semaphore

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

serialVersionUID: -5024744406713321676L

Serialization Methods

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

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

serialVersionUID: 1L

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

serialVersionUID: 7154973101012473479L

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

serialVersionUID: -3744404627253652799L

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

serialVersionUID: 7266305463893511982L

Serialized Fields

elements

int[] elements

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

serialVersionUID: -7182556672628741200L

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.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.Triple extends Object implements Serializable

serialVersionUID: -4182871682751645440L

Serialized Fields

first

Object first

second

Object second

third

Object third



Stanford NLP Group