|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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.optimization |
---|
Class edu.stanford.nlp.optimization.QNMinimizer.SurpriseConvergence extends Throwable implements Serializable |
---|
serialVersionUID: 4290178321643529559L
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.process |
---|
Class edu.stanford.nlp.process.CoreLabelTokenFactory extends Object implements Serializable |
---|
serialVersionUID: 4L
Serialized Fields |
---|
boolean addIndices
Package edu.stanford.nlp.sequences |
---|
Class edu.stanford.nlp.sequences.PlainTextDocumentReaderAndWriter extends Object implements Serializable |
---|
serialVersionUID: -2420535144980273136L
Serialized Fields |
---|
WordToSentenceProcessor<IN> wts
SeqClassifierFlags flags
TokenizerFactory<T> tokenizerFactory
CoreTokenFactory<IN extends CoreMap> tokenFactory
Class edu.stanford.nlp.sequences.SeqClassifierFlags extends Object implements Serializable |
---|
serialVersionUID: -7076671761070232567L
Serialized Fields |
---|
String stringRep
boolean useNGrams
boolean conjoinShapeNGrams
boolean lowercaseNGrams
boolean dehyphenateNGrams
boolean usePrev
boolean useNext
boolean useTags
boolean useWordPairs
boolean useGazettes
boolean useSequences
boolean usePrevSequences
boolean useNextSequences
boolean useLongSequences
boolean useBoundarySequences
boolean useTaggySequences
boolean useExtraTaggySequences
boolean dontExtendTaggy
boolean useTaggySequencesShapeInteraction
boolean strictlyZeroethOrder
boolean strictlyFirstOrder
boolean strictlySecondOrder
boolean strictlyThirdOrder
String entitySubclassification
boolean retainEntitySubclassification
boolean useGazettePhrases
boolean makeConsistent
boolean useWordLabelCounts
boolean useViterbi
int[] binnedLengths
boolean verboseMode
boolean useSum
double tolerance
String printFeatures
boolean useSymTags
boolean useSymWordPairs
String printClassifier
int printClassifierParam
boolean intern
boolean intern2
boolean selfTest
boolean sloppyGazette
boolean cleanGazette
boolean noMidNGrams
int maxNGramLeng
boolean useReverse
boolean greekifyNGrams
boolean useParenMatching
boolean useLemmas
boolean usePrevNextLemmas
boolean normalizeTerms
boolean normalizeTimex
boolean useNB
boolean useQN
boolean useFloat
int QNsize
int QNsize2
int maxIterations
int wordShape
boolean useShapeStrings
boolean useTypeSeqs
boolean useTypeSeqs2
boolean useTypeSeqs3
boolean useDisjunctive
int disjunctionWidth
boolean useDisjunctiveShapeInteraction
boolean useDisjShape
boolean useWord
boolean useClassFeature
boolean useShapeConjunctions
boolean useWordTag
boolean useNPHead
boolean useNPGovernor
boolean useHeadGov
boolean useLastRealWord
boolean useNextRealWord
boolean useOccurrencePatterns
boolean useTypeySequences
boolean justify
boolean normalize
String priorType
double sigma
double epsilon
int beamSize
int maxLeft
int maxRight
boolean usePosition
boolean useBeginSent
boolean useGazFeatures
boolean useMoreGazFeatures
boolean useAbbr
boolean useMinimalAbbr
boolean useAbbr1
boolean useMinimalAbbr1
boolean useMoreAbbr
boolean deleteBlankLines
boolean useGENIA
boolean useTOK
boolean useABSTR
boolean useABSTRFreqDict
boolean useABSTRFreq
boolean useFREQ
boolean useABGENE
boolean useWEB
boolean useWEBFreqDict
boolean useIsURL
boolean useURLSequences
boolean useIsDateRange
boolean useEntityTypes
boolean useEntityTypeSequences
boolean useEntityRule
boolean useOrdinal
boolean useACR
boolean useANTE
boolean useMoreTags
boolean useChunks
boolean useChunkySequences
boolean usePrevVB
boolean useNextVB
boolean useVB
boolean subCWGaz
String documentReader
String map
boolean useWideDisjunctive
int wideDisjunctionWidth
boolean useRadical
boolean useBigramInTwoClique
String morphFeatureFile
boolean useReverseAffix
int charHalfWindow
boolean useWord1
boolean useWord2
boolean useWord3
boolean useWord4
boolean useRad1
boolean useRad2
boolean useWordn
boolean useCTBPre1
boolean useCTBSuf1
boolean useASBCPre1
boolean useASBCSuf1
boolean usePKPre1
boolean usePKSuf1
boolean useHKPre1
boolean useHKSuf1
boolean useCTBChar2
boolean useASBCChar2
boolean useHKChar2
boolean usePKChar2
boolean useRule2
boolean useDict2
boolean useOutDict2
String outDict2
boolean useDictleng
boolean useDictCTB2
boolean useDictASBC2
boolean useDictPK2
boolean useDictHK2
boolean useBig5
boolean useNegDict2
boolean useNegDict3
boolean useNegDict4
boolean useNegCTBDict2
boolean useNegCTBDict3
boolean useNegCTBDict4
boolean useNegASBCDict2
boolean useNegASBCDict3
boolean useNegASBCDict4
boolean useNegHKDict2
boolean useNegHKDict3
boolean useNegHKDict4
boolean useNegPKDict2
boolean useNegPKDict3
boolean useNegPKDict4
boolean usePre
boolean useSuf
boolean useRule
boolean useHk
boolean useMsr
boolean useMSRChar2
boolean usePk
boolean useAs
boolean useFilter
boolean largeChSegFile
boolean useRad2b
boolean keepEnglishWhitespaces
boolean keepAllWhitespaces
boolean sighanPostProcessing
boolean useChPos
String normalizationTable
String dictionary
String serializedDictionary
String dictionary2
String normTableEncoding
String sighanCorporaDict
boolean useWordShapeGaz
String wordShapeGaz
boolean splitDocuments
boolean printXML
boolean useSeenFeaturesOnly
String lastNameList
String maleNameList
String femaleNameList
String inputEncoding
boolean bioSubmitOutput
int numRuns
String answerFile
String altAnswerFile
String dropGaz
String printGazFeatures
int numStartLayers
boolean dump
boolean mergeTags
boolean splitOnHead
int featureCountThreshold
double featureWeightThreshold
String featureFactory
String backgroundSymbol
boolean useObservedSequencesOnly
int maxDocSize
boolean printProbs
boolean printFirstOrderProbs
boolean saveFeatureIndexToDisk
boolean removeBackgroundSingletonFeatures
boolean doGibbs
int numSamples
boolean useNERPrior
boolean useAcqPrior
boolean useUniformPrior
boolean useMUCFeatures
double annealingRate
String annealingType
String loadProcessedData
boolean initViterbi
boolean useUnknown
boolean checkNameList
boolean useSemPrior
boolean useFirstWord
boolean useNumberFeature
int ocrFold
String classifierType
String svmModelFile
String inferenceType
boolean useLemmaAsWord
String type
String readerAndWriter
List<E> comboProps
boolean usePrediction
boolean useAltGazFeatures
String gazFilesFile
boolean usePrediction2
String baseTrainDir
String baseTestDir
String trainFiles
String trainFileList
String testFiles
String trainDirs
String testDirs
boolean useOnlySeenWeights
String predProp
CoreLabel pad
boolean useObservedFeaturesOnly
String distSimLexicon
boolean useDistSim
int removeTopN
int numTimesRemoveTopN
double randomizedRatio
double removeTopNPercent
int purgeFeatures
boolean booleanFeatures
boolean iobWrapper
boolean iobTags
boolean useSegmentation
boolean memoryThrift
boolean timitDatum
String serializeDatasetsDir
String loadDatasetsDir
String pushDir
boolean purgeDatasets
boolean keepOBInMemory
boolean fakeDataset
boolean restrictTransitionsTimit
int numDatasetsPerFile
boolean useTitle
boolean lowerNewgeneThreshold
boolean useEitherSideWord
boolean useEitherSideDisjunctive
boolean twoStage
String crfType
int featureThreshold
String featThreshFile
double featureDiffThresh
int numTimesPruneFeatures
double newgeneThreshold
boolean doAdaptation
boolean useInternal
boolean useExternal
double selfTrainConfidenceThreshold
int selfTrainIterations
int selfTrainWindowSize
boolean useHuber
boolean useQuartic
double adaptSigma
int numFolds
int startFold
int endFold
boolean cacheNGrams
String outputFormat
boolean useSMD
boolean useSGDtoQN
boolean useStochasticQN
boolean useScaledSGD
int scaledSGDMethod
int SGDPasses
int QNPasses
boolean tuneSGD
StochasticCalculateMethods stochasticMethod
double initialGain
int stochasticBatchSize
boolean useSGD
double gainSGD
boolean useHybrid
int hybridCutoffIteration
boolean outputIterationsToFile
boolean testObjFunction
boolean testVariance
int SGD2QNhessSamples
boolean testHessSamples
int CRForder
int CRFwindow
boolean estimateInitial
String outputEncoding
boolean useKBest
String searchGraphPrefix
double searchGraphPrune
int kBest
boolean useFeaturesC4gram
boolean useFeaturesC5gram
boolean useFeaturesC6gram
boolean useFeaturesCpC4gram
boolean useFeaturesCpC5gram
boolean useFeaturesCpC6gram
boolean useUnicodeType
boolean useUnicodeType4gram
boolean useUnicodeType5gram
boolean use4Clique
boolean useUnicodeBlock
boolean useShapeStrings1
boolean useShapeStrings3
boolean useShapeStrings4
boolean useShapeStrings5
boolean useGoodForNamesCpC
boolean useDictionaryConjunctions
boolean expandMidDot
int printFeaturesUpto
boolean useDictionaryConjunctions3
boolean useWordUTypeConjunctions2
boolean useWordUTypeConjunctions3
boolean useWordShapeConjunctions2
boolean useWordShapeConjunctions3
boolean useMidDotShape
boolean augmentedDateChars
boolean suppressMidDotPostprocessing
boolean printNR
String classBias
boolean printLabelValue
boolean useRobustQN
boolean combo
boolean useGenericFeatures
boolean verboseForTrueCasing
String trainHierarchical
String domain
boolean baseline
String transferSigmas
boolean doFE
boolean restrictLabels
boolean announceObjectBankEntries
boolean usePos
boolean useAgreement
boolean useAccCase
boolean useInna
boolean useConcord
boolean useFirstNgram
boolean useLastNgram
boolean collapseNN
boolean useConjBreak
boolean useAuxPairs
boolean usePPVBPairs
boolean useAnnexing
boolean useTemporalNN
boolean usePath
boolean innaPPAttach
boolean markProperNN
boolean markMasdar
boolean useSVO
int numTags
boolean useTagsCpC
boolean useTagsCpCp2C
boolean useTagsCpCp2Cp3C
boolean useTagsCpCp2Cp3Cp4C
double l1reg
String mixedCaseMapFile
String auxTrueCaseModels
boolean use2W
boolean useLC
boolean useYetMoreCpCShapes
boolean useIfInteger
String exportFeatures
boolean useInPlaceSGD
boolean useTopics
int evaluateIters
String evalCmd
boolean evaluateTrain
int tuneSampleSize
boolean usePhraseFeatures
boolean usePhraseWords
boolean usePhraseWordTags
boolean usePhraseWordSpecialTags
boolean useCommonWordsFeature
boolean useProtoFeatures
boolean useWordnetFeatures
String tokenFactory
String tokensAnnotationClassName
boolean useCorefFeatures
String wikiFeatureDbFile
boolean useNoisyNonNoisyFeature
boolean useYear
boolean useSentenceNumber
boolean useLabelSource
boolean casedDistSim
String distSimFileFormat
int distSimMaxBits
boolean numberEquivalenceDistSim
String unknownWordDistSimClass
boolean useNeighborNGrams
Function<T1,T2> wordFunction
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.tagger.maxent |
---|
Class edu.stanford.nlp.tagger.maxent.DictionaryExtractor extends Extractor implements Serializable |
---|
serialVersionUID: 692763177746328195L
Class edu.stanford.nlp.tagger.maxent.Extractor extends Object implements Serializable |
---|
serialVersionUID: -4694133872973560083L
Serialized Fields |
---|
int position
boolean isTag
Class edu.stanford.nlp.tagger.maxent.ExtractorDistsim extends Extractor implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
Map<K,V> lexicon
Class edu.stanford.nlp.tagger.maxent.ExtractorDistsim.ExtractorDistsimConjunction extends Extractor implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
Map<K,V> lexicon
int left
int right
String name
Class edu.stanford.nlp.tagger.maxent.Extractors extends Object implements Serializable |
---|
serialVersionUID: -4777107742414749890L
Serialized Fields |
---|
Extractor[] v
Map<K,V> local
Map<K,V> localContext
Map<K,V> dynamic
Class edu.stanford.nlp.tagger.maxent.ExtractorVerbalVBNZero extends DictionaryExtractor implements Serializable |
---|
serialVersionUID: -5881204185400060636L
Serialized Fields |
---|
int bound
Class edu.stanford.nlp.tagger.maxent.MaxentTaggerGUI extends JFrame implements Serializable |
---|
serialVersionUID: -2574711492469740892L
Serialized Fields |
---|
JTextArea inputBox
JTextArea outputBox
JButton tagButton
Class edu.stanford.nlp.tagger.maxent.TaggerConfig extends Properties implements Serializable |
---|
serialVersionUID: -4136407850147157497L
Serialized Fields |
---|
TaggerConfig.Mode mode
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.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.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.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.pennchinese |
---|
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.ChineseTreebankLanguagePack extends AbstractTreebankLanguagePack implements Serializable |
---|
serialVersionUID: 5757403475523638802L
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.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.LowercaseFunction extends Object implements Serializable |
---|
serialVersionUID: 1L
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.Triple extends Object implements Serializable |
---|
serialVersionUID: -4182871682751645440L
Serialized Fields |
---|
Object first
Object second
Object third
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |