|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package edu.stanford.nlp.graph |
---|
Class edu.stanford.nlp.graph.DirectedMultiGraph extends Object implements Serializable |
---|
serialVersionUID: 609823567298345145L
Serialized Fields |
---|
Map<K,V> outgoingEdges
Map<K,V> incomingEdges
Package edu.stanford.nlp.international.arabic |
---|
Class edu.stanford.nlp.international.arabic.ArabicMorphoFeatureSpecification extends MorphoFeatureSpecification implements Serializable |
---|
serialVersionUID: 4448045447200922076L
Class edu.stanford.nlp.international.arabic.ArabicMorphoFeatureSpecification.ArabicMorphoFeatures extends MorphoFeatures implements Serializable |
---|
serialVersionUID: -4611776415583633186L
Package edu.stanford.nlp.international.arabic.process |
---|
Class edu.stanford.nlp.international.arabic.process.ArabicTokenizer.ArabicTokenizerFactory extends Object implements Serializable |
---|
serialVersionUID: 4L
Serialized Fields |
---|
LexedTokenFactory<T> factory
Properties lexerProperties
Package edu.stanford.nlp.international.french |
---|
Class edu.stanford.nlp.international.french.FrenchMorphoFeatureSpecification extends MorphoFeatureSpecification implements Serializable |
---|
serialVersionUID: -58379347760106784L
Package edu.stanford.nlp.international.morph |
---|
Class edu.stanford.nlp.international.morph.MorphoFeatures extends Object implements Serializable |
---|
serialVersionUID: -3893316324305154940L
Serialized Fields |
---|
Map<K,V> fSpec
String altTag
Class edu.stanford.nlp.international.morph.MorphoFeatureSpecification extends Object implements Serializable |
---|
serialVersionUID: -5720683653931585664L
Serialized Fields |
---|
Set<E> activeFeatures
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 |
---|
String word
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.IndexedWord extends CoreLabel implements Serializable |
---|
serialVersionUID: 3739633991145239829L
Class edu.stanford.nlp.ling.LabeledWord extends Word implements Serializable |
---|
serialVersionUID: -7252006452127051085L
Serialized Fields |
---|
Label tag
Class edu.stanford.nlp.ling.StringLabel extends ValueLabel implements Serializable |
---|
serialVersionUID: -4153619273767524247L
Serialized Fields |
---|
String str
int beginPosition
int endPosition
Class edu.stanford.nlp.ling.TaggedWord extends Word implements Serializable |
---|
serialVersionUID: -7252006452127051085L
Serialized Fields |
---|
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 |
---|
String word
String lemma
String tag
Class edu.stanford.nlp.ling.WordTag extends Object implements Serializable |
---|
serialVersionUID: -1859527239216813742L
Serialized Fields |
---|
String word
String tag
Package edu.stanford.nlp.objectbank |
---|
Class edu.stanford.nlp.objectbank.LineIterator.LineIteratorFactory extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
Function<T1,T2> oper
Class edu.stanford.nlp.objectbank.ObjectBank extends Object implements Serializable |
---|
serialVersionUID: -4030295596701541770L
Serialized Fields |
---|
ReaderIteratorFactory rif
IteratorFromReaderFactory<T> ifrf
List<E> contents
boolean keepInMemory
Package edu.stanford.nlp.parser.lexparser |
---|
Class edu.stanford.nlp.parser.lexparser.AbstractDependencyGrammar extends Object implements Serializable |
---|
serialVersionUID: 3L
Serialization Methods |
---|
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Serialized Fields |
---|
TagProjection tagProjection
Index<E> tagIndex
Index<E> wordIndex
int numTagBins
int[] tagBin
TreebankLanguagePack tlp
boolean directional
boolean useDistance
boolean useCoarseDistance
Lexicon lex
IntTaggedWord stopTW
IntTaggedWord wildTW
int[] coarseDistanceBins
int[] regDistanceBins
Options op
Class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams extends Object implements Serializable |
---|
serialVersionUID: 4299501909017975915L
Serialized Fields |
---|
boolean evalGF
String inputEncoding
String outputEncoding
TreebankLanguagePack tlp
Class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams.AnnotatePunctuationFunction extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String key
String annotationMark
Class edu.stanford.nlp.parser.lexparser.BaseLexicon extends Object implements Serializable |
---|
serialVersionUID: 40L
Serialization Methods |
---|
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Serialized Fields |
---|
UnknownWordModel uwModel
TrainOptions trainOptions
TestOptions testOptions
int smoothInUnknownsThreshold
boolean smartMutation
Index<E> wordIndex
Index<E> tagIndex
ClassicCounter<E> seenCounter
double[] smooth
boolean flexiTag
boolean useSignatureForKnownSmoothing
int[] tagsToBaseTags
Class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams extends AbstractTreebankParserParams implements Serializable |
---|
serialVersionUID: 4153878351331522581L
Serialized Fields |
---|
HeadFinder headFinder
EnglishTreebankParserParams.EnglishTrain englishTrain
EnglishTreebankParserParams.EnglishTest englishTest
Class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTest extends Object implements Serializable |
---|
serialVersionUID: 183157656745674521L
Serialized Fields |
---|
boolean retainNPTMPSubcategories
boolean retainTMPSubcategories
boolean retainADVSubcategories
boolean makeCopulaHead
Class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain extends Object implements Serializable |
---|
serialVersionUID: 1831576434872643L
Serialized Fields |
---|
int leaveItAll
int splitIN
boolean splitQuotes
boolean splitSFP
boolean splitPercent
int splitNPpercent
boolean tagRBGPA
int splitNNP
boolean joinPound
boolean joinJJ
boolean joinNounTags
boolean splitPPJJ
boolean splitTRJJ
boolean splitJJCOMP
boolean splitMoreLess
boolean unaryDT
boolean unaryRB
boolean unaryPRP
boolean markReflexivePRP
boolean unaryIN
int splitCC
boolean splitNOT
boolean splitRB
int splitAux
boolean vpSubCat
int markDitransV
int splitVP
splitVPNPAgr
. If it is true, its effects override
any value set for this parameter.
boolean splitVPNPAgr
int splitSTag
boolean markContainedVP
boolean splitNPPRP
int dominatesV
boolean dominatesI
boolean dominatesC
int markCC
int splitSGapped
boolean splitNumNP
int splitPoss
int splitBaseNP
int splitTMP
int splitSbar
int splitNPADV
int splitNPNNP
boolean correctTags
boolean rightPhrasal
int sisterSplitLevel
boolean gpaRootVP
int makePPTOintoIN
Class edu.stanford.nlp.parser.lexparser.IntDependency extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
IntTaggedWord head
IntTaggedWord arg
boolean leftHeaded
short distance
Class edu.stanford.nlp.parser.lexparser.IntTaggedWord extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
int word
short tag
Class edu.stanford.nlp.parser.lexparser.MLEDependencyGrammar extends AbstractDependencyGrammar implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream stream) throws IOException
IOException
Serialized Fields |
---|
boolean useSmoothTagProjection
boolean useUnigramWordSmoothing
int numWordTokens
ClassicCounter<E> argCounter
ClassicCounter<E> stopCounter
double smooth_aT_hTWd
double smooth_aTW_hTWd
double smooth_stop
double interp
double smooth_aTW_aT
double smooth_aTW_hTd
double smooth_aT_hTd
double smooth_aPTW_aPT
TagProjection smoothTP
Index<E> smoothTPIndex
Class edu.stanford.nlp.parser.lexparser.Options extends Object implements Serializable |
---|
serialVersionUID: 4L
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Serialized Fields |
---|
Options.LexOptions lexOptions
TreebankLangParserParams tlpParams
boolean forceCNF
boolean doPCFG
boolean doDep
boolean freeDependencies
boolean directional
boolean genStop
boolean useSmoothTagProjection
boolean useUnigramWordSmoothing
boolean distance
boolean coarseDistance
boolean dcTags
boolean nodePrune
TrainOptions trainOptions
Function<T1,T2> wordFunction
Class edu.stanford.nlp.parser.lexparser.Options.LexOptions extends Object implements Serializable |
---|
serialVersionUID: 2805351374506855632L
Serialized Fields |
---|
int useUnknownWordSignatures
int smoothInUnknownsThreshold
boolean smartMutation
boolean useUnicodeType
int unknownSuffixSize
int unknownPrefixSize
String uwModel
boolean flexiTag
boolean useSignatureForKnownSmoothing
Class edu.stanford.nlp.parser.lexparser.TestOptions extends Object implements Serializable |
---|
serialVersionUID: 7256526346598L
Serialized Fields |
---|
boolean noRecoveryTagging
boolean doRecovery
boolean useN5
boolean useFastFactored
boolean iterativeCKY
int maxLength
int MAX_ITEMS
double unseenSmooth
boolean increasingLength
boolean preTag
boolean forceTags
boolean forceTagBeginnings
String taggerSerializedFile
boolean noFunctionalForcing
boolean evalb
boolean verbose
boolean exhaustiveTest
boolean pcfgThreshold
pcfgThresholdValue
, then -Inf is returned as the
outside Score by oScore()
(while otherwise the true
outside score is returned).
double pcfgThresholdValue
boolean printAllBestParses
double depWeight
boolean prunePunc
boolean addMissingFinalPunctuation
String outputFormat
String outputFormatOptions
boolean writeOutputFiles
String outputFilesDirectory
null
) means to use
the directory of the source files. Use ""
or .
for the current directory.
String outputFilesExtension
""
for no extension.
String outputFilesPrefix
String outputkBestEquivocation
int maxSpanForTags
boolean lengthNormalization
boolean sample
int printPCFGkBest
int printFactoredKGood
Properties evals
-evals "depDA=false"
) if you don't want
them.
LB = ParseEval labeled bracketing,
CB = crossing brackets and zero crossing bracket rate,
DA = dependency accuracy, TA = tagging accuracy,
LL = log likelihood score,
RUO/CUO = rules/categories under and over proposed,
CatE = evaluation by phrasal category.
Known styles are: runningAverages, summary, tsv.
The default style is summary.
You need to negate it out if you don't want it.
Invalid names in the argument to this option are not reported!
int fastFactoredCandidateMultiplier
int fastFactoredCandidateAddend
boolean useLexiconToScoreDependencyPwGt
boolean useNonProjectiveDependencyParser
Class edu.stanford.nlp.parser.lexparser.TrainOptions extends Object implements Serializable |
---|
serialVersionUID: 72571349843538L
Serialized Fields |
---|
String trainTreeFile
int trainLengthLimit
boolean cheatPCFG
boolean markovFactor
int markovOrder
boolean hSelSplit
int HSEL_CUT
boolean markFinalStates
int openClassTypesThreshold
double fractionBeforeUnseenCounting
boolean PA
boolean gPA
boolean postPA
boolean postGPA
boolean selectiveSplit
double selectiveSplitCutOff
boolean selectivePostSplit
double selectivePostSplitCutOff
boolean postSplitWithBaseCategory
boolean sisterAnnotate
Set<E> sisterSplitters
int markUnary
boolean markUnaryTags
boolean splitPrePreT
boolean tagPA
boolean tagSelectiveSplit
double tagSelectiveSplitCutOff
boolean tagSelectivePostSplit
double tagSelectivePostSplitCutOff
boolean rightRec
boolean leftRec
boolean collinsPunc
Set<E> splitters
Set<E> postSplitters
Set<E> deleteSplitters
int printTreeTransformations
PrintWriter printAnnotatedPW
PrintWriter printBinarizedPW
boolean printStates
int compactGrammar
boolean leftToRight
boolean noTagSplit
boolean ruleSmoothing
double ruleSmoothingAlpha
boolean smoothing
double ruleDiscount
boolean printAnnotatedRuleCounts
boolean printAnnotatedStateCounts
boolean basicCategoryTagsInDependencyGrammar
Package edu.stanford.nlp.parser.ui |
---|
Class edu.stanford.nlp.parser.ui.TreeJPanel extends JPanel implements Serializable |
---|
Serialized Fields |
---|
int VERTICAL_ALIGN
int HORIZONTAL_ALIGN
int maxFontSize
int minFontSize
Tree tree
Package edu.stanford.nlp.process |
---|
Class edu.stanford.nlp.process.CoreLabelTokenFactory extends Object implements Serializable |
---|
serialVersionUID: 4L
Serialized Fields |
---|
boolean addIndices
Package edu.stanford.nlp.semgrex |
---|
Class edu.stanford.nlp.semgrex.CoordinationPattern extends SemgrexPattern implements Serializable |
---|
serialVersionUID: -3122330899634961002L
Serialized Fields |
---|
boolean isConj
boolean isNodeCoord
List<E> children
Class edu.stanford.nlp.semgrex.NodePattern extends SemgrexPattern implements Serializable |
---|
serialVersionUID: -5981133879119233896L
Serialized Fields |
---|
edu.stanford.nlp.semgrex.GraphRelation reln
boolean negDesc
Map<K,V> attributes
boolean isRoot
boolean isLink
boolean isEmpty
String name
String descString
SemgrexPattern child
List<E> variableGroups
Class edu.stanford.nlp.semgrex.ParseException extends Exception implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
edu.stanford.nlp.semgrex.Token currentToken
int[][] expectedTokenSequences
String[] tokenImage
String eol
Class edu.stanford.nlp.semgrex.SemgrexParseException extends RuntimeException implements Serializable |
---|
Class edu.stanford.nlp.semgrex.SemgrexPattern extends Object implements Serializable |
---|
serialVersionUID: 1722052832350596732L
Serialized Fields |
---|
boolean neg
boolean opt
String patternString
Package edu.stanford.nlp.stats |
---|
Class edu.stanford.nlp.stats.ClassicCounter extends Object implements Serializable |
---|
serialVersionUID: 4L
Serialized Fields |
---|
Map<K,V> map
MapFactory<K,V> mapFactory
double totalCount
double defaultValue
Class edu.stanford.nlp.stats.IntCounter extends AbstractCounter<E> implements Serializable |
---|
serialVersionUID: 4L
Serialized Fields |
---|
Map<K,V> map
MapFactory<K,V> mapFactory
int totalCount
int defaultValue
Class edu.stanford.nlp.stats.TwoDimensionalCounter extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
Map<K,V> map
double total
MapFactory<K,V> outerMF
MapFactory<K,V> innerMF
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 |
---|
TreebankLanguagePack tlp
Map<K,V> nonTerminalInfo
String[] defaultRule
String[] defaultLeftRule
String[] defaultRightRule
Class edu.stanford.nlp.trees.AbstractTreebankLanguagePack extends Object implements Serializable |
---|
serialVersionUID: -6506749780512708352L
Serialized Fields |
---|
char gfCharacter
Filter<T> punctTagStringAcceptFilter
Filter<T> punctWordStringAcceptFilter
Filter<T> sFPunctTagStringAcceptFilter
Filter<T> eIPunctTagStringAcceptFilter
Filter<T> startSymbolAcceptFilter
Class edu.stanford.nlp.trees.BobChrisTreeNormalizer extends TreeNormalizer implements Serializable |
---|
serialVersionUID: -1005188028979810143L
Serialized Fields |
---|
TreebankLanguagePack tlp
Filter<T> emptyFilter
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 |
---|
Filter<T> tagRejectFilter
Class edu.stanford.nlp.trees.Dependencies.DependentPuncWordRejectFilter extends Object implements Serializable |
---|
serialVersionUID: 1166489968248785287L
Serialized Fields |
---|
Filter<T> wordRejectFilter
Class edu.stanford.nlp.trees.EnglishGrammaticalStructure extends GrammaticalStructure implements Serializable |
---|
serialVersionUID: -1866362375001969402L
Class edu.stanford.nlp.trees.GrammaticalFunctionTreeNormalizer extends TreeNormalizer implements Serializable |
---|
serialVersionUID: -2270472762938163327L
Serialized Fields |
---|
int nodeCleanup
String root
TreebankLanguagePack tlp
Class edu.stanford.nlp.trees.GrammaticalRelation extends Object implements Serializable |
---|
serialVersionUID: 892618003417550128L
Serialized Fields |
---|
GrammaticalRelation.Language language
String shortName
String longName
GrammaticalRelation parent
List<E> children
Pattern sourcePattern
List<E> targetPatterns
String specific
Class edu.stanford.nlp.trees.GrammaticalStructure extends TreeGraph implements Serializable |
---|
serialVersionUID: 2286294455343892678L
Serialized Fields |
---|
Set<E> dependencies
List<E> typedDependencies
List<E> allTypedDependencies
Class edu.stanford.nlp.trees.LabeledScoredTreeNode extends Tree implements Serializable |
---|
serialVersionUID: -8992385140984593817L
Serialized Fields |
---|
Label label
double score
TreeNode
Tree[] daughterTrees
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 UnnamedDependency implements Serializable |
---|
serialVersionUID: -1635646451505721133L
Serialized Fields |
---|
Object name
Class edu.stanford.nlp.trees.NPTmpRetainingTreeNormalizer extends BobChrisTreeNormalizer implements Serializable |
---|
serialVersionUID: 7548777133196579107L
Serialized Fields |
---|
int temporalAnnotation
boolean doSGappedStuff
int leaveItAll
boolean doAdverbialNP
HeadFinder headFinder
Class edu.stanford.nlp.trees.OrderedCombinationTreeNormalizer extends TreeNormalizer implements Serializable |
---|
serialVersionUID: 326L
Serialized Fields |
---|
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 |
---|
HashSet<E> verbalAuxiliaries
HashSet<E> copulars
HashSet<E> passiveAuxiliaries
HashSet<E> verbalTags
Class edu.stanford.nlp.trees.SimpleTree extends Tree implements Serializable |
---|
serialVersionUID: -8075763706877132926L
Serialized Fields |
---|
Tree[] daughterTrees
Class edu.stanford.nlp.trees.Tree extends AbstractCollection<Tree> implements Serializable |
---|
serialVersionUID: 5441849457648722744L
Serialized Fields |
---|
double score
Class edu.stanford.nlp.trees.TreeGraph extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
TreeGraphNode root
Map<K,V> indexMap
Class edu.stanford.nlp.trees.TreeGraphNode extends Tree implements Serializable |
---|
serialVersionUID: 5080098143617475328L
Serialized Fields |
---|
CyclicCoreLabel label
TreeGraphNode parent
TreeGraphNode[] children
TreeGraph tg
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 |
---|
GrammaticalRelation reln
TreeGraphNode gov
TreeGraphNode dep
boolean extra
Class edu.stanford.nlp.trees.UnnamedConcreteDependency extends UnnamedDependency implements Serializable |
---|
serialVersionUID: -8836949694741145222L
Serialized Fields |
---|
int headIndex
int depIndex
Class edu.stanford.nlp.trees.UnnamedDependency extends Object implements Serializable |
---|
serialVersionUID: -3768440215342256085L
Serialized Fields |
---|
String regentText
String dependentText
Label regent
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 |
---|
ArabicHeadFinder.TagSet tagSet
Pattern predPattern
Class edu.stanford.nlp.trees.international.arabic.ArabicTreebankLanguagePack extends AbstractTreebankLanguagePack implements Serializable |
---|
serialVersionUID: 9081305982861675328L
Serialized Fields |
---|
TokenizerFactory<T> tf
Class edu.stanford.nlp.trees.international.arabic.ArabicTreeNormalizer extends BobChrisTreeNormalizer implements Serializable |
---|
serialVersionUID: -1592231121068698494L
Serialized Fields |
---|
boolean retainNPTmp
boolean retainNPSbj
boolean markPRDverb
boolean changeNoLabels
boolean retainPPClr
Pattern prdPattern
TregexPattern prdVerbPattern
TregexPattern npSbjPattern
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 |
---|
boolean retainNPTmp
boolean retainNPSbj
boolean retainPRD
boolean retainPPClr
boolean changeNoLabels
boolean filterX
boolean noNormalization
Class edu.stanford.nlp.trees.international.arabic.ArabicTreeReaderFactory.ArabicRawTreeReaderFactory extends ArabicTreeReaderFactory implements Serializable |
---|
serialVersionUID: -5693371540982097793L
Package edu.stanford.nlp.trees.international.french |
---|
Class edu.stanford.nlp.trees.international.french.DybroFrenchHeadFinder extends AbstractCollinsHeadFinder implements Serializable |
---|
serialVersionUID: 8798606577201646967L
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 |
---|
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 |
---|
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 |
---|
boolean coordSwitch
String left
String right
Class edu.stanford.nlp.trees.international.negra.NegraLabel extends StringLabel implements Serializable |
---|
serialVersionUID: 2847331882765391095L
Serialized Fields |
---|
String edge
Map<K,V> features
Class edu.stanford.nlp.trees.international.negra.NegraPennLanguagePack extends AbstractTreebankLanguagePack implements Serializable |
---|
serialVersionUID: 9081305982861675328L
Serialized Fields |
---|
boolean leaveGF
Class edu.stanford.nlp.trees.international.negra.NegraPennTreeNormalizer extends TreeNormalizer implements Serializable |
---|
serialVersionUID: 8529514903815041064L
Serialized Fields |
---|
int nodeCleanup
TreebankLanguagePack tlp
boolean insertNPinPP
Filter<T> emptyFilter
Filter<T> aOverAFilter
Set<E> prepositionTags
Set<E> postpositionTags
Class edu.stanford.nlp.trees.international.negra.NegraPennTreeReaderFactory extends Object implements Serializable |
---|
serialVersionUID: 5731352106152470304L
Serialized Fields |
---|
int nodeCleanup
TreebankLanguagePack tlp
boolean treeNormalizerInsertNPinPP
Class edu.stanford.nlp.trees.international.negra.TigerHeadFinder extends AbstractCollinsHeadFinder implements Serializable |
---|
serialVersionUID: 4307594629124896496L
Serialized Fields |
---|
boolean coordSwitch
String left
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<K,V> map
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 |
---|
TreeTransformer tagExtender
boolean splitNPTMP
boolean splitPPTMP
boolean splitXPTMP
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 |
---|
String left
String right
boolean coordSwitch
Pattern headMarkedPattern
Pattern headMarkedPattern2
Class edu.stanford.nlp.trees.international.tuebadz.TueBaDZLanguagePack extends AbstractTreebankLanguagePack implements Serializable |
---|
serialVersionUID: 2697418320262700673L
Serialized Fields |
---|
boolean limitedGF
boolean leaveGF
Class edu.stanford.nlp.trees.international.tuebadz.TueBaDZPennTreeNormalizer extends TreeNormalizer implements Serializable |
---|
serialVersionUID: 8009544230321390490L
Serialized Fields |
---|
int nodeCleanup
String root
TreebankLanguagePack tlp
List<E> tns
Class edu.stanford.nlp.trees.international.tuebadz.TueBaDZTreeReaderFactory extends Object implements Serializable |
---|
serialVersionUID: 1614799885744961795L
Serialized Fields |
---|
TreebankLanguagePack tlp
int nodeCleanup
Package edu.stanford.nlp.trees.semgraph |
---|
Class edu.stanford.nlp.trees.semgraph.SemanticGraph extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
Collection<E> roots
DirectedMultiGraph<V,E> graph
Class edu.stanford.nlp.trees.semgraph.SemanticGraphEdge extends Object implements Serializable |
---|
serialVersionUID: 2L
Serialized Fields |
---|
GrammaticalRelation relation
double weight
IndexedWord source
IndexedWord target
Package edu.stanford.nlp.trees.tregex |
---|
Class edu.stanford.nlp.trees.tregex.ParseException extends Exception implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
edu.stanford.nlp.trees.tregex.Token currentToken
int[][] expectedTokenSequences
String[] tokenImage
String eol
Class edu.stanford.nlp.trees.tregex.TregexParseException extends RuntimeException implements Serializable |
---|
Class edu.stanford.nlp.trees.tregex.TregexPattern extends Object implements Serializable |
---|
serialVersionUID: 5060298043763944913L
Serialized Fields |
---|
boolean neg
boolean opt
String patternString
Package edu.stanford.nlp.trees.tregex.gui |
---|
Class edu.stanford.nlp.trees.tregex.gui.DisplayMatchesPanel extends JPanel implements Serializable |
---|
Serialized Fields |
---|
JScrollPane scroller
MouseEvent firstMouseEvent
String fontName
int fontSize
Color defaultColor
Color matchedColor
ScrollableTreeJPanel tjp
Class edu.stanford.nlp.trees.tregex.gui.FilePanel extends JPanel implements Serializable |
---|
serialVersionUID: -2229250395240163264L
Serialized Fields |
---|
JTree tree
FileTreeModel treeModel
Class edu.stanford.nlp.trees.tregex.gui.FileTreeModel extends DefaultTreeModel implements Serializable |
---|
Serialized Fields |
---|
List<E> listeners
FileTreeNode root
HashMap<K,V> treeStructure
Class edu.stanford.nlp.trees.tregex.gui.FileTreeNode extends DefaultMutableTreeNode implements Serializable |
---|
Serialized Fields |
---|
File file
JCheckBox check
JLabel label
Treebank t
ArrayList<E> listeners
Class edu.stanford.nlp.trees.tregex.gui.InputPanel extends JPanel implements Serializable |
---|
serialVersionUID: -8219840036914495876L
Serialized Fields |
---|
JLabel foundStats
JButton findMatches
JButton cancel
JButton help
JTextArea tregexPattern
JComboBox recentTregexPatterns
int numRecentPatterns
JTextArea tsurgeonScript
TregexPatternCompiler compiler
List<E> historyList
JFrame historyFrame
JLabel scriptLabel
boolean tsurgeonEnabled
JButton tsurgeonHelp
JButton cancelTsurgeon
Thread searchThread
JButton historyButton
JProgressBar progressBar
JButton browseButton
JFrame helpFrame
JFrame tsurgeonHelpFrame
JButton runScript
Class edu.stanford.nlp.trees.tregex.gui.MatchesPanel extends JPanel implements Serializable |
---|
Serialized Fields |
---|
JList list
HashMap<K,V> matchedParts
List<E> listeners
Color highlightColor
boolean showOnlyMatchedPortion
JTextField lastSelected
MouseEvent firstMouseEvent
int maxMatches
Class edu.stanford.nlp.trees.tregex.gui.PreferencesPanel extends JDialog implements Serializable |
---|
Serialized Fields |
---|
JButton highlightButton
JTextField setEncoding
Class edu.stanford.nlp.trees.tregex.gui.ScrollableTreeJPanel extends TreeJPanel implements Serializable |
---|
Serialized Fields |
---|
int fontSize
Color defaultColor
Color matchedColor
Color tdiffColor
String fontName
int style
Dimension preferredSize
List<E> matchedParts
int leafCtr
double yieldHeight
float[] yieldOffsets
Set<E> diffConstituents
Class edu.stanford.nlp.trees.tregex.gui.TregexGUI extends JFrame implements Serializable |
---|
Serialized Fields |
---|
JMenuItem preferences
JMenuItem loadFiles
JMenuItem saveMatches
JMenuItem saveSentences
JMenuItem saveHistory
JMenuItem loadTsurgeon
JMenuItem tDiff
JMenuItem quit
JMenuItem copy
JMenuItem clearFileList
JFileChooser chooser
JDialog preferenceDialog
JDialog aboutBox
boolean doTdiff
Package edu.stanford.nlp.trees.tregex.tsurgeon |
---|
Class edu.stanford.nlp.trees.tregex.tsurgeon.ParseException extends Exception implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
edu.stanford.nlp.trees.tregex.tsurgeon.Token currentToken
int[][] expectedTokenSequences
String[] tokenImage
String eol
Class edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonParseException extends RuntimeException implements Serializable |
---|
Package edu.stanford.nlp.util |
---|
Class edu.stanford.nlp.util.ArrayCoreMap extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
private void writeObject(ObjectOutputStream out) throws IOException
IOException
- If IO errorSerialized Fields |
---|
Class<T>[] keys
Object[] values
int size
Class edu.stanford.nlp.util.ArrayMap extends AbstractMap<K,V> implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
edu.stanford.nlp.util.ArrayMap.Entry<K,V>[] entryArray
int capacity
int size
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 |
---|
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<K,V> map
CollectionFactory<T> cf
boolean treatCollectionsAsImmutable
MapFactory<K,V> mf
Collection<E> emptyValue
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 |
---|
CollectionValuedMap<K,V> originalMap
Map<K,V> deltaMap
Class edu.stanford.nlp.util.FixedPrioritiesPriorityQueue extends AbstractSet<E> implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
int size
int capacity
List<E> elements
double[] priorities
Class edu.stanford.nlp.util.HashableCoreMap extends ArrayCoreMap implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
Set<E> immutableKeys
int 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 |
---|
ArrayList<E> objects
HashMap<K,V> indexes
boolean locked
Semaphore semaphore
Class edu.stanford.nlp.util.IdentityHashSet extends AbstractSet<E> implements Serializable |
---|
serialVersionUID: -5024744406713321676L
Serialization Methods |
---|
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
Class edu.stanford.nlp.util.Interval extends Pair<E extends Comparable<E>,E extends Comparable<E>> implements Serializable |
---|
Serialized Fields |
---|
int flags
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 |
---|
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.MetaClass.ClassCreationException extends RuntimeException implements Serializable |
---|
serialVersionUID: -5980065992461870357L
Class edu.stanford.nlp.util.MetaClass.ConstructorNotFoundException extends MetaClass.ClassCreationException implements Serializable |
---|
serialVersionUID: -5980065992461870357L
Class edu.stanford.nlp.util.MutableDouble extends Number implements Serializable |
---|
serialVersionUID: 624465615824626762L
Serialized Fields |
---|
double d
Class edu.stanford.nlp.util.MutableInteger extends Number implements Serializable |
---|
serialVersionUID: 624465615824626762L
Serialized Fields |
---|
int i
Class edu.stanford.nlp.util.Pair extends Object implements Serializable |
---|
serialVersionUID: 1360822168806852921L
Serialized Fields |
---|
Object first
Object second
Class edu.stanford.nlp.util.ReflectionLoading.ReflectionLoadingException extends RuntimeException implements Serializable |
---|
Class edu.stanford.nlp.util.StringParsingTask.ParserException extends RuntimeException implements Serializable |
---|
serialVersionUID: 1L
Class edu.stanford.nlp.util.Triple extends Object implements Serializable |
---|
serialVersionUID: -4182871682751645440L
Serialized Fields |
---|
Object first
Object second
Object third
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |