CofeehousePy/services/corenlp/doc/releasenotes/v4.0.0/parser.out

9632 lines
653 KiB
Plaintext

Building release with RNN parser
#####
GENERATING CLOSURE
#####
Starting classes:
edu.stanford.nlp.international.arabic.Buckwalter
edu.stanford.nlp.trees.treebank.TreebankPreprocessor
edu.stanford.nlp.international.arabic.IBMArabicEscaper
edu.stanford.nlp.international.arabic.pipeline.ATBArabicDataset
edu.stanford.nlp.international.arabic.pipeline.ATBCorrectorVisitor
edu.stanford.nlp.international.arabic.pipeline.MWETreeVisitor
edu.stanford.nlp.international.arabic.pipeline.UniversalPOSMapper
edu.stanford.nlp.international.arabic.process.ArabicLexer
edu.stanford.nlp.international.arabic.process.ArabicTokenizer
edu.stanford.nlp.international.french.pipeline.FTBDataset
edu.stanford.nlp.international.french.pipeline.FTBCorrector
edu.stanford.nlp.international.french.pipeline.FTBCorrectorVisitor
edu.stanford.nlp.international.french.pipeline.MWEPreprocessor
edu.stanford.nlp.international.french.process.FrenchLexer
edu.stanford.nlp.international.french.process.FrenchTokenizer
edu.stanford.nlp.parser.lexparser.FactoredParser
edu.stanford.nlp.parser.lexparser.ArabicTreebankParserParams
edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams
edu.stanford.nlp.parser.lexparser.NegraPennTreebankParserParams
edu.stanford.nlp.parser.lexparser.FrenchTreebankParserParams
edu.stanford.nlp.parser.lexparser.TueBaDZParserParams
edu.stanford.nlp.parser.lexparser.ArabicUnknownWordModelTrainer
edu.stanford.nlp.parser.lexparser.ChineseUnknownWordModelTrainer
edu.stanford.nlp.parser.lexparser.EnglishUnknownWordModelTrainer
edu.stanford.nlp.parser.lexparser.GermanUnknownWordModelTrainer
edu.stanford.nlp.parser.lexparser.SpanishUnknownWordModelTrainer
edu.stanford.nlp.parser.lexparser.FrenchUnknownWordModelTrainer
edu.stanford.nlp.parser.lexparser.ChineseSimWordAvgDepGrammar
edu.stanford.nlp.parser.lexparser.CNFTransformers
edu.stanford.nlp.parser.lexparser.ChineseMarkovWordSegmenter
edu.stanford.nlp.parser.lexparser.demo.ParserDemo
edu.stanford.nlp.parser.lexparser.demo.ParserDemo2
edu.stanford.nlp.parser.nndep.DependencyParser
edu.stanford.nlp.parser.nndep.demo.DependencyParserDemo
edu.stanford.nlp.semgraph.SemanticGraphUtils
edu.stanford.nlp.parser.server.LexicalizedParserServer
edu.stanford.nlp.parser.server.LexicalizedParserClient
edu.stanford.nlp.parser.shiftreduce.BasicFeatureFactory
edu.stanford.nlp.parser.shiftreduce.DistsimFeatureFactory
edu.stanford.nlp.parser.shiftreduce.ShiftReduceParser
edu.stanford.nlp.parser.ViterbiParserWithOptions
edu.stanford.nlp.parser.ui.Parser
edu.stanford.nlp.pipeline.ParserAnnotatorUtils
edu.stanford.nlp.process.AmericanizeFunction
edu.stanford.nlp.process.LowercaseFunction
edu.stanford.nlp.process.LowercaseAndAmericanizeFunction
edu.stanford.nlp.process.PTBEscapingProcessor
edu.stanford.nlp.process.WordToSentenceProcessor
edu.stanford.nlp.process.WordToTaggedWordProcessor
edu.stanford.nlp.tagger.maxent.TaggerConfig
edu.stanford.nlp.trees.EnglishGrammaticalStructure
edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalStructure
edu.stanford.nlp.trees.international.pennchinese.ChineseEscaper
edu.stanford.nlp.trees.ud.UniversalDependenciesConverter
edu.stanford.nlp.trees.DependencyScoring
edu.stanford.nlp.util.logging.SLF4JHandler
edu.stanford.nlp.parser.dvparser.CacheParseHypotheses
edu.stanford.nlp.parser.dvparser.DVParser
edu.stanford.nlp.parser.dvparser.DVModel
jdeps -cp /u/nlp/data/stanford-corenlp/releases/4.0.0/javanlp/projects/core/classes -R -v edu.stanford.nlp.international.arabic.Buckwalter edu.stanford.nlp.trees.treebank.TreebankPreprocessor edu.stanford.nlp.international.arabic.IBMArabicEscaper edu.stanford.nlp.international.arabic.pipeline.ATBArabicDataset edu.stanford.nlp.international.arabic.pipeline.ATBCorrectorVisitor edu.stanford.nlp.international.arabic.pipeline.MWETreeVisitor edu.stanford.nlp.international.arabic.pipeline.UniversalPOSMapper edu.stanford.nlp.international.arabic.process.ArabicLexer edu.stanford.nlp.international.arabic.process.ArabicTokenizer edu.stanford.nlp.international.french.pipeline.FTBDataset edu.stanford.nlp.international.french.pipeline.FTBCorrector edu.stanford.nlp.international.french.pipeline.FTBCorrectorVisitor edu.stanford.nlp.international.french.pipeline.MWEPreprocessor edu.stanford.nlp.international.french.process.FrenchLexer edu.stanford.nlp.international.french.process.FrenchTokenizer edu.stanford.nlp.parser.lexparser.FactoredParser edu.stanford.nlp.parser.lexparser.ArabicTreebankParserParams edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams edu.stanford.nlp.parser.lexparser.NegraPennTreebankParserParams edu.stanford.nlp.parser.lexparser.FrenchTreebankParserParams edu.stanford.nlp.parser.lexparser.TueBaDZParserParams edu.stanford.nlp.parser.lexparser.ArabicUnknownWordModelTrainer edu.stanford.nlp.parser.lexparser.ChineseUnknownWordModelTrainer edu.stanford.nlp.parser.lexparser.EnglishUnknownWordModelTrainer edu.stanford.nlp.parser.lexparser.GermanUnknownWordModelTrainer edu.stanford.nlp.parser.lexparser.SpanishUnknownWordModelTrainer edu.stanford.nlp.parser.lexparser.FrenchUnknownWordModelTrainer edu.stanford.nlp.parser.lexparser.ChineseSimWordAvgDepGrammar edu.stanford.nlp.parser.lexparser.CNFTransformers edu.stanford.nlp.parser.lexparser.ChineseMarkovWordSegmenter edu.stanford.nlp.parser.lexparser.demo.ParserDemo edu.stanford.nlp.parser.lexparser.demo.ParserDemo2 edu.stanford.nlp.parser.nndep.DependencyParser edu.stanford.nlp.parser.nndep.demo.DependencyParserDemo edu.stanford.nlp.semgraph.SemanticGraphUtils edu.stanford.nlp.parser.server.LexicalizedParserServer edu.stanford.nlp.parser.server.LexicalizedParserClient edu.stanford.nlp.parser.shiftreduce.BasicFeatureFactory edu.stanford.nlp.parser.shiftreduce.DistsimFeatureFactory edu.stanford.nlp.parser.shiftreduce.ShiftReduceParser edu.stanford.nlp.parser.ViterbiParserWithOptions edu.stanford.nlp.parser.ui.Parser edu.stanford.nlp.pipeline.ParserAnnotatorUtils edu.stanford.nlp.process.AmericanizeFunction edu.stanford.nlp.process.LowercaseFunction edu.stanford.nlp.process.LowercaseAndAmericanizeFunction edu.stanford.nlp.process.PTBEscapingProcessor edu.stanford.nlp.process.WordToSentenceProcessor edu.stanford.nlp.process.WordToTaggedWordProcessor edu.stanford.nlp.tagger.maxent.TaggerConfig edu.stanford.nlp.trees.EnglishGrammaticalStructure edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalStructure edu.stanford.nlp.trees.international.pennchinese.ChineseEscaper edu.stanford.nlp.trees.ud.UniversalDependenciesConverter edu.stanford.nlp.trees.DependencyScoring edu.stanford.nlp.util.logging.SLF4JHandler edu.stanford.nlp.parser.dvparser.CacheParseHypotheses edu.stanford.nlp.parser.dvparser.DVParser edu.stanford.nlp.parser.dvparser.DVModel| grep -P '\sclasses' | awk '{print $3}'
Class list:
edu/stanford/nlp/international/arabic/Buckwalter.class
edu/stanford/nlp/trees/treebank/TreebankPreprocessor.class
edu/stanford/nlp/international/arabic/IBMArabicEscaper.class
edu/stanford/nlp/international/arabic/pipeline/ATBArabicDataset.class
edu/stanford/nlp/international/arabic/pipeline/ATBCorrectorVisitor.class
edu/stanford/nlp/international/arabic/pipeline/MWETreeVisitor.class
edu/stanford/nlp/international/arabic/pipeline/UniversalPOSMapper.class
edu/stanford/nlp/international/arabic/process/ArabicLexer.class
edu/stanford/nlp/international/arabic/process/ArabicTokenizer.class
edu/stanford/nlp/international/french/pipeline/FTBDataset.class
edu/stanford/nlp/international/french/pipeline/FTBCorrector.class
edu/stanford/nlp/international/french/pipeline/FTBCorrectorVisitor.class
edu/stanford/nlp/international/french/pipeline/MWEPreprocessor.class
edu/stanford/nlp/international/french/process/FrenchLexer.class
edu/stanford/nlp/international/french/process/FrenchTokenizer.class
edu/stanford/nlp/parser/lexparser/FactoredParser.class
edu/stanford/nlp/parser/lexparser/ArabicTreebankParserParams.class
edu/stanford/nlp/parser/lexparser/ChineseTreebankParserParams.class
edu/stanford/nlp/parser/lexparser/EnglishTreebankParserParams.class
edu/stanford/nlp/parser/lexparser/NegraPennTreebankParserParams.class
edu/stanford/nlp/parser/lexparser/FrenchTreebankParserParams.class
edu/stanford/nlp/parser/lexparser/TueBaDZParserParams.class
edu/stanford/nlp/parser/lexparser/ArabicUnknownWordModelTrainer.class
edu/stanford/nlp/parser/lexparser/ChineseUnknownWordModelTrainer.class
edu/stanford/nlp/parser/lexparser/EnglishUnknownWordModelTrainer.class
edu/stanford/nlp/parser/lexparser/GermanUnknownWordModelTrainer.class
edu/stanford/nlp/parser/lexparser/SpanishUnknownWordModelTrainer.class
edu/stanford/nlp/parser/lexparser/FrenchUnknownWordModelTrainer.class
edu/stanford/nlp/parser/lexparser/ChineseSimWordAvgDepGrammar.class
edu/stanford/nlp/parser/lexparser/CNFTransformers.class
edu/stanford/nlp/parser/lexparser/ChineseMarkovWordSegmenter.class
edu/stanford/nlp/parser/lexparser/demo/ParserDemo.class
edu/stanford/nlp/parser/lexparser/demo/ParserDemo2.class
edu/stanford/nlp/parser/nndep/DependencyParser.class
edu/stanford/nlp/parser/nndep/demo/DependencyParserDemo.class
edu/stanford/nlp/semgraph/SemanticGraphUtils.class
edu/stanford/nlp/parser/server/LexicalizedParserServer.class
edu/stanford/nlp/parser/server/LexicalizedParserClient.class
edu/stanford/nlp/parser/shiftreduce/BasicFeatureFactory.class
edu/stanford/nlp/parser/shiftreduce/DistsimFeatureFactory.class
edu/stanford/nlp/parser/shiftreduce/ShiftReduceParser.class
edu/stanford/nlp/parser/ViterbiParserWithOptions.class
edu/stanford/nlp/parser/ui/Parser.class
edu/stanford/nlp/pipeline/ParserAnnotatorUtils.class
edu/stanford/nlp/process/AmericanizeFunction.class
edu/stanford/nlp/process/LowercaseFunction.class
edu/stanford/nlp/process/LowercaseAndAmericanizeFunction.class
edu/stanford/nlp/process/PTBEscapingProcessor.class
edu/stanford/nlp/process/WordToSentenceProcessor.class
edu/stanford/nlp/process/WordToTaggedWordProcessor.class
edu/stanford/nlp/tagger/maxent/TaggerConfig.class
edu/stanford/nlp/trees/EnglishGrammaticalStructure.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalStructure.class
edu/stanford/nlp/trees/international/pennchinese/ChineseEscaper.class
edu/stanford/nlp/trees/ud/UniversalDependenciesConverter.class
edu/stanford/nlp/trees/DependencyScoring.class
edu/stanford/nlp/util/logging/SLF4JHandler.class
edu/stanford/nlp/parser/dvparser/CacheParseHypotheses.class
edu/stanford/nlp/parser/dvparser/DVParser.class
edu/stanford/nlp/parser/dvparser/DVModel.class
edu/stanford/nlp/fsm/TransducerGraph.class
edu/stanford/nlp/fsm/AutomatonMinimizer.class
edu/stanford/nlp/fsm/FastExactAutomatonMinimizer$Block.class
edu/stanford/nlp/fsm/FastExactAutomatonMinimizer$Split.class
edu/stanford/nlp/fsm/QuasiDeterminizer.class
edu/stanford/nlp/fsm/TransducerGraph$Arc.class
edu/stanford/nlp/fsm/TransducerGraph$ArcProcessor.class
edu/stanford/nlp/fsm/TransducerGraph$GraphProcessor.class
edu/stanford/nlp/fsm/TransducerGraph$InputSplittingProcessor.class
edu/stanford/nlp/fsm/TransducerGraph$NodeProcessor.class
edu/stanford/nlp/fsm/TransducerGraph$OutputCombiningProcessor.class
edu/stanford/nlp/fsm/TransducerGraph$SetToStringNodeProcessor.class
edu/stanford/nlp/trees/PennTreebankLanguagePack.class
edu/stanford/nlp/trees/TreebankLanguagePack.class
edu/stanford/nlp/util/Maps.class
edu/stanford/nlp/fsm/FastExactAutomatonMinimizer.class
edu/stanford/nlp/stats/ClassicCounter.class
edu/stanford/nlp/fsm/TransducerGraph$NodeProcessorWrappingArcProcessor.class
edu/stanford/nlp/fsm/TransducerGraph$NormalizingGraphProcessor.class
edu/stanford/nlp/fsm/TransducerGraph$ObjectToSetNodeProcessor.class
edu/stanford/nlp/util/Generics.class
edu/stanford/nlp/util/Pair.class
edu/stanford/nlp/util/StringUtils.class
edu/stanford/nlp/util/logging/Redwood.class
edu/stanford/nlp/util/logging/Redwood$RedwoodChannels.class
edu/stanford/nlp/fsm/Block.class
edu/stanford/nlp/graph/Graph.class
edu/stanford/nlp/util/CollectionUtils.class
edu/stanford/nlp/util/BinaryHeapPriorityQueue.class
edu/stanford/nlp/graph/ConnectedComponents.class
edu/stanford/nlp/graph/DijkstraShortestPath.class
edu/stanford/nlp/graph/DirectedMultiGraph$EdgeIterator.class
edu/stanford/nlp/util/MapFactory.class
edu/stanford/nlp/graph/DirectedMultiGraph.class
edu/stanford/nlp/ie/machinereading/structure/Span$1.class
edu/stanford/nlp/util/IntPair.class
edu/stanford/nlp/ie/machinereading/structure/Span.class
edu/stanford/nlp/ie/util/RelationTriple$WithLink.class
edu/stanford/nlp/ie/util/RelationTriple$WithTree.class
edu/stanford/nlp/ling/CoreAnnotations.class
edu/stanford/nlp/ling/CoreAnnotations$TokensAnnotation.class
edu/stanford/nlp/ling/CoreLabel.class
edu/stanford/nlp/semgraph/SemanticGraph.class
edu/stanford/nlp/util/CoreMap.class
edu/stanford/nlp/util/FixedPrioritiesPriorityQueue.class
edu/stanford/nlp/util/PriorityQueue.class
edu/stanford/nlp/ie/util/RelationTriple.class
edu/stanford/nlp/ling/IndexedWord.class
edu/stanford/nlp/semgraph/SemanticGraphEdge.class
edu/stanford/nlp/util/logging/Redwood$Util.class
edu/stanford/nlp/international/Language$1.class
edu/stanford/nlp/parser/lexparser/HebrewTreebankParserParams.class
edu/stanford/nlp/parser/lexparser/SpanishTreebankParserParams.class
edu/stanford/nlp/parser/lexparser/TreebankLangParserParams.class
edu/stanford/nlp/international/Language.class
edu/stanford/nlp/international/arabic/ArabicMorphoFeatureSpecification$ArabicMorphoFeatures.class
edu/stanford/nlp/international/morph/MorphoFeatureSpecification.class
edu/stanford/nlp/international/morph/MorphoFeatureSpecification$MorphoFeatureType.class
edu/stanford/nlp/international/morph/MorphoFeatures.class
edu/stanford/nlp/international/arabic/ArabicMorphoFeatureSpecification.class
edu/stanford/nlp/io/EncodingPrintWriter.class
edu/stanford/nlp/io/EncodingPrintWriter$err.class
edu/stanford/nlp/io/EncodingPrintWriter$out.class
edu/stanford/nlp/process/SerializableFunction.class
edu/stanford/nlp/trees/international/arabic/ATBTreeUtils.class
edu/stanford/nlp/international/arabic/pipeline/DefaultLexicalMapper.class
edu/stanford/nlp/ling/HasWord.class
edu/stanford/nlp/international/arabic/pipeline/ATBArabicDataset$ArabicRawTreeNormalizer.class
edu/stanford/nlp/international/arabic/pipeline/LDCPosMapper.class
edu/stanford/nlp/trees/DiskTreebank.class
edu/stanford/nlp/trees/TreeReaderFactory.class
edu/stanford/nlp/trees/TreeVisitor.class
edu/stanford/nlp/trees/Treebank.class
edu/stanford/nlp/trees/international/arabic/ArabicTreeReaderFactory.class
edu/stanford/nlp/trees/international/arabic/ArabicTreeReaderFactory$ArabicRawTreeReaderFactory.class
edu/stanford/nlp/trees/treebank/AbstractDataset.class
edu/stanford/nlp/trees/treebank/Dataset.class
edu/stanford/nlp/trees/treebank/Dataset$Encoding.class
edu/stanford/nlp/trees/treebank/Mapper.class
edu/stanford/nlp/ling/Label.class
edu/stanford/nlp/trees/BobChrisTreeNormalizer.class
edu/stanford/nlp/trees/BobChrisTreeNormalizer$AOverAFilter.class
edu/stanford/nlp/trees/LabeledScoredTreeFactory.class
edu/stanford/nlp/trees/Tree.class
edu/stanford/nlp/trees/TreeFactory.class
edu/stanford/nlp/trees/international/arabic/ArabicTreeNormalizer.class
edu/stanford/nlp/trees/international/arabic/ArabicTreeNormalizer$ArabicEmptyFilter.class
edu/stanford/nlp/trees/international/arabic/ArabicTreebankLanguagePack.class
edu/stanford/nlp/trees/TreeReader.class
edu/stanford/nlp/trees/TreeTransformer.class
edu/stanford/nlp/trees/tregex/TregexPattern.class
edu/stanford/nlp/trees/tregex/tsurgeon/Tsurgeon.class
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonPattern.class
edu/stanford/nlp/international/arabic/pipeline/ATBCorrector.class
edu/stanford/nlp/ling/CoreAnnotations$AfterAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$BeforeAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$OriginalTextAnnotation.class
edu/stanford/nlp/process/CoreLabelTokenFactory.class
edu/stanford/nlp/process/LexedTokenFactory.class
edu/stanford/nlp/util/PropertiesUtils.class
edu/stanford/nlp/international/arabic/process/ArabicTokenizer$ArabicTokenizerFactory.class
edu/stanford/nlp/io/RuntimeIOException.class
edu/stanford/nlp/process/AbstractTokenizer.class
edu/stanford/nlp/process/Tokenizer.class
edu/stanford/nlp/process/TokenizerFactory.class
edu/stanford/nlp/trees/international/french/FrenchTreeReaderFactory.class
edu/stanford/nlp/trees/tregex/TregexMatcher.class
edu/stanford/nlp/trees/tregex/TregexParseException.class
edu/stanford/nlp/ling/CoreAnnotations$SentenceIDAnnotation.class
edu/stanford/nlp/stats/TwoDimensionalCounter.class
edu/stanford/nlp/trees/MemoryTreebank.class
edu/stanford/nlp/trees/international/french/FrenchTreebankLanguagePack.class
edu/stanford/nlp/trees/international/french/FrenchXMLTreeReaderFactory.class
edu/stanford/nlp/trees/treebank/ConfigParser.class
edu/stanford/nlp/trees/treebank/DefaultMapper.class
edu/stanford/nlp/util/DataFilePaths.class
edu/stanford/nlp/international/french/pipeline/MWEPreprocessor$ManualUWModel.class
edu/stanford/nlp/ling/SentenceUtils.class
edu/stanford/nlp/stats/Counter.class
edu/stanford/nlp/stats/Counters.class
edu/stanford/nlp/trees/international/french/FrenchXMLTreeReader.class
edu/stanford/nlp/international/french/process/FrenchLexer$1.class
edu/stanford/nlp/international/french/process/FrenchLexer$UntokenizableOptions.class
edu/stanford/nlp/ling/CoreAnnotations$ParentAnnotation.class
edu/stanford/nlp/process/LexerUtils.class
edu/stanford/nlp/process/LexerUtils$EllipsesEnum.class
edu/stanford/nlp/process/LexerUtils$QuotesEnum.class
edu/stanford/nlp/international/french/process/FrenchTokenizer$1.class
edu/stanford/nlp/international/french/process/FrenchTokenizer$FrenchTokenizerFactory.class
edu/stanford/nlp/ling/Word.class
edu/stanford/nlp/process/WordTokenFactory.class
edu/stanford/nlp/international/spanish/SpanishVerbStripper$StrippedVerb.class
edu/stanford/nlp/io/IOUtils.class
edu/stanford/nlp/international/spanish/SpanishVerbStripper.class
edu/stanford/nlp/international/spanish/process/AnCoraPronounDisambiguator$PersonalPronounType.class
edu/stanford/nlp/international/spanish/process/AnCoraPronounDisambiguator.class
edu/stanford/nlp/international/spanish/process/SpanishLexer$1.class
edu/stanford/nlp/international/spanish/process/SpanishLexer$UntokenizableOptions.class
edu/stanford/nlp/process/LexerUtils$DashesEnum.class
edu/stanford/nlp/international/spanish/process/SpanishLexer.class
edu/stanford/nlp/international/spanish/process/SpanishTokenizer$1.class
edu/stanford/nlp/international/spanish/process/SpanishTokenizer$SpanishTokenizerFactory.class
edu/stanford/nlp/international/spanish/process/SpanishTokenizer.class
edu/stanford/nlp/util/ByteStreamGobbler.class
edu/stanford/nlp/util/RuntimeInterruptedException.class
edu/stanford/nlp/util/StreamGobbler.class
edu/stanford/nlp/io/BZip2PipedOutputStream.class
edu/stanford/nlp/io/EncodingFileReader.class
edu/stanford/nlp/io/IOUtils$1.class
edu/stanford/nlp/io/IOUtils$2.class
edu/stanford/nlp/io/IOUtils$EolPreservingLineReaderIterable.class
edu/stanford/nlp/io/IOUtils$GetLinesIterable.class
edu/stanford/nlp/io/IOUtils$LineReaderIterable.class
edu/stanford/nlp/util/ErasureUtils.class
edu/stanford/nlp/util/Timing.class
edu/stanford/nlp/io/IOUtils$1$1.class
edu/stanford/nlp/util/AbstractIterator.class
edu/stanford/nlp/io/IOUtils$EolPreservingLineReaderIterable$1.class
edu/stanford/nlp/io/IOUtils$GetLinesIterable$1.class
edu/stanford/nlp/io/IOUtils$LineReaderIterable$1.class
edu/stanford/nlp/io/ui/OpenPageDialog$1.class
edu/stanford/nlp/io/ui/OpenPageDialog$2.class
edu/stanford/nlp/io/ui/OpenPageDialog$3.class
edu/stanford/nlp/io/ui/OpenPageDialog.class
edu/stanford/nlp/ling/AbstractToken.class
edu/stanford/nlp/util/TypesafeMap.class
edu/stanford/nlp/util/TypesafeMap$Key.class
edu/stanford/nlp/ling/HasContext.class
edu/stanford/nlp/ling/HasIndex.class
edu/stanford/nlp/ling/HasLemma.class
edu/stanford/nlp/ling/HasNER.class
edu/stanford/nlp/ling/HasOffset.class
edu/stanford/nlp/ling/HasOriginalText.class
edu/stanford/nlp/ling/HasTag.class
edu/stanford/nlp/ling/AnnotationLookup$KeyLookup.class
edu/stanford/nlp/ling/CoreAnnotation.class
edu/stanford/nlp/ling/AnnotationLookup.class
edu/stanford/nlp/ling/CoreAnnotations$AbbrAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$AbstrAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$AnswerAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$ArgumentAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$AuthorAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$CategoryAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$CategoryFunctionalTagAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$CharacterOffsetBeginAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$CharacterOffsetEndAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$ChineseCharAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$ChineseOrigSegAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$ChineseSegAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$ChunkAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$CoNLLDepParentIndexAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$CoNLLDepTypeAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$CoarseTagAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$DocDateAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$DocIDAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$DocSourceTypeAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$DocTitleAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$DocTypeAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$FeaturesAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$FreqAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$GazAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$GazetteerAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$GoldAnswerAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$GovernorAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$HeadWordStringAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$IDFAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$IndexAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$InterpretationAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$LeftTermAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$LemmaAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$LinkAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$MarkingAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$MorphoCaseAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$MorphoGenAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$MorphoNumAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$MorphoPersAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$NamedEntityTagAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$NormalizedNamedEntityTagAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$PartOfSpeechAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$PolarityAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$ProtoAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$RoleAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$SectionAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$SectionDateAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$SectionIDAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$SemanticHeadTagAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$SemanticHeadWordAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$SentenceIndexAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$ShapeAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$SpanAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$SpeakerAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$StackedNamedEntityTagAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$StemAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$TextAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$ValueAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$VerbSenseAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$WebAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$WordnetSynAnnotation.class
edu/stanford/nlp/ling/CoreLabel$GenericAnnotation.class
edu/stanford/nlp/ling/Document.class
edu/stanford/nlp/ling/DocumentReader.class
edu/stanford/nlp/process/PTBTokenizer.class
edu/stanford/nlp/ling/CategoryWordTag$LabelFactoryHolder.class
edu/stanford/nlp/ling/HasCategory.class
edu/stanford/nlp/ling/LabelFactory.class
edu/stanford/nlp/ling/StringLabel.class
edu/stanford/nlp/ling/CategoryWordTag.class
edu/stanford/nlp/ling/CategoryWordTagFactory.class
edu/stanford/nlp/ling/CoreAnnotations$AbgeneAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$AnswerObjectAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$AnswerProbAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$AntecedentAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$ArabicCharAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$ArabicSegAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$ArgDescendentAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$BagOfWordsAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$BeAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$BeginIndexAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$BestCliquesAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$BestFullAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$CalendarAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$CanonicalEntityMentionIndexAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$CharAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$ChineseIsSegmentedAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$CoNLLDepAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$CoNLLPredicateAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$CoNLLSRLAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$CoNLLUFeats.class
edu/stanford/nlp/ling/CoreAnnotations$CoNLLUMisc.class
edu/stanford/nlp/ling/CoreAnnotations$CoNLLUSecondaryDepsAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$CoNLLUTokenSpanAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$CoarseNamedEntityTagAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$CodepointOffsetBeginAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$CodepointOffsetEndAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$ColumnDataClassifierAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$CommonWordsAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$ContextsAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$CorefMentionToEntityMentionMappingAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$CostMagnificationAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$CovertIDAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$D2_LBeginAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$D2_LEndAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$D2_LMiddleAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$DayAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$DependentsAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$DictAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$DistSimAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$DoAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$DomainAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$EndIndexAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$EntityClassAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$EntityMentionIndexAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$EntityMentionToCorefMentionMappingAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$EntityRuleAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$EntityTypeAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$ExceptionAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$FemaleGazAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$FineGrainedNamedEntityTagAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$FirstChildAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$ForcedSentenceEndAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$ForcedSentenceUntilEndAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$GenderAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$GenericTokensAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$GeniaAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$GrandparentAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$HaveAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$HeightAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$IDAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$INAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$IsDateRangeAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$IsFirstWordOfMWTAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$IsMultiWordTokenAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$IsNewlineAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$IsURLAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$KBPTriplesAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$LBeginAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$LEndAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$LMiddleAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$LabelAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$LabelIDAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$LabelWeightAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$LastGazAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$LastTaggedAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$LeftChildrenNodeAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$LengthAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$LineNumberAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$LocationAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$MWTTokenTextAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$MaleGazAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$MentionTokenAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$MentionsAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$MonthAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$NERIDAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$NamedEntityTagProbsAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$NeighborsAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$NotAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$NumTxtSentencesAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$NumericCompositeObjectAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$NumericCompositeTypeAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$NumericCompositeValueAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$NumericObjectAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$NumericTypeAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$NumericValueAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$NumerizedTokensAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$OriginalCharAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$ParaPositionAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$ParagraphAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$ParagraphIndexAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$ParagraphsAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$PercentAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$PhraseWordsAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$PhraseWordsTagAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$PositionAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$PossibleAnswersAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$PredictedAnswerAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$PresetAnswerAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$PrevChildAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$PriorAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$QuotationIndexAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$QuotationsAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$QuotedAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$QuotesAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$SRLIDAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$SRLInstancesAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$SRL_ID.class
edu/stanford/nlp/ling/CoreAnnotations$SectionAuthorCharacterOffsetBeginAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$SectionAuthorCharacterOffsetEndAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$SectionEndAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$SectionIndexAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$SectionStartAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$SectionTagAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$SectionsAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$SemanticTagAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$SemanticWordAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$SentenceBeginAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$SentenceEndAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$SentencePositionAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$SentencesAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$SpaceBeforeAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$StateAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$StatementTextAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$SubcategorizationAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$TagLabelAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$TokenBeginAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$TokenEndAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$TopicAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$TrueCaseAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$TrueCaseTextAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$TrueTagAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$UBlockAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$UTypeAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$UnaryAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$UnclosedQuotationsAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$UnknownAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$UseMarkedDiscourseAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$UtteranceAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$WikipediaEntityAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$WordFormAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$WordPositionAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$WordSenseAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$XmlContextAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$XmlElementAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$YearAnnotation.class
edu/stanford/nlp/util/Triple.class
edu/stanford/nlp/ling/MultiTokenTag.class
edu/stanford/nlp/ling/WordLemmaTag.class
edu/stanford/nlp/ling/AbstractCoreLabel.class
edu/stanford/nlp/ling/CoreLabel$1.class
edu/stanford/nlp/ling/CoreLabel$CoreLabelFactory.class
edu/stanford/nlp/ling/CoreLabel$OutputFormat.class
edu/stanford/nlp/util/ArrayCoreMap.class
edu/stanford/nlp/ling/Featurizable.class
edu/stanford/nlp/ling/Labeled.class
edu/stanford/nlp/ling/Datum.class
edu/stanford/nlp/ling/BasicDocument.class
edu/stanford/nlp/process/PTBTokenizer$PTBTokenizerFactory.class
edu/stanford/nlp/ling/IndexedWord$1.class
edu/stanford/nlp/ling/LabeledWord$LabelFactoryHolder.class
edu/stanford/nlp/ling/LabeledWord.class
edu/stanford/nlp/ling/TaggedWordFactory.class
edu/stanford/nlp/ling/MultiTokenTag$Tag.class
edu/stanford/nlp/ling/TaggedWord.class
edu/stanford/nlp/ling/WordTag.class
edu/stanford/nlp/ling/StringLabel$StringLabelFactoryHolder.class
edu/stanford/nlp/ling/ValueLabel.class
edu/stanford/nlp/ling/StringLabelFactory.class
edu/stanford/nlp/ling/Tag$LabelFactoryHolder.class
edu/stanford/nlp/ling/Tag$TagFactory.class
edu/stanford/nlp/ling/Tag.class
edu/stanford/nlp/ling/TaggedWord$LabelFactoryHolder.class
edu/stanford/nlp/ling/Word$WordFactoryHolder.class
edu/stanford/nlp/ling/WordFactory.class
edu/stanford/nlp/ling/WordLemmaTagFactory.class
edu/stanford/nlp/process/Morphology.class
edu/stanford/nlp/ling/WordTag$LabelFactoryHolder.class
edu/stanford/nlp/ling/WordTagFactory.class
edu/stanford/nlp/ling/tokensregex/BasicSequenceMatchResult$MatchedGroup.class
edu/stanford/nlp/ling/tokensregex/SequenceMatchResult.class
edu/stanford/nlp/ling/tokensregex/SequenceMatchResult$GroupToIntervalFunc.class
edu/stanford/nlp/ling/tokensregex/SequenceMatchResult$MatchedGroupInfo.class
edu/stanford/nlp/ling/tokensregex/SequencePattern.class
edu/stanford/nlp/ling/tokensregex/SequencePattern$VarGroupBindings.class
edu/stanford/nlp/util/Interval.class
edu/stanford/nlp/ling/tokensregex/BasicSequenceMatchResult.class
edu/stanford/nlp/ling/tokensregex/ComplexNodePattern$1.class
edu/stanford/nlp/ling/tokensregex/ComplexNodePattern$AbstractStringAnnotationPattern.class
edu/stanford/nlp/ling/tokensregex/ComplexNodePattern$AttributesEqualMatchChecker.class
edu/stanford/nlp/ling/tokensregex/ComplexNodePattern$IntegerAnnotationPattern.class
edu/stanford/nlp/ling/tokensregex/ComplexNodePattern$NilAnnotationPattern.class
edu/stanford/nlp/ling/tokensregex/ComplexNodePattern$NotNilAnnotationPattern.class
edu/stanford/nlp/ling/tokensregex/ComplexNodePattern$NumericAnnotationPattern.class
edu/stanford/nlp/ling/tokensregex/ComplexNodePattern$NumericAnnotationPattern$CmpType.class
edu/stanford/nlp/ling/tokensregex/ComplexNodePattern$SequenceRegexPattern.class
edu/stanford/nlp/ling/tokensregex/ComplexNodePattern$StringAnnotationPattern.class
edu/stanford/nlp/ling/tokensregex/ComplexNodePattern$StringAnnotationRegexPattern.class
edu/stanford/nlp/ling/tokensregex/ComplexNodePattern$StringInSetAnnotationPattern.class
edu/stanford/nlp/ling/tokensregex/Env.class
edu/stanford/nlp/ling/tokensregex/NodePattern.class
edu/stanford/nlp/ling/tokensregex/ComplexNodePattern.class
edu/stanford/nlp/ling/tokensregex/SequencePattern$NodesMatchChecker.class
edu/stanford/nlp/ling/tokensregex/ComplexNodePattern$NumericAnnotationPattern$CmpType$1.class
edu/stanford/nlp/ling/tokensregex/ComplexNodePattern$NumericAnnotationPattern$CmpType$2.class
edu/stanford/nlp/ling/tokensregex/ComplexNodePattern$NumericAnnotationPattern$CmpType$3.class
edu/stanford/nlp/ling/tokensregex/ComplexNodePattern$NumericAnnotationPattern$CmpType$4.class
edu/stanford/nlp/ling/tokensregex/ComplexNodePattern$NumericAnnotationPattern$CmpType$5.class
edu/stanford/nlp/ling/tokensregex/ComplexNodePattern$NumericAnnotationPattern$CmpType$6.class
edu/stanford/nlp/ling/tokensregex/ComplexNodePattern$NumericAnnotationPattern$CmpType$7.class
edu/stanford/nlp/ling/tokensregex/SequenceMatcher.class
edu/stanford/nlp/ling/tokensregex/CoreMapExpressionExtractor$CompositeMatchState.class
edu/stanford/nlp/ling/tokensregex/CoreMapExpressionExtractor$Stage.class
edu/stanford/nlp/ling/tokensregex/EnvLookup.class
edu/stanford/nlp/ling/tokensregex/MatchedExpression.class
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.class
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules$AnnotationExtractRule.class
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules$AssignmentRule.class
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules$ExtractRule.class
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules$Rule.class
edu/stanford/nlp/ling/tokensregex/TokenSequencePattern.class
edu/stanford/nlp/ling/tokensregex/parser/ParseException.class
edu/stanford/nlp/ling/tokensregex/parser/TokenSequenceParseException.class
edu/stanford/nlp/ling/tokensregex/parser/TokenSequenceParser.class
edu/stanford/nlp/ling/tokensregex/types/Expression.class
edu/stanford/nlp/ling/tokensregex/types/Tags.class
edu/stanford/nlp/ling/tokensregex/types/Tags$TagsAnnotation.class
edu/stanford/nlp/ling/tokensregex/types/Value.class
edu/stanford/nlp/ling/tokensregex/CoreMapExpressionExtractor.class
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules$ListExtractRule.class
edu/stanford/nlp/util/Filters.class
edu/stanford/nlp/util/Filters$DisjFilter.class
edu/stanford/nlp/ling/tokensregex/types/Expressions.class
edu/stanford/nlp/ling/tokensregex/CoreMapNodePattern$1.class
edu/stanford/nlp/ling/tokensregex/CoreMapNodePattern$AttributesEqualMatchChecker.class
edu/stanford/nlp/ling/tokensregex/CoreMapNodePattern.class
edu/stanford/nlp/ling/tokensregex/CoreMapNodePatternTrigger$1.class
edu/stanford/nlp/ling/tokensregex/CoreMapNodePatternTrigger$StringTriggerCandidate.class
edu/stanford/nlp/ling/tokensregex/MultiPatternMatcher.class
edu/stanford/nlp/ling/tokensregex/MultiPatternMatcher$NodePatternTrigger.class
edu/stanford/nlp/util/TwoDimensionalCollectionValuedMap.class
edu/stanford/nlp/ling/tokensregex/CoreMapNodePatternTrigger.class
edu/stanford/nlp/ling/tokensregex/CoreMapSequenceMatchAction$AnnotateAction.class
edu/stanford/nlp/ling/tokensregex/CoreMapSequenceMatchAction$MergeAction.class
edu/stanford/nlp/ling/tokensregex/SequenceMatchAction.class
edu/stanford/nlp/ling/tokensregex/CoreMapSequenceMatchAction.class
edu/stanford/nlp/pipeline/ChunkAnnotationUtils.class
edu/stanford/nlp/pipeline/CoreMapAggregator.class
edu/stanford/nlp/ling/tokensregex/CoreMapSequenceMatcher$BasicCoreMapSequenceMatcher.class
edu/stanford/nlp/ling/tokensregex/CoreMapSequenceMatcher.class
edu/stanford/nlp/ling/tokensregex/Env$Binder.class
edu/stanford/nlp/ling/tokensregex/SequencePattern$NodePatternExpr.class
edu/stanford/nlp/ling/tokensregex/SequencePattern$Parser.class
edu/stanford/nlp/ling/tokensregex/SequencePattern$PatternExpr.class
edu/stanford/nlp/pipeline/CoreMapAttributeAggregator.class
edu/stanford/nlp/ling/tokensregex/MatchedExpression$SingleAnnotationExtractor.class
edu/stanford/nlp/util/Comparators.class
edu/stanford/nlp/util/Interval$RelType.class
edu/stanford/nlp/util/IntervalTree.class
edu/stanford/nlp/ling/tokensregex/MultiCoreMapNodePattern$StringSequenceAnnotationPattern.class
edu/stanford/nlp/ling/tokensregex/MultiNodePattern.class
edu/stanford/nlp/ling/tokensregex/MultiCoreMapNodePattern.class
edu/stanford/nlp/ling/tokensregex/PhraseTable.class
edu/stanford/nlp/ling/tokensregex/PhraseTable$PhraseMatch.class
edu/stanford/nlp/ling/tokensregex/PhraseTable$TokenList.class
edu/stanford/nlp/ling/tokensregex/PhraseTable$WordList.class
edu/stanford/nlp/ling/tokensregex/MultiNodePattern$IntersectMultiNodePattern.class
edu/stanford/nlp/ling/tokensregex/MultiNodePattern$UnionMultiNodePattern.class
edu/stanford/nlp/ling/tokensregex/MultiPatternMatcher$BasicSequencePatternTrigger.class
edu/stanford/nlp/ling/tokensregex/MultiPatternMatcher$SequencePatternTrigger.class
edu/stanford/nlp/ling/tokensregex/SequenceMatcher$FindType.class
edu/stanford/nlp/util/Iterables.class
edu/stanford/nlp/ling/tokensregex/MultiWordStringMatcher$1.class
edu/stanford/nlp/ling/tokensregex/MultiWordStringMatcher$LongestStringComparator.class
edu/stanford/nlp/ling/tokensregex/MultiWordStringMatcher$MatchType.class
edu/stanford/nlp/util/CacheMap.class
edu/stanford/nlp/ling/tokensregex/MultiWordStringMatcher.class
edu/stanford/nlp/ling/tokensregex/NodePattern$AnyNodePattern.class
edu/stanford/nlp/ling/tokensregex/NodePattern$ConjNodePattern.class
edu/stanford/nlp/ling/tokensregex/NodePattern$DisjNodePattern.class
edu/stanford/nlp/ling/tokensregex/NodePattern$EqualsNodePattern.class
edu/stanford/nlp/ling/tokensregex/NodePattern$NegateNodePattern.class
edu/stanford/nlp/ling/tokensregex/PhraseTable$1.class
edu/stanford/nlp/ling/tokensregex/PhraseTable$Phrase.class
edu/stanford/nlp/ling/tokensregex/PhraseTable$PhraseStringCollection.class
edu/stanford/nlp/ling/tokensregex/PhraseTable$PhraseTableIterator.class
edu/stanford/nlp/ling/tokensregex/PhraseTable$StackEntry.class
edu/stanford/nlp/ling/tokensregex/PhraseTable$StringList.class
edu/stanford/nlp/pipeline/Annotation.class
edu/stanford/nlp/pipeline/Annotator.class
edu/stanford/nlp/util/HasInterval.class
edu/stanford/nlp/util/Interner.class
edu/stanford/nlp/ling/tokensregex/SequenceMatchAction$BoundAction.class
edu/stanford/nlp/ling/tokensregex/SequenceMatchAction$BranchAction.class
edu/stanford/nlp/ling/tokensregex/SequenceMatchAction$NextMatchAction.class
edu/stanford/nlp/ling/tokensregex/SequenceMatchAction$SeriesAction.class
edu/stanford/nlp/ling/tokensregex/SequenceMatchAction$StartMatchAction.class
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules$AnnotationExtractRuleCreator.class
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules$AnnotationMatchedFilter.class
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules$BasicSequenceExtractRule.class
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules$CompositeExtractRuleCreator.class
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules$CoreMapExtractRule.class
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules$CoreMapFunctionApplier.class
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules$CoreMapToListExtractRule.class
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules$CoreMapToListFunctionApplier.class
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules$FilterExtractRule.class
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules$MultiSequencePatternExtractRule.class
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules$MultiTokenPatternExtractRuleCreator.class
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules$SequenceMatchResultExtractor.class
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules$SequenceMatchedExpressionExtractor.class
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules$SequencePatternExtractRule.class
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules$StringMatchResultExtractor.class
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules$StringMatchedExpressionExtractor.class
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules$StringPatternExtractRule.class
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules$TextPatternExtractRuleCreator.class
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules$TokenPatternExtractRuleCreator.class
edu/stanford/nlp/ling/tokensregex/types/AssignableExpression.class
edu/stanford/nlp/ling/tokensregex/types/Expressions$CompositeValue.class
edu/stanford/nlp/ling/tokensregex/SequenceMatcher$1.class
edu/stanford/nlp/ling/tokensregex/SequenceMatcher$2.class
edu/stanford/nlp/ling/tokensregex/SequenceMatcher$BasicMatchReplacement.class
edu/stanford/nlp/ling/tokensregex/SequenceMatcher$BranchState.class
edu/stanford/nlp/ling/tokensregex/SequenceMatcher$BranchStates.class
edu/stanford/nlp/ling/tokensregex/SequenceMatcher$GroupMatchReplacement.class
edu/stanford/nlp/ling/tokensregex/SequenceMatcher$MatchReplacement.class
edu/stanford/nlp/ling/tokensregex/SequenceMatcher$MatchedStates.class
edu/stanford/nlp/ling/tokensregex/SequenceMatcher$NamedGroupMatchReplacement.class
edu/stanford/nlp/ling/tokensregex/SequenceMatcher$State.class
edu/stanford/nlp/ling/tokensregex/SequencePattern$State.class
edu/stanford/nlp/util/IterableIterator.class
edu/stanford/nlp/ling/tokensregex/SequencePattern$ConjMatchStateInfo.class
edu/stanford/nlp/ling/tokensregex/SequencePattern$ConjStartState.class
edu/stanford/nlp/util/ArraySet.class
edu/stanford/nlp/util/HashIndex.class
edu/stanford/nlp/ling/tokensregex/NodePatternTransformer.class
edu/stanford/nlp/ling/tokensregex/SequencePattern$1.class
edu/stanford/nlp/ling/tokensregex/SequencePattern$AndPatternExpr.class
edu/stanford/nlp/ling/tokensregex/SequencePattern$BackRefPatternExpr.class
edu/stanford/nlp/ling/tokensregex/SequencePattern$BackRefState.class
edu/stanford/nlp/ling/tokensregex/SequencePattern$ConjEndState.class
edu/stanford/nlp/ling/tokensregex/SequencePattern$Frag.class
edu/stanford/nlp/ling/tokensregex/SequencePattern$GroupEndState.class
edu/stanford/nlp/ling/tokensregex/SequencePattern$GroupPatternExpr.class
edu/stanford/nlp/ling/tokensregex/SequencePattern$GroupStartState.class
edu/stanford/nlp/ling/tokensregex/SequencePattern$MatchState.class
edu/stanford/nlp/ling/tokensregex/SequencePattern$MultiNodePatternExpr.class
edu/stanford/nlp/ling/tokensregex/SequencePattern$MultiNodePatternState.class
edu/stanford/nlp/ling/tokensregex/SequencePattern$NodePatternState.class
edu/stanford/nlp/ling/tokensregex/SequencePattern$OrPatternExpr.class
edu/stanford/nlp/ling/tokensregex/SequencePattern$RepeatPatternExpr.class
edu/stanford/nlp/ling/tokensregex/SequencePattern$RepeatState.class
edu/stanford/nlp/ling/tokensregex/SequencePattern$SeqEndState.class
edu/stanford/nlp/ling/tokensregex/SequencePattern$SeqStartState.class
edu/stanford/nlp/ling/tokensregex/SequencePattern$SequenceEndPatternExpr.class
edu/stanford/nlp/ling/tokensregex/SequencePattern$SequencePatternExpr.class
edu/stanford/nlp/ling/tokensregex/SequencePattern$SequenceStartPatternExpr.class
edu/stanford/nlp/ling/tokensregex/SequencePattern$SpecialNodePatternExpr.class
edu/stanford/nlp/ling/tokensregex/SequencePattern$ValuePatternExpr.class
edu/stanford/nlp/ling/tokensregex/SequencePattern$ValueState.class
edu/stanford/nlp/util/Factory.class
edu/stanford/nlp/util/ValuedInterval.class
edu/stanford/nlp/ling/tokensregex/TokenSequenceMatcher.class
edu/stanford/nlp/ling/tokensregex/parser/Token.class
edu/stanford/nlp/ling/tokensregex/CoreMapExpressionNodePattern.class
edu/stanford/nlp/ling/tokensregex/parser/SimpleCharStream.class
edu/stanford/nlp/ling/tokensregex/parser/TokenMgrError.class
edu/stanford/nlp/ling/tokensregex/parser/TokenSequenceParser$1.class
edu/stanford/nlp/ling/tokensregex/parser/TokenSequenceParser$JJCalls.class
edu/stanford/nlp/ling/tokensregex/parser/TokenSequenceParser$LookaheadSuccess.class
edu/stanford/nlp/ling/tokensregex/parser/TokenSequenceParserConstants.class
edu/stanford/nlp/ling/tokensregex/parser/TokenSequenceParserTokenManager.class
edu/stanford/nlp/ling/tokensregex/types/Expressions$AndExpression.class
edu/stanford/nlp/ling/tokensregex/types/Expressions$CaseExpression.class
edu/stanford/nlp/ling/tokensregex/types/Expressions$ConditionalExpression.class
edu/stanford/nlp/ling/tokensregex/types/Expressions$FieldExpression.class
edu/stanford/nlp/ling/tokensregex/types/Expressions$FunctionCallExpression.class
edu/stanford/nlp/ling/tokensregex/types/Expressions$IndexedExpression.class
edu/stanford/nlp/ling/tokensregex/types/Expressions$ListExpression.class
edu/stanford/nlp/ling/tokensregex/types/Expressions$MethodCallExpression.class
edu/stanford/nlp/ling/tokensregex/types/Expressions$OrExpression.class
edu/stanford/nlp/ling/tokensregex/types/Expressions$PrimitiveValue.class
edu/stanford/nlp/ling/tokensregex/types/Expressions$RegexMatchResultVarExpression.class
edu/stanford/nlp/ling/tokensregex/types/Expressions$RegexMatchVarExpression.class
edu/stanford/nlp/ling/tokensregex/types/Expressions$RegexValue.class
edu/stanford/nlp/ling/tokensregex/types/Expressions$VarExpression.class
edu/stanford/nlp/util/ArrayMap.class
edu/stanford/nlp/ling/tokensregex/types/Expressions$AssignableFunctionCallExpression.class
edu/stanford/nlp/ling/tokensregex/types/Expressions$IfExpression.class
edu/stanford/nlp/ling/tokensregex/types/Expressions$NotExpression.class
edu/stanford/nlp/ling/tokensregex/types/Expressions$SimpleCachedExpression.class
edu/stanford/nlp/ling/tokensregex/types/Expressions$SimpleExpression.class
edu/stanford/nlp/ling/tokensregex/types/Expressions$SimpleValue.class
edu/stanford/nlp/ling/tokensregex/types/Expressions$TypedExpression.class
edu/stanford/nlp/ling/tokensregex/types/Expressions$VarAssignmentExpression.class
edu/stanford/nlp/ling/tokensregex/types/Expressions$WrappedExpression.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunction.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions.class
edu/stanford/nlp/util/MetaClass.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$1.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$10.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$11.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$12.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$13.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$14.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$15.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$16.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$17.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$18.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$19.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$2.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$20.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$21.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$22.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$23.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$24.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$25.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$26.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$27.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$28.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$29.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$3.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$30.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$31.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$32.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$33.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$34.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$35.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$36.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$37.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$38.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$39.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$4.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$40.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$41.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$42.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$43.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$44.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$45.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$5.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$6.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$7.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$8.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$9.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$BooleanFunction.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$ComparableComparator.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$CompareFunction.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$CompareType.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$NamedValueFunction.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$NumericComparator.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$NumericFunction.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$ParamInfo.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$StringFunction.class
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions$TypeCheckedFunction.class
edu/stanford/nlp/util/CollectionFactory.class
edu/stanford/nlp/util/CollectionValuedMap.class
edu/stanford/nlp/process/CoreTokenFactory.class
edu/stanford/nlp/math/ArrayMath$InvalidElementException.class
edu/stanford/nlp/math/SloppyMath.class
edu/stanford/nlp/math/ArrayMath.class
edu/stanford/nlp/maxent/CGRunner$LikelihoodFunction.class
edu/stanford/nlp/maxent/CGRunner$MonitorFunction.class
edu/stanford/nlp/maxent/iis/LambdaSolve.class
edu/stanford/nlp/optimization/CGMinimizer.class
edu/stanford/nlp/optimization/DiffFunction.class
edu/stanford/nlp/optimization/Function.class
edu/stanford/nlp/optimization/Minimizer.class
edu/stanford/nlp/optimization/QNMinimizer.class
edu/stanford/nlp/util/ReflectionLoading.class
edu/stanford/nlp/maxent/CGRunner.class
edu/stanford/nlp/io/PrintFile.class
edu/stanford/nlp/util/Index.class
edu/stanford/nlp/maxent/Experiments.class
edu/stanford/nlp/maxent/Feature.class
edu/stanford/nlp/maxent/Features.class
edu/stanford/nlp/maxent/Problem.class
edu/stanford/nlp/util/MutableDouble.class
edu/stanford/nlp/neural/ConvertModels$Model.class
edu/stanford/nlp/neural/ConvertModels$Stage.class
edu/stanford/nlp/neural/SimpleTensor.class
edu/stanford/nlp/parser/dvparser/DVModelReranker.class
edu/stanford/nlp/parser/lexparser/LexicalizedParser.class
edu/stanford/nlp/parser/lexparser/Options.class
edu/stanford/nlp/parser/lexparser/Reranker.class
edu/stanford/nlp/sentiment/RNNOptions.class
edu/stanford/nlp/sentiment/SentimentModel.class
edu/stanford/nlp/util/TwoDimensionalMap.class
edu/stanford/nlp/neural/ConvertModels.class
edu/stanford/nlp/neural/NeuralUtils.class
edu/stanford/nlp/neural/SimpleTensor$SimpleMatrixIteratorWrapper.class
edu/stanford/nlp/objectbank/DelimitRegExIterator$DelimitRegExIteratorFactory.class
edu/stanford/nlp/objectbank/IdentityFunction.class
edu/stanford/nlp/objectbank/IteratorFromReaderFactory.class
edu/stanford/nlp/objectbank/DelimitRegExIterator.class
edu/stanford/nlp/objectbank/LineIterator$LineIteratorFactory.class
edu/stanford/nlp/objectbank/LineIterator.class
edu/stanford/nlp/objectbank/ObjectBank$OBIterator.class
edu/stanford/nlp/objectbank/ObjectBank$PathToFileFunction.class
edu/stanford/nlp/objectbank/ReaderIteratorFactory.class
edu/stanford/nlp/objectbank/ObjectBank.class
edu/stanford/nlp/objectbank/ReaderIteratorFactory$ReaderIterator.class
edu/stanford/nlp/objectbank/XMLBeginEndIterator$XMLBeginEndIteratorFactory.class
edu/stanford/nlp/util/XMLUtils.class
edu/stanford/nlp/util/XMLUtils$XMLTag.class
edu/stanford/nlp/objectbank/XMLBeginEndIterator.class
edu/stanford/nlp/optimization/HasInitial.class
edu/stanford/nlp/optimization/CGMinimizer$OneDimDiffFunction.class
edu/stanford/nlp/optimization/CGMinimizer$Triple.class
edu/stanford/nlp/util/CallbackFunction.class
edu/stanford/nlp/optimization/FloatFunction.class
edu/stanford/nlp/optimization/Evaluator.class
edu/stanford/nlp/optimization/DiffFloatFunction.class
edu/stanford/nlp/optimization/HasEvaluators.class
edu/stanford/nlp/optimization/HasRegularizerParamRange.class
edu/stanford/nlp/optimization/QNMinimizer$1.class
edu/stanford/nlp/optimization/QNMinimizer$DiagonalQNInfo.class
edu/stanford/nlp/optimization/QNMinimizer$MaxEvaluationsExceeded.class
edu/stanford/nlp/optimization/QNMinimizer$QNInfo.class
edu/stanford/nlp/optimization/QNMinimizer$Record.class
edu/stanford/nlp/optimization/QNMinimizer$ScalarQNInfo.class
edu/stanford/nlp/optimization/QNMinimizer$SurpriseConvergence.class
edu/stanford/nlp/optimization/QNMinimizer$eLineSearch.class
edu/stanford/nlp/optimization/QNMinimizer$eScaling.class
edu/stanford/nlp/optimization/QNMinimizer$eState.class
edu/stanford/nlp/parser/ViterbiParser.class
edu/stanford/nlp/util/ScoredObject.class
edu/stanford/nlp/parser/Parser.class
edu/stanford/nlp/io/NumberRangeFileFilter.class
edu/stanford/nlp/io/NumberRangesFileFilter.class
edu/stanford/nlp/parser/common/ParserAnnotations$CandidatePartOfSpeechAnnotation.class
edu/stanford/nlp/parser/common/ParserAnnotations$ConstraintAnnotation.class
edu/stanford/nlp/parser/common/ParserAnnotations.class
edu/stanford/nlp/parser/common/ParserConstraint.class
edu/stanford/nlp/parser/common/ParserQuery.class
edu/stanford/nlp/parser/lexparser/TestOptions.class
edu/stanford/nlp/parser/metrics/Eval.class
edu/stanford/nlp/parser/metrics/ParserQueryEval.class
edu/stanford/nlp/parser/KBestViterbiParser.class
edu/stanford/nlp/trees/Trees.class
edu/stanford/nlp/parser/common/ParserGrammar.class
edu/stanford/nlp/util/concurrent/ThreadsafeProcessor.class
edu/stanford/nlp/parser/common/ArgUtils.class
edu/stanford/nlp/parser/dvparser/CacheParseHypotheses$CacheProcessor.class
edu/stanford/nlp/parser/dvparser/CacheParseHypotheses$DecompressionProcessor.class
edu/stanford/nlp/parser/dvparser/FilterConfusingRules.class
edu/stanford/nlp/trees/BasicCategoryTreeTransformer.class
edu/stanford/nlp/trees/LabeledScoredTreeReaderFactory.class
edu/stanford/nlp/trees/SynchronizedTreeTransformer.class
edu/stanford/nlp/trees/TreeNormalizer.class
edu/stanford/nlp/util/concurrent/MulticoreWrapper.class
edu/stanford/nlp/neural/Embedding.class
edu/stanford/nlp/parser/dvparser/DVModel$1.class
edu/stanford/nlp/parser/lexparser/BinaryGrammar.class
edu/stanford/nlp/parser/lexparser/BinaryRule.class
edu/stanford/nlp/parser/lexparser/Options$LexOptions.class
edu/stanford/nlp/parser/lexparser/TrainOptions.class
edu/stanford/nlp/parser/lexparser/TrainOptions$TransformMatrixType.class
edu/stanford/nlp/parser/lexparser/UnaryGrammar.class
edu/stanford/nlp/parser/lexparser/UnaryRule.class
edu/stanford/nlp/util/TwoDimensionalMap$Entry.class
edu/stanford/nlp/util/TwoDimensionalSet.class
edu/stanford/nlp/parser/dvparser/DVModelReranker$Query.class
edu/stanford/nlp/parser/dvparser/UnknownWordPrinter.class
edu/stanford/nlp/parser/lexparser/RerankerQuery.class
edu/stanford/nlp/parser/dvparser/DVParserCostAndGradient.class
edu/stanford/nlp/trees/CompositeTreeTransformer.class
edu/stanford/nlp/trees/DeepTree.class
edu/stanford/nlp/parser/lexparser/EvaluateTreebank.class
edu/stanford/nlp/optimization/AbstractCachingDiffFunction.class
edu/stanford/nlp/parser/common/NoSuchParseException.class
edu/stanford/nlp/parser/dvparser/DVParserCostAndGradient$ScoringProcessor.class
edu/stanford/nlp/parser/metrics/TreeSpanScoring.class
edu/stanford/nlp/parser/lexparser/DependencyGrammar.class
edu/stanford/nlp/parser/lexparser/IntDependency.class
edu/stanford/nlp/parser/lexparser/IntTaggedWord.class
edu/stanford/nlp/parser/lexparser/Lexicon.class
edu/stanford/nlp/parser/lexparser/TagProjection.class
edu/stanford/nlp/parser/lexparser/Extractor.class
edu/stanford/nlp/parser/lexparser/AbstractTreebankParserParams$AnnotatePunctuationFunction.class
edu/stanford/nlp/parser/lexparser/AbstractTreebankParserParams$RemoveGFSubcategoryStripper.class
edu/stanford/nlp/parser/lexparser/AbstractTreebankParserParams$SubcategoryStripper.class
edu/stanford/nlp/parser/lexparser/AbstractTreebankParserParams$TypedDependencyTyper.class
edu/stanford/nlp/parser/lexparser/AbstractTreebankParserParams$UnorderedTypedDependencyTyper.class
edu/stanford/nlp/parser/lexparser/AbstractTreebankParserParams$UnorderedUntypedDependencyTyper.class
edu/stanford/nlp/parser/lexparser/AbstractTreebankParserParams$UntypedDependencyTyper.class
edu/stanford/nlp/parser/lexparser/BaseLexicon.class
edu/stanford/nlp/parser/lexparser/MLEDependencyGrammarExtractor.class
edu/stanford/nlp/parser/metrics/AbstractEval.class
edu/stanford/nlp/stats/EquivalenceClasser.class
edu/stanford/nlp/trees/Constituent.class
edu/stanford/nlp/trees/DependencyTyper.class
edu/stanford/nlp/trees/GrammaticalStructure.class
edu/stanford/nlp/trees/HeadFinder.class
edu/stanford/nlp/trees/LabeledConstituent.class
edu/stanford/nlp/trees/SimpleConstituent.class
edu/stanford/nlp/trees/TreeTokenizerFactory.class
edu/stanford/nlp/parser/lexparser/AbstractTreebankParserParams.class
edu/stanford/nlp/parser/tools/PunctEquivalenceClasser.class
edu/stanford/nlp/parser/lexparser/UnknownWordModelTrainer.class
edu/stanford/nlp/parser/lexparser/ArabicTreebankParserParams$1.class
edu/stanford/nlp/parser/lexparser/ArabicTreebankParserParams$AddEquivalencedConjNode.class
edu/stanford/nlp/parser/lexparser/ArabicTreebankParserParams$AddEquivalencedNodeFunction.class
edu/stanford/nlp/parser/lexparser/ArabicTreebankParserParams$AddEquivalencedNodeFunctionVar.class
edu/stanford/nlp/parser/lexparser/ArabicTreebankParserParams$AddRelativeNodeFunction.class
edu/stanford/nlp/parser/lexparser/ArabicTreebankParserParams$AddRelativeNodeRegexFunction.class
edu/stanford/nlp/parser/lexparser/ArabicTreebankParserParams$AnnotatePunctuationFunction2.class
edu/stanford/nlp/parser/lexparser/ArabicTreebankParserParams$ArabicSubcategoryStripper.class
edu/stanford/nlp/parser/lexparser/ArabicTreebankParserParams$SimpleStringFunction.class
edu/stanford/nlp/parser/lexparser/FactoredLexicon.class
edu/stanford/nlp/parser/lexparser/TreeCollinizer.class
edu/stanford/nlp/trees/international/arabic/ArabicHeadFinder.class
edu/stanford/nlp/trees/tregex/TregexPatternCompiler.class
edu/stanford/nlp/parser/lexparser/ArabicUnknownWordSignatures.class
edu/stanford/nlp/parser/lexparser/BaseUnknownWordModel.class
edu/stanford/nlp/parser/lexparser/AbstractUnknownWordModelTrainer.class
edu/stanford/nlp/parser/lexparser/ArabicUnknownWordModel.class
edu/stanford/nlp/parser/lexparser/BaseUnknownWordModelTrainer.class
edu/stanford/nlp/parser/lexparser/UnknownWordModel.class
edu/stanford/nlp/parser/lexparser/UnknownGTTrainer.class
edu/stanford/nlp/parser/lexparser/BiLexPCFGParser$N5BiLexPCFGParser.class
edu/stanford/nlp/parser/lexparser/Edge.class
edu/stanford/nlp/parser/lexparser/ExhaustiveDependencyParser.class
edu/stanford/nlp/parser/lexparser/ExhaustivePCFGParser.class
edu/stanford/nlp/parser/lexparser/GrammarProjection.class
edu/stanford/nlp/parser/lexparser/Hook.class
edu/stanford/nlp/parser/lexparser/HookChart.class
edu/stanford/nlp/parser/lexparser/Interner.class
edu/stanford/nlp/parser/lexparser/Item.class
edu/stanford/nlp/parser/lexparser/LatticeScorer.class
edu/stanford/nlp/parser/lexparser/NullGrammarProjection.class
edu/stanford/nlp/parser/lexparser/Scorer.class
edu/stanford/nlp/util/ArrayHeap.class
edu/stanford/nlp/util/Heap.class
edu/stanford/nlp/util/ScoredComparator.class
edu/stanford/nlp/parser/lexparser/BiLexPCFGParser.class
edu/stanford/nlp/parser/lexparser/AbstractTreeExtractor.class
edu/stanford/nlp/parser/lexparser/Rule.class
edu/stanford/nlp/parser/lexparser/CNFTransformers$FromCNFTransformer.class
edu/stanford/nlp/parser/lexparser/CNFTransformers$ToCNFTransformer.class
edu/stanford/nlp/parser/lexparser/TreebankAnnotator.class
edu/stanford/nlp/parser/lexparser/ChineseCharacterBasedLexicon$Symbol.class
edu/stanford/nlp/stats/Distribution.class
edu/stanford/nlp/stats/GeneralizedCounter.class
edu/stanford/nlp/trees/international/pennchinese/RadicalMap.class
edu/stanford/nlp/parser/lexparser/ChineseCharacterBasedLexicon.class
edu/stanford/nlp/parser/lexparser/RandomWalk.class
edu/stanford/nlp/parser/lexparser/ChineseLexicon.class
edu/stanford/nlp/parser/lexparser/CollinsPuncTransformer.class
edu/stanford/nlp/parser/lexparser/ParentAnnotationStats.class
edu/stanford/nlp/parser/lexparser/TreeAnnotator.class
edu/stanford/nlp/parser/lexparser/TreeAnnotatorAndBinarizer.class
edu/stanford/nlp/process/WordSegmenter.class
edu/stanford/nlp/trees/LeftHeadFinder.class
edu/stanford/nlp/trees/TreePrint.class
edu/stanford/nlp/util/DeltaIndex.class
edu/stanford/nlp/parser/lexparser/MLEDependencyGrammar.class
edu/stanford/nlp/parser/lexparser/ChineseLexiconAndWordSegmenter.class
edu/stanford/nlp/parser/lexparser/ChineseTreebankParserParams$1.class
edu/stanford/nlp/parser/lexparser/SisterAnnotationStats.class
edu/stanford/nlp/process/WordSegmentingTokenizer.class
edu/stanford/nlp/trees/international/pennchinese/BikelChineseHeadFinder.class
edu/stanford/nlp/trees/international/pennchinese/CTBErrorCorrectingTreeNormalizer.class
edu/stanford/nlp/trees/international/pennchinese/CTBTreeReaderFactory.class
edu/stanford/nlp/trees/international/pennchinese/ChineseCollinizer.class
edu/stanford/nlp/trees/international/pennchinese/ChineseHeadFinder.class
edu/stanford/nlp/trees/international/pennchinese/ChineseSemanticHeadFinder.class
edu/stanford/nlp/trees/international/pennchinese/ChineseTreebankLanguagePack.class
edu/stanford/nlp/trees/international/pennchinese/SunJurafskyChineseHeadFinder.class
edu/stanford/nlp/trees/international/pennchinese/UniversalChineseGrammaticalStructure.class
edu/stanford/nlp/trees/international/pennchinese/UniversalChineseSemanticHeadFinder.class
edu/stanford/nlp/util/ReflectionLoading$ReflectionLoadingException.class
edu/stanford/nlp/parser/lexparser/ChineseUnknownWordModel.class
edu/stanford/nlp/parser/lexparser/BoundaryRemover.class
edu/stanford/nlp/parser/lexparser/EnglishTreebankParserParams$EnglishSubcategoryStripper.class
edu/stanford/nlp/parser/lexparser/EnglishTreebankParserParams$EnglishTest.class
edu/stanford/nlp/parser/lexparser/EnglishTreebankParserParams$EnglishTrain.class
edu/stanford/nlp/trees/ModCollinsHeadFinder.class
edu/stanford/nlp/trees/NPTmpRetainingTreeNormalizer.class
edu/stanford/nlp/trees/PennTreeReader.class
edu/stanford/nlp/trees/SemanticHeadFinder.class
edu/stanford/nlp/trees/UniversalEnglishGrammaticalStructure.class
edu/stanford/nlp/trees/UniversalSemanticHeadFinder.class
edu/stanford/nlp/process/DistSimClassifier.class
edu/stanford/nlp/parser/lexparser/EnglishUnknownWordModel.class
edu/stanford/nlp/io/NullOutputStream.class
edu/stanford/nlp/parser/common/ParserUtils.class
edu/stanford/nlp/parser/common/ParsingThreadsafeProcessor.class
edu/stanford/nlp/parser/lexparser/Debinarizer.class
edu/stanford/nlp/parser/lexparser/EvalbFormatWriter.class
edu/stanford/nlp/parser/metrics/AbstractEval$CatErrorEval.class
edu/stanford/nlp/parser/metrics/AbstractEval$RuleErrorEval.class
edu/stanford/nlp/parser/metrics/AbstractEval$ScoreEval.class
edu/stanford/nlp/parser/metrics/BestOfTopKEval.class
edu/stanford/nlp/parser/metrics/Evalb.class
edu/stanford/nlp/parser/metrics/Evalb$CBEval.class
edu/stanford/nlp/parser/metrics/EvalbByCat.class
edu/stanford/nlp/parser/metrics/FilteredEval.class
edu/stanford/nlp/parser/metrics/LeafAncestorEval.class
edu/stanford/nlp/parser/metrics/TaggingEval.class
edu/stanford/nlp/parser/metrics/TopMatchEval.class
edu/stanford/nlp/parser/metrics/UnlabeledAttachmentEval.class
edu/stanford/nlp/parser/lexparser/GrammarCompactor.class
edu/stanford/nlp/parser/lexparser/ExhaustivePCFGParser$Arc.class
edu/stanford/nlp/parser/lexparser/ExhaustivePCFGParser$Derivation.class
edu/stanford/nlp/parser/lexparser/ExhaustivePCFGParser$Vertex.class
edu/stanford/nlp/parser/lexparser/HTKLatticeReader.class
edu/stanford/nlp/parser/lexparser/Lattice.class
edu/stanford/nlp/parser/lexparser/LatticeEdge.class
edu/stanford/nlp/parser/lexparser/OutsideRuleFilter.class
edu/stanford/nlp/international/french/FrenchMorphoFeatureSpecification.class
edu/stanford/nlp/parser/lexparser/FactoredLexiconEvent.class
edu/stanford/nlp/stats/IntCounter.class
edu/stanford/nlp/stats/TwoDimensionalIntCounter.class
edu/stanford/nlp/parser/lexparser/BinaryGrammarExtractor.class
edu/stanford/nlp/parser/lexparser/NodePruner.class
edu/stanford/nlp/parser/lexparser/ProjectionScorer.class
edu/stanford/nlp/parser/lexparser/TwinScorer.class
edu/stanford/nlp/trees/TreeLengthComparator.class
edu/stanford/nlp/parser/lexparser/BinaryHeadFinder.class
edu/stanford/nlp/util/Beam.class
edu/stanford/nlp/parser/lexparser/FrenchTreebankParserParams$1.class
edu/stanford/nlp/parser/lexparser/FrenchTreebankParserParams$AddPOSSequenceFunction.class
edu/stanford/nlp/parser/lexparser/FrenchTreebankParserParams$AddRelativeNodeFunction.class
edu/stanford/nlp/parser/lexparser/FrenchTreebankParserParams$AnnotatePunctuationFunction.class
edu/stanford/nlp/parser/lexparser/TregexPoweredTreebankParserParams.class
edu/stanford/nlp/parser/lexparser/TregexPoweredTreebankParserParams$SimpleStringFunction.class
edu/stanford/nlp/trees/international/french/DybroFrenchHeadFinder.class
edu/stanford/nlp/international/french/FrenchUnknownWordSignatures.class
edu/stanford/nlp/parser/lexparser/FrenchUnknownWordModel.class
edu/stanford/nlp/parser/lexparser/GermanUnknownWordModel.class
edu/stanford/nlp/parser/lexparser/HTKLatticeReader$LatticeWord.class
edu/stanford/nlp/parser/lexparser/LexicalizedParserQuery.class
edu/stanford/nlp/trees/international/hebrew/HebrewTreeReaderFactory.class
edu/stanford/nlp/trees/international/hebrew/HebrewTreebankLanguagePack.class
edu/stanford/nlp/parser/lexparser/HookChart$1.class
edu/stanford/nlp/parser/lexparser/HookChart$ChartIndex.class
edu/stanford/nlp/parser/lexparser/HookChart$WeakChartIndex.class
edu/stanford/nlp/util/Scored.class
edu/stanford/nlp/parser/lexparser/ExactGrammarCompactor.class
edu/stanford/nlp/parser/lexparser/LexicalizedParser$1.class
edu/stanford/nlp/parser/lexparser/LinearGrammarSmoother.class
edu/stanford/nlp/parser/lexparser/ParseFiles.class
edu/stanford/nlp/parser/lexparser/RerankingParserQuery.class
edu/stanford/nlp/parser/lexparser/SplittingGrammarExtractor.class
edu/stanford/nlp/tagger/io/TaggedFileReader.class
edu/stanford/nlp/tagger/io/TaggedFileRecord.class
edu/stanford/nlp/trees/CompositeTreebank.class
edu/stanford/nlp/trees/FilteringTreebank.class
edu/stanford/nlp/trees/LengthTreeFilter.class
edu/stanford/nlp/trees/TreeLeafLabelTransformer.class
edu/stanford/nlp/parser/lexparser/FastFactoredParser.class
edu/stanford/nlp/parser/lexparser/IterativeCKYPCFGParser.class
edu/stanford/nlp/parser/lexparser/AbstractDependencyGrammar.class
edu/stanford/nlp/parser/lexparser/BasicCategoryTagProjection.class
edu/stanford/nlp/parser/lexparser/MLEDependencyGrammar$EndHead.class
edu/stanford/nlp/parser/lexparser/TestTagProjection.class
edu/stanford/nlp/parser/lexparser/NegraPennCollinizer.class
edu/stanford/nlp/trees/international/negra/NegraHeadFinder.class
edu/stanford/nlp/trees/international/negra/NegraLabel.class
edu/stanford/nlp/trees/international/negra/NegraPennLanguagePack.class
edu/stanford/nlp/trees/international/negra/NegraPennTreeReaderFactory.class
edu/stanford/nlp/trees/ConstituentFactory.class
edu/stanford/nlp/trees/LabeledScoredConstituent.class
edu/stanford/nlp/trees/LabeledScoredConstituentFactory.class
edu/stanford/nlp/parser/lexparser/OutsideRuleFilter$FA.class
edu/stanford/nlp/process/DocumentPreprocessor.class
edu/stanford/nlp/process/DocumentPreprocessor$DocType.class
edu/stanford/nlp/parser/lexparser/SpanishTreebankParserParams$1.class
edu/stanford/nlp/parser/lexparser/SpanishTreebankParserParams$MarkConjTypeFunction.class
edu/stanford/nlp/parser/lexparser/SpanishTreebankParserParams$MarkPrefixFunction.class
edu/stanford/nlp/parser/lexparser/TregexPoweredTreebankParserParams$AnnotateHeadFunction.class
edu/stanford/nlp/trees/international/spanish/SpanishHeadFinder.class
edu/stanford/nlp/trees/international/spanish/SpanishTreeReaderFactory.class
edu/stanford/nlp/trees/international/spanish/SpanishTreebankLanguagePack.class
edu/stanford/nlp/international/spanish/SpanishUnknownWordSignatures.class
edu/stanford/nlp/parser/lexparser/SpanishUnknownWordModel.class
edu/stanford/nlp/parser/lexparser/SplittingGrammarExtractor$1.class
edu/stanford/nlp/util/ThreeDimensionalMap.class
edu/stanford/nlp/parser/lexparser/PostSplitter.class
edu/stanford/nlp/parser/lexparser/TreeAnnotatorAndBinarizer$TreeNullAnnotator.class
edu/stanford/nlp/parser/lexparser/TreeBinarizer.class
edu/stanford/nlp/trees/TreebankFactory.class
edu/stanford/nlp/trees/international/tuebadz/TueBaDZHeadFinder.class
edu/stanford/nlp/trees/international/tuebadz/TueBaDZLanguagePack.class
edu/stanford/nlp/trees/international/tuebadz/TueBaDZTreeReaderFactory.class
edu/stanford/nlp/trees/GrammaticalStructureFactory.class
edu/stanford/nlp/parser/metrics/Evalb$1.class
edu/stanford/nlp/parser/metrics/Evalb$F1Comparator.class
edu/stanford/nlp/trees/TreeFilters.class
edu/stanford/nlp/trees/TreeFilters$HasMatchingChild.class
edu/stanford/nlp/parser/metrics/UnlabeledAttachmentEval$1.class
edu/stanford/nlp/trees/Dependency.class
edu/stanford/nlp/parser/nndep/Config.class
edu/stanford/nlp/parser/nndep/Configuration.class
edu/stanford/nlp/parser/nndep/DependencyTree.class
edu/stanford/nlp/parser/nndep/ParsingSystem.class
edu/stanford/nlp/parser/nndep/Classifier$1.class
edu/stanford/nlp/parser/nndep/Classifier$Cost.class
edu/stanford/nlp/parser/nndep/Classifier$CostFunction.class
edu/stanford/nlp/parser/nndep/Classifier$FeedforwardParams.class
edu/stanford/nlp/parser/nndep/Dataset.class
edu/stanford/nlp/parser/nndep/Example.class
edu/stanford/nlp/parser/nndep/Util.class
edu/stanford/nlp/parser/nndep/Classifier.class
edu/stanford/nlp/tagger/maxent/MaxentTagger.class
edu/stanford/nlp/parser/nndep/ArcStandard.class
edu/stanford/nlp/parser/nndep/DependencyParser$1.class
edu/stanford/nlp/process/WhitespaceTokenizer.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations.class
edu/stanford/nlp/trees/GrammaticalRelation.class
edu/stanford/nlp/trees/TreeGraphNode.class
edu/stanford/nlp/trees/TypedDependency.class
edu/stanford/nlp/trees/UniversalEnglishGrammaticalRelations.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.class
edu/stanford/nlp/pipeline/CoNLLUReader.class
edu/stanford/nlp/pipeline/CoNLLUReader$CoNLLUDocument.class
edu/stanford/nlp/pipeline/CoNLLUReader$CoNLLUSentence.class
edu/stanford/nlp/parser/shiftreduce/BinaryTransition.class
edu/stanford/nlp/parser/shiftreduce/BinaryTransition$Side.class
edu/stanford/nlp/parser/shiftreduce/CompoundUnaryTransition.class
edu/stanford/nlp/parser/shiftreduce/ShiftReduceOptions.class
edu/stanford/nlp/parser/shiftreduce/ShiftReduceUtils.class
edu/stanford/nlp/parser/shiftreduce/State.class
edu/stanford/nlp/parser/shiftreduce/Transition.class
edu/stanford/nlp/parser/shiftreduce/UnaryTransition.class
edu/stanford/nlp/tagger/common/Tagger.class
edu/stanford/nlp/util/TreeShapedStack.class
edu/stanford/nlp/parser/shiftreduce/FeatureFactory.class
edu/stanford/nlp/parser/shiftreduce/FeatureFactory$FeatureComponent.class
edu/stanford/nlp/parser/shiftreduce/FeatureFactory$Transition.class
edu/stanford/nlp/parser/shiftreduce/State$HeadPosition.class
edu/stanford/nlp/trees/TreeCoreAnnotations.class
edu/stanford/nlp/trees/TreeCoreAnnotations$HeadTagLabelAnnotation.class
edu/stanford/nlp/trees/TreeCoreAnnotations$HeadWordLabelAnnotation.class
edu/stanford/nlp/parser/shiftreduce/BinaryTransition$1.class
edu/stanford/nlp/trees/LabeledScoredTreeNode.class
edu/stanford/nlp/parser/shiftreduce/FinalizeTransition.class
edu/stanford/nlp/parser/shiftreduce/IdleTransition.class
edu/stanford/nlp/parser/shiftreduce/ShiftTransition.class
edu/stanford/nlp/tagger/maxent/Distsim.class
edu/stanford/nlp/parser/shiftreduce/FeatureFactory$1.class
edu/stanford/nlp/parser/shiftreduce/OracleTransition.class
edu/stanford/nlp/parser/shiftreduce/BaseModel.class
edu/stanford/nlp/parser/shiftreduce/CombinationFeatureFactory.class
edu/stanford/nlp/parser/shiftreduce/Oracle.class
edu/stanford/nlp/parser/shiftreduce/PerceptronModel$1.class
edu/stanford/nlp/parser/shiftreduce/PerceptronModel$TrainTreeProcessor.class
edu/stanford/nlp/parser/shiftreduce/PerceptronModel$Update.class
edu/stanford/nlp/parser/shiftreduce/ReorderingOracle.class
edu/stanford/nlp/parser/shiftreduce/ShiftReduceTrainOptions.class
edu/stanford/nlp/parser/shiftreduce/ShiftReduceTrainOptions$TrainingMethod.class
edu/stanford/nlp/parser/shiftreduce/Weight.class
edu/stanford/nlp/parser/shiftreduce/PerceptronModel.class
edu/stanford/nlp/parser/shiftreduce/ShiftReduceTestOptions.class
edu/stanford/nlp/parser/shiftreduce/CreateTransitionSequence.class
edu/stanford/nlp/parser/shiftreduce/ShiftReduceParser$RetagProcessor.class
edu/stanford/nlp/parser/shiftreduce/ShiftReduceParserQuery.class
edu/stanford/nlp/parser/shiftreduce/TreeRecorder.class
edu/stanford/nlp/parser/shiftreduce/TreeRecorder$Mode.class
edu/stanford/nlp/util/ArrayUtils.class
edu/stanford/nlp/parser/shiftreduce/TreeRecorder$1.class
edu/stanford/nlp/parser/ui/Parser$1.class
edu/stanford/nlp/parser/ui/ParserPanel.class
edu/stanford/nlp/util/DisabledPreferencesFactory.class
edu/stanford/nlp/parser/ui/ParserPanel$1.class
edu/stanford/nlp/parser/ui/ParserPanel$2.class
edu/stanford/nlp/parser/ui/ParserPanel$3.class
edu/stanford/nlp/parser/ui/ParserPanel$4.class
edu/stanford/nlp/parser/ui/ParserPanel$JFileChooserLocation.class
edu/stanford/nlp/parser/ui/ParserPanel$LoadParserThread.class
edu/stanford/nlp/parser/ui/ParserPanel$ParseThread.class
edu/stanford/nlp/parser/ui/ParserPanel$SaveOutputThread.class
edu/stanford/nlp/parser/ui/ParserPanel$TimerListener.class
edu/stanford/nlp/parser/ui/TreeJPanel.class
edu/stanford/nlp/process/DocumentProcessor.class
edu/stanford/nlp/process/StripTagsProcessor.class
edu/stanford/nlp/swing/FontDetector.class
edu/stanford/nlp/ui/JarFileChooser.class
edu/stanford/nlp/parser/ui/TreeJPanel$1.class
edu/stanford/nlp/parser/ui/TreeJPanel$WidthResult.class
edu/stanford/nlp/pipeline/Annotator$1.class
edu/stanford/nlp/semgraph/SemanticGraphCoreAnnotations.class
edu/stanford/nlp/semgraph/SemanticGraphCoreAnnotations$BasicDependenciesAnnotation.class
edu/stanford/nlp/semgraph/SemanticGraphFactory.class
edu/stanford/nlp/pipeline/CoreMapAttributeAggregator$1.class
edu/stanford/nlp/pipeline/CoreMapAttributeAggregator$2.class
edu/stanford/nlp/pipeline/CoreMapAttributeAggregator$3.class
edu/stanford/nlp/pipeline/CoreMapAttributeAggregator$4.class
edu/stanford/nlp/pipeline/CoreMapAttributeAggregator$5.class
edu/stanford/nlp/pipeline/CoreMapAttributeAggregator$6.class
edu/stanford/nlp/pipeline/CoreMapAttributeAggregator$7.class
edu/stanford/nlp/pipeline/CoreMapAttributeAggregator$8.class
edu/stanford/nlp/pipeline/CoreMapAttributeAggregator$ConcatAggregator.class
edu/stanford/nlp/pipeline/CoreMapAttributeAggregator$ConcatCoreMapListAggregator.class
edu/stanford/nlp/pipeline/CoreMapAttributeAggregator$ConcatListAggregator.class
edu/stanford/nlp/pipeline/CoreMapAttributeAggregator$ConcatTextAggregator.class
edu/stanford/nlp/pipeline/CoreMapAttributeAggregator$MostFreqAggregator.class
edu/stanford/nlp/pipeline/LanguageInfo$HumanLanguage.class
edu/stanford/nlp/pipeline/LanguageInfo.class
edu/stanford/nlp/semgraph/SemanticGraph$OutputFormat.class
edu/stanford/nlp/semgraph/SemanticGraphCoreAnnotations$CollapsedCCProcessedDependenciesAnnotation.class
edu/stanford/nlp/semgraph/SemanticGraphCoreAnnotations$CollapsedDependenciesAnnotation.class
edu/stanford/nlp/semgraph/SemanticGraphCoreAnnotations$EnhancedDependenciesAnnotation.class
edu/stanford/nlp/semgraph/SemanticGraphCoreAnnotations$EnhancedPlusPlusDependenciesAnnotation.class
edu/stanford/nlp/trees/GrammaticalStructure$Extras.class
edu/stanford/nlp/trees/TreeCoreAnnotations$KBestTreesAnnotation.class
edu/stanford/nlp/trees/TreeCoreAnnotations$TreeAnnotation.class
edu/stanford/nlp/process/ListProcessor.class
edu/stanford/nlp/process/Americanize.class
edu/stanford/nlp/process/WordShapeClassifier.class
edu/stanford/nlp/process/DocumentPreprocessor$PlainTextIterator.class
edu/stanford/nlp/process/DocumentPreprocessor$XMLIterator.class
edu/stanford/nlp/process/WhitespaceLexer.class
edu/stanford/nlp/process/DocumentPreprocessor$PlainTextIterator$1.class
edu/stanford/nlp/io/Lexer.class
edu/stanford/nlp/process/JFlexDummyLexer.class
edu/stanford/nlp/process/LexerUtils$1.class
edu/stanford/nlp/process/Morpha.class
edu/stanford/nlp/process/AbstractListProcessor.class
edu/stanford/nlp/process/PTBLexer$1.class
edu/stanford/nlp/process/PTBLexer$UntokenizableOptions.class
edu/stanford/nlp/process/PTBLexer.class
edu/stanford/nlp/process/PTB2TextLexer.class
edu/stanford/nlp/process/PTBTokenizer$1.class
edu/stanford/nlp/process/TransformXML$NoEscapingSAXInterface.class
edu/stanford/nlp/process/TransformXML$SAXInterface.class
edu/stanford/nlp/process/TransformXML.class
edu/stanford/nlp/process/WhitespaceTokenizer$WhitespaceTokenizerFactory.class
edu/stanford/nlp/process/WordSegmentingTokenizer$WordSegmentingTokenizerFactory.class
edu/stanford/nlp/process/WordShapeClassifier$1.class
edu/stanford/nlp/process/WordShapeClassifier$DistributionalClusters.class
edu/stanford/nlp/trees/international/pennchinese/ChineseUtils.class
edu/stanford/nlp/process/WordShapeClassifier$DistributionalClusters$LcMap.class
edu/stanford/nlp/process/WordToSentenceProcessor$NewlineIsSentenceBreak.class
edu/stanford/nlp/semgraph/SemanticGraph$1.class
edu/stanford/nlp/semgraph/SemanticGraph$SemanticGraphParsingTask.class
edu/stanford/nlp/semgraph/SemanticGraphFormatter.class
edu/stanford/nlp/util/StringParsingTask.class
edu/stanford/nlp/util/StringParsingTask$ParserException.class
edu/stanford/nlp/semgraph/SemanticGraphCoreAnnotations$AlternativeDependenciesAnnotation.class
edu/stanford/nlp/semgraph/SemanticGraphEdge$1.class
edu/stanford/nlp/semgraph/SemanticGraphEdge$SemanticGraphEdgeTargetComparator.class
edu/stanford/nlp/semgraph/SemanticGraphFactory$1.class
edu/stanford/nlp/semgraph/SemanticGraphFactory$Mode.class
edu/stanford/nlp/semgraph/ISemanticGraphEdgeEql.class
edu/stanford/nlp/semgraph/SemanticGraphUtils$EdgeDiffResult.class
edu/stanford/nlp/semgraph/SemanticGraphUtils$IndexedWordProxy.class
edu/stanford/nlp/semgraph/SemanticGraphUtils$PositionedTree.class
edu/stanford/nlp/semgraph/SemanticGraphUtils$PrintVerticeParams.class
edu/stanford/nlp/semgraph/SemanticGraphUtils$TreeNodeProxy.class
edu/stanford/nlp/util/MapList.class
edu/stanford/nlp/semgraph/semgrex/Alignment.class
edu/stanford/nlp/semgraph/semgrex/CoordinationPattern$CoordinationMatcher.class
edu/stanford/nlp/semgraph/semgrex/NodePattern.class
edu/stanford/nlp/semgraph/semgrex/SemgrexMatcher.class
edu/stanford/nlp/semgraph/semgrex/SemgrexPattern.class
edu/stanford/nlp/semgraph/semgrex/VariableStrings.class
edu/stanford/nlp/semgraph/semgrex/CoordinationPattern.class
edu/stanford/nlp/semgraph/semgrex/GraphRelation$1.class
edu/stanford/nlp/semgraph/semgrex/GraphRelation$2.class
edu/stanford/nlp/semgraph/semgrex/GraphRelation$3.class
edu/stanford/nlp/semgraph/semgrex/GraphRelation$ADJACENT_NODE.class
edu/stanford/nlp/semgraph/semgrex/GraphRelation$ALIGNMENT.class
edu/stanford/nlp/semgraph/semgrex/GraphRelation$DEPENDENT.class
edu/stanford/nlp/semgraph/semgrex/GraphRelation$EQUALS.class
edu/stanford/nlp/semgraph/semgrex/GraphRelation$GOVERNER.class
edu/stanford/nlp/semgraph/semgrex/GraphRelation$GRANDKID.class
edu/stanford/nlp/semgraph/semgrex/GraphRelation$GRANDPARENT.class
edu/stanford/nlp/semgraph/semgrex/GraphRelation$GRANDSOMETHING.class
edu/stanford/nlp/semgraph/semgrex/GraphRelation$LEFT_IMMEDIATE_SIBLING.class
edu/stanford/nlp/semgraph/semgrex/GraphRelation$LEFT_SIBLING.class
edu/stanford/nlp/semgraph/semgrex/GraphRelation$LIMITED_GRANDKID.class
edu/stanford/nlp/semgraph/semgrex/GraphRelation$LIMITED_GRANDPARENT.class
edu/stanford/nlp/semgraph/semgrex/GraphRelation$RIGHT_IMMEDIATE_SIBLING.class
edu/stanford/nlp/semgraph/semgrex/GraphRelation$RIGHT_SIBLING.class
edu/stanford/nlp/semgraph/semgrex/GraphRelation$SIBLING_RELATION.class
edu/stanford/nlp/semgraph/semgrex/GraphRelation$SearchNodeIterator.class
edu/stanford/nlp/semgraph/semgrex/ParseException.class
edu/stanford/nlp/util/ArrayStringFilter.class
edu/stanford/nlp/util/ArrayStringFilter$Mode.class
edu/stanford/nlp/util/RegexStringFilter.class
edu/stanford/nlp/semgraph/semgrex/GraphRelation.class
edu/stanford/nlp/semgraph/semgrex/GraphRelation$1$1.class
edu/stanford/nlp/semgraph/semgrex/GraphRelation$3$1.class
edu/stanford/nlp/semgraph/semgrex/GraphRelation$ADJACENT_NODE$1.class
edu/stanford/nlp/semgraph/semgrex/GraphRelation$ALIGNMENT$1.class
edu/stanford/nlp/semgraph/semgrex/GraphRelation$DEPENDENT$1.class
edu/stanford/nlp/semgraph/semgrex/GraphRelation$EQUALS$1.class
edu/stanford/nlp/semgraph/semgrex/GraphRelation$GOVERNER$1.class
edu/stanford/nlp/semgraph/semgrex/GraphRelation$GRANDSOMETHING$1.class
edu/stanford/nlp/semgraph/semgrex/GraphRelation$LIMITED_GRANDKID$1.class
edu/stanford/nlp/semgraph/semgrex/GraphRelation$LIMITED_GRANDPARENT$1.class
edu/stanford/nlp/semgraph/semgrex/GraphRelation$SIBLING_RELATION$1.class
edu/stanford/nlp/semgraph/semgrex/SemgrexParseException.class
edu/stanford/nlp/semgraph/semgrex/Env.class
edu/stanford/nlp/semgraph/semgrex/NodePattern$NodeMatcher.class
edu/stanford/nlp/semgraph/semgrex/Token.class
edu/stanford/nlp/semgraph/semgrex/NodeAttributes.class
edu/stanford/nlp/semgraph/semgrex/SemgrexParserConstants.class
edu/stanford/nlp/semgraph/semgrex/SemgrexParserTokenManager.class
edu/stanford/nlp/semgraph/semgrex/SimpleCharStream.class
edu/stanford/nlp/semgraph/semgrex/TokenMgrError.class
edu/stanford/nlp/semgraph/semgrex/SemgrexParser.class
edu/stanford/nlp/semgraph/semgrex/SemgrexPattern$OutputFormat.class
edu/stanford/nlp/trees/ud/CoNLLUDocumentReader.class
edu/stanford/nlp/sentiment/RNNTestOptions.class
edu/stanford/nlp/sentiment/RNNTrainOptions.class
edu/stanford/nlp/sequences/SequenceModel.class
edu/stanford/nlp/sequences/SeqClassifierFlags.class
edu/stanford/nlp/sequences/BestSequenceFinder.class
edu/stanford/nlp/sequences/DocumentReaderAndWriter.class
edu/stanford/nlp/sequences/PlainTextDocumentReaderAndWriter$1.class
edu/stanford/nlp/sequences/PlainTextDocumentReaderAndWriter$OutputStyle.class
edu/stanford/nlp/sequences/PlainTextDocumentReaderAndWriter.class
edu/stanford/nlp/optimization/StochasticCalculateMethods.class
edu/stanford/nlp/sequences/SeqClassifierFlags$SlashHyphenEnum.class
edu/stanford/nlp/stats/ClassicCounter$1.class
edu/stanford/nlp/stats/ClassicCounter$2.class
edu/stanford/nlp/stats/ClassicCounter$ClassicCounterFactory.class
edu/stanford/nlp/util/logging/PrettyLogger.class
edu/stanford/nlp/stats/ClassicCounter$1$1.class
edu/stanford/nlp/stats/ClassicCounter$2$1.class
edu/stanford/nlp/stats/ClassicCounter$2$1$1.class
edu/stanford/nlp/util/logging/PrettyLoggable.class
edu/stanford/nlp/stats/Counters$1.class
edu/stanford/nlp/stats/Counters$2.class
edu/stanford/nlp/stats/Counters$3.class
edu/stanford/nlp/stats/Counters$NaturalComparator.class
edu/stanford/nlp/stats/TwoDimensionalCounterInterface.class
edu/stanford/nlp/util/Sets.class
edu/stanford/nlp/stats/AbstractCounter.class
edu/stanford/nlp/stats/Counters$1$1.class
edu/stanford/nlp/stats/Counters$1$1$1.class
edu/stanford/nlp/stats/Counters$1$1$1$1.class
edu/stanford/nlp/stats/Counters$2$1.class
edu/stanford/nlp/stats/Counters$2$2.class
edu/stanford/nlp/stats/Counters$2$3.class
edu/stanford/nlp/stats/Counters$2$4.class
edu/stanford/nlp/stats/Counters$2$1$1.class
edu/stanford/nlp/stats/Counters$2$1$1$1.class
edu/stanford/nlp/stats/Counters$2$3$1.class
edu/stanford/nlp/stats/Counters$2$4$1.class
edu/stanford/nlp/stats/Distribution$1.class
edu/stanford/nlp/stats/Distribution$DynamicDistribution.class
edu/stanford/nlp/stats/ProbabilityDistribution.class
edu/stanford/nlp/stats/Sampler.class
edu/stanford/nlp/stats/SimpleGoodTuring.class
edu/stanford/nlp/stats/GeneralizedCounter$1.class
edu/stanford/nlp/stats/GeneralizedCounter$CounterView.class
edu/stanford/nlp/stats/GeneralizedCounter$Entry.class
edu/stanford/nlp/stats/GeneralizedCounter$OneDimensionalCounterView.class
edu/stanford/nlp/stats/IntCounter$1.class
edu/stanford/nlp/stats/IntCounter$2.class
edu/stanford/nlp/stats/IntCounter$3.class
edu/stanford/nlp/stats/IntCounter$NaturalComparator.class
edu/stanford/nlp/util/MutableInteger.class
edu/stanford/nlp/stats/IntCounter$1$1.class
edu/stanford/nlp/stats/IntCounter$1$1$1.class
edu/stanford/nlp/stats/IntCounter$3$1.class
edu/stanford/nlp/tagger/io/TSVTaggedFileReader.class
edu/stanford/nlp/tagger/io/TaggedFileRecord$1.class
edu/stanford/nlp/tagger/io/TaggedFileRecord$Format.class
edu/stanford/nlp/tagger/io/TextTaggedFileReader.class
edu/stanford/nlp/tagger/io/TreeTaggedFileReader.class
edu/stanford/nlp/tagger/maxent/ASBCunkDict.class
edu/stanford/nlp/tagger/maxent/History.class
edu/stanford/nlp/tagger/maxent/PairsHolder.class
edu/stanford/nlp/tagger/maxent/RareExtractor.class
edu/stanford/nlp/tagger/maxent/TestSentence.class
edu/stanford/nlp/tagger/maxent/Dictionary.class
edu/stanford/nlp/tagger/maxent/TTags.class
edu/stanford/nlp/tagger/maxent/AmbiguityClass.class
edu/stanford/nlp/tagger/maxent/CTBunkDict.class
edu/stanford/nlp/tagger/maxent/CompanyNameDetector.class
edu/stanford/nlp/tagger/maxent/CtbDict.class
edu/stanford/nlp/maxent/DataGeneric.class
edu/stanford/nlp/tagger/maxent/AmbiguityClasses.class
edu/stanford/nlp/tagger/maxent/CountWrapper.class
edu/stanford/nlp/tagger/maxent/TagCount.class
edu/stanford/nlp/tagger/maxent/Extractor.class
edu/stanford/nlp/tagger/maxent/ExtractorCapDistLC.class
edu/stanford/nlp/tagger/maxent/ExtractorFrames$ExtractorCWordCapCase.class
edu/stanford/nlp/tagger/maxent/ExtractorFrames$ExtractorContinuousTagConjunction.class
edu/stanford/nlp/tagger/maxent/ExtractorFrames$ExtractorThreeTags.class
edu/stanford/nlp/tagger/maxent/ExtractorFrames$ExtractorTwoTags.class
edu/stanford/nlp/tagger/maxent/ExtractorFrames$ExtractorTwoWords.class
edu/stanford/nlp/tagger/maxent/ExtractorFrames$ExtractorTwoWordsTag.class
edu/stanford/nlp/tagger/maxent/ExtractorFrames$ExtractorWordLowerCase.class
edu/stanford/nlp/tagger/maxent/ExtractorFrames$ExtractorWordTag.class
edu/stanford/nlp/tagger/maxent/ExtractorFrames$ExtractorWordTwoTags.class
edu/stanford/nlp/tagger/maxent/ExtractorSpanishAuxiliaryTag.class
edu/stanford/nlp/tagger/maxent/ExtractorSpanishSemiauxiliaryTag.class
edu/stanford/nlp/tagger/maxent/ExtractorVerbalVBNZero.class
edu/stanford/nlp/tagger/maxent/ExtractorWordShapeClassifier.class
edu/stanford/nlp/tagger/maxent/ExtractorWordShapeConjunction.class
edu/stanford/nlp/tagger/maxent/ExtractorFrames.class
edu/stanford/nlp/tagger/maxent/ASBCunkDetector.class
edu/stanford/nlp/tagger/maxent/CTBunkDictDetector.class
edu/stanford/nlp/tagger/maxent/CaselessCompanyNameDetector.class
edu/stanford/nlp/tagger/maxent/CtbPreDetector.class
edu/stanford/nlp/tagger/maxent/CtbSufDetector.class
edu/stanford/nlp/tagger/maxent/ExtractorAllCap.class
edu/stanford/nlp/tagger/maxent/ExtractorAllCapitalized.class
edu/stanford/nlp/tagger/maxent/ExtractorCNumber.class
edu/stanford/nlp/tagger/maxent/ExtractorCapLCSeen.class
edu/stanford/nlp/tagger/maxent/ExtractorDash.class
edu/stanford/nlp/tagger/maxent/ExtractorDistsim.class
edu/stanford/nlp/tagger/maxent/ExtractorDistsimConjunction.class
edu/stanford/nlp/tagger/maxent/ExtractorFrenchAdjSuffix.class
edu/stanford/nlp/tagger/maxent/ExtractorFrenchAdvSuffix.class
edu/stanford/nlp/tagger/maxent/ExtractorFrenchNounSuffix.class
edu/stanford/nlp/tagger/maxent/ExtractorFrenchPluralSuffix.class
edu/stanford/nlp/tagger/maxent/ExtractorFrenchVerbSuffix.class
edu/stanford/nlp/tagger/maxent/ExtractorLetterDigitDash.class
edu/stanford/nlp/tagger/maxent/ExtractorMidSentenceCap.class
edu/stanford/nlp/tagger/maxent/ExtractorMidSentenceCapC.class
edu/stanford/nlp/tagger/maxent/ExtractorSpanishConditionalSuffix.class
edu/stanford/nlp/tagger/maxent/ExtractorSpanishGender.class
edu/stanford/nlp/tagger/maxent/ExtractorSpanishImperfectErIrSuffix.class
edu/stanford/nlp/tagger/maxent/ExtractorStartSentenceCap.class
edu/stanford/nlp/tagger/maxent/ExtractorUCase.class
edu/stanford/nlp/tagger/maxent/ExtractorUpperDigitDash.class
edu/stanford/nlp/tagger/maxent/ExtractorWordPref.class
edu/stanford/nlp/tagger/maxent/ExtractorWordSuff.class
edu/stanford/nlp/tagger/maxent/ExtractorsConjunction.class
edu/stanford/nlp/tagger/maxent/CWordBooleanExtractor.class
edu/stanford/nlp/tagger/maxent/DictionaryExtractor.class
edu/stanford/nlp/tagger/maxent/Extractors.class
edu/stanford/nlp/tagger/maxent/TaggerFeature.class
edu/stanford/nlp/tagger/maxent/ExtractorFramesRare.class
edu/stanford/nlp/tagger/maxent/FeatureKey.class
edu/stanford/nlp/tagger/maxent/LambdaSolveTagger.class
edu/stanford/nlp/tagger/maxent/MaxentTagger$1.class
edu/stanford/nlp/tagger/maxent/MaxentTagger$SentenceTaggingProcessor.class
edu/stanford/nlp/tagger/maxent/MaxentTagger$TaggerWrapper.class
edu/stanford/nlp/tagger/maxent/TaggerConfig$Mode.class
edu/stanford/nlp/tagger/maxent/TaggerExperiments.class
edu/stanford/nlp/tagger/maxent/TaggerFeatures.class
edu/stanford/nlp/tagger/maxent/TestClassifier.class
edu/stanford/nlp/tagger/maxent/DataWordTag.class
edu/stanford/nlp/tagger/maxent/HistoryTable.class
edu/stanford/nlp/tagger/maxent/ReadDataTagged.class
edu/stanford/nlp/tagger/maxent/TemplateHash.class
edu/stanford/nlp/tagger/maxent/TemplateHash$ListInstances.class
edu/stanford/nlp/tagger/maxent/TestClassifier$TestSentenceProcessor.class
edu/stanford/nlp/util/ConfusionMatrix.class
edu/stanford/nlp/sequences/ExactBestSequenceFinder.class
edu/stanford/nlp/trees/CopulaHeadFinder.class
edu/stanford/nlp/trees/AbstractTreebankLanguagePack$BasicCategoryStringFunction.class
edu/stanford/nlp/trees/AbstractTreebankLanguagePack$CategoryAndFunctionStringFunction.class
edu/stanford/nlp/trees/PennTreeReaderFactory.class
edu/stanford/nlp/trees/AbstractTreebankLanguagePack.class
edu/stanford/nlp/trees/RecursiveTreeTransformer.class
edu/stanford/nlp/trees/BobChrisTreeNormalizer$EmptyFilter.class
edu/stanford/nlp/trees/AbstractCollinsHeadFinder.class
edu/stanford/nlp/trees/CollinsHeadFinder.class
edu/stanford/nlp/trees/CollocationFinder$1.class
edu/stanford/nlp/trees/CollocationFinder$Collocation.class
edu/stanford/nlp/trees/CoordinationTransformer.class
edu/stanford/nlp/trees/WordNetConnection.class
edu/stanford/nlp/trees/CollocationFinder.class
edu/stanford/nlp/trees/CompositeTreebank$CompositeTreebankIterator.class
edu/stanford/nlp/trees/Labeled.class
edu/stanford/nlp/trees/DateTreeTransformer.class
edu/stanford/nlp/trees/DependencyTreeTransformer.class
edu/stanford/nlp/trees/EnglishPatterns.class
edu/stanford/nlp/trees/QPTreeTransformer.class
edu/stanford/nlp/trees/DeepTree$1.class
edu/stanford/nlp/trees/Dependencies$1.class
edu/stanford/nlp/trees/Dependencies$ComparatorHolder.class
edu/stanford/nlp/trees/Dependencies$DependentPuncTagRejectFilter.class
edu/stanford/nlp/trees/Dependencies$DependentPuncWordRejectFilter.class
edu/stanford/nlp/trees/Dependencies.class
edu/stanford/nlp/trees/Dependencies$ComparatorHolder$DependencyIdxComparator.class
edu/stanford/nlp/trees/DependencyFactory.class
edu/stanford/nlp/trees/DependencyScoring$Score.class
edu/stanford/nlp/trees/DependencyScoring$TypedDependencyStringEquality.class
edu/stanford/nlp/trees/GrammaticalStructureFromDependenciesFactory.class
edu/stanford/nlp/trees/GraphLessGrammaticalStructureFactory.class
edu/stanford/nlp/trees/fakeShortNameToGRel.class
edu/stanford/nlp/trees/DiskTreebank$1.class
edu/stanford/nlp/trees/DiskTreebank$DiskTreebankIterator.class
edu/stanford/nlp/trees/EnglishGrammaticalStructure$1.class
edu/stanford/nlp/trees/EnglishGrammaticalStructure$ExtraTreeDepFilter.class
edu/stanford/nlp/trees/EnglishGrammaticalStructure$FromDependenciesFactory.class
edu/stanford/nlp/trees/GrammaticalStructureConversionUtils.class
edu/stanford/nlp/trees/FilteringTreebank$FilteringTreebankIterator.class
edu/stanford/nlp/trees/GrammaticalRelation$1.class
edu/stanford/nlp/trees/GrammaticalStructure$1.class
edu/stanford/nlp/trees/GrammaticalStructure$NameComparator.class
edu/stanford/nlp/trees/GrammaticalStructure$NoPunctFilter.class
edu/stanford/nlp/trees/GrammaticalStructure$NoPunctTypedDependencyFilter.class
edu/stanford/nlp/trees/ud/EnhancementOptions.class
edu/stanford/nlp/trees/DependencyPrinter.class
edu/stanford/nlp/trees/DependencyReader.class
edu/stanford/nlp/trees/GrammaticalStructureConversionUtils$ConverterOptions.class
edu/stanford/nlp/trees/GrammaticalStructureConversionUtils$LazyLoadTreesByParsing.class
edu/stanford/nlp/trees/GrammaticalStructureConversionUtils$TreeBankGrammaticalStructureWrapper.class
edu/stanford/nlp/trees/UniversalPOSMapper.class
edu/stanford/nlp/trees/GrammaticalStructureConversionUtils$LazyLoadTreesByParsing$1.class
edu/stanford/nlp/trees/SimpleTree.class
edu/stanford/nlp/trees/GrammaticalStructureConversionUtils$TreeBankGrammaticalStructureWrapper$GsIterator.class
edu/stanford/nlp/trees/GraphLessGrammaticalStructure.class
edu/stanford/nlp/trees/LabeledConstituent$1.class
edu/stanford/nlp/trees/LabeledConstituent$ConstituentFactoryHolder.class
edu/stanford/nlp/trees/LabeledConstituent$LabelFactoryHolder.class
edu/stanford/nlp/trees/LabeledConstituent$LabeledConstituentLabelFactory.class
edu/stanford/nlp/trees/LabeledConstituent$ConstituentFactoryHolder$LabeledConstituentFactory.class
edu/stanford/nlp/trees/LabeledScoredConstituent$1.class
edu/stanford/nlp/trees/LabeledScoredConstituent$ConstituentFactoryHolder.class
edu/stanford/nlp/trees/LabeledScoredConstituent$LabelFactoryHolder.class
edu/stanford/nlp/trees/LabeledScoredConstituent$LabeledScoredConstituentLabelFactory.class
edu/stanford/nlp/trees/SimpleTreeFactory.class
edu/stanford/nlp/trees/LabeledScoredTreeNode$TreeFactoryHolder.class
edu/stanford/nlp/util/FilePathProcessor.class
edu/stanford/nlp/util/FileProcessor.class
edu/stanford/nlp/trees/NPTmpRetainingTreeNormalizer$1.class
edu/stanford/nlp/trees/NPTmpRetainingTreeNormalizer$2.class
edu/stanford/nlp/trees/NPTmpRetainingTreeNormalizer$NPTmpAdvRetainingTreeReaderFactory.class
edu/stanford/nlp/trees/NPTmpRetainingTreeNormalizer$NPTmpRetainingTreeReaderFactory.class
edu/stanford/nlp/trees/NamedDependency$1.class
edu/stanford/nlp/trees/NamedDependency$DependencyFactoryHolder.class
edu/stanford/nlp/trees/NamedDependency$NamedDependencyFactory.class
edu/stanford/nlp/trees/UnnamedDependency.class
edu/stanford/nlp/trees/NamedDependency.class
edu/stanford/nlp/trees/PennTreebankTokenizer.class
edu/stanford/nlp/trees/EnglishGrammaticalStructureFactory.class
edu/stanford/nlp/trees/UniversalEnglishGrammaticalStructureFactory.class
edu/stanford/nlp/process/TokenizerAdapter.class
edu/stanford/nlp/trees/PennTreebankTokenizer$1.class
edu/stanford/nlp/trees/PennTreebankTokenizer$EnglishTreebankStreamTokenizer.class
edu/stanford/nlp/trees/SimpleConstituent$1.class
edu/stanford/nlp/trees/SimpleConstituent$ConstituentFactoryHolder.class
edu/stanford/nlp/trees/SimpleConstituent$LabelFactoryHolder.class
edu/stanford/nlp/trees/SimpleConstituent$SimpleConstituentLabelFactory.class
edu/stanford/nlp/trees/SimpleConstituent$ConstituentFactoryHolder$SimpleConstituentFactory.class
edu/stanford/nlp/trees/SimpleTree$TreeFactoryHolder.class
edu/stanford/nlp/trees/TransformingTreebank$1.class
edu/stanford/nlp/trees/TransformingTreebank$MyTreeTransformer.class
edu/stanford/nlp/trees/TransformingTreebank$MyTreeTransformer2.class
edu/stanford/nlp/trees/TransformingTreebank$MyTreeTransformer3.class
edu/stanford/nlp/trees/TransformingTreebank$TransformingTreebankIterator.class
edu/stanford/nlp/trees/TransformingTreebank.class
edu/stanford/nlp/trees/SimpleConstituentFactory.class
edu/stanford/nlp/trees/Tree$TreeIterator.class
edu/stanford/nlp/trees/UnnamedConcreteDependency.class
edu/stanford/nlp/trees/TreeCoreAnnotations$BinarizedTreeAnnotation.class
edu/stanford/nlp/trees/TreeFunctions$1.class
edu/stanford/nlp/trees/TreeFunctions$LabeledToDescriptiveCoreLabelTreeFunction.class
edu/stanford/nlp/trees/TreeFunctions$LabeledTreeToCategoryWordTagTreeFunction.class
edu/stanford/nlp/trees/TreeFunctions$LabeledTreeToStringLabeledTreeFunction.class
edu/stanford/nlp/trees/TreeFunctions.class
edu/stanford/nlp/trees/HasParent.class
edu/stanford/nlp/trees/TreeGraphNode$TreeFactoryHolder.class
edu/stanford/nlp/trees/TreeGraphNodeFactory.class
edu/stanford/nlp/trees/WordStemmer.class
edu/stanford/nlp/trees/international/pennchinese/ChineseEnglishWordMap.class
edu/stanford/nlp/trees/TreeTokenizerFactory$1.class
edu/stanford/nlp/io/ExtensionFileFilter.class
edu/stanford/nlp/trees/Treebank$1.class
edu/stanford/nlp/trees/Treebank$CounterTreeProcessor.class
edu/stanford/nlp/trees/UniversalEnglishGrammaticalStructure$1.class
edu/stanford/nlp/trees/UniversalEnglishGrammaticalStructure$ExtraTreeDepFilter.class
edu/stanford/nlp/trees/UniversalEnglishGrammaticalStructure$FromDependenciesFactory.class
edu/stanford/nlp/trees/UnnamedConcreteDependency$1.class
edu/stanford/nlp/trees/UnnamedConcreteDependency$DependencyFactoryHolder.class
edu/stanford/nlp/trees/UnnamedConcreteDependency$UnnamedConcreteDependencyFactory.class
edu/stanford/nlp/trees/UnnamedDependency$1.class
edu/stanford/nlp/trees/UnnamedDependency$DependencyFactoryHolder.class
edu/stanford/nlp/trees/UnnamedDependency$UnnamedDependencyFactory.class
edu/stanford/nlp/trees/fakeShortNameToGRel$1.class
edu/stanford/nlp/trees/international/arabic/ArabicHeadFinder$1.class
edu/stanford/nlp/trees/international/arabic/ArabicHeadFinder$TagSet.class
edu/stanford/nlp/trees/international/arabic/ArabicHeadFinder$TagSet$1.class
edu/stanford/nlp/trees/international/arabic/ArabicHeadFinder$TagSet$2.class
edu/stanford/nlp/trees/FilteringTreeReader.class
edu/stanford/nlp/trees/international/arabic/ArabicTreeReaderFactory$XFilter.class
edu/stanford/nlp/trees/international/arabic/ArabicTreebankTokenizer.class
edu/stanford/nlp/trees/international/french/FrenchTreeNormalizer$1.class
edu/stanford/nlp/trees/international/french/FrenchTreeNormalizer$FrenchAOverAFilter.class
edu/stanford/nlp/trees/international/french/FrenchTreeNormalizer.class
edu/stanford/nlp/trees/international/french/FrenchHeadFinder.class
edu/stanford/nlp/io/ReaderInputStream.class
edu/stanford/nlp/trees/international/hebrew/HebrewTreeNormalizer$HebrewEmptyFilter.class
edu/stanford/nlp/trees/international/hebrew/HebrewTreeNormalizer.class
edu/stanford/nlp/trees/international/negra/NegraLabel$1.class
edu/stanford/nlp/trees/international/negra/NegraLabel$NegraLabelFactory.class
edu/stanford/nlp/process/LexerTokenizer.class
edu/stanford/nlp/trees/international/negra/NegraPennLexer.class
edu/stanford/nlp/trees/international/negra/NegraPennTreeNormalizer$1.class
edu/stanford/nlp/trees/international/negra/NegraPennTreeNormalizer$2.class
edu/stanford/nlp/trees/international/negra/NegraPennTreeNormalizer.class
edu/stanford/nlp/trees/international/negra/NegraPennTokenizer.class
edu/stanford/nlp/trees/international/pennchinese/CHTBLexer.class
edu/stanford/nlp/trees/international/pennchinese/CTBErrorCorrectingTreeNormalizer$1.class
edu/stanford/nlp/trees/international/pennchinese/CTBErrorCorrectingTreeNormalizer$CTBErrorCorrectingTreeReaderFactory.class
edu/stanford/nlp/trees/international/pennchinese/CTBErrorCorrectingTreeNormalizer$ChineseEmptyFilter.class
edu/stanford/nlp/trees/international/pennchinese/CHTBTokenizer.class
edu/stanford/nlp/trees/international/pennchinese/CTBTreeReaderFactory$NoEmptiesCTBTreeReaderFactory.class
edu/stanford/nlp/trees/international/pennchinese/FragDiscardingPennTreeReader.class
edu/stanford/nlp/trees/international/pennchinese/CEDict.class
edu/stanford/nlp/trees/international/pennchinese/ChineseEnglishWordMap$SingletonHolder.class
edu/stanford/nlp/util/UTF8EquivalenceFunction.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalStructure$FromDependenciesFactory.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalStructureFactory.class
edu/stanford/nlp/trees/international/pennchinese/UniversalChineseGrammaticalStructureFactory.class
edu/stanford/nlp/trees/international/pennchinese/UniversalChineseGrammaticalRelations.class
edu/stanford/nlp/trees/international/pennchinese/UniversalChineseGrammaticalStructure$FromDependenciesFactory.class
edu/stanford/nlp/trees/international/spanish/SpanishHeadFinder$1.class
edu/stanford/nlp/trees/international/spanish/SpanishTreeNormalizer$1.class
edu/stanford/nlp/trees/international/spanish/SpanishTreeNormalizer$2.class
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonMatcher.class
edu/stanford/nlp/trees/international/spanish/SpanishTreeNormalizer.class
edu/stanford/nlp/trees/GrammaticalFunctionTreeNormalizer.class
edu/stanford/nlp/trees/OrderedCombinationTreeNormalizer.class
edu/stanford/nlp/trees/international/tuebadz/TueBaDZPennTreeNormalizer.class
edu/stanford/nlp/trees/treebank/AbstractDataset$SplitFilter.class
edu/stanford/nlp/io/FileSystem.class
edu/stanford/nlp/trees/treebank/DistributionPackage.class
edu/stanford/nlp/trees/tregex/CoordinationPattern$CoordinationMatcher.class
edu/stanford/nlp/trees/tregex/VariableStrings.class
edu/stanford/nlp/trees/tregex/CoordinationPattern.class
edu/stanford/nlp/trees/tregex/DescriptionPattern$1.class
edu/stanford/nlp/trees/tregex/DescriptionPattern$DescriptionMatcher.class
edu/stanford/nlp/trees/tregex/DescriptionPattern$DescriptionMode.class
edu/stanford/nlp/trees/tregex/Relation.class
edu/stanford/nlp/trees/tregex/DescriptionPattern.class
edu/stanford/nlp/trees/tregex/Token.class
edu/stanford/nlp/trees/tregex/ParseException.class
edu/stanford/nlp/trees/tregex/Relation$1.class
edu/stanford/nlp/trees/tregex/Relation$10.class
edu/stanford/nlp/trees/tregex/Relation$11.class
edu/stanford/nlp/trees/tregex/Relation$12.class
edu/stanford/nlp/trees/tregex/Relation$13.class
edu/stanford/nlp/trees/tregex/Relation$14.class
edu/stanford/nlp/trees/tregex/Relation$15.class
edu/stanford/nlp/trees/tregex/Relation$16.class
edu/stanford/nlp/trees/tregex/Relation$17.class
edu/stanford/nlp/trees/tregex/Relation$18.class
edu/stanford/nlp/trees/tregex/Relation$19.class
edu/stanford/nlp/trees/tregex/Relation$2.class
edu/stanford/nlp/trees/tregex/Relation$20.class
edu/stanford/nlp/trees/tregex/Relation$21.class
edu/stanford/nlp/trees/tregex/Relation$22.class
edu/stanford/nlp/trees/tregex/Relation$23.class
edu/stanford/nlp/trees/tregex/Relation$24.class
edu/stanford/nlp/trees/tregex/Relation$25.class
edu/stanford/nlp/trees/tregex/Relation$3.class
edu/stanford/nlp/trees/tregex/Relation$4.class
edu/stanford/nlp/trees/tregex/Relation$5.class
edu/stanford/nlp/trees/tregex/Relation$6.class
edu/stanford/nlp/trees/tregex/Relation$7.class
edu/stanford/nlp/trees/tregex/Relation$8.class
edu/stanford/nlp/trees/tregex/Relation$9.class
edu/stanford/nlp/trees/tregex/Relation$HasIthChild.class
edu/stanford/nlp/trees/tregex/Relation$HeadedBy.class
edu/stanford/nlp/trees/tregex/Relation$Heads.class
edu/stanford/nlp/trees/tregex/Relation$ImmediatelyHeadedBy.class
edu/stanford/nlp/trees/tregex/Relation$ImmediatelyHeads.class
edu/stanford/nlp/trees/tregex/Relation$IthChildOf.class
edu/stanford/nlp/trees/tregex/Relation$SearchNodeIterator.class
edu/stanford/nlp/trees/tregex/Relation$UnbrokenCategoryDominates.class
edu/stanford/nlp/trees/tregex/Relation$UnbrokenCategoryFollows.class
edu/stanford/nlp/trees/tregex/Relation$UnbrokenCategoryIsDominatedBy.class
edu/stanford/nlp/trees/tregex/Relation$UnbrokenCategoryPrecedes.class
edu/stanford/nlp/trees/tregex/Relation$1$1.class
edu/stanford/nlp/trees/tregex/Relation$10$1.class
edu/stanford/nlp/trees/tregex/Relation$11$1.class
edu/stanford/nlp/trees/tregex/Relation$12$1.class
edu/stanford/nlp/trees/tregex/Relation$13$1.class
edu/stanford/nlp/trees/tregex/Relation$14$1.class
edu/stanford/nlp/trees/tregex/Relation$15$1.class
edu/stanford/nlp/trees/tregex/Relation$16$1.class
edu/stanford/nlp/trees/tregex/Relation$17$1.class
edu/stanford/nlp/trees/tregex/Relation$18$1.class
edu/stanford/nlp/trees/tregex/Relation$19$1.class
edu/stanford/nlp/trees/tregex/Relation$20$1.class
edu/stanford/nlp/trees/tregex/Relation$21$1.class
edu/stanford/nlp/trees/tregex/Relation$22$1.class
edu/stanford/nlp/trees/tregex/Relation$23$1.class
edu/stanford/nlp/trees/tregex/Relation$24$1.class
edu/stanford/nlp/trees/tregex/Relation$25$1.class
edu/stanford/nlp/trees/tregex/Relation$4$1.class
edu/stanford/nlp/trees/tregex/Relation$5$1.class
edu/stanford/nlp/trees/tregex/Relation$6$1.class
edu/stanford/nlp/trees/tregex/Relation$7$1.class
edu/stanford/nlp/trees/tregex/Relation$8$1.class
edu/stanford/nlp/trees/tregex/Relation$9$1.class
edu/stanford/nlp/trees/tregex/Relation$HasIthChild$1.class
edu/stanford/nlp/trees/tregex/Relation$HeadedBy$1.class
edu/stanford/nlp/trees/tregex/Relation$Heads$1.class
edu/stanford/nlp/trees/tregex/Relation$ImmediatelyHeadedBy$1.class
edu/stanford/nlp/trees/tregex/Relation$ImmediatelyHeads$1.class
edu/stanford/nlp/trees/tregex/Relation$IthChildOf$1.class
edu/stanford/nlp/trees/tregex/Relation$UnbrokenCategoryDominates$1.class
edu/stanford/nlp/trees/tregex/Relation$UnbrokenCategoryFollows$1.class
edu/stanford/nlp/util/IdentityHashSet.class
edu/stanford/nlp/trees/tregex/Relation$UnbrokenCategoryIsDominatedBy$1.class
edu/stanford/nlp/trees/tregex/Relation$UnbrokenCategoryPrecedes$1.class
edu/stanford/nlp/trees/tregex/SimpleCharStream.class
edu/stanford/nlp/trees/tregex/TregexParser$1.class
edu/stanford/nlp/trees/tregex/TregexParser$JJCalls.class
edu/stanford/nlp/trees/tregex/TregexParser$LookaheadSuccess.class
edu/stanford/nlp/trees/tregex/TregexParserConstants.class
edu/stanford/nlp/trees/tregex/TregexParserTokenManager.class
edu/stanford/nlp/trees/tregex/TregexParser.class
edu/stanford/nlp/trees/tregex/TokenMgrError.class
edu/stanford/nlp/trees/tregex/Macros.class
edu/stanford/nlp/trees/tregex/TregexPattern$TRegexTreeReaderFactory.class
edu/stanford/nlp/trees/tregex/TregexPattern$TRegexTreeVisitor.class
edu/stanford/nlp/trees/tregex/TregexPattern$TRegexTreeReaderFactory$1.class
edu/stanford/nlp/trees/tregex/tsurgeon/AdjoinNode$Matcher.class
edu/stanford/nlp/trees/tregex/tsurgeon/AuxiliaryTree.class
edu/stanford/nlp/trees/tregex/tsurgeon/CoindexationGenerator.class
edu/stanford/nlp/trees/tregex/tsurgeon/AdjoinNode.class
edu/stanford/nlp/trees/tregex/tsurgeon/AdjoinToFootNode$Matcher.class
edu/stanford/nlp/trees/tregex/tsurgeon/AdjoinToFootNode.class
edu/stanford/nlp/trees/tregex/tsurgeon/AdjoinToHeadNode$Matcher.class
edu/stanford/nlp/trees/tregex/tsurgeon/AdjoinToHeadNode.class
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonParseException.class
edu/stanford/nlp/trees/tregex/tsurgeon/CoindexNodes$Matcher.class
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonPatternRoot.class
edu/stanford/nlp/trees/tregex/tsurgeon/CoindexNodes.class
edu/stanford/nlp/trees/tregex/tsurgeon/CreateSubtreeNode$Matcher.class
edu/stanford/nlp/trees/tregex/tsurgeon/CreateSubtreeNode.class
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonRuntimeException.class
edu/stanford/nlp/trees/tregex/tsurgeon/DeleteNode$Matcher.class
edu/stanford/nlp/trees/tregex/tsurgeon/DeleteNode.class
edu/stanford/nlp/trees/tregex/tsurgeon/ExciseNode$Matcher.class
edu/stanford/nlp/trees/tregex/tsurgeon/ExciseNode.class
edu/stanford/nlp/trees/tregex/tsurgeon/FetchNode$Matcher.class
edu/stanford/nlp/trees/tregex/tsurgeon/FetchNode.class
edu/stanford/nlp/trees/tregex/tsurgeon/HoldTreeNode$Matcher.class
edu/stanford/nlp/trees/tregex/tsurgeon/HoldTreeNode.class
edu/stanford/nlp/trees/tregex/tsurgeon/IfExistsNode$Matcher.class
edu/stanford/nlp/trees/tregex/tsurgeon/IfExistsNode.class
edu/stanford/nlp/trees/tregex/tsurgeon/InsertNode$Matcher.class
edu/stanford/nlp/trees/tregex/tsurgeon/TreeLocation.class
edu/stanford/nlp/trees/tregex/tsurgeon/InsertNode.class
edu/stanford/nlp/trees/tregex/tsurgeon/TreeLocation$LocationMatcher.class
edu/stanford/nlp/trees/tregex/tsurgeon/Node.class
edu/stanford/nlp/trees/tregex/tsurgeon/MoveNode$Matcher.class
edu/stanford/nlp/trees/tregex/tsurgeon/MoveNode.class
edu/stanford/nlp/trees/tregex/tsurgeon/Token.class
edu/stanford/nlp/trees/tregex/tsurgeon/PruneNode$Matcher.class
edu/stanford/nlp/trees/tregex/tsurgeon/PruneNode.class
edu/stanford/nlp/trees/tregex/tsurgeon/RelabelNode$1.class
edu/stanford/nlp/trees/tregex/tsurgeon/RelabelNode$RelabelMatcher.class
edu/stanford/nlp/trees/tregex/tsurgeon/RelabelNode$RelabelMode.class
edu/stanford/nlp/trees/tregex/tsurgeon/RelabelNode.class
edu/stanford/nlp/trees/tregex/tsurgeon/ReplaceNode$Matcher.class
edu/stanford/nlp/trees/tregex/tsurgeon/ReplaceNode.class
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonParser.class
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonParserTreeConstants.class
edu/stanford/nlp/trees/tregex/tsurgeon/ParseException.class
edu/stanford/nlp/trees/tregex/tsurgeon/TokenMgrError.class
edu/stanford/nlp/trees/tregex/tsurgeon/JJTTsurgeonParserState.class
edu/stanford/nlp/trees/tregex/tsurgeon/SimpleCharStream.class
edu/stanford/nlp/trees/tregex/tsurgeon/SimpleNode.class
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonParser$1.class
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonParser$JJCalls.class
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonParser$LookaheadSuccess.class
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonParserConstants.class
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonParserTokenManager.class
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonPatternRoot$Matcher.class
edu/stanford/nlp/trees/ud/CoNLLUDocumentReader$1.class
edu/stanford/nlp/trees/ud/CoNLLUDocumentReader$SentenceProcessor.class
edu/stanford/nlp/trees/ud/CoNLLUDocumentReader$WordProcessor.class
edu/stanford/nlp/trees/ud/CoNLLUUtils.class
edu/stanford/nlp/trees/ud/CoNLLUUtils$DepIndexComparator.class
edu/stanford/nlp/trees/ud/CoNLLUUtils$FeatureNameComparator.class
edu/stanford/nlp/trees/ud/CoNLLUDocumentWriter.class
edu/stanford/nlp/trees/ud/UniversalDependenciesConverter$TreeToSemanticGraphIterator.class
edu/stanford/nlp/ui/JarFileChooser$1.class
edu/stanford/nlp/util/ArgumentParser$Option.class
edu/stanford/nlp/util/ArgumentParser.class
edu/stanford/nlp/util/ArrayCoreMap$1.class
edu/stanford/nlp/util/HashableCoreMap.class
edu/stanford/nlp/util/ArrayCoreMap$1$1.class
edu/stanford/nlp/util/ArrayHeap$1.class
edu/stanford/nlp/util/ArrayHeap$HeapEntry.class
edu/stanford/nlp/util/ArrayMap$1.class
edu/stanford/nlp/util/ArrayMap$Entry.class
edu/stanford/nlp/util/ArrayStringFilter$1.class
edu/stanford/nlp/util/BinaryHeapPriorityQueue$1.class
edu/stanford/nlp/util/BinaryHeapPriorityQueue$Entry.class
edu/stanford/nlp/util/CollectionFactory$ArrayListFactory.class
edu/stanford/nlp/util/CollectionFactory$HashSetFactory.class
edu/stanford/nlp/util/CollectionFactory$LinkedListFactory.class
edu/stanford/nlp/util/CollectionFactory$SizedArrayListFactory.class
edu/stanford/nlp/util/CollectionFactory$TreeSetFactory.class
edu/stanford/nlp/util/CollectionUtils$1.class
edu/stanford/nlp/util/CollectionUtils$2.class
edu/stanford/nlp/util/DeltaMap.class
edu/stanford/nlp/util/ConfusionMatrix$ConfusionGrid.class
edu/stanford/nlp/util/ConfusionMatrix$Contingency.class
edu/stanford/nlp/util/ConfusionMatrix$ConfusionGrid$Grid.class
edu/stanford/nlp/util/ConfusionMatrix$ConfusionGrid$Grid$1.class
edu/stanford/nlp/util/DeltaIndex$1.class
edu/stanford/nlp/util/DeltaMap$1.class
edu/stanford/nlp/util/DeltaMap$SimpleEntry.class
edu/stanford/nlp/util/ConcatenationIterator.class
edu/stanford/nlp/util/DeltaMap$1$1NullingIterator.class
edu/stanford/nlp/util/FilteredIterator.class
edu/stanford/nlp/util/DisabledPreferences.class
edu/stanford/nlp/util/FilteredIterator$1.class
edu/stanford/nlp/util/Filters$CategoricalFilter.class
edu/stanford/nlp/util/Filters$CollectionAcceptFilter.class
edu/stanford/nlp/util/Filters$CombinedFilter.class
edu/stanford/nlp/util/Filters$ConjFilter.class
edu/stanford/nlp/util/Filters$NegatedFilter.class
edu/stanford/nlp/util/Filters$RandomFilter.class
edu/stanford/nlp/util/concurrent/SynchronizedInterner.class
edu/stanford/nlp/util/HashIndex$1.class
edu/stanford/nlp/util/HashIndex$2.class
edu/stanford/nlp/util/HashableCoreMap$HashableCoreMapException.class
edu/stanford/nlp/util/IntTuple.class
edu/stanford/nlp/util/IntQuadruple.class
edu/stanford/nlp/util/IntTriple.class
edu/stanford/nlp/util/IntUni.class
edu/stanford/nlp/util/IntervalTree$1.class
edu/stanford/nlp/util/IntervalTree$ContainsIntervalFunction.class
edu/stanford/nlp/util/IntervalTree$ContainsValueFunction.class
edu/stanford/nlp/util/IntervalTree$PartialScoredList.class
edu/stanford/nlp/util/IntervalTree$TreeNode.class
edu/stanford/nlp/util/IntervalTree$TreeNodeIterator.class
edu/stanford/nlp/util/Iterables$1.class
edu/stanford/nlp/util/Iterables$10.class
edu/stanford/nlp/util/Iterables$11.class
edu/stanford/nlp/util/Iterables$2.class
edu/stanford/nlp/util/Iterables$3.class
edu/stanford/nlp/util/Iterables$4.class
edu/stanford/nlp/util/Iterables$5.class
edu/stanford/nlp/util/Iterables$6.class
edu/stanford/nlp/util/Iterables$7.class
edu/stanford/nlp/util/Iterables$8.class
edu/stanford/nlp/util/Iterables$9.class
edu/stanford/nlp/util/Iterables$IncrementComparator.class
edu/stanford/nlp/util/Iterables$10$1.class
edu/stanford/nlp/util/Iterables$10$1$1.class
edu/stanford/nlp/util/Iterables$2$1.class
edu/stanford/nlp/util/Iterables$4$1.class
edu/stanford/nlp/util/Iterables$5$1.class
edu/stanford/nlp/util/Iterables$6$1.class
edu/stanford/nlp/util/Iterables$8$1.class
edu/stanford/nlp/util/Lazy$1.class
edu/stanford/nlp/util/Lazy$2.class
edu/stanford/nlp/util/Lazy$3.class
edu/stanford/nlp/util/Lazy.class
edu/stanford/nlp/util/MapFactory$1.class
edu/stanford/nlp/util/MapFactory$ArrayMapFactory.class
edu/stanford/nlp/util/MapFactory$ConcurrentMapFactory.class
edu/stanford/nlp/util/MapFactory$HashMapFactory.class
edu/stanford/nlp/util/MapFactory$IdentityHashMapFactory.class
edu/stanford/nlp/util/MapFactory$LinkedHashMapFactory.class
edu/stanford/nlp/util/MapFactory$TreeMapFactory.class
edu/stanford/nlp/util/MapFactory$WeakHashMapFactory.class
edu/stanford/nlp/util/MetaClass$1.class
edu/stanford/nlp/util/MetaClass$ClassCreationException.class
edu/stanford/nlp/util/MetaClass$ClassFactory.class
edu/stanford/nlp/util/MetaClass$ConstructorNotFoundException.class
edu/stanford/nlp/util/Pair$1.class
edu/stanford/nlp/util/Pair$ByFirstPairComparator.class
edu/stanford/nlp/util/Pair$ByFirstReversePairComparator.class
edu/stanford/nlp/util/Pair$BySecondPairComparator.class
edu/stanford/nlp/util/Pair$BySecondReversePairComparator.class
edu/stanford/nlp/util/Pair$MutableInternedPair.class
edu/stanford/nlp/util/PropertiesUtils$Property.class
edu/stanford/nlp/util/TwoDimensionalMap$TwoDimensionalMapIterator.class
edu/stanford/nlp/util/TwoDimensionalMap$TwoDimensionalMapValueIterator.class
edu/stanford/nlp/util/TwoDimensionalSet$TwoDimensionalSetIterator.class
edu/stanford/nlp/util/XMLUtils$1.class
edu/stanford/nlp/util/XMLUtils$SAXErrorHandler.class
edu/stanford/nlp/util/concurrent/MulticoreWrapper$CallableJob.class
edu/stanford/nlp/util/concurrent/MulticoreWrapper$JobCallback.class
edu/stanford/nlp/util/concurrent/MulticoreWrapper$QueueItem.class
edu/stanford/nlp/util/logging/LogRecordHandler.class
edu/stanford/nlp/util/logging/Redwood$Record.class
edu/stanford/nlp/util/logging/BooleanLogRecordHandler.class
edu/stanford/nlp/util/logging/LogFilter.class
edu/stanford/nlp/util/logging/JavaUtilLoggingAdaptor$RedwoodHandler.class
edu/stanford/nlp/util/logging/RedirectOutputHandler.class
edu/stanford/nlp/util/logging/Redwood$Flag.class
edu/stanford/nlp/util/logging/Redwood$RecordHandlerTree.class
edu/stanford/nlp/util/logging/JavaUtilLoggingAdaptor.class
edu/stanford/nlp/util/logging/JavaUtilLoggingHandler$1.class
edu/stanford/nlp/util/logging/OutputHandler.class
edu/stanford/nlp/util/logging/JavaUtilLoggingHandler.class
edu/stanford/nlp/util/logging/LogFilter$ContainsMessage.class
edu/stanford/nlp/util/logging/LogFilter$HasChannel.class
edu/stanford/nlp/util/logging/LogFilter$MatchesMessage.class
edu/stanford/nlp/util/logging/Color.class
edu/stanford/nlp/util/logging/OutputHandler$1.class
edu/stanford/nlp/util/logging/OutputHandler$TrackInfo.class
edu/stanford/nlp/util/logging/Style.class
edu/stanford/nlp/util/logging/Redwood$1.class
edu/stanford/nlp/util/logging/Redwood$ConsoleHandler.class
edu/stanford/nlp/util/logging/Redwood$FileHandler.class
edu/stanford/nlp/util/logging/Redwood$MessageType.class
edu/stanford/nlp/util/logging/RedwoodConfiguration.class
edu/stanford/nlp/util/logging/RedwoodPrintStream.class
edu/stanford/nlp/util/logging/VisibilityHandler.class
edu/stanford/nlp/util/logging/Redwood$RecordHandlerTree$1.class
edu/stanford/nlp/util/logging/Redwood$Util$1.class
edu/stanford/nlp/util/logging/FilterHandler.class
edu/stanford/nlp/util/logging/RedwoodConfiguration$1.class
edu/stanford/nlp/util/logging/RedwoodConfiguration$2.class
edu/stanford/nlp/util/logging/RedwoodConfiguration$3.class
edu/stanford/nlp/util/logging/RedwoodConfiguration$Handlers.class
edu/stanford/nlp/util/logging/RedwoodConfiguration$Thunk.class
edu/stanford/nlp/util/logging/RepeatedRecordHandler.class
edu/stanford/nlp/util/logging/RepeatedRecordHandler$ApproximateRepeatSemantics.class
edu/stanford/nlp/util/logging/RepeatedRecordHandler$ExactRepeatSemantics.class
edu/stanford/nlp/util/logging/RepeatedRecordHandler$RepeatSemantics.class
edu/stanford/nlp/util/logging/RedwoodConfiguration$Handlers$1.class
edu/stanford/nlp/util/logging/RedwoodConfiguration$Handlers$2.class
edu/stanford/nlp/util/logging/RedwoodConfiguration$Handlers$3.class
edu/stanford/nlp/util/logging/RedwoodConfiguration$Handlers$4.class
edu/stanford/nlp/util/logging/RedwoodConfiguration$Handlers$5.class
edu/stanford/nlp/util/logging/RedwoodConfiguration$Handlers$6.class
edu/stanford/nlp/util/logging/RedwoodConfiguration$Handlers$7.class
edu/stanford/nlp/util/logging/RerouteChannel.class
edu/stanford/nlp/util/logging/RedwoodConfiguration$Handlers$1$1.class
edu/stanford/nlp/util/logging/RedwoodConfiguration$Handlers$2$1.class
edu/stanford/nlp/util/logging/RepeatedRecordHandler$1.class
edu/stanford/nlp/util/logging/RepeatedRecordHandler$PendingType.class
edu/stanford/nlp/util/logging/RepeatedRecordHandler$RepeatedRecordInfo.class
edu/stanford/nlp/util/logging/SLF4JHandler$1.class
edu/stanford/nlp/util/logging/VisibilityHandler$1.class
edu/stanford/nlp/util/logging/VisibilityHandler$State.class
#####
GENERATING JAR FILE
#####
JAR file:
/u/nlp/distrib/stanford-parser-full-2020-05-29/stanford-parser-4.0.0.jar
Root directory:
/u/nlp/data/stanford-corenlp/releases/4.0.0/javanlp/projects/core/classes
jar cfm /juice/u/nlp/distrib/stanford-parser-full-2020-05-29/stanford-parser-4.0.0.jar /u/nlp/distrib/stanford-parser-full-2020-05-29/classmanifest.txt edu/stanford/nlp/international/arabic/Buckwalter.class \
edu/stanford/nlp/trees/treebank/TreebankPreprocessor.class \
edu/stanford/nlp/international/arabic/IBMArabicEscaper.class \
edu/stanford/nlp/international/arabic/pipeline/ATBArabicDataset.class \
edu/stanford/nlp/international/arabic/pipeline/ATBCorrectorVisitor.class \
edu/stanford/nlp/international/arabic/pipeline/MWETreeVisitor.class \
edu/stanford/nlp/international/arabic/pipeline/UniversalPOSMapper.class \
edu/stanford/nlp/international/arabic/process/ArabicLexer.class \
edu/stanford/nlp/international/arabic/process/ArabicTokenizer.class \
edu/stanford/nlp/international/french/pipeline/FTBDataset.class \
edu/stanford/nlp/international/french/pipeline/FTBCorrector.class \
edu/stanford/nlp/international/french/pipeline/FTBCorrectorVisitor.class \
edu/stanford/nlp/international/french/pipeline/MWEPreprocessor.class \
edu/stanford/nlp/international/french/process/FrenchLexer.class \
edu/stanford/nlp/international/french/process/FrenchTokenizer.class \
edu/stanford/nlp/parser/lexparser/FactoredParser.class \
edu/stanford/nlp/parser/lexparser/ArabicTreebankParserParams.class \
edu/stanford/nlp/parser/lexparser/ChineseTreebankParserParams.class \
edu/stanford/nlp/parser/lexparser/EnglishTreebankParserParams.class \
edu/stanford/nlp/parser/lexparser/NegraPennTreebankParserParams.class \
edu/stanford/nlp/parser/lexparser/FrenchTreebankParserParams.class \
edu/stanford/nlp/parser/lexparser/TueBaDZParserParams.class \
edu/stanford/nlp/parser/lexparser/ArabicUnknownWordModelTrainer.class \
edu/stanford/nlp/parser/lexparser/ChineseUnknownWordModelTrainer.class \
edu/stanford/nlp/parser/lexparser/EnglishUnknownWordModelTrainer.class \
edu/stanford/nlp/parser/lexparser/GermanUnknownWordModelTrainer.class \
edu/stanford/nlp/parser/lexparser/SpanishUnknownWordModelTrainer.class \
edu/stanford/nlp/parser/lexparser/FrenchUnknownWordModelTrainer.class \
edu/stanford/nlp/parser/lexparser/ChineseSimWordAvgDepGrammar.class \
edu/stanford/nlp/parser/lexparser/CNFTransformers.class \
edu/stanford/nlp/parser/lexparser/ChineseMarkovWordSegmenter.class \
edu/stanford/nlp/parser/lexparser/demo/ParserDemo.class \
edu/stanford/nlp/parser/lexparser/demo/ParserDemo2.class \
edu/stanford/nlp/parser/nndep/DependencyParser.class \
edu/stanford/nlp/parser/nndep/demo/DependencyParserDemo.class \
edu/stanford/nlp/semgraph/SemanticGraphUtils.class \
edu/stanford/nlp/parser/server/LexicalizedParserServer.class \
edu/stanford/nlp/parser/server/LexicalizedParserClient.class \
edu/stanford/nlp/parser/shiftreduce/BasicFeatureFactory.class \
edu/stanford/nlp/parser/shiftreduce/DistsimFeatureFactory.class \
edu/stanford/nlp/parser/shiftreduce/ShiftReduceParser.class \
edu/stanford/nlp/parser/ViterbiParserWithOptions.class \
edu/stanford/nlp/parser/ui/Parser.class \
edu/stanford/nlp/pipeline/ParserAnnotatorUtils.class \
edu/stanford/nlp/process/AmericanizeFunction.class \
edu/stanford/nlp/process/LowercaseFunction.class \
edu/stanford/nlp/process/LowercaseAndAmericanizeFunction.class \
edu/stanford/nlp/process/PTBEscapingProcessor.class \
edu/stanford/nlp/process/WordToSentenceProcessor.class \
edu/stanford/nlp/process/WordToTaggedWordProcessor.class \
edu/stanford/nlp/tagger/maxent/TaggerConfig.class \
edu/stanford/nlp/trees/EnglishGrammaticalStructure.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalStructure.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseEscaper.class \
edu/stanford/nlp/trees/ud/UniversalDependenciesConverter.class \
edu/stanford/nlp/trees/DependencyScoring.class \
edu/stanford/nlp/util/logging/SLF4JHandler.class \
edu/stanford/nlp/parser/dvparser/CacheParseHypotheses.class \
edu/stanford/nlp/parser/dvparser/DVParser.class \
edu/stanford/nlp/parser/dvparser/DVModel.class \
edu/stanford/nlp/fsm/TransducerGraph.class \
edu/stanford/nlp/fsm/AutomatonMinimizer.class \
edu/stanford/nlp/fsm/FastExactAutomatonMinimizer\$Block.class \
edu/stanford/nlp/fsm/FastExactAutomatonMinimizer\$Split.class \
edu/stanford/nlp/fsm/QuasiDeterminizer.class \
edu/stanford/nlp/fsm/TransducerGraph\$Arc.class \
edu/stanford/nlp/fsm/TransducerGraph\$ArcProcessor.class \
edu/stanford/nlp/fsm/TransducerGraph\$GraphProcessor.class \
edu/stanford/nlp/fsm/TransducerGraph\$InputSplittingProcessor.class \
edu/stanford/nlp/fsm/TransducerGraph\$NodeProcessor.class \
edu/stanford/nlp/fsm/TransducerGraph\$OutputCombiningProcessor.class \
edu/stanford/nlp/fsm/TransducerGraph\$SetToStringNodeProcessor.class \
edu/stanford/nlp/trees/PennTreebankLanguagePack.class \
edu/stanford/nlp/trees/TreebankLanguagePack.class \
edu/stanford/nlp/util/Maps.class \
edu/stanford/nlp/fsm/FastExactAutomatonMinimizer.class \
edu/stanford/nlp/stats/ClassicCounter.class \
edu/stanford/nlp/fsm/TransducerGraph\$NodeProcessorWrappingArcProcessor.class \
edu/stanford/nlp/fsm/TransducerGraph\$NormalizingGraphProcessor.class \
edu/stanford/nlp/fsm/TransducerGraph\$ObjectToSetNodeProcessor.class \
edu/stanford/nlp/util/Generics.class \
edu/stanford/nlp/util/Pair.class \
edu/stanford/nlp/util/StringUtils.class \
edu/stanford/nlp/util/logging/Redwood.class \
edu/stanford/nlp/util/logging/Redwood\$RedwoodChannels.class \
edu/stanford/nlp/fsm/Block.class \
edu/stanford/nlp/graph/Graph.class \
edu/stanford/nlp/util/CollectionUtils.class \
edu/stanford/nlp/util/BinaryHeapPriorityQueue.class \
edu/stanford/nlp/graph/ConnectedComponents.class \
edu/stanford/nlp/graph/DijkstraShortestPath.class \
edu/stanford/nlp/graph/DirectedMultiGraph\$EdgeIterator.class \
edu/stanford/nlp/util/MapFactory.class \
edu/stanford/nlp/graph/DirectedMultiGraph.class \
edu/stanford/nlp/ie/machinereading/structure/Span\$1.class \
edu/stanford/nlp/util/IntPair.class \
edu/stanford/nlp/ie/machinereading/structure/Span.class \
edu/stanford/nlp/ie/util/RelationTriple\$WithLink.class \
edu/stanford/nlp/ie/util/RelationTriple\$WithTree.class \
edu/stanford/nlp/ling/CoreAnnotations.class \
edu/stanford/nlp/ling/CoreAnnotations\$TokensAnnotation.class \
edu/stanford/nlp/ling/CoreLabel.class \
edu/stanford/nlp/semgraph/SemanticGraph.class \
edu/stanford/nlp/util/CoreMap.class \
edu/stanford/nlp/util/FixedPrioritiesPriorityQueue.class \
edu/stanford/nlp/util/PriorityQueue.class \
edu/stanford/nlp/ie/util/RelationTriple.class \
edu/stanford/nlp/ling/IndexedWord.class \
edu/stanford/nlp/semgraph/SemanticGraphEdge.class \
edu/stanford/nlp/util/logging/Redwood\$Util.class \
edu/stanford/nlp/international/Language\$1.class \
edu/stanford/nlp/parser/lexparser/HebrewTreebankParserParams.class \
edu/stanford/nlp/parser/lexparser/SpanishTreebankParserParams.class \
edu/stanford/nlp/parser/lexparser/TreebankLangParserParams.class \
edu/stanford/nlp/international/Language.class \
edu/stanford/nlp/international/arabic/ArabicMorphoFeatureSpecification\$ArabicMorphoFeatures.class \
edu/stanford/nlp/international/morph/MorphoFeatureSpecification.class \
edu/stanford/nlp/international/morph/MorphoFeatureSpecification\$MorphoFeatureType.class \
edu/stanford/nlp/international/morph/MorphoFeatures.class \
edu/stanford/nlp/international/arabic/ArabicMorphoFeatureSpecification.class \
edu/stanford/nlp/io/EncodingPrintWriter.class \
edu/stanford/nlp/io/EncodingPrintWriter\$err.class \
edu/stanford/nlp/io/EncodingPrintWriter\$out.class \
edu/stanford/nlp/process/SerializableFunction.class \
edu/stanford/nlp/trees/international/arabic/ATBTreeUtils.class \
edu/stanford/nlp/international/arabic/pipeline/DefaultLexicalMapper.class \
edu/stanford/nlp/ling/HasWord.class \
edu/stanford/nlp/international/arabic/pipeline/ATBArabicDataset\$ArabicRawTreeNormalizer.class \
edu/stanford/nlp/international/arabic/pipeline/LDCPosMapper.class \
edu/stanford/nlp/trees/DiskTreebank.class \
edu/stanford/nlp/trees/TreeReaderFactory.class \
edu/stanford/nlp/trees/TreeVisitor.class \
edu/stanford/nlp/trees/Treebank.class \
edu/stanford/nlp/trees/international/arabic/ArabicTreeReaderFactory.class \
edu/stanford/nlp/trees/international/arabic/ArabicTreeReaderFactory\$ArabicRawTreeReaderFactory.class \
edu/stanford/nlp/trees/treebank/AbstractDataset.class \
edu/stanford/nlp/trees/treebank/Dataset.class \
edu/stanford/nlp/trees/treebank/Dataset\$Encoding.class \
edu/stanford/nlp/trees/treebank/Mapper.class \
edu/stanford/nlp/ling/Label.class \
edu/stanford/nlp/trees/BobChrisTreeNormalizer.class \
edu/stanford/nlp/trees/BobChrisTreeNormalizer\$AOverAFilter.class \
edu/stanford/nlp/trees/LabeledScoredTreeFactory.class \
edu/stanford/nlp/trees/Tree.class \
edu/stanford/nlp/trees/TreeFactory.class \
edu/stanford/nlp/trees/international/arabic/ArabicTreeNormalizer.class \
edu/stanford/nlp/trees/international/arabic/ArabicTreeNormalizer\$ArabicEmptyFilter.class \
edu/stanford/nlp/trees/international/arabic/ArabicTreebankLanguagePack.class \
edu/stanford/nlp/trees/TreeReader.class \
edu/stanford/nlp/trees/TreeTransformer.class \
edu/stanford/nlp/trees/tregex/TregexPattern.class \
edu/stanford/nlp/trees/tregex/tsurgeon/Tsurgeon.class \
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonPattern.class \
edu/stanford/nlp/international/arabic/pipeline/ATBCorrector.class \
edu/stanford/nlp/ling/CoreAnnotations\$AfterAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$BeforeAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$OriginalTextAnnotation.class \
edu/stanford/nlp/process/CoreLabelTokenFactory.class \
edu/stanford/nlp/process/LexedTokenFactory.class \
edu/stanford/nlp/util/PropertiesUtils.class \
edu/stanford/nlp/international/arabic/process/ArabicTokenizer\$ArabicTokenizerFactory.class \
edu/stanford/nlp/io/RuntimeIOException.class \
edu/stanford/nlp/process/AbstractTokenizer.class \
edu/stanford/nlp/process/Tokenizer.class \
edu/stanford/nlp/process/TokenizerFactory.class \
edu/stanford/nlp/trees/international/french/FrenchTreeReaderFactory.class \
edu/stanford/nlp/trees/tregex/TregexMatcher.class \
edu/stanford/nlp/trees/tregex/TregexParseException.class \
edu/stanford/nlp/ling/CoreAnnotations\$SentenceIDAnnotation.class \
edu/stanford/nlp/stats/TwoDimensionalCounter.class \
edu/stanford/nlp/trees/MemoryTreebank.class \
edu/stanford/nlp/trees/international/french/FrenchTreebankLanguagePack.class \
edu/stanford/nlp/trees/international/french/FrenchXMLTreeReaderFactory.class \
edu/stanford/nlp/trees/treebank/ConfigParser.class \
edu/stanford/nlp/trees/treebank/DefaultMapper.class \
edu/stanford/nlp/util/DataFilePaths.class \
edu/stanford/nlp/international/french/pipeline/MWEPreprocessor\$ManualUWModel.class \
edu/stanford/nlp/ling/SentenceUtils.class \
edu/stanford/nlp/stats/Counter.class \
edu/stanford/nlp/stats/Counters.class \
edu/stanford/nlp/trees/international/french/FrenchXMLTreeReader.class \
edu/stanford/nlp/international/french/process/FrenchLexer\$1.class \
edu/stanford/nlp/international/french/process/FrenchLexer\$UntokenizableOptions.class \
edu/stanford/nlp/ling/CoreAnnotations\$ParentAnnotation.class \
edu/stanford/nlp/process/LexerUtils.class \
edu/stanford/nlp/process/LexerUtils\$EllipsesEnum.class \
edu/stanford/nlp/process/LexerUtils\$QuotesEnum.class \
edu/stanford/nlp/international/french/process/FrenchTokenizer\$1.class \
edu/stanford/nlp/international/french/process/FrenchTokenizer\$FrenchTokenizerFactory.class \
edu/stanford/nlp/ling/Word.class \
edu/stanford/nlp/process/WordTokenFactory.class \
edu/stanford/nlp/international/spanish/SpanishVerbStripper\$StrippedVerb.class \
edu/stanford/nlp/io/IOUtils.class \
edu/stanford/nlp/international/spanish/SpanishVerbStripper.class \
edu/stanford/nlp/international/spanish/process/AnCoraPronounDisambiguator\$PersonalPronounType.class \
edu/stanford/nlp/international/spanish/process/AnCoraPronounDisambiguator.class \
edu/stanford/nlp/international/spanish/process/SpanishLexer\$1.class \
edu/stanford/nlp/international/spanish/process/SpanishLexer\$UntokenizableOptions.class \
edu/stanford/nlp/process/LexerUtils\$DashesEnum.class \
edu/stanford/nlp/international/spanish/process/SpanishLexer.class \
edu/stanford/nlp/international/spanish/process/SpanishTokenizer\$1.class \
edu/stanford/nlp/international/spanish/process/SpanishTokenizer\$SpanishTokenizerFactory.class \
edu/stanford/nlp/international/spanish/process/SpanishTokenizer.class \
edu/stanford/nlp/util/ByteStreamGobbler.class \
edu/stanford/nlp/util/RuntimeInterruptedException.class \
edu/stanford/nlp/util/StreamGobbler.class \
edu/stanford/nlp/io/BZip2PipedOutputStream.class \
edu/stanford/nlp/io/EncodingFileReader.class \
edu/stanford/nlp/io/IOUtils\$1.class \
edu/stanford/nlp/io/IOUtils\$2.class \
edu/stanford/nlp/io/IOUtils\$EolPreservingLineReaderIterable.class \
edu/stanford/nlp/io/IOUtils\$GetLinesIterable.class \
edu/stanford/nlp/io/IOUtils\$LineReaderIterable.class \
edu/stanford/nlp/util/ErasureUtils.class \
edu/stanford/nlp/util/Timing.class \
edu/stanford/nlp/io/IOUtils\$1\$1.class \
edu/stanford/nlp/util/AbstractIterator.class \
edu/stanford/nlp/io/IOUtils\$EolPreservingLineReaderIterable\$1.class \
edu/stanford/nlp/io/IOUtils\$GetLinesIterable\$1.class \
edu/stanford/nlp/io/IOUtils\$LineReaderIterable\$1.class \
edu/stanford/nlp/io/ui/OpenPageDialog\$1.class \
edu/stanford/nlp/io/ui/OpenPageDialog\$2.class \
edu/stanford/nlp/io/ui/OpenPageDialog\$3.class \
edu/stanford/nlp/io/ui/OpenPageDialog.class \
edu/stanford/nlp/ling/AbstractToken.class \
edu/stanford/nlp/util/TypesafeMap.class \
edu/stanford/nlp/util/TypesafeMap\$Key.class \
edu/stanford/nlp/ling/HasContext.class \
edu/stanford/nlp/ling/HasIndex.class \
edu/stanford/nlp/ling/HasLemma.class \
edu/stanford/nlp/ling/HasNER.class \
edu/stanford/nlp/ling/HasOffset.class \
edu/stanford/nlp/ling/HasOriginalText.class \
edu/stanford/nlp/ling/HasTag.class \
edu/stanford/nlp/ling/AnnotationLookup\$KeyLookup.class \
edu/stanford/nlp/ling/CoreAnnotation.class \
edu/stanford/nlp/ling/AnnotationLookup.class \
edu/stanford/nlp/ling/CoreAnnotations\$AbbrAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$AbstrAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$AnswerAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$ArgumentAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$AuthorAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$CategoryAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$CategoryFunctionalTagAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$CharacterOffsetBeginAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$CharacterOffsetEndAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$ChineseCharAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$ChineseOrigSegAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$ChineseSegAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$ChunkAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$CoNLLDepParentIndexAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$CoNLLDepTypeAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$CoarseTagAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$DocDateAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$DocIDAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$DocSourceTypeAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$DocTitleAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$DocTypeAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$FeaturesAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$FreqAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$GazAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$GazetteerAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$GoldAnswerAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$GovernorAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$HeadWordStringAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$IDFAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$IndexAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$InterpretationAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$LeftTermAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$LemmaAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$LinkAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$MarkingAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$MorphoCaseAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$MorphoGenAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$MorphoNumAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$MorphoPersAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$NamedEntityTagAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$NormalizedNamedEntityTagAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$PartOfSpeechAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$PolarityAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$ProtoAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$RoleAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$SectionAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$SectionDateAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$SectionIDAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$SemanticHeadTagAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$SemanticHeadWordAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$SentenceIndexAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$ShapeAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$SpanAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$SpeakerAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$StackedNamedEntityTagAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$StemAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$TextAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$ValueAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$VerbSenseAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$WebAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$WordnetSynAnnotation.class \
edu/stanford/nlp/ling/CoreLabel\$GenericAnnotation.class \
edu/stanford/nlp/ling/Document.class \
edu/stanford/nlp/ling/DocumentReader.class \
edu/stanford/nlp/process/PTBTokenizer.class \
edu/stanford/nlp/ling/CategoryWordTag\$LabelFactoryHolder.class \
edu/stanford/nlp/ling/HasCategory.class \
edu/stanford/nlp/ling/LabelFactory.class \
edu/stanford/nlp/ling/StringLabel.class \
edu/stanford/nlp/ling/CategoryWordTag.class \
edu/stanford/nlp/ling/CategoryWordTagFactory.class \
edu/stanford/nlp/ling/CoreAnnotations\$AbgeneAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$AnswerObjectAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$AnswerProbAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$AntecedentAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$ArabicCharAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$ArabicSegAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$ArgDescendentAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$BagOfWordsAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$BeAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$BeginIndexAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$BestCliquesAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$BestFullAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$CalendarAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$CanonicalEntityMentionIndexAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$CharAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$ChineseIsSegmentedAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$CoNLLDepAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$CoNLLPredicateAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$CoNLLSRLAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$CoNLLUFeats.class \
edu/stanford/nlp/ling/CoreAnnotations\$CoNLLUMisc.class \
edu/stanford/nlp/ling/CoreAnnotations\$CoNLLUSecondaryDepsAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$CoNLLUTokenSpanAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$CoarseNamedEntityTagAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$CodepointOffsetBeginAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$CodepointOffsetEndAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$ColumnDataClassifierAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$CommonWordsAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$ContextsAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$CorefMentionToEntityMentionMappingAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$CostMagnificationAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$CovertIDAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$D2_LBeginAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$D2_LEndAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$D2_LMiddleAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$DayAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$DependentsAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$DictAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$DistSimAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$DoAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$DomainAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$EndIndexAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$EntityClassAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$EntityMentionIndexAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$EntityMentionToCorefMentionMappingAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$EntityRuleAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$EntityTypeAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$ExceptionAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$FemaleGazAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$FineGrainedNamedEntityTagAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$FirstChildAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$ForcedSentenceEndAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$ForcedSentenceUntilEndAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$GenderAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$GenericTokensAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$GeniaAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$GrandparentAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$HaveAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$HeightAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$IDAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$INAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$IsDateRangeAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$IsFirstWordOfMWTAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$IsMultiWordTokenAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$IsNewlineAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$IsURLAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$KBPTriplesAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$LBeginAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$LEndAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$LMiddleAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$LabelAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$LabelIDAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$LabelWeightAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$LastGazAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$LastTaggedAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$LeftChildrenNodeAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$LengthAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$LineNumberAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$LocationAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$MWTTokenTextAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$MaleGazAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$MentionTokenAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$MentionsAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$MonthAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$NERIDAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$NamedEntityTagProbsAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$NeighborsAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$NotAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$NumTxtSentencesAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$NumericCompositeObjectAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$NumericCompositeTypeAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$NumericCompositeValueAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$NumericObjectAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$NumericTypeAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$NumericValueAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$NumerizedTokensAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$OriginalCharAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$ParaPositionAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$ParagraphAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$ParagraphIndexAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$ParagraphsAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$PercentAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$PhraseWordsAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$PhraseWordsTagAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$PositionAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$PossibleAnswersAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$PredictedAnswerAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$PresetAnswerAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$PrevChildAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$PriorAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$QuotationIndexAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$QuotationsAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$QuotedAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$QuotesAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$SRLIDAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$SRLInstancesAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$SRL_ID.class \
edu/stanford/nlp/ling/CoreAnnotations\$SectionAuthorCharacterOffsetBeginAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$SectionAuthorCharacterOffsetEndAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$SectionEndAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$SectionIndexAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$SectionStartAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$SectionTagAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$SectionsAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$SemanticTagAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$SemanticWordAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$SentenceBeginAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$SentenceEndAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$SentencePositionAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$SentencesAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$SpaceBeforeAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$StateAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$StatementTextAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$SubcategorizationAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$TagLabelAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$TokenBeginAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$TokenEndAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$TopicAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$TrueCaseAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$TrueCaseTextAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$TrueTagAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$UBlockAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$UTypeAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$UnaryAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$UnclosedQuotationsAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$UnknownAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$UseMarkedDiscourseAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$UtteranceAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$WikipediaEntityAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$WordFormAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$WordPositionAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$WordSenseAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$XmlContextAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$XmlElementAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$YearAnnotation.class \
edu/stanford/nlp/util/Triple.class \
edu/stanford/nlp/ling/MultiTokenTag.class \
edu/stanford/nlp/ling/WordLemmaTag.class \
edu/stanford/nlp/ling/AbstractCoreLabel.class \
edu/stanford/nlp/ling/CoreLabel\$1.class \
edu/stanford/nlp/ling/CoreLabel\$CoreLabelFactory.class \
edu/stanford/nlp/ling/CoreLabel\$OutputFormat.class \
edu/stanford/nlp/util/ArrayCoreMap.class \
edu/stanford/nlp/ling/Featurizable.class \
edu/stanford/nlp/ling/Labeled.class \
edu/stanford/nlp/ling/Datum.class \
edu/stanford/nlp/ling/BasicDocument.class \
edu/stanford/nlp/process/PTBTokenizer\$PTBTokenizerFactory.class \
edu/stanford/nlp/ling/IndexedWord\$1.class \
edu/stanford/nlp/ling/LabeledWord\$LabelFactoryHolder.class \
edu/stanford/nlp/ling/LabeledWord.class \
edu/stanford/nlp/ling/TaggedWordFactory.class \
edu/stanford/nlp/ling/MultiTokenTag\$Tag.class \
edu/stanford/nlp/ling/TaggedWord.class \
edu/stanford/nlp/ling/WordTag.class \
edu/stanford/nlp/ling/StringLabel\$StringLabelFactoryHolder.class \
edu/stanford/nlp/ling/ValueLabel.class \
edu/stanford/nlp/ling/StringLabelFactory.class \
edu/stanford/nlp/ling/Tag\$LabelFactoryHolder.class \
edu/stanford/nlp/ling/Tag\$TagFactory.class \
edu/stanford/nlp/ling/Tag.class \
edu/stanford/nlp/ling/TaggedWord\$LabelFactoryHolder.class \
edu/stanford/nlp/ling/Word\$WordFactoryHolder.class \
edu/stanford/nlp/ling/WordFactory.class \
edu/stanford/nlp/ling/WordLemmaTagFactory.class \
edu/stanford/nlp/process/Morphology.class \
edu/stanford/nlp/ling/WordTag\$LabelFactoryHolder.class \
edu/stanford/nlp/ling/WordTagFactory.class \
edu/stanford/nlp/ling/tokensregex/BasicSequenceMatchResult\$MatchedGroup.class \
edu/stanford/nlp/ling/tokensregex/SequenceMatchResult.class \
edu/stanford/nlp/ling/tokensregex/SequenceMatchResult\$GroupToIntervalFunc.class \
edu/stanford/nlp/ling/tokensregex/SequenceMatchResult\$MatchedGroupInfo.class \
edu/stanford/nlp/ling/tokensregex/SequencePattern.class \
edu/stanford/nlp/ling/tokensregex/SequencePattern\$VarGroupBindings.class \
edu/stanford/nlp/util/Interval.class \
edu/stanford/nlp/ling/tokensregex/BasicSequenceMatchResult.class \
edu/stanford/nlp/ling/tokensregex/ComplexNodePattern\$1.class \
edu/stanford/nlp/ling/tokensregex/ComplexNodePattern\$AbstractStringAnnotationPattern.class \
edu/stanford/nlp/ling/tokensregex/ComplexNodePattern\$AttributesEqualMatchChecker.class \
edu/stanford/nlp/ling/tokensregex/ComplexNodePattern\$IntegerAnnotationPattern.class \
edu/stanford/nlp/ling/tokensregex/ComplexNodePattern\$NilAnnotationPattern.class \
edu/stanford/nlp/ling/tokensregex/ComplexNodePattern\$NotNilAnnotationPattern.class \
edu/stanford/nlp/ling/tokensregex/ComplexNodePattern\$NumericAnnotationPattern.class \
edu/stanford/nlp/ling/tokensregex/ComplexNodePattern\$NumericAnnotationPattern\$CmpType.class \
edu/stanford/nlp/ling/tokensregex/ComplexNodePattern\$SequenceRegexPattern.class \
edu/stanford/nlp/ling/tokensregex/ComplexNodePattern\$StringAnnotationPattern.class \
edu/stanford/nlp/ling/tokensregex/ComplexNodePattern\$StringAnnotationRegexPattern.class \
edu/stanford/nlp/ling/tokensregex/ComplexNodePattern\$StringInSetAnnotationPattern.class \
edu/stanford/nlp/ling/tokensregex/Env.class \
edu/stanford/nlp/ling/tokensregex/NodePattern.class \
edu/stanford/nlp/ling/tokensregex/ComplexNodePattern.class \
edu/stanford/nlp/ling/tokensregex/SequencePattern\$NodesMatchChecker.class \
edu/stanford/nlp/ling/tokensregex/ComplexNodePattern\$NumericAnnotationPattern\$CmpType\$1.class \
edu/stanford/nlp/ling/tokensregex/ComplexNodePattern\$NumericAnnotationPattern\$CmpType\$2.class \
edu/stanford/nlp/ling/tokensregex/ComplexNodePattern\$NumericAnnotationPattern\$CmpType\$3.class \
edu/stanford/nlp/ling/tokensregex/ComplexNodePattern\$NumericAnnotationPattern\$CmpType\$4.class \
edu/stanford/nlp/ling/tokensregex/ComplexNodePattern\$NumericAnnotationPattern\$CmpType\$5.class \
edu/stanford/nlp/ling/tokensregex/ComplexNodePattern\$NumericAnnotationPattern\$CmpType\$6.class \
edu/stanford/nlp/ling/tokensregex/ComplexNodePattern\$NumericAnnotationPattern\$CmpType\$7.class \
edu/stanford/nlp/ling/tokensregex/SequenceMatcher.class \
edu/stanford/nlp/ling/tokensregex/CoreMapExpressionExtractor\$CompositeMatchState.class \
edu/stanford/nlp/ling/tokensregex/CoreMapExpressionExtractor\$Stage.class \
edu/stanford/nlp/ling/tokensregex/EnvLookup.class \
edu/stanford/nlp/ling/tokensregex/MatchedExpression.class \
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.class \
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules\$AnnotationExtractRule.class \
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules\$AssignmentRule.class \
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules\$ExtractRule.class \
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules\$Rule.class \
edu/stanford/nlp/ling/tokensregex/TokenSequencePattern.class \
edu/stanford/nlp/ling/tokensregex/parser/ParseException.class \
edu/stanford/nlp/ling/tokensregex/parser/TokenSequenceParseException.class \
edu/stanford/nlp/ling/tokensregex/parser/TokenSequenceParser.class \
edu/stanford/nlp/ling/tokensregex/types/Expression.class \
edu/stanford/nlp/ling/tokensregex/types/Tags.class \
edu/stanford/nlp/ling/tokensregex/types/Tags\$TagsAnnotation.class \
edu/stanford/nlp/ling/tokensregex/types/Value.class \
edu/stanford/nlp/ling/tokensregex/CoreMapExpressionExtractor.class \
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules\$ListExtractRule.class \
edu/stanford/nlp/util/Filters.class \
edu/stanford/nlp/util/Filters\$DisjFilter.class \
edu/stanford/nlp/ling/tokensregex/types/Expressions.class \
edu/stanford/nlp/ling/tokensregex/CoreMapNodePattern\$1.class \
edu/stanford/nlp/ling/tokensregex/CoreMapNodePattern\$AttributesEqualMatchChecker.class \
edu/stanford/nlp/ling/tokensregex/CoreMapNodePattern.class \
edu/stanford/nlp/ling/tokensregex/CoreMapNodePatternTrigger\$1.class \
edu/stanford/nlp/ling/tokensregex/CoreMapNodePatternTrigger\$StringTriggerCandidate.class \
edu/stanford/nlp/ling/tokensregex/MultiPatternMatcher.class \
edu/stanford/nlp/ling/tokensregex/MultiPatternMatcher\$NodePatternTrigger.class \
edu/stanford/nlp/util/TwoDimensionalCollectionValuedMap.class \
edu/stanford/nlp/ling/tokensregex/CoreMapNodePatternTrigger.class \
edu/stanford/nlp/ling/tokensregex/CoreMapSequenceMatchAction\$AnnotateAction.class \
edu/stanford/nlp/ling/tokensregex/CoreMapSequenceMatchAction\$MergeAction.class \
edu/stanford/nlp/ling/tokensregex/SequenceMatchAction.class \
edu/stanford/nlp/ling/tokensregex/CoreMapSequenceMatchAction.class \
edu/stanford/nlp/pipeline/ChunkAnnotationUtils.class \
edu/stanford/nlp/pipeline/CoreMapAggregator.class \
edu/stanford/nlp/ling/tokensregex/CoreMapSequenceMatcher\$BasicCoreMapSequenceMatcher.class \
edu/stanford/nlp/ling/tokensregex/CoreMapSequenceMatcher.class \
edu/stanford/nlp/ling/tokensregex/Env\$Binder.class \
edu/stanford/nlp/ling/tokensregex/SequencePattern\$NodePatternExpr.class \
edu/stanford/nlp/ling/tokensregex/SequencePattern\$Parser.class \
edu/stanford/nlp/ling/tokensregex/SequencePattern\$PatternExpr.class \
edu/stanford/nlp/pipeline/CoreMapAttributeAggregator.class \
edu/stanford/nlp/ling/tokensregex/MatchedExpression\$SingleAnnotationExtractor.class \
edu/stanford/nlp/util/Comparators.class \
edu/stanford/nlp/util/Interval\$RelType.class \
edu/stanford/nlp/util/IntervalTree.class \
edu/stanford/nlp/ling/tokensregex/MultiCoreMapNodePattern\$StringSequenceAnnotationPattern.class \
edu/stanford/nlp/ling/tokensregex/MultiNodePattern.class \
edu/stanford/nlp/ling/tokensregex/MultiCoreMapNodePattern.class \
edu/stanford/nlp/ling/tokensregex/PhraseTable.class \
edu/stanford/nlp/ling/tokensregex/PhraseTable\$PhraseMatch.class \
edu/stanford/nlp/ling/tokensregex/PhraseTable\$TokenList.class \
edu/stanford/nlp/ling/tokensregex/PhraseTable\$WordList.class \
edu/stanford/nlp/ling/tokensregex/MultiNodePattern\$IntersectMultiNodePattern.class \
edu/stanford/nlp/ling/tokensregex/MultiNodePattern\$UnionMultiNodePattern.class \
edu/stanford/nlp/ling/tokensregex/MultiPatternMatcher\$BasicSequencePatternTrigger.class \
edu/stanford/nlp/ling/tokensregex/MultiPatternMatcher\$SequencePatternTrigger.class \
edu/stanford/nlp/ling/tokensregex/SequenceMatcher\$FindType.class \
edu/stanford/nlp/util/Iterables.class \
edu/stanford/nlp/ling/tokensregex/MultiWordStringMatcher\$1.class \
edu/stanford/nlp/ling/tokensregex/MultiWordStringMatcher\$LongestStringComparator.class \
edu/stanford/nlp/ling/tokensregex/MultiWordStringMatcher\$MatchType.class \
edu/stanford/nlp/util/CacheMap.class \
edu/stanford/nlp/ling/tokensregex/MultiWordStringMatcher.class \
edu/stanford/nlp/ling/tokensregex/NodePattern\$AnyNodePattern.class \
edu/stanford/nlp/ling/tokensregex/NodePattern\$ConjNodePattern.class \
edu/stanford/nlp/ling/tokensregex/NodePattern\$DisjNodePattern.class \
edu/stanford/nlp/ling/tokensregex/NodePattern\$EqualsNodePattern.class \
edu/stanford/nlp/ling/tokensregex/NodePattern\$NegateNodePattern.class \
edu/stanford/nlp/ling/tokensregex/PhraseTable\$1.class \
edu/stanford/nlp/ling/tokensregex/PhraseTable\$Phrase.class \
edu/stanford/nlp/ling/tokensregex/PhraseTable\$PhraseStringCollection.class \
edu/stanford/nlp/ling/tokensregex/PhraseTable\$PhraseTableIterator.class \
edu/stanford/nlp/ling/tokensregex/PhraseTable\$StackEntry.class \
edu/stanford/nlp/ling/tokensregex/PhraseTable\$StringList.class \
edu/stanford/nlp/pipeline/Annotation.class \
edu/stanford/nlp/pipeline/Annotator.class \
edu/stanford/nlp/util/HasInterval.class \
edu/stanford/nlp/util/Interner.class \
edu/stanford/nlp/ling/tokensregex/SequenceMatchAction\$BoundAction.class \
edu/stanford/nlp/ling/tokensregex/SequenceMatchAction\$BranchAction.class \
edu/stanford/nlp/ling/tokensregex/SequenceMatchAction\$NextMatchAction.class \
edu/stanford/nlp/ling/tokensregex/SequenceMatchAction\$SeriesAction.class \
edu/stanford/nlp/ling/tokensregex/SequenceMatchAction\$StartMatchAction.class \
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules\$AnnotationExtractRuleCreator.class \
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules\$AnnotationMatchedFilter.class \
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules\$BasicSequenceExtractRule.class \
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules\$CompositeExtractRuleCreator.class \
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules\$CoreMapExtractRule.class \
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules\$CoreMapFunctionApplier.class \
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules\$CoreMapToListExtractRule.class \
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules\$CoreMapToListFunctionApplier.class \
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules\$FilterExtractRule.class \
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules\$MultiSequencePatternExtractRule.class \
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules\$MultiTokenPatternExtractRuleCreator.class \
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules\$SequenceMatchResultExtractor.class \
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules\$SequenceMatchedExpressionExtractor.class \
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules\$SequencePatternExtractRule.class \
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules\$StringMatchResultExtractor.class \
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules\$StringMatchedExpressionExtractor.class \
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules\$StringPatternExtractRule.class \
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules\$TextPatternExtractRuleCreator.class \
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules\$TokenPatternExtractRuleCreator.class \
edu/stanford/nlp/ling/tokensregex/types/AssignableExpression.class \
edu/stanford/nlp/ling/tokensregex/types/Expressions\$CompositeValue.class \
edu/stanford/nlp/ling/tokensregex/SequenceMatcher\$1.class \
edu/stanford/nlp/ling/tokensregex/SequenceMatcher\$2.class \
edu/stanford/nlp/ling/tokensregex/SequenceMatcher\$BasicMatchReplacement.class \
edu/stanford/nlp/ling/tokensregex/SequenceMatcher\$BranchState.class \
edu/stanford/nlp/ling/tokensregex/SequenceMatcher\$BranchStates.class \
edu/stanford/nlp/ling/tokensregex/SequenceMatcher\$GroupMatchReplacement.class \
edu/stanford/nlp/ling/tokensregex/SequenceMatcher\$MatchReplacement.class \
edu/stanford/nlp/ling/tokensregex/SequenceMatcher\$MatchedStates.class \
edu/stanford/nlp/ling/tokensregex/SequenceMatcher\$NamedGroupMatchReplacement.class \
edu/stanford/nlp/ling/tokensregex/SequenceMatcher\$State.class \
edu/stanford/nlp/ling/tokensregex/SequencePattern\$State.class \
edu/stanford/nlp/util/IterableIterator.class \
edu/stanford/nlp/ling/tokensregex/SequencePattern\$ConjMatchStateInfo.class \
edu/stanford/nlp/ling/tokensregex/SequencePattern\$ConjStartState.class \
edu/stanford/nlp/util/ArraySet.class \
edu/stanford/nlp/util/HashIndex.class \
edu/stanford/nlp/ling/tokensregex/NodePatternTransformer.class \
edu/stanford/nlp/ling/tokensregex/SequencePattern\$1.class \
edu/stanford/nlp/ling/tokensregex/SequencePattern\$AndPatternExpr.class \
edu/stanford/nlp/ling/tokensregex/SequencePattern\$BackRefPatternExpr.class \
edu/stanford/nlp/ling/tokensregex/SequencePattern\$BackRefState.class \
edu/stanford/nlp/ling/tokensregex/SequencePattern\$ConjEndState.class \
edu/stanford/nlp/ling/tokensregex/SequencePattern\$Frag.class \
edu/stanford/nlp/ling/tokensregex/SequencePattern\$GroupEndState.class \
edu/stanford/nlp/ling/tokensregex/SequencePattern\$GroupPatternExpr.class \
edu/stanford/nlp/ling/tokensregex/SequencePattern\$GroupStartState.class \
edu/stanford/nlp/ling/tokensregex/SequencePattern\$MatchState.class \
edu/stanford/nlp/ling/tokensregex/SequencePattern\$MultiNodePatternExpr.class \
edu/stanford/nlp/ling/tokensregex/SequencePattern\$MultiNodePatternState.class \
edu/stanford/nlp/ling/tokensregex/SequencePattern\$NodePatternState.class \
edu/stanford/nlp/ling/tokensregex/SequencePattern\$OrPatternExpr.class \
edu/stanford/nlp/ling/tokensregex/SequencePattern\$RepeatPatternExpr.class \
edu/stanford/nlp/ling/tokensregex/SequencePattern\$RepeatState.class \
edu/stanford/nlp/ling/tokensregex/SequencePattern\$SeqEndState.class \
edu/stanford/nlp/ling/tokensregex/SequencePattern\$SeqStartState.class \
edu/stanford/nlp/ling/tokensregex/SequencePattern\$SequenceEndPatternExpr.class \
edu/stanford/nlp/ling/tokensregex/SequencePattern\$SequencePatternExpr.class \
edu/stanford/nlp/ling/tokensregex/SequencePattern\$SequenceStartPatternExpr.class \
edu/stanford/nlp/ling/tokensregex/SequencePattern\$SpecialNodePatternExpr.class \
edu/stanford/nlp/ling/tokensregex/SequencePattern\$ValuePatternExpr.class \
edu/stanford/nlp/ling/tokensregex/SequencePattern\$ValueState.class \
edu/stanford/nlp/util/Factory.class \
edu/stanford/nlp/util/ValuedInterval.class \
edu/stanford/nlp/ling/tokensregex/TokenSequenceMatcher.class \
edu/stanford/nlp/ling/tokensregex/parser/Token.class \
edu/stanford/nlp/ling/tokensregex/CoreMapExpressionNodePattern.class \
edu/stanford/nlp/ling/tokensregex/parser/SimpleCharStream.class \
edu/stanford/nlp/ling/tokensregex/parser/TokenMgrError.class \
edu/stanford/nlp/ling/tokensregex/parser/TokenSequenceParser\$1.class \
edu/stanford/nlp/ling/tokensregex/parser/TokenSequenceParser\$JJCalls.class \
edu/stanford/nlp/ling/tokensregex/parser/TokenSequenceParser\$LookaheadSuccess.class \
edu/stanford/nlp/ling/tokensregex/parser/TokenSequenceParserConstants.class \
edu/stanford/nlp/ling/tokensregex/parser/TokenSequenceParserTokenManager.class \
edu/stanford/nlp/ling/tokensregex/types/Expressions\$AndExpression.class \
edu/stanford/nlp/ling/tokensregex/types/Expressions\$CaseExpression.class \
edu/stanford/nlp/ling/tokensregex/types/Expressions\$ConditionalExpression.class \
edu/stanford/nlp/ling/tokensregex/types/Expressions\$FieldExpression.class \
edu/stanford/nlp/ling/tokensregex/types/Expressions\$FunctionCallExpression.class \
edu/stanford/nlp/ling/tokensregex/types/Expressions\$IndexedExpression.class \
edu/stanford/nlp/ling/tokensregex/types/Expressions\$ListExpression.class \
edu/stanford/nlp/ling/tokensregex/types/Expressions\$MethodCallExpression.class \
edu/stanford/nlp/ling/tokensregex/types/Expressions\$OrExpression.class \
edu/stanford/nlp/ling/tokensregex/types/Expressions\$PrimitiveValue.class \
edu/stanford/nlp/ling/tokensregex/types/Expressions\$RegexMatchResultVarExpression.class \
edu/stanford/nlp/ling/tokensregex/types/Expressions\$RegexMatchVarExpression.class \
edu/stanford/nlp/ling/tokensregex/types/Expressions\$RegexValue.class \
edu/stanford/nlp/ling/tokensregex/types/Expressions\$VarExpression.class \
edu/stanford/nlp/util/ArrayMap.class \
edu/stanford/nlp/ling/tokensregex/types/Expressions\$AssignableFunctionCallExpression.class \
edu/stanford/nlp/ling/tokensregex/types/Expressions\$IfExpression.class \
edu/stanford/nlp/ling/tokensregex/types/Expressions\$NotExpression.class \
edu/stanford/nlp/ling/tokensregex/types/Expressions\$SimpleCachedExpression.class \
edu/stanford/nlp/ling/tokensregex/types/Expressions\$SimpleExpression.class \
edu/stanford/nlp/ling/tokensregex/types/Expressions\$SimpleValue.class \
edu/stanford/nlp/ling/tokensregex/types/Expressions\$TypedExpression.class \
edu/stanford/nlp/ling/tokensregex/types/Expressions\$VarAssignmentExpression.class \
edu/stanford/nlp/ling/tokensregex/types/Expressions\$WrappedExpression.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunction.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions.class \
edu/stanford/nlp/util/MetaClass.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$1.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$10.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$11.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$12.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$13.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$14.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$15.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$16.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$17.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$18.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$19.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$2.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$20.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$21.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$22.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$23.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$24.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$25.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$26.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$27.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$28.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$29.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$3.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$30.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$31.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$32.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$33.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$34.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$35.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$36.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$37.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$38.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$39.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$4.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$40.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$41.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$42.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$43.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$44.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$45.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$5.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$6.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$7.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$8.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$9.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$BooleanFunction.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$ComparableComparator.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$CompareFunction.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$CompareType.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$NamedValueFunction.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$NumericComparator.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$NumericFunction.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$ParamInfo.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$StringFunction.class \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions\$TypeCheckedFunction.class \
edu/stanford/nlp/util/CollectionFactory.class \
edu/stanford/nlp/util/CollectionValuedMap.class \
edu/stanford/nlp/process/CoreTokenFactory.class \
edu/stanford/nlp/math/ArrayMath\$InvalidElementException.class \
edu/stanford/nlp/math/SloppyMath.class \
edu/stanford/nlp/math/ArrayMath.class \
edu/stanford/nlp/maxent/CGRunner\$LikelihoodFunction.class \
edu/stanford/nlp/maxent/CGRunner\$MonitorFunction.class \
edu/stanford/nlp/maxent/iis/LambdaSolve.class \
edu/stanford/nlp/optimization/CGMinimizer.class \
edu/stanford/nlp/optimization/DiffFunction.class \
edu/stanford/nlp/optimization/Function.class \
edu/stanford/nlp/optimization/Minimizer.class \
edu/stanford/nlp/optimization/QNMinimizer.class \
edu/stanford/nlp/util/ReflectionLoading.class \
edu/stanford/nlp/maxent/CGRunner.class \
edu/stanford/nlp/io/PrintFile.class \
edu/stanford/nlp/util/Index.class \
edu/stanford/nlp/maxent/Experiments.class \
edu/stanford/nlp/maxent/Feature.class \
edu/stanford/nlp/maxent/Features.class \
edu/stanford/nlp/maxent/Problem.class \
edu/stanford/nlp/util/MutableDouble.class \
edu/stanford/nlp/neural/ConvertModels\$Model.class \
edu/stanford/nlp/neural/ConvertModels\$Stage.class \
edu/stanford/nlp/neural/SimpleTensor.class \
edu/stanford/nlp/parser/dvparser/DVModelReranker.class \
edu/stanford/nlp/parser/lexparser/LexicalizedParser.class \
edu/stanford/nlp/parser/lexparser/Options.class \
edu/stanford/nlp/parser/lexparser/Reranker.class \
edu/stanford/nlp/sentiment/RNNOptions.class \
edu/stanford/nlp/sentiment/SentimentModel.class \
edu/stanford/nlp/util/TwoDimensionalMap.class \
edu/stanford/nlp/neural/ConvertModels.class \
edu/stanford/nlp/neural/NeuralUtils.class \
edu/stanford/nlp/neural/SimpleTensor\$SimpleMatrixIteratorWrapper.class \
edu/stanford/nlp/objectbank/DelimitRegExIterator\$DelimitRegExIteratorFactory.class \
edu/stanford/nlp/objectbank/IdentityFunction.class \
edu/stanford/nlp/objectbank/IteratorFromReaderFactory.class \
edu/stanford/nlp/objectbank/DelimitRegExIterator.class \
edu/stanford/nlp/objectbank/LineIterator\$LineIteratorFactory.class \
edu/stanford/nlp/objectbank/LineIterator.class \
edu/stanford/nlp/objectbank/ObjectBank\$OBIterator.class \
edu/stanford/nlp/objectbank/ObjectBank\$PathToFileFunction.class \
edu/stanford/nlp/objectbank/ReaderIteratorFactory.class \
edu/stanford/nlp/objectbank/ObjectBank.class \
edu/stanford/nlp/objectbank/ReaderIteratorFactory\$ReaderIterator.class \
edu/stanford/nlp/objectbank/XMLBeginEndIterator\$XMLBeginEndIteratorFactory.class \
edu/stanford/nlp/util/XMLUtils.class \
edu/stanford/nlp/util/XMLUtils\$XMLTag.class \
edu/stanford/nlp/objectbank/XMLBeginEndIterator.class \
edu/stanford/nlp/optimization/HasInitial.class \
edu/stanford/nlp/optimization/CGMinimizer\$OneDimDiffFunction.class \
edu/stanford/nlp/optimization/CGMinimizer\$Triple.class \
edu/stanford/nlp/util/CallbackFunction.class \
edu/stanford/nlp/optimization/FloatFunction.class \
edu/stanford/nlp/optimization/Evaluator.class \
edu/stanford/nlp/optimization/DiffFloatFunction.class \
edu/stanford/nlp/optimization/HasEvaluators.class \
edu/stanford/nlp/optimization/HasRegularizerParamRange.class \
edu/stanford/nlp/optimization/QNMinimizer\$1.class \
edu/stanford/nlp/optimization/QNMinimizer\$DiagonalQNInfo.class \
edu/stanford/nlp/optimization/QNMinimizer\$MaxEvaluationsExceeded.class \
edu/stanford/nlp/optimization/QNMinimizer\$QNInfo.class \
edu/stanford/nlp/optimization/QNMinimizer\$Record.class \
edu/stanford/nlp/optimization/QNMinimizer\$ScalarQNInfo.class \
edu/stanford/nlp/optimization/QNMinimizer\$SurpriseConvergence.class \
edu/stanford/nlp/optimization/QNMinimizer\$eLineSearch.class \
edu/stanford/nlp/optimization/QNMinimizer\$eScaling.class \
edu/stanford/nlp/optimization/QNMinimizer\$eState.class \
edu/stanford/nlp/parser/ViterbiParser.class \
edu/stanford/nlp/util/ScoredObject.class \
edu/stanford/nlp/parser/Parser.class \
edu/stanford/nlp/io/NumberRangeFileFilter.class \
edu/stanford/nlp/io/NumberRangesFileFilter.class \
edu/stanford/nlp/parser/common/ParserAnnotations\$CandidatePartOfSpeechAnnotation.class \
edu/stanford/nlp/parser/common/ParserAnnotations\$ConstraintAnnotation.class \
edu/stanford/nlp/parser/common/ParserAnnotations.class \
edu/stanford/nlp/parser/common/ParserConstraint.class \
edu/stanford/nlp/parser/common/ParserQuery.class \
edu/stanford/nlp/parser/lexparser/TestOptions.class \
edu/stanford/nlp/parser/metrics/Eval.class \
edu/stanford/nlp/parser/metrics/ParserQueryEval.class \
edu/stanford/nlp/parser/KBestViterbiParser.class \
edu/stanford/nlp/trees/Trees.class \
edu/stanford/nlp/parser/common/ParserGrammar.class \
edu/stanford/nlp/util/concurrent/ThreadsafeProcessor.class \
edu/stanford/nlp/parser/common/ArgUtils.class \
edu/stanford/nlp/parser/dvparser/CacheParseHypotheses\$CacheProcessor.class \
edu/stanford/nlp/parser/dvparser/CacheParseHypotheses\$DecompressionProcessor.class \
edu/stanford/nlp/parser/dvparser/FilterConfusingRules.class \
edu/stanford/nlp/trees/BasicCategoryTreeTransformer.class \
edu/stanford/nlp/trees/LabeledScoredTreeReaderFactory.class \
edu/stanford/nlp/trees/SynchronizedTreeTransformer.class \
edu/stanford/nlp/trees/TreeNormalizer.class \
edu/stanford/nlp/util/concurrent/MulticoreWrapper.class \
edu/stanford/nlp/neural/Embedding.class \
edu/stanford/nlp/parser/dvparser/DVModel\$1.class \
edu/stanford/nlp/parser/lexparser/BinaryGrammar.class \
edu/stanford/nlp/parser/lexparser/BinaryRule.class \
edu/stanford/nlp/parser/lexparser/Options\$LexOptions.class \
edu/stanford/nlp/parser/lexparser/TrainOptions.class \
edu/stanford/nlp/parser/lexparser/TrainOptions\$TransformMatrixType.class \
edu/stanford/nlp/parser/lexparser/UnaryGrammar.class \
edu/stanford/nlp/parser/lexparser/UnaryRule.class \
edu/stanford/nlp/util/TwoDimensionalMap\$Entry.class \
edu/stanford/nlp/util/TwoDimensionalSet.class \
edu/stanford/nlp/parser/dvparser/DVModelReranker\$Query.class \
edu/stanford/nlp/parser/dvparser/UnknownWordPrinter.class \
edu/stanford/nlp/parser/lexparser/RerankerQuery.class \
edu/stanford/nlp/parser/dvparser/DVParserCostAndGradient.class \
edu/stanford/nlp/trees/CompositeTreeTransformer.class \
edu/stanford/nlp/trees/DeepTree.class \
edu/stanford/nlp/parser/lexparser/EvaluateTreebank.class \
edu/stanford/nlp/optimization/AbstractCachingDiffFunction.class \
edu/stanford/nlp/parser/common/NoSuchParseException.class \
edu/stanford/nlp/parser/dvparser/DVParserCostAndGradient\$ScoringProcessor.class \
edu/stanford/nlp/parser/metrics/TreeSpanScoring.class \
edu/stanford/nlp/parser/lexparser/DependencyGrammar.class \
edu/stanford/nlp/parser/lexparser/IntDependency.class \
edu/stanford/nlp/parser/lexparser/IntTaggedWord.class \
edu/stanford/nlp/parser/lexparser/Lexicon.class \
edu/stanford/nlp/parser/lexparser/TagProjection.class \
edu/stanford/nlp/parser/lexparser/Extractor.class \
edu/stanford/nlp/parser/lexparser/AbstractTreebankParserParams\$AnnotatePunctuationFunction.class \
edu/stanford/nlp/parser/lexparser/AbstractTreebankParserParams\$RemoveGFSubcategoryStripper.class \
edu/stanford/nlp/parser/lexparser/AbstractTreebankParserParams\$SubcategoryStripper.class \
edu/stanford/nlp/parser/lexparser/AbstractTreebankParserParams\$TypedDependencyTyper.class \
edu/stanford/nlp/parser/lexparser/AbstractTreebankParserParams\$UnorderedTypedDependencyTyper.class \
edu/stanford/nlp/parser/lexparser/AbstractTreebankParserParams\$UnorderedUntypedDependencyTyper.class \
edu/stanford/nlp/parser/lexparser/AbstractTreebankParserParams\$UntypedDependencyTyper.class \
edu/stanford/nlp/parser/lexparser/BaseLexicon.class \
edu/stanford/nlp/parser/lexparser/MLEDependencyGrammarExtractor.class \
edu/stanford/nlp/parser/metrics/AbstractEval.class \
edu/stanford/nlp/stats/EquivalenceClasser.class \
edu/stanford/nlp/trees/Constituent.class \
edu/stanford/nlp/trees/DependencyTyper.class \
edu/stanford/nlp/trees/GrammaticalStructure.class \
edu/stanford/nlp/trees/HeadFinder.class \
edu/stanford/nlp/trees/LabeledConstituent.class \
edu/stanford/nlp/trees/SimpleConstituent.class \
edu/stanford/nlp/trees/TreeTokenizerFactory.class \
edu/stanford/nlp/parser/lexparser/AbstractTreebankParserParams.class \
edu/stanford/nlp/parser/tools/PunctEquivalenceClasser.class \
edu/stanford/nlp/parser/lexparser/UnknownWordModelTrainer.class \
edu/stanford/nlp/parser/lexparser/ArabicTreebankParserParams\$1.class \
edu/stanford/nlp/parser/lexparser/ArabicTreebankParserParams\$AddEquivalencedConjNode.class \
edu/stanford/nlp/parser/lexparser/ArabicTreebankParserParams\$AddEquivalencedNodeFunction.class \
edu/stanford/nlp/parser/lexparser/ArabicTreebankParserParams\$AddEquivalencedNodeFunctionVar.class \
edu/stanford/nlp/parser/lexparser/ArabicTreebankParserParams\$AddRelativeNodeFunction.class \
edu/stanford/nlp/parser/lexparser/ArabicTreebankParserParams\$AddRelativeNodeRegexFunction.class \
edu/stanford/nlp/parser/lexparser/ArabicTreebankParserParams\$AnnotatePunctuationFunction2.class \
edu/stanford/nlp/parser/lexparser/ArabicTreebankParserParams\$ArabicSubcategoryStripper.class \
edu/stanford/nlp/parser/lexparser/ArabicTreebankParserParams\$SimpleStringFunction.class \
edu/stanford/nlp/parser/lexparser/FactoredLexicon.class \
edu/stanford/nlp/parser/lexparser/TreeCollinizer.class \
edu/stanford/nlp/trees/international/arabic/ArabicHeadFinder.class \
edu/stanford/nlp/trees/tregex/TregexPatternCompiler.class \
edu/stanford/nlp/parser/lexparser/ArabicUnknownWordSignatures.class \
edu/stanford/nlp/parser/lexparser/BaseUnknownWordModel.class \
edu/stanford/nlp/parser/lexparser/AbstractUnknownWordModelTrainer.class \
edu/stanford/nlp/parser/lexparser/ArabicUnknownWordModel.class \
edu/stanford/nlp/parser/lexparser/BaseUnknownWordModelTrainer.class \
edu/stanford/nlp/parser/lexparser/UnknownWordModel.class \
edu/stanford/nlp/parser/lexparser/UnknownGTTrainer.class \
edu/stanford/nlp/parser/lexparser/BiLexPCFGParser\$N5BiLexPCFGParser.class \
edu/stanford/nlp/parser/lexparser/Edge.class \
edu/stanford/nlp/parser/lexparser/ExhaustiveDependencyParser.class \
edu/stanford/nlp/parser/lexparser/ExhaustivePCFGParser.class \
edu/stanford/nlp/parser/lexparser/GrammarProjection.class \
edu/stanford/nlp/parser/lexparser/Hook.class \
edu/stanford/nlp/parser/lexparser/HookChart.class \
edu/stanford/nlp/parser/lexparser/Interner.class \
edu/stanford/nlp/parser/lexparser/Item.class \
edu/stanford/nlp/parser/lexparser/LatticeScorer.class \
edu/stanford/nlp/parser/lexparser/NullGrammarProjection.class \
edu/stanford/nlp/parser/lexparser/Scorer.class \
edu/stanford/nlp/util/ArrayHeap.class \
edu/stanford/nlp/util/Heap.class \
edu/stanford/nlp/util/ScoredComparator.class \
edu/stanford/nlp/parser/lexparser/BiLexPCFGParser.class \
edu/stanford/nlp/parser/lexparser/AbstractTreeExtractor.class \
edu/stanford/nlp/parser/lexparser/Rule.class \
edu/stanford/nlp/parser/lexparser/CNFTransformers\$FromCNFTransformer.class \
edu/stanford/nlp/parser/lexparser/CNFTransformers\$ToCNFTransformer.class \
edu/stanford/nlp/parser/lexparser/TreebankAnnotator.class \
edu/stanford/nlp/parser/lexparser/ChineseCharacterBasedLexicon\$Symbol.class \
edu/stanford/nlp/stats/Distribution.class \
edu/stanford/nlp/stats/GeneralizedCounter.class \
edu/stanford/nlp/trees/international/pennchinese/RadicalMap.class \
edu/stanford/nlp/parser/lexparser/ChineseCharacterBasedLexicon.class \
edu/stanford/nlp/parser/lexparser/RandomWalk.class \
edu/stanford/nlp/parser/lexparser/ChineseLexicon.class \
edu/stanford/nlp/parser/lexparser/CollinsPuncTransformer.class \
edu/stanford/nlp/parser/lexparser/ParentAnnotationStats.class \
edu/stanford/nlp/parser/lexparser/TreeAnnotator.class \
edu/stanford/nlp/parser/lexparser/TreeAnnotatorAndBinarizer.class \
edu/stanford/nlp/process/WordSegmenter.class \
edu/stanford/nlp/trees/LeftHeadFinder.class \
edu/stanford/nlp/trees/TreePrint.class \
edu/stanford/nlp/util/DeltaIndex.class \
edu/stanford/nlp/parser/lexparser/MLEDependencyGrammar.class \
edu/stanford/nlp/parser/lexparser/ChineseLexiconAndWordSegmenter.class \
edu/stanford/nlp/parser/lexparser/ChineseTreebankParserParams\$1.class \
edu/stanford/nlp/parser/lexparser/SisterAnnotationStats.class \
edu/stanford/nlp/process/WordSegmentingTokenizer.class \
edu/stanford/nlp/trees/international/pennchinese/BikelChineseHeadFinder.class \
edu/stanford/nlp/trees/international/pennchinese/CTBErrorCorrectingTreeNormalizer.class \
edu/stanford/nlp/trees/international/pennchinese/CTBTreeReaderFactory.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseCollinizer.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseHeadFinder.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseSemanticHeadFinder.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseTreebankLanguagePack.class \
edu/stanford/nlp/trees/international/pennchinese/SunJurafskyChineseHeadFinder.class \
edu/stanford/nlp/trees/international/pennchinese/UniversalChineseGrammaticalStructure.class \
edu/stanford/nlp/trees/international/pennchinese/UniversalChineseSemanticHeadFinder.class \
edu/stanford/nlp/util/ReflectionLoading\$ReflectionLoadingException.class \
edu/stanford/nlp/parser/lexparser/ChineseUnknownWordModel.class \
edu/stanford/nlp/parser/lexparser/BoundaryRemover.class \
edu/stanford/nlp/parser/lexparser/EnglishTreebankParserParams\$EnglishSubcategoryStripper.class \
edu/stanford/nlp/parser/lexparser/EnglishTreebankParserParams\$EnglishTest.class \
edu/stanford/nlp/parser/lexparser/EnglishTreebankParserParams\$EnglishTrain.class \
edu/stanford/nlp/trees/ModCollinsHeadFinder.class \
edu/stanford/nlp/trees/NPTmpRetainingTreeNormalizer.class \
edu/stanford/nlp/trees/PennTreeReader.class \
edu/stanford/nlp/trees/SemanticHeadFinder.class \
edu/stanford/nlp/trees/UniversalEnglishGrammaticalStructure.class \
edu/stanford/nlp/trees/UniversalSemanticHeadFinder.class \
edu/stanford/nlp/process/DistSimClassifier.class \
edu/stanford/nlp/parser/lexparser/EnglishUnknownWordModel.class
jar uf /juice/u/nlp/distrib/stanford-parser-full-2020-05-29/stanford-parser-4.0.0.jar edu/stanford/nlp/io/NullOutputStream.class \
edu/stanford/nlp/parser/common/ParserUtils.class \
edu/stanford/nlp/parser/common/ParsingThreadsafeProcessor.class \
edu/stanford/nlp/parser/lexparser/Debinarizer.class \
edu/stanford/nlp/parser/lexparser/EvalbFormatWriter.class \
edu/stanford/nlp/parser/metrics/AbstractEval\$CatErrorEval.class \
edu/stanford/nlp/parser/metrics/AbstractEval\$RuleErrorEval.class \
edu/stanford/nlp/parser/metrics/AbstractEval\$ScoreEval.class \
edu/stanford/nlp/parser/metrics/BestOfTopKEval.class \
edu/stanford/nlp/parser/metrics/Evalb.class \
edu/stanford/nlp/parser/metrics/Evalb\$CBEval.class \
edu/stanford/nlp/parser/metrics/EvalbByCat.class \
edu/stanford/nlp/parser/metrics/FilteredEval.class \
edu/stanford/nlp/parser/metrics/LeafAncestorEval.class \
edu/stanford/nlp/parser/metrics/TaggingEval.class \
edu/stanford/nlp/parser/metrics/TopMatchEval.class \
edu/stanford/nlp/parser/metrics/UnlabeledAttachmentEval.class \
edu/stanford/nlp/parser/lexparser/GrammarCompactor.class \
edu/stanford/nlp/parser/lexparser/ExhaustivePCFGParser\$Arc.class \
edu/stanford/nlp/parser/lexparser/ExhaustivePCFGParser\$Derivation.class \
edu/stanford/nlp/parser/lexparser/ExhaustivePCFGParser\$Vertex.class \
edu/stanford/nlp/parser/lexparser/HTKLatticeReader.class \
edu/stanford/nlp/parser/lexparser/Lattice.class \
edu/stanford/nlp/parser/lexparser/LatticeEdge.class \
edu/stanford/nlp/parser/lexparser/OutsideRuleFilter.class \
edu/stanford/nlp/international/french/FrenchMorphoFeatureSpecification.class \
edu/stanford/nlp/parser/lexparser/FactoredLexiconEvent.class \
edu/stanford/nlp/stats/IntCounter.class \
edu/stanford/nlp/stats/TwoDimensionalIntCounter.class \
edu/stanford/nlp/parser/lexparser/BinaryGrammarExtractor.class \
edu/stanford/nlp/parser/lexparser/NodePruner.class \
edu/stanford/nlp/parser/lexparser/ProjectionScorer.class \
edu/stanford/nlp/parser/lexparser/TwinScorer.class \
edu/stanford/nlp/trees/TreeLengthComparator.class \
edu/stanford/nlp/parser/lexparser/BinaryHeadFinder.class \
edu/stanford/nlp/util/Beam.class \
edu/stanford/nlp/parser/lexparser/FrenchTreebankParserParams\$1.class \
edu/stanford/nlp/parser/lexparser/FrenchTreebankParserParams\$AddPOSSequenceFunction.class \
edu/stanford/nlp/parser/lexparser/FrenchTreebankParserParams\$AddRelativeNodeFunction.class \
edu/stanford/nlp/parser/lexparser/FrenchTreebankParserParams\$AnnotatePunctuationFunction.class \
edu/stanford/nlp/parser/lexparser/TregexPoweredTreebankParserParams.class \
edu/stanford/nlp/parser/lexparser/TregexPoweredTreebankParserParams\$SimpleStringFunction.class \
edu/stanford/nlp/trees/international/french/DybroFrenchHeadFinder.class \
edu/stanford/nlp/international/french/FrenchUnknownWordSignatures.class \
edu/stanford/nlp/parser/lexparser/FrenchUnknownWordModel.class \
edu/stanford/nlp/parser/lexparser/GermanUnknownWordModel.class \
edu/stanford/nlp/parser/lexparser/HTKLatticeReader\$LatticeWord.class \
edu/stanford/nlp/parser/lexparser/LexicalizedParserQuery.class \
edu/stanford/nlp/trees/international/hebrew/HebrewTreeReaderFactory.class \
edu/stanford/nlp/trees/international/hebrew/HebrewTreebankLanguagePack.class \
edu/stanford/nlp/parser/lexparser/HookChart\$1.class \
edu/stanford/nlp/parser/lexparser/HookChart\$ChartIndex.class \
edu/stanford/nlp/parser/lexparser/HookChart\$WeakChartIndex.class \
edu/stanford/nlp/util/Scored.class \
edu/stanford/nlp/parser/lexparser/ExactGrammarCompactor.class \
edu/stanford/nlp/parser/lexparser/LexicalizedParser\$1.class \
edu/stanford/nlp/parser/lexparser/LinearGrammarSmoother.class \
edu/stanford/nlp/parser/lexparser/ParseFiles.class \
edu/stanford/nlp/parser/lexparser/RerankingParserQuery.class \
edu/stanford/nlp/parser/lexparser/SplittingGrammarExtractor.class \
edu/stanford/nlp/tagger/io/TaggedFileReader.class \
edu/stanford/nlp/tagger/io/TaggedFileRecord.class \
edu/stanford/nlp/trees/CompositeTreebank.class \
edu/stanford/nlp/trees/FilteringTreebank.class \
edu/stanford/nlp/trees/LengthTreeFilter.class \
edu/stanford/nlp/trees/TreeLeafLabelTransformer.class \
edu/stanford/nlp/parser/lexparser/FastFactoredParser.class \
edu/stanford/nlp/parser/lexparser/IterativeCKYPCFGParser.class \
edu/stanford/nlp/parser/lexparser/AbstractDependencyGrammar.class \
edu/stanford/nlp/parser/lexparser/BasicCategoryTagProjection.class \
edu/stanford/nlp/parser/lexparser/MLEDependencyGrammar\$EndHead.class \
edu/stanford/nlp/parser/lexparser/TestTagProjection.class \
edu/stanford/nlp/parser/lexparser/NegraPennCollinizer.class \
edu/stanford/nlp/trees/international/negra/NegraHeadFinder.class \
edu/stanford/nlp/trees/international/negra/NegraLabel.class \
edu/stanford/nlp/trees/international/negra/NegraPennLanguagePack.class \
edu/stanford/nlp/trees/international/negra/NegraPennTreeReaderFactory.class \
edu/stanford/nlp/trees/ConstituentFactory.class \
edu/stanford/nlp/trees/LabeledScoredConstituent.class \
edu/stanford/nlp/trees/LabeledScoredConstituentFactory.class \
edu/stanford/nlp/parser/lexparser/OutsideRuleFilter\$FA.class \
edu/stanford/nlp/process/DocumentPreprocessor.class \
edu/stanford/nlp/process/DocumentPreprocessor\$DocType.class \
edu/stanford/nlp/parser/lexparser/SpanishTreebankParserParams\$1.class \
edu/stanford/nlp/parser/lexparser/SpanishTreebankParserParams\$MarkConjTypeFunction.class \
edu/stanford/nlp/parser/lexparser/SpanishTreebankParserParams\$MarkPrefixFunction.class \
edu/stanford/nlp/parser/lexparser/TregexPoweredTreebankParserParams\$AnnotateHeadFunction.class \
edu/stanford/nlp/trees/international/spanish/SpanishHeadFinder.class \
edu/stanford/nlp/trees/international/spanish/SpanishTreeReaderFactory.class \
edu/stanford/nlp/trees/international/spanish/SpanishTreebankLanguagePack.class \
edu/stanford/nlp/international/spanish/SpanishUnknownWordSignatures.class \
edu/stanford/nlp/parser/lexparser/SpanishUnknownWordModel.class \
edu/stanford/nlp/parser/lexparser/SplittingGrammarExtractor\$1.class \
edu/stanford/nlp/util/ThreeDimensionalMap.class \
edu/stanford/nlp/parser/lexparser/PostSplitter.class \
edu/stanford/nlp/parser/lexparser/TreeAnnotatorAndBinarizer\$TreeNullAnnotator.class \
edu/stanford/nlp/parser/lexparser/TreeBinarizer.class \
edu/stanford/nlp/trees/TreebankFactory.class \
edu/stanford/nlp/trees/international/tuebadz/TueBaDZHeadFinder.class \
edu/stanford/nlp/trees/international/tuebadz/TueBaDZLanguagePack.class \
edu/stanford/nlp/trees/international/tuebadz/TueBaDZTreeReaderFactory.class \
edu/stanford/nlp/trees/GrammaticalStructureFactory.class \
edu/stanford/nlp/parser/metrics/Evalb\$1.class \
edu/stanford/nlp/parser/metrics/Evalb\$F1Comparator.class \
edu/stanford/nlp/trees/TreeFilters.class \
edu/stanford/nlp/trees/TreeFilters\$HasMatchingChild.class \
edu/stanford/nlp/parser/metrics/UnlabeledAttachmentEval\$1.class \
edu/stanford/nlp/trees/Dependency.class \
edu/stanford/nlp/parser/nndep/Config.class \
edu/stanford/nlp/parser/nndep/Configuration.class \
edu/stanford/nlp/parser/nndep/DependencyTree.class \
edu/stanford/nlp/parser/nndep/ParsingSystem.class \
edu/stanford/nlp/parser/nndep/Classifier\$1.class \
edu/stanford/nlp/parser/nndep/Classifier\$Cost.class \
edu/stanford/nlp/parser/nndep/Classifier\$CostFunction.class \
edu/stanford/nlp/parser/nndep/Classifier\$FeedforwardParams.class \
edu/stanford/nlp/parser/nndep/Dataset.class \
edu/stanford/nlp/parser/nndep/Example.class \
edu/stanford/nlp/parser/nndep/Util.class \
edu/stanford/nlp/parser/nndep/Classifier.class \
edu/stanford/nlp/tagger/maxent/MaxentTagger.class \
edu/stanford/nlp/parser/nndep/ArcStandard.class \
edu/stanford/nlp/parser/nndep/DependencyParser\$1.class \
edu/stanford/nlp/process/WhitespaceTokenizer.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations.class \
edu/stanford/nlp/trees/GrammaticalRelation.class \
edu/stanford/nlp/trees/TreeGraphNode.class \
edu/stanford/nlp/trees/TypedDependency.class \
edu/stanford/nlp/trees/UniversalEnglishGrammaticalRelations.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.class \
edu/stanford/nlp/pipeline/CoNLLUReader.class \
edu/stanford/nlp/pipeline/CoNLLUReader\$CoNLLUDocument.class \
edu/stanford/nlp/pipeline/CoNLLUReader\$CoNLLUSentence.class \
edu/stanford/nlp/parser/shiftreduce/BinaryTransition.class \
edu/stanford/nlp/parser/shiftreduce/BinaryTransition\$Side.class \
edu/stanford/nlp/parser/shiftreduce/CompoundUnaryTransition.class \
edu/stanford/nlp/parser/shiftreduce/ShiftReduceOptions.class \
edu/stanford/nlp/parser/shiftreduce/ShiftReduceUtils.class \
edu/stanford/nlp/parser/shiftreduce/State.class \
edu/stanford/nlp/parser/shiftreduce/Transition.class \
edu/stanford/nlp/parser/shiftreduce/UnaryTransition.class \
edu/stanford/nlp/tagger/common/Tagger.class \
edu/stanford/nlp/util/TreeShapedStack.class \
edu/stanford/nlp/parser/shiftreduce/FeatureFactory.class \
edu/stanford/nlp/parser/shiftreduce/FeatureFactory\$FeatureComponent.class \
edu/stanford/nlp/parser/shiftreduce/FeatureFactory\$Transition.class \
edu/stanford/nlp/parser/shiftreduce/State\$HeadPosition.class \
edu/stanford/nlp/trees/TreeCoreAnnotations.class \
edu/stanford/nlp/trees/TreeCoreAnnotations\$HeadTagLabelAnnotation.class \
edu/stanford/nlp/trees/TreeCoreAnnotations\$HeadWordLabelAnnotation.class \
edu/stanford/nlp/parser/shiftreduce/BinaryTransition\$1.class \
edu/stanford/nlp/trees/LabeledScoredTreeNode.class \
edu/stanford/nlp/parser/shiftreduce/FinalizeTransition.class \
edu/stanford/nlp/parser/shiftreduce/IdleTransition.class \
edu/stanford/nlp/parser/shiftreduce/ShiftTransition.class \
edu/stanford/nlp/tagger/maxent/Distsim.class \
edu/stanford/nlp/parser/shiftreduce/FeatureFactory\$1.class \
edu/stanford/nlp/parser/shiftreduce/OracleTransition.class \
edu/stanford/nlp/parser/shiftreduce/BaseModel.class \
edu/stanford/nlp/parser/shiftreduce/CombinationFeatureFactory.class \
edu/stanford/nlp/parser/shiftreduce/Oracle.class \
edu/stanford/nlp/parser/shiftreduce/PerceptronModel\$1.class \
edu/stanford/nlp/parser/shiftreduce/PerceptronModel\$TrainTreeProcessor.class \
edu/stanford/nlp/parser/shiftreduce/PerceptronModel\$Update.class \
edu/stanford/nlp/parser/shiftreduce/ReorderingOracle.class \
edu/stanford/nlp/parser/shiftreduce/ShiftReduceTrainOptions.class \
edu/stanford/nlp/parser/shiftreduce/ShiftReduceTrainOptions\$TrainingMethod.class \
edu/stanford/nlp/parser/shiftreduce/Weight.class \
edu/stanford/nlp/parser/shiftreduce/PerceptronModel.class \
edu/stanford/nlp/parser/shiftreduce/ShiftReduceTestOptions.class \
edu/stanford/nlp/parser/shiftreduce/CreateTransitionSequence.class \
edu/stanford/nlp/parser/shiftreduce/ShiftReduceParser\$RetagProcessor.class \
edu/stanford/nlp/parser/shiftreduce/ShiftReduceParserQuery.class \
edu/stanford/nlp/parser/shiftreduce/TreeRecorder.class \
edu/stanford/nlp/parser/shiftreduce/TreeRecorder\$Mode.class \
edu/stanford/nlp/util/ArrayUtils.class \
edu/stanford/nlp/parser/shiftreduce/TreeRecorder\$1.class \
edu/stanford/nlp/parser/ui/Parser\$1.class \
edu/stanford/nlp/parser/ui/ParserPanel.class \
edu/stanford/nlp/util/DisabledPreferencesFactory.class \
edu/stanford/nlp/parser/ui/ParserPanel\$1.class \
edu/stanford/nlp/parser/ui/ParserPanel\$2.class \
edu/stanford/nlp/parser/ui/ParserPanel\$3.class \
edu/stanford/nlp/parser/ui/ParserPanel\$4.class \
edu/stanford/nlp/parser/ui/ParserPanel\$JFileChooserLocation.class \
edu/stanford/nlp/parser/ui/ParserPanel\$LoadParserThread.class \
edu/stanford/nlp/parser/ui/ParserPanel\$ParseThread.class \
edu/stanford/nlp/parser/ui/ParserPanel\$SaveOutputThread.class \
edu/stanford/nlp/parser/ui/ParserPanel\$TimerListener.class \
edu/stanford/nlp/parser/ui/TreeJPanel.class \
edu/stanford/nlp/process/DocumentProcessor.class \
edu/stanford/nlp/process/StripTagsProcessor.class \
edu/stanford/nlp/swing/FontDetector.class \
edu/stanford/nlp/ui/JarFileChooser.class \
edu/stanford/nlp/parser/ui/TreeJPanel\$1.class \
edu/stanford/nlp/parser/ui/TreeJPanel\$WidthResult.class \
edu/stanford/nlp/pipeline/Annotator\$1.class \
edu/stanford/nlp/semgraph/SemanticGraphCoreAnnotations.class \
edu/stanford/nlp/semgraph/SemanticGraphCoreAnnotations\$BasicDependenciesAnnotation.class \
edu/stanford/nlp/semgraph/SemanticGraphFactory.class \
edu/stanford/nlp/pipeline/CoreMapAttributeAggregator\$1.class \
edu/stanford/nlp/pipeline/CoreMapAttributeAggregator\$2.class \
edu/stanford/nlp/pipeline/CoreMapAttributeAggregator\$3.class \
edu/stanford/nlp/pipeline/CoreMapAttributeAggregator\$4.class \
edu/stanford/nlp/pipeline/CoreMapAttributeAggregator\$5.class \
edu/stanford/nlp/pipeline/CoreMapAttributeAggregator\$6.class \
edu/stanford/nlp/pipeline/CoreMapAttributeAggregator\$7.class \
edu/stanford/nlp/pipeline/CoreMapAttributeAggregator\$8.class \
edu/stanford/nlp/pipeline/CoreMapAttributeAggregator\$ConcatAggregator.class \
edu/stanford/nlp/pipeline/CoreMapAttributeAggregator\$ConcatCoreMapListAggregator.class \
edu/stanford/nlp/pipeline/CoreMapAttributeAggregator\$ConcatListAggregator.class \
edu/stanford/nlp/pipeline/CoreMapAttributeAggregator\$ConcatTextAggregator.class \
edu/stanford/nlp/pipeline/CoreMapAttributeAggregator\$MostFreqAggregator.class \
edu/stanford/nlp/pipeline/LanguageInfo\$HumanLanguage.class \
edu/stanford/nlp/pipeline/LanguageInfo.class \
edu/stanford/nlp/semgraph/SemanticGraph\$OutputFormat.class \
edu/stanford/nlp/semgraph/SemanticGraphCoreAnnotations\$CollapsedCCProcessedDependenciesAnnotation.class \
edu/stanford/nlp/semgraph/SemanticGraphCoreAnnotations\$CollapsedDependenciesAnnotation.class \
edu/stanford/nlp/semgraph/SemanticGraphCoreAnnotations\$EnhancedDependenciesAnnotation.class \
edu/stanford/nlp/semgraph/SemanticGraphCoreAnnotations\$EnhancedPlusPlusDependenciesAnnotation.class \
edu/stanford/nlp/trees/GrammaticalStructure\$Extras.class \
edu/stanford/nlp/trees/TreeCoreAnnotations\$KBestTreesAnnotation.class \
edu/stanford/nlp/trees/TreeCoreAnnotations\$TreeAnnotation.class \
edu/stanford/nlp/process/ListProcessor.class \
edu/stanford/nlp/process/Americanize.class \
edu/stanford/nlp/process/WordShapeClassifier.class \
edu/stanford/nlp/process/DocumentPreprocessor\$PlainTextIterator.class \
edu/stanford/nlp/process/DocumentPreprocessor\$XMLIterator.class \
edu/stanford/nlp/process/WhitespaceLexer.class \
edu/stanford/nlp/process/DocumentPreprocessor\$PlainTextIterator\$1.class \
edu/stanford/nlp/io/Lexer.class \
edu/stanford/nlp/process/JFlexDummyLexer.class \
edu/stanford/nlp/process/LexerUtils\$1.class \
edu/stanford/nlp/process/Morpha.class \
edu/stanford/nlp/process/AbstractListProcessor.class \
edu/stanford/nlp/process/PTBLexer\$1.class \
edu/stanford/nlp/process/PTBLexer\$UntokenizableOptions.class \
edu/stanford/nlp/process/PTBLexer.class \
edu/stanford/nlp/process/PTB2TextLexer.class \
edu/stanford/nlp/process/PTBTokenizer\$1.class \
edu/stanford/nlp/process/TransformXML\$NoEscapingSAXInterface.class \
edu/stanford/nlp/process/TransformXML\$SAXInterface.class \
edu/stanford/nlp/process/TransformXML.class \
edu/stanford/nlp/process/WhitespaceTokenizer\$WhitespaceTokenizerFactory.class \
edu/stanford/nlp/process/WordSegmentingTokenizer\$WordSegmentingTokenizerFactory.class \
edu/stanford/nlp/process/WordShapeClassifier\$1.class \
edu/stanford/nlp/process/WordShapeClassifier\$DistributionalClusters.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseUtils.class \
edu/stanford/nlp/process/WordShapeClassifier\$DistributionalClusters\$LcMap.class \
edu/stanford/nlp/process/WordToSentenceProcessor\$NewlineIsSentenceBreak.class \
edu/stanford/nlp/semgraph/SemanticGraph\$1.class \
edu/stanford/nlp/semgraph/SemanticGraph\$SemanticGraphParsingTask.class \
edu/stanford/nlp/semgraph/SemanticGraphFormatter.class \
edu/stanford/nlp/util/StringParsingTask.class \
edu/stanford/nlp/util/StringParsingTask\$ParserException.class \
edu/stanford/nlp/semgraph/SemanticGraphCoreAnnotations\$AlternativeDependenciesAnnotation.class \
edu/stanford/nlp/semgraph/SemanticGraphEdge\$1.class \
edu/stanford/nlp/semgraph/SemanticGraphEdge\$SemanticGraphEdgeTargetComparator.class \
edu/stanford/nlp/semgraph/SemanticGraphFactory\$1.class \
edu/stanford/nlp/semgraph/SemanticGraphFactory\$Mode.class \
edu/stanford/nlp/semgraph/ISemanticGraphEdgeEql.class \
edu/stanford/nlp/semgraph/SemanticGraphUtils\$EdgeDiffResult.class \
edu/stanford/nlp/semgraph/SemanticGraphUtils\$IndexedWordProxy.class \
edu/stanford/nlp/semgraph/SemanticGraphUtils\$PositionedTree.class \
edu/stanford/nlp/semgraph/SemanticGraphUtils\$PrintVerticeParams.class \
edu/stanford/nlp/semgraph/SemanticGraphUtils\$TreeNodeProxy.class \
edu/stanford/nlp/util/MapList.class \
edu/stanford/nlp/semgraph/semgrex/Alignment.class \
edu/stanford/nlp/semgraph/semgrex/CoordinationPattern\$CoordinationMatcher.class \
edu/stanford/nlp/semgraph/semgrex/NodePattern.class \
edu/stanford/nlp/semgraph/semgrex/SemgrexMatcher.class \
edu/stanford/nlp/semgraph/semgrex/SemgrexPattern.class \
edu/stanford/nlp/semgraph/semgrex/VariableStrings.class \
edu/stanford/nlp/semgraph/semgrex/CoordinationPattern.class \
edu/stanford/nlp/semgraph/semgrex/GraphRelation\$1.class \
edu/stanford/nlp/semgraph/semgrex/GraphRelation\$2.class \
edu/stanford/nlp/semgraph/semgrex/GraphRelation\$3.class \
edu/stanford/nlp/semgraph/semgrex/GraphRelation\$ADJACENT_NODE.class \
edu/stanford/nlp/semgraph/semgrex/GraphRelation\$ALIGNMENT.class \
edu/stanford/nlp/semgraph/semgrex/GraphRelation\$DEPENDENT.class \
edu/stanford/nlp/semgraph/semgrex/GraphRelation\$EQUALS.class \
edu/stanford/nlp/semgraph/semgrex/GraphRelation\$GOVERNER.class \
edu/stanford/nlp/semgraph/semgrex/GraphRelation\$GRANDKID.class \
edu/stanford/nlp/semgraph/semgrex/GraphRelation\$GRANDPARENT.class \
edu/stanford/nlp/semgraph/semgrex/GraphRelation\$GRANDSOMETHING.class \
edu/stanford/nlp/semgraph/semgrex/GraphRelation\$LEFT_IMMEDIATE_SIBLING.class \
edu/stanford/nlp/semgraph/semgrex/GraphRelation\$LEFT_SIBLING.class \
edu/stanford/nlp/semgraph/semgrex/GraphRelation\$LIMITED_GRANDKID.class \
edu/stanford/nlp/semgraph/semgrex/GraphRelation\$LIMITED_GRANDPARENT.class \
edu/stanford/nlp/semgraph/semgrex/GraphRelation\$RIGHT_IMMEDIATE_SIBLING.class \
edu/stanford/nlp/semgraph/semgrex/GraphRelation\$RIGHT_SIBLING.class \
edu/stanford/nlp/semgraph/semgrex/GraphRelation\$SIBLING_RELATION.class \
edu/stanford/nlp/semgraph/semgrex/GraphRelation\$SearchNodeIterator.class \
edu/stanford/nlp/semgraph/semgrex/ParseException.class \
edu/stanford/nlp/util/ArrayStringFilter.class \
edu/stanford/nlp/util/ArrayStringFilter\$Mode.class \
edu/stanford/nlp/util/RegexStringFilter.class \
edu/stanford/nlp/semgraph/semgrex/GraphRelation.class \
edu/stanford/nlp/semgraph/semgrex/GraphRelation\$1\$1.class \
edu/stanford/nlp/semgraph/semgrex/GraphRelation\$3\$1.class \
edu/stanford/nlp/semgraph/semgrex/GraphRelation\$ADJACENT_NODE\$1.class \
edu/stanford/nlp/semgraph/semgrex/GraphRelation\$ALIGNMENT\$1.class \
edu/stanford/nlp/semgraph/semgrex/GraphRelation\$DEPENDENT\$1.class \
edu/stanford/nlp/semgraph/semgrex/GraphRelation\$EQUALS\$1.class \
edu/stanford/nlp/semgraph/semgrex/GraphRelation\$GOVERNER\$1.class \
edu/stanford/nlp/semgraph/semgrex/GraphRelation\$GRANDSOMETHING\$1.class \
edu/stanford/nlp/semgraph/semgrex/GraphRelation\$LIMITED_GRANDKID\$1.class \
edu/stanford/nlp/semgraph/semgrex/GraphRelation\$LIMITED_GRANDPARENT\$1.class \
edu/stanford/nlp/semgraph/semgrex/GraphRelation\$SIBLING_RELATION\$1.class \
edu/stanford/nlp/semgraph/semgrex/SemgrexParseException.class \
edu/stanford/nlp/semgraph/semgrex/Env.class \
edu/stanford/nlp/semgraph/semgrex/NodePattern\$NodeMatcher.class \
edu/stanford/nlp/semgraph/semgrex/Token.class \
edu/stanford/nlp/semgraph/semgrex/NodeAttributes.class \
edu/stanford/nlp/semgraph/semgrex/SemgrexParserConstants.class \
edu/stanford/nlp/semgraph/semgrex/SemgrexParserTokenManager.class \
edu/stanford/nlp/semgraph/semgrex/SimpleCharStream.class \
edu/stanford/nlp/semgraph/semgrex/TokenMgrError.class \
edu/stanford/nlp/semgraph/semgrex/SemgrexParser.class \
edu/stanford/nlp/semgraph/semgrex/SemgrexPattern\$OutputFormat.class \
edu/stanford/nlp/trees/ud/CoNLLUDocumentReader.class \
edu/stanford/nlp/sentiment/RNNTestOptions.class \
edu/stanford/nlp/sentiment/RNNTrainOptions.class \
edu/stanford/nlp/sequences/SequenceModel.class \
edu/stanford/nlp/sequences/SeqClassifierFlags.class \
edu/stanford/nlp/sequences/BestSequenceFinder.class \
edu/stanford/nlp/sequences/DocumentReaderAndWriter.class \
edu/stanford/nlp/sequences/PlainTextDocumentReaderAndWriter\$1.class \
edu/stanford/nlp/sequences/PlainTextDocumentReaderAndWriter\$OutputStyle.class \
edu/stanford/nlp/sequences/PlainTextDocumentReaderAndWriter.class \
edu/stanford/nlp/optimization/StochasticCalculateMethods.class \
edu/stanford/nlp/sequences/SeqClassifierFlags\$SlashHyphenEnum.class \
edu/stanford/nlp/stats/ClassicCounter\$1.class \
edu/stanford/nlp/stats/ClassicCounter\$2.class \
edu/stanford/nlp/stats/ClassicCounter\$ClassicCounterFactory.class \
edu/stanford/nlp/util/logging/PrettyLogger.class \
edu/stanford/nlp/stats/ClassicCounter\$1\$1.class \
edu/stanford/nlp/stats/ClassicCounter\$2\$1.class \
edu/stanford/nlp/stats/ClassicCounter\$2\$1\$1.class \
edu/stanford/nlp/util/logging/PrettyLoggable.class \
edu/stanford/nlp/stats/Counters\$1.class \
edu/stanford/nlp/stats/Counters\$2.class \
edu/stanford/nlp/stats/Counters\$3.class \
edu/stanford/nlp/stats/Counters\$NaturalComparator.class \
edu/stanford/nlp/stats/TwoDimensionalCounterInterface.class \
edu/stanford/nlp/util/Sets.class \
edu/stanford/nlp/stats/AbstractCounter.class \
edu/stanford/nlp/stats/Counters\$1\$1.class \
edu/stanford/nlp/stats/Counters\$1\$1\$1.class \
edu/stanford/nlp/stats/Counters\$1\$1\$1\$1.class \
edu/stanford/nlp/stats/Counters\$2\$1.class \
edu/stanford/nlp/stats/Counters\$2\$2.class \
edu/stanford/nlp/stats/Counters\$2\$3.class \
edu/stanford/nlp/stats/Counters\$2\$4.class \
edu/stanford/nlp/stats/Counters\$2\$1\$1.class \
edu/stanford/nlp/stats/Counters\$2\$1\$1\$1.class \
edu/stanford/nlp/stats/Counters\$2\$3\$1.class \
edu/stanford/nlp/stats/Counters\$2\$4\$1.class \
edu/stanford/nlp/stats/Distribution\$1.class \
edu/stanford/nlp/stats/Distribution\$DynamicDistribution.class \
edu/stanford/nlp/stats/ProbabilityDistribution.class \
edu/stanford/nlp/stats/Sampler.class \
edu/stanford/nlp/stats/SimpleGoodTuring.class \
edu/stanford/nlp/stats/GeneralizedCounter\$1.class \
edu/stanford/nlp/stats/GeneralizedCounter\$CounterView.class \
edu/stanford/nlp/stats/GeneralizedCounter\$Entry.class \
edu/stanford/nlp/stats/GeneralizedCounter\$OneDimensionalCounterView.class \
edu/stanford/nlp/stats/IntCounter\$1.class \
edu/stanford/nlp/stats/IntCounter\$2.class \
edu/stanford/nlp/stats/IntCounter\$3.class \
edu/stanford/nlp/stats/IntCounter\$NaturalComparator.class \
edu/stanford/nlp/util/MutableInteger.class \
edu/stanford/nlp/stats/IntCounter\$1\$1.class \
edu/stanford/nlp/stats/IntCounter\$1\$1\$1.class \
edu/stanford/nlp/stats/IntCounter\$3\$1.class \
edu/stanford/nlp/tagger/io/TSVTaggedFileReader.class \
edu/stanford/nlp/tagger/io/TaggedFileRecord\$1.class \
edu/stanford/nlp/tagger/io/TaggedFileRecord\$Format.class \
edu/stanford/nlp/tagger/io/TextTaggedFileReader.class \
edu/stanford/nlp/tagger/io/TreeTaggedFileReader.class \
edu/stanford/nlp/tagger/maxent/ASBCunkDict.class \
edu/stanford/nlp/tagger/maxent/History.class \
edu/stanford/nlp/tagger/maxent/PairsHolder.class \
edu/stanford/nlp/tagger/maxent/RareExtractor.class \
edu/stanford/nlp/tagger/maxent/TestSentence.class \
edu/stanford/nlp/tagger/maxent/Dictionary.class \
edu/stanford/nlp/tagger/maxent/TTags.class \
edu/stanford/nlp/tagger/maxent/AmbiguityClass.class \
edu/stanford/nlp/tagger/maxent/CTBunkDict.class \
edu/stanford/nlp/tagger/maxent/CompanyNameDetector.class \
edu/stanford/nlp/tagger/maxent/CtbDict.class \
edu/stanford/nlp/maxent/DataGeneric.class \
edu/stanford/nlp/tagger/maxent/AmbiguityClasses.class \
edu/stanford/nlp/tagger/maxent/CountWrapper.class \
edu/stanford/nlp/tagger/maxent/TagCount.class \
edu/stanford/nlp/tagger/maxent/Extractor.class \
edu/stanford/nlp/tagger/maxent/ExtractorCapDistLC.class \
edu/stanford/nlp/tagger/maxent/ExtractorFrames\$ExtractorCWordCapCase.class \
edu/stanford/nlp/tagger/maxent/ExtractorFrames\$ExtractorContinuousTagConjunction.class \
edu/stanford/nlp/tagger/maxent/ExtractorFrames\$ExtractorThreeTags.class \
edu/stanford/nlp/tagger/maxent/ExtractorFrames\$ExtractorTwoTags.class \
edu/stanford/nlp/tagger/maxent/ExtractorFrames\$ExtractorTwoWords.class \
edu/stanford/nlp/tagger/maxent/ExtractorFrames\$ExtractorTwoWordsTag.class \
edu/stanford/nlp/tagger/maxent/ExtractorFrames\$ExtractorWordLowerCase.class \
edu/stanford/nlp/tagger/maxent/ExtractorFrames\$ExtractorWordTag.class \
edu/stanford/nlp/tagger/maxent/ExtractorFrames\$ExtractorWordTwoTags.class \
edu/stanford/nlp/tagger/maxent/ExtractorSpanishAuxiliaryTag.class \
edu/stanford/nlp/tagger/maxent/ExtractorSpanishSemiauxiliaryTag.class \
edu/stanford/nlp/tagger/maxent/ExtractorVerbalVBNZero.class \
edu/stanford/nlp/tagger/maxent/ExtractorWordShapeClassifier.class \
edu/stanford/nlp/tagger/maxent/ExtractorWordShapeConjunction.class \
edu/stanford/nlp/tagger/maxent/ExtractorFrames.class \
edu/stanford/nlp/tagger/maxent/ASBCunkDetector.class \
edu/stanford/nlp/tagger/maxent/CTBunkDictDetector.class \
edu/stanford/nlp/tagger/maxent/CaselessCompanyNameDetector.class \
edu/stanford/nlp/tagger/maxent/CtbPreDetector.class \
edu/stanford/nlp/tagger/maxent/CtbSufDetector.class \
edu/stanford/nlp/tagger/maxent/ExtractorAllCap.class \
edu/stanford/nlp/tagger/maxent/ExtractorAllCapitalized.class \
edu/stanford/nlp/tagger/maxent/ExtractorCNumber.class \
edu/stanford/nlp/tagger/maxent/ExtractorCapLCSeen.class \
edu/stanford/nlp/tagger/maxent/ExtractorDash.class \
edu/stanford/nlp/tagger/maxent/ExtractorDistsim.class \
edu/stanford/nlp/tagger/maxent/ExtractorDistsimConjunction.class \
edu/stanford/nlp/tagger/maxent/ExtractorFrenchAdjSuffix.class \
edu/stanford/nlp/tagger/maxent/ExtractorFrenchAdvSuffix.class \
edu/stanford/nlp/tagger/maxent/ExtractorFrenchNounSuffix.class \
edu/stanford/nlp/tagger/maxent/ExtractorFrenchPluralSuffix.class \
edu/stanford/nlp/tagger/maxent/ExtractorFrenchVerbSuffix.class \
edu/stanford/nlp/tagger/maxent/ExtractorLetterDigitDash.class \
edu/stanford/nlp/tagger/maxent/ExtractorMidSentenceCap.class \
edu/stanford/nlp/tagger/maxent/ExtractorMidSentenceCapC.class \
edu/stanford/nlp/tagger/maxent/ExtractorSpanishConditionalSuffix.class \
edu/stanford/nlp/tagger/maxent/ExtractorSpanishGender.class \
edu/stanford/nlp/tagger/maxent/ExtractorSpanishImperfectErIrSuffix.class \
edu/stanford/nlp/tagger/maxent/ExtractorStartSentenceCap.class \
edu/stanford/nlp/tagger/maxent/ExtractorUCase.class \
edu/stanford/nlp/tagger/maxent/ExtractorUpperDigitDash.class \
edu/stanford/nlp/tagger/maxent/ExtractorWordPref.class \
edu/stanford/nlp/tagger/maxent/ExtractorWordSuff.class \
edu/stanford/nlp/tagger/maxent/ExtractorsConjunction.class \
edu/stanford/nlp/tagger/maxent/CWordBooleanExtractor.class \
edu/stanford/nlp/tagger/maxent/DictionaryExtractor.class \
edu/stanford/nlp/tagger/maxent/Extractors.class \
edu/stanford/nlp/tagger/maxent/TaggerFeature.class \
edu/stanford/nlp/tagger/maxent/ExtractorFramesRare.class \
edu/stanford/nlp/tagger/maxent/FeatureKey.class \
edu/stanford/nlp/tagger/maxent/LambdaSolveTagger.class \
edu/stanford/nlp/tagger/maxent/MaxentTagger\$1.class \
edu/stanford/nlp/tagger/maxent/MaxentTagger\$SentenceTaggingProcessor.class \
edu/stanford/nlp/tagger/maxent/MaxentTagger\$TaggerWrapper.class \
edu/stanford/nlp/tagger/maxent/TaggerConfig\$Mode.class \
edu/stanford/nlp/tagger/maxent/TaggerExperiments.class \
edu/stanford/nlp/tagger/maxent/TaggerFeatures.class \
edu/stanford/nlp/tagger/maxent/TestClassifier.class \
edu/stanford/nlp/tagger/maxent/DataWordTag.class \
edu/stanford/nlp/tagger/maxent/HistoryTable.class \
edu/stanford/nlp/tagger/maxent/ReadDataTagged.class \
edu/stanford/nlp/tagger/maxent/TemplateHash.class \
edu/stanford/nlp/tagger/maxent/TemplateHash\$ListInstances.class \
edu/stanford/nlp/tagger/maxent/TestClassifier\$TestSentenceProcessor.class \
edu/stanford/nlp/util/ConfusionMatrix.class \
edu/stanford/nlp/sequences/ExactBestSequenceFinder.class \
edu/stanford/nlp/trees/CopulaHeadFinder.class \
edu/stanford/nlp/trees/AbstractTreebankLanguagePack\$BasicCategoryStringFunction.class \
edu/stanford/nlp/trees/AbstractTreebankLanguagePack\$CategoryAndFunctionStringFunction.class \
edu/stanford/nlp/trees/PennTreeReaderFactory.class \
edu/stanford/nlp/trees/AbstractTreebankLanguagePack.class \
edu/stanford/nlp/trees/RecursiveTreeTransformer.class \
edu/stanford/nlp/trees/BobChrisTreeNormalizer\$EmptyFilter.class \
edu/stanford/nlp/trees/AbstractCollinsHeadFinder.class \
edu/stanford/nlp/trees/CollinsHeadFinder.class \
edu/stanford/nlp/trees/CollocationFinder\$1.class \
edu/stanford/nlp/trees/CollocationFinder\$Collocation.class \
edu/stanford/nlp/trees/CoordinationTransformer.class \
edu/stanford/nlp/trees/WordNetConnection.class \
edu/stanford/nlp/trees/CollocationFinder.class \
edu/stanford/nlp/trees/CompositeTreebank\$CompositeTreebankIterator.class \
edu/stanford/nlp/trees/Labeled.class \
edu/stanford/nlp/trees/DateTreeTransformer.class \
edu/stanford/nlp/trees/DependencyTreeTransformer.class \
edu/stanford/nlp/trees/EnglishPatterns.class \
edu/stanford/nlp/trees/QPTreeTransformer.class \
edu/stanford/nlp/trees/DeepTree\$1.class \
edu/stanford/nlp/trees/Dependencies\$1.class \
edu/stanford/nlp/trees/Dependencies\$ComparatorHolder.class \
edu/stanford/nlp/trees/Dependencies\$DependentPuncTagRejectFilter.class \
edu/stanford/nlp/trees/Dependencies\$DependentPuncWordRejectFilter.class \
edu/stanford/nlp/trees/Dependencies.class \
edu/stanford/nlp/trees/Dependencies\$ComparatorHolder\$DependencyIdxComparator.class \
edu/stanford/nlp/trees/DependencyFactory.class \
edu/stanford/nlp/trees/DependencyScoring\$Score.class \
edu/stanford/nlp/trees/DependencyScoring\$TypedDependencyStringEquality.class \
edu/stanford/nlp/trees/GrammaticalStructureFromDependenciesFactory.class \
edu/stanford/nlp/trees/GraphLessGrammaticalStructureFactory.class \
edu/stanford/nlp/trees/fakeShortNameToGRel.class \
edu/stanford/nlp/trees/DiskTreebank\$1.class \
edu/stanford/nlp/trees/DiskTreebank\$DiskTreebankIterator.class \
edu/stanford/nlp/trees/EnglishGrammaticalStructure\$1.class \
edu/stanford/nlp/trees/EnglishGrammaticalStructure\$ExtraTreeDepFilter.class \
edu/stanford/nlp/trees/EnglishGrammaticalStructure\$FromDependenciesFactory.class \
edu/stanford/nlp/trees/GrammaticalStructureConversionUtils.class \
edu/stanford/nlp/trees/FilteringTreebank\$FilteringTreebankIterator.class \
edu/stanford/nlp/trees/GrammaticalRelation\$1.class \
edu/stanford/nlp/trees/GrammaticalStructure\$1.class \
edu/stanford/nlp/trees/GrammaticalStructure\$NameComparator.class \
edu/stanford/nlp/trees/GrammaticalStructure\$NoPunctFilter.class \
edu/stanford/nlp/trees/GrammaticalStructure\$NoPunctTypedDependencyFilter.class \
edu/stanford/nlp/trees/ud/EnhancementOptions.class \
edu/stanford/nlp/trees/DependencyPrinter.class \
edu/stanford/nlp/trees/DependencyReader.class \
edu/stanford/nlp/trees/GrammaticalStructureConversionUtils\$ConverterOptions.class \
edu/stanford/nlp/trees/GrammaticalStructureConversionUtils\$LazyLoadTreesByParsing.class \
edu/stanford/nlp/trees/GrammaticalStructureConversionUtils\$TreeBankGrammaticalStructureWrapper.class \
edu/stanford/nlp/trees/UniversalPOSMapper.class \
edu/stanford/nlp/trees/GrammaticalStructureConversionUtils\$LazyLoadTreesByParsing\$1.class \
edu/stanford/nlp/trees/SimpleTree.class \
edu/stanford/nlp/trees/GrammaticalStructureConversionUtils\$TreeBankGrammaticalStructureWrapper\$GsIterator.class \
edu/stanford/nlp/trees/GraphLessGrammaticalStructure.class \
edu/stanford/nlp/trees/LabeledConstituent\$1.class \
edu/stanford/nlp/trees/LabeledConstituent\$ConstituentFactoryHolder.class \
edu/stanford/nlp/trees/LabeledConstituent\$LabelFactoryHolder.class \
edu/stanford/nlp/trees/LabeledConstituent\$LabeledConstituentLabelFactory.class \
edu/stanford/nlp/trees/LabeledConstituent\$ConstituentFactoryHolder\$LabeledConstituentFactory.class \
edu/stanford/nlp/trees/LabeledScoredConstituent\$1.class \
edu/stanford/nlp/trees/LabeledScoredConstituent\$ConstituentFactoryHolder.class \
edu/stanford/nlp/trees/LabeledScoredConstituent\$LabelFactoryHolder.class \
edu/stanford/nlp/trees/LabeledScoredConstituent\$LabeledScoredConstituentLabelFactory.class \
edu/stanford/nlp/trees/SimpleTreeFactory.class \
edu/stanford/nlp/trees/LabeledScoredTreeNode\$TreeFactoryHolder.class \
edu/stanford/nlp/util/FilePathProcessor.class \
edu/stanford/nlp/util/FileProcessor.class \
edu/stanford/nlp/trees/NPTmpRetainingTreeNormalizer\$1.class \
edu/stanford/nlp/trees/NPTmpRetainingTreeNormalizer\$2.class \
edu/stanford/nlp/trees/NPTmpRetainingTreeNormalizer\$NPTmpAdvRetainingTreeReaderFactory.class \
edu/stanford/nlp/trees/NPTmpRetainingTreeNormalizer\$NPTmpRetainingTreeReaderFactory.class \
edu/stanford/nlp/trees/NamedDependency\$1.class \
edu/stanford/nlp/trees/NamedDependency\$DependencyFactoryHolder.class \
edu/stanford/nlp/trees/NamedDependency\$NamedDependencyFactory.class \
edu/stanford/nlp/trees/UnnamedDependency.class \
edu/stanford/nlp/trees/NamedDependency.class \
edu/stanford/nlp/trees/PennTreebankTokenizer.class \
edu/stanford/nlp/trees/EnglishGrammaticalStructureFactory.class \
edu/stanford/nlp/trees/UniversalEnglishGrammaticalStructureFactory.class \
edu/stanford/nlp/process/TokenizerAdapter.class \
edu/stanford/nlp/trees/PennTreebankTokenizer\$1.class \
edu/stanford/nlp/trees/PennTreebankTokenizer\$EnglishTreebankStreamTokenizer.class \
edu/stanford/nlp/trees/SimpleConstituent\$1.class \
edu/stanford/nlp/trees/SimpleConstituent\$ConstituentFactoryHolder.class \
edu/stanford/nlp/trees/SimpleConstituent\$LabelFactoryHolder.class \
edu/stanford/nlp/trees/SimpleConstituent\$SimpleConstituentLabelFactory.class \
edu/stanford/nlp/trees/SimpleConstituent\$ConstituentFactoryHolder\$SimpleConstituentFactory.class \
edu/stanford/nlp/trees/SimpleTree\$TreeFactoryHolder.class \
edu/stanford/nlp/trees/TransformingTreebank\$1.class \
edu/stanford/nlp/trees/TransformingTreebank\$MyTreeTransformer.class \
edu/stanford/nlp/trees/TransformingTreebank\$MyTreeTransformer2.class \
edu/stanford/nlp/trees/TransformingTreebank\$MyTreeTransformer3.class \
edu/stanford/nlp/trees/TransformingTreebank\$TransformingTreebankIterator.class \
edu/stanford/nlp/trees/TransformingTreebank.class \
edu/stanford/nlp/trees/SimpleConstituentFactory.class \
edu/stanford/nlp/trees/Tree\$TreeIterator.class \
edu/stanford/nlp/trees/UnnamedConcreteDependency.class \
edu/stanford/nlp/trees/TreeCoreAnnotations\$BinarizedTreeAnnotation.class \
edu/stanford/nlp/trees/TreeFunctions\$1.class \
edu/stanford/nlp/trees/TreeFunctions\$LabeledToDescriptiveCoreLabelTreeFunction.class \
edu/stanford/nlp/trees/TreeFunctions\$LabeledTreeToCategoryWordTagTreeFunction.class \
edu/stanford/nlp/trees/TreeFunctions\$LabeledTreeToStringLabeledTreeFunction.class \
edu/stanford/nlp/trees/TreeFunctions.class \
edu/stanford/nlp/trees/HasParent.class \
edu/stanford/nlp/trees/TreeGraphNode\$TreeFactoryHolder.class \
edu/stanford/nlp/trees/TreeGraphNodeFactory.class \
edu/stanford/nlp/trees/WordStemmer.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseEnglishWordMap.class \
edu/stanford/nlp/trees/TreeTokenizerFactory\$1.class \
edu/stanford/nlp/io/ExtensionFileFilter.class \
edu/stanford/nlp/trees/Treebank\$1.class \
edu/stanford/nlp/trees/Treebank\$CounterTreeProcessor.class \
edu/stanford/nlp/trees/UniversalEnglishGrammaticalStructure\$1.class \
edu/stanford/nlp/trees/UniversalEnglishGrammaticalStructure\$ExtraTreeDepFilter.class \
edu/stanford/nlp/trees/UniversalEnglishGrammaticalStructure\$FromDependenciesFactory.class \
edu/stanford/nlp/trees/UnnamedConcreteDependency\$1.class \
edu/stanford/nlp/trees/UnnamedConcreteDependency\$DependencyFactoryHolder.class \
edu/stanford/nlp/trees/UnnamedConcreteDependency\$UnnamedConcreteDependencyFactory.class \
edu/stanford/nlp/trees/UnnamedDependency\$1.class \
edu/stanford/nlp/trees/UnnamedDependency\$DependencyFactoryHolder.class \
edu/stanford/nlp/trees/UnnamedDependency\$UnnamedDependencyFactory.class \
edu/stanford/nlp/trees/fakeShortNameToGRel\$1.class \
edu/stanford/nlp/trees/international/arabic/ArabicHeadFinder\$1.class \
edu/stanford/nlp/trees/international/arabic/ArabicHeadFinder\$TagSet.class \
edu/stanford/nlp/trees/international/arabic/ArabicHeadFinder\$TagSet\$1.class \
edu/stanford/nlp/trees/international/arabic/ArabicHeadFinder\$TagSet\$2.class \
edu/stanford/nlp/trees/FilteringTreeReader.class \
edu/stanford/nlp/trees/international/arabic/ArabicTreeReaderFactory\$XFilter.class \
edu/stanford/nlp/trees/international/arabic/ArabicTreebankTokenizer.class \
edu/stanford/nlp/trees/international/french/FrenchTreeNormalizer\$1.class \
edu/stanford/nlp/trees/international/french/FrenchTreeNormalizer\$FrenchAOverAFilter.class \
edu/stanford/nlp/trees/international/french/FrenchTreeNormalizer.class \
edu/stanford/nlp/trees/international/french/FrenchHeadFinder.class \
edu/stanford/nlp/io/ReaderInputStream.class \
edu/stanford/nlp/trees/international/hebrew/HebrewTreeNormalizer\$HebrewEmptyFilter.class \
edu/stanford/nlp/trees/international/hebrew/HebrewTreeNormalizer.class \
edu/stanford/nlp/trees/international/negra/NegraLabel\$1.class \
edu/stanford/nlp/trees/international/negra/NegraLabel\$NegraLabelFactory.class \
edu/stanford/nlp/process/LexerTokenizer.class \
edu/stanford/nlp/trees/international/negra/NegraPennLexer.class \
edu/stanford/nlp/trees/international/negra/NegraPennTreeNormalizer\$1.class \
edu/stanford/nlp/trees/international/negra/NegraPennTreeNormalizer\$2.class \
edu/stanford/nlp/trees/international/negra/NegraPennTreeNormalizer.class \
edu/stanford/nlp/trees/international/negra/NegraPennTokenizer.class \
edu/stanford/nlp/trees/international/pennchinese/CHTBLexer.class \
edu/stanford/nlp/trees/international/pennchinese/CTBErrorCorrectingTreeNormalizer\$1.class \
edu/stanford/nlp/trees/international/pennchinese/CTBErrorCorrectingTreeNormalizer\$CTBErrorCorrectingTreeReaderFactory.class \
edu/stanford/nlp/trees/international/pennchinese/CTBErrorCorrectingTreeNormalizer\$ChineseEmptyFilter.class \
edu/stanford/nlp/trees/international/pennchinese/CHTBTokenizer.class \
edu/stanford/nlp/trees/international/pennchinese/CTBTreeReaderFactory\$NoEmptiesCTBTreeReaderFactory.class \
edu/stanford/nlp/trees/international/pennchinese/FragDiscardingPennTreeReader.class \
edu/stanford/nlp/trees/international/pennchinese/CEDict.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseEnglishWordMap\$SingletonHolder.class \
edu/stanford/nlp/util/UTF8EquivalenceFunction.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalStructure\$FromDependenciesFactory.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalStructureFactory.class \
edu/stanford/nlp/trees/international/pennchinese/UniversalChineseGrammaticalStructureFactory.class \
edu/stanford/nlp/trees/international/pennchinese/UniversalChineseGrammaticalRelations.class \
edu/stanford/nlp/trees/international/pennchinese/UniversalChineseGrammaticalStructure\$FromDependenciesFactory.class \
edu/stanford/nlp/trees/international/spanish/SpanishHeadFinder\$1.class \
edu/stanford/nlp/trees/international/spanish/SpanishTreeNormalizer\$1.class \
edu/stanford/nlp/trees/international/spanish/SpanishTreeNormalizer\$2.class \
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonMatcher.class \
edu/stanford/nlp/trees/international/spanish/SpanishTreeNormalizer.class \
edu/stanford/nlp/trees/GrammaticalFunctionTreeNormalizer.class \
edu/stanford/nlp/trees/OrderedCombinationTreeNormalizer.class \
edu/stanford/nlp/trees/international/tuebadz/TueBaDZPennTreeNormalizer.class \
edu/stanford/nlp/trees/treebank/AbstractDataset\$SplitFilter.class \
edu/stanford/nlp/io/FileSystem.class \
edu/stanford/nlp/trees/treebank/DistributionPackage.class \
edu/stanford/nlp/trees/tregex/CoordinationPattern\$CoordinationMatcher.class \
edu/stanford/nlp/trees/tregex/VariableStrings.class \
edu/stanford/nlp/trees/tregex/CoordinationPattern.class \
edu/stanford/nlp/trees/tregex/DescriptionPattern\$1.class \
edu/stanford/nlp/trees/tregex/DescriptionPattern\$DescriptionMatcher.class \
edu/stanford/nlp/trees/tregex/DescriptionPattern\$DescriptionMode.class \
edu/stanford/nlp/trees/tregex/Relation.class \
edu/stanford/nlp/trees/tregex/DescriptionPattern.class \
edu/stanford/nlp/trees/tregex/Token.class \
edu/stanford/nlp/trees/tregex/ParseException.class \
edu/stanford/nlp/trees/tregex/Relation\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$10.class \
edu/stanford/nlp/trees/tregex/Relation\$11.class \
edu/stanford/nlp/trees/tregex/Relation\$12.class \
edu/stanford/nlp/trees/tregex/Relation\$13.class \
edu/stanford/nlp/trees/tregex/Relation\$14.class \
edu/stanford/nlp/trees/tregex/Relation\$15.class \
edu/stanford/nlp/trees/tregex/Relation\$16.class \
edu/stanford/nlp/trees/tregex/Relation\$17.class \
edu/stanford/nlp/trees/tregex/Relation\$18.class \
edu/stanford/nlp/trees/tregex/Relation\$19.class \
edu/stanford/nlp/trees/tregex/Relation\$2.class \
edu/stanford/nlp/trees/tregex/Relation\$20.class \
edu/stanford/nlp/trees/tregex/Relation\$21.class \
edu/stanford/nlp/trees/tregex/Relation\$22.class \
edu/stanford/nlp/trees/tregex/Relation\$23.class \
edu/stanford/nlp/trees/tregex/Relation\$24.class \
edu/stanford/nlp/trees/tregex/Relation\$25.class \
edu/stanford/nlp/trees/tregex/Relation\$3.class \
edu/stanford/nlp/trees/tregex/Relation\$4.class \
edu/stanford/nlp/trees/tregex/Relation\$5.class \
edu/stanford/nlp/trees/tregex/Relation\$6.class \
edu/stanford/nlp/trees/tregex/Relation\$7.class \
edu/stanford/nlp/trees/tregex/Relation\$8.class \
edu/stanford/nlp/trees/tregex/Relation\$9.class \
edu/stanford/nlp/trees/tregex/Relation\$HasIthChild.class \
edu/stanford/nlp/trees/tregex/Relation\$HeadedBy.class \
edu/stanford/nlp/trees/tregex/Relation\$Heads.class \
edu/stanford/nlp/trees/tregex/Relation\$ImmediatelyHeadedBy.class \
edu/stanford/nlp/trees/tregex/Relation\$ImmediatelyHeads.class \
edu/stanford/nlp/trees/tregex/Relation\$IthChildOf.class \
edu/stanford/nlp/trees/tregex/Relation\$SearchNodeIterator.class \
edu/stanford/nlp/trees/tregex/Relation\$UnbrokenCategoryDominates.class \
edu/stanford/nlp/trees/tregex/Relation\$UnbrokenCategoryFollows.class \
edu/stanford/nlp/trees/tregex/Relation\$UnbrokenCategoryIsDominatedBy.class \
edu/stanford/nlp/trees/tregex/Relation\$UnbrokenCategoryPrecedes.class \
edu/stanford/nlp/trees/tregex/Relation\$1\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$10\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$11\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$12\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$13\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$14\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$15\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$16\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$17\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$18\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$19\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$20\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$21\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$22\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$23\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$24\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$25\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$4\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$5\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$6\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$7\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$8\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$9\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$HasIthChild\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$HeadedBy\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$Heads\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$ImmediatelyHeadedBy\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$ImmediatelyHeads\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$IthChildOf\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$UnbrokenCategoryDominates\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$UnbrokenCategoryFollows\$1.class \
edu/stanford/nlp/util/IdentityHashSet.class \
edu/stanford/nlp/trees/tregex/Relation\$UnbrokenCategoryIsDominatedBy\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$UnbrokenCategoryPrecedes\$1.class \
edu/stanford/nlp/trees/tregex/SimpleCharStream.class \
edu/stanford/nlp/trees/tregex/TregexParser\$1.class \
edu/stanford/nlp/trees/tregex/TregexParser\$JJCalls.class \
edu/stanford/nlp/trees/tregex/TregexParser\$LookaheadSuccess.class \
edu/stanford/nlp/trees/tregex/TregexParserConstants.class \
edu/stanford/nlp/trees/tregex/TregexParserTokenManager.class \
edu/stanford/nlp/trees/tregex/TregexParser.class \
edu/stanford/nlp/trees/tregex/TokenMgrError.class \
edu/stanford/nlp/trees/tregex/Macros.class \
edu/stanford/nlp/trees/tregex/TregexPattern\$TRegexTreeReaderFactory.class \
edu/stanford/nlp/trees/tregex/TregexPattern\$TRegexTreeVisitor.class \
edu/stanford/nlp/trees/tregex/TregexPattern\$TRegexTreeReaderFactory\$1.class \
edu/stanford/nlp/trees/tregex/tsurgeon/AdjoinNode\$Matcher.class \
edu/stanford/nlp/trees/tregex/tsurgeon/AuxiliaryTree.class \
edu/stanford/nlp/trees/tregex/tsurgeon/CoindexationGenerator.class \
edu/stanford/nlp/trees/tregex/tsurgeon/AdjoinNode.class \
edu/stanford/nlp/trees/tregex/tsurgeon/AdjoinToFootNode\$Matcher.class \
edu/stanford/nlp/trees/tregex/tsurgeon/AdjoinToFootNode.class \
edu/stanford/nlp/trees/tregex/tsurgeon/AdjoinToHeadNode\$Matcher.class \
edu/stanford/nlp/trees/tregex/tsurgeon/AdjoinToHeadNode.class \
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonParseException.class \
edu/stanford/nlp/trees/tregex/tsurgeon/CoindexNodes\$Matcher.class \
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonPatternRoot.class \
edu/stanford/nlp/trees/tregex/tsurgeon/CoindexNodes.class \
edu/stanford/nlp/trees/tregex/tsurgeon/CreateSubtreeNode\$Matcher.class \
edu/stanford/nlp/trees/tregex/tsurgeon/CreateSubtreeNode.class \
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonRuntimeException.class \
edu/stanford/nlp/trees/tregex/tsurgeon/DeleteNode\$Matcher.class \
edu/stanford/nlp/trees/tregex/tsurgeon/DeleteNode.class \
edu/stanford/nlp/trees/tregex/tsurgeon/ExciseNode\$Matcher.class \
edu/stanford/nlp/trees/tregex/tsurgeon/ExciseNode.class \
edu/stanford/nlp/trees/tregex/tsurgeon/FetchNode\$Matcher.class \
edu/stanford/nlp/trees/tregex/tsurgeon/FetchNode.class \
edu/stanford/nlp/trees/tregex/tsurgeon/HoldTreeNode\$Matcher.class \
edu/stanford/nlp/trees/tregex/tsurgeon/HoldTreeNode.class \
edu/stanford/nlp/trees/tregex/tsurgeon/IfExistsNode\$Matcher.class \
edu/stanford/nlp/trees/tregex/tsurgeon/IfExistsNode.class \
edu/stanford/nlp/trees/tregex/tsurgeon/InsertNode\$Matcher.class \
edu/stanford/nlp/trees/tregex/tsurgeon/TreeLocation.class \
edu/stanford/nlp/trees/tregex/tsurgeon/InsertNode.class \
edu/stanford/nlp/trees/tregex/tsurgeon/TreeLocation\$LocationMatcher.class \
edu/stanford/nlp/trees/tregex/tsurgeon/Node.class \
edu/stanford/nlp/trees/tregex/tsurgeon/MoveNode\$Matcher.class \
edu/stanford/nlp/trees/tregex/tsurgeon/MoveNode.class \
edu/stanford/nlp/trees/tregex/tsurgeon/Token.class \
edu/stanford/nlp/trees/tregex/tsurgeon/PruneNode\$Matcher.class \
edu/stanford/nlp/trees/tregex/tsurgeon/PruneNode.class \
edu/stanford/nlp/trees/tregex/tsurgeon/RelabelNode\$1.class \
edu/stanford/nlp/trees/tregex/tsurgeon/RelabelNode\$RelabelMatcher.class \
edu/stanford/nlp/trees/tregex/tsurgeon/RelabelNode\$RelabelMode.class \
edu/stanford/nlp/trees/tregex/tsurgeon/RelabelNode.class \
edu/stanford/nlp/trees/tregex/tsurgeon/ReplaceNode\$Matcher.class \
edu/stanford/nlp/trees/tregex/tsurgeon/ReplaceNode.class \
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonParser.class \
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonParserTreeConstants.class \
edu/stanford/nlp/trees/tregex/tsurgeon/ParseException.class \
edu/stanford/nlp/trees/tregex/tsurgeon/TokenMgrError.class \
edu/stanford/nlp/trees/tregex/tsurgeon/JJTTsurgeonParserState.class \
edu/stanford/nlp/trees/tregex/tsurgeon/SimpleCharStream.class \
edu/stanford/nlp/trees/tregex/tsurgeon/SimpleNode.class \
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonParser\$1.class \
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonParser\$JJCalls.class \
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonParser\$LookaheadSuccess.class \
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonParserConstants.class \
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonParserTokenManager.class \
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonPatternRoot\$Matcher.class \
edu/stanford/nlp/trees/ud/CoNLLUDocumentReader\$1.class \
edu/stanford/nlp/trees/ud/CoNLLUDocumentReader\$SentenceProcessor.class \
edu/stanford/nlp/trees/ud/CoNLLUDocumentReader\$WordProcessor.class \
edu/stanford/nlp/trees/ud/CoNLLUUtils.class \
edu/stanford/nlp/trees/ud/CoNLLUUtils\$DepIndexComparator.class \
edu/stanford/nlp/trees/ud/CoNLLUUtils\$FeatureNameComparator.class \
edu/stanford/nlp/trees/ud/CoNLLUDocumentWriter.class \
edu/stanford/nlp/trees/ud/UniversalDependenciesConverter\$TreeToSemanticGraphIterator.class \
edu/stanford/nlp/ui/JarFileChooser\$1.class \
edu/stanford/nlp/util/ArgumentParser\$Option.class \
edu/stanford/nlp/util/ArgumentParser.class \
edu/stanford/nlp/util/ArrayCoreMap\$1.class \
edu/stanford/nlp/util/HashableCoreMap.class \
edu/stanford/nlp/util/ArrayCoreMap\$1\$1.class \
edu/stanford/nlp/util/ArrayHeap\$1.class \
edu/stanford/nlp/util/ArrayHeap\$HeapEntry.class \
edu/stanford/nlp/util/ArrayMap\$1.class \
edu/stanford/nlp/util/ArrayMap\$Entry.class \
edu/stanford/nlp/util/ArrayStringFilter\$1.class \
edu/stanford/nlp/util/BinaryHeapPriorityQueue\$1.class \
edu/stanford/nlp/util/BinaryHeapPriorityQueue\$Entry.class \
edu/stanford/nlp/util/CollectionFactory\$ArrayListFactory.class \
edu/stanford/nlp/util/CollectionFactory\$HashSetFactory.class \
edu/stanford/nlp/util/CollectionFactory\$LinkedListFactory.class \
edu/stanford/nlp/util/CollectionFactory\$SizedArrayListFactory.class \
edu/stanford/nlp/util/CollectionFactory\$TreeSetFactory.class \
edu/stanford/nlp/util/CollectionUtils\$1.class \
edu/stanford/nlp/util/CollectionUtils\$2.class \
edu/stanford/nlp/util/DeltaMap.class \
edu/stanford/nlp/util/ConfusionMatrix\$ConfusionGrid.class \
edu/stanford/nlp/util/ConfusionMatrix\$Contingency.class \
edu/stanford/nlp/util/ConfusionMatrix\$ConfusionGrid\$Grid.class \
edu/stanford/nlp/util/ConfusionMatrix\$ConfusionGrid\$Grid\$1.class \
edu/stanford/nlp/util/DeltaIndex\$1.class \
edu/stanford/nlp/util/DeltaMap\$1.class \
edu/stanford/nlp/util/DeltaMap\$SimpleEntry.class \
edu/stanford/nlp/util/ConcatenationIterator.class \
edu/stanford/nlp/util/DeltaMap\$1\$1NullingIterator.class \
edu/stanford/nlp/util/FilteredIterator.class \
edu/stanford/nlp/util/DisabledPreferences.class \
edu/stanford/nlp/util/FilteredIterator\$1.class \
edu/stanford/nlp/util/Filters\$CategoricalFilter.class \
edu/stanford/nlp/util/Filters\$CollectionAcceptFilter.class \
edu/stanford/nlp/util/Filters\$CombinedFilter.class \
edu/stanford/nlp/util/Filters\$ConjFilter.class \
edu/stanford/nlp/util/Filters\$NegatedFilter.class \
edu/stanford/nlp/util/Filters\$RandomFilter.class \
edu/stanford/nlp/util/concurrent/SynchronizedInterner.class \
edu/stanford/nlp/util/HashIndex\$1.class \
edu/stanford/nlp/util/HashIndex\$2.class \
edu/stanford/nlp/util/HashableCoreMap\$HashableCoreMapException.class \
edu/stanford/nlp/util/IntTuple.class \
edu/stanford/nlp/util/IntQuadruple.class \
edu/stanford/nlp/util/IntTriple.class \
edu/stanford/nlp/util/IntUni.class \
edu/stanford/nlp/util/IntervalTree\$1.class \
edu/stanford/nlp/util/IntervalTree\$ContainsIntervalFunction.class \
edu/stanford/nlp/util/IntervalTree\$ContainsValueFunction.class \
edu/stanford/nlp/util/IntervalTree\$PartialScoredList.class \
edu/stanford/nlp/util/IntervalTree\$TreeNode.class \
edu/stanford/nlp/util/IntervalTree\$TreeNodeIterator.class \
edu/stanford/nlp/util/Iterables\$1.class \
edu/stanford/nlp/util/Iterables\$10.class \
edu/stanford/nlp/util/Iterables\$11.class \
edu/stanford/nlp/util/Iterables\$2.class \
edu/stanford/nlp/util/Iterables\$3.class \
edu/stanford/nlp/util/Iterables\$4.class \
edu/stanford/nlp/util/Iterables\$5.class \
edu/stanford/nlp/util/Iterables\$6.class \
edu/stanford/nlp/util/Iterables\$7.class \
edu/stanford/nlp/util/Iterables\$8.class \
edu/stanford/nlp/util/Iterables\$9.class \
edu/stanford/nlp/util/Iterables\$IncrementComparator.class \
edu/stanford/nlp/util/Iterables\$10\$1.class \
edu/stanford/nlp/util/Iterables\$10\$1\$1.class \
edu/stanford/nlp/util/Iterables\$2\$1.class \
edu/stanford/nlp/util/Iterables\$4\$1.class \
edu/stanford/nlp/util/Iterables\$5\$1.class \
edu/stanford/nlp/util/Iterables\$6\$1.class \
edu/stanford/nlp/util/Iterables\$8\$1.class \
edu/stanford/nlp/util/Lazy\$1.class \
edu/stanford/nlp/util/Lazy\$2.class \
edu/stanford/nlp/util/Lazy\$3.class \
edu/stanford/nlp/util/Lazy.class \
edu/stanford/nlp/util/MapFactory\$1.class \
edu/stanford/nlp/util/MapFactory\$ArrayMapFactory.class \
edu/stanford/nlp/util/MapFactory\$ConcurrentMapFactory.class \
edu/stanford/nlp/util/MapFactory\$HashMapFactory.class \
edu/stanford/nlp/util/MapFactory\$IdentityHashMapFactory.class \
edu/stanford/nlp/util/MapFactory\$LinkedHashMapFactory.class \
edu/stanford/nlp/util/MapFactory\$TreeMapFactory.class \
edu/stanford/nlp/util/MapFactory\$WeakHashMapFactory.class \
edu/stanford/nlp/util/MetaClass\$1.class \
edu/stanford/nlp/util/MetaClass\$ClassCreationException.class \
edu/stanford/nlp/util/MetaClass\$ClassFactory.class \
edu/stanford/nlp/util/MetaClass\$ConstructorNotFoundException.class \
edu/stanford/nlp/util/Pair\$1.class \
edu/stanford/nlp/util/Pair\$ByFirstPairComparator.class \
edu/stanford/nlp/util/Pair\$ByFirstReversePairComparator.class \
edu/stanford/nlp/util/Pair\$BySecondPairComparator.class \
edu/stanford/nlp/util/Pair\$BySecondReversePairComparator.class \
edu/stanford/nlp/util/Pair\$MutableInternedPair.class \
edu/stanford/nlp/util/PropertiesUtils\$Property.class \
edu/stanford/nlp/util/TwoDimensionalMap\$TwoDimensionalMapIterator.class \
edu/stanford/nlp/util/TwoDimensionalMap\$TwoDimensionalMapValueIterator.class \
edu/stanford/nlp/util/TwoDimensionalSet\$TwoDimensionalSetIterator.class \
edu/stanford/nlp/util/XMLUtils\$1.class \
edu/stanford/nlp/util/XMLUtils\$SAXErrorHandler.class \
edu/stanford/nlp/util/concurrent/MulticoreWrapper\$CallableJob.class \
edu/stanford/nlp/util/concurrent/MulticoreWrapper\$JobCallback.class \
edu/stanford/nlp/util/concurrent/MulticoreWrapper\$QueueItem.class \
edu/stanford/nlp/util/logging/LogRecordHandler.class \
edu/stanford/nlp/util/logging/Redwood\$Record.class \
edu/stanford/nlp/util/logging/BooleanLogRecordHandler.class \
edu/stanford/nlp/util/logging/LogFilter.class \
edu/stanford/nlp/util/logging/JavaUtilLoggingAdaptor\$RedwoodHandler.class \
edu/stanford/nlp/util/logging/RedirectOutputHandler.class \
edu/stanford/nlp/util/logging/Redwood\$Flag.class \
edu/stanford/nlp/util/logging/Redwood\$RecordHandlerTree.class \
edu/stanford/nlp/util/logging/JavaUtilLoggingAdaptor.class \
edu/stanford/nlp/util/logging/JavaUtilLoggingHandler\$1.class \
edu/stanford/nlp/util/logging/OutputHandler.class \
edu/stanford/nlp/util/logging/JavaUtilLoggingHandler.class \
edu/stanford/nlp/util/logging/LogFilter\$ContainsMessage.class \
edu/stanford/nlp/util/logging/LogFilter\$HasChannel.class \
edu/stanford/nlp/util/logging/LogFilter\$MatchesMessage.class \
edu/stanford/nlp/util/logging/Color.class \
edu/stanford/nlp/util/logging/OutputHandler\$1.class \
edu/stanford/nlp/util/logging/OutputHandler\$TrackInfo.class \
edu/stanford/nlp/util/logging/Style.class \
edu/stanford/nlp/util/logging/Redwood\$1.class \
edu/stanford/nlp/util/logging/Redwood\$ConsoleHandler.class \
edu/stanford/nlp/util/logging/Redwood\$FileHandler.class \
edu/stanford/nlp/util/logging/Redwood\$MessageType.class \
edu/stanford/nlp/util/logging/RedwoodConfiguration.class \
edu/stanford/nlp/util/logging/RedwoodPrintStream.class \
edu/stanford/nlp/util/logging/VisibilityHandler.class \
edu/stanford/nlp/util/logging/Redwood\$RecordHandlerTree\$1.class \
edu/stanford/nlp/util/logging/Redwood\$Util\$1.class \
edu/stanford/nlp/util/logging/FilterHandler.class \
edu/stanford/nlp/util/logging/RedwoodConfiguration\$1.class \
edu/stanford/nlp/util/logging/RedwoodConfiguration\$2.class \
edu/stanford/nlp/util/logging/RedwoodConfiguration\$3.class \
edu/stanford/nlp/util/logging/RedwoodConfiguration\$Handlers.class \
edu/stanford/nlp/util/logging/RedwoodConfiguration\$Thunk.class \
edu/stanford/nlp/util/logging/RepeatedRecordHandler.class \
edu/stanford/nlp/util/logging/RepeatedRecordHandler\$ApproximateRepeatSemantics.class \
edu/stanford/nlp/util/logging/RepeatedRecordHandler\$ExactRepeatSemantics.class \
edu/stanford/nlp/util/logging/RepeatedRecordHandler\$RepeatSemantics.class \
edu/stanford/nlp/util/logging/RedwoodConfiguration\$Handlers\$1.class \
edu/stanford/nlp/util/logging/RedwoodConfiguration\$Handlers\$2.class \
edu/stanford/nlp/util/logging/RedwoodConfiguration\$Handlers\$3.class \
edu/stanford/nlp/util/logging/RedwoodConfiguration\$Handlers\$4.class \
edu/stanford/nlp/util/logging/RedwoodConfiguration\$Handlers\$5.class \
edu/stanford/nlp/util/logging/RedwoodConfiguration\$Handlers\$6.class \
edu/stanford/nlp/util/logging/RedwoodConfiguration\$Handlers\$7.class \
edu/stanford/nlp/util/logging/RerouteChannel.class \
edu/stanford/nlp/util/logging/RedwoodConfiguration\$Handlers\$1\$1.class \
edu/stanford/nlp/util/logging/RedwoodConfiguration\$Handlers\$2\$1.class \
edu/stanford/nlp/util/logging/RepeatedRecordHandler\$1.class \
edu/stanford/nlp/util/logging/RepeatedRecordHandler\$PendingType.class \
edu/stanford/nlp/util/logging/RepeatedRecordHandler\$RepeatedRecordInfo.class \
edu/stanford/nlp/util/logging/SLF4JHandler\$1.class \
edu/stanford/nlp/util/logging/VisibilityHandler\$1.class \
edu/stanford/nlp/util/logging/VisibilityHandler\$State.class \
Requested file does not exist: /u/nlp/data/stanford-corenlp/releases/4.0.0/javanlp/projects/core/src/edu/stanford/nlp/parser/lexparser/package.html
Requested file does not exist: /u/nlp/data/stanford-corenlp/releases/4.0.0/javanlp/projects/core/src/edu/stanford/nlp/parser/package.html
Source files:
edu/stanford/nlp/fsm/AutomatonMinimizer.java
edu/stanford/nlp/fsm/Block.java
edu/stanford/nlp/fsm/FastExactAutomatonMinimizer.java
edu/stanford/nlp/fsm/QuasiDeterminizer.java
edu/stanford/nlp/fsm/TransducerGraph.java
edu/stanford/nlp/fsm/package-info.java
edu/stanford/nlp/graph/ConnectedComponents.java
edu/stanford/nlp/graph/DijkstraShortestPath.java
edu/stanford/nlp/graph/DirectedMultiGraph.java
edu/stanford/nlp/graph/Graph.java
edu/stanford/nlp/ie/machinereading/structure/Span.java
edu/stanford/nlp/ie/util/RelationTriple.java
edu/stanford/nlp/international/Language.java
edu/stanford/nlp/international/arabic/ArabicMorphoFeatureSpecification.java
edu/stanford/nlp/international/arabic/Buckwalter.java
edu/stanford/nlp/international/arabic/IBMArabicEscaper.java
edu/stanford/nlp/international/arabic/pipeline/ATBArabicDataset.java
edu/stanford/nlp/international/arabic/pipeline/ATBCorrector.java
edu/stanford/nlp/international/arabic/pipeline/ATBCorrectorVisitor.java
edu/stanford/nlp/international/arabic/pipeline/DefaultLexicalMapper.java
edu/stanford/nlp/international/arabic/pipeline/LDCPosMapper.java
edu/stanford/nlp/international/arabic/pipeline/MWETreeVisitor.java
edu/stanford/nlp/international/arabic/pipeline/UniversalPOSMapper.java
edu/stanford/nlp/international/arabic/pipeline/configurations/atb-latest.conf
edu/stanford/nlp/international/arabic/pipeline/configurations/coling-2010.conf
edu/stanford/nlp/international/arabic/pipeline/splits/mona-atb-jhu2005.dev
edu/stanford/nlp/international/arabic/pipeline/splits/mona-atb-jhu2005.test
edu/stanford/nlp/international/arabic/pipeline/splits/mona-atb-jhu2005.train
edu/stanford/nlp/international/arabic/process/ArabicLexer.flex
edu/stanford/nlp/international/arabic/process/ArabicLexer.java
edu/stanford/nlp/international/arabic/process/ArabicTokenizer.java
edu/stanford/nlp/international/french/FrenchMorphoFeatureSpecification.java
edu/stanford/nlp/international/french/FrenchUnknownWordSignatures.java
edu/stanford/nlp/international/french/pipeline/FTBCorrector.java
edu/stanford/nlp/international/french/pipeline/FTBCorrectorVisitor.java
edu/stanford/nlp/international/french/pipeline/FTBDataset.java
edu/stanford/nlp/international/french/pipeline/MWEPreprocessor.java
edu/stanford/nlp/international/french/pipeline/configurations/ftb-latest.conf
edu/stanford/nlp/international/french/pipeline/splits/candito.dev
edu/stanford/nlp/international/french/pipeline/splits/candito.test
edu/stanford/nlp/international/french/pipeline/splits/candito.train
edu/stanford/nlp/international/french/process/FrenchLexer.flex
edu/stanford/nlp/international/french/process/FrenchLexer.java
edu/stanford/nlp/international/french/process/FrenchTokenizer.java
edu/stanford/nlp/international/morph/MorphoFeatureSpecification.java
edu/stanford/nlp/international/morph/MorphoFeatures.java
edu/stanford/nlp/international/spanish/SpanishUnknownWordSignatures.java
edu/stanford/nlp/international/spanish/SpanishVerbStripper.java
edu/stanford/nlp/international/spanish/process/AnCoraPronounDisambiguator.java
edu/stanford/nlp/international/spanish/process/SpanishLexer.java
edu/stanford/nlp/international/spanish/process/SpanishTokenizer.java
edu/stanford/nlp/io/BZip2PipedOutputStream.java
edu/stanford/nlp/io/EncodingFileReader.java
edu/stanford/nlp/io/EncodingPrintWriter.java
edu/stanford/nlp/io/ExtensionFileFilter.java
edu/stanford/nlp/io/FileSystem.java
edu/stanford/nlp/io/IOUtils.java
edu/stanford/nlp/io/Lexer.java
edu/stanford/nlp/io/NullOutputStream.java
edu/stanford/nlp/io/NumberRangeFileFilter.java
edu/stanford/nlp/io/NumberRangesFileFilter.java
edu/stanford/nlp/io/PrintFile.java
edu/stanford/nlp/io/ReaderInputStream.java
edu/stanford/nlp/io/RuntimeIOException.java
edu/stanford/nlp/io/package-info.java
edu/stanford/nlp/io/ui/OpenPageDialog.java
edu/stanford/nlp/io/ui/package-info.java
edu/stanford/nlp/ling/AbstractCoreLabel.java
edu/stanford/nlp/ling/AbstractToken.java
edu/stanford/nlp/ling/AnnotationLookup.java
edu/stanford/nlp/ling/BasicDocument.java
edu/stanford/nlp/ling/CategoryWordTag.java
edu/stanford/nlp/ling/CategoryWordTagFactory.java
edu/stanford/nlp/ling/CoreAnnotation.java
edu/stanford/nlp/ling/CoreAnnotations.java
edu/stanford/nlp/ling/CoreLabel.java
edu/stanford/nlp/ling/Datum.java
edu/stanford/nlp/ling/Document.java
edu/stanford/nlp/ling/DocumentReader.java
edu/stanford/nlp/ling/Featurizable.java
edu/stanford/nlp/ling/HasCategory.java
edu/stanford/nlp/ling/HasContext.java
edu/stanford/nlp/ling/HasIndex.java
edu/stanford/nlp/ling/HasLemma.java
edu/stanford/nlp/ling/HasNER.java
edu/stanford/nlp/ling/HasOffset.java
edu/stanford/nlp/ling/HasOriginalText.java
edu/stanford/nlp/ling/HasTag.java
edu/stanford/nlp/ling/HasWord.java
edu/stanford/nlp/ling/IndexedWord.java
edu/stanford/nlp/ling/Label.java
edu/stanford/nlp/ling/LabelFactory.java
edu/stanford/nlp/ling/Labeled.java
edu/stanford/nlp/ling/LabeledWord.java
edu/stanford/nlp/ling/MultiTokenTag.java
edu/stanford/nlp/ling/SentenceUtils.java
edu/stanford/nlp/ling/StringLabel.java
edu/stanford/nlp/ling/StringLabelFactory.java
edu/stanford/nlp/ling/Tag.java
edu/stanford/nlp/ling/TaggedWord.java
edu/stanford/nlp/ling/TaggedWordFactory.java
edu/stanford/nlp/ling/ValueLabel.java
edu/stanford/nlp/ling/Word.java
edu/stanford/nlp/ling/WordFactory.java
edu/stanford/nlp/ling/WordLemmaTag.java
edu/stanford/nlp/ling/WordLemmaTagFactory.java
edu/stanford/nlp/ling/WordTag.java
edu/stanford/nlp/ling/WordTagFactory.java
edu/stanford/nlp/ling/package-info.java
edu/stanford/nlp/ling/tokensregex/BasicSequenceMatchResult.java
edu/stanford/nlp/ling/tokensregex/ComplexNodePattern.java
edu/stanford/nlp/ling/tokensregex/CoreMapExpressionExtractor.java
edu/stanford/nlp/ling/tokensregex/CoreMapExpressionNodePattern.java
edu/stanford/nlp/ling/tokensregex/CoreMapNodePattern.java
edu/stanford/nlp/ling/tokensregex/CoreMapNodePatternTrigger.java
edu/stanford/nlp/ling/tokensregex/CoreMapSequenceMatchAction.java
edu/stanford/nlp/ling/tokensregex/CoreMapSequenceMatcher.java
edu/stanford/nlp/ling/tokensregex/Env.java
edu/stanford/nlp/ling/tokensregex/EnvLookup.java
edu/stanford/nlp/ling/tokensregex/MatchedExpression.java
edu/stanford/nlp/ling/tokensregex/MultiCoreMapNodePattern.java
edu/stanford/nlp/ling/tokensregex/MultiNodePattern.java
edu/stanford/nlp/ling/tokensregex/MultiPatternMatcher.java
edu/stanford/nlp/ling/tokensregex/MultiWordStringMatcher.java
edu/stanford/nlp/ling/tokensregex/NodePattern.java
edu/stanford/nlp/ling/tokensregex/NodePatternTransformer.java
edu/stanford/nlp/ling/tokensregex/PhraseTable.java
edu/stanford/nlp/ling/tokensregex/SequenceMatchAction.java
edu/stanford/nlp/ling/tokensregex/SequenceMatchResult.java
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.java
edu/stanford/nlp/ling/tokensregex/SequenceMatcher.java
edu/stanford/nlp/ling/tokensregex/SequencePattern.java
edu/stanford/nlp/ling/tokensregex/TokenSequenceMatcher.java
edu/stanford/nlp/ling/tokensregex/TokenSequencePattern.java
edu/stanford/nlp/ling/tokensregex/package-info.java
edu/stanford/nlp/ling/tokensregex/parser/ParseException.java
edu/stanford/nlp/ling/tokensregex/parser/SimpleCharStream.java
edu/stanford/nlp/ling/tokensregex/parser/Token.java
edu/stanford/nlp/ling/tokensregex/parser/TokenMgrError.java
edu/stanford/nlp/ling/tokensregex/parser/TokenSequenceParseException.java
edu/stanford/nlp/ling/tokensregex/parser/TokenSequenceParser.java
edu/stanford/nlp/ling/tokensregex/parser/TokenSequenceParserConstants.java
edu/stanford/nlp/ling/tokensregex/parser/TokenSequenceParserTokenManager.java
edu/stanford/nlp/ling/tokensregex/parser/package-info.java
edu/stanford/nlp/ling/tokensregex/types/AssignableExpression.java
edu/stanford/nlp/ling/tokensregex/types/Expression.java
edu/stanford/nlp/ling/tokensregex/types/Expressions.java
edu/stanford/nlp/ling/tokensregex/types/Tags.java
edu/stanford/nlp/ling/tokensregex/types/Value.java
edu/stanford/nlp/ling/tokensregex/types/ValueFunction.java
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions.java
edu/stanford/nlp/ling/tokensregex/types/package-info.java
edu/stanford/nlp/math/ArrayMath.java
edu/stanford/nlp/math/SloppyMath.java
edu/stanford/nlp/math/package-info.java
edu/stanford/nlp/maxent/CGRunner.java
edu/stanford/nlp/maxent/DataGeneric.java
edu/stanford/nlp/maxent/Experiments.java
edu/stanford/nlp/maxent/Feature.java
edu/stanford/nlp/maxent/Features.java
edu/stanford/nlp/maxent/Problem.java
edu/stanford/nlp/maxent/iis/LambdaSolve.java
edu/stanford/nlp/maxent/iis/package-info.java
edu/stanford/nlp/maxent/package-info.java
edu/stanford/nlp/neural/ConvertModels.java
edu/stanford/nlp/neural/Embedding.java
edu/stanford/nlp/neural/NeuralUtils.java
edu/stanford/nlp/neural/SimpleTensor.java
edu/stanford/nlp/objectbank/DelimitRegExIterator.java
edu/stanford/nlp/objectbank/IdentityFunction.java
edu/stanford/nlp/objectbank/IteratorFromReaderFactory.java
edu/stanford/nlp/objectbank/LineIterator.java
edu/stanford/nlp/objectbank/ObjectBank.java
edu/stanford/nlp/objectbank/ReaderIteratorFactory.java
edu/stanford/nlp/objectbank/XMLBeginEndIterator.java
edu/stanford/nlp/objectbank/package-info.java
edu/stanford/nlp/optimization/AbstractCachingDiffFunction.java
edu/stanford/nlp/optimization/CGMinimizer.java
edu/stanford/nlp/optimization/DiffFloatFunction.java
edu/stanford/nlp/optimization/DiffFunction.java
edu/stanford/nlp/optimization/Evaluator.java
edu/stanford/nlp/optimization/FloatFunction.java
edu/stanford/nlp/optimization/Function.java
edu/stanford/nlp/optimization/HasEvaluators.java
edu/stanford/nlp/optimization/HasInitial.java
edu/stanford/nlp/optimization/HasRegularizerParamRange.java
edu/stanford/nlp/optimization/Minimizer.java
edu/stanford/nlp/optimization/QNMinimizer.java
edu/stanford/nlp/optimization/StochasticCalculateMethods.java
edu/stanford/nlp/optimization/package-info.java
edu/stanford/nlp/parser/KBestViterbiParser.java
edu/stanford/nlp/parser/Parser.java
edu/stanford/nlp/parser/ViterbiParser.java
edu/stanford/nlp/parser/ViterbiParserWithOptions.java
edu/stanford/nlp/parser/common/ArgUtils.java
edu/stanford/nlp/parser/common/NoSuchParseException.java
edu/stanford/nlp/parser/common/ParserAnnotations.java
edu/stanford/nlp/parser/common/ParserConstraint.java
edu/stanford/nlp/parser/common/ParserGrammar.java
edu/stanford/nlp/parser/common/ParserQuery.java
edu/stanford/nlp/parser/common/ParserUtils.java
edu/stanford/nlp/parser/common/ParsingThreadsafeProcessor.java
edu/stanford/nlp/parser/dvparser/CacheParseHypotheses.java
edu/stanford/nlp/parser/dvparser/DVModel.java
edu/stanford/nlp/parser/dvparser/DVModelReranker.java
edu/stanford/nlp/parser/dvparser/DVParser.java
edu/stanford/nlp/parser/dvparser/DVParserCostAndGradient.java
edu/stanford/nlp/parser/dvparser/FilterConfusingRules.java
edu/stanford/nlp/parser/dvparser/UnknownWordPrinter.java
edu/stanford/nlp/parser/lexparser/AbstractDependencyGrammar.java
edu/stanford/nlp/parser/lexparser/AbstractTreeExtractor.java
edu/stanford/nlp/parser/lexparser/AbstractTreebankParserParams.java
edu/stanford/nlp/parser/lexparser/AbstractUnknownWordModelTrainer.java
edu/stanford/nlp/parser/lexparser/ArabicTreebankParserParams.java
edu/stanford/nlp/parser/lexparser/ArabicUnknownWordModel.java
edu/stanford/nlp/parser/lexparser/ArabicUnknownWordModelTrainer.java
edu/stanford/nlp/parser/lexparser/ArabicUnknownWordSignatures.java
edu/stanford/nlp/parser/lexparser/BaseLexicon.java
edu/stanford/nlp/parser/lexparser/BaseUnknownWordModel.java
edu/stanford/nlp/parser/lexparser/BaseUnknownWordModelTrainer.java
edu/stanford/nlp/parser/lexparser/BasicCategoryTagProjection.java
edu/stanford/nlp/parser/lexparser/BiLexPCFGParser.java
edu/stanford/nlp/parser/lexparser/BinaryGrammar.java
edu/stanford/nlp/parser/lexparser/BinaryGrammarExtractor.java
edu/stanford/nlp/parser/lexparser/BinaryHeadFinder.java
edu/stanford/nlp/parser/lexparser/BinaryRule.java
edu/stanford/nlp/parser/lexparser/BoundaryRemover.java
edu/stanford/nlp/parser/lexparser/CNFTransformers.java
edu/stanford/nlp/parser/lexparser/ChineseCharacterBasedLexicon.java
edu/stanford/nlp/parser/lexparser/ChineseLexicon.java
edu/stanford/nlp/parser/lexparser/ChineseLexiconAndWordSegmenter.java
edu/stanford/nlp/parser/lexparser/ChineseMarkovWordSegmenter.java
edu/stanford/nlp/parser/lexparser/ChineseSimWordAvgDepGrammar.java
edu/stanford/nlp/parser/lexparser/ChineseTreebankParserParams.java
edu/stanford/nlp/parser/lexparser/ChineseUnknownWordModel.java
edu/stanford/nlp/parser/lexparser/ChineseUnknownWordModelTrainer.java
edu/stanford/nlp/parser/lexparser/CollinsPuncTransformer.java
edu/stanford/nlp/parser/lexparser/Debinarizer.java
edu/stanford/nlp/parser/lexparser/DependencyGrammar.java
edu/stanford/nlp/parser/lexparser/Edge.java
edu/stanford/nlp/parser/lexparser/EnglishTreebankParserParams.java
edu/stanford/nlp/parser/lexparser/EnglishUnknownWordModel.java
edu/stanford/nlp/parser/lexparser/EnglishUnknownWordModelTrainer.java
edu/stanford/nlp/parser/lexparser/EvalbFormatWriter.java
edu/stanford/nlp/parser/lexparser/EvaluateTreebank.java
edu/stanford/nlp/parser/lexparser/ExactGrammarCompactor.java
edu/stanford/nlp/parser/lexparser/ExhaustiveDependencyParser.java
edu/stanford/nlp/parser/lexparser/ExhaustivePCFGParser.java
edu/stanford/nlp/parser/lexparser/Extractor.java
edu/stanford/nlp/parser/lexparser/FactoredLexicon.java
edu/stanford/nlp/parser/lexparser/FactoredLexiconEvent.java
edu/stanford/nlp/parser/lexparser/FactoredParser.java
edu/stanford/nlp/parser/lexparser/FastFactoredParser.java
edu/stanford/nlp/parser/lexparser/FrenchTreebankParserParams.java
edu/stanford/nlp/parser/lexparser/FrenchUnknownWordModel.java
edu/stanford/nlp/parser/lexparser/FrenchUnknownWordModelTrainer.java
edu/stanford/nlp/parser/lexparser/GermanUnknownWordModel.java
edu/stanford/nlp/parser/lexparser/GermanUnknownWordModelTrainer.java
edu/stanford/nlp/parser/lexparser/GrammarCompactor.java
edu/stanford/nlp/parser/lexparser/GrammarProjection.java
edu/stanford/nlp/parser/lexparser/HTKLatticeReader.java
edu/stanford/nlp/parser/lexparser/HebrewTreebankParserParams.java
edu/stanford/nlp/parser/lexparser/Hook.java
edu/stanford/nlp/parser/lexparser/HookChart.java
edu/stanford/nlp/parser/lexparser/IntDependency.java
edu/stanford/nlp/parser/lexparser/IntTaggedWord.java
edu/stanford/nlp/parser/lexparser/Interner.java
edu/stanford/nlp/parser/lexparser/Item.java
edu/stanford/nlp/parser/lexparser/IterativeCKYPCFGParser.java
edu/stanford/nlp/parser/lexparser/Lattice.java
edu/stanford/nlp/parser/lexparser/LatticeEdge.java
edu/stanford/nlp/parser/lexparser/LatticeScorer.java
edu/stanford/nlp/parser/lexparser/LexicalizedParser.java
edu/stanford/nlp/parser/lexparser/LexicalizedParserQuery.java
edu/stanford/nlp/parser/lexparser/Lexicon.java
edu/stanford/nlp/parser/lexparser/LinearGrammarSmoother.java
edu/stanford/nlp/parser/lexparser/MLEDependencyGrammar.java
edu/stanford/nlp/parser/lexparser/MLEDependencyGrammarExtractor.java
edu/stanford/nlp/parser/lexparser/NegraPennCollinizer.java
edu/stanford/nlp/parser/lexparser/NegraPennTreebankParserParams.java
edu/stanford/nlp/parser/lexparser/NodePruner.java
edu/stanford/nlp/parser/lexparser/NullGrammarProjection.java
edu/stanford/nlp/parser/lexparser/Options.java
edu/stanford/nlp/parser/lexparser/OutsideRuleFilter.java
edu/stanford/nlp/parser/lexparser/ParentAnnotationStats.java
edu/stanford/nlp/parser/lexparser/ParseFiles.java
edu/stanford/nlp/parser/lexparser/PostSplitter.java
edu/stanford/nlp/parser/lexparser/ProjectionScorer.java
edu/stanford/nlp/parser/lexparser/RandomWalk.java
edu/stanford/nlp/parser/lexparser/Reranker.java
edu/stanford/nlp/parser/lexparser/RerankerQuery.java
edu/stanford/nlp/parser/lexparser/RerankingParserQuery.java
edu/stanford/nlp/parser/lexparser/Rule.java
edu/stanford/nlp/parser/lexparser/Scorer.java
edu/stanford/nlp/parser/lexparser/SisterAnnotationStats.java
edu/stanford/nlp/parser/lexparser/SpanishTreebankParserParams.java
edu/stanford/nlp/parser/lexparser/SpanishUnknownWordModel.java
edu/stanford/nlp/parser/lexparser/SpanishUnknownWordModelTrainer.java
edu/stanford/nlp/parser/lexparser/SplittingGrammarExtractor.java
edu/stanford/nlp/parser/lexparser/TagProjection.java
edu/stanford/nlp/parser/lexparser/TestOptions.java
edu/stanford/nlp/parser/lexparser/TestTagProjection.java
edu/stanford/nlp/parser/lexparser/TrainOptions.java
edu/stanford/nlp/parser/lexparser/TreeAnnotator.java
edu/stanford/nlp/parser/lexparser/TreeAnnotatorAndBinarizer.java
edu/stanford/nlp/parser/lexparser/TreeBinarizer.java
edu/stanford/nlp/parser/lexparser/TreeCollinizer.java
edu/stanford/nlp/parser/lexparser/TreebankAnnotator.java
edu/stanford/nlp/parser/lexparser/TreebankLangParserParams.java
edu/stanford/nlp/parser/lexparser/TregexPoweredTreebankParserParams.java
edu/stanford/nlp/parser/lexparser/TueBaDZParserParams.java
edu/stanford/nlp/parser/lexparser/TwinScorer.java
edu/stanford/nlp/parser/lexparser/UnaryGrammar.java
edu/stanford/nlp/parser/lexparser/UnaryRule.java
edu/stanford/nlp/parser/lexparser/UnknownGTTrainer.java
edu/stanford/nlp/parser/lexparser/UnknownWordModel.java
edu/stanford/nlp/parser/lexparser/UnknownWordModelTrainer.java
edu/stanford/nlp/parser/lexparser/demo/ParserDemo.java
edu/stanford/nlp/parser/lexparser/demo/ParserDemo2.java
edu/stanford/nlp/parser/lexparser/package-info.java
edu/stanford/nlp/parser/metrics/AbstractEval.java
edu/stanford/nlp/parser/metrics/BestOfTopKEval.java
edu/stanford/nlp/parser/metrics/Eval.java
edu/stanford/nlp/parser/metrics/Evalb.java
edu/stanford/nlp/parser/metrics/EvalbByCat.java
edu/stanford/nlp/parser/metrics/FilteredEval.java
edu/stanford/nlp/parser/metrics/LeafAncestorEval.java
edu/stanford/nlp/parser/metrics/ParserQueryEval.java
edu/stanford/nlp/parser/metrics/TaggingEval.java
edu/stanford/nlp/parser/metrics/TopMatchEval.java
edu/stanford/nlp/parser/metrics/TreeSpanScoring.java
edu/stanford/nlp/parser/metrics/UnlabeledAttachmentEval.java
edu/stanford/nlp/parser/nndep/ArcStandard.java
edu/stanford/nlp/parser/nndep/Classifier.java
edu/stanford/nlp/parser/nndep/Config.java
edu/stanford/nlp/parser/nndep/Configuration.java
edu/stanford/nlp/parser/nndep/Dataset.java
edu/stanford/nlp/parser/nndep/DependencyParser.java
edu/stanford/nlp/parser/nndep/DependencyTree.java
edu/stanford/nlp/parser/nndep/Example.java
edu/stanford/nlp/parser/nndep/ParsingSystem.java
edu/stanford/nlp/parser/nndep/Util.java
edu/stanford/nlp/parser/nndep/demo/DependencyParserDemo.java
edu/stanford/nlp/parser/package-info.java
edu/stanford/nlp/parser/server/LexicalizedParserClient.java
edu/stanford/nlp/parser/server/LexicalizedParserServer.java
edu/stanford/nlp/parser/shiftreduce/BaseModel.java
edu/stanford/nlp/parser/shiftreduce/BasicFeatureFactory.java
edu/stanford/nlp/parser/shiftreduce/BinaryTransition.java
edu/stanford/nlp/parser/shiftreduce/CombinationFeatureFactory.java
edu/stanford/nlp/parser/shiftreduce/CompoundUnaryTransition.java
edu/stanford/nlp/parser/shiftreduce/CreateTransitionSequence.java
edu/stanford/nlp/parser/shiftreduce/DistsimFeatureFactory.java
edu/stanford/nlp/parser/shiftreduce/FeatureFactory.java
edu/stanford/nlp/parser/shiftreduce/FinalizeTransition.java
edu/stanford/nlp/parser/shiftreduce/IdleTransition.java
edu/stanford/nlp/parser/shiftreduce/Oracle.java
edu/stanford/nlp/parser/shiftreduce/OracleTransition.java
edu/stanford/nlp/parser/shiftreduce/PerceptronModel.java
edu/stanford/nlp/parser/shiftreduce/ReorderingOracle.java
edu/stanford/nlp/parser/shiftreduce/ShiftReduceOptions.java
edu/stanford/nlp/parser/shiftreduce/ShiftReduceParser.java
edu/stanford/nlp/parser/shiftreduce/ShiftReduceParserQuery.java
edu/stanford/nlp/parser/shiftreduce/ShiftReduceTestOptions.java
edu/stanford/nlp/parser/shiftreduce/ShiftReduceTrainOptions.java
edu/stanford/nlp/parser/shiftreduce/ShiftReduceUtils.java
edu/stanford/nlp/parser/shiftreduce/ShiftTransition.java
edu/stanford/nlp/parser/shiftreduce/State.java
edu/stanford/nlp/parser/shiftreduce/Transition.java
edu/stanford/nlp/parser/shiftreduce/TreeRecorder.java
edu/stanford/nlp/parser/shiftreduce/UnaryTransition.java
edu/stanford/nlp/parser/shiftreduce/Weight.java
edu/stanford/nlp/parser/tools/PunctEquivalenceClasser.java
edu/stanford/nlp/parser/ui/Parser.java
edu/stanford/nlp/parser/ui/ParserPanel.java
edu/stanford/nlp/parser/ui/TreeJPanel.java
edu/stanford/nlp/parser/ui/package-info.java
edu/stanford/nlp/pipeline/Annotation.java
edu/stanford/nlp/pipeline/Annotator.java
edu/stanford/nlp/pipeline/ChunkAnnotationUtils.java
edu/stanford/nlp/pipeline/CoNLLUReader.java
edu/stanford/nlp/pipeline/CoreMapAggregator.java
edu/stanford/nlp/pipeline/CoreMapAttributeAggregator.java
edu/stanford/nlp/pipeline/LanguageInfo.java
edu/stanford/nlp/pipeline/ParserAnnotatorUtils.java
edu/stanford/nlp/pipeline/package-info.java
edu/stanford/nlp/process/AbstractListProcessor.java
edu/stanford/nlp/process/AbstractTokenizer.java
edu/stanford/nlp/process/Americanize.java
edu/stanford/nlp/process/AmericanizeFunction.java
edu/stanford/nlp/process/CoreLabelTokenFactory.java
edu/stanford/nlp/process/CoreTokenFactory.java
edu/stanford/nlp/process/DistSimClassifier.java
edu/stanford/nlp/process/DocumentPreprocessor.java
edu/stanford/nlp/process/DocumentProcessor.java
edu/stanford/nlp/process/JFlexDummyLexer.java
edu/stanford/nlp/process/LexedTokenFactory.java
edu/stanford/nlp/process/LexerTokenizer.java
edu/stanford/nlp/process/LexerUtils.java
edu/stanford/nlp/process/ListProcessor.java
edu/stanford/nlp/process/LowercaseAndAmericanizeFunction.java
edu/stanford/nlp/process/LowercaseFunction.java
edu/stanford/nlp/process/Morpha.flex
edu/stanford/nlp/process/Morpha.java
edu/stanford/nlp/process/Morphology.java
edu/stanford/nlp/process/PTB2TextLexer.java
edu/stanford/nlp/process/PTBEscapingProcessor.java
edu/stanford/nlp/process/PTBLexer.flex
edu/stanford/nlp/process/PTBLexer.java
edu/stanford/nlp/process/PTBTokenizer.java
edu/stanford/nlp/process/SerializableFunction.java
edu/stanford/nlp/process/StripTagsProcessor.java
edu/stanford/nlp/process/Tokenizer.java
edu/stanford/nlp/process/TokenizerAdapter.java
edu/stanford/nlp/process/TokenizerFactory.java
edu/stanford/nlp/process/TransformXML.java
edu/stanford/nlp/process/WhitespaceLexer.flex
edu/stanford/nlp/process/WhitespaceLexer.java
edu/stanford/nlp/process/WhitespaceTokenizer.java
edu/stanford/nlp/process/WordSegmenter.java
edu/stanford/nlp/process/WordSegmentingTokenizer.java
edu/stanford/nlp/process/WordShapeClassifier.java
edu/stanford/nlp/process/WordToSentenceProcessor.java
edu/stanford/nlp/process/WordToTaggedWordProcessor.java
edu/stanford/nlp/process/WordTokenFactory.java
edu/stanford/nlp/process/package-info.java
edu/stanford/nlp/semgraph/ISemanticGraphEdgeEql.java
edu/stanford/nlp/semgraph/SemanticGraph.java
edu/stanford/nlp/semgraph/SemanticGraphCoreAnnotations.java
edu/stanford/nlp/semgraph/SemanticGraphEdge.java
edu/stanford/nlp/semgraph/SemanticGraphFactory.java
edu/stanford/nlp/semgraph/SemanticGraphFormatter.java
edu/stanford/nlp/semgraph/SemanticGraphUtils.java
edu/stanford/nlp/semgraph/package-info.java
edu/stanford/nlp/semgraph/semgrex/Alignment.java
edu/stanford/nlp/semgraph/semgrex/CoordinationPattern.java
edu/stanford/nlp/semgraph/semgrex/Env.java
edu/stanford/nlp/semgraph/semgrex/GraphRelation.java
edu/stanford/nlp/semgraph/semgrex/NodeAttributes.java
edu/stanford/nlp/semgraph/semgrex/NodePattern.java
edu/stanford/nlp/semgraph/semgrex/ParseException.java
edu/stanford/nlp/semgraph/semgrex/SemgrexMatcher.java
edu/stanford/nlp/semgraph/semgrex/SemgrexParseException.java
edu/stanford/nlp/semgraph/semgrex/SemgrexParser.java
edu/stanford/nlp/semgraph/semgrex/SemgrexParserConstants.java
edu/stanford/nlp/semgraph/semgrex/SemgrexParserTokenManager.java
edu/stanford/nlp/semgraph/semgrex/SemgrexPattern.java
edu/stanford/nlp/semgraph/semgrex/SimpleCharStream.java
edu/stanford/nlp/semgraph/semgrex/Token.java
edu/stanford/nlp/semgraph/semgrex/TokenMgrError.java
edu/stanford/nlp/semgraph/semgrex/VariableStrings.java
edu/stanford/nlp/semgraph/semgrex/package-info.java
edu/stanford/nlp/sentiment/RNNOptions.java
edu/stanford/nlp/sentiment/RNNTestOptions.java
edu/stanford/nlp/sentiment/RNNTrainOptions.java
edu/stanford/nlp/sentiment/SentimentModel.java
edu/stanford/nlp/sequences/BestSequenceFinder.java
edu/stanford/nlp/sequences/DocumentReaderAndWriter.java
edu/stanford/nlp/sequences/ExactBestSequenceFinder.java
edu/stanford/nlp/sequences/PlainTextDocumentReaderAndWriter.java
edu/stanford/nlp/sequences/SeqClassifierFlags.java
edu/stanford/nlp/sequences/SequenceModel.java
edu/stanford/nlp/sequences/package-info.java
edu/stanford/nlp/stats/AbstractCounter.java
edu/stanford/nlp/stats/ClassicCounter.java
edu/stanford/nlp/stats/Counter.java
edu/stanford/nlp/stats/Counters.java
edu/stanford/nlp/stats/Distribution.java
edu/stanford/nlp/stats/EquivalenceClasser.java
edu/stanford/nlp/stats/GeneralizedCounter.java
edu/stanford/nlp/stats/IntCounter.java
edu/stanford/nlp/stats/ProbabilityDistribution.java
edu/stanford/nlp/stats/Sampler.java
edu/stanford/nlp/stats/SimpleGoodTuring.java
edu/stanford/nlp/stats/TwoDimensionalCounter.java
edu/stanford/nlp/stats/TwoDimensionalCounterInterface.java
edu/stanford/nlp/stats/TwoDimensionalIntCounter.java
edu/stanford/nlp/stats/package-info.java
edu/stanford/nlp/swing/FontDetector.java
edu/stanford/nlp/swing/package-info.java
edu/stanford/nlp/tagger/common/Tagger.java
edu/stanford/nlp/tagger/io/TSVTaggedFileReader.java
edu/stanford/nlp/tagger/io/TaggedFileReader.java
edu/stanford/nlp/tagger/io/TaggedFileRecord.java
edu/stanford/nlp/tagger/io/TextTaggedFileReader.java
edu/stanford/nlp/tagger/io/TreeTaggedFileReader.java
edu/stanford/nlp/tagger/maxent/ASBCunkDict.java
edu/stanford/nlp/tagger/maxent/AmbiguityClass.java
edu/stanford/nlp/tagger/maxent/AmbiguityClasses.java
edu/stanford/nlp/tagger/maxent/CTBunkDict.java
edu/stanford/nlp/tagger/maxent/CountWrapper.java
edu/stanford/nlp/tagger/maxent/CtbDict.java
edu/stanford/nlp/tagger/maxent/DataWordTag.java
edu/stanford/nlp/tagger/maxent/Dictionary.java
edu/stanford/nlp/tagger/maxent/DictionaryExtractor.java
edu/stanford/nlp/tagger/maxent/Distsim.java
edu/stanford/nlp/tagger/maxent/Extractor.java
edu/stanford/nlp/tagger/maxent/ExtractorDistsim.java
edu/stanford/nlp/tagger/maxent/ExtractorDistsimConjunction.java
edu/stanford/nlp/tagger/maxent/ExtractorFrames.java
edu/stanford/nlp/tagger/maxent/ExtractorFramesRare.java
edu/stanford/nlp/tagger/maxent/ExtractorVerbalVBNZero.java
edu/stanford/nlp/tagger/maxent/Extractors.java
edu/stanford/nlp/tagger/maxent/FeatureKey.java
edu/stanford/nlp/tagger/maxent/History.java
edu/stanford/nlp/tagger/maxent/HistoryTable.java
edu/stanford/nlp/tagger/maxent/LambdaSolveTagger.java
edu/stanford/nlp/tagger/maxent/MaxentTagger.java
edu/stanford/nlp/tagger/maxent/PairsHolder.java
edu/stanford/nlp/tagger/maxent/ReadDataTagged.java
edu/stanford/nlp/tagger/maxent/TTags.java
edu/stanford/nlp/tagger/maxent/TagCount.java
edu/stanford/nlp/tagger/maxent/TaggerConfig.java
edu/stanford/nlp/tagger/maxent/TaggerExperiments.java
edu/stanford/nlp/tagger/maxent/TaggerFeature.java
edu/stanford/nlp/tagger/maxent/TaggerFeatures.java
edu/stanford/nlp/tagger/maxent/TemplateHash.java
edu/stanford/nlp/tagger/maxent/TestClassifier.java
edu/stanford/nlp/tagger/maxent/TestSentence.java
edu/stanford/nlp/tagger/maxent/package-info.java
edu/stanford/nlp/trees/AbstractCollinsHeadFinder.java
edu/stanford/nlp/trees/AbstractTreebankLanguagePack.java
edu/stanford/nlp/trees/BasicCategoryTreeTransformer.java
edu/stanford/nlp/trees/BobChrisTreeNormalizer.java
edu/stanford/nlp/trees/CollinsHeadFinder.java
edu/stanford/nlp/trees/CollocationFinder.java
edu/stanford/nlp/trees/CompositeTreeTransformer.java
edu/stanford/nlp/trees/CompositeTreebank.java
edu/stanford/nlp/trees/Constituent.java
edu/stanford/nlp/trees/ConstituentFactory.java
edu/stanford/nlp/trees/CoordinationTransformer.java
edu/stanford/nlp/trees/CopulaHeadFinder.java
edu/stanford/nlp/trees/DateTreeTransformer.java
edu/stanford/nlp/trees/DeepTree.java
edu/stanford/nlp/trees/Dependencies.java
edu/stanford/nlp/trees/Dependency.java
edu/stanford/nlp/trees/DependencyFactory.java
edu/stanford/nlp/trees/DependencyPrinter.java
edu/stanford/nlp/trees/DependencyReader.java
edu/stanford/nlp/trees/DependencyScoring.java
edu/stanford/nlp/trees/DependencyTreeTransformer.java
edu/stanford/nlp/trees/DependencyTyper.java
edu/stanford/nlp/trees/DiskTreebank.java
edu/stanford/nlp/trees/EnglishGrammaticalRelations.java
edu/stanford/nlp/trees/EnglishGrammaticalStructure.java
edu/stanford/nlp/trees/EnglishGrammaticalStructureFactory.java
edu/stanford/nlp/trees/EnglishPatterns.java
edu/stanford/nlp/trees/FilteringTreeReader.java
edu/stanford/nlp/trees/FilteringTreebank.java
edu/stanford/nlp/trees/GrammaticalFunctionTreeNormalizer.java
edu/stanford/nlp/trees/GrammaticalRelation.java
edu/stanford/nlp/trees/GrammaticalStructure.java
edu/stanford/nlp/trees/GrammaticalStructureConversionUtils.java
edu/stanford/nlp/trees/GrammaticalStructureFactory.java
edu/stanford/nlp/trees/GrammaticalStructureFromDependenciesFactory.java
edu/stanford/nlp/trees/HasParent.java
edu/stanford/nlp/trees/HeadFinder.java
edu/stanford/nlp/trees/Labeled.java
edu/stanford/nlp/trees/LabeledConstituent.java
edu/stanford/nlp/trees/LabeledScoredConstituent.java
edu/stanford/nlp/trees/LabeledScoredConstituentFactory.java
edu/stanford/nlp/trees/LabeledScoredTreeFactory.java
edu/stanford/nlp/trees/LabeledScoredTreeNode.java
edu/stanford/nlp/trees/LabeledScoredTreeReaderFactory.java
edu/stanford/nlp/trees/LeftHeadFinder.java
edu/stanford/nlp/trees/LengthTreeFilter.java
edu/stanford/nlp/trees/MemoryTreebank.java
edu/stanford/nlp/trees/ModCollinsHeadFinder.java
edu/stanford/nlp/trees/NPTmpRetainingTreeNormalizer.java
edu/stanford/nlp/trees/NamedDependency.java
edu/stanford/nlp/trees/OrderedCombinationTreeNormalizer.java
edu/stanford/nlp/trees/PennTreeReader.java
edu/stanford/nlp/trees/PennTreeReaderFactory.java
edu/stanford/nlp/trees/PennTreebankLanguagePack.java
edu/stanford/nlp/trees/PennTreebankTokenizer.java
edu/stanford/nlp/trees/QPTreeTransformer.java
edu/stanford/nlp/trees/RecursiveTreeTransformer.java
edu/stanford/nlp/trees/SemanticHeadFinder.java
edu/stanford/nlp/trees/SimpleConstituent.java
edu/stanford/nlp/trees/SimpleConstituentFactory.java
edu/stanford/nlp/trees/SimpleTree.java
edu/stanford/nlp/trees/SimpleTreeFactory.java
edu/stanford/nlp/trees/SynchronizedTreeTransformer.java
edu/stanford/nlp/trees/TransformingTreebank.java
edu/stanford/nlp/trees/Tree.java
edu/stanford/nlp/trees/TreeCoreAnnotations.java
edu/stanford/nlp/trees/TreeFactory.java
edu/stanford/nlp/trees/TreeFilters.java
edu/stanford/nlp/trees/TreeFunctions.java
edu/stanford/nlp/trees/TreeGraphNode.java
edu/stanford/nlp/trees/TreeGraphNodeFactory.java
edu/stanford/nlp/trees/TreeLeafLabelTransformer.java
edu/stanford/nlp/trees/TreeLengthComparator.java
edu/stanford/nlp/trees/TreeNormalizer.java
edu/stanford/nlp/trees/TreePrint.java
edu/stanford/nlp/trees/TreeReader.java
edu/stanford/nlp/trees/TreeReaderFactory.java
edu/stanford/nlp/trees/TreeTokenizerFactory.java
edu/stanford/nlp/trees/TreeTransformer.java
edu/stanford/nlp/trees/TreeVisitor.java
edu/stanford/nlp/trees/Treebank.java
edu/stanford/nlp/trees/TreebankFactory.java
edu/stanford/nlp/trees/TreebankLanguagePack.java
edu/stanford/nlp/trees/Trees.java
edu/stanford/nlp/trees/TypedDependency.java
edu/stanford/nlp/trees/UniversalEnglishGrammaticalRelations.java
edu/stanford/nlp/trees/UniversalEnglishGrammaticalStructure.java
edu/stanford/nlp/trees/UniversalEnglishGrammaticalStructureFactory.java
edu/stanford/nlp/trees/UniversalPOSMapper.java
edu/stanford/nlp/trees/UniversalSemanticHeadFinder.java
edu/stanford/nlp/trees/UnnamedConcreteDependency.java
edu/stanford/nlp/trees/UnnamedDependency.java
edu/stanford/nlp/trees/WordNetConnection.java
edu/stanford/nlp/trees/WordStemmer.java
edu/stanford/nlp/trees/international/arabic/ATBTreeUtils.java
edu/stanford/nlp/trees/international/arabic/ArabicHeadFinder.java
edu/stanford/nlp/trees/international/arabic/ArabicTreeNormalizer.java
edu/stanford/nlp/trees/international/arabic/ArabicTreeReaderFactory.java
edu/stanford/nlp/trees/international/arabic/ArabicTreebankLanguagePack.java
edu/stanford/nlp/trees/international/arabic/ArabicTreebankTokenizer.java
edu/stanford/nlp/trees/international/arabic/package-info.java
edu/stanford/nlp/trees/international/french/DybroFrenchHeadFinder.java
edu/stanford/nlp/trees/international/french/FrenchHeadFinder.java
edu/stanford/nlp/trees/international/french/FrenchTreeNormalizer.java
edu/stanford/nlp/trees/international/french/FrenchTreeReaderFactory.java
edu/stanford/nlp/trees/international/french/FrenchTreebankLanguagePack.java
edu/stanford/nlp/trees/international/french/FrenchXMLTreeReader.java
edu/stanford/nlp/trees/international/french/FrenchXMLTreeReaderFactory.java
edu/stanford/nlp/trees/international/french/package-info.java
edu/stanford/nlp/trees/international/hebrew/HebrewTreeNormalizer.java
edu/stanford/nlp/trees/international/hebrew/HebrewTreeReaderFactory.java
edu/stanford/nlp/trees/international/hebrew/HebrewTreebankLanguagePack.java
edu/stanford/nlp/trees/international/negra/NegraHeadFinder.java
edu/stanford/nlp/trees/international/negra/NegraLabel.java
edu/stanford/nlp/trees/international/negra/NegraPennLanguagePack.java
edu/stanford/nlp/trees/international/negra/NegraPennLexer.java
edu/stanford/nlp/trees/international/negra/NegraPennTokenizer.java
edu/stanford/nlp/trees/international/negra/NegraPennTreeNormalizer.java
edu/stanford/nlp/trees/international/negra/NegraPennTreeReaderFactory.java
edu/stanford/nlp/trees/international/negra/negrapenn.flex
edu/stanford/nlp/trees/international/negra/package-info.java
edu/stanford/nlp/trees/international/pennchinese/BikelChineseHeadFinder.java
edu/stanford/nlp/trees/international/pennchinese/CEDict.java
edu/stanford/nlp/trees/international/pennchinese/CHTBLexer.java
edu/stanford/nlp/trees/international/pennchinese/CHTBTokenizer.java
edu/stanford/nlp/trees/international/pennchinese/CTBErrorCorrectingTreeNormalizer.java
edu/stanford/nlp/trees/international/pennchinese/CTBTreeReaderFactory.java
edu/stanford/nlp/trees/international/pennchinese/ChineseCollinizer.java
edu/stanford/nlp/trees/international/pennchinese/ChineseEnglishWordMap.java
edu/stanford/nlp/trees/international/pennchinese/ChineseEscaper.java
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.java
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalStructure.java
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalStructureFactory.java
edu/stanford/nlp/trees/international/pennchinese/ChineseHeadFinder.java
edu/stanford/nlp/trees/international/pennchinese/ChineseSemanticHeadFinder.java
edu/stanford/nlp/trees/international/pennchinese/ChineseTreebankLanguagePack.java
edu/stanford/nlp/trees/international/pennchinese/ChineseUtils.java
edu/stanford/nlp/trees/international/pennchinese/FragDiscardingPennTreeReader.java
edu/stanford/nlp/trees/international/pennchinese/RadicalMap.java
edu/stanford/nlp/trees/international/pennchinese/SunJurafskyChineseHeadFinder.java
edu/stanford/nlp/trees/international/pennchinese/UniversalChineseGrammaticalRelations.java
edu/stanford/nlp/trees/international/pennchinese/UniversalChineseGrammaticalStructure.java
edu/stanford/nlp/trees/international/pennchinese/UniversalChineseGrammaticalStructureFactory.java
edu/stanford/nlp/trees/international/pennchinese/UniversalChineseSemanticHeadFinder.java
edu/stanford/nlp/trees/international/pennchinese/package-info.java
edu/stanford/nlp/trees/international/spanish/SpanishHeadFinder.java
edu/stanford/nlp/trees/international/spanish/SpanishTreeNormalizer.java
edu/stanford/nlp/trees/international/spanish/SpanishTreeReaderFactory.java
edu/stanford/nlp/trees/international/spanish/SpanishTreebankLanguagePack.java
edu/stanford/nlp/trees/international/tuebadz/TueBaDZHeadFinder.java
edu/stanford/nlp/trees/international/tuebadz/TueBaDZLanguagePack.java
edu/stanford/nlp/trees/international/tuebadz/TueBaDZPennTreeNormalizer.java
edu/stanford/nlp/trees/international/tuebadz/TueBaDZTreeReaderFactory.java
edu/stanford/nlp/trees/international/tuebadz/package-info.java
edu/stanford/nlp/trees/package-info.java
edu/stanford/nlp/trees/treebank/AbstractDataset.java
edu/stanford/nlp/trees/treebank/ConfigParser.java
edu/stanford/nlp/trees/treebank/Dataset.java
edu/stanford/nlp/trees/treebank/DefaultMapper.java
edu/stanford/nlp/trees/treebank/DistributionPackage.java
edu/stanford/nlp/trees/treebank/Mapper.java
edu/stanford/nlp/trees/treebank/TreebankPreprocessor.java
edu/stanford/nlp/trees/tregex/CoordinationPattern.java
edu/stanford/nlp/trees/tregex/DescriptionPattern.java
edu/stanford/nlp/trees/tregex/Macros.java
edu/stanford/nlp/trees/tregex/ParseException.java
edu/stanford/nlp/trees/tregex/Relation.java
edu/stanford/nlp/trees/tregex/SimpleCharStream.java
edu/stanford/nlp/trees/tregex/Token.java
edu/stanford/nlp/trees/tregex/TokenMgrError.java
edu/stanford/nlp/trees/tregex/TregexMatcher.java
edu/stanford/nlp/trees/tregex/TregexParseException.java
edu/stanford/nlp/trees/tregex/TregexParser.java
edu/stanford/nlp/trees/tregex/TregexParserConstants.java
edu/stanford/nlp/trees/tregex/TregexParserTokenManager.java
edu/stanford/nlp/trees/tregex/TregexPattern.java
edu/stanford/nlp/trees/tregex/TregexPatternCompiler.java
edu/stanford/nlp/trees/tregex/VariableStrings.java
edu/stanford/nlp/trees/tregex/package-info.java
edu/stanford/nlp/trees/tregex/tsurgeon/AdjoinNode.java
edu/stanford/nlp/trees/tregex/tsurgeon/AdjoinToFootNode.java
edu/stanford/nlp/trees/tregex/tsurgeon/AdjoinToHeadNode.java
edu/stanford/nlp/trees/tregex/tsurgeon/AuxiliaryTree.java
edu/stanford/nlp/trees/tregex/tsurgeon/CoindexNodes.java
edu/stanford/nlp/trees/tregex/tsurgeon/CoindexationGenerator.java
edu/stanford/nlp/trees/tregex/tsurgeon/CreateSubtreeNode.java
edu/stanford/nlp/trees/tregex/tsurgeon/DeleteNode.java
edu/stanford/nlp/trees/tregex/tsurgeon/ExciseNode.java
edu/stanford/nlp/trees/tregex/tsurgeon/FetchNode.java
edu/stanford/nlp/trees/tregex/tsurgeon/HoldTreeNode.java
edu/stanford/nlp/trees/tregex/tsurgeon/IfExistsNode.java
edu/stanford/nlp/trees/tregex/tsurgeon/InsertNode.java
edu/stanford/nlp/trees/tregex/tsurgeon/JJTTsurgeonParserState.java
edu/stanford/nlp/trees/tregex/tsurgeon/MoveNode.java
edu/stanford/nlp/trees/tregex/tsurgeon/Node.java
edu/stanford/nlp/trees/tregex/tsurgeon/ParseException.java
edu/stanford/nlp/trees/tregex/tsurgeon/PruneNode.java
edu/stanford/nlp/trees/tregex/tsurgeon/RelabelNode.java
edu/stanford/nlp/trees/tregex/tsurgeon/ReplaceNode.java
edu/stanford/nlp/trees/tregex/tsurgeon/SimpleCharStream.java
edu/stanford/nlp/trees/tregex/tsurgeon/SimpleNode.java
edu/stanford/nlp/trees/tregex/tsurgeon/Token.java
edu/stanford/nlp/trees/tregex/tsurgeon/TokenMgrError.java
edu/stanford/nlp/trees/tregex/tsurgeon/TreeLocation.java
edu/stanford/nlp/trees/tregex/tsurgeon/Tsurgeon.java
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonMatcher.java
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonParseException.java
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonParser.java
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonParserConstants.java
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonParserTokenManager.java
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonParserTreeConstants.java
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonPattern.java
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonPatternRoot.java
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonRuntimeException.java
edu/stanford/nlp/trees/tregex/tsurgeon/package-info.java
edu/stanford/nlp/trees/ud/CoNLLUDocumentReader.java
edu/stanford/nlp/trees/ud/CoNLLUDocumentWriter.java
edu/stanford/nlp/trees/ud/CoNLLUUtils.java
edu/stanford/nlp/trees/ud/EnhancementOptions.java
edu/stanford/nlp/trees/ud/UniversalDependenciesConverter.java
edu/stanford/nlp/ui/JarFileChooser.java
edu/stanford/nlp/util/AbstractIterator.java
edu/stanford/nlp/util/ArgumentParser.java
edu/stanford/nlp/util/ArrayCoreMap.java
edu/stanford/nlp/util/ArrayHeap.java
edu/stanford/nlp/util/ArrayMap.java
edu/stanford/nlp/util/ArraySet.java
edu/stanford/nlp/util/ArrayStringFilter.java
edu/stanford/nlp/util/ArrayUtils.java
edu/stanford/nlp/util/Beam.java
edu/stanford/nlp/util/BinaryHeapPriorityQueue.java
edu/stanford/nlp/util/ByteStreamGobbler.java
edu/stanford/nlp/util/CacheMap.java
edu/stanford/nlp/util/CallbackFunction.java
edu/stanford/nlp/util/CollectionFactory.java
edu/stanford/nlp/util/CollectionUtils.java
edu/stanford/nlp/util/CollectionValuedMap.java
edu/stanford/nlp/util/Comparators.java
edu/stanford/nlp/util/ConcatenationIterator.java
edu/stanford/nlp/util/ConfusionMatrix.java
edu/stanford/nlp/util/CoreMap.java
edu/stanford/nlp/util/DataFilePaths.java
edu/stanford/nlp/util/DeltaIndex.java
edu/stanford/nlp/util/DeltaMap.java
edu/stanford/nlp/util/DisabledPreferences.java
edu/stanford/nlp/util/DisabledPreferencesFactory.java
edu/stanford/nlp/util/ErasureUtils.java
edu/stanford/nlp/util/Factory.java
edu/stanford/nlp/util/FilePathProcessor.java
edu/stanford/nlp/util/FileProcessor.java
edu/stanford/nlp/util/FilteredIterator.java
edu/stanford/nlp/util/Filters.java
edu/stanford/nlp/util/FixedPrioritiesPriorityQueue.java
edu/stanford/nlp/util/Generics.java
edu/stanford/nlp/util/HasInterval.java
edu/stanford/nlp/util/HashIndex.java
edu/stanford/nlp/util/HashableCoreMap.java
edu/stanford/nlp/util/Heap.java
edu/stanford/nlp/util/IdentityHashSet.java
edu/stanford/nlp/util/Index.java
edu/stanford/nlp/util/IntPair.java
edu/stanford/nlp/util/IntQuadruple.java
edu/stanford/nlp/util/IntTriple.java
edu/stanford/nlp/util/IntTuple.java
edu/stanford/nlp/util/IntUni.java
edu/stanford/nlp/util/Interner.java
edu/stanford/nlp/util/Interval.java
edu/stanford/nlp/util/IntervalTree.java
edu/stanford/nlp/util/IterableIterator.java
edu/stanford/nlp/util/Iterables.java
edu/stanford/nlp/util/Lazy.java
edu/stanford/nlp/util/MapFactory.java
edu/stanford/nlp/util/MapList.java
edu/stanford/nlp/util/Maps.java
edu/stanford/nlp/util/MetaClass.java
edu/stanford/nlp/util/MutableDouble.java
edu/stanford/nlp/util/MutableInteger.java
edu/stanford/nlp/util/Pair.java
edu/stanford/nlp/util/PriorityQueue.java
edu/stanford/nlp/util/PropertiesUtils.java
edu/stanford/nlp/util/ReflectionLoading.java
edu/stanford/nlp/util/RegexStringFilter.java
edu/stanford/nlp/util/RuntimeInterruptedException.java
edu/stanford/nlp/util/Scored.java
edu/stanford/nlp/util/ScoredComparator.java
edu/stanford/nlp/util/ScoredObject.java
edu/stanford/nlp/util/Sets.java
edu/stanford/nlp/util/StreamGobbler.java
edu/stanford/nlp/util/StringParsingTask.java
edu/stanford/nlp/util/StringUtils.java
edu/stanford/nlp/util/ThreeDimensionalMap.java
edu/stanford/nlp/util/Timing.java
edu/stanford/nlp/util/TreeShapedStack.java
edu/stanford/nlp/util/Triple.java
edu/stanford/nlp/util/TwoDimensionalCollectionValuedMap.java
edu/stanford/nlp/util/TwoDimensionalMap.java
edu/stanford/nlp/util/TwoDimensionalSet.java
edu/stanford/nlp/util/TypesafeMap.java
edu/stanford/nlp/util/UTF8EquivalenceFunction.java
edu/stanford/nlp/util/ValuedInterval.java
edu/stanford/nlp/util/XMLUtils.java
edu/stanford/nlp/util/concurrent/MulticoreWrapper.java
edu/stanford/nlp/util/concurrent/SynchronizedInterner.java
edu/stanford/nlp/util/concurrent/ThreadsafeProcessor.java
edu/stanford/nlp/util/concurrent/package-info.java
edu/stanford/nlp/util/logging/BooleanLogRecordHandler.java
edu/stanford/nlp/util/logging/Color.java
edu/stanford/nlp/util/logging/FilterHandler.java
edu/stanford/nlp/util/logging/JavaUtilLoggingAdaptor.java
edu/stanford/nlp/util/logging/JavaUtilLoggingHandler.java
edu/stanford/nlp/util/logging/LogFilter.java
edu/stanford/nlp/util/logging/LogRecordHandler.java
edu/stanford/nlp/util/logging/OutputHandler.java
edu/stanford/nlp/util/logging/PrettyLoggable.java
edu/stanford/nlp/util/logging/PrettyLogger.java
edu/stanford/nlp/util/logging/RedirectOutputHandler.java
edu/stanford/nlp/util/logging/Redwood.java
edu/stanford/nlp/util/logging/RedwoodConfiguration.java
edu/stanford/nlp/util/logging/RedwoodPrintStream.java
edu/stanford/nlp/util/logging/RepeatedRecordHandler.java
edu/stanford/nlp/util/logging/RerouteChannel.java
edu/stanford/nlp/util/logging/SLF4JHandler.java
edu/stanford/nlp/util/logging/Style.java
edu/stanford/nlp/util/logging/VisibilityHandler.java
edu/stanford/nlp/util/package-info.java
#####
GENERATING JAR FILE
#####
JAR file:
/u/nlp/distrib/stanford-parser-full-2020-05-29/stanford-parser-4.0.0-sources.jar
Root directory:
/u/nlp/data/stanford-corenlp/releases/4.0.0/javanlp/projects/core/src
jar cfm /juice/u/nlp/distrib/stanford-parser-full-2020-05-29/stanford-parser-4.0.0-sources.jar /u/nlp/distrib/stanford-parser-full-2020-05-29/srcmanifest.txt edu/stanford/nlp/fsm/AutomatonMinimizer.java \
edu/stanford/nlp/fsm/Block.java \
edu/stanford/nlp/fsm/FastExactAutomatonMinimizer.java \
edu/stanford/nlp/fsm/QuasiDeterminizer.java \
edu/stanford/nlp/fsm/TransducerGraph.java \
edu/stanford/nlp/fsm/package-info.java \
edu/stanford/nlp/graph/ConnectedComponents.java \
edu/stanford/nlp/graph/DijkstraShortestPath.java \
edu/stanford/nlp/graph/DirectedMultiGraph.java \
edu/stanford/nlp/graph/Graph.java \
edu/stanford/nlp/ie/machinereading/structure/Span.java \
edu/stanford/nlp/ie/util/RelationTriple.java \
edu/stanford/nlp/international/Language.java \
edu/stanford/nlp/international/arabic/ArabicMorphoFeatureSpecification.java \
edu/stanford/nlp/international/arabic/Buckwalter.java \
edu/stanford/nlp/international/arabic/IBMArabicEscaper.java \
edu/stanford/nlp/international/arabic/pipeline/ATBArabicDataset.java \
edu/stanford/nlp/international/arabic/pipeline/ATBCorrector.java \
edu/stanford/nlp/international/arabic/pipeline/ATBCorrectorVisitor.java \
edu/stanford/nlp/international/arabic/pipeline/DefaultLexicalMapper.java \
edu/stanford/nlp/international/arabic/pipeline/LDCPosMapper.java \
edu/stanford/nlp/international/arabic/pipeline/MWETreeVisitor.java \
edu/stanford/nlp/international/arabic/pipeline/UniversalPOSMapper.java \
edu/stanford/nlp/international/arabic/pipeline/configurations/atb-latest.conf \
edu/stanford/nlp/international/arabic/pipeline/configurations/coling-2010.conf \
edu/stanford/nlp/international/arabic/pipeline/splits/mona-atb-jhu2005.dev \
edu/stanford/nlp/international/arabic/pipeline/splits/mona-atb-jhu2005.test \
edu/stanford/nlp/international/arabic/pipeline/splits/mona-atb-jhu2005.train \
edu/stanford/nlp/international/arabic/process/ArabicLexer.flex \
edu/stanford/nlp/international/arabic/process/ArabicLexer.java \
edu/stanford/nlp/international/arabic/process/ArabicTokenizer.java \
edu/stanford/nlp/international/french/FrenchMorphoFeatureSpecification.java \
edu/stanford/nlp/international/french/FrenchUnknownWordSignatures.java \
edu/stanford/nlp/international/french/pipeline/FTBCorrector.java \
edu/stanford/nlp/international/french/pipeline/FTBCorrectorVisitor.java \
edu/stanford/nlp/international/french/pipeline/FTBDataset.java \
edu/stanford/nlp/international/french/pipeline/MWEPreprocessor.java \
edu/stanford/nlp/international/french/pipeline/configurations/ftb-latest.conf \
edu/stanford/nlp/international/french/pipeline/splits/candito.dev \
edu/stanford/nlp/international/french/pipeline/splits/candito.test \
edu/stanford/nlp/international/french/pipeline/splits/candito.train \
edu/stanford/nlp/international/french/process/FrenchLexer.flex \
edu/stanford/nlp/international/french/process/FrenchLexer.java \
edu/stanford/nlp/international/french/process/FrenchTokenizer.java \
edu/stanford/nlp/international/morph/MorphoFeatureSpecification.java \
edu/stanford/nlp/international/morph/MorphoFeatures.java \
edu/stanford/nlp/international/spanish/SpanishUnknownWordSignatures.java \
edu/stanford/nlp/international/spanish/SpanishVerbStripper.java \
edu/stanford/nlp/international/spanish/process/AnCoraPronounDisambiguator.java \
edu/stanford/nlp/international/spanish/process/SpanishLexer.java \
edu/stanford/nlp/international/spanish/process/SpanishTokenizer.java \
edu/stanford/nlp/io/BZip2PipedOutputStream.java \
edu/stanford/nlp/io/EncodingFileReader.java \
edu/stanford/nlp/io/EncodingPrintWriter.java \
edu/stanford/nlp/io/ExtensionFileFilter.java \
edu/stanford/nlp/io/FileSystem.java \
edu/stanford/nlp/io/IOUtils.java \
edu/stanford/nlp/io/Lexer.java \
edu/stanford/nlp/io/NullOutputStream.java \
edu/stanford/nlp/io/NumberRangeFileFilter.java \
edu/stanford/nlp/io/NumberRangesFileFilter.java \
edu/stanford/nlp/io/PrintFile.java \
edu/stanford/nlp/io/ReaderInputStream.java \
edu/stanford/nlp/io/RuntimeIOException.java \
edu/stanford/nlp/io/package-info.java \
edu/stanford/nlp/io/ui/OpenPageDialog.java \
edu/stanford/nlp/io/ui/package-info.java \
edu/stanford/nlp/ling/AbstractCoreLabel.java \
edu/stanford/nlp/ling/AbstractToken.java \
edu/stanford/nlp/ling/AnnotationLookup.java \
edu/stanford/nlp/ling/BasicDocument.java \
edu/stanford/nlp/ling/CategoryWordTag.java \
edu/stanford/nlp/ling/CategoryWordTagFactory.java \
edu/stanford/nlp/ling/CoreAnnotation.java \
edu/stanford/nlp/ling/CoreAnnotations.java \
edu/stanford/nlp/ling/CoreLabel.java \
edu/stanford/nlp/ling/Datum.java \
edu/stanford/nlp/ling/Document.java \
edu/stanford/nlp/ling/DocumentReader.java \
edu/stanford/nlp/ling/Featurizable.java \
edu/stanford/nlp/ling/HasCategory.java \
edu/stanford/nlp/ling/HasContext.java \
edu/stanford/nlp/ling/HasIndex.java \
edu/stanford/nlp/ling/HasLemma.java \
edu/stanford/nlp/ling/HasNER.java \
edu/stanford/nlp/ling/HasOffset.java \
edu/stanford/nlp/ling/HasOriginalText.java \
edu/stanford/nlp/ling/HasTag.java \
edu/stanford/nlp/ling/HasWord.java \
edu/stanford/nlp/ling/IndexedWord.java \
edu/stanford/nlp/ling/Label.java \
edu/stanford/nlp/ling/LabelFactory.java \
edu/stanford/nlp/ling/Labeled.java \
edu/stanford/nlp/ling/LabeledWord.java \
edu/stanford/nlp/ling/MultiTokenTag.java \
edu/stanford/nlp/ling/SentenceUtils.java \
edu/stanford/nlp/ling/StringLabel.java \
edu/stanford/nlp/ling/StringLabelFactory.java \
edu/stanford/nlp/ling/Tag.java \
edu/stanford/nlp/ling/TaggedWord.java \
edu/stanford/nlp/ling/TaggedWordFactory.java \
edu/stanford/nlp/ling/ValueLabel.java \
edu/stanford/nlp/ling/Word.java \
edu/stanford/nlp/ling/WordFactory.java \
edu/stanford/nlp/ling/WordLemmaTag.java \
edu/stanford/nlp/ling/WordLemmaTagFactory.java \
edu/stanford/nlp/ling/WordTag.java \
edu/stanford/nlp/ling/WordTagFactory.java \
edu/stanford/nlp/ling/package-info.java \
edu/stanford/nlp/ling/tokensregex/BasicSequenceMatchResult.java \
edu/stanford/nlp/ling/tokensregex/ComplexNodePattern.java \
edu/stanford/nlp/ling/tokensregex/CoreMapExpressionExtractor.java \
edu/stanford/nlp/ling/tokensregex/CoreMapExpressionNodePattern.java \
edu/stanford/nlp/ling/tokensregex/CoreMapNodePattern.java \
edu/stanford/nlp/ling/tokensregex/CoreMapNodePatternTrigger.java \
edu/stanford/nlp/ling/tokensregex/CoreMapSequenceMatchAction.java \
edu/stanford/nlp/ling/tokensregex/CoreMapSequenceMatcher.java \
edu/stanford/nlp/ling/tokensregex/Env.java \
edu/stanford/nlp/ling/tokensregex/EnvLookup.java \
edu/stanford/nlp/ling/tokensregex/MatchedExpression.java \
edu/stanford/nlp/ling/tokensregex/MultiCoreMapNodePattern.java \
edu/stanford/nlp/ling/tokensregex/MultiNodePattern.java \
edu/stanford/nlp/ling/tokensregex/MultiPatternMatcher.java \
edu/stanford/nlp/ling/tokensregex/MultiWordStringMatcher.java \
edu/stanford/nlp/ling/tokensregex/NodePattern.java \
edu/stanford/nlp/ling/tokensregex/NodePatternTransformer.java \
edu/stanford/nlp/ling/tokensregex/PhraseTable.java \
edu/stanford/nlp/ling/tokensregex/SequenceMatchAction.java \
edu/stanford/nlp/ling/tokensregex/SequenceMatchResult.java \
edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.java \
edu/stanford/nlp/ling/tokensregex/SequenceMatcher.java \
edu/stanford/nlp/ling/tokensregex/SequencePattern.java \
edu/stanford/nlp/ling/tokensregex/TokenSequenceMatcher.java \
edu/stanford/nlp/ling/tokensregex/TokenSequencePattern.java \
edu/stanford/nlp/ling/tokensregex/package-info.java \
edu/stanford/nlp/ling/tokensregex/parser/ParseException.java \
edu/stanford/nlp/ling/tokensregex/parser/SimpleCharStream.java \
edu/stanford/nlp/ling/tokensregex/parser/Token.java \
edu/stanford/nlp/ling/tokensregex/parser/TokenMgrError.java \
edu/stanford/nlp/ling/tokensregex/parser/TokenSequenceParseException.java \
edu/stanford/nlp/ling/tokensregex/parser/TokenSequenceParser.java \
edu/stanford/nlp/ling/tokensregex/parser/TokenSequenceParserConstants.java \
edu/stanford/nlp/ling/tokensregex/parser/TokenSequenceParserTokenManager.java \
edu/stanford/nlp/ling/tokensregex/parser/package-info.java \
edu/stanford/nlp/ling/tokensregex/types/AssignableExpression.java \
edu/stanford/nlp/ling/tokensregex/types/Expression.java \
edu/stanford/nlp/ling/tokensregex/types/Expressions.java \
edu/stanford/nlp/ling/tokensregex/types/Tags.java \
edu/stanford/nlp/ling/tokensregex/types/Value.java \
edu/stanford/nlp/ling/tokensregex/types/ValueFunction.java \
edu/stanford/nlp/ling/tokensregex/types/ValueFunctions.java \
edu/stanford/nlp/ling/tokensregex/types/package-info.java \
edu/stanford/nlp/math/ArrayMath.java \
edu/stanford/nlp/math/SloppyMath.java \
edu/stanford/nlp/math/package-info.java \
edu/stanford/nlp/maxent/CGRunner.java \
edu/stanford/nlp/maxent/DataGeneric.java \
edu/stanford/nlp/maxent/Experiments.java \
edu/stanford/nlp/maxent/Feature.java \
edu/stanford/nlp/maxent/Features.java \
edu/stanford/nlp/maxent/Problem.java \
edu/stanford/nlp/maxent/iis/LambdaSolve.java \
edu/stanford/nlp/maxent/iis/package-info.java \
edu/stanford/nlp/maxent/package-info.java \
edu/stanford/nlp/neural/ConvertModels.java \
edu/stanford/nlp/neural/Embedding.java \
edu/stanford/nlp/neural/NeuralUtils.java \
edu/stanford/nlp/neural/SimpleTensor.java \
edu/stanford/nlp/objectbank/DelimitRegExIterator.java \
edu/stanford/nlp/objectbank/IdentityFunction.java \
edu/stanford/nlp/objectbank/IteratorFromReaderFactory.java \
edu/stanford/nlp/objectbank/LineIterator.java \
edu/stanford/nlp/objectbank/ObjectBank.java \
edu/stanford/nlp/objectbank/ReaderIteratorFactory.java \
edu/stanford/nlp/objectbank/XMLBeginEndIterator.java \
edu/stanford/nlp/objectbank/package-info.java \
edu/stanford/nlp/optimization/AbstractCachingDiffFunction.java \
edu/stanford/nlp/optimization/CGMinimizer.java \
edu/stanford/nlp/optimization/DiffFloatFunction.java \
edu/stanford/nlp/optimization/DiffFunction.java \
edu/stanford/nlp/optimization/Evaluator.java \
edu/stanford/nlp/optimization/FloatFunction.java \
edu/stanford/nlp/optimization/Function.java \
edu/stanford/nlp/optimization/HasEvaluators.java \
edu/stanford/nlp/optimization/HasInitial.java \
edu/stanford/nlp/optimization/HasRegularizerParamRange.java \
edu/stanford/nlp/optimization/Minimizer.java \
edu/stanford/nlp/optimization/QNMinimizer.java \
edu/stanford/nlp/optimization/StochasticCalculateMethods.java \
edu/stanford/nlp/optimization/package-info.java \
edu/stanford/nlp/parser/KBestViterbiParser.java \
edu/stanford/nlp/parser/Parser.java \
edu/stanford/nlp/parser/ViterbiParser.java \
edu/stanford/nlp/parser/ViterbiParserWithOptions.java \
edu/stanford/nlp/parser/common/ArgUtils.java \
edu/stanford/nlp/parser/common/NoSuchParseException.java \
edu/stanford/nlp/parser/common/ParserAnnotations.java \
edu/stanford/nlp/parser/common/ParserConstraint.java \
edu/stanford/nlp/parser/common/ParserGrammar.java \
edu/stanford/nlp/parser/common/ParserQuery.java \
edu/stanford/nlp/parser/common/ParserUtils.java \
edu/stanford/nlp/parser/common/ParsingThreadsafeProcessor.java \
edu/stanford/nlp/parser/dvparser/CacheParseHypotheses.java \
edu/stanford/nlp/parser/dvparser/DVModel.java \
edu/stanford/nlp/parser/dvparser/DVModelReranker.java \
edu/stanford/nlp/parser/dvparser/DVParser.java \
edu/stanford/nlp/parser/dvparser/DVParserCostAndGradient.java \
edu/stanford/nlp/parser/dvparser/FilterConfusingRules.java \
edu/stanford/nlp/parser/dvparser/UnknownWordPrinter.java \
edu/stanford/nlp/parser/lexparser/AbstractDependencyGrammar.java \
edu/stanford/nlp/parser/lexparser/AbstractTreeExtractor.java \
edu/stanford/nlp/parser/lexparser/AbstractTreebankParserParams.java \
edu/stanford/nlp/parser/lexparser/AbstractUnknownWordModelTrainer.java \
edu/stanford/nlp/parser/lexparser/ArabicTreebankParserParams.java \
edu/stanford/nlp/parser/lexparser/ArabicUnknownWordModel.java \
edu/stanford/nlp/parser/lexparser/ArabicUnknownWordModelTrainer.java \
edu/stanford/nlp/parser/lexparser/ArabicUnknownWordSignatures.java \
edu/stanford/nlp/parser/lexparser/BaseLexicon.java \
edu/stanford/nlp/parser/lexparser/BaseUnknownWordModel.java \
edu/stanford/nlp/parser/lexparser/BaseUnknownWordModelTrainer.java \
edu/stanford/nlp/parser/lexparser/BasicCategoryTagProjection.java \
edu/stanford/nlp/parser/lexparser/BiLexPCFGParser.java \
edu/stanford/nlp/parser/lexparser/BinaryGrammar.java \
edu/stanford/nlp/parser/lexparser/BinaryGrammarExtractor.java \
edu/stanford/nlp/parser/lexparser/BinaryHeadFinder.java \
edu/stanford/nlp/parser/lexparser/BinaryRule.java \
edu/stanford/nlp/parser/lexparser/BoundaryRemover.java \
edu/stanford/nlp/parser/lexparser/CNFTransformers.java \
edu/stanford/nlp/parser/lexparser/ChineseCharacterBasedLexicon.java \
edu/stanford/nlp/parser/lexparser/ChineseLexicon.java \
edu/stanford/nlp/parser/lexparser/ChineseLexiconAndWordSegmenter.java \
edu/stanford/nlp/parser/lexparser/ChineseMarkovWordSegmenter.java \
edu/stanford/nlp/parser/lexparser/ChineseSimWordAvgDepGrammar.java \
edu/stanford/nlp/parser/lexparser/ChineseTreebankParserParams.java \
edu/stanford/nlp/parser/lexparser/ChineseUnknownWordModel.java \
edu/stanford/nlp/parser/lexparser/ChineseUnknownWordModelTrainer.java \
edu/stanford/nlp/parser/lexparser/CollinsPuncTransformer.java \
edu/stanford/nlp/parser/lexparser/Debinarizer.java \
edu/stanford/nlp/parser/lexparser/DependencyGrammar.java \
edu/stanford/nlp/parser/lexparser/Edge.java \
edu/stanford/nlp/parser/lexparser/EnglishTreebankParserParams.java \
edu/stanford/nlp/parser/lexparser/EnglishUnknownWordModel.java \
edu/stanford/nlp/parser/lexparser/EnglishUnknownWordModelTrainer.java \
edu/stanford/nlp/parser/lexparser/EvalbFormatWriter.java \
edu/stanford/nlp/parser/lexparser/EvaluateTreebank.java \
edu/stanford/nlp/parser/lexparser/ExactGrammarCompactor.java \
edu/stanford/nlp/parser/lexparser/ExhaustiveDependencyParser.java \
edu/stanford/nlp/parser/lexparser/ExhaustivePCFGParser.java \
edu/stanford/nlp/parser/lexparser/Extractor.java \
edu/stanford/nlp/parser/lexparser/FactoredLexicon.java \
edu/stanford/nlp/parser/lexparser/FactoredLexiconEvent.java \
edu/stanford/nlp/parser/lexparser/FactoredParser.java \
edu/stanford/nlp/parser/lexparser/FastFactoredParser.java \
edu/stanford/nlp/parser/lexparser/FrenchTreebankParserParams.java \
edu/stanford/nlp/parser/lexparser/FrenchUnknownWordModel.java \
edu/stanford/nlp/parser/lexparser/FrenchUnknownWordModelTrainer.java \
edu/stanford/nlp/parser/lexparser/GermanUnknownWordModel.java \
edu/stanford/nlp/parser/lexparser/GermanUnknownWordModelTrainer.java \
edu/stanford/nlp/parser/lexparser/GrammarCompactor.java \
edu/stanford/nlp/parser/lexparser/GrammarProjection.java \
edu/stanford/nlp/parser/lexparser/HTKLatticeReader.java \
edu/stanford/nlp/parser/lexparser/HebrewTreebankParserParams.java \
edu/stanford/nlp/parser/lexparser/Hook.java \
edu/stanford/nlp/parser/lexparser/HookChart.java \
edu/stanford/nlp/parser/lexparser/IntDependency.java \
edu/stanford/nlp/parser/lexparser/IntTaggedWord.java \
edu/stanford/nlp/parser/lexparser/Interner.java \
edu/stanford/nlp/parser/lexparser/Item.java \
edu/stanford/nlp/parser/lexparser/IterativeCKYPCFGParser.java \
edu/stanford/nlp/parser/lexparser/Lattice.java \
edu/stanford/nlp/parser/lexparser/LatticeEdge.java \
edu/stanford/nlp/parser/lexparser/LatticeScorer.java \
edu/stanford/nlp/parser/lexparser/LexicalizedParser.java \
edu/stanford/nlp/parser/lexparser/LexicalizedParserQuery.java \
edu/stanford/nlp/parser/lexparser/Lexicon.java \
edu/stanford/nlp/parser/lexparser/LinearGrammarSmoother.java \
edu/stanford/nlp/parser/lexparser/MLEDependencyGrammar.java \
edu/stanford/nlp/parser/lexparser/MLEDependencyGrammarExtractor.java \
edu/stanford/nlp/parser/lexparser/NegraPennCollinizer.java \
edu/stanford/nlp/parser/lexparser/NegraPennTreebankParserParams.java \
edu/stanford/nlp/parser/lexparser/NodePruner.java \
edu/stanford/nlp/parser/lexparser/NullGrammarProjection.java \
edu/stanford/nlp/parser/lexparser/Options.java \
edu/stanford/nlp/parser/lexparser/OutsideRuleFilter.java \
edu/stanford/nlp/parser/lexparser/ParentAnnotationStats.java \
edu/stanford/nlp/parser/lexparser/ParseFiles.java \
edu/stanford/nlp/parser/lexparser/PostSplitter.java \
edu/stanford/nlp/parser/lexparser/ProjectionScorer.java \
edu/stanford/nlp/parser/lexparser/RandomWalk.java \
edu/stanford/nlp/parser/lexparser/Reranker.java \
edu/stanford/nlp/parser/lexparser/RerankerQuery.java \
edu/stanford/nlp/parser/lexparser/RerankingParserQuery.java \
edu/stanford/nlp/parser/lexparser/Rule.java \
edu/stanford/nlp/parser/lexparser/Scorer.java \
edu/stanford/nlp/parser/lexparser/SisterAnnotationStats.java \
edu/stanford/nlp/parser/lexparser/SpanishTreebankParserParams.java \
edu/stanford/nlp/parser/lexparser/SpanishUnknownWordModel.java \
edu/stanford/nlp/parser/lexparser/SpanishUnknownWordModelTrainer.java \
edu/stanford/nlp/parser/lexparser/SplittingGrammarExtractor.java \
edu/stanford/nlp/parser/lexparser/TagProjection.java \
edu/stanford/nlp/parser/lexparser/TestOptions.java \
edu/stanford/nlp/parser/lexparser/TestTagProjection.java \
edu/stanford/nlp/parser/lexparser/TrainOptions.java \
edu/stanford/nlp/parser/lexparser/TreeAnnotator.java \
edu/stanford/nlp/parser/lexparser/TreeAnnotatorAndBinarizer.java \
edu/stanford/nlp/parser/lexparser/TreeBinarizer.java \
edu/stanford/nlp/parser/lexparser/TreeCollinizer.java \
edu/stanford/nlp/parser/lexparser/TreebankAnnotator.java \
edu/stanford/nlp/parser/lexparser/TreebankLangParserParams.java \
edu/stanford/nlp/parser/lexparser/TregexPoweredTreebankParserParams.java \
edu/stanford/nlp/parser/lexparser/TueBaDZParserParams.java \
edu/stanford/nlp/parser/lexparser/TwinScorer.java \
edu/stanford/nlp/parser/lexparser/UnaryGrammar.java \
edu/stanford/nlp/parser/lexparser/UnaryRule.java \
edu/stanford/nlp/parser/lexparser/UnknownGTTrainer.java \
edu/stanford/nlp/parser/lexparser/UnknownWordModel.java \
edu/stanford/nlp/parser/lexparser/UnknownWordModelTrainer.java \
edu/stanford/nlp/parser/lexparser/demo/ParserDemo.java \
edu/stanford/nlp/parser/lexparser/demo/ParserDemo2.java \
edu/stanford/nlp/parser/lexparser/package-info.java \
edu/stanford/nlp/parser/metrics/AbstractEval.java \
edu/stanford/nlp/parser/metrics/BestOfTopKEval.java \
edu/stanford/nlp/parser/metrics/Eval.java \
edu/stanford/nlp/parser/metrics/Evalb.java \
edu/stanford/nlp/parser/metrics/EvalbByCat.java \
edu/stanford/nlp/parser/metrics/FilteredEval.java \
edu/stanford/nlp/parser/metrics/LeafAncestorEval.java \
edu/stanford/nlp/parser/metrics/ParserQueryEval.java \
edu/stanford/nlp/parser/metrics/TaggingEval.java \
edu/stanford/nlp/parser/metrics/TopMatchEval.java \
edu/stanford/nlp/parser/metrics/TreeSpanScoring.java \
edu/stanford/nlp/parser/metrics/UnlabeledAttachmentEval.java \
edu/stanford/nlp/parser/nndep/ArcStandard.java \
edu/stanford/nlp/parser/nndep/Classifier.java \
edu/stanford/nlp/parser/nndep/Config.java \
edu/stanford/nlp/parser/nndep/Configuration.java \
edu/stanford/nlp/parser/nndep/Dataset.java \
edu/stanford/nlp/parser/nndep/DependencyParser.java \
edu/stanford/nlp/parser/nndep/DependencyTree.java \
edu/stanford/nlp/parser/nndep/Example.java \
edu/stanford/nlp/parser/nndep/ParsingSystem.java \
edu/stanford/nlp/parser/nndep/Util.java \
edu/stanford/nlp/parser/nndep/demo/DependencyParserDemo.java \
edu/stanford/nlp/parser/package-info.java \
edu/stanford/nlp/parser/server/LexicalizedParserClient.java \
edu/stanford/nlp/parser/server/LexicalizedParserServer.java \
edu/stanford/nlp/parser/shiftreduce/BaseModel.java \
edu/stanford/nlp/parser/shiftreduce/BasicFeatureFactory.java \
edu/stanford/nlp/parser/shiftreduce/BinaryTransition.java \
edu/stanford/nlp/parser/shiftreduce/CombinationFeatureFactory.java \
edu/stanford/nlp/parser/shiftreduce/CompoundUnaryTransition.java \
edu/stanford/nlp/parser/shiftreduce/CreateTransitionSequence.java \
edu/stanford/nlp/parser/shiftreduce/DistsimFeatureFactory.java \
edu/stanford/nlp/parser/shiftreduce/FeatureFactory.java \
edu/stanford/nlp/parser/shiftreduce/FinalizeTransition.java \
edu/stanford/nlp/parser/shiftreduce/IdleTransition.java \
edu/stanford/nlp/parser/shiftreduce/Oracle.java \
edu/stanford/nlp/parser/shiftreduce/OracleTransition.java \
edu/stanford/nlp/parser/shiftreduce/PerceptronModel.java \
edu/stanford/nlp/parser/shiftreduce/ReorderingOracle.java \
edu/stanford/nlp/parser/shiftreduce/ShiftReduceOptions.java \
edu/stanford/nlp/parser/shiftreduce/ShiftReduceParser.java \
edu/stanford/nlp/parser/shiftreduce/ShiftReduceParserQuery.java \
edu/stanford/nlp/parser/shiftreduce/ShiftReduceTestOptions.java \
edu/stanford/nlp/parser/shiftreduce/ShiftReduceTrainOptions.java \
edu/stanford/nlp/parser/shiftreduce/ShiftReduceUtils.java \
edu/stanford/nlp/parser/shiftreduce/ShiftTransition.java \
edu/stanford/nlp/parser/shiftreduce/State.java \
edu/stanford/nlp/parser/shiftreduce/Transition.java \
edu/stanford/nlp/parser/shiftreduce/TreeRecorder.java \
edu/stanford/nlp/parser/shiftreduce/UnaryTransition.java \
edu/stanford/nlp/parser/shiftreduce/Weight.java \
edu/stanford/nlp/parser/tools/PunctEquivalenceClasser.java \
edu/stanford/nlp/parser/ui/Parser.java \
edu/stanford/nlp/parser/ui/ParserPanel.java \
edu/stanford/nlp/parser/ui/TreeJPanel.java \
edu/stanford/nlp/parser/ui/package-info.java \
edu/stanford/nlp/pipeline/Annotation.java \
edu/stanford/nlp/pipeline/Annotator.java \
edu/stanford/nlp/pipeline/ChunkAnnotationUtils.java \
edu/stanford/nlp/pipeline/CoNLLUReader.java \
edu/stanford/nlp/pipeline/CoreMapAggregator.java \
edu/stanford/nlp/pipeline/CoreMapAttributeAggregator.java \
edu/stanford/nlp/pipeline/LanguageInfo.java \
edu/stanford/nlp/pipeline/ParserAnnotatorUtils.java \
edu/stanford/nlp/pipeline/package-info.java \
edu/stanford/nlp/process/AbstractListProcessor.java \
edu/stanford/nlp/process/AbstractTokenizer.java \
edu/stanford/nlp/process/Americanize.java \
edu/stanford/nlp/process/AmericanizeFunction.java \
edu/stanford/nlp/process/CoreLabelTokenFactory.java \
edu/stanford/nlp/process/CoreTokenFactory.java \
edu/stanford/nlp/process/DistSimClassifier.java \
edu/stanford/nlp/process/DocumentPreprocessor.java \
edu/stanford/nlp/process/DocumentProcessor.java \
edu/stanford/nlp/process/JFlexDummyLexer.java \
edu/stanford/nlp/process/LexedTokenFactory.java \
edu/stanford/nlp/process/LexerTokenizer.java \
edu/stanford/nlp/process/LexerUtils.java \
edu/stanford/nlp/process/ListProcessor.java \
edu/stanford/nlp/process/LowercaseAndAmericanizeFunction.java \
edu/stanford/nlp/process/LowercaseFunction.java \
edu/stanford/nlp/process/Morpha.flex \
edu/stanford/nlp/process/Morpha.java \
edu/stanford/nlp/process/Morphology.java \
edu/stanford/nlp/process/PTB2TextLexer.java \
edu/stanford/nlp/process/PTBEscapingProcessor.java \
edu/stanford/nlp/process/PTBLexer.flex \
edu/stanford/nlp/process/PTBLexer.java \
edu/stanford/nlp/process/PTBTokenizer.java \
edu/stanford/nlp/process/SerializableFunction.java \
edu/stanford/nlp/process/StripTagsProcessor.java \
edu/stanford/nlp/process/Tokenizer.java \
edu/stanford/nlp/process/TokenizerAdapter.java \
edu/stanford/nlp/process/TokenizerFactory.java \
edu/stanford/nlp/process/TransformXML.java \
edu/stanford/nlp/process/WhitespaceLexer.flex \
edu/stanford/nlp/process/WhitespaceLexer.java \
edu/stanford/nlp/process/WhitespaceTokenizer.java \
edu/stanford/nlp/process/WordSegmenter.java \
edu/stanford/nlp/process/WordSegmentingTokenizer.java \
edu/stanford/nlp/process/WordShapeClassifier.java \
edu/stanford/nlp/process/WordToSentenceProcessor.java \
edu/stanford/nlp/process/WordToTaggedWordProcessor.java \
edu/stanford/nlp/process/WordTokenFactory.java \
edu/stanford/nlp/process/package-info.java \
edu/stanford/nlp/semgraph/ISemanticGraphEdgeEql.java \
edu/stanford/nlp/semgraph/SemanticGraph.java \
edu/stanford/nlp/semgraph/SemanticGraphCoreAnnotations.java \
edu/stanford/nlp/semgraph/SemanticGraphEdge.java \
edu/stanford/nlp/semgraph/SemanticGraphFactory.java \
edu/stanford/nlp/semgraph/SemanticGraphFormatter.java \
edu/stanford/nlp/semgraph/SemanticGraphUtils.java \
edu/stanford/nlp/semgraph/package-info.java \
edu/stanford/nlp/semgraph/semgrex/Alignment.java \
edu/stanford/nlp/semgraph/semgrex/CoordinationPattern.java \
edu/stanford/nlp/semgraph/semgrex/Env.java \
edu/stanford/nlp/semgraph/semgrex/GraphRelation.java \
edu/stanford/nlp/semgraph/semgrex/NodeAttributes.java \
edu/stanford/nlp/semgraph/semgrex/NodePattern.java \
edu/stanford/nlp/semgraph/semgrex/ParseException.java \
edu/stanford/nlp/semgraph/semgrex/SemgrexMatcher.java \
edu/stanford/nlp/semgraph/semgrex/SemgrexParseException.java \
edu/stanford/nlp/semgraph/semgrex/SemgrexParser.java \
edu/stanford/nlp/semgraph/semgrex/SemgrexParserConstants.java \
edu/stanford/nlp/semgraph/semgrex/SemgrexParserTokenManager.java \
edu/stanford/nlp/semgraph/semgrex/SemgrexPattern.java \
edu/stanford/nlp/semgraph/semgrex/SimpleCharStream.java \
edu/stanford/nlp/semgraph/semgrex/Token.java \
edu/stanford/nlp/semgraph/semgrex/TokenMgrError.java \
edu/stanford/nlp/semgraph/semgrex/VariableStrings.java \
edu/stanford/nlp/semgraph/semgrex/package-info.java \
edu/stanford/nlp/sentiment/RNNOptions.java \
edu/stanford/nlp/sentiment/RNNTestOptions.java \
edu/stanford/nlp/sentiment/RNNTrainOptions.java \
edu/stanford/nlp/sentiment/SentimentModel.java \
edu/stanford/nlp/sequences/BestSequenceFinder.java \
edu/stanford/nlp/sequences/DocumentReaderAndWriter.java \
edu/stanford/nlp/sequences/ExactBestSequenceFinder.java \
edu/stanford/nlp/sequences/PlainTextDocumentReaderAndWriter.java \
edu/stanford/nlp/sequences/SeqClassifierFlags.java \
edu/stanford/nlp/sequences/SequenceModel.java \
edu/stanford/nlp/sequences/package-info.java \
edu/stanford/nlp/stats/AbstractCounter.java \
edu/stanford/nlp/stats/ClassicCounter.java \
edu/stanford/nlp/stats/Counter.java \
edu/stanford/nlp/stats/Counters.java \
edu/stanford/nlp/stats/Distribution.java \
edu/stanford/nlp/stats/EquivalenceClasser.java \
edu/stanford/nlp/stats/GeneralizedCounter.java \
edu/stanford/nlp/stats/IntCounter.java \
edu/stanford/nlp/stats/ProbabilityDistribution.java \
edu/stanford/nlp/stats/Sampler.java \
edu/stanford/nlp/stats/SimpleGoodTuring.java \
edu/stanford/nlp/stats/TwoDimensionalCounter.java \
edu/stanford/nlp/stats/TwoDimensionalCounterInterface.java \
edu/stanford/nlp/stats/TwoDimensionalIntCounter.java \
edu/stanford/nlp/stats/package-info.java \
edu/stanford/nlp/swing/FontDetector.java \
edu/stanford/nlp/swing/package-info.java \
edu/stanford/nlp/tagger/common/Tagger.java \
edu/stanford/nlp/tagger/io/TSVTaggedFileReader.java \
edu/stanford/nlp/tagger/io/TaggedFileReader.java \
edu/stanford/nlp/tagger/io/TaggedFileRecord.java \
edu/stanford/nlp/tagger/io/TextTaggedFileReader.java \
edu/stanford/nlp/tagger/io/TreeTaggedFileReader.java \
edu/stanford/nlp/tagger/maxent/ASBCunkDict.java \
edu/stanford/nlp/tagger/maxent/AmbiguityClass.java \
edu/stanford/nlp/tagger/maxent/AmbiguityClasses.java \
edu/stanford/nlp/tagger/maxent/CTBunkDict.java \
edu/stanford/nlp/tagger/maxent/CountWrapper.java \
edu/stanford/nlp/tagger/maxent/CtbDict.java \
edu/stanford/nlp/tagger/maxent/DataWordTag.java \
edu/stanford/nlp/tagger/maxent/Dictionary.java \
edu/stanford/nlp/tagger/maxent/DictionaryExtractor.java \
edu/stanford/nlp/tagger/maxent/Distsim.java \
edu/stanford/nlp/tagger/maxent/Extractor.java \
edu/stanford/nlp/tagger/maxent/ExtractorDistsim.java \
edu/stanford/nlp/tagger/maxent/ExtractorDistsimConjunction.java \
edu/stanford/nlp/tagger/maxent/ExtractorFrames.java \
edu/stanford/nlp/tagger/maxent/ExtractorFramesRare.java \
edu/stanford/nlp/tagger/maxent/ExtractorVerbalVBNZero.java \
edu/stanford/nlp/tagger/maxent/Extractors.java \
edu/stanford/nlp/tagger/maxent/FeatureKey.java \
edu/stanford/nlp/tagger/maxent/History.java \
edu/stanford/nlp/tagger/maxent/HistoryTable.java \
edu/stanford/nlp/tagger/maxent/LambdaSolveTagger.java \
edu/stanford/nlp/tagger/maxent/MaxentTagger.java \
edu/stanford/nlp/tagger/maxent/PairsHolder.java \
edu/stanford/nlp/tagger/maxent/ReadDataTagged.java \
edu/stanford/nlp/tagger/maxent/TTags.java \
edu/stanford/nlp/tagger/maxent/TagCount.java \
edu/stanford/nlp/tagger/maxent/TaggerConfig.java \
edu/stanford/nlp/tagger/maxent/TaggerExperiments.java \
edu/stanford/nlp/tagger/maxent/TaggerFeature.java \
edu/stanford/nlp/tagger/maxent/TaggerFeatures.java \
edu/stanford/nlp/tagger/maxent/TemplateHash.java \
edu/stanford/nlp/tagger/maxent/TestClassifier.java \
edu/stanford/nlp/tagger/maxent/TestSentence.java \
edu/stanford/nlp/tagger/maxent/package-info.java \
edu/stanford/nlp/trees/AbstractCollinsHeadFinder.java \
edu/stanford/nlp/trees/AbstractTreebankLanguagePack.java \
edu/stanford/nlp/trees/BasicCategoryTreeTransformer.java \
edu/stanford/nlp/trees/BobChrisTreeNormalizer.java \
edu/stanford/nlp/trees/CollinsHeadFinder.java \
edu/stanford/nlp/trees/CollocationFinder.java \
edu/stanford/nlp/trees/CompositeTreeTransformer.java \
edu/stanford/nlp/trees/CompositeTreebank.java \
edu/stanford/nlp/trees/Constituent.java \
edu/stanford/nlp/trees/ConstituentFactory.java \
edu/stanford/nlp/trees/CoordinationTransformer.java \
edu/stanford/nlp/trees/CopulaHeadFinder.java \
edu/stanford/nlp/trees/DateTreeTransformer.java \
edu/stanford/nlp/trees/DeepTree.java \
edu/stanford/nlp/trees/Dependencies.java \
edu/stanford/nlp/trees/Dependency.java \
edu/stanford/nlp/trees/DependencyFactory.java \
edu/stanford/nlp/trees/DependencyPrinter.java \
edu/stanford/nlp/trees/DependencyReader.java \
edu/stanford/nlp/trees/DependencyScoring.java \
edu/stanford/nlp/trees/DependencyTreeTransformer.java \
edu/stanford/nlp/trees/DependencyTyper.java \
edu/stanford/nlp/trees/DiskTreebank.java \
edu/stanford/nlp/trees/EnglishGrammaticalRelations.java \
edu/stanford/nlp/trees/EnglishGrammaticalStructure.java \
edu/stanford/nlp/trees/EnglishGrammaticalStructureFactory.java \
edu/stanford/nlp/trees/EnglishPatterns.java \
edu/stanford/nlp/trees/FilteringTreeReader.java \
edu/stanford/nlp/trees/FilteringTreebank.java \
edu/stanford/nlp/trees/GrammaticalFunctionTreeNormalizer.java \
edu/stanford/nlp/trees/GrammaticalRelation.java \
edu/stanford/nlp/trees/GrammaticalStructure.java \
edu/stanford/nlp/trees/GrammaticalStructureConversionUtils.java \
edu/stanford/nlp/trees/GrammaticalStructureFactory.java \
edu/stanford/nlp/trees/GrammaticalStructureFromDependenciesFactory.java \
edu/stanford/nlp/trees/HasParent.java \
edu/stanford/nlp/trees/HeadFinder.java \
edu/stanford/nlp/trees/Labeled.java \
edu/stanford/nlp/trees/LabeledConstituent.java \
edu/stanford/nlp/trees/LabeledScoredConstituent.java \
edu/stanford/nlp/trees/LabeledScoredConstituentFactory.java \
edu/stanford/nlp/trees/LabeledScoredTreeFactory.java \
edu/stanford/nlp/trees/LabeledScoredTreeNode.java \
edu/stanford/nlp/trees/LabeledScoredTreeReaderFactory.java \
edu/stanford/nlp/trees/LeftHeadFinder.java \
edu/stanford/nlp/trees/LengthTreeFilter.java \
edu/stanford/nlp/trees/MemoryTreebank.java \
edu/stanford/nlp/trees/ModCollinsHeadFinder.java \
edu/stanford/nlp/trees/NPTmpRetainingTreeNormalizer.java \
edu/stanford/nlp/trees/NamedDependency.java \
edu/stanford/nlp/trees/OrderedCombinationTreeNormalizer.java \
edu/stanford/nlp/trees/PennTreeReader.java \
edu/stanford/nlp/trees/PennTreeReaderFactory.java \
edu/stanford/nlp/trees/PennTreebankLanguagePack.java \
edu/stanford/nlp/trees/PennTreebankTokenizer.java \
edu/stanford/nlp/trees/QPTreeTransformer.java \
edu/stanford/nlp/trees/RecursiveTreeTransformer.java \
edu/stanford/nlp/trees/SemanticHeadFinder.java \
edu/stanford/nlp/trees/SimpleConstituent.java \
edu/stanford/nlp/trees/SimpleConstituentFactory.java \
edu/stanford/nlp/trees/SimpleTree.java \
edu/stanford/nlp/trees/SimpleTreeFactory.java \
edu/stanford/nlp/trees/SynchronizedTreeTransformer.java \
edu/stanford/nlp/trees/TransformingTreebank.java \
edu/stanford/nlp/trees/Tree.java \
edu/stanford/nlp/trees/TreeCoreAnnotations.java \
edu/stanford/nlp/trees/TreeFactory.java \
edu/stanford/nlp/trees/TreeFilters.java \
edu/stanford/nlp/trees/TreeFunctions.java \
edu/stanford/nlp/trees/TreeGraphNode.java \
edu/stanford/nlp/trees/TreeGraphNodeFactory.java \
edu/stanford/nlp/trees/TreeLeafLabelTransformer.java \
edu/stanford/nlp/trees/TreeLengthComparator.java \
edu/stanford/nlp/trees/TreeNormalizer.java \
edu/stanford/nlp/trees/TreePrint.java \
edu/stanford/nlp/trees/TreeReader.java \
edu/stanford/nlp/trees/TreeReaderFactory.java \
edu/stanford/nlp/trees/TreeTokenizerFactory.java \
edu/stanford/nlp/trees/TreeTransformer.java \
edu/stanford/nlp/trees/TreeVisitor.java \
edu/stanford/nlp/trees/Treebank.java \
edu/stanford/nlp/trees/TreebankFactory.java \
edu/stanford/nlp/trees/TreebankLanguagePack.java \
edu/stanford/nlp/trees/Trees.java \
edu/stanford/nlp/trees/TypedDependency.java \
edu/stanford/nlp/trees/UniversalEnglishGrammaticalRelations.java \
edu/stanford/nlp/trees/UniversalEnglishGrammaticalStructure.java \
edu/stanford/nlp/trees/UniversalEnglishGrammaticalStructureFactory.java \
edu/stanford/nlp/trees/UniversalPOSMapper.java \
edu/stanford/nlp/trees/UniversalSemanticHeadFinder.java \
edu/stanford/nlp/trees/UnnamedConcreteDependency.java \
edu/stanford/nlp/trees/UnnamedDependency.java \
edu/stanford/nlp/trees/WordNetConnection.java \
edu/stanford/nlp/trees/WordStemmer.java \
edu/stanford/nlp/trees/international/arabic/ATBTreeUtils.java \
edu/stanford/nlp/trees/international/arabic/ArabicHeadFinder.java \
edu/stanford/nlp/trees/international/arabic/ArabicTreeNormalizer.java \
edu/stanford/nlp/trees/international/arabic/ArabicTreeReaderFactory.java \
edu/stanford/nlp/trees/international/arabic/ArabicTreebankLanguagePack.java \
edu/stanford/nlp/trees/international/arabic/ArabicTreebankTokenizer.java \
edu/stanford/nlp/trees/international/arabic/package-info.java \
edu/stanford/nlp/trees/international/french/DybroFrenchHeadFinder.java \
edu/stanford/nlp/trees/international/french/FrenchHeadFinder.java \
edu/stanford/nlp/trees/international/french/FrenchTreeNormalizer.java \
edu/stanford/nlp/trees/international/french/FrenchTreeReaderFactory.java \
edu/stanford/nlp/trees/international/french/FrenchTreebankLanguagePack.java \
edu/stanford/nlp/trees/international/french/FrenchXMLTreeReader.java \
edu/stanford/nlp/trees/international/french/FrenchXMLTreeReaderFactory.java \
edu/stanford/nlp/trees/international/french/package-info.java \
edu/stanford/nlp/trees/international/hebrew/HebrewTreeNormalizer.java \
edu/stanford/nlp/trees/international/hebrew/HebrewTreeReaderFactory.java \
edu/stanford/nlp/trees/international/hebrew/HebrewTreebankLanguagePack.java \
edu/stanford/nlp/trees/international/negra/NegraHeadFinder.java \
edu/stanford/nlp/trees/international/negra/NegraLabel.java \
edu/stanford/nlp/trees/international/negra/NegraPennLanguagePack.java \
edu/stanford/nlp/trees/international/negra/NegraPennLexer.java \
edu/stanford/nlp/trees/international/negra/NegraPennTokenizer.java \
edu/stanford/nlp/trees/international/negra/NegraPennTreeNormalizer.java \
edu/stanford/nlp/trees/international/negra/NegraPennTreeReaderFactory.java \
edu/stanford/nlp/trees/international/negra/negrapenn.flex \
edu/stanford/nlp/trees/international/negra/package-info.java \
edu/stanford/nlp/trees/international/pennchinese/BikelChineseHeadFinder.java \
edu/stanford/nlp/trees/international/pennchinese/CEDict.java \
edu/stanford/nlp/trees/international/pennchinese/CHTBLexer.java \
edu/stanford/nlp/trees/international/pennchinese/CHTBTokenizer.java \
edu/stanford/nlp/trees/international/pennchinese/CTBErrorCorrectingTreeNormalizer.java \
edu/stanford/nlp/trees/international/pennchinese/CTBTreeReaderFactory.java \
edu/stanford/nlp/trees/international/pennchinese/ChineseCollinizer.java \
edu/stanford/nlp/trees/international/pennchinese/ChineseEnglishWordMap.java \
edu/stanford/nlp/trees/international/pennchinese/ChineseEscaper.java \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.java \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalStructure.java \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalStructureFactory.java \
edu/stanford/nlp/trees/international/pennchinese/ChineseHeadFinder.java \
edu/stanford/nlp/trees/international/pennchinese/ChineseSemanticHeadFinder.java \
edu/stanford/nlp/trees/international/pennchinese/ChineseTreebankLanguagePack.java \
edu/stanford/nlp/trees/international/pennchinese/ChineseUtils.java \
edu/stanford/nlp/trees/international/pennchinese/FragDiscardingPennTreeReader.java \
edu/stanford/nlp/trees/international/pennchinese/RadicalMap.java \
edu/stanford/nlp/trees/international/pennchinese/SunJurafskyChineseHeadFinder.java \
edu/stanford/nlp/trees/international/pennchinese/UniversalChineseGrammaticalRelations.java \
edu/stanford/nlp/trees/international/pennchinese/UniversalChineseGrammaticalStructure.java \
edu/stanford/nlp/trees/international/pennchinese/UniversalChineseGrammaticalStructureFactory.java \
edu/stanford/nlp/trees/international/pennchinese/UniversalChineseSemanticHeadFinder.java \
edu/stanford/nlp/trees/international/pennchinese/package-info.java \
edu/stanford/nlp/trees/international/spanish/SpanishHeadFinder.java \
edu/stanford/nlp/trees/international/spanish/SpanishTreeNormalizer.java \
edu/stanford/nlp/trees/international/spanish/SpanishTreeReaderFactory.java \
edu/stanford/nlp/trees/international/spanish/SpanishTreebankLanguagePack.java \
edu/stanford/nlp/trees/international/tuebadz/TueBaDZHeadFinder.java \
edu/stanford/nlp/trees/international/tuebadz/TueBaDZLanguagePack.java \
edu/stanford/nlp/trees/international/tuebadz/TueBaDZPennTreeNormalizer.java \
edu/stanford/nlp/trees/international/tuebadz/TueBaDZTreeReaderFactory.java \
edu/stanford/nlp/trees/international/tuebadz/package-info.java \
edu/stanford/nlp/trees/package-info.java \
edu/stanford/nlp/trees/treebank/AbstractDataset.java \
edu/stanford/nlp/trees/treebank/ConfigParser.java \
edu/stanford/nlp/trees/treebank/Dataset.java \
edu/stanford/nlp/trees/treebank/DefaultMapper.java \
edu/stanford/nlp/trees/treebank/DistributionPackage.java \
edu/stanford/nlp/trees/treebank/Mapper.java \
edu/stanford/nlp/trees/treebank/TreebankPreprocessor.java \
edu/stanford/nlp/trees/tregex/CoordinationPattern.java \
edu/stanford/nlp/trees/tregex/DescriptionPattern.java \
edu/stanford/nlp/trees/tregex/Macros.java \
edu/stanford/nlp/trees/tregex/ParseException.java \
edu/stanford/nlp/trees/tregex/Relation.java \
edu/stanford/nlp/trees/tregex/SimpleCharStream.java \
edu/stanford/nlp/trees/tregex/Token.java \
edu/stanford/nlp/trees/tregex/TokenMgrError.java \
edu/stanford/nlp/trees/tregex/TregexMatcher.java \
edu/stanford/nlp/trees/tregex/TregexParseException.java \
edu/stanford/nlp/trees/tregex/TregexParser.java \
edu/stanford/nlp/trees/tregex/TregexParserConstants.java \
edu/stanford/nlp/trees/tregex/TregexParserTokenManager.java \
edu/stanford/nlp/trees/tregex/TregexPattern.java \
edu/stanford/nlp/trees/tregex/TregexPatternCompiler.java \
edu/stanford/nlp/trees/tregex/VariableStrings.java \
edu/stanford/nlp/trees/tregex/package-info.java \
edu/stanford/nlp/trees/tregex/tsurgeon/AdjoinNode.java \
edu/stanford/nlp/trees/tregex/tsurgeon/AdjoinToFootNode.java \
edu/stanford/nlp/trees/tregex/tsurgeon/AdjoinToHeadNode.java \
edu/stanford/nlp/trees/tregex/tsurgeon/AuxiliaryTree.java \
edu/stanford/nlp/trees/tregex/tsurgeon/CoindexNodes.java \
edu/stanford/nlp/trees/tregex/tsurgeon/CoindexationGenerator.java \
edu/stanford/nlp/trees/tregex/tsurgeon/CreateSubtreeNode.java \
edu/stanford/nlp/trees/tregex/tsurgeon/DeleteNode.java \
edu/stanford/nlp/trees/tregex/tsurgeon/ExciseNode.java \
edu/stanford/nlp/trees/tregex/tsurgeon/FetchNode.java \
edu/stanford/nlp/trees/tregex/tsurgeon/HoldTreeNode.java \
edu/stanford/nlp/trees/tregex/tsurgeon/IfExistsNode.java \
edu/stanford/nlp/trees/tregex/tsurgeon/InsertNode.java \
edu/stanford/nlp/trees/tregex/tsurgeon/JJTTsurgeonParserState.java \
edu/stanford/nlp/trees/tregex/tsurgeon/MoveNode.java \
edu/stanford/nlp/trees/tregex/tsurgeon/Node.java \
edu/stanford/nlp/trees/tregex/tsurgeon/ParseException.java \
edu/stanford/nlp/trees/tregex/tsurgeon/PruneNode.java \
edu/stanford/nlp/trees/tregex/tsurgeon/RelabelNode.java \
edu/stanford/nlp/trees/tregex/tsurgeon/ReplaceNode.java \
edu/stanford/nlp/trees/tregex/tsurgeon/SimpleCharStream.java \
edu/stanford/nlp/trees/tregex/tsurgeon/SimpleNode.java \
edu/stanford/nlp/trees/tregex/tsurgeon/Token.java \
edu/stanford/nlp/trees/tregex/tsurgeon/TokenMgrError.java \
edu/stanford/nlp/trees/tregex/tsurgeon/TreeLocation.java \
edu/stanford/nlp/trees/tregex/tsurgeon/Tsurgeon.java \
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonMatcher.java \
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonParseException.java \
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonParser.java \
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonParserConstants.java \
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonParserTokenManager.java \
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonParserTreeConstants.java \
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonPattern.java \
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonPatternRoot.java \
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonRuntimeException.java \
edu/stanford/nlp/trees/tregex/tsurgeon/package-info.java \
edu/stanford/nlp/trees/ud/CoNLLUDocumentReader.java \
edu/stanford/nlp/trees/ud/CoNLLUDocumentWriter.java \
edu/stanford/nlp/trees/ud/CoNLLUUtils.java \
edu/stanford/nlp/trees/ud/EnhancementOptions.java \
edu/stanford/nlp/trees/ud/UniversalDependenciesConverter.java \
edu/stanford/nlp/ui/JarFileChooser.java \
edu/stanford/nlp/util/AbstractIterator.java \
edu/stanford/nlp/util/ArgumentParser.java \
edu/stanford/nlp/util/ArrayCoreMap.java \
edu/stanford/nlp/util/ArrayHeap.java \
edu/stanford/nlp/util/ArrayMap.java \
edu/stanford/nlp/util/ArraySet.java \
edu/stanford/nlp/util/ArrayStringFilter.java \
edu/stanford/nlp/util/ArrayUtils.java \
edu/stanford/nlp/util/Beam.java \
edu/stanford/nlp/util/BinaryHeapPriorityQueue.java \
edu/stanford/nlp/util/ByteStreamGobbler.java \
edu/stanford/nlp/util/CacheMap.java \
edu/stanford/nlp/util/CallbackFunction.java \
edu/stanford/nlp/util/CollectionFactory.java \
edu/stanford/nlp/util/CollectionUtils.java \
edu/stanford/nlp/util/CollectionValuedMap.java \
edu/stanford/nlp/util/Comparators.java \
edu/stanford/nlp/util/ConcatenationIterator.java \
edu/stanford/nlp/util/ConfusionMatrix.java \
edu/stanford/nlp/util/CoreMap.java \
edu/stanford/nlp/util/DataFilePaths.java \
edu/stanford/nlp/util/DeltaIndex.java \
edu/stanford/nlp/util/DeltaMap.java \
edu/stanford/nlp/util/DisabledPreferences.java \
edu/stanford/nlp/util/DisabledPreferencesFactory.java \
edu/stanford/nlp/util/ErasureUtils.java \
edu/stanford/nlp/util/Factory.java \
edu/stanford/nlp/util/FilePathProcessor.java \
edu/stanford/nlp/util/FileProcessor.java \
edu/stanford/nlp/util/FilteredIterator.java \
edu/stanford/nlp/util/Filters.java \
edu/stanford/nlp/util/FixedPrioritiesPriorityQueue.java \
edu/stanford/nlp/util/Generics.java \
edu/stanford/nlp/util/HasInterval.java \
edu/stanford/nlp/util/HashIndex.java \
edu/stanford/nlp/util/HashableCoreMap.java \
edu/stanford/nlp/util/Heap.java \
edu/stanford/nlp/util/IdentityHashSet.java \
edu/stanford/nlp/util/Index.java \
edu/stanford/nlp/util/IntPair.java \
edu/stanford/nlp/util/IntQuadruple.java \
edu/stanford/nlp/util/IntTriple.java \
edu/stanford/nlp/util/IntTuple.java \
edu/stanford/nlp/util/IntUni.java \
edu/stanford/nlp/util/Interner.java \
edu/stanford/nlp/util/Interval.java \
edu/stanford/nlp/util/IntervalTree.java \
edu/stanford/nlp/util/IterableIterator.java \
edu/stanford/nlp/util/Iterables.java \
edu/stanford/nlp/util/Lazy.java \
edu/stanford/nlp/util/MapFactory.java \
edu/stanford/nlp/util/MapList.java \
edu/stanford/nlp/util/Maps.java \
edu/stanford/nlp/util/MetaClass.java \
edu/stanford/nlp/util/MutableDouble.java \
edu/stanford/nlp/util/MutableInteger.java \
edu/stanford/nlp/util/Pair.java \
edu/stanford/nlp/util/PriorityQueue.java \
edu/stanford/nlp/util/PropertiesUtils.java \
edu/stanford/nlp/util/ReflectionLoading.java \
edu/stanford/nlp/util/RegexStringFilter.java \
edu/stanford/nlp/util/RuntimeInterruptedException.java \
edu/stanford/nlp/util/Scored.java \
edu/stanford/nlp/util/ScoredComparator.java \
edu/stanford/nlp/util/ScoredObject.java \
edu/stanford/nlp/util/Sets.java \
edu/stanford/nlp/util/StreamGobbler.java \
edu/stanford/nlp/util/StringParsingTask.java \
edu/stanford/nlp/util/StringUtils.java \
edu/stanford/nlp/util/ThreeDimensionalMap.java \
edu/stanford/nlp/util/Timing.java \
edu/stanford/nlp/util/TreeShapedStack.java \
edu/stanford/nlp/util/Triple.java \
edu/stanford/nlp/util/TwoDimensionalCollectionValuedMap.java \
edu/stanford/nlp/util/TwoDimensionalMap.java \
edu/stanford/nlp/util/TwoDimensionalSet.java \
edu/stanford/nlp/util/TypesafeMap.java \
edu/stanford/nlp/util/UTF8EquivalenceFunction.java \
edu/stanford/nlp/util/ValuedInterval.java \
edu/stanford/nlp/util/XMLUtils.java \
edu/stanford/nlp/util/concurrent/MulticoreWrapper.java \
edu/stanford/nlp/util/concurrent/SynchronizedInterner.java \
edu/stanford/nlp/util/concurrent/ThreadsafeProcessor.java \
edu/stanford/nlp/util/concurrent/package-info.java \
edu/stanford/nlp/util/logging/BooleanLogRecordHandler.java \
edu/stanford/nlp/util/logging/Color.java \
edu/stanford/nlp/util/logging/FilterHandler.java \
edu/stanford/nlp/util/logging/JavaUtilLoggingAdaptor.java \
edu/stanford/nlp/util/logging/JavaUtilLoggingHandler.java \
edu/stanford/nlp/util/logging/LogFilter.java \
edu/stanford/nlp/util/logging/LogRecordHandler.java \
edu/stanford/nlp/util/logging/OutputHandler.java \
edu/stanford/nlp/util/logging/PrettyLoggable.java \
edu/stanford/nlp/util/logging/PrettyLogger.java \
edu/stanford/nlp/util/logging/RedirectOutputHandler.java \
edu/stanford/nlp/util/logging/Redwood.java \
edu/stanford/nlp/util/logging/RedwoodConfiguration.java \
edu/stanford/nlp/util/logging/RedwoodPrintStream.java \
edu/stanford/nlp/util/logging/RepeatedRecordHandler.java \
edu/stanford/nlp/util/logging/RerouteChannel.java \
edu/stanford/nlp/util/logging/SLF4JHandler.java \
edu/stanford/nlp/util/logging/Style.java \
edu/stanford/nlp/util/logging/VisibilityHandler.java \
edu/stanford/nlp/util/package-info.java \
Loading source files for package edu.stanford.nlp.ling...
Loading source files for package edu.stanford.nlp.ling.tokensregex.parser...
Loading source files for package edu.stanford.nlp.ling.tokensregex...
Loading source files for package edu.stanford.nlp.ling.tokensregex.types...
Loading source files for package edu.stanford.nlp.stats...
Loading source files for package edu.stanford.nlp.graph...
Loading source files for package edu.stanford.nlp.math...
Loading source files for package edu.stanford.nlp.maxent.iis...
Loading source files for package edu.stanford.nlp.maxent...
Loading source files for package edu.stanford.nlp.semgraph...
Loading source files for package edu.stanford.nlp.semgraph.semgrex...
Loading source files for package edu.stanford.nlp.neural...
Loading source files for package edu.stanford.nlp.util...
Loading source files for package edu.stanford.nlp.util.logging...
Loading source files for package edu.stanford.nlp.util.concurrent...
Loading source files for package edu.stanford.nlp.optimization...
Loading source files for package edu.stanford.nlp.international.arabic...
Loading source files for package edu.stanford.nlp.international.arabic.process...
Loading source files for package edu.stanford.nlp.international.arabic.pipeline...
Loading source files for package edu.stanford.nlp.international.french...
Loading source files for package edu.stanford.nlp.international.french.pipeline...
Loading source files for package edu.stanford.nlp.international.french.process...
Loading source files for package edu.stanford.nlp.international...
Loading source files for package edu.stanford.nlp.international.morph...
Loading source files for package edu.stanford.nlp.international.spanish...
Loading source files for package edu.stanford.nlp.international.spanish.process...
Loading source files for package edu.stanford.nlp.ie.machinereading.structure...
Loading source files for package edu.stanford.nlp.ie.util...
Loading source files for package edu.stanford.nlp.io.ui...
Loading source files for package edu.stanford.nlp.io...
Loading source files for package edu.stanford.nlp.fsm...
Loading source files for package edu.stanford.nlp.pipeline...
Loading source files for package edu.stanford.nlp.sequences...
Loading source files for package edu.stanford.nlp.tagger.common...
Loading source files for package edu.stanford.nlp.tagger.io...
Loading source files for package edu.stanford.nlp.tagger.maxent...
Loading source files for package edu.stanford.nlp.swing...
Loading source files for package edu.stanford.nlp.process...
Loading source files for package edu.stanford.nlp.objectbank...
Loading source files for package edu.stanford.nlp.trees...
Loading source files for package edu.stanford.nlp.trees.tregex...
Loading source files for package edu.stanford.nlp.trees.tregex.tsurgeon...
Loading source files for package edu.stanford.nlp.trees.international.hebrew...
Loading source files for package edu.stanford.nlp.trees.international.tuebadz...
Loading source files for package edu.stanford.nlp.trees.international.spanish...
Loading source files for package edu.stanford.nlp.trees.international.french...
Loading source files for package edu.stanford.nlp.trees.international.pennchinese...
Loading source files for package edu.stanford.nlp.trees.international.arabic...
Loading source files for package edu.stanford.nlp.trees.international.negra...
Loading source files for package edu.stanford.nlp.trees.treebank...
Loading source files for package edu.stanford.nlp.trees.ud...
Loading source files for package edu.stanford.nlp.parser...
Loading source files for package edu.stanford.nlp.parser.shiftreduce...
Loading source files for package edu.stanford.nlp.parser.dvparser...
Loading source files for package edu.stanford.nlp.parser.tools...
Loading source files for package edu.stanford.nlp.parser.nndep...
Loading source files for package edu.stanford.nlp.parser.nndep.demo...
Loading source files for package edu.stanford.nlp.parser.metrics...
Loading source files for package edu.stanford.nlp.parser.common...
Loading source files for package edu.stanford.nlp.parser.server...
Loading source files for package edu.stanford.nlp.parser.lexparser...
Loading source files for package edu.stanford.nlp.parser.lexparser.demo...
Loading source files for package edu.stanford.nlp.parser.ui...
Loading source files for package edu.stanford.nlp.ui...
Loading source files for package edu.stanford.nlp.sentiment...
Constructing Javadoc information...
src/edu/stanford/nlp/neural/Embedding.java:12: error: package org.ejml.simple does not exist
import org.ejml.simple.SimpleMatrix;
^
src/edu/stanford/nlp/neural/Embedding.java:37: error: cannot find symbol
private Map<String, SimpleMatrix> wordVectors;
^
symbol: class SimpleMatrix
location: class Embedding
src/edu/stanford/nlp/neural/Embedding.java:63: error: cannot find symbol
public Embedding(Map<String, SimpleMatrix> wordVectors) {
^
symbol: class SimpleMatrix
location: class Embedding
src/edu/stanford/nlp/neural/Embedding.java:250: error: cannot find symbol
public Collection<SimpleMatrix> values(){
^
symbol: class SimpleMatrix
location: class Embedding
src/edu/stanford/nlp/neural/Embedding.java:258: error: cannot find symbol
public Set<Entry<String, SimpleMatrix>> entrySet(){
^
symbol: class SimpleMatrix
location: class Embedding
src/edu/stanford/nlp/neural/Embedding.java:262: error: cannot find symbol
public SimpleMatrix get(String word) {
^
symbol: class SimpleMatrix
location: class Embedding
src/edu/stanford/nlp/neural/Embedding.java:274: error: cannot find symbol
public SimpleMatrix getStartWordVector() {
^
symbol: class SimpleMatrix
location: class Embedding
src/edu/stanford/nlp/neural/Embedding.java:278: error: cannot find symbol
public SimpleMatrix getEndWordVector() {
^
symbol: class SimpleMatrix
location: class Embedding
src/edu/stanford/nlp/neural/Embedding.java:282: error: cannot find symbol
public SimpleMatrix getUnknownWordVector() {
^
symbol: class SimpleMatrix
location: class Embedding
src/edu/stanford/nlp/neural/Embedding.java:286: error: cannot find symbol
public Map<String, SimpleMatrix> getWordVectors() {
^
symbol: class SimpleMatrix
location: class Embedding
src/edu/stanford/nlp/neural/Embedding.java:294: error: cannot find symbol
public void setWordVectors(Map<String, SimpleMatrix> wordVectors) {
^
symbol: class SimpleMatrix
location: class Embedding
src/edu/stanford/nlp/neural/Embedding.java:299: error: cannot find symbol
private static int getEmbeddingSize(Map<String, SimpleMatrix> wordVectors){
^
symbol: class SimpleMatrix
location: class Embedding
src/edu/stanford/nlp/neural/NeuralUtils.java:12: error: package org.ejml.data does not exist
import org.ejml.data.DMatrix;
^
src/edu/stanford/nlp/neural/NeuralUtils.java:13: error: package org.ejml.ops does not exist
import org.ejml.ops.MatrixIO;
^
src/edu/stanford/nlp/neural/NeuralUtils.java:14: error: package org.ejml.simple does not exist
import org.ejml.simple.SimpleMatrix;
^
src/edu/stanford/nlp/neural/NeuralUtils.java:40: error: cannot find symbol
public static SimpleMatrix loadTextMatrix(String path) {
^
symbol: class SimpleMatrix
location: class NeuralUtils
src/edu/stanford/nlp/neural/NeuralUtils.java:51: error: cannot find symbol
public static SimpleMatrix loadTextMatrix(File file) {
^
symbol: class SimpleMatrix
location: class NeuralUtils
src/edu/stanford/nlp/neural/NeuralUtils.java:60: error: cannot find symbol
public static List<SimpleMatrix> loadTextMatrices(String path) {
^
symbol: class SimpleMatrix
location: class NeuralUtils
src/edu/stanford/nlp/neural/NeuralUtils.java:68: error: cannot find symbol
public static SimpleMatrix convertTextMatrix(String text) {
^
symbol: class SimpleMatrix
location: class NeuralUtils
src/edu/stanford/nlp/neural/NeuralUtils.java:91: error: cannot find symbol
public static String toString(SimpleMatrix matrix, String format) {
^
symbol: class SimpleMatrix
location: class NeuralUtils
src/edu/stanford/nlp/neural/NeuralUtils.java:100: error: cannot find symbol
public static double cosine(SimpleMatrix vector1, SimpleMatrix vector2){
^
symbol: class SimpleMatrix
location: class NeuralUtils
src/edu/stanford/nlp/neural/NeuralUtils.java:100: error: cannot find symbol
public static double cosine(SimpleMatrix vector1, SimpleMatrix vector2){
^
symbol: class SimpleMatrix
location: class NeuralUtils
src/edu/stanford/nlp/neural/NeuralUtils.java:107: error: cannot find symbol
public static double dot(SimpleMatrix vector1, SimpleMatrix vector2){
^
symbol: class SimpleMatrix
location: class NeuralUtils
src/edu/stanford/nlp/neural/NeuralUtils.java:107: error: cannot find symbol
public static double dot(SimpleMatrix vector1, SimpleMatrix vector2){
^
symbol: class SimpleMatrix
location: class NeuralUtils
src/edu/stanford/nlp/neural/NeuralUtils.java:123: error: cannot find symbol
public static void vectorToParams(double[] theta, Iterator<SimpleMatrix> ... matrices) {
^
symbol: class SimpleMatrix
location: class NeuralUtils
src/edu/stanford/nlp/neural/NeuralUtils.java:147: error: cannot find symbol
public static double[] paramsToVector(int totalSize, Iterator<SimpleMatrix> ... matrices) {
^
symbol: class SimpleMatrix
location: class NeuralUtils
src/edu/stanford/nlp/neural/NeuralUtils.java:175: error: cannot find symbol
public static double[] paramsToVector(double scale, int totalSize, Iterator<SimpleMatrix> ... matrices) {
^
symbol: class SimpleMatrix
location: class NeuralUtils
src/edu/stanford/nlp/neural/NeuralUtils.java:206: error: cannot find symbol
public static SimpleMatrix softmax(SimpleMatrix input) {
^
symbol: class SimpleMatrix
location: class NeuralUtils
src/edu/stanford/nlp/neural/NeuralUtils.java:206: error: cannot find symbol
public static SimpleMatrix softmax(SimpleMatrix input) {
^
symbol: class SimpleMatrix
location: class NeuralUtils
src/edu/stanford/nlp/neural/NeuralUtils.java:221: error: cannot find symbol
public static SimpleMatrix elementwiseApplyReLU(SimpleMatrix input) {
^
symbol: class SimpleMatrix
location: class NeuralUtils
src/edu/stanford/nlp/neural/NeuralUtils.java:221: error: cannot find symbol
public static SimpleMatrix elementwiseApplyReLU(SimpleMatrix input) {
^
symbol: class SimpleMatrix
location: class NeuralUtils
src/edu/stanford/nlp/neural/NeuralUtils.java:234: error: cannot find symbol
public static SimpleMatrix elementwiseApplyLog(SimpleMatrix input) {
^
symbol: class SimpleMatrix
location: class NeuralUtils
src/edu/stanford/nlp/neural/NeuralUtils.java:234: error: cannot find symbol
public static SimpleMatrix elementwiseApplyLog(SimpleMatrix input) {
^
symbol: class SimpleMatrix
location: class NeuralUtils
src/edu/stanford/nlp/neural/NeuralUtils.java:247: error: cannot find symbol
public static SimpleMatrix elementwiseApplyTanh(SimpleMatrix input) {
^
symbol: class SimpleMatrix
location: class NeuralUtils
src/edu/stanford/nlp/neural/NeuralUtils.java:247: error: cannot find symbol
public static SimpleMatrix elementwiseApplyTanh(SimpleMatrix input) {
^
symbol: class SimpleMatrix
location: class NeuralUtils
src/edu/stanford/nlp/neural/NeuralUtils.java:260: error: cannot find symbol
public static SimpleMatrix elementwiseApplyTanhDerivative(SimpleMatrix input) {
^
symbol: class SimpleMatrix
location: class NeuralUtils
src/edu/stanford/nlp/neural/NeuralUtils.java:260: error: cannot find symbol
public static SimpleMatrix elementwiseApplyTanhDerivative(SimpleMatrix input) {
^
symbol: class SimpleMatrix
location: class NeuralUtils
src/edu/stanford/nlp/neural/NeuralUtils.java:271: error: cannot find symbol
public static SimpleMatrix concatenateWithBias(SimpleMatrix ... vectors) {
^
symbol: class SimpleMatrix
location: class NeuralUtils
src/edu/stanford/nlp/neural/NeuralUtils.java:271: error: cannot find symbol
public static SimpleMatrix concatenateWithBias(SimpleMatrix ... vectors) {
^
symbol: class SimpleMatrix
location: class NeuralUtils
src/edu/stanford/nlp/neural/NeuralUtils.java:292: error: cannot find symbol
public static SimpleMatrix concatenate(SimpleMatrix ... vectors) {
^
symbol: class SimpleMatrix
location: class NeuralUtils
src/edu/stanford/nlp/neural/NeuralUtils.java:292: error: cannot find symbol
public static SimpleMatrix concatenate(SimpleMatrix ... vectors) {
^
symbol: class SimpleMatrix
location: class NeuralUtils
src/edu/stanford/nlp/neural/NeuralUtils.java:310: error: cannot find symbol
public static SimpleMatrix randomGaussian(int numRows, int numCols, Random rand) {
^
symbol: class SimpleMatrix
location: class NeuralUtils
src/edu/stanford/nlp/neural/NeuralUtils.java:320: error: cannot find symbol
public static SimpleMatrix oneHot(int index, int size) {
^
symbol: class SimpleMatrix
location: class NeuralUtils
src/edu/stanford/nlp/neural/NeuralUtils.java:329: error: cannot find symbol
public static boolean isZero(SimpleMatrix matrix) {
^
symbol: class SimpleMatrix
location: class NeuralUtils
src/edu/stanford/nlp/neural/ConvertModels.java:14: error: package org.ejml.simple does not exist
import org.ejml.simple.SimpleMatrix;
^
src/edu/stanford/nlp/neural/ConvertModels.java:48: error: cannot find symbol
public static List<List<Double>> fromMatrix(SimpleMatrix in) {
^
symbol: class SimpleMatrix
location: class ConvertModels
src/edu/stanford/nlp/neural/SimpleTensor.java:8: error: package org.ejml.simple does not exist
import org.ejml.simple.SimpleMatrix;
^
src/edu/stanford/nlp/neural/ConvertModels.java:71: error: cannot find symbol
public static SimpleMatrix toMatrix(List<List<Double>> in) {
^
symbol: class SimpleMatrix
location: class ConvertModels
src/edu/stanford/nlp/sentiment/SentimentModel.java:11: error: package org.ejml.simple does not exist
import org.ejml.simple.SimpleMatrix;
^
src/edu/stanford/nlp/parser/dvparser/DVModelReranker.java:7: error: package org.ejml.simple does not exist
import org.ejml.simple.SimpleMatrix;
^
src/edu/stanford/nlp/neural/SimpleTensor.java:22: error: cannot find symbol
private final SimpleMatrix[] slices;
^
symbol: class SimpleMatrix
location: class SimpleTensor
src/edu/stanford/nlp/neural/SimpleTensor.java:47: error: cannot find symbol
public SimpleTensor(SimpleMatrix[] slices) {
^
symbol: class SimpleMatrix
location: class SimpleTensor
src/edu/stanford/nlp/neural/SimpleTensor.java:170: error: cannot find symbol
public void setSlice(int slice, SimpleMatrix matrix) {
^
symbol: class SimpleMatrix
location: class SimpleTensor
src/edu/stanford/nlp/neural/SimpleTensor.java:188: error: cannot find symbol
public SimpleMatrix getSlice(int slice) {
^
symbol: class SimpleMatrix
location: class SimpleTensor
src/edu/stanford/nlp/neural/SimpleTensor.java:199: error: cannot find symbol
public SimpleMatrix bilinearProducts(SimpleMatrix in) {
^
symbol: class SimpleMatrix
location: class SimpleTensor
src/edu/stanford/nlp/neural/SimpleTensor.java:199: error: cannot find symbol
public SimpleMatrix bilinearProducts(SimpleMatrix in) {
^
symbol: class SimpleMatrix
location: class SimpleTensor
src/edu/stanford/nlp/neural/SimpleTensor.java:233: error: cannot find symbol
public Iterator<SimpleMatrix> iteratorSimpleMatrix() {
^
symbol: class SimpleMatrix
location: class SimpleTensor
src/edu/stanford/nlp/neural/SimpleTensor.java:243: error: cannot find symbol
public static Iterator<SimpleMatrix> iteratorSimpleMatrix(Iterator<SimpleTensor> tensors) {
^
symbol: class SimpleMatrix
location: class SimpleTensor
src/edu/stanford/nlp/sentiment/SentimentModel.java:35: error: cannot find symbol
public final TwoDimensionalMap<String, String, SimpleMatrix> binaryTransform;
^
symbol: class SimpleMatrix
location: class SentimentModel
src/edu/stanford/nlp/sentiment/SentimentModel.java:45: error: cannot find symbol
public final TwoDimensionalMap<String, String, SimpleMatrix> binaryClassification;
^
symbol: class SimpleMatrix
location: class SentimentModel
src/edu/stanford/nlp/sentiment/SentimentModel.java:50: error: cannot find symbol
public final Map<String, SimpleMatrix> unaryClassification;
^
symbol: class SimpleMatrix
location: class SentimentModel
src/edu/stanford/nlp/sentiment/SentimentModel.java:57: error: cannot find symbol
public Map<String, SimpleMatrix> wordVectors;
^
symbol: class SimpleMatrix
location: class SentimentModel
src/edu/stanford/nlp/sentiment/SentimentModel.java:94: error: cannot find symbol
transient SimpleMatrix identity;
^
symbol: class SimpleMatrix
location: class SentimentModel
src/edu/stanford/nlp/sentiment/SentimentModel.java:212: error: cannot find symbol
static SentimentModel modelFromMatrices(SimpleMatrix W, SimpleMatrix Wcat, SimpleTensor Wt, Map<String, SimpleMatrix> wordVectors, RNNOptions op) {
^
symbol: class SimpleMatrix
location: class SentimentModel
src/edu/stanford/nlp/sentiment/SentimentModel.java:212: error: cannot find symbol
static SentimentModel modelFromMatrices(SimpleMatrix W, SimpleMatrix Wcat, SimpleTensor Wt, Map<String, SimpleMatrix> wordVectors, RNNOptions op) {
^
symbol: class SimpleMatrix
location: class SentimentModel
src/edu/stanford/nlp/sentiment/SentimentModel.java:212: error: cannot find symbol
static SentimentModel modelFromMatrices(SimpleMatrix W, SimpleMatrix Wcat, SimpleTensor Wt, Map<String, SimpleMatrix> wordVectors, RNNOptions op) {
^
symbol: class SimpleMatrix
location: class SentimentModel
src/edu/stanford/nlp/sentiment/SentimentModel.java:230: error: cannot find symbol
public SentimentModel(TwoDimensionalMap<String, String, SimpleMatrix> binaryTransform,
^
symbol: class SimpleMatrix
location: class SentimentModel
src/edu/stanford/nlp/sentiment/SentimentModel.java:232: error: cannot find symbol
TwoDimensionalMap<String, String, SimpleMatrix> binaryClassification,
^
symbol: class SimpleMatrix
location: class SentimentModel
src/edu/stanford/nlp/sentiment/SentimentModel.java:233: error: cannot find symbol
Map<String, SimpleMatrix> unaryClassification,
^
symbol: class SimpleMatrix
location: class SentimentModel
src/edu/stanford/nlp/sentiment/SentimentModel.java:234: error: cannot find symbol
Map<String, SimpleMatrix> wordVectors,
^
symbol: class SimpleMatrix
location: class SentimentModel
src/edu/stanford/nlp/sentiment/SentimentModel.java:445: error: cannot find symbol
SimpleMatrix randomTransformMatrix() {
^
symbol: class SimpleMatrix
location: class SentimentModel
src/edu/stanford/nlp/sentiment/SentimentModel.java:453: error: cannot find symbol
SimpleMatrix randomTransformBlock() {
^
symbol: class SimpleMatrix
location: class SentimentModel
src/edu/stanford/nlp/sentiment/SentimentModel.java:461: error: cannot find symbol
SimpleMatrix randomClassificationMatrix() {
^
symbol: class SimpleMatrix
location: class SentimentModel
src/edu/stanford/nlp/sentiment/SentimentModel.java:470: error: cannot find symbol
SimpleMatrix randomWordVector() {
^
symbol: class SimpleMatrix
location: class SentimentModel
src/edu/stanford/nlp/sentiment/SentimentModel.java:474: error: cannot find symbol
static SimpleMatrix randomWordVector(int size, Random rand) {
^
symbol: class SimpleMatrix
location: class SentimentModel
src/edu/stanford/nlp/sentiment/SentimentModel.java:539: error: cannot find symbol
public SimpleMatrix getWForNode(Tree node) {
^
symbol: class SimpleMatrix
location: class SentimentModel
src/edu/stanford/nlp/sentiment/SentimentModel.java:570: error: cannot find symbol
public SimpleMatrix getClassWForNode(Tree node) {
^
symbol: class SimpleMatrix
location: class SentimentModel
src/edu/stanford/nlp/sentiment/SentimentModel.java:594: error: cannot find symbol
public SimpleMatrix getWordVector(String word) {
^
symbol: class SimpleMatrix
location: class SentimentModel
src/edu/stanford/nlp/sentiment/SentimentModel.java:626: error: cannot find symbol
public SimpleMatrix getUnaryClassification(String category) {
^
symbol: class SimpleMatrix
location: class SentimentModel
src/edu/stanford/nlp/sentiment/SentimentModel.java:631: error: cannot find symbol
public SimpleMatrix getBinaryClassification(String left, String right) {
^
symbol: class SimpleMatrix
location: class SentimentModel
src/edu/stanford/nlp/sentiment/SentimentModel.java:641: error: cannot find symbol
public SimpleMatrix getBinaryTransform(String left, String right) {
^
symbol: class SimpleMatrix
location: class SentimentModel
src/edu/stanford/nlp/parser/dvparser/DVModel.java:15: error: package org.ejml.data does not exist
import org.ejml.data.DMatrixRMaj;
^
src/edu/stanford/nlp/parser/dvparser/DVModel.java:16: error: package org.ejml.simple does not exist
import org.ejml.simple.SimpleMatrix;
^
src/edu/stanford/nlp/parser/dvparser/DVModel.java:42: error: cannot find symbol
public TwoDimensionalMap<String, String, SimpleMatrix> binaryTransform;
^
symbol: class SimpleMatrix
location: class DVModel
src/edu/stanford/nlp/parser/dvparser/DVModel.java:43: error: cannot find symbol
public Map<String, SimpleMatrix> unaryTransform;
^
symbol: class SimpleMatrix
location: class DVModel
src/edu/stanford/nlp/parser/dvparser/DVModel.java:46: error: cannot find symbol
public TwoDimensionalMap<String, String, SimpleMatrix> binaryScore;
^
symbol: class SimpleMatrix
location: class DVModel
src/edu/stanford/nlp/parser/dvparser/DVModel.java:47: error: cannot find symbol
public Map<String, SimpleMatrix> unaryScore;
^
symbol: class SimpleMatrix
location: class DVModel
src/edu/stanford/nlp/parser/dvparser/DVModel.java:49: error: cannot find symbol
public Map<String, SimpleMatrix> wordVectors;
^
symbol: class SimpleMatrix
location: class DVModel
src/edu/stanford/nlp/parser/dvparser/DVModel.java:62: error: cannot find symbol
transient SimpleMatrix identity;
^
symbol: class SimpleMatrix
location: class DVModel
src/edu/stanford/nlp/parser/dvparser/DVModel.java:77: error: cannot find symbol
private static final Function<SimpleMatrix, DMatrixRMaj> convertSimpleMatrix = matrix -> matrix.getMatrix();
^
symbol: class SimpleMatrix
location: class DVModel
src/edu/stanford/nlp/parser/dvparser/DVModel.java:77: error: cannot find symbol
private static final Function<SimpleMatrix, DMatrixRMaj> convertSimpleMatrix = matrix -> matrix.getMatrix();
^
symbol: class DMatrixRMaj
location: class DVModel
src/edu/stanford/nlp/parser/dvparser/DVModel.java:79: error: cannot find symbol
private static final Function<DMatrixRMaj, SimpleMatrix> convertDenseMatrix = matrix -> SimpleMatrix.wrap(matrix);
^
symbol: class DMatrixRMaj
location: class DVModel
src/edu/stanford/nlp/parser/dvparser/DVModel.java:79: error: cannot find symbol
private static final Function<DMatrixRMaj, SimpleMatrix> convertDenseMatrix = matrix -> SimpleMatrix.wrap(matrix);
^
symbol: class SimpleMatrix
location: class DVModel
src/edu/stanford/nlp/parser/dvparser/DVModel.java:154: error: cannot find symbol
public DVModel(TwoDimensionalMap<String, String, SimpleMatrix> binaryTransform, Map<String, SimpleMatrix> unaryTransform,
^
symbol: class SimpleMatrix
location: class DVModel
src/edu/stanford/nlp/parser/dvparser/DVModel.java:154: error: cannot find symbol
public DVModel(TwoDimensionalMap<String, String, SimpleMatrix> binaryTransform, Map<String, SimpleMatrix> unaryTransform,
^
symbol: class SimpleMatrix
location: class DVModel
src/edu/stanford/nlp/parser/dvparser/DVModel.java:155: error: cannot find symbol
TwoDimensionalMap<String, String, SimpleMatrix> binaryScore, Map<String, SimpleMatrix> unaryScore,
^
symbol: class SimpleMatrix
location: class DVModel
src/edu/stanford/nlp/parser/dvparser/DVModel.java:155: error: cannot find symbol
TwoDimensionalMap<String, String, SimpleMatrix> binaryScore, Map<String, SimpleMatrix> unaryScore,
^
symbol: class SimpleMatrix
location: class DVModel
src/edu/stanford/nlp/parser/dvparser/DVModel.java:156: error: cannot find symbol
Map<String, SimpleMatrix> wordVectors, Options op) {
^
symbol: class SimpleMatrix
location: class DVModel
src/edu/stanford/nlp/parser/dvparser/DVModel.java:195: error: cannot find symbol
private SimpleMatrix randomContextMatrix() {
^
symbol: class SimpleMatrix
location: class DVModel
src/edu/stanford/nlp/parser/dvparser/DVModel.java:208: error: cannot find symbol
private SimpleMatrix randomTransformMatrix() {
^
symbol: class SimpleMatrix
location: class DVModel
Standard Doclet version 1.8.0_231
Building tree for all the packages and classes...
Generating javadoc/edu/stanford/nlp/ling/AbstractCoreLabel.html...
Generating javadoc/edu/stanford/nlp/ling/AbstractToken.html...
Generating javadoc/edu/stanford/nlp/ling/AnnotationLookup.html...
Generating javadoc/edu/stanford/nlp/ling/BasicDocument.html...
Generating javadoc/edu/stanford/nlp/ling/CategoryWordTag.html...
Generating javadoc/edu/stanford/nlp/ling/CategoryWordTagFactory.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.html...
src/edu/stanford/nlp/ling/CoreAnnotations.java:2121: error: reference not found
* @see edu.stanford.nlp.pipeline.KBPAnnotator
^
src/edu/stanford/nlp/ling/CoreAnnotations.java:2144: error: reference not found
* {@link edu.stanford.nlp.naturalli.QuestionToStatementTranslator}.
^
src/edu/stanford/nlp/ling/CoreAnnotations.java:2134: error: reference not found
* @see edu.stanford.nlp.pipeline.WikidictAnnotator
^
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.AbbrAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.AbgeneAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.AbstrAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.AfterAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.AnswerAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.AnswerObjectAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.AnswerProbAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.AntecedentAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.ArabicCharAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.ArabicSegAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.ArgDescendentAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.ArgumentAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.AuthorAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.BagOfWordsAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.BeAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.BeforeAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.BeginIndexAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.BestCliquesAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.BestFullAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.CalendarAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.CanonicalEntityMentionIndexAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.CategoryAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.CategoryFunctionalTagAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.CharacterOffsetBeginAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.CharacterOffsetEndAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.CharAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.ChineseCharAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.ChineseIsSegmentedAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.ChineseOrigSegAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.ChineseSegAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.ChunkAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.CoarseNamedEntityTagAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.CoarseTagAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.CodepointOffsetBeginAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.CodepointOffsetEndAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.ColumnDataClassifierAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.CommonWordsAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.CoNLLDepAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.CoNLLDepParentIndexAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.CoNLLDepTypeAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.CoNLLPredicateAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.CoNLLSRLAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.CoNLLUFeats.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.CoNLLUMisc.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.CoNLLUSecondaryDepsAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.CoNLLUTokenSpanAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.ContextsAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.CorefMentionToEntityMentionMappingAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.CostMagnificationAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.CovertIDAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.D2_LBeginAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.D2_LEndAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.D2_LMiddleAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.DayAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.DependentsAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.DictAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.DistSimAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.DoAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.DocDateAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.DocIDAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.DocSourceTypeAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.DocTitleAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.DocTypeAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.DomainAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.EndIndexAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.EntityClassAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.EntityMentionIndexAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.EntityMentionToCorefMentionMappingAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.EntityRuleAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.EntityTypeAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.ExceptionAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.FeaturesAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.FemaleGazAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.FineGrainedNamedEntityTagAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.FirstChildAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.ForcedSentenceEndAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.ForcedSentenceUntilEndAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.FreqAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.GazAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.GazetteerAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.GenderAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.GenericTokensAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.GeniaAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.GoldAnswerAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.GovernorAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.GrandparentAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.HaveAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.HeadWordStringAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.HeightAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.IDAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.IDFAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.INAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.IndexAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.InterpretationAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.IsDateRangeAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.IsFirstWordOfMWTAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.IsMultiWordTokenAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.IsNewlineAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.IsURLAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.KBPTriplesAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.LabelAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.LabelIDAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.LabelWeightAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.LastGazAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.LastTaggedAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.LBeginAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.LeftChildrenNodeAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.LeftTermAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.LemmaAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.LEndAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.LengthAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.LineNumberAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.LinkAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.LMiddleAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.LocationAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.MaleGazAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.MarkingAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.MentionsAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.MentionTokenAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.MonthAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.MorphoCaseAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.MorphoGenAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.MorphoNumAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.MorphoPersAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.MWTTokenTextAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.NamedEntityTagAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.NamedEntityTagProbsAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.NeighborsAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.NERIDAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.NormalizedNamedEntityTagAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.NotAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.NumericCompositeObjectAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.NumericCompositeTypeAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.NumericCompositeValueAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.NumericObjectAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.NumericTypeAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.NumericValueAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.NumerizedTokensAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.NumTxtSentencesAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.OriginalCharAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.OriginalTextAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.ParagraphAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.ParagraphIndexAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.ParagraphsAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.ParaPositionAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.ParentAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.PartOfSpeechAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.PercentAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.PhraseWordsAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.PhraseWordsTagAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.PolarityAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.PositionAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.PossibleAnswersAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.PredictedAnswerAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.PresetAnswerAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.PrevChildAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.PriorAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.ProtoAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.QuotationIndexAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.QuotationsAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.QuotedAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.QuotesAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.RoleAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.SectionAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.SectionAuthorCharacterOffsetBeginAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.SectionAuthorCharacterOffsetEndAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.SectionDateAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.SectionEndAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.SectionIDAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.SectionIndexAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.SectionsAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.SectionStartAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.SectionTagAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.SemanticHeadTagAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.SemanticHeadWordAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.SemanticTagAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.SemanticWordAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.SentenceBeginAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.SentenceEndAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.SentenceIDAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.SentenceIndexAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.SentencePositionAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.SentencesAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.ShapeAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.SpaceBeforeAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.SpanAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.SpeakerAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.SRL_ID.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.SRLIDAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.SRLInstancesAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.StackedNamedEntityTagAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.StateAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.StatementTextAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.StemAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.SubcategorizationAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.TagLabelAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.TextAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.TokenBeginAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.TokenEndAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.TokensAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.TopicAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.TrueCaseAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.TrueCaseTextAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.TrueTagAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.UBlockAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.UnaryAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.UnclosedQuotationsAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.UnknownAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.UseMarkedDiscourseAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.UtteranceAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.UTypeAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.ValueAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.VerbSenseAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.WebAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.WikipediaEntityAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.WordFormAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.WordnetSynAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.WordPositionAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.WordSenseAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.XmlContextAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.XmlElementAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreAnnotations.YearAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreLabel.html...
src/edu/stanford/nlp/ling/CoreLabel.java:570: error: invalid use of @return
* @return value of IsNewlineAnnotation
^
src/edu/stanford/nlp/ling/CoreLabel.java:597: error: invalid use of @return
* @return
^
src/edu/stanford/nlp/ling/CoreLabel.java:606: error: invalid use of @return
* @return
^
Generating javadoc/edu/stanford/nlp/ling/CoreLabel.GenericAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/CoreLabel.OutputFormat.html...
Generating javadoc/edu/stanford/nlp/ling/Datum.html...
src/edu/stanford/nlp/ling/Datum.java:9: error: reference not found
* (For features which have numeric values, see {@link RVFDatum}.
^
Generating javadoc/edu/stanford/nlp/ling/Document.html...
Generating javadoc/edu/stanford/nlp/ling/DocumentReader.html...
Generating javadoc/edu/stanford/nlp/ling/Featurizable.html...
Generating javadoc/edu/stanford/nlp/ling/HasCategory.html...
Generating javadoc/edu/stanford/nlp/ling/HasContext.html...
Generating javadoc/edu/stanford/nlp/ling/HasIndex.html...
Generating javadoc/edu/stanford/nlp/ling/HasLemma.html...
Generating javadoc/edu/stanford/nlp/ling/HasNER.html...
Generating javadoc/edu/stanford/nlp/ling/HasOffset.html...
Generating javadoc/edu/stanford/nlp/ling/HasOriginalText.html...
Generating javadoc/edu/stanford/nlp/ling/HasTag.html...
Generating javadoc/edu/stanford/nlp/ling/HasWord.html...
Generating javadoc/edu/stanford/nlp/ling/IndexedWord.html...
Generating javadoc/edu/stanford/nlp/ling/Label.html...
Generating javadoc/edu/stanford/nlp/ling/Labeled.html...
Generating javadoc/edu/stanford/nlp/ling/LabeledWord.html...
Generating javadoc/edu/stanford/nlp/ling/LabelFactory.html...
Generating javadoc/edu/stanford/nlp/ling/MultiTokenTag.html...
Generating javadoc/edu/stanford/nlp/ling/MultiTokenTag.Tag.html...
Generating javadoc/edu/stanford/nlp/ling/SentenceUtils.html...
Generating javadoc/edu/stanford/nlp/ling/StringLabel.html...
Generating javadoc/edu/stanford/nlp/ling/StringLabelFactory.html...
Generating javadoc/edu/stanford/nlp/ling/Tag.html...
Generating javadoc/edu/stanford/nlp/ling/TaggedWord.html...
Generating javadoc/edu/stanford/nlp/ling/TaggedWordFactory.html...
Generating javadoc/edu/stanford/nlp/ling/ValueLabel.html...
Generating javadoc/edu/stanford/nlp/ling/Word.html...
Generating javadoc/edu/stanford/nlp/ling/WordFactory.html...
Generating javadoc/edu/stanford/nlp/ling/WordLemmaTag.html...
Generating javadoc/edu/stanford/nlp/ling/WordLemmaTagFactory.html...
Generating javadoc/edu/stanford/nlp/ling/WordTag.html...
Generating javadoc/edu/stanford/nlp/ling/WordTagFactory.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/parser/ParseException.html...
src/edu/stanford/nlp/ling/tokensregex/parser/package-info.java:2: error: element not allowed in documentation comments: <body>
* <body>
^
Generating javadoc/edu/stanford/nlp/ling/tokensregex/parser/TokenSequenceParseException.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/parser/TokenSequenceParser.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/BasicSequenceMatchResult.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/BasicSequenceMatchResult.MatchedGroup.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/ComplexNodePattern.html...
src/edu/stanford/nlp/ling/tokensregex/package-info.java:4: error: reference not found
* {@link edu.stanford.nlp.pipeline.TokensRegexAnnotator},
^
src/edu/stanford/nlp/ling/tokensregex/package-info.java:5: error: reference not found
* the {@link edu.stanford.nlp.pipeline.TokensRegexNERAnnotator},
^
src/edu/stanford/nlp/ling/tokensregex/package-info.java:6: error: reference not found
* and the SUTime functionality in {@link edu.stanford.nlp.pipeline.NERCombinerAnnotator}.
^
Generating javadoc/edu/stanford/nlp/ling/tokensregex/ComplexNodePattern.AbstractStringAnnotationPattern.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/ComplexNodePattern.AttributesEqualMatchChecker.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/ComplexNodePattern.IntegerAnnotationPattern.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/ComplexNodePattern.NilAnnotationPattern.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/ComplexNodePattern.NotNilAnnotationPattern.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/ComplexNodePattern.NumericAnnotationPattern.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/ComplexNodePattern.SequenceRegexPattern.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/ComplexNodePattern.StringAnnotationPattern.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/ComplexNodePattern.StringAnnotationRegexPattern.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/ComplexNodePattern.StringInSetAnnotationPattern.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/CoreMapExpressionExtractor.html...
src/edu/stanford/nlp/ling/tokensregex/CoreMapExpressionExtractor.java:313: error: unexpected text
* @throws IOException, ParseException
^
Generating javadoc/edu/stanford/nlp/ling/tokensregex/CoreMapExpressionExtractor.Stage.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/CoreMapExpressionNodePattern.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/CoreMapNodePattern.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/CoreMapNodePattern.AttributesEqualMatchChecker.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/CoreMapNodePatternTrigger.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/CoreMapSequenceMatchAction.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/CoreMapSequenceMatchAction.AnnotateAction.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/CoreMapSequenceMatchAction.MergeAction.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/CoreMapSequenceMatcher.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/CoreMapSequenceMatcher.BasicCoreMapSequenceMatcher.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/Env.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/Env.Binder.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/EnvLookup.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/MatchedExpression.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/MatchedExpression.SingleAnnotationExtractor.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/MultiCoreMapNodePattern.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/MultiCoreMapNodePattern.StringSequenceAnnotationPattern.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/MultiNodePattern.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/MultiNodePattern.IntersectMultiNodePattern.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/MultiNodePattern.UnionMultiNodePattern.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/MultiPatternMatcher.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/MultiPatternMatcher.BasicSequencePatternTrigger.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/MultiPatternMatcher.NodePatternTrigger.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/MultiPatternMatcher.SequencePatternTrigger.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/MultiWordStringMatcher.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/MultiWordStringMatcher.LongestStringComparator.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/MultiWordStringMatcher.MatchType.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/NodePattern.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/NodePattern.AnyNodePattern.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/NodePattern.ConjNodePattern.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/NodePattern.DisjNodePattern.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/NodePattern.EqualsNodePattern.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/NodePattern.NegateNodePattern.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/NodePatternTransformer.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/PhraseTable.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/PhraseTable.Phrase.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/PhraseTable.PhraseMatch.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/PhraseTable.PhraseStringCollection.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/PhraseTable.StringList.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/PhraseTable.TokenList.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/PhraseTable.WordList.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequenceMatchAction.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequenceMatchAction.BoundAction.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequenceMatchAction.BranchAction.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequenceMatchAction.NextMatchAction.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequenceMatchAction.SeriesAction.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequenceMatchAction.StartMatchAction.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequenceMatcher.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequenceMatcher.BasicMatchReplacement.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequenceMatcher.FindType.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequenceMatcher.GroupMatchReplacement.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequenceMatcher.MatchReplacement.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequenceMatcher.NamedGroupMatchReplacement.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequenceMatchResult.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequenceMatchResult.GroupToIntervalFunc.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequenceMatchResult.MatchedGroupInfo.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.AnnotationExtractRule.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.AnnotationExtractRuleCreator.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.AnnotationMatchedFilter.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.AssignmentRule.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.BasicSequenceExtractRule.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.CompositeExtractRuleCreator.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.CoreMapExtractRule.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.CoreMapFunctionApplier.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.CoreMapToListExtractRule.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.CoreMapToListFunctionApplier.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.ExtractRule.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.FilterExtractRule.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.ListExtractRule.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.MultiSequencePatternExtractRule.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.MultiTokenPatternExtractRuleCreator.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.Rule.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.SequenceMatchedExpressionExtractor.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.SequenceMatchResultExtractor.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.SequencePatternExtractRule.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.StringMatchedExpressionExtractor.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.StringMatchResultExtractor.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.StringPatternExtractRule.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.TextPatternExtractRuleCreator.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.TokenPatternExtractRuleCreator.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequencePattern.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequencePattern.AndPatternExpr.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequencePattern.BackRefPatternExpr.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequencePattern.GroupPatternExpr.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequencePattern.MultiNodePatternExpr.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequencePattern.NodePatternExpr.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequencePattern.NodesMatchChecker.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequencePattern.OrPatternExpr.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequencePattern.Parser.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequencePattern.PatternExpr.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequencePattern.RepeatPatternExpr.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequencePattern.SequenceEndPatternExpr.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequencePattern.SequencePatternExpr.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequencePattern.SequenceStartPatternExpr.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequencePattern.SpecialNodePatternExpr.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/SequencePattern.ValuePatternExpr.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/TokenSequenceMatcher.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/TokenSequencePattern.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/types/AssignableExpression.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/types/Expression.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/types/Expressions.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/types/Expressions.AndExpression.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/types/Expressions.AssignableFunctionCallExpression.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/types/Expressions.CaseExpression.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/types/Expressions.CompositeValue.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/types/Expressions.ConditionalExpression.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/types/Expressions.FieldExpression.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/types/Expressions.FunctionCallExpression.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/types/Expressions.IfExpression.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/types/Expressions.IndexedExpression.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/types/Expressions.ListExpression.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/types/Expressions.MethodCallExpression.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/types/Expressions.NotExpression.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/types/Expressions.OrExpression.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/types/Expressions.PrimitiveValue.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/types/Expressions.RegexMatchResultVarExpression.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/types/Expressions.RegexMatchVarExpression.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/types/Expressions.RegexValue.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/types/Expressions.SimpleCachedExpression.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/types/Expressions.SimpleExpression.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/types/Expressions.SimpleValue.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/types/Expressions.TypedExpression.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/types/Expressions.VarAssignmentExpression.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/types/Expressions.VarExpression.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/types/Expressions.WrappedExpression.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/types/Tags.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/types/Tags.TagsAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/types/Value.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/types/ValueFunction.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/types/ValueFunctions.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/types/ValueFunctions.BooleanFunction.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/types/ValueFunctions.ComparableComparator.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/types/ValueFunctions.CompareFunction.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/types/ValueFunctions.CompareType.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/types/ValueFunctions.NamedValueFunction.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/types/ValueFunctions.NumericComparator.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/types/ValueFunctions.NumericFunction.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/types/ValueFunctions.ParamInfo.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/types/ValueFunctions.StringFunction.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/types/ValueFunctions.TypeCheckedFunction.html...
Generating javadoc/edu/stanford/nlp/stats/AbstractCounter.html...
Generating javadoc/edu/stanford/nlp/stats/ClassicCounter.html...
src/edu/stanford/nlp/stats/package-info.java:4: error: reference not found
* (e.g., {@link edu.stanford.nlp.stats.PrecisionRecallStats}).
^
Generating javadoc/edu/stanford/nlp/stats/Counter.html...
Generating javadoc/edu/stanford/nlp/stats/Counters.html...
Generating javadoc/edu/stanford/nlp/stats/Distribution.html...
Generating javadoc/edu/stanford/nlp/stats/EquivalenceClasser.html...
src/edu/stanford/nlp/stats/EquivalenceClasser.java:8: error: reference not found
* @see EquivalenceClassEval
^
Generating javadoc/edu/stanford/nlp/stats/GeneralizedCounter.html...
Generating javadoc/edu/stanford/nlp/stats/IntCounter.html...
Generating javadoc/edu/stanford/nlp/stats/ProbabilityDistribution.html...
Generating javadoc/edu/stanford/nlp/stats/Sampler.html...
src/edu/stanford/nlp/stats/Sampler.java:6: error: reference not found
* {@link Sampleable}. For instance, a parser can
^
src/edu/stanford/nlp/stats/Sampler.java:7: error: reference not found
* {@link Sampleable} and then vends Sampler instances
^
Generating javadoc/edu/stanford/nlp/stats/SimpleGoodTuring.html...
src/edu/stanford/nlp/stats/SimpleGoodTuring.java:249: error: unexpected end tag: </p>
* produce the following output: </p>
^
Generating javadoc/edu/stanford/nlp/stats/TwoDimensionalCounter.html...
Generating javadoc/edu/stanford/nlp/stats/TwoDimensionalCounterInterface.html...
Generating javadoc/edu/stanford/nlp/stats/TwoDimensionalIntCounter.html...
Generating javadoc/edu/stanford/nlp/graph/ConnectedComponents.html...
Generating javadoc/edu/stanford/nlp/graph/DijkstraShortestPath.html...
Generating javadoc/edu/stanford/nlp/graph/DirectedMultiGraph.html...
Generating javadoc/edu/stanford/nlp/graph/Graph.html...
Generating javadoc/edu/stanford/nlp/math/ArrayMath.html...
Generating javadoc/edu/stanford/nlp/math/ArrayMath.InvalidElementException.html...
Generating javadoc/edu/stanford/nlp/math/SloppyMath.html...
Generating javadoc/edu/stanford/nlp/maxent/iis/LambdaSolve.html...
src/edu/stanford/nlp/maxent/iis/LambdaSolve.java:1143: error: bad use of '>'
* if values[x][y]> values[x][y'] then there is an edge (x,y)->(x,y')
^
src/edu/stanford/nlp/maxent/iis/LambdaSolve.java:1143: error: bad use of '>'
* if values[x][y]> values[x][y'] then there is an edge (x,y)->(x,y')
^
Generating javadoc/edu/stanford/nlp/maxent/CGRunner.html...
Generating javadoc/edu/stanford/nlp/maxent/DataGeneric.html...
Generating javadoc/edu/stanford/nlp/maxent/Experiments.html...
Generating javadoc/edu/stanford/nlp/maxent/Feature.html...
Generating javadoc/edu/stanford/nlp/maxent/Features.html...
Generating javadoc/edu/stanford/nlp/maxent/Problem.html...
Generating javadoc/edu/stanford/nlp/semgraph/ISemanticGraphEdgeEql.html...
Generating javadoc/edu/stanford/nlp/semgraph/SemanticGraph.html...
src/edu/stanford/nlp/semgraph/SemanticGraph.java:1241: error: bad use of '>'
* -> need-3 (root)
^
src/edu/stanford/nlp/semgraph/SemanticGraph.java:1242: error: bad use of '>'
* -> We-0 (nsubj)
^
src/edu/stanford/nlp/semgraph/SemanticGraph.java:1243: error: bad use of '>'
* -> do-1 (aux)
^
src/edu/stanford/nlp/semgraph/SemanticGraph.java:1244: error: bad use of '>'
* -> n't-2 (neg)
^
src/edu/stanford/nlp/semgraph/SemanticGraph.java:1245: error: bad use of '>'
* -> badges-6 (dobj)
^
src/edu/stanford/nlp/semgraph/SemanticGraph.java:1246: error: bad use of '>'
* -> no-4 (det)
^
src/edu/stanford/nlp/semgraph/SemanticGraph.java:1247: error: bad use of '>'
* -> stinking-5 (amod)
^
src/edu/stanford/nlp/semgraph/SemanticGraph.java:1337: error: bad use of '>'
* collapsed into relations (i.e. prep_for --> 'for'). Mostly to deal with
^
src/edu/stanford/nlp/semgraph/SemanticGraph.java:1691: error: bad use of '>'
* Example: "[ate subj>Bill dobj>[muffins compound>blueberry]]"
^
src/edu/stanford/nlp/semgraph/SemanticGraph.java:1691: error: bad use of '>'
* Example: "[ate subj>Bill dobj>[muffins compound>blueberry]]"
^
src/edu/stanford/nlp/semgraph/SemanticGraph.java:1691: error: bad use of '>'
* Example: "[ate subj>Bill dobj>[muffins compound>blueberry]]"
^
Generating javadoc/edu/stanford/nlp/semgraph/SemanticGraph.OutputFormat.html...
Generating javadoc/edu/stanford/nlp/semgraph/SemanticGraphCoreAnnotations.html...
Generating javadoc/edu/stanford/nlp/semgraph/SemanticGraphCoreAnnotations.AlternativeDependenciesAnnotation.html...
Generating javadoc/edu/stanford/nlp/semgraph/SemanticGraphCoreAnnotations.BasicDependenciesAnnotation.html...
Generating javadoc/edu/stanford/nlp/semgraph/SemanticGraphCoreAnnotations.CollapsedCCProcessedDependenciesAnnotation.html...
Generating javadoc/edu/stanford/nlp/semgraph/SemanticGraphCoreAnnotations.CollapsedDependenciesAnnotation.html...
Generating javadoc/edu/stanford/nlp/semgraph/SemanticGraphCoreAnnotations.EnhancedDependenciesAnnotation.html...
Generating javadoc/edu/stanford/nlp/semgraph/SemanticGraphCoreAnnotations.EnhancedPlusPlusDependenciesAnnotation.html...
Generating javadoc/edu/stanford/nlp/semgraph/SemanticGraphEdge.html...
Generating javadoc/edu/stanford/nlp/semgraph/SemanticGraphFactory.html...
src/edu/stanford/nlp/semgraph/SemanticGraphFactory.java:167: error: unterminated signature
* @see #makeFromTree(Tree, Mode, GrammaticalStructure.Extras, Predicate
^
src/edu/stanford/nlp/semgraph/SemanticGraphFactory.java:289: error: unterminated signature
* @see #makeFromTree(GrammaticalStructure, Mode, GrammaticalStructure.Extras, Predicate
^
src/edu/stanford/nlp/semgraph/SemanticGraphFactory.java:301: error: unterminated signature
* @see #makeFromTree(GrammaticalStructure, Mode, GrammaticalStructure.Extras, Predicate
^
src/edu/stanford/nlp/semgraph/SemanticGraphFactory.java:309: error: unterminated signature
* @see #makeFromTree(Tree, Mode, GrammaticalStructure.Extras, Predicate
^
src/edu/stanford/nlp/semgraph/SemanticGraphFactory.java:319: error: unterminated signature
* @see #makeFromTree(Tree, Mode, GrammaticalStructure.Extras, Predicate
^
src/edu/stanford/nlp/semgraph/SemanticGraphFactory.java:330: error: unterminated signature
* @see #makeFromTree(Tree, Mode, GrammaticalStructure.Extras, Predicate
^
Generating javadoc/edu/stanford/nlp/semgraph/SemanticGraphFactory.Mode.html...
Generating javadoc/edu/stanford/nlp/semgraph/SemanticGraphFormatter.html...
Generating javadoc/edu/stanford/nlp/semgraph/SemanticGraphUtils.html...
src/edu/stanford/nlp/semgraph/SemanticGraphUtils.java:825: error: exception not thrown: java.lang.Exception
* @throws Exception
^
Generating javadoc/edu/stanford/nlp/semgraph/SemanticGraphUtils.EdgeDiffResult.html...
Generating javadoc/edu/stanford/nlp/semgraph/SemanticGraphUtils.PositionedTree.html...
Generating javadoc/edu/stanford/nlp/semgraph/SemanticGraphUtils.PrintVerticeParams.html...
Generating javadoc/edu/stanford/nlp/semgraph/semgrex/Alignment.html...
Generating javadoc/edu/stanford/nlp/semgraph/semgrex/CoordinationPattern.html...
Generating javadoc/edu/stanford/nlp/semgraph/semgrex/Env.html...
Generating javadoc/edu/stanford/nlp/semgraph/semgrex/NodeAttributes.html...
Generating javadoc/edu/stanford/nlp/semgraph/semgrex/NodePattern.html...
Generating javadoc/edu/stanford/nlp/semgraph/semgrex/ParseException.html...
Generating javadoc/edu/stanford/nlp/semgraph/semgrex/SemgrexMatcher.html...
Generating javadoc/edu/stanford/nlp/semgraph/semgrex/SemgrexParseException.html...
Generating javadoc/edu/stanford/nlp/semgraph/semgrex/SemgrexPattern.html...
Generating javadoc/edu/stanford/nlp/semgraph/semgrex/SemgrexPattern.OutputFormat.html...
Generating javadoc/edu/stanford/nlp/neural/ConvertModels.html...
Generating javadoc/edu/stanford/nlp/neural/ConvertModels.Model.html...
Generating javadoc/edu/stanford/nlp/neural/ConvertModels.Stage.html...
Generating javadoc/edu/stanford/nlp/neural/Embedding.html...
Generating javadoc/edu/stanford/nlp/neural/NeuralUtils.html...
Generating javadoc/edu/stanford/nlp/neural/SimpleTensor.html...
Generating javadoc/edu/stanford/nlp/util/AbstractIterator.html...
Generating javadoc/edu/stanford/nlp/util/ArgumentParser.html...
Generating javadoc/edu/stanford/nlp/util/ArgumentParser.Option.html...
Generating javadoc/edu/stanford/nlp/util/ArrayCoreMap.html...
src/edu/stanford/nlp/util/package-info.java:32: error: reference not found
* <dt>{@link edu.stanford.nlp.web}</dt>
^
Generating javadoc/edu/stanford/nlp/util/ArrayHeap.html...
Generating javadoc/edu/stanford/nlp/util/ArrayMap.html...
Generating javadoc/edu/stanford/nlp/util/ArraySet.html...
Generating javadoc/edu/stanford/nlp/util/ArrayStringFilter.html...
Generating javadoc/edu/stanford/nlp/util/ArrayStringFilter.Mode.html...
Generating javadoc/edu/stanford/nlp/util/ArrayUtils.html...
Generating javadoc/edu/stanford/nlp/util/Beam.html...
Generating javadoc/edu/stanford/nlp/util/BinaryHeapPriorityQueue.html...
Generating javadoc/edu/stanford/nlp/util/ByteStreamGobbler.html...
Generating javadoc/edu/stanford/nlp/util/CacheMap.html...
Generating javadoc/edu/stanford/nlp/util/CallbackFunction.html...
Generating javadoc/edu/stanford/nlp/util/CollectionFactory.html...
Generating javadoc/edu/stanford/nlp/util/CollectionFactory.ArrayListFactory.html...
Generating javadoc/edu/stanford/nlp/util/CollectionFactory.HashSetFactory.html...
Generating javadoc/edu/stanford/nlp/util/CollectionFactory.LinkedListFactory.html...
Generating javadoc/edu/stanford/nlp/util/CollectionFactory.SizedArrayListFactory.html...
Generating javadoc/edu/stanford/nlp/util/CollectionFactory.TreeSetFactory.html...
Generating javadoc/edu/stanford/nlp/util/CollectionUtils.html...
Generating javadoc/edu/stanford/nlp/util/CollectionValuedMap.html...
Generating javadoc/edu/stanford/nlp/util/Comparators.html...
Generating javadoc/edu/stanford/nlp/util/ConcatenationIterator.html...
Generating javadoc/edu/stanford/nlp/util/ConfusionMatrix.html...
src/edu/stanford/nlp/util/ConfusionMatrix.java:24: error: unknown tag: String
* Confusion<String> myConf = new Confusion<String>();
^
src/edu/stanford/nlp/util/ConfusionMatrix.java:24: error: unknown tag: String
* Confusion<String> myConf = new Confusion<String>();
^
Generating javadoc/edu/stanford/nlp/util/ConfusionMatrix.Contingency.html...
Generating javadoc/edu/stanford/nlp/util/CoreMap.html...
Generating javadoc/edu/stanford/nlp/util/DataFilePaths.html...
Generating javadoc/edu/stanford/nlp/util/DeltaIndex.html...
Generating javadoc/edu/stanford/nlp/util/DeltaMap.html...
Generating javadoc/edu/stanford/nlp/util/DisabledPreferences.html...
Generating javadoc/edu/stanford/nlp/util/DisabledPreferencesFactory.html...
Generating javadoc/edu/stanford/nlp/util/ErasureUtils.html...
Generating javadoc/edu/stanford/nlp/util/Factory.html...
Generating javadoc/edu/stanford/nlp/util/FilePathProcessor.html...
Generating javadoc/edu/stanford/nlp/util/FileProcessor.html...
Generating javadoc/edu/stanford/nlp/util/FilteredIterator.html...
Generating javadoc/edu/stanford/nlp/util/Filters.html...
Generating javadoc/edu/stanford/nlp/util/Filters.ConjFilter.html...
Generating javadoc/edu/stanford/nlp/util/Filters.DisjFilter.html...
Generating javadoc/edu/stanford/nlp/util/Filters.RandomFilter.html...
Generating javadoc/edu/stanford/nlp/util/FixedPrioritiesPriorityQueue.html...
Generating javadoc/edu/stanford/nlp/util/Generics.html...
Generating javadoc/edu/stanford/nlp/util/HashableCoreMap.html...
Generating javadoc/edu/stanford/nlp/util/HashableCoreMap.HashableCoreMapException.html...
Generating javadoc/edu/stanford/nlp/util/HashIndex.html...
src/edu/stanford/nlp/util/HashIndex.java:187: error: reference not found
* @see Index#addToIndex(E)
^
Generating javadoc/edu/stanford/nlp/util/HasInterval.html...
Generating javadoc/edu/stanford/nlp/util/Heap.html...
Generating javadoc/edu/stanford/nlp/util/IdentityHashSet.html...
Generating javadoc/edu/stanford/nlp/util/Index.html...
Generating javadoc/edu/stanford/nlp/util/Interner.html...
Generating javadoc/edu/stanford/nlp/util/Interval.html...
src/edu/stanford/nlp/util/Interval.java:755: error: bad HTML entity
* @return true if flag is exclusively set for flags & mask
^
src/edu/stanford/nlp/util/Pair.java:128: error: bad HTML entity
* (p.first().equals(q.first()) && p.second() &gt; q.second())</code>.
^
src/edu/stanford/nlp/util/Pair.java:128: error: bad HTML entity
* (p.first().equals(q.first()) && p.second() &gt; q.second())</code>.
^
Generating javadoc/edu/stanford/nlp/util/Interval.RelType.html...
Generating javadoc/edu/stanford/nlp/util/IntervalTree.html...
Generating javadoc/edu/stanford/nlp/util/IntervalTree.TreeNode.html...
Generating javadoc/edu/stanford/nlp/util/IntPair.html...
Generating javadoc/edu/stanford/nlp/util/IntQuadruple.html...
Generating javadoc/edu/stanford/nlp/util/IntTriple.html...
Generating javadoc/edu/stanford/nlp/util/IntTuple.html...
Generating javadoc/edu/stanford/nlp/util/IntUni.html...
Generating javadoc/edu/stanford/nlp/util/IterableIterator.html...
Generating javadoc/edu/stanford/nlp/util/Iterables.html...
Generating javadoc/edu/stanford/nlp/util/Iterables.IncrementComparator.html...
Generating javadoc/edu/stanford/nlp/util/Lazy.html...
Generating javadoc/edu/stanford/nlp/util/MapFactory.html...
src/edu/stanford/nlp/util/MapFactory.java:42: error: element not closed: i
* <i>Implementation note: This method uses the same trick as the methods
^
src/edu/stanford/nlp/util/MapFactory.java:55: error: element not closed: i
* <i>Implementation note: This method uses the same trick as the methods
^
src/edu/stanford/nlp/util/MapFactory.java:68: error: element not closed: i
* <i>Implementation note: This method uses the same trick as the methods
^
src/edu/stanford/nlp/util/MapFactory.java:81: error: element not closed: i
* <i>Implementation note: This method uses the same trick as the methods
^
src/edu/stanford/nlp/util/MapFactory.java:101: error: element not closed: i
* <i>Implementation note: This method uses the same trick as the methods
^
src/edu/stanford/nlp/util/MapFactory.java:114: error: element not closed: i
* <i>Implementation note: This method uses the same trick as the methods
^
Generating javadoc/edu/stanford/nlp/util/MapList.html...
Generating javadoc/edu/stanford/nlp/util/Maps.html...
Generating javadoc/edu/stanford/nlp/util/MetaClass.html...
Generating javadoc/edu/stanford/nlp/util/MetaClass.ClassCreationException.html...
Generating javadoc/edu/stanford/nlp/util/MetaClass.ClassFactory.html...
Generating javadoc/edu/stanford/nlp/util/MetaClass.ConstructorNotFoundException.html...
Generating javadoc/edu/stanford/nlp/util/MutableDouble.html...
Generating javadoc/edu/stanford/nlp/util/MutableInteger.html...
Generating javadoc/edu/stanford/nlp/util/Pair.html...
Generating javadoc/edu/stanford/nlp/util/Pair.ByFirstPairComparator.html...
Generating javadoc/edu/stanford/nlp/util/Pair.ByFirstReversePairComparator.html...
Generating javadoc/edu/stanford/nlp/util/Pair.BySecondPairComparator.html...
Generating javadoc/edu/stanford/nlp/util/Pair.BySecondReversePairComparator.html...
Generating javadoc/edu/stanford/nlp/util/PriorityQueue.html...
Generating javadoc/edu/stanford/nlp/util/PropertiesUtils.html...
Generating javadoc/edu/stanford/nlp/util/PropertiesUtils.Property.html...
Generating javadoc/edu/stanford/nlp/util/ReflectionLoading.html...
Generating javadoc/edu/stanford/nlp/util/ReflectionLoading.ReflectionLoadingException.html...
Generating javadoc/edu/stanford/nlp/util/RegexStringFilter.html...
Generating javadoc/edu/stanford/nlp/util/RuntimeInterruptedException.html...
Generating javadoc/edu/stanford/nlp/util/Scored.html...
Generating javadoc/edu/stanford/nlp/util/ScoredComparator.html...
Generating javadoc/edu/stanford/nlp/util/ScoredObject.html...
Generating javadoc/edu/stanford/nlp/util/Sets.html...
Generating javadoc/edu/stanford/nlp/util/StreamGobbler.html...
Generating javadoc/edu/stanford/nlp/util/StringParsingTask.html...
Generating javadoc/edu/stanford/nlp/util/StringParsingTask.ParserException.html...
Generating javadoc/edu/stanford/nlp/util/StringUtils.html...
src/edu/stanford/nlp/util/StringUtils.java:451: error: unknown tag: String
* @return List<String> of split strings
^
src/edu/stanford/nlp/util/StringUtils.java:466: error: unknown tag: String
* @return List<String> of split strings
^
Generating javadoc/edu/stanford/nlp/util/ThreeDimensionalMap.html...
Generating javadoc/edu/stanford/nlp/util/Timing.html...
Generating javadoc/edu/stanford/nlp/util/TreeShapedStack.html...
Generating javadoc/edu/stanford/nlp/util/Triple.html...
Generating javadoc/edu/stanford/nlp/util/TwoDimensionalCollectionValuedMap.html...
Generating javadoc/edu/stanford/nlp/util/TwoDimensionalMap.html...
Generating javadoc/edu/stanford/nlp/util/TwoDimensionalMap.Entry.html...
Generating javadoc/edu/stanford/nlp/util/TwoDimensionalSet.html...
Generating javadoc/edu/stanford/nlp/util/TypesafeMap.html...
Generating javadoc/edu/stanford/nlp/util/TypesafeMap.Key.html...
Generating javadoc/edu/stanford/nlp/util/UTF8EquivalenceFunction.html...
Generating javadoc/edu/stanford/nlp/util/ValuedInterval.html...
Generating javadoc/edu/stanford/nlp/util/XMLUtils.html...
src/edu/stanford/nlp/util/XMLUtils.java:988: error: bad HTML entity
* That is, only " and & are escaped.
^
src/edu/stanford/nlp/util/XMLUtils.java:1169: error: malformed HTML
* Assumes that a '<' character has already been read.
^
Generating javadoc/edu/stanford/nlp/util/XMLUtils.XMLTag.html...
Generating javadoc/edu/stanford/nlp/util/logging/BooleanLogRecordHandler.html...
Generating javadoc/edu/stanford/nlp/util/logging/Color.html...
Generating javadoc/edu/stanford/nlp/util/logging/FilterHandler.html...
Generating javadoc/edu/stanford/nlp/util/logging/JavaUtilLoggingAdaptor.html...
Generating javadoc/edu/stanford/nlp/util/logging/JavaUtilLoggingAdaptor.RedwoodHandler.html...
Generating javadoc/edu/stanford/nlp/util/logging/JavaUtilLoggingHandler.html...
Generating javadoc/edu/stanford/nlp/util/logging/LogFilter.html...
Generating javadoc/edu/stanford/nlp/util/logging/LogFilter.ContainsMessage.html...
Generating javadoc/edu/stanford/nlp/util/logging/LogFilter.HasChannel.html...
Generating javadoc/edu/stanford/nlp/util/logging/LogFilter.MatchesMessage.html...
Generating javadoc/edu/stanford/nlp/util/logging/LogRecordHandler.html...
Generating javadoc/edu/stanford/nlp/util/logging/OutputHandler.html...
src/edu/stanford/nlp/util/logging/OutputHandler.java:52: error: malformed HTML
* If this is set to a value < 3, then no channel information is printed.
^
Generating javadoc/edu/stanford/nlp/util/logging/PrettyLoggable.html...
Generating javadoc/edu/stanford/nlp/util/logging/PrettyLogger.html...
Generating javadoc/edu/stanford/nlp/util/logging/RedirectOutputHandler.html...
src/edu/stanford/nlp/util/logging/RedirectOutputHandler.java:101: error: incorrect use of inline tag
* @inheritDoc
^
Generating javadoc/edu/stanford/nlp/util/logging/Redwood.html...
Generating javadoc/edu/stanford/nlp/util/logging/Redwood.ConsoleHandler.html...
Generating javadoc/edu/stanford/nlp/util/logging/Redwood.FileHandler.html...
Generating javadoc/edu/stanford/nlp/util/logging/Redwood.Flag.html...
Generating javadoc/edu/stanford/nlp/util/logging/Redwood.Record.html...
Generating javadoc/edu/stanford/nlp/util/logging/Redwood.RecordHandlerTree.html...
Generating javadoc/edu/stanford/nlp/util/logging/Redwood.RedwoodChannels.html...
Generating javadoc/edu/stanford/nlp/util/logging/Redwood.Util.html...
Generating javadoc/edu/stanford/nlp/util/logging/RedwoodConfiguration.html...
Generating javadoc/edu/stanford/nlp/util/logging/RedwoodConfiguration.Handlers.html...
Generating javadoc/edu/stanford/nlp/util/logging/RedwoodConfiguration.Thunk.html...
Generating javadoc/edu/stanford/nlp/util/logging/RedwoodPrintStream.html...
Generating javadoc/edu/stanford/nlp/util/logging/RepeatedRecordHandler.html...
Generating javadoc/edu/stanford/nlp/util/logging/RepeatedRecordHandler.ApproximateRepeatSemantics.html...
Generating javadoc/edu/stanford/nlp/util/logging/RepeatedRecordHandler.ExactRepeatSemantics.html...
Generating javadoc/edu/stanford/nlp/util/logging/RepeatedRecordHandler.RepeatSemantics.html...
Generating javadoc/edu/stanford/nlp/util/logging/RerouteChannel.html...
Generating javadoc/edu/stanford/nlp/util/logging/SLF4JHandler.html...
Generating javadoc/edu/stanford/nlp/util/logging/Style.html...
Generating javadoc/edu/stanford/nlp/util/logging/VisibilityHandler.html...
Generating javadoc/edu/stanford/nlp/util/concurrent/MulticoreWrapper.html...
Generating javadoc/edu/stanford/nlp/util/concurrent/SynchronizedInterner.html...
Generating javadoc/edu/stanford/nlp/util/concurrent/ThreadsafeProcessor.html...
Generating javadoc/edu/stanford/nlp/optimization/AbstractCachingDiffFunction.html...
Generating javadoc/edu/stanford/nlp/optimization/CGMinimizer.html...
Generating javadoc/edu/stanford/nlp/optimization/DiffFloatFunction.html...
Generating javadoc/edu/stanford/nlp/optimization/DiffFunction.html...
Generating javadoc/edu/stanford/nlp/optimization/Evaluator.html...
Generating javadoc/edu/stanford/nlp/optimization/FloatFunction.html...
Generating javadoc/edu/stanford/nlp/optimization/Function.html...
Generating javadoc/edu/stanford/nlp/optimization/HasEvaluators.html...
Generating javadoc/edu/stanford/nlp/optimization/HasInitial.html...
Generating javadoc/edu/stanford/nlp/optimization/HasRegularizerParamRange.html...
Generating javadoc/edu/stanford/nlp/optimization/Minimizer.html...
Generating javadoc/edu/stanford/nlp/optimization/QNMinimizer.html...
Generating javadoc/edu/stanford/nlp/optimization/QNMinimizer.SurpriseConvergence.html...
Generating javadoc/edu/stanford/nlp/optimization/StochasticCalculateMethods.html...
Generating javadoc/edu/stanford/nlp/international/arabic/ArabicMorphoFeatureSpecification.html...
Generating javadoc/edu/stanford/nlp/international/arabic/ArabicMorphoFeatureSpecification.ArabicMorphoFeatures.html...
Generating javadoc/edu/stanford/nlp/international/arabic/Buckwalter.html...
Generating javadoc/edu/stanford/nlp/international/arabic/IBMArabicEscaper.html...
Generating javadoc/edu/stanford/nlp/international/arabic/process/ArabicTokenizer.html...
Generating javadoc/edu/stanford/nlp/international/arabic/process/ArabicTokenizer.ArabicTokenizerFactory.html...
Generating javadoc/edu/stanford/nlp/international/arabic/pipeline/ATBArabicDataset.html...
Generating javadoc/edu/stanford/nlp/international/arabic/pipeline/ATBArabicDataset.ArabicRawTreeNormalizer.html...
Generating javadoc/edu/stanford/nlp/international/arabic/pipeline/ATBCorrector.html...
Generating javadoc/edu/stanford/nlp/international/arabic/pipeline/ATBCorrectorVisitor.html...
Generating javadoc/edu/stanford/nlp/international/arabic/pipeline/DefaultLexicalMapper.html...
Generating javadoc/edu/stanford/nlp/international/arabic/pipeline/LDCPosMapper.html...
Generating javadoc/edu/stanford/nlp/international/arabic/pipeline/MWETreeVisitor.html...
Generating javadoc/edu/stanford/nlp/international/arabic/pipeline/UniversalPOSMapper.html...
Generating javadoc/edu/stanford/nlp/international/french/FrenchMorphoFeatureSpecification.html...
Generating javadoc/edu/stanford/nlp/international/french/FrenchUnknownWordSignatures.html...
Generating javadoc/edu/stanford/nlp/international/french/pipeline/FTBCorrector.html...
Generating javadoc/edu/stanford/nlp/international/french/pipeline/FTBCorrectorVisitor.html...
Generating javadoc/edu/stanford/nlp/international/french/pipeline/FTBDataset.html...
Generating javadoc/edu/stanford/nlp/international/french/pipeline/MWEPreprocessor.html...
Generating javadoc/edu/stanford/nlp/international/french/process/FrenchTokenizer.html...
Generating javadoc/edu/stanford/nlp/international/french/process/FrenchTokenizer.FrenchTokenizerFactory.html...
Generating javadoc/edu/stanford/nlp/international/Language.html...
Generating javadoc/edu/stanford/nlp/international/morph/MorphoFeatures.html...
Generating javadoc/edu/stanford/nlp/international/morph/MorphoFeatureSpecification.html...
Generating javadoc/edu/stanford/nlp/international/morph/MorphoFeatureSpecification.MorphoFeatureType.html...
Generating javadoc/edu/stanford/nlp/international/spanish/SpanishUnknownWordSignatures.html...
Generating javadoc/edu/stanford/nlp/international/spanish/SpanishVerbStripper.html...
Generating javadoc/edu/stanford/nlp/international/spanish/SpanishVerbStripper.StrippedVerb.html...
Generating javadoc/edu/stanford/nlp/international/spanish/process/AnCoraPronounDisambiguator.html...
Generating javadoc/edu/stanford/nlp/international/spanish/process/AnCoraPronounDisambiguator.PersonalPronounType.html...
Generating javadoc/edu/stanford/nlp/international/spanish/process/SpanishTokenizer.html...
Generating javadoc/edu/stanford/nlp/international/spanish/process/SpanishTokenizer.SpanishTokenizerFactory.html...
Generating javadoc/edu/stanford/nlp/ie/machinereading/structure/Span.html...
Generating javadoc/edu/stanford/nlp/ie/util/RelationTriple.html...
Generating javadoc/edu/stanford/nlp/ie/util/RelationTriple.WithLink.html...
Generating javadoc/edu/stanford/nlp/ie/util/RelationTriple.WithTree.html...
Generating javadoc/edu/stanford/nlp/io/ui/OpenPageDialog.html...
Generating javadoc/edu/stanford/nlp/io/BZip2PipedOutputStream.html...
Generating javadoc/edu/stanford/nlp/io/EncodingFileReader.html...
Generating javadoc/edu/stanford/nlp/io/EncodingPrintWriter.html...
Generating javadoc/edu/stanford/nlp/io/EncodingPrintWriter.err.html...
Generating javadoc/edu/stanford/nlp/io/EncodingPrintWriter.out.html...
Generating javadoc/edu/stanford/nlp/io/ExtensionFileFilter.html...
Generating javadoc/edu/stanford/nlp/io/FileSystem.html...
Generating javadoc/edu/stanford/nlp/io/IOUtils.html...
Generating javadoc/edu/stanford/nlp/io/Lexer.html...
Generating javadoc/edu/stanford/nlp/io/NullOutputStream.html...
Generating javadoc/edu/stanford/nlp/io/NumberRangeFileFilter.html...
Generating javadoc/edu/stanford/nlp/io/NumberRangesFileFilter.html...
Generating javadoc/edu/stanford/nlp/io/PrintFile.html...
Generating javadoc/edu/stanford/nlp/io/ReaderInputStream.html...
Generating javadoc/edu/stanford/nlp/io/RuntimeIOException.html...
Generating javadoc/edu/stanford/nlp/fsm/AutomatonMinimizer.html...
Generating javadoc/edu/stanford/nlp/fsm/Block.html...
Generating javadoc/edu/stanford/nlp/fsm/FastExactAutomatonMinimizer.html...
Generating javadoc/edu/stanford/nlp/fsm/QuasiDeterminizer.html...
Generating javadoc/edu/stanford/nlp/fsm/TransducerGraph.html...
Generating javadoc/edu/stanford/nlp/fsm/TransducerGraph.Arc.html...
Generating javadoc/edu/stanford/nlp/fsm/TransducerGraph.ArcProcessor.html...
Generating javadoc/edu/stanford/nlp/fsm/TransducerGraph.GraphProcessor.html...
Generating javadoc/edu/stanford/nlp/fsm/TransducerGraph.InputSplittingProcessor.html...
Generating javadoc/edu/stanford/nlp/fsm/TransducerGraph.NodeProcessor.html...
Generating javadoc/edu/stanford/nlp/fsm/TransducerGraph.NodeProcessorWrappingArcProcessor.html...
Generating javadoc/edu/stanford/nlp/fsm/TransducerGraph.NormalizingGraphProcessor.html...
Generating javadoc/edu/stanford/nlp/fsm/TransducerGraph.ObjectToSetNodeProcessor.html...
Generating javadoc/edu/stanford/nlp/fsm/TransducerGraph.OutputCombiningProcessor.html...
Generating javadoc/edu/stanford/nlp/fsm/TransducerGraph.SetToStringNodeProcessor.html...
Generating javadoc/edu/stanford/nlp/pipeline/Annotation.html...
Generating javadoc/edu/stanford/nlp/pipeline/Annotator.html...
src/edu/stanford/nlp/pipeline/Annotator.java:63: error: reference not found
* {@link AnnotatorPool}.
^
Generating javadoc/edu/stanford/nlp/pipeline/ChunkAnnotationUtils.html...
Generating javadoc/edu/stanford/nlp/pipeline/CoNLLUReader.html...
Generating javadoc/edu/stanford/nlp/pipeline/CoNLLUReader.CoNLLUDocument.html...
Generating javadoc/edu/stanford/nlp/pipeline/CoNLLUReader.CoNLLUSentence.html...
Generating javadoc/edu/stanford/nlp/pipeline/CoreMapAggregator.html...
Generating javadoc/edu/stanford/nlp/pipeline/CoreMapAttributeAggregator.html...
Generating javadoc/edu/stanford/nlp/pipeline/CoreMapAttributeAggregator.ConcatAggregator.html...
Generating javadoc/edu/stanford/nlp/pipeline/CoreMapAttributeAggregator.ConcatCoreMapListAggregator.html...
Generating javadoc/edu/stanford/nlp/pipeline/CoreMapAttributeAggregator.ConcatListAggregator.html...
Generating javadoc/edu/stanford/nlp/pipeline/CoreMapAttributeAggregator.ConcatTextAggregator.html...
Generating javadoc/edu/stanford/nlp/pipeline/CoreMapAttributeAggregator.MostFreqAggregator.html...
Generating javadoc/edu/stanford/nlp/pipeline/LanguageInfo.html...
Generating javadoc/edu/stanford/nlp/pipeline/LanguageInfo.HumanLanguage.html...
Generating javadoc/edu/stanford/nlp/pipeline/ParserAnnotatorUtils.html...
Generating javadoc/edu/stanford/nlp/sequences/BestSequenceFinder.html...
Generating javadoc/edu/stanford/nlp/sequences/DocumentReaderAndWriter.html...
Generating javadoc/edu/stanford/nlp/sequences/ExactBestSequenceFinder.html...
Generating javadoc/edu/stanford/nlp/sequences/PlainTextDocumentReaderAndWriter.html...
Generating javadoc/edu/stanford/nlp/sequences/PlainTextDocumentReaderAndWriter.OutputStyle.html...
Generating javadoc/edu/stanford/nlp/sequences/SeqClassifierFlags.html...
src/edu/stanford/nlp/sequences/SeqClassifierFlags.java:2696: error: exception not thrown: java.lang.IllegalAccessException
* @throws IllegalAccessException
^
src/edu/stanford/nlp/sequences/SeqClassifierFlags.java:17: error: reference not found
* {@link edu.stanford.nlp.ie.NERFeatureFactory}. Documentation for the flags
^
src/edu/stanford/nlp/sequences/SeqClassifierFlags.java:19: error: reference not found
* {@link edu.stanford.nlp.wordseg.ChineseSegmenterFeatureFactory}.
^
Generating javadoc/edu/stanford/nlp/sequences/SeqClassifierFlags.SlashHyphenEnum.html...
Generating javadoc/edu/stanford/nlp/sequences/SequenceModel.html...
Generating javadoc/edu/stanford/nlp/tagger/common/Tagger.html...
Generating javadoc/edu/stanford/nlp/tagger/io/TaggedFileReader.html...
Generating javadoc/edu/stanford/nlp/tagger/io/TaggedFileRecord.html...
Generating javadoc/edu/stanford/nlp/tagger/io/TaggedFileRecord.Format.html...
Generating javadoc/edu/stanford/nlp/tagger/io/TextTaggedFileReader.html...
Generating javadoc/edu/stanford/nlp/tagger/io/TreeTaggedFileReader.html...
Generating javadoc/edu/stanford/nlp/tagger/io/TSVTaggedFileReader.html...
Generating javadoc/edu/stanford/nlp/tagger/maxent/AmbiguityClass.html...
Generating javadoc/edu/stanford/nlp/tagger/maxent/AmbiguityClasses.html...
Generating javadoc/edu/stanford/nlp/tagger/maxent/ASBCunkDict.html...
Generating javadoc/edu/stanford/nlp/tagger/maxent/CountWrapper.html...
Generating javadoc/edu/stanford/nlp/tagger/maxent/CtbDict.html...
Generating javadoc/edu/stanford/nlp/tagger/maxent/CTBunkDict.html...
Generating javadoc/edu/stanford/nlp/tagger/maxent/DataWordTag.html...
Generating javadoc/edu/stanford/nlp/tagger/maxent/Dictionary.html...
Generating javadoc/edu/stanford/nlp/tagger/maxent/DictionaryExtractor.html...
Generating javadoc/edu/stanford/nlp/tagger/maxent/Distsim.html...
Generating javadoc/edu/stanford/nlp/tagger/maxent/Extractor.html...
Generating javadoc/edu/stanford/nlp/tagger/maxent/ExtractorDistsim.html...
Generating javadoc/edu/stanford/nlp/tagger/maxent/ExtractorDistsimConjunction.html...
Generating javadoc/edu/stanford/nlp/tagger/maxent/ExtractorFrames.html...
Generating javadoc/edu/stanford/nlp/tagger/maxent/ExtractorFramesRare.html...
Generating javadoc/edu/stanford/nlp/tagger/maxent/Extractors.html...
Generating javadoc/edu/stanford/nlp/tagger/maxent/ExtractorVerbalVBNZero.html...
Generating javadoc/edu/stanford/nlp/tagger/maxent/FeatureKey.html...
Generating javadoc/edu/stanford/nlp/tagger/maxent/History.html...
Generating javadoc/edu/stanford/nlp/tagger/maxent/HistoryTable.html...
Generating javadoc/edu/stanford/nlp/tagger/maxent/LambdaSolveTagger.html...
Generating javadoc/edu/stanford/nlp/tagger/maxent/MaxentTagger.html...
Generating javadoc/edu/stanford/nlp/tagger/maxent/PairsHolder.html...
Generating javadoc/edu/stanford/nlp/tagger/maxent/ReadDataTagged.html...
Generating javadoc/edu/stanford/nlp/tagger/maxent/TaggerConfig.html...
Generating javadoc/edu/stanford/nlp/tagger/maxent/TaggerConfig.Mode.html...
Generating javadoc/edu/stanford/nlp/tagger/maxent/TaggerExperiments.html...
Generating javadoc/edu/stanford/nlp/tagger/maxent/TaggerFeature.html...
Generating javadoc/edu/stanford/nlp/tagger/maxent/TaggerFeatures.html...
Generating javadoc/edu/stanford/nlp/tagger/maxent/TemplateHash.html...
Generating javadoc/edu/stanford/nlp/tagger/maxent/TestClassifier.html...
Generating javadoc/edu/stanford/nlp/tagger/maxent/TestSentence.html...
Generating javadoc/edu/stanford/nlp/tagger/maxent/TTags.html...
Generating javadoc/edu/stanford/nlp/swing/FontDetector.html...
Generating javadoc/edu/stanford/nlp/process/AbstractListProcessor.html...
src/edu/stanford/nlp/process/DocumentProcessor.java:22: error: reference not found
* @see FunctionProcessor
^
Generating javadoc/edu/stanford/nlp/process/AbstractTokenizer.html...
Generating javadoc/edu/stanford/nlp/process/Americanize.html...
Generating javadoc/edu/stanford/nlp/process/AmericanizeFunction.html...
src/edu/stanford/nlp/process/package-info.java:4: error: unknown tag: blink
* which takes a document and returns another <blink>processed</blink> document, which may
^
src/edu/stanford/nlp/process/package-info.java:4: error: unknown tag: blink
* which takes a document and returns another <blink>processed</blink> document, which may
^
src/edu/stanford/nlp/process/package-info.java:7: error: unknown tag: address
* <address><a href="mailto:sdkamvar@stanford.edu">Sepandar David Kamvar</a></address>
^
src/edu/stanford/nlp/process/package-info.java:7: error: unknown tag: address
* <address><a href="mailto:sdkamvar@stanford.edu">Sepandar David Kamvar</a></address>
^
Generating javadoc/edu/stanford/nlp/process/CoreLabelTokenFactory.html...
Generating javadoc/edu/stanford/nlp/process/CoreTokenFactory.html...
Generating javadoc/edu/stanford/nlp/process/DistSimClassifier.html...
Generating javadoc/edu/stanford/nlp/process/DocumentPreprocessor.html...
Generating javadoc/edu/stanford/nlp/process/DocumentPreprocessor.DocType.html...
Generating javadoc/edu/stanford/nlp/process/DocumentProcessor.html...
Generating javadoc/edu/stanford/nlp/process/LexedTokenFactory.html...
Generating javadoc/edu/stanford/nlp/process/LexerTokenizer.html...
Generating javadoc/edu/stanford/nlp/process/LexerUtils.html...
Generating javadoc/edu/stanford/nlp/process/LexerUtils.DashesEnum.html...
Generating javadoc/edu/stanford/nlp/process/LexerUtils.EllipsesEnum.html...
Generating javadoc/edu/stanford/nlp/process/LexerUtils.QuotesEnum.html...
Generating javadoc/edu/stanford/nlp/process/ListProcessor.html...
Generating javadoc/edu/stanford/nlp/process/LowercaseAndAmericanizeFunction.html...
Generating javadoc/edu/stanford/nlp/process/LowercaseFunction.html...
Generating javadoc/edu/stanford/nlp/process/Morphology.html...
Generating javadoc/edu/stanford/nlp/process/PTBEscapingProcessor.html...
Generating javadoc/edu/stanford/nlp/process/PTBTokenizer.html...
Generating javadoc/edu/stanford/nlp/process/PTBTokenizer.PTBTokenizerFactory.html...
Generating javadoc/edu/stanford/nlp/process/SerializableFunction.html...
Generating javadoc/edu/stanford/nlp/process/StripTagsProcessor.html...
Generating javadoc/edu/stanford/nlp/process/Tokenizer.html...
Generating javadoc/edu/stanford/nlp/process/TokenizerAdapter.html...
Generating javadoc/edu/stanford/nlp/process/TokenizerFactory.html...
Generating javadoc/edu/stanford/nlp/process/TransformXML.html...
Generating javadoc/edu/stanford/nlp/process/TransformXML.NoEscapingSAXInterface.html...
Generating javadoc/edu/stanford/nlp/process/TransformXML.SAXInterface.html...
Generating javadoc/edu/stanford/nlp/process/WhitespaceTokenizer.html...
Generating javadoc/edu/stanford/nlp/process/WhitespaceTokenizer.WhitespaceTokenizerFactory.html...
Generating javadoc/edu/stanford/nlp/process/WordSegmenter.html...
Generating javadoc/edu/stanford/nlp/process/WordSegmentingTokenizer.html...
Generating javadoc/edu/stanford/nlp/process/WordShapeClassifier.html...
Generating javadoc/edu/stanford/nlp/process/WordTokenFactory.html...
Generating javadoc/edu/stanford/nlp/process/WordToSentenceProcessor.html...
Generating javadoc/edu/stanford/nlp/process/WordToSentenceProcessor.NewlineIsSentenceBreak.html...
Generating javadoc/edu/stanford/nlp/process/WordToTaggedWordProcessor.html...
Generating javadoc/edu/stanford/nlp/objectbank/DelimitRegExIterator.html...
Generating javadoc/edu/stanford/nlp/objectbank/DelimitRegExIterator.DelimitRegExIteratorFactory.html...
src/edu/stanford/nlp/objectbank/package-info.java:47: error: unexpected end tag: </pre>
* </pre>
^
src/edu/stanford/nlp/objectbank/package-info.java:50: error: unexpected end tag: </pre>
* </pre>
^
Generating javadoc/edu/stanford/nlp/objectbank/IdentityFunction.html...
Generating javadoc/edu/stanford/nlp/objectbank/IteratorFromReaderFactory.html...
Generating javadoc/edu/stanford/nlp/objectbank/LineIterator.html...
Generating javadoc/edu/stanford/nlp/objectbank/LineIterator.LineIteratorFactory.html...
Generating javadoc/edu/stanford/nlp/objectbank/ObjectBank.html...
Generating javadoc/edu/stanford/nlp/objectbank/ObjectBank.PathToFileFunction.html...
Generating javadoc/edu/stanford/nlp/objectbank/ReaderIteratorFactory.html...
Generating javadoc/edu/stanford/nlp/objectbank/XMLBeginEndIterator.html...
Generating javadoc/edu/stanford/nlp/trees/AbstractCollinsHeadFinder.html...
src/edu/stanford/nlp/trees/package-info.java:70: error: unknown tag: blockqouote
* <blockqouote>
^
src/edu/stanford/nlp/trees/package-info.java:91: error: bad use of '>'
* if (args.length > 1) {
^
src/edu/stanford/nlp/trees/package-info.java:107: error: bad use of '>'
* if (args.length > 1) {
^
src/edu/stanford/nlp/trees/package-info.java:118: error: unexpected end tag: </blockquote>
* </blockquote>
^
Generating javadoc/edu/stanford/nlp/trees/AbstractTreebankLanguagePack.html...
Generating javadoc/edu/stanford/nlp/trees/BasicCategoryTreeTransformer.html...
Generating javadoc/edu/stanford/nlp/trees/BobChrisTreeNormalizer.html...
Generating javadoc/edu/stanford/nlp/trees/BobChrisTreeNormalizer.AOverAFilter.html...
Generating javadoc/edu/stanford/nlp/trees/BobChrisTreeNormalizer.EmptyFilter.html...
Generating javadoc/edu/stanford/nlp/trees/CollinsHeadFinder.html...
Generating javadoc/edu/stanford/nlp/trees/CollocationFinder.html...
Generating javadoc/edu/stanford/nlp/trees/CompositeTreebank.html...
Generating javadoc/edu/stanford/nlp/trees/CompositeTreeTransformer.html...
Generating javadoc/edu/stanford/nlp/trees/Constituent.html...
Generating javadoc/edu/stanford/nlp/trees/ConstituentFactory.html...
Generating javadoc/edu/stanford/nlp/trees/CoordinationTransformer.html...
Generating javadoc/edu/stanford/nlp/trees/CopulaHeadFinder.html...
Generating javadoc/edu/stanford/nlp/trees/DateTreeTransformer.html...
Generating javadoc/edu/stanford/nlp/trees/DeepTree.html...
Generating javadoc/edu/stanford/nlp/trees/Dependencies.html...
Generating javadoc/edu/stanford/nlp/trees/Dependencies.DependentPuncTagRejectFilter.html...
Generating javadoc/edu/stanford/nlp/trees/Dependencies.DependentPuncWordRejectFilter.html...
Generating javadoc/edu/stanford/nlp/trees/Dependency.html...
Generating javadoc/edu/stanford/nlp/trees/DependencyFactory.html...
Generating javadoc/edu/stanford/nlp/trees/DependencyPrinter.html...
Generating javadoc/edu/stanford/nlp/trees/DependencyReader.html...
Generating javadoc/edu/stanford/nlp/trees/DependencyScoring.html...
Generating javadoc/edu/stanford/nlp/trees/DependencyScoring.Score.html...
Generating javadoc/edu/stanford/nlp/trees/DependencyTreeTransformer.html...
Generating javadoc/edu/stanford/nlp/trees/DependencyTyper.html...
Generating javadoc/edu/stanford/nlp/trees/DiskTreebank.html...
Generating javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.html...
src/edu/stanford/nlp/trees/EnglishGrammaticalRelations.java:565: error: invalid entity &arr;
* "We have no useful information on whether users are at risk" &arr;
^
src/edu/stanford/nlp/trees/EnglishGrammaticalRelations.java:567: error: invalid entity &arr;
* "They heard about you missing classes." &arr;
^
src/edu/stanford/nlp/trees/EnglishGrammaticalRelations.java:569: error: invalid entity &arr;
* It is warmer in Greece than in Italy &arr;
^
Generating javadoc/edu/stanford/nlp/trees/EnglishGrammaticalStructure.html...
Generating javadoc/edu/stanford/nlp/trees/EnglishGrammaticalStructure.FromDependenciesFactory.html...
Generating javadoc/edu/stanford/nlp/trees/EnglishGrammaticalStructureFactory.html...
Generating javadoc/edu/stanford/nlp/trees/EnglishPatterns.html...
Generating javadoc/edu/stanford/nlp/trees/FilteringTreebank.html...
Generating javadoc/edu/stanford/nlp/trees/FilteringTreeReader.html...
Generating javadoc/edu/stanford/nlp/trees/GrammaticalFunctionTreeNormalizer.html...
Generating javadoc/edu/stanford/nlp/trees/GrammaticalRelation.html...
Generating javadoc/edu/stanford/nlp/trees/GrammaticalStructure.html...
Generating javadoc/edu/stanford/nlp/trees/GrammaticalStructure.Extras.html...
Generating javadoc/edu/stanford/nlp/trees/GrammaticalStructureConversionUtils.html...
Generating javadoc/edu/stanford/nlp/trees/GrammaticalStructureConversionUtils.ConverterOptions.html...
Generating javadoc/edu/stanford/nlp/trees/GrammaticalStructureFactory.html...
Generating javadoc/edu/stanford/nlp/trees/GrammaticalStructureFromDependenciesFactory.html...
Generating javadoc/edu/stanford/nlp/trees/HasParent.html...
Generating javadoc/edu/stanford/nlp/trees/HeadFinder.html...
Generating javadoc/edu/stanford/nlp/trees/Labeled.html...
Generating javadoc/edu/stanford/nlp/trees/LabeledConstituent.html...
Generating javadoc/edu/stanford/nlp/trees/LabeledScoredConstituent.html...
Generating javadoc/edu/stanford/nlp/trees/LabeledScoredConstituentFactory.html...
Generating javadoc/edu/stanford/nlp/trees/LabeledScoredTreeFactory.html...
Generating javadoc/edu/stanford/nlp/trees/LabeledScoredTreeNode.html...
src/edu/stanford/nlp/trees/Tree.java:2113: error: unknown tag: Tree
* Filter<Tree> f = new Filter<Tree> { <br>
^
src/edu/stanford/nlp/trees/Tree.java:2113: error: unknown tag: Tree
* Filter<Tree> f = new Filter<Tree> { <br>
^
Generating javadoc/edu/stanford/nlp/trees/LabeledScoredTreeReaderFactory.html...
Generating javadoc/edu/stanford/nlp/trees/LeftHeadFinder.html...
Generating javadoc/edu/stanford/nlp/trees/LengthTreeFilter.html...
Generating javadoc/edu/stanford/nlp/trees/MemoryTreebank.html...
Generating javadoc/edu/stanford/nlp/trees/ModCollinsHeadFinder.html...
Generating javadoc/edu/stanford/nlp/trees/NamedDependency.html...
Generating javadoc/edu/stanford/nlp/trees/NPTmpRetainingTreeNormalizer.html...
src/edu/stanford/nlp/trees/NPTmpRetainingTreeNormalizer.java:20: error: bad use of '>'
* <code>S &lt; (/^NP-SBJ/ &lt; -NONE-) --> S-G</code> <br>
^
src/edu/stanford/nlp/trees/NPTmpRetainingTreeNormalizer.java:22: error: bad HTML entity
* 4) Keeps -ADV labels on NP and marks head tag with &`^ADV
^
Generating javadoc/edu/stanford/nlp/trees/NPTmpRetainingTreeNormalizer.NPTmpAdvRetainingTreeReaderFactory.html...
Generating javadoc/edu/stanford/nlp/trees/NPTmpRetainingTreeNormalizer.NPTmpRetainingTreeReaderFactory.html...
Generating javadoc/edu/stanford/nlp/trees/OrderedCombinationTreeNormalizer.html...
Generating javadoc/edu/stanford/nlp/trees/PennTreebankLanguagePack.html...
Generating javadoc/edu/stanford/nlp/trees/PennTreebankTokenizer.html...
Generating javadoc/edu/stanford/nlp/trees/PennTreeReader.html...
Generating javadoc/edu/stanford/nlp/trees/PennTreeReaderFactory.html...
Generating javadoc/edu/stanford/nlp/trees/QPTreeTransformer.html...
Generating javadoc/edu/stanford/nlp/trees/RecursiveTreeTransformer.html...
Generating javadoc/edu/stanford/nlp/trees/SemanticHeadFinder.html...
Generating javadoc/edu/stanford/nlp/trees/SimpleConstituent.html...
Generating javadoc/edu/stanford/nlp/trees/SimpleConstituentFactory.html...
Generating javadoc/edu/stanford/nlp/trees/SimpleTree.html...
Generating javadoc/edu/stanford/nlp/trees/SimpleTreeFactory.html...
Generating javadoc/edu/stanford/nlp/trees/SynchronizedTreeTransformer.html...
Generating javadoc/edu/stanford/nlp/trees/TransformingTreebank.html...
Generating javadoc/edu/stanford/nlp/trees/Tree.html...
Generating javadoc/edu/stanford/nlp/trees/Treebank.html...
Generating javadoc/edu/stanford/nlp/trees/TreebankFactory.html...
Generating javadoc/edu/stanford/nlp/trees/TreebankLanguagePack.html...
Generating javadoc/edu/stanford/nlp/trees/TreeCoreAnnotations.html...
Generating javadoc/edu/stanford/nlp/trees/TreeCoreAnnotations.BinarizedTreeAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/TreeCoreAnnotations.HeadTagLabelAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/TreeCoreAnnotations.HeadWordLabelAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/TreeCoreAnnotations.KBestTreesAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/TreeCoreAnnotations.TreeAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/TreeFactory.html...
Generating javadoc/edu/stanford/nlp/trees/TreeFilters.html...
Generating javadoc/edu/stanford/nlp/trees/TreeFilters.HasMatchingChild.html...
Generating javadoc/edu/stanford/nlp/trees/TreeFunctions.html...
Generating javadoc/edu/stanford/nlp/trees/TreeGraphNode.html...
Generating javadoc/edu/stanford/nlp/trees/TreeGraphNodeFactory.html...
Generating javadoc/edu/stanford/nlp/trees/TreeLeafLabelTransformer.html...
Generating javadoc/edu/stanford/nlp/trees/TreeLengthComparator.html...
Generating javadoc/edu/stanford/nlp/trees/TreeNormalizer.html...
Generating javadoc/edu/stanford/nlp/trees/TreePrint.html...
Generating javadoc/edu/stanford/nlp/trees/TreeReader.html...
Generating javadoc/edu/stanford/nlp/trees/TreeReaderFactory.html...
Generating javadoc/edu/stanford/nlp/trees/Trees.html...
Generating javadoc/edu/stanford/nlp/trees/TreeTokenizerFactory.html...
Generating javadoc/edu/stanford/nlp/trees/TreeTransformer.html...
Generating javadoc/edu/stanford/nlp/trees/TreeVisitor.html...
Generating javadoc/edu/stanford/nlp/trees/TypedDependency.html...
Generating javadoc/edu/stanford/nlp/trees/UniversalEnglishGrammaticalRelations.html...
src/edu/stanford/nlp/trees/UniversalEnglishGrammaticalRelations.java:1211: error: unexpected content
* @see {@link CoordinationTransformer#MWETransform(Tree)}
^
Generating javadoc/edu/stanford/nlp/trees/UniversalEnglishGrammaticalStructure.html...
Generating javadoc/edu/stanford/nlp/trees/UniversalEnglishGrammaticalStructure.FromDependenciesFactory.html...
Generating javadoc/edu/stanford/nlp/trees/UniversalEnglishGrammaticalStructureFactory.html...
Generating javadoc/edu/stanford/nlp/trees/UniversalPOSMapper.html...
Generating javadoc/edu/stanford/nlp/trees/UniversalSemanticHeadFinder.html...
Generating javadoc/edu/stanford/nlp/trees/UnnamedConcreteDependency.html...
Generating javadoc/edu/stanford/nlp/trees/UnnamedDependency.html...
Generating javadoc/edu/stanford/nlp/trees/WordNetConnection.html...
Generating javadoc/edu/stanford/nlp/trees/WordStemmer.html...
Generating javadoc/edu/stanford/nlp/trees/tregex/DescriptionPattern.html...
Generating javadoc/edu/stanford/nlp/trees/tregex/Macros.html...
Generating javadoc/edu/stanford/nlp/trees/tregex/ParseException.html...
Generating javadoc/edu/stanford/nlp/trees/tregex/TregexMatcher.html...
Generating javadoc/edu/stanford/nlp/trees/tregex/TregexParseException.html...
Generating javadoc/edu/stanford/nlp/trees/tregex/TregexPattern.html...
src/edu/stanford/nlp/trees/tregex/TregexPattern.java:77: error: malformed HTML
* TregexPattern patternMW = TregexPattern.compile("/^MW/ < IN"); <br>
^
src/edu/stanford/nlp/trees/tregex/TregexPattern.java:142: error: no summary or caption for table
* </table>
^
src/edu/stanford/nlp/trees/tregex/TregexPattern.java:160: error: unknown tag: emph
* description. <emph>NB: A single '@' thus scopes over a disjunction
^
src/edu/stanford/nlp/trees/tregex/TregexPattern.java:162: error: unknown tag: emph
* </emph> The basicCategory is defined according to a Function
^
src/edu/stanford/nlp/trees/tregex/TregexPattern.java:209: error: bad HTML entity
* Relations can be combined using the '&' and '|' operators,
^
src/edu/stanford/nlp/trees/tregex/TregexPattern.java:280: error: unknown tag: it
* with (String) argument "name" (<it>not</it> "=name").
^
src/edu/stanford/nlp/trees/tregex/TregexPattern.java:280: error: unknown tag: it
* with (String) argument "name" (<it>not</it> "=name").
^
src/edu/stanford/nlp/trees/tregex/TregexPattern.java:284: error: unknown tag: it
* <it>can be put within the scope of an optionality operator</it>.
^
src/edu/stanford/nlp/trees/tregex/TregexPattern.java:284: error: unknown tag: it
* <it>can be put within the scope of an optionality operator</it>.
^
Generating javadoc/edu/stanford/nlp/trees/tregex/TregexPattern.TRegexTreeReaderFactory.html...
Generating javadoc/edu/stanford/nlp/trees/tregex/TregexPatternCompiler.html...
Generating javadoc/edu/stanford/nlp/trees/tregex/tsurgeon/AdjoinToFootNode.html...
Generating javadoc/edu/stanford/nlp/trees/tregex/tsurgeon/AuxiliaryTree.html...
Generating javadoc/edu/stanford/nlp/trees/tregex/tsurgeon/CreateSubtreeNode.html...
Generating javadoc/edu/stanford/nlp/trees/tregex/tsurgeon/ExciseNode.html...
Generating javadoc/edu/stanford/nlp/trees/tregex/tsurgeon/FetchNode.html...
Generating javadoc/edu/stanford/nlp/trees/tregex/tsurgeon/JJTTsurgeonParserState.html...
Generating javadoc/edu/stanford/nlp/trees/tregex/tsurgeon/ParseException.html...
Generating javadoc/edu/stanford/nlp/trees/tregex/tsurgeon/Tsurgeon.html...
src/edu/stanford/nlp/trees/tregex/tsurgeon/Tsurgeon.java:129: error: header used out of sequence: <H4>
* <h4>Arguments:</h4>
^
src/edu/stanford/nlp/trees/tregex/tsurgeon/Tsurgeon.java:254: error: tag not allowed here: <dt>
* <li> <dt>{@code coindex <name1> <name2> ... <nameM>} Puts a (Penn Treebank style)
^
Generating javadoc/edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonMatcher.html...
Generating javadoc/edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonParseException.html...
Generating javadoc/edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonParserTreeConstants.html...
Generating javadoc/edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonPattern.html...
Generating javadoc/edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonRuntimeException.html...
Generating javadoc/edu/stanford/nlp/trees/international/hebrew/HebrewTreebankLanguagePack.html...
Generating javadoc/edu/stanford/nlp/trees/international/hebrew/HebrewTreeNormalizer.html...
Generating javadoc/edu/stanford/nlp/trees/international/hebrew/HebrewTreeNormalizer.HebrewEmptyFilter.html...
Generating javadoc/edu/stanford/nlp/trees/international/hebrew/HebrewTreeReaderFactory.html...
Generating javadoc/edu/stanford/nlp/trees/international/tuebadz/TueBaDZHeadFinder.html...
Generating javadoc/edu/stanford/nlp/trees/international/tuebadz/TueBaDZLanguagePack.html...
Generating javadoc/edu/stanford/nlp/trees/international/tuebadz/TueBaDZPennTreeNormalizer.html...
Generating javadoc/edu/stanford/nlp/trees/international/tuebadz/TueBaDZTreeReaderFactory.html...
Generating javadoc/edu/stanford/nlp/trees/international/spanish/SpanishHeadFinder.html...
Generating javadoc/edu/stanford/nlp/trees/international/spanish/SpanishTreebankLanguagePack.html...
Generating javadoc/edu/stanford/nlp/trees/international/spanish/SpanishTreeNormalizer.html...
Generating javadoc/edu/stanford/nlp/trees/international/spanish/SpanishTreeReaderFactory.html...
Generating javadoc/edu/stanford/nlp/trees/international/french/DybroFrenchHeadFinder.html...
src/edu/stanford/nlp/trees/international/french/package-info.java:2: error: element not allowed in documentation comments: <body>
* <body>
^
Generating javadoc/edu/stanford/nlp/trees/international/french/FrenchHeadFinder.html...
Generating javadoc/edu/stanford/nlp/trees/international/french/FrenchTreebankLanguagePack.html...
Generating javadoc/edu/stanford/nlp/trees/international/french/FrenchTreeNormalizer.html...
Generating javadoc/edu/stanford/nlp/trees/international/french/FrenchTreeNormalizer.FrenchAOverAFilter.html...
Generating javadoc/edu/stanford/nlp/trees/international/french/FrenchTreeReaderFactory.html...
Generating javadoc/edu/stanford/nlp/trees/international/french/FrenchXMLTreeReader.html...
Generating javadoc/edu/stanford/nlp/trees/international/french/FrenchXMLTreeReaderFactory.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese/BikelChineseHeadFinder.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese/CEDict.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseCollinizer.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseEnglishWordMap.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseEscaper.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.html...
src/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.java:970: error: block element not allowed within inline element <code>: pre
* <pre>
^
src/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.java:336: error: self-closing element not allowed
* <p /> Examples:
^
src/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.java:338: error: block element not allowed within inline element <code>: pre
* <pre>
^
src/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.java:341: error: self-closing element not allowed
* <p />
^
src/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.java:124: error: block element not allowed within inline element <code>: pre
* <pre>
^
src/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.java:203: error: block element not allowed within inline element <code>: pre
* <pre>
^
src/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.java:373: error: self-closing element not allowed
* <p />Examples:
^
src/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.java:375: error: block element not allowed within inline element <code>: pre
* <pre>
^
src/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.java:948: error: block element not allowed within inline element <code>: pre
* <pre>
^
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalStructure.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalStructure.FromDependenciesFactory.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalStructureFactory.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseHeadFinder.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseSemanticHeadFinder.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseTreebankLanguagePack.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseUtils.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese/CHTBTokenizer.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese/CTBErrorCorrectingTreeNormalizer.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese/CTBErrorCorrectingTreeNormalizer.CTBErrorCorrectingTreeReaderFactory.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese/CTBTreeReaderFactory.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese/CTBTreeReaderFactory.NoEmptiesCTBTreeReaderFactory.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese/FragDiscardingPennTreeReader.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese/RadicalMap.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese/SunJurafskyChineseHeadFinder.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese/UniversalChineseGrammaticalRelations.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese/UniversalChineseGrammaticalStructure.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese/UniversalChineseGrammaticalStructure.FromDependenciesFactory.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese/UniversalChineseGrammaticalStructureFactory.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese/UniversalChineseSemanticHeadFinder.html...
Generating javadoc/edu/stanford/nlp/trees/international/arabic/ArabicHeadFinder.html...
Generating javadoc/edu/stanford/nlp/trees/international/arabic/ArabicHeadFinder.TagSet.html...
Generating javadoc/edu/stanford/nlp/trees/international/arabic/ArabicTreebankLanguagePack.html...
Generating javadoc/edu/stanford/nlp/trees/international/arabic/ArabicTreebankTokenizer.html...
Generating javadoc/edu/stanford/nlp/trees/international/arabic/ArabicTreeNormalizer.html...
Generating javadoc/edu/stanford/nlp/trees/international/arabic/ArabicTreeNormalizer.ArabicEmptyFilter.html...
Generating javadoc/edu/stanford/nlp/trees/international/arabic/ArabicTreeReaderFactory.html...
Generating javadoc/edu/stanford/nlp/trees/international/arabic/ArabicTreeReaderFactory.ArabicRawTreeReaderFactory.html...
Generating javadoc/edu/stanford/nlp/trees/international/arabic/ATBTreeUtils.html...
Generating javadoc/edu/stanford/nlp/trees/international/negra/NegraHeadFinder.html...
Generating javadoc/edu/stanford/nlp/trees/international/negra/NegraLabel.html...
Generating javadoc/edu/stanford/nlp/trees/international/negra/NegraPennLanguagePack.html...
Generating javadoc/edu/stanford/nlp/trees/international/negra/NegraPennTokenizer.html...
Generating javadoc/edu/stanford/nlp/trees/international/negra/NegraPennTreeNormalizer.html...
Generating javadoc/edu/stanford/nlp/trees/international/negra/NegraPennTreeReaderFactory.html...
Generating javadoc/edu/stanford/nlp/trees/treebank/AbstractDataset.html...
Generating javadoc/edu/stanford/nlp/trees/treebank/AbstractDataset.SplitFilter.html...
Generating javadoc/edu/stanford/nlp/trees/treebank/ConfigParser.html...
Generating javadoc/edu/stanford/nlp/trees/treebank/Dataset.html...
Generating javadoc/edu/stanford/nlp/trees/treebank/Dataset.Encoding.html...
Generating javadoc/edu/stanford/nlp/trees/treebank/DefaultMapper.html...
Generating javadoc/edu/stanford/nlp/trees/treebank/DistributionPackage.html...
Generating javadoc/edu/stanford/nlp/trees/treebank/Mapper.html...
Generating javadoc/edu/stanford/nlp/trees/treebank/TreebankPreprocessor.html...
Generating javadoc/edu/stanford/nlp/trees/ud/CoNLLUDocumentReader.html...
Generating javadoc/edu/stanford/nlp/trees/ud/CoNLLUDocumentWriter.html...
Generating javadoc/edu/stanford/nlp/trees/ud/CoNLLUUtils.html...
Generating javadoc/edu/stanford/nlp/trees/ud/CoNLLUUtils.DepIndexComparator.html...
Generating javadoc/edu/stanford/nlp/trees/ud/CoNLLUUtils.FeatureNameComparator.html...
Generating javadoc/edu/stanford/nlp/trees/ud/EnhancementOptions.html...
Generating javadoc/edu/stanford/nlp/trees/ud/UniversalDependenciesConverter.html...
Generating javadoc/edu/stanford/nlp/parser/KBestViterbiParser.html...
Generating javadoc/edu/stanford/nlp/parser/Parser.html...
Generating javadoc/edu/stanford/nlp/parser/ViterbiParser.html...
Generating javadoc/edu/stanford/nlp/parser/ViterbiParserWithOptions.html...
Generating javadoc/edu/stanford/nlp/parser/shiftreduce/BaseModel.html...
Generating javadoc/edu/stanford/nlp/parser/shiftreduce/BasicFeatureFactory.html...
Generating javadoc/edu/stanford/nlp/parser/shiftreduce/BinaryTransition.html...
Generating javadoc/edu/stanford/nlp/parser/shiftreduce/BinaryTransition.Side.html...
Generating javadoc/edu/stanford/nlp/parser/shiftreduce/CombinationFeatureFactory.html...
Generating javadoc/edu/stanford/nlp/parser/shiftreduce/CompoundUnaryTransition.html...
Generating javadoc/edu/stanford/nlp/parser/shiftreduce/CreateTransitionSequence.html...
Generating javadoc/edu/stanford/nlp/parser/shiftreduce/DistsimFeatureFactory.html...
Generating javadoc/edu/stanford/nlp/parser/shiftreduce/FeatureFactory.html...
Generating javadoc/edu/stanford/nlp/parser/shiftreduce/FinalizeTransition.html...
Generating javadoc/edu/stanford/nlp/parser/shiftreduce/IdleTransition.html...
Generating javadoc/edu/stanford/nlp/parser/shiftreduce/PerceptronModel.html...
Generating javadoc/edu/stanford/nlp/parser/shiftreduce/ReorderingOracle.html...
Generating javadoc/edu/stanford/nlp/parser/shiftreduce/ShiftReduceOptions.html...
Generating javadoc/edu/stanford/nlp/parser/shiftreduce/ShiftReduceParser.html...
Generating javadoc/edu/stanford/nlp/parser/shiftreduce/ShiftReduceParserQuery.html...
Generating javadoc/edu/stanford/nlp/parser/shiftreduce/ShiftReduceTestOptions.html...
Generating javadoc/edu/stanford/nlp/parser/shiftreduce/ShiftReduceTrainOptions.html...
Generating javadoc/edu/stanford/nlp/parser/shiftreduce/ShiftReduceTrainOptions.TrainingMethod.html...
Generating javadoc/edu/stanford/nlp/parser/shiftreduce/ShiftTransition.html...
Generating javadoc/edu/stanford/nlp/parser/shiftreduce/State.html...
Generating javadoc/edu/stanford/nlp/parser/shiftreduce/State.HeadPosition.html...
Generating javadoc/edu/stanford/nlp/parser/shiftreduce/Transition.html...
Generating javadoc/edu/stanford/nlp/parser/shiftreduce/TreeRecorder.html...
Generating javadoc/edu/stanford/nlp/parser/shiftreduce/TreeRecorder.Mode.html...
Generating javadoc/edu/stanford/nlp/parser/shiftreduce/UnaryTransition.html...
Generating javadoc/edu/stanford/nlp/parser/shiftreduce/Weight.html...
Generating javadoc/edu/stanford/nlp/parser/dvparser/CacheParseHypotheses.html...
Generating javadoc/edu/stanford/nlp/parser/dvparser/DVModel.html...
Generating javadoc/edu/stanford/nlp/parser/dvparser/DVModelReranker.html...
Generating javadoc/edu/stanford/nlp/parser/dvparser/DVModelReranker.Query.html...
Generating javadoc/edu/stanford/nlp/parser/dvparser/DVParser.html...
Generating javadoc/edu/stanford/nlp/parser/dvparser/DVParserCostAndGradient.html...
Generating javadoc/edu/stanford/nlp/parser/dvparser/FilterConfusingRules.html...
Generating javadoc/edu/stanford/nlp/parser/dvparser/UnknownWordPrinter.html...
Generating javadoc/edu/stanford/nlp/parser/tools/PunctEquivalenceClasser.html...
Generating javadoc/edu/stanford/nlp/parser/nndep/ArcStandard.html...
Generating javadoc/edu/stanford/nlp/parser/nndep/Classifier.html...
Generating javadoc/edu/stanford/nlp/parser/nndep/Classifier.Cost.html...
Generating javadoc/edu/stanford/nlp/parser/nndep/Config.html...
Generating javadoc/edu/stanford/nlp/parser/nndep/Configuration.html...
Generating javadoc/edu/stanford/nlp/parser/nndep/Dataset.html...
Generating javadoc/edu/stanford/nlp/parser/nndep/DependencyParser.html...
Generating javadoc/edu/stanford/nlp/parser/nndep/ParsingSystem.html...
Generating javadoc/edu/stanford/nlp/parser/nndep/Util.html...
Generating javadoc/edu/stanford/nlp/parser/nndep/demo/DependencyParserDemo.html...
Generating javadoc/edu/stanford/nlp/parser/metrics/AbstractEval.html...
Generating javadoc/edu/stanford/nlp/parser/metrics/AbstractEval.CatErrorEval.html...
Generating javadoc/edu/stanford/nlp/parser/metrics/AbstractEval.RuleErrorEval.html...
Generating javadoc/edu/stanford/nlp/parser/metrics/AbstractEval.ScoreEval.html...
Generating javadoc/edu/stanford/nlp/parser/metrics/BestOfTopKEval.html...
Generating javadoc/edu/stanford/nlp/parser/metrics/Eval.html...
Generating javadoc/edu/stanford/nlp/parser/metrics/Evalb.html...
Generating javadoc/edu/stanford/nlp/parser/metrics/Evalb.CBEval.html...
Generating javadoc/edu/stanford/nlp/parser/metrics/EvalbByCat.html...
Generating javadoc/edu/stanford/nlp/parser/metrics/FilteredEval.html...
Generating javadoc/edu/stanford/nlp/parser/metrics/LeafAncestorEval.html...
Generating javadoc/edu/stanford/nlp/parser/metrics/ParserQueryEval.html...
Generating javadoc/edu/stanford/nlp/parser/metrics/TaggingEval.html...
Generating javadoc/edu/stanford/nlp/parser/metrics/TopMatchEval.html...
Generating javadoc/edu/stanford/nlp/parser/metrics/TreeSpanScoring.html...
Generating javadoc/edu/stanford/nlp/parser/metrics/UnlabeledAttachmentEval.html...
Generating javadoc/edu/stanford/nlp/parser/common/ArgUtils.html...
Generating javadoc/edu/stanford/nlp/parser/common/NoSuchParseException.html...
Generating javadoc/edu/stanford/nlp/parser/common/ParserAnnotations.html...
Generating javadoc/edu/stanford/nlp/parser/common/ParserAnnotations.CandidatePartOfSpeechAnnotation.html...
Generating javadoc/edu/stanford/nlp/parser/common/ParserAnnotations.ConstraintAnnotation.html...
Generating javadoc/edu/stanford/nlp/parser/common/ParserConstraint.html...
Generating javadoc/edu/stanford/nlp/parser/common/ParserGrammar.html...
Generating javadoc/edu/stanford/nlp/parser/common/ParserQuery.html...
Generating javadoc/edu/stanford/nlp/parser/common/ParserUtils.html...
Generating javadoc/edu/stanford/nlp/parser/common/ParsingThreadsafeProcessor.html...
Generating javadoc/edu/stanford/nlp/parser/server/LexicalizedParserClient.html...
Generating javadoc/edu/stanford/nlp/parser/server/LexicalizedParserServer.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/AbstractDependencyGrammar.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/AbstractTreebankParserParams.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/AbstractTreebankParserParams.AnnotatePunctuationFunction.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/AbstractTreebankParserParams.RemoveGFSubcategoryStripper.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/AbstractTreebankParserParams.SubcategoryStripper.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/AbstractTreeExtractor.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/AbstractUnknownWordModelTrainer.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/ArabicTreebankParserParams.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/ArabicTreebankParserParams.ArabicSubcategoryStripper.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/ArabicUnknownWordModel.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/ArabicUnknownWordModelTrainer.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/BaseLexicon.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/BaseUnknownWordModel.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/BaseUnknownWordModelTrainer.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/BasicCategoryTagProjection.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/BiLexPCFGParser.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/BiLexPCFGParser.N5BiLexPCFGParser.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/BinaryGrammar.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/BinaryGrammarExtractor.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/BinaryHeadFinder.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/BinaryRule.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/BoundaryRemover.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/ChineseCharacterBasedLexicon.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/ChineseLexicon.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/ChineseLexiconAndWordSegmenter.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/ChineseMarkovWordSegmenter.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/ChineseSimWordAvgDepGrammar.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/ChineseTreebankParserParams.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/ChineseUnknownWordModel.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/ChineseUnknownWordModelTrainer.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/CNFTransformers.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/CollinsPuncTransformer.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/Debinarizer.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/DependencyGrammar.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/Edge.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/EnglishTreebankParserParams.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/EnglishTreebankParserParams.EnglishSubcategoryStripper.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/EnglishTreebankParserParams.EnglishTest.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/EnglishTreebankParserParams.EnglishTrain.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/EnglishUnknownWordModel.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/EnglishUnknownWordModelTrainer.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/EvalbFormatWriter.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/EvaluateTreebank.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/ExactGrammarCompactor.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/ExhaustiveDependencyParser.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/ExhaustivePCFGParser.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/Extractor.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/FactoredLexicon.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/FactoredLexiconEvent.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/FactoredParser.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/FastFactoredParser.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/FrenchTreebankParserParams.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/FrenchUnknownWordModel.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/FrenchUnknownWordModelTrainer.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/GermanUnknownWordModel.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/GermanUnknownWordModelTrainer.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/GrammarCompactor.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/GrammarProjection.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/HebrewTreebankParserParams.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/Hook.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/HookChart.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/HTKLatticeReader.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/HTKLatticeReader.LatticeWord.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/IntDependency.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/IntTaggedWord.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/Item.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/IterativeCKYPCFGParser.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/Lattice.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/LatticeEdge.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/LatticeScorer.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/LexicalizedParser.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/LexicalizedParserQuery.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/Lexicon.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/LinearGrammarSmoother.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/MLEDependencyGrammar.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/MLEDependencyGrammarExtractor.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/NegraPennCollinizer.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/NegraPennTreebankParserParams.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/NodePruner.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/Options.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/Options.LexOptions.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/OutsideRuleFilter.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/ParentAnnotationStats.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/ParseFiles.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/Reranker.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/RerankerQuery.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/RerankingParserQuery.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/Rule.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/Scorer.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/SisterAnnotationStats.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/SpanishTreebankParserParams.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/SpanishUnknownWordModel.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/SpanishUnknownWordModelTrainer.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/SplittingGrammarExtractor.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/TagProjection.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/TestOptions.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/TestTagProjection.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/TrainOptions.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/TrainOptions.TransformMatrixType.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/TreeAnnotator.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/TreeAnnotatorAndBinarizer.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/TreebankAnnotator.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/TreebankLangParserParams.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/TreeBinarizer.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/TreeCollinizer.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/TregexPoweredTreebankParserParams.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/TregexPoweredTreebankParserParams.AnnotateHeadFunction.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/TregexPoweredTreebankParserParams.SimpleStringFunction.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/TueBaDZParserParams.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/UnaryGrammar.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/UnaryRule.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/UnknownGTTrainer.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/UnknownWordModel.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/UnknownWordModelTrainer.html...
Generating javadoc/edu/stanford/nlp/parser/ui/Parser.html...
Generating javadoc/edu/stanford/nlp/parser/ui/ParserPanel.html...
Generating javadoc/edu/stanford/nlp/parser/ui/TreeJPanel.html...
Generating javadoc/edu/stanford/nlp/parser/ui/TreeJPanel.WidthResult.html...
Generating javadoc/edu/stanford/nlp/ui/JarFileChooser.html...
Generating javadoc/edu/stanford/nlp/sentiment/RNNOptions.html...
Generating javadoc/edu/stanford/nlp/sentiment/RNNTestOptions.html...
Generating javadoc/edu/stanford/nlp/sentiment/RNNTrainOptions.html...
Generating javadoc/edu/stanford/nlp/sentiment/SentimentModel.html...
Generating javadoc/overview-frame.html...
Generating javadoc/edu/stanford/nlp/fsm/package-frame.html...
Generating javadoc/edu/stanford/nlp/fsm/package-summary.html...
Generating javadoc/edu/stanford/nlp/fsm/package-tree.html...
Generating javadoc/edu/stanford/nlp/graph/package-frame.html...
Generating javadoc/edu/stanford/nlp/graph/package-summary.html...
Generating javadoc/edu/stanford/nlp/graph/package-tree.html...
Generating javadoc/edu/stanford/nlp/ie/machinereading/structure/package-frame.html...
Generating javadoc/edu/stanford/nlp/ie/machinereading/structure/package-summary.html...
Generating javadoc/edu/stanford/nlp/ie/machinereading/structure/package-tree.html...
Generating javadoc/edu/stanford/nlp/ie/util/package-frame.html...
Generating javadoc/edu/stanford/nlp/ie/util/package-summary.html...
Generating javadoc/edu/stanford/nlp/ie/util/package-tree.html...
Generating javadoc/edu/stanford/nlp/international/package-frame.html...
Generating javadoc/edu/stanford/nlp/international/package-summary.html...
Generating javadoc/edu/stanford/nlp/international/package-tree.html...
Generating javadoc/edu/stanford/nlp/international/arabic/package-frame.html...
Generating javadoc/edu/stanford/nlp/international/arabic/package-summary.html...
Generating javadoc/edu/stanford/nlp/international/arabic/package-tree.html...
Generating javadoc/edu/stanford/nlp/international/arabic/pipeline/package-frame.html...
Generating javadoc/edu/stanford/nlp/international/arabic/pipeline/package-summary.html...
Generating javadoc/edu/stanford/nlp/international/arabic/pipeline/package-tree.html...
Generating javadoc/edu/stanford/nlp/international/arabic/process/package-frame.html...
Generating javadoc/edu/stanford/nlp/international/arabic/process/package-summary.html...
Generating javadoc/edu/stanford/nlp/international/arabic/process/package-tree.html...
Generating javadoc/edu/stanford/nlp/international/french/package-frame.html...
Generating javadoc/edu/stanford/nlp/international/french/package-summary.html...
Generating javadoc/edu/stanford/nlp/international/french/package-tree.html...
Generating javadoc/edu/stanford/nlp/international/french/pipeline/package-frame.html...
Generating javadoc/edu/stanford/nlp/international/french/pipeline/package-summary.html...
Generating javadoc/edu/stanford/nlp/international/french/pipeline/package-tree.html...
Generating javadoc/edu/stanford/nlp/international/french/process/package-frame.html...
Generating javadoc/edu/stanford/nlp/international/french/process/package-summary.html...
Generating javadoc/edu/stanford/nlp/international/french/process/package-tree.html...
Generating javadoc/edu/stanford/nlp/international/morph/package-frame.html...
Generating javadoc/edu/stanford/nlp/international/morph/package-summary.html...
Generating javadoc/edu/stanford/nlp/international/morph/package-tree.html...
Generating javadoc/edu/stanford/nlp/international/spanish/package-frame.html...
Generating javadoc/edu/stanford/nlp/international/spanish/package-summary.html...
Generating javadoc/edu/stanford/nlp/international/spanish/package-tree.html...
Generating javadoc/edu/stanford/nlp/international/spanish/process/package-frame.html...
Generating javadoc/edu/stanford/nlp/international/spanish/process/package-summary.html...
Generating javadoc/edu/stanford/nlp/international/spanish/process/package-tree.html...
Generating javadoc/edu/stanford/nlp/io/package-frame.html...
Generating javadoc/edu/stanford/nlp/io/package-summary.html...
Generating javadoc/edu/stanford/nlp/io/package-tree.html...
Generating javadoc/edu/stanford/nlp/io/ui/package-frame.html...
Generating javadoc/edu/stanford/nlp/io/ui/package-summary.html...
Generating javadoc/edu/stanford/nlp/io/ui/package-tree.html...
Generating javadoc/edu/stanford/nlp/ling/package-frame.html...
Generating javadoc/edu/stanford/nlp/ling/package-summary.html...
Generating javadoc/edu/stanford/nlp/ling/package-tree.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/package-frame.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/package-summary.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/package-tree.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/parser/package-frame.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/parser/package-summary.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/parser/package-tree.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/types/package-frame.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/types/package-summary.html...
Generating javadoc/edu/stanford/nlp/ling/tokensregex/types/package-tree.html...
Generating javadoc/edu/stanford/nlp/math/package-frame.html...
Generating javadoc/edu/stanford/nlp/math/package-summary.html...
Generating javadoc/edu/stanford/nlp/math/package-tree.html...
Generating javadoc/edu/stanford/nlp/maxent/package-frame.html...
Generating javadoc/edu/stanford/nlp/maxent/package-summary.html...
Generating javadoc/edu/stanford/nlp/maxent/package-tree.html...
Generating javadoc/edu/stanford/nlp/maxent/iis/package-frame.html...
Generating javadoc/edu/stanford/nlp/maxent/iis/package-summary.html...
Generating javadoc/edu/stanford/nlp/maxent/iis/package-tree.html...
Generating javadoc/edu/stanford/nlp/neural/package-frame.html...
Generating javadoc/edu/stanford/nlp/neural/package-summary.html...
Generating javadoc/edu/stanford/nlp/neural/package-tree.html...
Generating javadoc/edu/stanford/nlp/objectbank/package-frame.html...
Generating javadoc/edu/stanford/nlp/objectbank/package-summary.html...
Generating javadoc/edu/stanford/nlp/objectbank/package-tree.html...
Generating javadoc/edu/stanford/nlp/optimization/package-frame.html...
Generating javadoc/edu/stanford/nlp/optimization/package-summary.html...
Generating javadoc/edu/stanford/nlp/optimization/package-tree.html...
Generating javadoc/edu/stanford/nlp/parser/package-frame.html...
Generating javadoc/edu/stanford/nlp/parser/package-summary.html...
Generating javadoc/edu/stanford/nlp/parser/package-tree.html...
Generating javadoc/edu/stanford/nlp/parser/common/package-frame.html...
Generating javadoc/edu/stanford/nlp/parser/common/package-summary.html...
Generating javadoc/edu/stanford/nlp/parser/common/package-tree.html...
Generating javadoc/edu/stanford/nlp/parser/dvparser/package-frame.html...
Generating javadoc/edu/stanford/nlp/parser/dvparser/package-summary.html...
Generating javadoc/edu/stanford/nlp/parser/dvparser/package-tree.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/package-frame.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/package-summary.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/package-tree.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/demo/package-frame.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/demo/package-summary.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser/demo/package-tree.html...
Generating javadoc/edu/stanford/nlp/parser/metrics/package-frame.html...
Generating javadoc/edu/stanford/nlp/parser/metrics/package-summary.html...
Generating javadoc/edu/stanford/nlp/parser/metrics/package-tree.html...
Generating javadoc/edu/stanford/nlp/parser/nndep/package-frame.html...
Generating javadoc/edu/stanford/nlp/parser/nndep/package-summary.html...
Generating javadoc/edu/stanford/nlp/parser/nndep/package-tree.html...
Generating javadoc/edu/stanford/nlp/parser/nndep/demo/package-frame.html...
Generating javadoc/edu/stanford/nlp/parser/nndep/demo/package-summary.html...
Generating javadoc/edu/stanford/nlp/parser/nndep/demo/package-tree.html...
Generating javadoc/edu/stanford/nlp/parser/server/package-frame.html...
Generating javadoc/edu/stanford/nlp/parser/server/package-summary.html...
Generating javadoc/edu/stanford/nlp/parser/server/package-tree.html...
Generating javadoc/edu/stanford/nlp/parser/shiftreduce/package-frame.html...
Generating javadoc/edu/stanford/nlp/parser/shiftreduce/package-summary.html...
Generating javadoc/edu/stanford/nlp/parser/shiftreduce/package-tree.html...
Generating javadoc/edu/stanford/nlp/parser/tools/package-frame.html...
Generating javadoc/edu/stanford/nlp/parser/tools/package-summary.html...
Generating javadoc/edu/stanford/nlp/parser/tools/package-tree.html...
Generating javadoc/edu/stanford/nlp/parser/ui/package-frame.html...
Generating javadoc/edu/stanford/nlp/parser/ui/package-summary.html...
Generating javadoc/edu/stanford/nlp/parser/ui/package-tree.html...
Generating javadoc/edu/stanford/nlp/pipeline/package-frame.html...
Generating javadoc/edu/stanford/nlp/pipeline/package-summary.html...
Generating javadoc/edu/stanford/nlp/pipeline/package-tree.html...
Generating javadoc/edu/stanford/nlp/process/package-frame.html...
Generating javadoc/edu/stanford/nlp/process/package-summary.html...
Generating javadoc/edu/stanford/nlp/process/package-tree.html...
Generating javadoc/edu/stanford/nlp/semgraph/package-frame.html...
Generating javadoc/edu/stanford/nlp/semgraph/package-summary.html...
Generating javadoc/edu/stanford/nlp/semgraph/package-tree.html...
Generating javadoc/edu/stanford/nlp/semgraph/semgrex/package-frame.html...
Generating javadoc/edu/stanford/nlp/semgraph/semgrex/package-summary.html...
Generating javadoc/edu/stanford/nlp/semgraph/semgrex/package-tree.html...
Generating javadoc/edu/stanford/nlp/sentiment/package-frame.html...
Generating javadoc/edu/stanford/nlp/sentiment/package-summary.html...
Generating javadoc/edu/stanford/nlp/sentiment/package-tree.html...
Generating javadoc/edu/stanford/nlp/sequences/package-frame.html...
Generating javadoc/edu/stanford/nlp/sequences/package-summary.html...
Generating javadoc/edu/stanford/nlp/sequences/package-tree.html...
Generating javadoc/edu/stanford/nlp/stats/package-frame.html...
Generating javadoc/edu/stanford/nlp/stats/package-summary.html...
Generating javadoc/edu/stanford/nlp/stats/package-tree.html...
Generating javadoc/edu/stanford/nlp/swing/package-frame.html...
Generating javadoc/edu/stanford/nlp/swing/package-summary.html...
Generating javadoc/edu/stanford/nlp/swing/package-tree.html...
Generating javadoc/edu/stanford/nlp/tagger/common/package-frame.html...
Generating javadoc/edu/stanford/nlp/tagger/common/package-summary.html...
Generating javadoc/edu/stanford/nlp/tagger/common/package-tree.html...
Generating javadoc/edu/stanford/nlp/tagger/io/package-frame.html...
Generating javadoc/edu/stanford/nlp/tagger/io/package-summary.html...
Generating javadoc/edu/stanford/nlp/tagger/io/package-tree.html...
Generating javadoc/edu/stanford/nlp/tagger/maxent/package-frame.html...
Generating javadoc/edu/stanford/nlp/tagger/maxent/package-summary.html...
Generating javadoc/edu/stanford/nlp/tagger/maxent/package-tree.html...
Generating javadoc/edu/stanford/nlp/trees/package-frame.html...
Generating javadoc/edu/stanford/nlp/trees/package-summary.html...
Generating javadoc/edu/stanford/nlp/trees/package-tree.html...
Generating javadoc/edu/stanford/nlp/trees/international/arabic/package-frame.html...
Generating javadoc/edu/stanford/nlp/trees/international/arabic/package-summary.html...
Generating javadoc/edu/stanford/nlp/trees/international/arabic/package-tree.html...
Generating javadoc/edu/stanford/nlp/trees/international/french/package-frame.html...
Generating javadoc/edu/stanford/nlp/trees/international/french/package-summary.html...
Generating javadoc/edu/stanford/nlp/trees/international/french/package-tree.html...
Generating javadoc/edu/stanford/nlp/trees/international/hebrew/package-frame.html...
Generating javadoc/edu/stanford/nlp/trees/international/hebrew/package-summary.html...
Generating javadoc/edu/stanford/nlp/trees/international/hebrew/package-tree.html...
Generating javadoc/edu/stanford/nlp/trees/international/negra/package-frame.html...
Generating javadoc/edu/stanford/nlp/trees/international/negra/package-summary.html...
Generating javadoc/edu/stanford/nlp/trees/international/negra/package-tree.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese/package-frame.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese/package-summary.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese/package-tree.html...
Generating javadoc/edu/stanford/nlp/trees/international/spanish/package-frame.html...
Generating javadoc/edu/stanford/nlp/trees/international/spanish/package-summary.html...
Generating javadoc/edu/stanford/nlp/trees/international/spanish/package-tree.html...
Generating javadoc/edu/stanford/nlp/trees/international/tuebadz/package-frame.html...
Generating javadoc/edu/stanford/nlp/trees/international/tuebadz/package-summary.html...
Generating javadoc/edu/stanford/nlp/trees/international/tuebadz/package-tree.html...
Generating javadoc/edu/stanford/nlp/trees/treebank/package-frame.html...
Generating javadoc/edu/stanford/nlp/trees/treebank/package-summary.html...
Generating javadoc/edu/stanford/nlp/trees/treebank/package-tree.html...
Generating javadoc/edu/stanford/nlp/trees/tregex/package-frame.html...
Generating javadoc/edu/stanford/nlp/trees/tregex/package-summary.html...
Generating javadoc/edu/stanford/nlp/trees/tregex/package-tree.html...
Generating javadoc/edu/stanford/nlp/trees/tregex/tsurgeon/package-frame.html...
Generating javadoc/edu/stanford/nlp/trees/tregex/tsurgeon/package-summary.html...
Generating javadoc/edu/stanford/nlp/trees/tregex/tsurgeon/package-tree.html...
Generating javadoc/edu/stanford/nlp/trees/ud/package-frame.html...
Generating javadoc/edu/stanford/nlp/trees/ud/package-summary.html...
Generating javadoc/edu/stanford/nlp/trees/ud/package-tree.html...
Generating javadoc/edu/stanford/nlp/ui/package-frame.html...
Generating javadoc/edu/stanford/nlp/ui/package-summary.html...
Generating javadoc/edu/stanford/nlp/ui/package-tree.html...
Generating javadoc/edu/stanford/nlp/util/package-frame.html...
Generating javadoc/edu/stanford/nlp/util/package-summary.html...
Generating javadoc/edu/stanford/nlp/util/package-tree.html...
Generating javadoc/edu/stanford/nlp/util/concurrent/package-frame.html...
Generating javadoc/edu/stanford/nlp/util/concurrent/package-summary.html...
Generating javadoc/edu/stanford/nlp/util/concurrent/package-tree.html...
Generating javadoc/edu/stanford/nlp/util/logging/package-frame.html...
Generating javadoc/edu/stanford/nlp/util/logging/package-summary.html...
Generating javadoc/edu/stanford/nlp/util/logging/package-tree.html...
Generating javadoc/constant-values.html...
Generating javadoc/serialized-form.html...
Building index for all the packages and classes...
Generating javadoc/overview-tree.html...
Generating javadoc/index-all.html...
Generating javadoc/deprecated-list.html...
Building index for all classes...
Generating javadoc/allclasses-frame.html...
Generating javadoc/allclasses-noframe.html...
Generating javadoc/index.html...
Generating javadoc/overview-summary.html...
Generating javadoc/help-doc.html...
100 errors
100 warnings
added manifest
adding: allclasses-frame.html(in = 217780) (out= 17054)(deflated 92%)
adding: allclasses-noframe.html(in = 193200) (out= 16651)(deflated 91%)
adding: constant-values.html(in = 194479) (out= 15265)(deflated 92%)
adding: deprecated-list.html(in = 15755) (out= 2248)(deflated 85%)
adding: edu/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/swing/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/swing/package-frame.html(in = 851) (out= 483)(deflated 43%)
adding: edu/stanford/nlp/swing/FontDetector.html(in = 11772) (out= 2620)(deflated 77%)
adding: edu/stanford/nlp/swing/package-summary.html(in = 5463) (out= 1506)(deflated 72%)
adding: edu/stanford/nlp/swing/package-tree.html(in = 4747) (out= 1276)(deflated 73%)
adding: edu/stanford/nlp/math/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/math/ArrayMath.html(in = 122183) (out= 13092)(deflated 89%)
adding: edu/stanford/nlp/math/package-tree.html(in = 5391) (out= 1365)(deflated 74%)
adding: edu/stanford/nlp/math/package-summary.html(in = 6567) (out= 1692)(deflated 74%)
adding: edu/stanford/nlp/math/package-frame.html(in = 1174) (out= 531)(deflated 54%)
adding: edu/stanford/nlp/math/ArrayMath.InvalidElementException.html(in = 9023) (out= 2058)(deflated 77%)
adding: edu/stanford/nlp/math/SloppyMath.html(in = 41769) (out= 7538)(deflated 81%)
adding: edu/stanford/nlp/trees/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/trees/FilteringTreeReader.html(in = 12929) (out= 2732)(deflated 78%)
adding: edu/stanford/nlp/trees/SynchronizedTreeTransformer.html(in = 13300) (out= 2881)(deflated 78%)
adding: edu/stanford/nlp/trees/UniversalEnglishGrammaticalRelations.html(in = 99108) (out= 14988)(deflated 84%)
adding: edu/stanford/nlp/trees/UniversalEnglishGrammaticalStructureFactory.html(in = 14266) (out= 2610)(deflated 81%)
adding: edu/stanford/nlp/trees/UniversalPOSMapper.html(in = 11204) (out= 2443)(deflated 78%)
adding: edu/stanford/nlp/trees/TransformingTreebank.html(in = 22929) (out= 3980)(deflated 82%)
adding: edu/stanford/nlp/trees/TreeNormalizer.html(in = 15575) (out= 3604)(deflated 76%)
adding: edu/stanford/nlp/trees/PennTreebankTokenizer.html(in = 12395) (out= 2428)(deflated 80%)
adding: edu/stanford/nlp/trees/LabeledScoredTreeFactory.html(in = 20472) (out= 3245)(deflated 84%)
adding: edu/stanford/nlp/trees/Trees.html(in = 55684) (out= 6565)(deflated 88%)
adding: edu/stanford/nlp/trees/EnglishGrammaticalStructureFactory.html(in = 13927) (out= 2597)(deflated 81%)
adding: edu/stanford/nlp/trees/TreeLengthComparator.html(in = 11348) (out= 2481)(deflated 78%)
adding: edu/stanford/nlp/trees/PennTreebankLanguagePack.html(in = 42853) (out= 5594)(deflated 86%)
adding: edu/stanford/nlp/trees/LabeledScoredConstituentFactory.html(in = 13619) (out= 2618)(deflated 80%)
adding: edu/stanford/nlp/trees/TreeLeafLabelTransformer.html(in = 13010) (out= 2838)(deflated 78%)
adding: edu/stanford/nlp/trees/PennTreeReader.html(in = 19814) (out= 3862)(deflated 80%)
adding: edu/stanford/nlp/trees/ud/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/trees/ud/package-frame.html(in = 1730) (out= 595)(deflated 65%)
adding: edu/stanford/nlp/trees/ud/EnhancementOptions.html(in = 15709) (out= 2782)(deflated 82%)
adding: edu/stanford/nlp/trees/ud/CoNLLUDocumentReader.html(in = 13635) (out= 2697)(deflated 80%)
adding: edu/stanford/nlp/trees/ud/package-summary.html(in = 6857) (out= 1649)(deflated 75%)
adding: edu/stanford/nlp/trees/ud/CoNLLUDocumentWriter.html(in = 13890) (out= 2580)(deflated 81%)
adding: edu/stanford/nlp/trees/ud/CoNLLUUtils.html(in = 14853) (out= 2815)(deflated 81%)
adding: edu/stanford/nlp/trees/ud/UniversalDependenciesConverter.html(in = 9029) (out= 2308)(deflated 74%)
adding: edu/stanford/nlp/trees/ud/package-tree.html(in = 6568) (out= 1476)(deflated 77%)
adding: edu/stanford/nlp/trees/ud/CoNLLUUtils.DepIndexComparator.html(in = 10690) (out= 2396)(deflated 77%)
adding: edu/stanford/nlp/trees/ud/CoNLLUUtils.FeatureNameComparator.html(in = 10761) (out= 2411)(deflated 77%)
adding: edu/stanford/nlp/trees/PennTreeReaderFactory.html(in = 18357) (out= 2814)(deflated 84%)
adding: edu/stanford/nlp/trees/UniversalEnglishGrammaticalStructure.html(in = 50672) (out= 6764)(deflated 86%)
adding: edu/stanford/nlp/trees/TreeTransformer.html(in = 16521) (out= 3148)(deflated 80%)
adding: edu/stanford/nlp/trees/SimpleConstituent.html(in = 19589) (out= 3383)(deflated 82%)
adding: edu/stanford/nlp/trees/UniversalSemanticHeadFinder.html(in = 23630) (out= 4476)(deflated 81%)
adding: edu/stanford/nlp/trees/TreeVisitor.html(in = 9909) (out= 2451)(deflated 75%)
adding: edu/stanford/nlp/trees/DependencyTreeTransformer.html(in = 17550) (out= 3376)(deflated 80%)
adding: edu/stanford/nlp/trees/HeadFinder.html(in = 14151) (out= 2828)(deflated 80%)
adding: edu/stanford/nlp/trees/HasParent.html(in = 8173) (out= 2050)(deflated 74%)
adding: edu/stanford/nlp/trees/CollinsHeadFinder.html(in = 18454) (out= 3678)(deflated 80%)
adding: edu/stanford/nlp/trees/TreeCoreAnnotations.html(in = 10050) (out= 2201)(deflated 78%)
adding: edu/stanford/nlp/trees/Dependencies.DependentPuncWordRejectFilter.html(in = 13872) (out= 2586)(deflated 81%)
adding: edu/stanford/nlp/trees/TreeFunctions.html(in = 13310) (out= 2723)(deflated 79%)
adding: edu/stanford/nlp/trees/UniversalEnglishGrammaticalStructure.FromDependenciesFactory.html(in = 12046) (out= 2389)(deflated 80%)
adding: edu/stanford/nlp/trees/NamedDependency.html(in = 22461) (out= 3554)(deflated 84%)
adding: edu/stanford/nlp/trees/package-summary.html(in = 54206) (out= 9805)(deflated 81%)
adding: edu/stanford/nlp/trees/GrammaticalStructureConversionUtils.ConverterOptions.html(in = 20401) (out= 3319)(deflated 83%)
adding: edu/stanford/nlp/trees/package-frame.html(in = 16706) (out= 1780)(deflated 89%)
adding: edu/stanford/nlp/trees/EnglishGrammaticalRelations.html(in = 88274) (out= 13933)(deflated 84%)
adding: edu/stanford/nlp/trees/TreeFilters.html(in = 7649) (out= 1960)(deflated 74%)
adding: edu/stanford/nlp/trees/LabeledScoredTreeNode.html(in = 44181) (out= 6201)(deflated 85%)
adding: edu/stanford/nlp/trees/UnnamedDependency.html(in = 26927) (out= 3927)(deflated 85%)
adding: edu/stanford/nlp/trees/TreeFactory.html(in = 14044) (out= 2717)(deflated 80%)
adding: edu/stanford/nlp/trees/TreebankFactory.html(in = 9985) (out= 2150)(deflated 78%)
adding: edu/stanford/nlp/trees/BobChrisTreeNormalizer.AOverAFilter.html(in = 11264) (out= 2486)(deflated 77%)
adding: edu/stanford/nlp/trees/NPTmpRetainingTreeNormalizer.NPTmpRetainingTreeReaderFactory.html(in = 11926) (out= 2518)(deflated 78%)
adding: edu/stanford/nlp/trees/EnglishGrammaticalStructure.FromDependenciesFactory.html(in = 11839) (out= 2380)(deflated 79%)
adding: edu/stanford/nlp/trees/DependencyFactory.html(in = 10019) (out= 2048)(deflated 79%)
adding: edu/stanford/nlp/trees/TreeCoreAnnotations.KBestTreesAnnotation.html(in = 12052) (out= 2622)(deflated 78%)
adding: edu/stanford/nlp/trees/TreeCoreAnnotations.HeadWordLabelAnnotation.html(in = 12060) (out= 2633)(deflated 78%)
adding: edu/stanford/nlp/trees/LabeledScoredTreeReaderFactory.html(in = 14509) (out= 2845)(deflated 80%)
adding: edu/stanford/nlp/trees/GrammaticalStructure.Extras.html(in = 21181) (out= 3709)(deflated 82%)
adding: edu/stanford/nlp/trees/package-tree.html(in = 38694) (out= 3757)(deflated 90%)
adding: edu/stanford/nlp/trees/GrammaticalFunctionTreeNormalizer.html(in = 14805) (out= 2954)(deflated 80%)
adding: edu/stanford/nlp/trees/LengthTreeFilter.html(in = 10812) (out= 2503)(deflated 76%)
adding: edu/stanford/nlp/trees/WordNetConnection.html(in = 7882) (out= 1993)(deflated 74%)
adding: edu/stanford/nlp/trees/EnglishGrammaticalStructure.html(in = 39442) (out= 6070)(deflated 84%)
adding: edu/stanford/nlp/trees/Dependencies.DependentPuncTagRejectFilter.html(in = 13701) (out= 2546)(deflated 81%)
adding: edu/stanford/nlp/trees/OrderedCombinationTreeNormalizer.html(in = 18219) (out= 3327)(deflated 81%)
adding: edu/stanford/nlp/trees/SimpleTree.html(in = 34041) (out= 4859)(deflated 85%)
adding: edu/stanford/nlp/trees/CompositeTreeTransformer.html(in = 15114) (out= 3035)(deflated 79%)
adding: edu/stanford/nlp/trees/BobChrisTreeNormalizer.EmptyFilter.html(in = 11134) (out= 2465)(deflated 77%)
adding: edu/stanford/nlp/trees/tregex/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/trees/tregex/TregexMatcher.html(in = 18635) (out= 3590)(deflated 80%)
adding: edu/stanford/nlp/trees/tregex/package-frame.html(in = 1896) (out= 604)(deflated 68%)
adding: edu/stanford/nlp/trees/tregex/tsurgeon/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/trees/tregex/tsurgeon/AdjoinToFootNode.html(in = 14073) (out= 2619)(deflated 81%)
adding: edu/stanford/nlp/trees/tregex/tsurgeon/JJTTsurgeonParserState.html(in = 15560) (out= 2591)(deflated 83%)
adding: edu/stanford/nlp/trees/tregex/tsurgeon/package-tree.html(in = 8449) (out= 1544)(deflated 81%)
adding: edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonParseException.html(in = 10154) (out= 2272)(deflated 77%)
adding: edu/stanford/nlp/trees/tregex/tsurgeon/package-frame.html(in = 2782) (out= 716)(deflated 74%)
adding: edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonPattern.html(in = 12759) (out= 2574)(deflated 79%)
adding: edu/stanford/nlp/trees/tregex/tsurgeon/package-summary.html(in = 16882) (out= 4553)(deflated 73%)
adding: edu/stanford/nlp/trees/tregex/tsurgeon/FetchNode.html(in = 12285) (out= 2436)(deflated 80%)
adding: edu/stanford/nlp/trees/tregex/tsurgeon/ExciseNode.html(in = 14414) (out= 2626)(deflated 81%)
adding: edu/stanford/nlp/trees/tregex/tsurgeon/AuxiliaryTree.html(in = 13356) (out= 2746)(deflated 79%)
adding: edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonRuntimeException.html(in = 9180) (out= 2167)(deflated 76%)
adding: edu/stanford/nlp/trees/tregex/tsurgeon/Tsurgeon.html(in = 48529) (out= 9270)(deflated 80%)
adding: edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonMatcher.html(in = 14018) (out= 2944)(deflated 78%)
adding: edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonParserTreeConstants.html(in = 14214) (out= 2123)(deflated 85%)
adding: edu/stanford/nlp/trees/tregex/tsurgeon/ParseException.html(in = 15201) (out= 3148)(deflated 79%)
adding: edu/stanford/nlp/trees/tregex/tsurgeon/CreateSubtreeNode.html(in = 15303) (out= 2612)(deflated 82%)
adding: edu/stanford/nlp/trees/tregex/TregexParseException.html(in = 9352) (out= 2219)(deflated 76%)
adding: edu/stanford/nlp/trees/tregex/package-tree.html(in = 6982) (out= 1472)(deflated 78%)
adding: edu/stanford/nlp/trees/tregex/DescriptionPattern.html(in = 20285) (out= 3214)(deflated 84%)
adding: edu/stanford/nlp/trees/tregex/package-summary.html(in = 9272) (out= 2245)(deflated 75%)
adding: edu/stanford/nlp/trees/tregex/TregexPattern.html(in = 41536) (out= 10439)(deflated 74%)
adding: edu/stanford/nlp/trees/tregex/TregexPatternCompiler.html(in = 17574) (out= 3434)(deflated 80%)
adding: edu/stanford/nlp/trees/tregex/ParseException.html(in = 14881) (out= 3139)(deflated 78%)
adding: edu/stanford/nlp/trees/tregex/Macros.html(in = 12947) (out= 2475)(deflated 80%)
adding: edu/stanford/nlp/trees/tregex/TregexPattern.TRegexTreeReaderFactory.html(in = 12332) (out= 2514)(deflated 79%)
adding: edu/stanford/nlp/trees/RecursiveTreeTransformer.html(in = 19487) (out= 3356)(deflated 82%)
adding: edu/stanford/nlp/trees/Dependency.html(in = 14282) (out= 3008)(deflated 78%)
adding: edu/stanford/nlp/trees/MemoryTreebank.html(in = 48484) (out= 6362)(deflated 86%)
adding: edu/stanford/nlp/trees/TreeCoreAnnotations.HeadTagLabelAnnotation.html(in = 12050) (out= 2636)(deflated 78%)
adding: edu/stanford/nlp/trees/TreeReaderFactory.html(in = 11945) (out= 2510)(deflated 78%)
adding: edu/stanford/nlp/trees/EnglishPatterns.html(in = 25161) (out= 3359)(deflated 86%)
adding: edu/stanford/nlp/trees/LeftHeadFinder.html(in = 13973) (out= 2740)(deflated 80%)
adding: edu/stanford/nlp/trees/SimpleConstituentFactory.html(in = 13466) (out= 2631)(deflated 80%)
adding: edu/stanford/nlp/trees/DependencyTyper.html(in = 9179) (out= 2094)(deflated 77%)
adding: edu/stanford/nlp/trees/NPTmpRetainingTreeNormalizer.NPTmpAdvRetainingTreeReaderFactory.html(in = 12057) (out= 2573)(deflated 78%)
adding: edu/stanford/nlp/trees/DiskTreebank.html(in = 25991) (out= 4143)(deflated 84%)
adding: edu/stanford/nlp/trees/DependencyReader.html(in = 8153) (out= 1963)(deflated 75%)
adding: edu/stanford/nlp/trees/Constituent.html(in = 32887) (out= 5355)(deflated 83%)
adding: edu/stanford/nlp/trees/TreebankLanguagePack.html(in = 55649) (out= 7727)(deflated 86%)
adding: edu/stanford/nlp/trees/TypedDependency.html(in = 20324) (out= 3187)(deflated 84%)
adding: edu/stanford/nlp/trees/TreeGraphNodeFactory.html(in = 18521) (out= 3055)(deflated 83%)
adding: edu/stanford/nlp/trees/TreeCoreAnnotations.BinarizedTreeAnnotation.html(in = 12231) (out= 2743)(deflated 77%)
adding: edu/stanford/nlp/trees/TreeCoreAnnotations.TreeAnnotation.html(in = 11841) (out= 2637)(deflated 77%)
adding: edu/stanford/nlp/trees/TreeReader.html(in = 10075) (out= 2399)(deflated 76%)
adding: edu/stanford/nlp/trees/GrammaticalStructureFactory.html(in = 10392) (out= 2233)(deflated 78%)
adding: edu/stanford/nlp/trees/DependencyPrinter.html(in = 8784) (out= 1974)(deflated 77%)
adding: edu/stanford/nlp/trees/BobChrisTreeNormalizer.html(in = 27277) (out= 4972)(deflated 81%)
adding: edu/stanford/nlp/trees/GrammaticalStructureConversionUtils.html(in = 24298) (out= 4872)(deflated 79%)
adding: edu/stanford/nlp/trees/treebank/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/trees/treebank/AbstractDataset.html(in = 30930) (out= 4183)(deflated 86%)
adding: edu/stanford/nlp/trees/treebank/TreebankPreprocessor.html(in = 11976) (out= 2926)(deflated 75%)
adding: edu/stanford/nlp/trees/treebank/DefaultMapper.html(in = 14769) (out= 3008)(deflated 79%)
adding: edu/stanford/nlp/trees/treebank/Dataset.html(in = 12081) (out= 2638)(deflated 78%)
adding: edu/stanford/nlp/trees/treebank/package-tree.html(in = 7555) (out= 1558)(deflated 79%)
adding: edu/stanford/nlp/trees/treebank/Mapper.html(in = 11635) (out= 2699)(deflated 76%)
adding: edu/stanford/nlp/trees/treebank/package-frame.html(in = 2134) (out= 669)(deflated 68%)
adding: edu/stanford/nlp/trees/treebank/package-summary.html(in = 8064) (out= 1715)(deflated 78%)
adding: edu/stanford/nlp/trees/treebank/ConfigParser.html(in = 29301) (out= 3534)(deflated 87%)
adding: edu/stanford/nlp/trees/treebank/Dataset.Encoding.html(in = 13585) (out= 2820)(deflated 79%)
adding: edu/stanford/nlp/trees/treebank/AbstractDataset.SplitFilter.html(in = 10121) (out= 2315)(deflated 77%)
adding: edu/stanford/nlp/trees/treebank/DistributionPackage.html(in = 11774) (out= 2635)(deflated 77%)
adding: edu/stanford/nlp/trees/Tree.html(in = 193120) (out= 24337)(deflated 87%)
adding: edu/stanford/nlp/trees/Treebank.html(in = 36169) (out= 5834)(deflated 83%)
adding: edu/stanford/nlp/trees/GrammaticalStructure.html(in = 70088) (out= 9101)(deflated 87%)
adding: edu/stanford/nlp/trees/CopulaHeadFinder.html(in = 10552) (out= 2242)(deflated 78%)
adding: edu/stanford/nlp/trees/GrammaticalStructureFromDependenciesFactory.html(in = 10130) (out= 2215)(deflated 78%)
adding: edu/stanford/nlp/trees/DependencyScoring.html(in = 24148) (out= 3465)(deflated 85%)
adding: edu/stanford/nlp/trees/TreePrint.html(in = 30670) (out= 5098)(deflated 83%)
adding: edu/stanford/nlp/trees/DependencyScoring.Score.html(in = 12278) (out= 2515)(deflated 79%)
adding: edu/stanford/nlp/trees/BasicCategoryTreeTransformer.html(in = 15344) (out= 2716)(deflated 82%)
adding: edu/stanford/nlp/trees/TreeGraphNode.html(in = 69014) (out= 9702)(deflated 85%)
adding: edu/stanford/nlp/trees/CoordinationTransformer.html(in = 23997) (out= 4103)(deflated 82%)
adding: edu/stanford/nlp/trees/CompositeTreebank.html(in = 19660) (out= 3289)(deflated 83%)
adding: edu/stanford/nlp/trees/Dependencies.html(in = 14546) (out= 2644)(deflated 81%)
adding: edu/stanford/nlp/trees/CollocationFinder.html(in = 14287) (out= 2830)(deflated 80%)
adding: edu/stanford/nlp/trees/ConstituentFactory.html(in = 10391) (out= 2246)(deflated 78%)
adding: edu/stanford/nlp/trees/NPTmpRetainingTreeNormalizer.html(in = 36280) (out= 5693)(deflated 84%)
adding: edu/stanford/nlp/trees/LabeledConstituent.html(in = 25783) (out= 3788)(deflated 85%)
adding: edu/stanford/nlp/trees/Labeled.html(in = 12528) (out= 2716)(deflated 78%)
adding: edu/stanford/nlp/trees/SemanticHeadFinder.html(in = 23431) (out= 4519)(deflated 80%)
adding: edu/stanford/nlp/trees/WordStemmer.html(in = 11477) (out= 2642)(deflated 76%)
adding: edu/stanford/nlp/trees/GrammaticalRelation.html(in = 46280) (out= 7371)(deflated 84%)
adding: edu/stanford/nlp/trees/LabeledScoredConstituent.html(in = 22114) (out= 3369)(deflated 84%)
adding: edu/stanford/nlp/trees/AbstractCollinsHeadFinder.html(in = 30992) (out= 5482)(deflated 82%)
adding: edu/stanford/nlp/trees/AbstractTreebankLanguagePack.html(in = 75620) (out= 8792)(deflated 88%)
adding: edu/stanford/nlp/trees/QPTreeTransformer.html(in = 15446) (out= 3055)(deflated 80%)
adding: edu/stanford/nlp/trees/SimpleTreeFactory.html(in = 18247) (out= 3091)(deflated 83%)
adding: edu/stanford/nlp/trees/DateTreeTransformer.html(in = 12892) (out= 2875)(deflated 77%)
adding: edu/stanford/nlp/trees/TreeTokenizerFactory.html(in = 17887) (out= 3074)(deflated 82%)
adding: edu/stanford/nlp/trees/international/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/trees/international/pennchinese/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/trees/international/pennchinese/ChineseCollinizer.html(in = 16656) (out= 3244)(deflated 80%)
adding: edu/stanford/nlp/trees/international/pennchinese/UniversalChineseGrammaticalRelations.html(in = 72668) (out= 9373)(deflated 87%)
adding: edu/stanford/nlp/trees/international/pennchinese/package-tree.html(in = 17177) (out= 2031)(deflated 88%)
adding: edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalStructure.FromDependenciesFactory.html(in = 12545) (out= 2413)(deflated 80%)
adding: edu/stanford/nlp/trees/international/pennchinese/UniversalChineseGrammaticalStructure.html(in = 31555) (out= 4326)(deflated 86%)
adding: edu/stanford/nlp/trees/international/pennchinese/ChineseEscaper.html(in = 12315) (out= 2684)(deflated 78%)
adding: edu/stanford/nlp/trees/international/pennchinese/CEDict.html(in = 8362) (out= 2018)(deflated 75%)
adding: edu/stanford/nlp/trees/international/pennchinese/ChineseUtils.html(in = 23507) (out= 3971)(deflated 83%)
adding: edu/stanford/nlp/trees/international/pennchinese/ChineseHeadFinder.html(in = 13532) (out= 2490)(deflated 81%)
adding: edu/stanford/nlp/trees/international/pennchinese/CTBTreeReaderFactory.html(in = 15217) (out= 2853)(deflated 81%)
adding: edu/stanford/nlp/trees/international/pennchinese/package-summary.html(in = 15778) (out= 2685)(deflated 82%)
adding: edu/stanford/nlp/trees/international/pennchinese/SunJurafskyChineseHeadFinder.html(in = 13229) (out= 2438)(deflated 81%)
adding: edu/stanford/nlp/trees/international/pennchinese/UniversalChineseGrammaticalStructureFactory.html(in = 15040) (out= 2642)(deflated 82%)
adding: edu/stanford/nlp/trees/international/pennchinese/UniversalChineseGrammaticalStructure.FromDependenciesFactory.html(in = 12752) (out= 2423)(deflated 80%)
adding: edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalStructureFactory.html(in = 14673) (out= 2629)(deflated 82%)
adding: edu/stanford/nlp/trees/international/pennchinese/UniversalChineseSemanticHeadFinder.html(in = 13352) (out= 2468)(deflated 81%)
adding: edu/stanford/nlp/trees/international/pennchinese/package-frame.html(in = 5365) (out= 857)(deflated 84%)
adding: edu/stanford/nlp/trees/international/pennchinese/ChineseTreebankLanguagePack.html(in = 65185) (out= 7024)(deflated 89%)
adding: edu/stanford/nlp/trees/international/pennchinese/FragDiscardingPennTreeReader.html(in = 14557) (out= 2972)(deflated 79%)
adding: edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.html(in = 69408) (out= 8398)(deflated 87%)
adding: edu/stanford/nlp/trees/international/pennchinese/CTBErrorCorrectingTreeNormalizer.html(in = 22161) (out= 4007)(deflated 81%)
adding: edu/stanford/nlp/trees/international/pennchinese/CTBTreeReaderFactory.NoEmptiesCTBTreeReaderFactory.html(in = 11466) (out= 2077)(deflated 81%)
adding: edu/stanford/nlp/trees/international/pennchinese/RadicalMap.html(in = 11342) (out= 2745)(deflated 75%)
adding: edu/stanford/nlp/trees/international/pennchinese/ChineseSemanticHeadFinder.html(in = 13507) (out= 2446)(deflated 81%)
adding: edu/stanford/nlp/trees/international/pennchinese/BikelChineseHeadFinder.html(in = 12717) (out= 2451)(deflated 80%)
adding: edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalStructure.html(in = 30970) (out= 4317)(deflated 86%)
adding: edu/stanford/nlp/trees/international/pennchinese/ChineseEnglishWordMap.html(in = 23671) (out= 3930)(deflated 83%)
adding: edu/stanford/nlp/trees/international/pennchinese/CTBErrorCorrectingTreeNormalizer.CTBErrorCorrectingTreeReaderFactory.html(in = 11837) (out= 2139)(deflated 81%)
adding: edu/stanford/nlp/trees/international/pennchinese/CHTBTokenizer.html(in = 14992) (out= 3150)(deflated 78%)
adding: edu/stanford/nlp/trees/international/spanish/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/trees/international/spanish/SpanishHeadFinder.html(in = 14366) (out= 2788)(deflated 80%)
adding: edu/stanford/nlp/trees/international/spanish/SpanishTreeReaderFactory.html(in = 11583) (out= 2591)(deflated 77%)
adding: edu/stanford/nlp/trees/international/spanish/SpanishTreeNormalizer.html(in = 24197) (out= 3764)(deflated 84%)
adding: edu/stanford/nlp/trees/international/spanish/package-summary.html(in = 6373) (out= 1551)(deflated 75%)
adding: edu/stanford/nlp/trees/international/spanish/package-frame.html(in = 1447) (out= 561)(deflated 61%)
adding: edu/stanford/nlp/trees/international/spanish/package-tree.html(in = 7885) (out= 1540)(deflated 80%)
adding: edu/stanford/nlp/trees/international/spanish/SpanishTreebankLanguagePack.html(in = 31731) (out= 4164)(deflated 86%)
adding: edu/stanford/nlp/trees/international/tuebadz/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/trees/international/tuebadz/TueBaDZPennTreeNormalizer.html(in = 20010) (out= 3345)(deflated 83%)
adding: edu/stanford/nlp/trees/international/tuebadz/package-summary.html(in = 7143) (out= 1709)(deflated 76%)
adding: edu/stanford/nlp/trees/international/tuebadz/package-tree.html(in = 7433) (out= 1510)(deflated 79%)
adding: edu/stanford/nlp/trees/international/tuebadz/package-frame.html(in = 1439) (out= 565)(deflated 60%)
adding: edu/stanford/nlp/trees/international/tuebadz/TueBaDZHeadFinder.html(in = 18626) (out= 3357)(deflated 81%)
adding: edu/stanford/nlp/trees/international/tuebadz/TueBaDZLanguagePack.html(in = 44434) (out= 5913)(deflated 86%)
adding: edu/stanford/nlp/trees/international/tuebadz/TueBaDZTreeReaderFactory.html(in = 12802) (out= 2611)(deflated 79%)
adding: edu/stanford/nlp/trees/international/arabic/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/trees/international/arabic/ArabicTreeNormalizer.html(in = 23175) (out= 3850)(deflated 83%)
adding: edu/stanford/nlp/trees/international/arabic/ArabicTreeReaderFactory.ArabicRawTreeReaderFactory.html(in = 12125) (out= 2162)(deflated 82%)
adding: edu/stanford/nlp/trees/international/arabic/ArabicTreeReaderFactory.html(in = 14809) (out= 2852)(deflated 80%)
adding: edu/stanford/nlp/trees/international/arabic/ArabicTreebankTokenizer.html(in = 15883) (out= 3047)(deflated 80%)
adding: edu/stanford/nlp/trees/international/arabic/ArabicTreebankLanguagePack.html(in = 39052) (out= 5405)(deflated 86%)
adding: edu/stanford/nlp/trees/international/arabic/package-tree.html(in = 10527) (out= 1775)(deflated 83%)
adding: edu/stanford/nlp/trees/international/arabic/package-summary.html(in = 9417) (out= 2014)(deflated 78%)
adding: edu/stanford/nlp/trees/international/arabic/ArabicHeadFinder.TagSet.html(in = 14437) (out= 2851)(deflated 80%)
adding: edu/stanford/nlp/trees/international/arabic/ArabicTreeNormalizer.ArabicEmptyFilter.html(in = 11643) (out= 2473)(deflated 78%)
adding: edu/stanford/nlp/trees/international/arabic/ArabicHeadFinder.html(in = 21305) (out= 3497)(deflated 83%)
adding: edu/stanford/nlp/trees/international/arabic/package-frame.html(in = 2332) (out= 648)(deflated 72%)
adding: edu/stanford/nlp/trees/international/arabic/ATBTreeUtils.html(in = 16256) (out= 3098)(deflated 80%)
adding: edu/stanford/nlp/trees/international/french/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/trees/international/french/package-summary.html(in = 8530) (out= 1928)(deflated 77%)
adding: edu/stanford/nlp/trees/international/french/package-tree.html(in = 9471) (out= 1638)(deflated 82%)
adding: edu/stanford/nlp/trees/international/french/FrenchTreeNormalizer.html(in = 21169) (out= 3446)(deflated 83%)
adding: edu/stanford/nlp/trees/international/french/FrenchXMLTreeReaderFactory.html(in = 11621) (out= 2574)(deflated 77%)
adding: edu/stanford/nlp/trees/international/french/package-frame.html(in = 2086) (out= 607)(deflated 70%)
adding: edu/stanford/nlp/trees/international/french/DybroFrenchHeadFinder.html(in = 14498) (out= 2830)(deflated 80%)
adding: edu/stanford/nlp/trees/international/french/FrenchXMLTreeReader.html(in = 18793) (out= 3362)(deflated 82%)
adding: edu/stanford/nlp/trees/international/french/FrenchTreeNormalizer.FrenchAOverAFilter.html(in = 11864) (out= 2532)(deflated 78%)
adding: edu/stanford/nlp/trees/international/french/FrenchTreebankLanguagePack.html(in = 36832) (out= 5015)(deflated 86%)
adding: edu/stanford/nlp/trees/international/french/FrenchHeadFinder.html(in = 14971) (out= 2867)(deflated 80%)
adding: edu/stanford/nlp/trees/international/french/FrenchTreeReaderFactory.html(in = 11943) (out= 2583)(deflated 78%)
adding: edu/stanford/nlp/trees/international/negra/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/trees/international/negra/package-tree.html(in = 9400) (out= 1705)(deflated 81%)
adding: edu/stanford/nlp/trees/international/negra/NegraPennTokenizer.html(in = 13431) (out= 2663)(deflated 80%)
adding: edu/stanford/nlp/trees/international/negra/NegraHeadFinder.html(in = 19593) (out= 3383)(deflated 82%)
adding: edu/stanford/nlp/trees/international/negra/NegraPennTreeReaderFactory.html(in = 14534) (out= 2845)(deflated 80%)
adding: edu/stanford/nlp/trees/international/negra/NegraPennLanguagePack.html(in = 44250) (out= 6034)(deflated 86%)
adding: edu/stanford/nlp/trees/international/negra/package-summary.html(in = 7896) (out= 1896)(deflated 75%)
adding: edu/stanford/nlp/trees/international/negra/NegraPennTreeNormalizer.html(in = 21454) (out= 3460)(deflated 83%)
adding: edu/stanford/nlp/trees/international/negra/NegraLabel.html(in = 20834) (out= 3363)(deflated 83%)
adding: edu/stanford/nlp/trees/international/negra/package-frame.html(in = 1701) (out= 580)(deflated 65%)
adding: edu/stanford/nlp/trees/international/hebrew/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/trees/international/hebrew/package-summary.html(in = 6202) (out= 1486)(deflated 76%)
adding: edu/stanford/nlp/trees/international/hebrew/HebrewTreeNormalizer.html(in = 18015) (out= 3198)(deflated 82%)
adding: edu/stanford/nlp/trees/international/hebrew/HebrewTreebankLanguagePack.html(in = 35283) (out= 4379)(deflated 87%)
adding: edu/stanford/nlp/trees/international/hebrew/HebrewTreeReaderFactory.html(in = 12223) (out= 2639)(deflated 78%)
adding: edu/stanford/nlp/trees/international/hebrew/package-tree.html(in = 7395) (out= 1529)(deflated 79%)
adding: edu/stanford/nlp/trees/international/hebrew/package-frame.html(in = 1476) (out= 563)(deflated 61%)
adding: edu/stanford/nlp/trees/international/hebrew/HebrewTreeNormalizer.HebrewEmptyFilter.html(in = 11643) (out= 2474)(deflated 78%)
adding: edu/stanford/nlp/trees/DeepTree.html(in = 13087) (out= 2622)(deflated 79%)
adding: edu/stanford/nlp/trees/TreeFilters.HasMatchingChild.html(in = 11384) (out= 2451)(deflated 78%)
adding: edu/stanford/nlp/trees/UnnamedConcreteDependency.html(in = 23453) (out= 3610)(deflated 84%)
adding: edu/stanford/nlp/trees/FilteringTreebank.html(in = 19214) (out= 3305)(deflated 82%)
adding: edu/stanford/nlp/trees/ModCollinsHeadFinder.html(in = 15063) (out= 3320)(deflated 77%)
adding: edu/stanford/nlp/ling/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/ling/CoreAnnotations.ArabicCharAnnotation.html(in = 11314) (out= 2582)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.FreqAnnotation.html(in = 11145) (out= 2549)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.WordFormAnnotation.html(in = 11213) (out= 2550)(deflated 77%)
adding: edu/stanford/nlp/ling/MultiTokenTag.html(in = 14930) (out= 2787)(deflated 81%)
adding: edu/stanford/nlp/ling/CoreAnnotations.CoNLLDepTypeAnnotation.html(in = 11431) (out= 2612)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.CalendarAnnotation.html(in = 11401) (out= 2626)(deflated 76%)
adding: edu/stanford/nlp/ling/WordFactory.html(in = 15798) (out= 2778)(deflated 82%)
adding: edu/stanford/nlp/ling/CoreAnnotations.GoldAnswerAnnotation.html(in = 11299) (out= 2579)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.LEndAnnotation.html(in = 11117) (out= 2534)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.OriginalTextAnnotation.html(in = 11518) (out= 2667)(deflated 76%)
adding: edu/stanford/nlp/ling/CoreAnnotations.CategoryAnnotation.html(in = 11259) (out= 2559)(deflated 77%)
adding: edu/stanford/nlp/ling/package-frame.html(in = 42454) (out= 3160)(deflated 92%)
adding: edu/stanford/nlp/ling/CoreAnnotations.ExceptionAnnotation.html(in = 11320) (out= 2577)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.GrandparentAnnotation.html(in = 11333) (out= 2582)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.PartOfSpeechAnnotation.html(in = 11396) (out= 2613)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.DoAnnotation.html(in = 11158) (out= 2560)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.IsNewlineAnnotation.html(in = 11468) (out= 2628)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.WikipediaEntityAnnotation.html(in = 11711) (out= 2704)(deflated 76%)
adding: edu/stanford/nlp/ling/CoreAnnotations.DomainAnnotation.html(in = 11377) (out= 2647)(deflated 76%)
adding: edu/stanford/nlp/ling/CoreAnnotations.GenderAnnotation.html(in = 11413) (out= 2622)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.GeniaAnnotation.html(in = 11158) (out= 2544)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.UtteranceAnnotation.html(in = 11355) (out= 2609)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.EntityMentionIndexAnnotation.html(in = 11507) (out= 2592)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.CoNLLUFeats.html(in = 11390) (out= 2600)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.AnswerObjectAnnotation.html(in = 11263) (out= 2540)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.TopicAnnotation.html(in = 11285) (out= 2614)(deflated 76%)
adding: edu/stanford/nlp/ling/CoreAnnotations.D2_LMiddleAnnotation.html(in = 11217) (out= 2541)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.AbstrAnnotation.html(in = 11134) (out= 2537)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.SemanticTagAnnotation.html(in = 11270) (out= 2544)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.StatementTextAnnotation.html(in = 11583) (out= 2643)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.SentenceEndAnnotation.html(in = 11349) (out= 2575)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.LBeginAnnotation.html(in = 11239) (out= 2580)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.XmlContextAnnotation.html(in = 11514) (out= 2632)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.YearAnnotation.html(in = 11081) (out= 2537)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.PercentAnnotation.html(in = 11261) (out= 2577)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.ArgumentAnnotation.html(in = 11290) (out= 2588)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.DocTypeAnnotation.html(in = 11290) (out= 2594)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.PolarityAnnotation.html(in = 11207) (out= 2548)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.PositionAnnotation.html(in = 11209) (out= 2547)(deflated 77%)
adding: edu/stanford/nlp/ling/ValueLabel.html(in = 20755) (out= 4090)(deflated 80%)
adding: edu/stanford/nlp/ling/CoreAnnotations.BeforeAnnotation.html(in = 11353) (out= 2634)(deflated 76%)
adding: edu/stanford/nlp/ling/CoreAnnotations.CorefMentionToEntityMentionMappingAnnotation.html(in = 11993) (out= 2628)(deflated 78%)
adding: edu/stanford/nlp/ling/CoreAnnotations.CoNLLUTokenSpanAnnotation.html(in = 11954) (out= 2606)(deflated 78%)
adding: edu/stanford/nlp/ling/CoreAnnotations.UnaryAnnotation.html(in = 11238) (out= 2578)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.IsMultiWordTokenAnnotation.html(in = 11597) (out= 2637)(deflated 77%)
adding: edu/stanford/nlp/ling/AbstractCoreLabel.html(in = 19200) (out= 3189)(deflated 83%)
adding: edu/stanford/nlp/ling/CoreAnnotations.SemanticHeadWordAnnotation.html(in = 11434) (out= 2582)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.DependentsAnnotation.html(in = 12981) (out= 2605)(deflated 79%)
adding: edu/stanford/nlp/ling/CoreAnnotations.StateAnnotation.html(in = 11835) (out= 2603)(deflated 78%)
adding: edu/stanford/nlp/ling/BasicDocument.html(in = 66382) (out= 8016)(deflated 87%)
adding: edu/stanford/nlp/ling/CoreAnnotations.PhraseWordsTagAnnotation.html(in = 11303) (out= 2546)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.TrueTagAnnotation.html(in = 11182) (out= 2542)(deflated 77%)
adding: edu/stanford/nlp/ling/WordTagFactory.html(in = 17218) (out= 3292)(deflated 80%)
adding: edu/stanford/nlp/ling/CoreAnnotations.CodepointOffsetBeginAnnotation.html(in = 11734) (out= 2714)(deflated 76%)
adding: edu/stanford/nlp/ling/CoreAnnotations.ArabicSegAnnotation.html(in = 11312) (out= 2576)(deflated 77%)
adding: edu/stanford/nlp/ling/Labeled.html(in = 9773) (out= 2403)(deflated 75%)
adding: edu/stanford/nlp/ling/CoreAnnotations.QuotationIndexAnnotation.html(in = 11385) (out= 2583)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.MWTTokenTextAnnotation.html(in = 11389) (out= 2608)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.GovernorAnnotation.html(in = 11205) (out= 2544)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.GazAnnotation.html(in = 11215) (out= 2586)(deflated 76%)
adding: edu/stanford/nlp/ling/CoreAnnotations.SectionTagAnnotation.html(in = 11895) (out= 2591)(deflated 78%)
adding: edu/stanford/nlp/ling/CoreAnnotations.ChineseSegAnnotation.html(in = 11388) (out= 2612)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.IsFirstWordOfMWTAnnotation.html(in = 11556) (out= 2666)(deflated 76%)
adding: edu/stanford/nlp/ling/CoreAnnotations.LinkAnnotation.html(in = 11129) (out= 2535)(deflated 77%)
adding: edu/stanford/nlp/ling/WordLemmaTag.html(in = 31647) (out= 4555)(deflated 85%)
adding: edu/stanford/nlp/ling/CoreAnnotations.AuthorAnnotation.html(in = 11295) (out= 2600)(deflated 76%)
adding: edu/stanford/nlp/ling/CoreAnnotations.LengthAnnotation.html(in = 11157) (out= 2541)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.GazetteerAnnotation.html(in = 11402) (out= 2580)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.HeadWordStringAnnotation.html(in = 11424) (out= 2602)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.UBlockAnnotation.html(in = 11153) (out= 2540)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.SectionStartAnnotation.html(in = 11963) (out= 2607)(deflated 78%)
adding: edu/stanford/nlp/ling/CategoryWordTagFactory.html(in = 17486) (out= 2985)(deflated 82%)
adding: edu/stanford/nlp/ling/CoreLabel.GenericAnnotation.html(in = 7169) (out= 1665)(deflated 76%)
adding: edu/stanford/nlp/ling/CoreAnnotations.PredictedAnswerAnnotation.html(in = 11336) (out= 2555)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.SentenceIDAnnotation.html(in = 11245) (out= 2538)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.UnknownAnnotation.html(in = 11357) (out= 2624)(deflated 76%)
adding: edu/stanford/nlp/ling/CoreAnnotations.SubcategorizationAnnotation.html(in = 11340) (out= 2550)(deflated 77%)
adding: edu/stanford/nlp/ling/HasNER.html(in = 9132) (out= 2172)(deflated 76%)
adding: edu/stanford/nlp/ling/CoreAnnotations.XmlElementAnnotation.html(in = 11380) (out= 2618)(deflated 76%)
adding: edu/stanford/nlp/ling/CoreAnnotations.FirstChildAnnotation.html(in = 11404) (out= 2626)(deflated 76%)
adding: edu/stanford/nlp/ling/WordLemmaTagFactory.html(in = 19579) (out= 3457)(deflated 82%)
adding: edu/stanford/nlp/ling/CoreAnnotations.CovertIDAnnotation.html(in = 11893) (out= 2578)(deflated 78%)
adding: edu/stanford/nlp/ling/CoreAnnotations.EntityMentionToCorefMentionMappingAnnotation.html(in = 11986) (out= 2612)(deflated 78%)
adding: edu/stanford/nlp/ling/CoreAnnotations.SpaceBeforeAnnotation.html(in = 11332) (out= 2592)(deflated 77%)
adding: edu/stanford/nlp/ling/WordTag.html(in = 31999) (out= 4682)(deflated 85%)
adding: edu/stanford/nlp/ling/CoreAnnotations.WordPositionAnnotation.html(in = 11269) (out= 2544)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.CoNLLUMisc.html(in = 11135) (out= 2571)(deflated 76%)
adding: edu/stanford/nlp/ling/CoreAnnotations.IDAnnotation.html(in = 11079) (out= 2531)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.GenericTokensAnnotation.html(in = 12277) (out= 2695)(deflated 78%)
adding: edu/stanford/nlp/ling/CoreAnnotations.EntityTypeAnnotation.html(in = 11235) (out= 2542)(deflated 77%)
adding: edu/stanford/nlp/ling/package-tree.html(in = 127330) (out= 5817)(deflated 95%)
adding: edu/stanford/nlp/ling/CoreAnnotations.TextAnnotation.html(in = 11352) (out= 2656)(deflated 76%)
adding: edu/stanford/nlp/ling/CoreAnnotations.NumerizedTokensAnnotation.html(in = 12038) (out= 2580)(deflated 78%)
adding: edu/stanford/nlp/ling/CoreAnnotations.SentenceIndexAnnotation.html(in = 11389) (out= 2582)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.ValueAnnotation.html(in = 11235) (out= 2584)(deflated 77%)
adding: edu/stanford/nlp/ling/AnnotationLookup.html(in = 10496) (out= 2507)(deflated 76%)
adding: edu/stanford/nlp/ling/CoreAnnotations.ParaPositionAnnotation.html(in = 11263) (out= 2546)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.HeightAnnotation.html(in = 11204) (out= 2559)(deflated 77%)
adding: edu/stanford/nlp/ling/SentenceUtils.html(in = 28442) (out= 4524)(deflated 84%)
adding: edu/stanford/nlp/ling/HasIndex.html(in = 10267) (out= 2185)(deflated 78%)
adding: edu/stanford/nlp/ling/CoreAnnotations.VerbSenseAnnotation.html(in = 11318) (out= 2597)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.SectionEndAnnotation.html(in = 11330) (out= 2578)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.BestCliquesAnnotation.html(in = 11303) (out= 2572)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.CodepointOffsetEndAnnotation.html(in = 11720) (out= 2714)(deflated 76%)
adding: edu/stanford/nlp/ling/CoreAnnotations.DictAnnotation.html(in = 11129) (out= 2539)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.ContextsAnnotation.html(in = 12149) (out= 2596)(deflated 78%)
adding: edu/stanford/nlp/ling/CoreAnnotations.DocTitleAnnotation.html(in = 11271) (out= 2562)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.StackedNamedEntityTagAnnotation.html(in = 11844) (out= 2775)(deflated 76%)
adding: edu/stanford/nlp/ling/CoreAnnotations.CostMagnificationAnnotation.html(in = 11472) (out= 2606)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.D2_LBeginAnnotation.html(in = 11210) (out= 2546)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.UnclosedQuotationsAnnotation.html(in = 12213) (out= 2635)(deflated 78%)
adding: edu/stanford/nlp/ling/CoreAnnotations.CoNLLPredicateAnnotation.html(in = 11392) (out= 2589)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.ChineseCharAnnotation.html(in = 11393) (out= 2612)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.CoarseNamedEntityTagAnnotation.html(in = 11492) (out= 2604)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.UTypeAnnotation.html(in = 11146) (out= 2541)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.NormalizedNamedEntityTagAnnotation.html(in = 11536) (out= 2594)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.EntityClassAnnotation.html(in = 11266) (out= 2545)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.SpeakerAnnotation.html(in = 11216) (out= 2575)(deflated 77%)
adding: edu/stanford/nlp/ling/Word.html(in = 21401) (out= 3572)(deflated 83%)
adding: edu/stanford/nlp/ling/CoreAnnotations.ChineseIsSegmentedAnnotation.html(in = 11539) (out= 2627)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.BeAnnotation.html(in = 11162) (out= 2562)(deflated 77%)
adding: edu/stanford/nlp/ling/tokensregex/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/ling/tokensregex/MultiWordStringMatcher.MatchType.html(in = 16452) (out= 3058)(deflated 81%)
adding: edu/stanford/nlp/ling/tokensregex/PhraseTable.StringList.html(in = 12576) (out= 2487)(deflated 80%)
adding: edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.MultiTokenPatternExtractRuleCreator.html(in = 18712) (out= 2772)(deflated 85%)
adding: edu/stanford/nlp/ling/tokensregex/CoreMapExpressionNodePattern.html(in = 21178) (out= 3215)(deflated 84%)
adding: edu/stanford/nlp/ling/tokensregex/ComplexNodePattern.NotNilAnnotationPattern.html(in = 16838) (out= 2951)(deflated 82%)
adding: edu/stanford/nlp/ling/tokensregex/package-summary.html(in = 47356) (out= 6211)(deflated 86%)
adding: edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.AnnotationMatchedFilter.html(in = 12361) (out= 2485)(deflated 79%)
adding: edu/stanford/nlp/ling/tokensregex/MultiNodePattern.UnionMultiNodePattern.html(in = 16069) (out= 2729)(deflated 83%)
adding: edu/stanford/nlp/ling/tokensregex/BasicSequenceMatchResult.html(in = 65612) (out= 6047)(deflated 90%)
adding: edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.ExtractRule.html(in = 11165) (out= 2244)(deflated 79%)
adding: edu/stanford/nlp/ling/tokensregex/CoreMapNodePattern.AttributesEqualMatchChecker.html(in = 12080) (out= 2417)(deflated 79%)
adding: edu/stanford/nlp/ling/tokensregex/PhraseTable.TokenList.html(in = 13081) (out= 2517)(deflated 80%)
adding: edu/stanford/nlp/ling/tokensregex/CoreMapSequenceMatchAction.MergeAction.html(in = 18141) (out= 2751)(deflated 84%)
adding: edu/stanford/nlp/ling/tokensregex/CoreMapSequenceMatcher.html(in = 33323) (out= 4090)(deflated 87%)
adding: edu/stanford/nlp/ling/tokensregex/SequencePattern.html(in = 44795) (out= 5976)(deflated 86%)
adding: edu/stanford/nlp/ling/tokensregex/MultiPatternMatcher.SequencePatternTrigger.html(in = 8112) (out= 1804)(deflated 77%)
adding: edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.StringMatchedExpressionExtractor.html(in = 12479) (out= 2466)(deflated 80%)
adding: edu/stanford/nlp/ling/tokensregex/SequencePattern.NodesMatchChecker.html(in = 9576) (out= 2076)(deflated 78%)
adding: edu/stanford/nlp/ling/tokensregex/PhraseTable.PhraseMatch.html(in = 15264) (out= 2826)(deflated 81%)
adding: edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.TextPatternExtractRuleCreator.html(in = 17511) (out= 2692)(deflated 84%)
adding: edu/stanford/nlp/ling/tokensregex/Env.html(in = 49467) (out= 6070)(deflated 87%)
adding: edu/stanford/nlp/ling/tokensregex/SequencePattern.NodePatternExpr.html(in = 19776) (out= 3116)(deflated 84%)
adding: edu/stanford/nlp/ling/tokensregex/SequencePattern.OrPatternExpr.html(in = 22186) (out= 3244)(deflated 85%)
adding: edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.FilterExtractRule.html(in = 16331) (out= 2627)(deflated 83%)
adding: edu/stanford/nlp/ling/tokensregex/MatchedExpression.html(in = 49004) (out= 5409)(deflated 88%)
adding: edu/stanford/nlp/ling/tokensregex/MultiNodePattern.html(in = 16609) (out= 2985)(deflated 82%)
adding: edu/stanford/nlp/ling/tokensregex/ComplexNodePattern.StringAnnotationPattern.html(in = 19374) (out= 3122)(deflated 83%)
adding: edu/stanford/nlp/ling/tokensregex/MultiWordStringMatcher.html(in = 34454) (out= 4153)(deflated 87%)
adding: edu/stanford/nlp/ling/tokensregex/ComplexNodePattern.IntegerAnnotationPattern.html(in = 16730) (out= 2964)(deflated 82%)
adding: edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.CompositeExtractRuleCreator.html(in = 21279) (out= 2795)(deflated 86%)
adding: edu/stanford/nlp/ling/tokensregex/SequencePattern.RepeatPatternExpr.html(in = 22827) (out= 3275)(deflated 85%)
adding: edu/stanford/nlp/ling/tokensregex/SequenceMatchAction.html(in = 14021) (out= 2342)(deflated 83%)
adding: edu/stanford/nlp/ling/tokensregex/SequencePattern.SpecialNodePatternExpr.html(in = 21108) (out= 3228)(deflated 84%)
adding: edu/stanford/nlp/ling/tokensregex/ComplexNodePattern.NumericAnnotationPattern.html(in = 18404) (out= 3073)(deflated 83%)
adding: edu/stanford/nlp/ling/tokensregex/ComplexNodePattern.AbstractStringAnnotationPattern.html(in = 16954) (out= 2855)(deflated 83%)
adding: edu/stanford/nlp/ling/tokensregex/SequencePattern.PatternExpr.html(in = 18297) (out= 3143)(deflated 82%)
adding: edu/stanford/nlp/ling/tokensregex/ComplexNodePattern.SequenceRegexPattern.html(in = 22545) (out= 3275)(deflated 85%)
adding: edu/stanford/nlp/ling/tokensregex/CoreMapExpressionExtractor.Stage.html(in = 8799) (out= 1999)(deflated 77%)
adding: edu/stanford/nlp/ling/tokensregex/BasicSequenceMatchResult.MatchedGroup.html(in = 12030) (out= 2418)(deflated 79%)
adding: edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.BasicSequenceExtractRule.html(in = 13361) (out= 2515)(deflated 81%)
adding: edu/stanford/nlp/ling/tokensregex/CoreMapNodePatternTrigger.html(in = 14580) (out= 2612)(deflated 82%)
adding: edu/stanford/nlp/ling/tokensregex/SequenceMatcher.MatchReplacement.html(in = 10654) (out= 2199)(deflated 79%)
adding: edu/stanford/nlp/ling/tokensregex/MultiCoreMapNodePattern.html(in = 18059) (out= 3127)(deflated 82%)
adding: edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.CoreMapExtractRule.html(in = 14321) (out= 2640)(deflated 81%)
adding: edu/stanford/nlp/ling/tokensregex/TokenSequencePattern.html(in = 45197) (out= 6439)(deflated 85%)
adding: edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.SequenceMatchResultExtractor.html(in = 15755) (out= 2580)(deflated 83%)
adding: edu/stanford/nlp/ling/tokensregex/SequencePattern.MultiNodePatternExpr.html(in = 19915) (out= 3121)(deflated 84%)
adding: edu/stanford/nlp/ling/tokensregex/package-frame.html(in = 20275) (out= 1789)(deflated 91%)
adding: edu/stanford/nlp/ling/tokensregex/MatchedExpression.SingleAnnotationExtractor.html(in = 24556) (out= 3321)(deflated 86%)
adding: edu/stanford/nlp/ling/tokensregex/SequenceMatchAction.BranchAction.html(in = 17554) (out= 2644)(deflated 84%)
adding: edu/stanford/nlp/ling/tokensregex/types/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/ling/tokensregex/types/Expressions.VarExpression.html(in = 18746) (out= 3033)(deflated 83%)
adding: edu/stanford/nlp/ling/tokensregex/types/Expressions.SimpleValue.html(in = 22456) (out= 3373)(deflated 84%)
adding: edu/stanford/nlp/ling/tokensregex/types/Tags.html(in = 15788) (out= 2798)(deflated 82%)
adding: edu/stanford/nlp/ling/tokensregex/types/Expression.html(in = 19285) (out= 2963)(deflated 84%)
adding: edu/stanford/nlp/ling/tokensregex/types/Expressions.PrimitiveValue.html(in = 13876) (out= 2399)(deflated 82%)
adding: edu/stanford/nlp/ling/tokensregex/types/Value.html(in = 10769) (out= 2293)(deflated 78%)
adding: edu/stanford/nlp/ling/tokensregex/types/Expressions.VarAssignmentExpression.html(in = 16399) (out= 2914)(deflated 82%)
adding: edu/stanford/nlp/ling/tokensregex/types/Expressions.TypedExpression.html(in = 22003) (out= 3281)(deflated 85%)
adding: edu/stanford/nlp/ling/tokensregex/types/Expressions.CompositeValue.html(in = 24711) (out= 3208)(deflated 87%)
adding: edu/stanford/nlp/ling/tokensregex/types/package-summary.html(in = 19677) (out= 2711)(deflated 86%)
adding: edu/stanford/nlp/ling/tokensregex/types/ValueFunctions.NumericComparator.html(in = 11012) (out= 2417)(deflated 78%)
adding: edu/stanford/nlp/ling/tokensregex/types/AssignableExpression.html(in = 11074) (out= 2227)(deflated 79%)
adding: edu/stanford/nlp/ling/tokensregex/types/Expressions.ListExpression.html(in = 16829) (out= 2871)(deflated 82%)
adding: edu/stanford/nlp/ling/tokensregex/types/Expressions.AssignableFunctionCallExpression.html(in = 17743) (out= 2787)(deflated 84%)
adding: edu/stanford/nlp/ling/tokensregex/types/Expressions.AndExpression.html(in = 12357) (out= 2226)(deflated 81%)
adding: edu/stanford/nlp/ling/tokensregex/types/Expressions.FunctionCallExpression.html(in = 20229) (out= 3152)(deflated 84%)
adding: edu/stanford/nlp/ling/tokensregex/types/package-tree.html(in = 19322) (out= 2051)(deflated 89%)
adding: edu/stanford/nlp/ling/tokensregex/types/Expressions.IndexedExpression.html(in = 14966) (out= 2335)(deflated 84%)
adding: edu/stanford/nlp/ling/tokensregex/types/ValueFunctions.StringFunction.html(in = 20232) (out= 3178)(deflated 84%)
adding: edu/stanford/nlp/ling/tokensregex/types/Expressions.html(in = 48573) (out= 6485)(deflated 86%)
adding: edu/stanford/nlp/ling/tokensregex/types/ValueFunctions.TypeCheckedFunction.html(in = 16831) (out= 2817)(deflated 83%)
adding: edu/stanford/nlp/ling/tokensregex/types/ValueFunctions.NumericFunction.html(in = 20258) (out= 3195)(deflated 84%)
adding: edu/stanford/nlp/ling/tokensregex/types/Expressions.NotExpression.html(in = 12379) (out= 2207)(deflated 82%)
adding: edu/stanford/nlp/ling/tokensregex/types/Expressions.CaseExpression.html(in = 13264) (out= 2243)(deflated 83%)
adding: edu/stanford/nlp/ling/tokensregex/types/Expressions.IfExpression.html(in = 15135) (out= 2714)(deflated 82%)
adding: edu/stanford/nlp/ling/tokensregex/types/Expressions.WrappedExpression.html(in = 23939) (out= 3407)(deflated 85%)
adding: edu/stanford/nlp/ling/tokensregex/types/ValueFunctions.CompareType.html(in = 16515) (out= 2917)(deflated 82%)
adding: edu/stanford/nlp/ling/tokensregex/types/Tags.TagsAnnotation.html(in = 12075) (out= 2562)(deflated 78%)
adding: edu/stanford/nlp/ling/tokensregex/types/Expressions.MethodCallExpression.html(in = 19816) (out= 3093)(deflated 84%)
adding: edu/stanford/nlp/ling/tokensregex/types/Expressions.FieldExpression.html(in = 16353) (out= 2378)(deflated 85%)
adding: edu/stanford/nlp/ling/tokensregex/types/ValueFunctions.NamedValueFunction.html(in = 17561) (out= 2999)(deflated 82%)
adding: edu/stanford/nlp/ling/tokensregex/types/Expressions.ConditionalExpression.html(in = 21728) (out= 3049)(deflated 85%)
adding: edu/stanford/nlp/ling/tokensregex/types/ValueFunctions.html(in = 52018) (out= 4507)(deflated 91%)
adding: edu/stanford/nlp/ling/tokensregex/types/ValueFunctions.CompareFunction.html(in = 19748) (out= 3092)(deflated 84%)
adding: edu/stanford/nlp/ling/tokensregex/types/Expressions.RegexMatchVarExpression.html(in = 20560) (out= 3100)(deflated 84%)
adding: edu/stanford/nlp/ling/tokensregex/types/Expressions.SimpleCachedExpression.html(in = 21321) (out= 3332)(deflated 84%)
adding: edu/stanford/nlp/ling/tokensregex/types/ValueFunctions.BooleanFunction.html(in = 20250) (out= 3181)(deflated 84%)
adding: edu/stanford/nlp/ling/tokensregex/types/Expressions.RegexMatchResultVarExpression.html(in = 17215) (out= 2925)(deflated 83%)
adding: edu/stanford/nlp/ling/tokensregex/types/package-frame.html(in = 7776) (out= 1015)(deflated 86%)
adding: edu/stanford/nlp/ling/tokensregex/types/ValueFunctions.ParamInfo.html(in = 11350) (out= 2199)(deflated 80%)
adding: edu/stanford/nlp/ling/tokensregex/types/ValueFunctions.ComparableComparator.html(in = 12160) (out= 2473)(deflated 79%)
adding: edu/stanford/nlp/ling/tokensregex/types/Expressions.OrExpression.html(in = 12332) (out= 2231)(deflated 81%)
adding: edu/stanford/nlp/ling/tokensregex/types/Expressions.SimpleExpression.html(in = 17364) (out= 2923)(deflated 83%)
adding: edu/stanford/nlp/ling/tokensregex/types/ValueFunction.html(in = 12738) (out= 2496)(deflated 80%)
adding: edu/stanford/nlp/ling/tokensregex/types/Expressions.RegexValue.html(in = 13317) (out= 2324)(deflated 82%)
adding: edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.AssignmentRule.html(in = 11728) (out= 2385)(deflated 79%)
adding: edu/stanford/nlp/ling/tokensregex/MultiPatternMatcher.html(in = 36213) (out= 4304)(deflated 88%)
adding: edu/stanford/nlp/ling/tokensregex/ComplexNodePattern.NilAnnotationPattern.html(in = 16787) (out= 2951)(deflated 82%)
adding: edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.AnnotationExtractRuleCreator.html(in = 13235) (out= 2413)(deflated 81%)
adding: edu/stanford/nlp/ling/tokensregex/NodePattern.EqualsNodePattern.html(in = 17408) (out= 2990)(deflated 82%)
adding: edu/stanford/nlp/ling/tokensregex/PhraseTable.Phrase.html(in = 14690) (out= 2674)(deflated 81%)
adding: edu/stanford/nlp/ling/tokensregex/SequenceMatchResult.MatchedGroupInfo.html(in = 13245) (out= 2412)(deflated 81%)
adding: edu/stanford/nlp/ling/tokensregex/PhraseTable.html(in = 67582) (out= 6630)(deflated 90%)
adding: edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.StringPatternExtractRule.html(in = 18766) (out= 2746)(deflated 85%)
adding: edu/stanford/nlp/ling/tokensregex/NodePattern.DisjNodePattern.html(in = 17715) (out= 3016)(deflated 82%)
adding: edu/stanford/nlp/ling/tokensregex/ComplexNodePattern.AttributesEqualMatchChecker.html(in = 13200) (out= 2496)(deflated 81%)
adding: edu/stanford/nlp/ling/tokensregex/SequenceMatchResult.GroupToIntervalFunc.html(in = 12138) (out= 2470)(deflated 79%)
adding: edu/stanford/nlp/ling/tokensregex/NodePatternTransformer.html(in = 11070) (out= 2099)(deflated 81%)
adding: edu/stanford/nlp/ling/tokensregex/SequenceMatchAction.SeriesAction.html(in = 17030) (out= 2633)(deflated 84%)
adding: edu/stanford/nlp/ling/tokensregex/SequenceMatchAction.StartMatchAction.html(in = 15904) (out= 2595)(deflated 83%)
adding: edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.Rule.html(in = 6679) (out= 1481)(deflated 77%)
adding: edu/stanford/nlp/ling/tokensregex/SequenceMatcher.NamedGroupMatchReplacement.html(in = 13286) (out= 2545)(deflated 80%)
adding: edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.StringMatchResultExtractor.html(in = 14320) (out= 2524)(deflated 82%)
adding: edu/stanford/nlp/ling/tokensregex/ComplexNodePattern.StringInSetAnnotationPattern.html(in = 19623) (out= 3174)(deflated 83%)
adding: edu/stanford/nlp/ling/tokensregex/SequencePattern.AndPatternExpr.html(in = 22121) (out= 3208)(deflated 85%)
adding: edu/stanford/nlp/ling/tokensregex/SequencePattern.SequenceEndPatternExpr.html(in = 14445) (out= 2724)(deflated 81%)
adding: edu/stanford/nlp/ling/tokensregex/SequenceMatcher.BasicMatchReplacement.html(in = 14324) (out= 2611)(deflated 81%)
adding: edu/stanford/nlp/ling/tokensregex/package-tree.html(in = 45431) (out= 3712)(deflated 91%)
adding: edu/stanford/nlp/ling/tokensregex/SequencePattern.SequenceStartPatternExpr.html(in = 14491) (out= 2720)(deflated 81%)
adding: edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.ListExtractRule.html(in = 19541) (out= 2842)(deflated 85%)
adding: edu/stanford/nlp/ling/tokensregex/SequencePattern.GroupPatternExpr.html(in = 23468) (out= 3269)(deflated 86%)
adding: edu/stanford/nlp/ling/tokensregex/SequenceMatchAction.NextMatchAction.html(in = 15133) (out= 2555)(deflated 83%)
adding: edu/stanford/nlp/ling/tokensregex/PhraseTable.PhraseStringCollection.html(in = 20062) (out= 3034)(deflated 84%)
adding: edu/stanford/nlp/ling/tokensregex/SequenceMatcher.html(in = 65926) (out= 7377)(deflated 88%)
adding: edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.CoreMapFunctionApplier.html(in = 13236) (out= 2518)(deflated 80%)
adding: edu/stanford/nlp/ling/tokensregex/MultiCoreMapNodePattern.StringSequenceAnnotationPattern.html(in = 19154) (out= 2960)(deflated 84%)
adding: edu/stanford/nlp/ling/tokensregex/CoreMapSequenceMatcher.BasicCoreMapSequenceMatcher.html(in = 28840) (out= 3411)(deflated 88%)
adding: edu/stanford/nlp/ling/tokensregex/Env.Binder.html(in = 8817) (out= 2039)(deflated 76%)
adding: edu/stanford/nlp/ling/tokensregex/CoreMapSequenceMatchAction.html(in = 15607) (out= 2554)(deflated 83%)
adding: edu/stanford/nlp/ling/tokensregex/SequenceMatchResult.html(in = 49970) (out= 5860)(deflated 88%)
adding: edu/stanford/nlp/ling/tokensregex/NodePattern.ConjNodePattern.html(in = 17702) (out= 3008)(deflated 83%)
adding: edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.CoreMapToListExtractRule.html(in = 13894) (out= 2599)(deflated 81%)
adding: edu/stanford/nlp/ling/tokensregex/NodePattern.html(in = 21623) (out= 3404)(deflated 84%)
adding: edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.CoreMapToListFunctionApplier.html(in = 13172) (out= 2502)(deflated 81%)
adding: edu/stanford/nlp/ling/tokensregex/SequencePattern.Parser.html(in = 13259) (out= 2275)(deflated 82%)
adding: edu/stanford/nlp/ling/tokensregex/SequenceMatcher.FindType.html(in = 14552) (out= 3020)(deflated 79%)
adding: edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.MultiSequencePatternExtractRule.html(in = 17245) (out= 2671)(deflated 84%)
adding: edu/stanford/nlp/ling/tokensregex/SequencePattern.BackRefPatternExpr.html(in = 19994) (out= 3114)(deflated 84%)
adding: edu/stanford/nlp/ling/tokensregex/SequenceMatcher.GroupMatchReplacement.html(in = 13085) (out= 2548)(deflated 80%)
adding: edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.html(in = 56447) (out= 6897)(deflated 87%)
adding: edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.SequencePatternExtractRule.html(in = 22509) (out= 2853)(deflated 87%)
adding: edu/stanford/nlp/ling/tokensregex/SequencePattern.SequencePatternExpr.html(in = 22390) (out= 3240)(deflated 85%)
adding: edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.AnnotationExtractRule.html(in = 33795) (out= 4233)(deflated 87%)
adding: edu/stanford/nlp/ling/tokensregex/ComplexNodePattern.html(in = 37708) (out= 4668)(deflated 87%)
adding: edu/stanford/nlp/ling/tokensregex/CoreMapNodePattern.html(in = 29262) (out= 3525)(deflated 87%)
adding: edu/stanford/nlp/ling/tokensregex/parser/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/ling/tokensregex/parser/TokenSequenceParseException.html(in = 10413) (out= 2151)(deflated 79%)
adding: edu/stanford/nlp/ling/tokensregex/parser/TokenSequenceParser.html(in = 140941) (out= 8392)(deflated 94%)
adding: edu/stanford/nlp/ling/tokensregex/parser/package-tree.html(in = 5991) (out= 1401)(deflated 76%)
adding: edu/stanford/nlp/ling/tokensregex/parser/ParseException.html(in = 14905) (out= 3130)(deflated 79%)
adding: edu/stanford/nlp/ling/tokensregex/parser/package-summary.html(in = 6915) (out= 1703)(deflated 75%)
adding: edu/stanford/nlp/ling/tokensregex/parser/package-frame.html(in = 1322) (out= 545)(deflated 58%)
adding: edu/stanford/nlp/ling/tokensregex/CoreMapExpressionExtractor.html(in = 37712) (out= 5062)(deflated 86%)
adding: edu/stanford/nlp/ling/tokensregex/NodePattern.AnyNodePattern.html(in = 16978) (out= 2955)(deflated 82%)
adding: edu/stanford/nlp/ling/tokensregex/SequencePattern.ValuePatternExpr.html(in = 20829) (out= 3129)(deflated 84%)
adding: edu/stanford/nlp/ling/tokensregex/PhraseTable.WordList.html(in = 8812) (out= 2018)(deflated 77%)
adding: edu/stanford/nlp/ling/tokensregex/SequenceMatchAction.BoundAction.html(in = 11445) (out= 2279)(deflated 80%)
adding: edu/stanford/nlp/ling/tokensregex/MultiPatternMatcher.NodePatternTrigger.html(in = 7949) (out= 1762)(deflated 77%)
adding: edu/stanford/nlp/ling/tokensregex/CoreMapSequenceMatchAction.AnnotateAction.html(in = 17755) (out= 2723)(deflated 84%)
adding: edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.TokenPatternExtractRuleCreator.html(in = 21305) (out= 2783)(deflated 86%)
adding: edu/stanford/nlp/ling/tokensregex/EnvLookup.html(in = 18344) (out= 2630)(deflated 85%)
adding: edu/stanford/nlp/ling/tokensregex/ComplexNodePattern.StringAnnotationRegexPattern.html(in = 20015) (out= 3233)(deflated 83%)
adding: edu/stanford/nlp/ling/tokensregex/MultiPatternMatcher.BasicSequencePatternTrigger.html(in = 14618) (out= 2666)(deflated 81%)
adding: edu/stanford/nlp/ling/tokensregex/MultiWordStringMatcher.LongestStringComparator.html(in = 11047) (out= 2414)(deflated 78%)
adding: edu/stanford/nlp/ling/tokensregex/SequenceMatchRules.SequenceMatchedExpressionExtractor.html(in = 13822) (out= 2502)(deflated 81%)
adding: edu/stanford/nlp/ling/tokensregex/NodePattern.NegateNodePattern.html(in = 17745) (out= 3008)(deflated 83%)
adding: edu/stanford/nlp/ling/tokensregex/MultiNodePattern.IntersectMultiNodePattern.html(in = 16163) (out= 2724)(deflated 83%)
adding: edu/stanford/nlp/ling/tokensregex/TokenSequenceMatcher.html(in = 28234) (out= 3454)(deflated 87%)
adding: edu/stanford/nlp/ling/CoreAnnotations.AnswerAnnotation.html(in = 11238) (out= 2570)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.LineNumberAnnotation.html(in = 11441) (out= 2654)(deflated 76%)
adding: edu/stanford/nlp/ling/CoreAnnotations.CoNLLSRLAnnotation.html(in = 11557) (out= 2629)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.ForcedSentenceUntilEndAnnotation.html(in = 11746) (out= 2674)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.InterpretationAnnotation.html(in = 11371) (out= 2574)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.CoNLLDepParentIndexAnnotation.html(in = 11520) (out= 2607)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.PresetAnswerAnnotation.html(in = 11354) (out= 2582)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.ParentAnnotation.html(in = 11252) (out= 2577)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.CharacterOffsetBeginAnnotation.html(in = 12011) (out= 2839)(deflated 76%)
adding: edu/stanford/nlp/ling/CoreAnnotations.ParagraphsAnnotation.html(in = 12105) (out= 2628)(deflated 78%)
adding: edu/stanford/nlp/ling/CoreAnnotations.LabelIDAnnotation.html(in = 11184) (out= 2540)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.PrevChildAnnotation.html(in = 11304) (out= 2594)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.FineGrainedNamedEntityTagAnnotation.html(in = 11589) (out= 2612)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.TokenBeginAnnotation.html(in = 11449) (out= 2635)(deflated 76%)
adding: edu/stanford/nlp/ling/CoreAnnotations.ChineseOrigSegAnnotation.html(in = 11412) (out= 2588)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.QuotedAnnotation.html(in = 11230) (out= 2565)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.ParagraphIndexAnnotation.html(in = 11395) (out= 2577)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.HaveAnnotation.html(in = 11214) (out= 2573)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.DistSimAnnotation.html(in = 11158) (out= 2535)(deflated 77%)
adding: edu/stanford/nlp/ling/MultiTokenTag.Tag.html(in = 12550) (out= 2553)(deflated 79%)
adding: edu/stanford/nlp/ling/CoreLabel.html(in = 74589) (out= 9816)(deflated 86%)
adding: edu/stanford/nlp/ling/CoreAnnotations.SectionAnnotation.html(in = 11267) (out= 2565)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.FemaleGazAnnotation.html(in = 11246) (out= 2555)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.MaleGazAnnotation.html(in = 11176) (out= 2542)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.AfterAnnotation.html(in = 11528) (out= 2729)(deflated 76%)
adding: edu/stanford/nlp/ling/LabeledWord.html(in = 21986) (out= 3467)(deflated 84%)
adding: edu/stanford/nlp/ling/CoreAnnotations.LMiddleAnnotation.html(in = 11170) (out= 2535)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.NumericValueAnnotation.html(in = 11283) (out= 2549)(deflated 77%)
adding: edu/stanford/nlp/ling/LabelFactory.html(in = 13937) (out= 2955)(deflated 78%)
adding: edu/stanford/nlp/ling/CoreAnnotations.IndexAnnotation.html(in = 11646) (out= 2785)(deflated 76%)
adding: edu/stanford/nlp/ling/HasLemma.html(in = 9339) (out= 2218)(deflated 76%)
adding: edu/stanford/nlp/ling/CoreAnnotations.SemanticWordAnnotation.html(in = 11279) (out= 2548)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.NumericTypeAnnotation.html(in = 11264) (out= 2543)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.BagOfWordsAnnotation.html(in = 12101) (out= 2579)(deflated 78%)
adding: edu/stanford/nlp/ling/CoreAnnotations.MorphoGenAnnotation.html(in = 11218) (out= 2543)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.NumericCompositeObjectAnnotation.html(in = 11544) (out= 2580)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.SemanticHeadTagAnnotation.html(in = 11421) (out= 2589)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.SentencesAnnotation.html(in = 12348) (out= 2719)(deflated 77%)
adding: edu/stanford/nlp/ling/TaggedWord.html(in = 26967) (out= 4058)(deflated 84%)
adding: edu/stanford/nlp/ling/CoreAnnotations.CharAnnotation.html(in = 11153) (out= 2543)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.TrueCaseTextAnnotation.html(in = 11493) (out= 2660)(deflated 76%)
adding: edu/stanford/nlp/ling/CoreAnnotations.AntecedentAnnotation.html(in = 11838) (out= 2832)(deflated 76%)
adding: edu/stanford/nlp/ling/CoreAnnotations.SectionAuthorCharacterOffsetEndAnnotation.html(in = 11726) (out= 2597)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.LastGazAnnotation.html(in = 11188) (out= 2549)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.CharacterOffsetEndAnnotation.html(in = 11975) (out= 2831)(deflated 76%)
adding: edu/stanford/nlp/ling/HasContext.html(in = 12006) (out= 2378)(deflated 80%)
adding: edu/stanford/nlp/ling/CoreAnnotations.LemmaAnnotation.html(in = 11295) (out= 2622)(deflated 76%)
adding: edu/stanford/nlp/ling/CoreAnnotations.PhraseWordsAnnotation.html(in = 11388) (out= 2556)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.LeftTermAnnotation.html(in = 11379) (out= 2629)(deflated 76%)
adding: edu/stanford/nlp/ling/CoreAnnotations.LabelAnnotation.html(in = 11198) (out= 2561)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.SRL_ID.html(in = 14331) (out= 2863)(deflated 80%)
adding: edu/stanford/nlp/ling/HasCategory.html(in = 9058) (out= 2177)(deflated 75%)
adding: edu/stanford/nlp/ling/CoreAnnotations.FeaturesAnnotation.html(in = 11280) (out= 2584)(deflated 77%)
adding: edu/stanford/nlp/ling/CategoryWordTag.html(in = 33107) (out= 4618)(deflated 86%)
adding: edu/stanford/nlp/ling/CoreAnnotations.WordnetSynAnnotation.html(in = 11237) (out= 2544)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.MentionsAnnotation.html(in = 11903) (out= 2564)(deflated 78%)
adding: edu/stanford/nlp/ling/StringLabel.html(in = 28464) (out= 4225)(deflated 85%)
adding: edu/stanford/nlp/ling/CoreAnnotations.CoNLLUSecondaryDepsAnnotation.html(in = 11710) (out= 2607)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.NeighborsAnnotation.html(in = 12722) (out= 2616)(deflated 79%)
adding: edu/stanford/nlp/ling/CoreAnnotations.EntityRuleAnnotation.html(in = 11285) (out= 2553)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.ArgDescendentAnnotation.html(in = 12038) (out= 2579)(deflated 78%)
adding: edu/stanford/nlp/ling/HasOffset.html(in = 12524) (out= 2757)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.MorphoPersAnnotation.html(in = 11239) (out= 2548)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.DayAnnotation.html(in = 11118) (out= 2541)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.NumericCompositeValueAnnotation.html(in = 11615) (out= 2640)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.QuotesAnnotation.html(in = 11921) (out= 2590)(deflated 78%)
adding: edu/stanford/nlp/ling/HasOriginalText.html(in = 8825) (out= 2080)(deflated 76%)
adding: edu/stanford/nlp/ling/CoreAnnotations.CoNLLDepAnnotation.html(in = 11931) (out= 2624)(deflated 78%)
adding: edu/stanford/nlp/ling/CoreAnnotations.AbgeneAnnotation.html(in = 11147) (out= 2534)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.IDFAnnotation.html(in = 11172) (out= 2574)(deflated 76%)
adding: edu/stanford/nlp/ling/CoreAnnotations.ChunkAnnotation.html(in = 11172) (out= 2549)(deflated 77%)
adding: edu/stanford/nlp/ling/DocumentReader.html(in = 31432) (out= 5232)(deflated 83%)
adding: edu/stanford/nlp/ling/IndexedWord.html(in = 79965) (out= 10156)(deflated 87%)
adding: edu/stanford/nlp/ling/CoreAnnotations.SpanAnnotation.html(in = 11748) (out= 2583)(deflated 78%)
adding: edu/stanford/nlp/ling/CoreLabel.OutputFormat.html(in = 18381) (out= 3076)(deflated 83%)
adding: edu/stanford/nlp/ling/CoreAnnotations.ParagraphAnnotation.html(in = 11312) (out= 2582)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.MonthAnnotation.html(in = 11199) (out= 2562)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.WebAnnotation.html(in = 11126) (out= 2546)(deflated 77%)
adding: edu/stanford/nlp/ling/Tag.html(in = 18678) (out= 3272)(deflated 82%)
adding: edu/stanford/nlp/ling/CoreAnnotations.NotAnnotation.html(in = 11239) (out= 2583)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.D2_LEndAnnotation.html(in = 11184) (out= 2542)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.CommonWordsAnnotation.html(in = 11270) (out= 2554)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.SRLIDAnnotation.html(in = 11964) (out= 2614)(deflated 78%)
adding: edu/stanford/nlp/ling/CoreAnnotations.TagLabelAnnotation.html(in = 11790) (out= 2573)(deflated 78%)
adding: edu/stanford/nlp/ling/CoreAnnotations.SectionAuthorCharacterOffsetBeginAnnotation.html(in = 11754) (out= 2602)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.PossibleAnswersAnnotation.html(in = 11328) (out= 2552)(deflated 77%)
adding: edu/stanford/nlp/ling/Document.html(in = 12726) (out= 2895)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.SentenceBeginAnnotation.html(in = 11383) (out= 2582)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.DocSourceTypeAnnotation.html(in = 11403) (out= 2610)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.AbbrAnnotation.html(in = 11085) (out= 2531)(deflated 77%)
adding: edu/stanford/nlp/ling/StringLabelFactory.html(in = 16051) (out= 2854)(deflated 82%)
adding: edu/stanford/nlp/ling/CoreAnnotations.LastTaggedAnnotation.html(in = 11223) (out= 2544)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.MentionTokenAnnotation.html(in = 11953) (out= 2600)(deflated 78%)
adding: edu/stanford/nlp/ling/CoreAnnotations.DocIDAnnotation.html(in = 11284) (out= 2609)(deflated 76%)
adding: edu/stanford/nlp/ling/CoreAnnotations.SentencePositionAnnotation.html(in = 11343) (out= 2543)(deflated 77%)
adding: edu/stanford/nlp/ling/package-summary.html(in = 91296) (out= 10930)(deflated 88%)
adding: edu/stanford/nlp/ling/CoreAnnotations.NumericObjectAnnotation.html(in = 11312) (out= 2549)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.SectionIndexAnnotation.html(in = 11335) (out= 2566)(deflated 77%)
adding: edu/stanford/nlp/ling/TaggedWordFactory.html(in = 18852) (out= 3429)(deflated 81%)
adding: edu/stanford/nlp/ling/CoreAnnotations.ShapeAnnotation.html(in = 11512) (out= 2688)(deflated 76%)
adding: edu/stanford/nlp/ling/CoreAnnotations.QuotationsAnnotation.html(in = 12093) (out= 2623)(deflated 78%)
adding: edu/stanford/nlp/ling/CoreAnnotations.SectionDateAnnotation.html(in = 11354) (out= 2575)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.MarkingAnnotation.html(in = 11279) (out= 2598)(deflated 76%)
adding: edu/stanford/nlp/ling/CoreAnnotations.LocationAnnotation.html(in = 11252) (out= 2561)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.SectionsAnnotation.html(in = 11979) (out= 2584)(deflated 78%)
adding: edu/stanford/nlp/ling/CoreAnnotations.CategoryFunctionalTagAnnotation.html(in = 11525) (out= 2598)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.TokensAnnotation.html(in = 12080) (out= 2659)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.NERIDAnnotation.html(in = 11291) (out= 2613)(deflated 76%)
adding: edu/stanford/nlp/ling/CoreAnnotations.PriorAnnotation.html(in = 11414) (out= 2576)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.DocDateAnnotation.html(in = 11160) (out= 2535)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.INAnnotation.html(in = 11077) (out= 2529)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.KBPTriplesAnnotation.html(in = 12245) (out= 2657)(deflated 78%)
adding: edu/stanford/nlp/ling/CoreAnnotations.AnswerProbAnnotation.html(in = 11316) (out= 2579)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.html(in = 95723) (out= 9100)(deflated 90%)
adding: edu/stanford/nlp/ling/CoreAnnotations.EndIndexAnnotation.html(in = 11610) (out= 2712)(deflated 76%)
adding: edu/stanford/nlp/ling/CoreAnnotations.StemAnnotation.html(in = 11309) (out= 2621)(deflated 76%)
adding: edu/stanford/nlp/ling/CoreAnnotations.IsDateRangeAnnotation.html(in = 11375) (out= 2606)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.BeginIndexAnnotation.html(in = 11714) (out= 2768)(deflated 76%)
adding: edu/stanford/nlp/ling/CoreAnnotation.html(in = 49398) (out= 5424)(deflated 89%)
adding: edu/stanford/nlp/ling/CoreAnnotations.IsURLAnnotation.html(in = 11251) (out= 2597)(deflated 76%)
adding: edu/stanford/nlp/ling/CoreAnnotations.ColumnDataClassifierAnnotation.html(in = 11425) (out= 2564)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.MorphoCaseAnnotation.html(in = 11225) (out= 2543)(deflated 77%)
adding: edu/stanford/nlp/ling/Datum.html(in = 8324) (out= 1935)(deflated 76%)
adding: edu/stanford/nlp/ling/CoreAnnotations.NumericCompositeTypeAnnotation.html(in = 11583) (out= 2616)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.NamedEntityTagAnnotation.html(in = 11491) (out= 2641)(deflated 77%)
adding: edu/stanford/nlp/ling/AbstractToken.html(in = 13805) (out= 2186)(deflated 84%)
adding: edu/stanford/nlp/ling/CoreAnnotations.LabelWeightAnnotation.html(in = 11242) (out= 2547)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.BestFullAnnotation.html(in = 11201) (out= 2545)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.LeftChildrenNodeAnnotation.html(in = 12871) (out= 2638)(deflated 79%)
adding: edu/stanford/nlp/ling/CoreAnnotations.UseMarkedDiscourseAnnotation.html(in = 11500) (out= 2613)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.OriginalCharAnnotation.html(in = 11371) (out= 2591)(deflated 77%)
adding: edu/stanford/nlp/ling/Label.html(in = 15504) (out= 3416)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.CanonicalEntityMentionIndexAnnotation.html(in = 11715) (out= 2626)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.TrueCaseAnnotation.html(in = 11357) (out= 2624)(deflated 76%)
adding: edu/stanford/nlp/ling/CoreAnnotations.SectionIDAnnotation.html(in = 11280) (out= 2558)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.ForcedSentenceEndAnnotation.html(in = 11579) (out= 2646)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.TokenEndAnnotation.html(in = 11427) (out= 2637)(deflated 76%)
adding: edu/stanford/nlp/ling/CoreAnnotations.NamedEntityTagProbsAnnotation.html(in = 11730) (out= 2615)(deflated 77%)
adding: edu/stanford/nlp/ling/HasTag.html(in = 9784) (out= 2268)(deflated 76%)
adding: edu/stanford/nlp/ling/HasWord.html(in = 10002) (out= 2286)(deflated 77%)
adding: edu/stanford/nlp/ling/Featurizable.html(in = 8642) (out= 2139)(deflated 75%)
adding: edu/stanford/nlp/ling/CoreAnnotations.WordSenseAnnotation.html(in = 11224) (out= 2546)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.RoleAnnotation.html(in = 11204) (out= 2578)(deflated 76%)
adding: edu/stanford/nlp/ling/CoreAnnotations.SRLInstancesAnnotation.html(in = 12813) (out= 2596)(deflated 79%)
adding: edu/stanford/nlp/ling/CoreAnnotations.CoarseTagAnnotation.html(in = 11323) (out= 2584)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.ProtoAnnotation.html(in = 11150) (out= 2539)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.NumTxtSentencesAnnotation.html(in = 11454) (out= 2617)(deflated 77%)
adding: edu/stanford/nlp/ling/CoreAnnotations.MorphoNumAnnotation.html(in = 11218) (out= 2544)(deflated 77%)
adding: edu/stanford/nlp/optimization/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/optimization/package-tree.html(in = 9177) (out= 1684)(deflated 81%)
adding: edu/stanford/nlp/optimization/Minimizer.html(in = 12365) (out= 2619)(deflated 78%)
adding: edu/stanford/nlp/optimization/package-summary.html(in = 10950) (out= 2168)(deflated 80%)
adding: edu/stanford/nlp/optimization/HasInitial.html(in = 8544) (out= 2150)(deflated 74%)
adding: edu/stanford/nlp/optimization/package-frame.html(in = 3100) (out= 746)(deflated 75%)
adding: edu/stanford/nlp/optimization/DiffFloatFunction.html(in = 9619) (out= 2319)(deflated 75%)
adding: edu/stanford/nlp/optimization/CGMinimizer.html(in = 18816) (out= 3528)(deflated 81%)
adding: edu/stanford/nlp/optimization/StochasticCalculateMethods.html(in = 17305) (out= 3285)(deflated 81%)
adding: edu/stanford/nlp/optimization/AbstractCachingDiffFunction.html(in = 21648) (out= 3630)(deflated 83%)
adding: edu/stanford/nlp/optimization/Evaluator.html(in = 7677) (out= 1895)(deflated 75%)
adding: edu/stanford/nlp/optimization/HasEvaluators.html(in = 8409) (out= 2028)(deflated 75%)
adding: edu/stanford/nlp/optimization/HasRegularizerParamRange.html(in = 8070) (out= 1999)(deflated 75%)
adding: edu/stanford/nlp/optimization/QNMinimizer.html(in = 41220) (out= 6433)(deflated 84%)
adding: edu/stanford/nlp/optimization/QNMinimizer.SurpriseConvergence.html(in = 9060) (out= 2075)(deflated 77%)
adding: edu/stanford/nlp/optimization/Function.html(in = 9501) (out= 2270)(deflated 76%)
adding: edu/stanford/nlp/optimization/DiffFunction.html(in = 9933) (out= 2383)(deflated 76%)
adding: edu/stanford/nlp/optimization/FloatFunction.html(in = 9154) (out= 2197)(deflated 75%)
adding: edu/stanford/nlp/international/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/international/package-summary.html(in = 5079) (out= 1396)(deflated 72%)
adding: edu/stanford/nlp/international/french/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/international/french/process/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/international/french/process/FrenchTokenizer.FrenchTokenizerFactory.html(in = 25093) (out= 3510)(deflated 86%)
adding: edu/stanford/nlp/international/french/process/FrenchTokenizer.html(in = 24337) (out= 4103)(deflated 83%)
adding: edu/stanford/nlp/international/french/process/package-frame.html(in = 1156) (out= 524)(deflated 54%)
adding: edu/stanford/nlp/international/french/process/package-summary.html(in = 5965) (out= 1481)(deflated 75%)
adding: edu/stanford/nlp/international/french/process/package-tree.html(in = 6091) (out= 1424)(deflated 76%)
adding: edu/stanford/nlp/international/french/FrenchMorphoFeatureSpecification.html(in = 19248) (out= 3196)(deflated 83%)
adding: edu/stanford/nlp/international/french/FrenchUnknownWordSignatures.html(in = 16878) (out= 2626)(deflated 84%)
adding: edu/stanford/nlp/international/french/package-tree.html(in = 5642) (out= 1374)(deflated 75%)
adding: edu/stanford/nlp/international/french/package-frame.html(in = 1119) (out= 530)(deflated 52%)
adding: edu/stanford/nlp/international/french/pipeline/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/international/french/pipeline/FTBCorrectorVisitor.html(in = 11478) (out= 2539)(deflated 77%)
adding: edu/stanford/nlp/international/french/pipeline/package-tree.html(in = 6739) (out= 1445)(deflated 78%)
adding: edu/stanford/nlp/international/french/pipeline/package-frame.html(in = 1395) (out= 550)(deflated 60%)
adding: edu/stanford/nlp/international/french/pipeline/FTBDataset.html(in = 19454) (out= 3270)(deflated 83%)
adding: edu/stanford/nlp/international/french/pipeline/package-summary.html(in = 6439) (out= 1594)(deflated 75%)
adding: edu/stanford/nlp/international/french/pipeline/MWEPreprocessor.html(in = 16157) (out= 2566)(deflated 84%)
adding: edu/stanford/nlp/international/french/pipeline/FTBCorrector.html(in = 13719) (out= 3078)(deflated 77%)
adding: edu/stanford/nlp/international/french/package-summary.html(in = 5762) (out= 1562)(deflated 72%)
adding: edu/stanford/nlp/international/Language.html(in = 44904) (out= 5253)(deflated 88%)
adding: edu/stanford/nlp/international/arabic/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/international/arabic/process/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/international/arabic/process/ArabicTokenizer.ArabicTokenizerFactory.html(in = 22291) (out= 3209)(deflated 85%)
adding: edu/stanford/nlp/international/arabic/process/ArabicTokenizer.html(in = 22388) (out= 4120)(deflated 81%)
adding: edu/stanford/nlp/international/arabic/process/package-frame.html(in = 1156) (out= 524)(deflated 54%)
adding: edu/stanford/nlp/international/arabic/process/package-summary.html(in = 5902) (out= 1468)(deflated 75%)
adding: edu/stanford/nlp/international/arabic/process/package-tree.html(in = 6093) (out= 1424)(deflated 76%)
adding: edu/stanford/nlp/international/arabic/ArabicMorphoFeatureSpecification.ArabicMorphoFeatures.html(in = 16744) (out= 3028)(deflated 81%)
adding: edu/stanford/nlp/international/arabic/package-tree.html(in = 6709) (out= 1474)(deflated 78%)
adding: edu/stanford/nlp/international/arabic/package-frame.html(in = 1433) (out= 551)(deflated 61%)
adding: edu/stanford/nlp/international/arabic/package-summary.html(in = 6350) (out= 1595)(deflated 74%)
adding: edu/stanford/nlp/international/arabic/IBMArabicEscaper.html(in = 16631) (out= 3593)(deflated 78%)
adding: edu/stanford/nlp/international/arabic/pipeline/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/international/arabic/pipeline/package-frame.html(in = 1847) (out= 598)(deflated 67%)
adding: edu/stanford/nlp/international/arabic/pipeline/ATBArabicDataset.html(in = 20009) (out= 3319)(deflated 83%)
adding: edu/stanford/nlp/international/arabic/pipeline/MWETreeVisitor.html(in = 11397) (out= 2539)(deflated 77%)
adding: edu/stanford/nlp/international/arabic/pipeline/DefaultLexicalMapper.html(in = 19170) (out= 3514)(deflated 81%)
adding: edu/stanford/nlp/international/arabic/pipeline/ATBCorrector.html(in = 14153) (out= 3103)(deflated 78%)
adding: edu/stanford/nlp/international/arabic/pipeline/package-tree.html(in = 8669) (out= 1566)(deflated 81%)
adding: edu/stanford/nlp/international/arabic/pipeline/LDCPosMapper.html(in = 20925) (out= 3701)(deflated 82%)
adding: edu/stanford/nlp/international/arabic/pipeline/ATBArabicDataset.ArabicRawTreeNormalizer.html(in = 19768) (out= 3218)(deflated 83%)
adding: edu/stanford/nlp/international/arabic/pipeline/ATBCorrectorVisitor.html(in = 11498) (out= 2545)(deflated 77%)
adding: edu/stanford/nlp/international/arabic/pipeline/UniversalPOSMapper.html(in = 16308) (out= 3148)(deflated 80%)
adding: edu/stanford/nlp/international/arabic/pipeline/package-summary.html(in = 7643) (out= 1836)(deflated 75%)
adding: edu/stanford/nlp/international/arabic/Buckwalter.html(in = 15469) (out= 3307)(deflated 78%)
adding: edu/stanford/nlp/international/arabic/ArabicMorphoFeatureSpecification.html(in = 18332) (out= 3127)(deflated 82%)
adding: edu/stanford/nlp/international/package-frame.html(in = 868) (out= 484)(deflated 44%)
adding: edu/stanford/nlp/international/spanish/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/international/spanish/package-frame.html(in = 1270) (out= 537)(deflated 57%)
adding: edu/stanford/nlp/international/spanish/SpanishVerbStripper.html(in = 15708) (out= 3170)(deflated 79%)
adding: edu/stanford/nlp/international/spanish/package-summary.html(in = 6052) (out= 1574)(deflated 73%)
adding: edu/stanford/nlp/international/spanish/package-tree.html(in = 5617) (out= 1355)(deflated 75%)
adding: edu/stanford/nlp/international/spanish/process/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/international/spanish/process/package-summary.html(in = 6994) (out= 1589)(deflated 77%)
adding: edu/stanford/nlp/international/spanish/process/package-tree.html(in = 6921) (out= 1510)(deflated 78%)
adding: edu/stanford/nlp/international/spanish/process/AnCoraPronounDisambiguator.PersonalPronounType.html(in = 15961) (out= 2915)(deflated 81%)
adding: edu/stanford/nlp/international/spanish/process/SpanishTokenizer.SpanishTokenizerFactory.html(in = 26629) (out= 3609)(deflated 86%)
adding: edu/stanford/nlp/international/spanish/process/package-frame.html(in = 1592) (out= 589)(deflated 63%)
adding: edu/stanford/nlp/international/spanish/process/AnCoraPronounDisambiguator.html(in = 15062) (out= 3215)(deflated 78%)
adding: edu/stanford/nlp/international/spanish/process/SpanishTokenizer.html(in = 27370) (out= 4182)(deflated 84%)
adding: edu/stanford/nlp/international/spanish/SpanishUnknownWordSignatures.html(in = 16163) (out= 2737)(deflated 83%)
adding: edu/stanford/nlp/international/spanish/SpanishVerbStripper.StrippedVerb.html(in = 12249) (out= 2623)(deflated 78%)
adding: edu/stanford/nlp/international/morph/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/international/morph/MorphoFeatureSpecification.MorphoFeatureType.html(in = 25157) (out= 3307)(deflated 86%)
adding: edu/stanford/nlp/international/morph/MorphoFeatures.html(in = 22212) (out= 3662)(deflated 83%)
adding: edu/stanford/nlp/international/morph/package-tree.html(in = 5868) (out= 1411)(deflated 75%)
adding: edu/stanford/nlp/international/morph/package-summary.html(in = 6270) (out= 1520)(deflated 75%)
adding: edu/stanford/nlp/international/morph/package-frame.html(in = 1321) (out= 543)(deflated 58%)
adding: edu/stanford/nlp/international/morph/MorphoFeatureSpecification.html(in = 21343) (out= 3316)(deflated 84%)
adding: edu/stanford/nlp/international/package-tree.html(in = 4942) (out= 1322)(deflated 73%)
adding: edu/stanford/nlp/semgraph/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/semgraph/package-frame.html(in = 3916) (out= 794)(deflated 79%)
adding: edu/stanford/nlp/semgraph/semgrex/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/semgraph/semgrex/SemgrexParseException.html(in = 9954) (out= 2253)(deflated 77%)
adding: edu/stanford/nlp/semgraph/semgrex/package-summary.html(in = 10173) (out= 2337)(deflated 77%)
adding: edu/stanford/nlp/semgraph/semgrex/package-tree.html(in = 7588) (out= 1527)(deflated 79%)
adding: edu/stanford/nlp/semgraph/semgrex/NodeAttributes.html(in = 12330) (out= 2616)(deflated 78%)
adding: edu/stanford/nlp/semgraph/semgrex/Alignment.html(in = 21303) (out= 3267)(deflated 84%)
adding: edu/stanford/nlp/semgraph/semgrex/SemgrexMatcher.html(in = 18624) (out= 3410)(deflated 81%)
adding: edu/stanford/nlp/semgraph/semgrex/package-frame.html(in = 2203) (out= 640)(deflated 70%)
adding: edu/stanford/nlp/semgraph/semgrex/Env.html(in = 12372) (out= 2557)(deflated 79%)
adding: edu/stanford/nlp/semgraph/semgrex/CoordinationPattern.html(in = 25927) (out= 3575)(deflated 86%)
adding: edu/stanford/nlp/semgraph/semgrex/SemgrexPattern.OutputFormat.html(in = 13689) (out= 2809)(deflated 79%)
adding: edu/stanford/nlp/semgraph/semgrex/SemgrexPattern.html(in = 42071) (out= 7537)(deflated 82%)
adding: edu/stanford/nlp/semgraph/semgrex/NodePattern.html(in = 30498) (out= 3879)(deflated 87%)
adding: edu/stanford/nlp/semgraph/semgrex/ParseException.html(in = 14997) (out= 3149)(deflated 79%)
adding: edu/stanford/nlp/semgraph/SemanticGraphFactory.Mode.html(in = 16388) (out= 3113)(deflated 81%)
adding: edu/stanford/nlp/semgraph/SemanticGraphUtils.html(in = 109106) (out= 11752)(deflated 89%)
adding: edu/stanford/nlp/semgraph/SemanticGraphCoreAnnotations.CollapsedDependenciesAnnotation.html(in = 13366) (out= 2792)(deflated 79%)
adding: edu/stanford/nlp/semgraph/ISemanticGraphEdgeEql.html(in = 9061) (out= 2019)(deflated 77%)
adding: edu/stanford/nlp/semgraph/SemanticGraph.html(in = 141435) (out= 15348)(deflated 89%)
adding: edu/stanford/nlp/semgraph/SemanticGraphFactory.html(in = 65077) (out= 5874)(deflated 90%)
adding: edu/stanford/nlp/semgraph/SemanticGraphUtils.PrintVerticeParams.html(in = 10814) (out= 2151)(deflated 80%)
adding: edu/stanford/nlp/semgraph/package-tree.html(in = 10661) (out= 1697)(deflated 84%)
adding: edu/stanford/nlp/semgraph/SemanticGraphUtils.EdgeDiffResult.html(in = 12712) (out= 2346)(deflated 81%)
adding: edu/stanford/nlp/semgraph/SemanticGraphEdge.html(in = 24907) (out= 3785)(deflated 84%)
adding: edu/stanford/nlp/semgraph/SemanticGraphCoreAnnotations.AlternativeDependenciesAnnotation.html(in = 12668) (out= 2725)(deflated 78%)
adding: edu/stanford/nlp/semgraph/SemanticGraph.OutputFormat.html(in = 14659) (out= 2886)(deflated 80%)
adding: edu/stanford/nlp/semgraph/package-summary.html(in = 12792) (out= 2495)(deflated 80%)
adding: edu/stanford/nlp/semgraph/SemanticGraphCoreAnnotations.html(in = 12294) (out= 2461)(deflated 79%)
adding: edu/stanford/nlp/semgraph/SemanticGraphUtils.PositionedTree.html(in = 12044) (out= 2545)(deflated 78%)
adding: edu/stanford/nlp/semgraph/SemanticGraphCoreAnnotations.CollapsedCCProcessedDependenciesAnnotation.html(in = 13562) (out= 2823)(deflated 79%)
adding: edu/stanford/nlp/semgraph/SemanticGraphCoreAnnotations.BasicDependenciesAnnotation.html(in = 12597) (out= 2701)(deflated 78%)
adding: edu/stanford/nlp/semgraph/SemanticGraphCoreAnnotations.EnhancedPlusPlusDependenciesAnnotation.html(in = 12651) (out= 2684)(deflated 78%)
adding: edu/stanford/nlp/semgraph/SemanticGraphFormatter.html(in = 12008) (out= 2535)(deflated 78%)
adding: edu/stanford/nlp/semgraph/SemanticGraphCoreAnnotations.EnhancedDependenciesAnnotation.html(in = 12615) (out= 2682)(deflated 78%)
adding: edu/stanford/nlp/process/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/process/ListProcessor.html(in = 9744) (out= 2333)(deflated 76%)
adding: edu/stanford/nlp/process/LexerUtils.html(in = 19776) (out= 3361)(deflated 83%)
adding: edu/stanford/nlp/process/StripTagsProcessor.html(in = 17778) (out= 3340)(deflated 81%)
adding: edu/stanford/nlp/process/TransformXML.SAXInterface.html(in = 19033) (out= 3333)(deflated 82%)
adding: edu/stanford/nlp/process/PTBTokenizer.PTBTokenizerFactory.html(in = 29266) (out= 3948)(deflated 86%)
adding: edu/stanford/nlp/process/package-tree.html(in = 17111) (out= 2286)(deflated 86%)
adding: edu/stanford/nlp/process/LowercaseFunction.html(in = 10242) (out= 2367)(deflated 76%)
adding: edu/stanford/nlp/process/package-frame.html(in = 6471) (out= 1030)(deflated 84%)
adding: edu/stanford/nlp/process/Americanize.html(in = 18566) (out= 3701)(deflated 80%)
adding: edu/stanford/nlp/process/CoreTokenFactory.html(in = 10533) (out= 2270)(deflated 78%)
adding: edu/stanford/nlp/process/LexedTokenFactory.html(in = 9333) (out= 2305)(deflated 75%)
adding: edu/stanford/nlp/process/AmericanizeFunction.html(in = 10260) (out= 2365)(deflated 76%)
adding: edu/stanford/nlp/process/WordToTaggedWordProcessor.html(in = 16904) (out= 3565)(deflated 78%)
adding: edu/stanford/nlp/process/DocumentProcessor.html(in = 11433) (out= 2429)(deflated 78%)
adding: edu/stanford/nlp/process/DistSimClassifier.html(in = 12246) (out= 2489)(deflated 79%)
adding: edu/stanford/nlp/process/Morphology.html(in = 26728) (out= 4793)(deflated 82%)
adding: edu/stanford/nlp/process/DocumentPreprocessor.DocType.html(in = 13667) (out= 2808)(deflated 79%)
adding: edu/stanford/nlp/process/WordSegmenter.html(in = 12193) (out= 2444)(deflated 79%)
adding: edu/stanford/nlp/process/LexerUtils.DashesEnum.html(in = 14418) (out= 2880)(deflated 80%)
adding: edu/stanford/nlp/process/TokenizerAdapter.html(in = 16839) (out= 3342)(deflated 80%)
adding: edu/stanford/nlp/process/Tokenizer.html(in = 12076) (out= 2736)(deflated 77%)
adding: edu/stanford/nlp/process/WordToSentenceProcessor.NewlineIsSentenceBreak.html(in = 15065) (out= 2901)(deflated 80%)
adding: edu/stanford/nlp/process/LowercaseAndAmericanizeFunction.html(in = 10480) (out= 2377)(deflated 77%)
adding: edu/stanford/nlp/process/WordSegmentingTokenizer.html(in = 17062) (out= 2954)(deflated 82%)
adding: edu/stanford/nlp/process/PTBTokenizer.html(in = 48485) (out= 10742)(deflated 77%)
adding: edu/stanford/nlp/process/WhitespaceTokenizer.html(in = 27233) (out= 4257)(deflated 84%)
adding: edu/stanford/nlp/process/AbstractTokenizer.html(in = 20766) (out= 3679)(deflated 82%)
adding: edu/stanford/nlp/process/WordTokenFactory.html(in = 11978) (out= 2717)(deflated 77%)
adding: edu/stanford/nlp/process/LexerUtils.EllipsesEnum.html(in = 14514) (out= 2888)(deflated 80%)
adding: edu/stanford/nlp/process/TransformXML.html(in = 31333) (out= 3901)(deflated 87%)
adding: edu/stanford/nlp/process/CoreLabelTokenFactory.html(in = 19785) (out= 3397)(deflated 82%)
adding: edu/stanford/nlp/process/SerializableFunction.html(in = 7659) (out= 1864)(deflated 75%)
adding: edu/stanford/nlp/process/PTBEscapingProcessor.html(in = 19895) (out= 3469)(deflated 82%)
adding: edu/stanford/nlp/process/TokenizerFactory.html(in = 13831) (out= 2852)(deflated 79%)
adding: edu/stanford/nlp/process/AbstractListProcessor.html(in = 16695) (out= 3102)(deflated 81%)
adding: edu/stanford/nlp/process/TransformXML.NoEscapingSAXInterface.html(in = 14116) (out= 2865)(deflated 79%)
adding: edu/stanford/nlp/process/LexerTokenizer.html(in = 16114) (out= 3033)(deflated 81%)
adding: edu/stanford/nlp/process/WordShapeClassifier.html(in = 25953) (out= 3828)(deflated 85%)
adding: edu/stanford/nlp/process/WhitespaceTokenizer.WhitespaceTokenizerFactory.html(in = 25098) (out= 3494)(deflated 86%)
adding: edu/stanford/nlp/process/WordToSentenceProcessor.html(in = 40438) (out= 7361)(deflated 81%)
adding: edu/stanford/nlp/process/DocumentPreprocessor.html(in = 26457) (out= 4659)(deflated 82%)
adding: edu/stanford/nlp/process/package-summary.html(in = 20339) (out= 3772)(deflated 81%)
adding: edu/stanford/nlp/process/LexerUtils.QuotesEnum.html(in = 14923) (out= 2920)(deflated 80%)
adding: edu/stanford/nlp/fsm/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/fsm/package-summary.html(in = 9632) (out= 2059)(deflated 78%)
adding: edu/stanford/nlp/fsm/TransducerGraph.GraphProcessor.html(in = 8839) (out= 1982)(deflated 77%)
adding: edu/stanford/nlp/fsm/TransducerGraph.ObjectToSetNodeProcessor.html(in = 10679) (out= 2311)(deflated 78%)
adding: edu/stanford/nlp/fsm/TransducerGraph.InputSplittingProcessor.html(in = 11494) (out= 2366)(deflated 79%)
adding: edu/stanford/nlp/fsm/package-frame.html(in = 3189) (out= 738)(deflated 76%)
adding: edu/stanford/nlp/fsm/TransducerGraph.NodeProcessor.html(in = 8448) (out= 1977)(deflated 76%)
adding: edu/stanford/nlp/fsm/TransducerGraph.OutputCombiningProcessor.html(in = 11537) (out= 2376)(deflated 79%)
adding: edu/stanford/nlp/fsm/TransducerGraph.NodeProcessorWrappingArcProcessor.html(in = 12122) (out= 2395)(deflated 80%)
adding: edu/stanford/nlp/fsm/TransducerGraph.html(in = 48691) (out= 5908)(deflated 87%)
adding: edu/stanford/nlp/fsm/TransducerGraph.SetToStringNodeProcessor.html(in = 10729) (out= 2336)(deflated 78%)
adding: edu/stanford/nlp/fsm/FastExactAutomatonMinimizer.html(in = 23146) (out= 3363)(deflated 85%)
adding: edu/stanford/nlp/fsm/TransducerGraph.NormalizingGraphProcessor.html(in = 11280) (out= 2333)(deflated 79%)
adding: edu/stanford/nlp/fsm/QuasiDeterminizer.html(in = 14123) (out= 2662)(deflated 81%)
adding: edu/stanford/nlp/fsm/AutomatonMinimizer.html(in = 8136) (out= 1957)(deflated 75%)
adding: edu/stanford/nlp/fsm/TransducerGraph.Arc.html(in = 22030) (out= 3047)(deflated 86%)
adding: edu/stanford/nlp/fsm/Block.html(in = 7777) (out= 1940)(deflated 75%)
adding: edu/stanford/nlp/fsm/package-tree.html(in = 9440) (out= 1622)(deflated 82%)
adding: edu/stanford/nlp/fsm/TransducerGraph.ArcProcessor.html(in = 9123) (out= 2010)(deflated 77%)
adding: edu/stanford/nlp/parser/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/parser/package-tree.html(in = 5400) (out= 1312)(deflated 75%)
adding: edu/stanford/nlp/parser/server/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/parser/server/LexicalizedParserClient.html(in = 16231) (out= 3146)(deflated 80%)
adding: edu/stanford/nlp/parser/server/package-summary.html(in = 5493) (out= 1445)(deflated 73%)
adding: edu/stanford/nlp/parser/server/LexicalizedParserServer.html(in = 19359) (out= 3104)(deflated 83%)
adding: edu/stanford/nlp/parser/server/package-frame.html(in = 1058) (out= 511)(deflated 51%)
adding: edu/stanford/nlp/parser/server/package-tree.html(in = 5176) (out= 1310)(deflated 74%)
adding: edu/stanford/nlp/parser/metrics/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/parser/metrics/package-tree.html(in = 8717) (out= 1552)(deflated 82%)
adding: edu/stanford/nlp/parser/metrics/ParserQueryEval.html(in = 9712) (out= 2288)(deflated 76%)
adding: edu/stanford/nlp/parser/metrics/package-frame.html(in = 2972) (out= 726)(deflated 75%)
adding: edu/stanford/nlp/parser/metrics/package-summary.html(in = 10472) (out= 2314)(deflated 77%)
adding: edu/stanford/nlp/parser/metrics/AbstractEval.ScoreEval.html(in = 17804) (out= 2977)(deflated 83%)
adding: edu/stanford/nlp/parser/metrics/AbstractEval.RuleErrorEval.html(in = 19537) (out= 2971)(deflated 84%)
adding: edu/stanford/nlp/parser/metrics/Evalb.CBEval.html(in = 19536) (out= 3019)(deflated 84%)
adding: edu/stanford/nlp/parser/metrics/UnlabeledAttachmentEval.html(in = 21381) (out= 3563)(deflated 83%)
adding: edu/stanford/nlp/parser/metrics/Eval.html(in = 13929) (out= 2510)(deflated 81%)
adding: edu/stanford/nlp/parser/metrics/Evalb.html(in = 20158) (out= 3675)(deflated 81%)
adding: edu/stanford/nlp/parser/metrics/LeafAncestorEval.html(in = 13467) (out= 2843)(deflated 78%)
adding: edu/stanford/nlp/parser/metrics/TopMatchEval.html(in = 15612) (out= 2820)(deflated 81%)
adding: edu/stanford/nlp/parser/metrics/FilteredEval.html(in = 18161) (out= 3274)(deflated 81%)
adding: edu/stanford/nlp/parser/metrics/TaggingEval.html(in = 21694) (out= 3486)(deflated 83%)
adding: edu/stanford/nlp/parser/metrics/BestOfTopKEval.html(in = 12763) (out= 2739)(deflated 78%)
adding: edu/stanford/nlp/parser/metrics/AbstractEval.html(in = 28497) (out= 3839)(deflated 86%)
adding: edu/stanford/nlp/parser/metrics/TreeSpanScoring.html(in = 11669) (out= 2507)(deflated 78%)
adding: edu/stanford/nlp/parser/metrics/AbstractEval.CatErrorEval.html(in = 18728) (out= 2985)(deflated 84%)
adding: edu/stanford/nlp/parser/metrics/EvalbByCat.html(in = 19328) (out= 3040)(deflated 84%)
adding: edu/stanford/nlp/parser/Parser.html(in = 10746) (out= 2648)(deflated 75%)
adding: edu/stanford/nlp/parser/KBestViterbiParser.html(in = 17347) (out= 3294)(deflated 81%)
adding: edu/stanford/nlp/parser/ViterbiParserWithOptions.html(in = 9894) (out= 2457)(deflated 75%)
adding: edu/stanford/nlp/parser/package-summary.html(in = 6583) (out= 1675)(deflated 74%)
adding: edu/stanford/nlp/parser/dvparser/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/parser/dvparser/DVParserCostAndGradient.html(in = 28869) (out= 3740)(deflated 87%)
adding: edu/stanford/nlp/parser/dvparser/package-tree.html(in = 7897) (out= 1618)(deflated 79%)
adding: edu/stanford/nlp/parser/dvparser/DVModel.html(in = 37520) (out= 4937)(deflated 86%)
adding: edu/stanford/nlp/parser/dvparser/FilterConfusingRules.html(in = 11886) (out= 2764)(deflated 76%)
adding: edu/stanford/nlp/parser/dvparser/CacheParseHypotheses.html(in = 19434) (out= 3043)(deflated 84%)
adding: edu/stanford/nlp/parser/dvparser/DVModelReranker.html(in = 14058) (out= 2595)(deflated 81%)
adding: edu/stanford/nlp/parser/dvparser/DVModelReranker.Query.html(in = 11351) (out= 2398)(deflated 78%)
adding: edu/stanford/nlp/parser/dvparser/package-summary.html(in = 6707) (out= 1582)(deflated 76%)
adding: edu/stanford/nlp/parser/dvparser/DVParser.html(in = 26596) (out= 3739)(deflated 85%)
adding: edu/stanford/nlp/parser/dvparser/UnknownWordPrinter.html(in = 16288) (out= 2743)(deflated 83%)
adding: edu/stanford/nlp/parser/dvparser/package-frame.html(in = 1698) (out= 594)(deflated 65%)
adding: edu/stanford/nlp/parser/tools/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/parser/tools/package-frame.html(in = 910) (out= 496)(deflated 45%)
adding: edu/stanford/nlp/parser/tools/package-summary.html(in = 5162) (out= 1404)(deflated 72%)
adding: edu/stanford/nlp/parser/tools/PunctEquivalenceClasser.html(in = 10145) (out= 2622)(deflated 74%)
adding: edu/stanford/nlp/parser/tools/package-tree.html(in = 4903) (out= 1287)(deflated 73%)
adding: edu/stanford/nlp/parser/ViterbiParser.html(in = 10464) (out= 2319)(deflated 77%)
adding: edu/stanford/nlp/parser/nndep/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/parser/nndep/Classifier.html(in = 23618) (out= 4186)(deflated 82%)
adding: edu/stanford/nlp/parser/nndep/package-summary.html(in = 7413) (out= 1729)(deflated 76%)
adding: edu/stanford/nlp/parser/nndep/Util.html(in = 16602) (out= 2904)(deflated 82%)
adding: edu/stanford/nlp/parser/nndep/demo/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/parser/nndep/demo/package-frame.html(in = 933) (out= 500)(deflated 46%)
adding: edu/stanford/nlp/parser/nndep/demo/package-tree.html(in = 4993) (out= 1288)(deflated 74%)
adding: edu/stanford/nlp/parser/nndep/demo/package-summary.html(in = 5257) (out= 1406)(deflated 73%)
adding: edu/stanford/nlp/parser/nndep/demo/DependencyParserDemo.html(in = 7930) (out= 2095)(deflated 73%)
adding: edu/stanford/nlp/parser/nndep/ParsingSystem.html(in = 23562) (out= 3715)(deflated 84%)
adding: edu/stanford/nlp/parser/nndep/Dataset.html(in = 8539) (out= 2137)(deflated 74%)
adding: edu/stanford/nlp/parser/nndep/Classifier.Cost.html(in = 11972) (out= 2509)(deflated 79%)
adding: edu/stanford/nlp/parser/nndep/Config.html(in = 34205) (out= 5429)(deflated 84%)
adding: edu/stanford/nlp/parser/nndep/package-tree.html(in = 6667) (out= 1397)(deflated 79%)
adding: edu/stanford/nlp/parser/nndep/package-frame.html(in = 1703) (out= 579)(deflated 66%)
adding: edu/stanford/nlp/parser/nndep/ArcStandard.html(in = 23018) (out= 3451)(deflated 85%)
adding: edu/stanford/nlp/parser/nndep/Configuration.html(in = 24052) (out= 3554)(deflated 85%)
adding: edu/stanford/nlp/parser/nndep/DependencyParser.html(in = 39489) (out= 7754)(deflated 80%)
adding: edu/stanford/nlp/parser/lexparser/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/parser/lexparser/Extractor.html(in = 10471) (out= 2171)(deflated 79%)
adding: edu/stanford/nlp/parser/lexparser/FastFactoredParser.html(in = 26796) (out= 4199)(deflated 84%)
adding: edu/stanford/nlp/parser/lexparser/TreebankLangParserParams.html(in = 48753) (out= 7304)(deflated 85%)
adding: edu/stanford/nlp/parser/lexparser/ChineseTreebankParserParams.html(in = 89564) (out= 10917)(deflated 87%)
adding: edu/stanford/nlp/parser/lexparser/RerankingParserQuery.html(in = 39793) (out= 4588)(deflated 88%)
adding: edu/stanford/nlp/parser/lexparser/ChineseUnknownWordModel.html(in = 24628) (out= 3909)(deflated 84%)
adding: edu/stanford/nlp/parser/lexparser/SpanishUnknownWordModelTrainer.html(in = 18627) (out= 3255)(deflated 82%)
adding: edu/stanford/nlp/parser/lexparser/RerankerQuery.html(in = 8439) (out= 2071)(deflated 75%)
adding: edu/stanford/nlp/parser/lexparser/TestTagProjection.html(in = 11180) (out= 2502)(deflated 77%)
adding: edu/stanford/nlp/parser/lexparser/LexicalizedParserQuery.html(in = 43914) (out= 5584)(deflated 87%)
adding: edu/stanford/nlp/parser/lexparser/BiLexPCFGParser.html(in = 69021) (out= 7292)(deflated 89%)
adding: edu/stanford/nlp/parser/lexparser/NegraPennTreebankParserParams.html(in = 45290) (out= 5900)(deflated 86%)
adding: edu/stanford/nlp/parser/lexparser/DependencyGrammar.html(in = 20486) (out= 3603)(deflated 82%)
adding: edu/stanford/nlp/parser/lexparser/EnglishTreebankParserParams.EnglishTest.html(in = 7503) (out= 1692)(deflated 77%)
adding: edu/stanford/nlp/parser/lexparser/MLEDependencyGrammarExtractor.html(in = 24004) (out= 3403)(deflated 85%)
adding: edu/stanford/nlp/parser/lexparser/Lattice.html(in = 16888) (out= 2876)(deflated 82%)
adding: edu/stanford/nlp/parser/lexparser/BasicCategoryTagProjection.html(in = 11768) (out= 2580)(deflated 78%)
adding: edu/stanford/nlp/parser/lexparser/ParentAnnotationStats.html(in = 21204) (out= 3758)(deflated 82%)
adding: edu/stanford/nlp/parser/lexparser/IntTaggedWord.html(in = 29312) (out= 3802)(deflated 87%)
adding: edu/stanford/nlp/parser/lexparser/BinaryGrammarExtractor.html(in = 20438) (out= 2920)(deflated 85%)
adding: edu/stanford/nlp/parser/lexparser/ChineseMarkovWordSegmenter.html(in = 20288) (out= 3030)(deflated 85%)
adding: edu/stanford/nlp/parser/lexparser/BinaryHeadFinder.html(in = 14760) (out= 2832)(deflated 80%)
adding: edu/stanford/nlp/parser/lexparser/TreeAnnotatorAndBinarizer.html(in = 23984) (out= 3655)(deflated 84%)
adding: edu/stanford/nlp/parser/lexparser/TreeCollinizer.html(in = 15738) (out= 3205)(deflated 79%)
adding: edu/stanford/nlp/parser/lexparser/EnglishUnknownWordModelTrainer.html(in = 18669) (out= 3274)(deflated 82%)
adding: edu/stanford/nlp/parser/lexparser/FrenchUnknownWordModel.html(in = 27735) (out= 4116)(deflated 85%)
adding: edu/stanford/nlp/parser/lexparser/BiLexPCFGParser.N5BiLexPCFGParser.html(in = 19606) (out= 3025)(deflated 84%)
adding: edu/stanford/nlp/parser/lexparser/LinearGrammarSmoother.html(in = 16304) (out= 2733)(deflated 83%)
adding: edu/stanford/nlp/parser/lexparser/NegraPennCollinizer.html(in = 15764) (out= 3033)(deflated 80%)
adding: edu/stanford/nlp/parser/lexparser/ArabicUnknownWordModel.html(in = 30878) (out= 4774)(deflated 84%)
adding: edu/stanford/nlp/parser/lexparser/Hook.html(in = 16651) (out= 2944)(deflated 82%)
adding: edu/stanford/nlp/parser/lexparser/ArabicTreebankParserParams.html(in = 50019) (out= 6390)(deflated 87%)
adding: edu/stanford/nlp/parser/lexparser/TregexPoweredTreebankParserParams.html(in = 38261) (out= 6061)(deflated 84%)
adding: edu/stanford/nlp/parser/lexparser/AbstractUnknownWordModelTrainer.html(in = 23018) (out= 3456)(deflated 84%)
adding: edu/stanford/nlp/parser/lexparser/ExhaustivePCFGParser.html(in = 66751) (out= 7988)(deflated 88%)
adding: edu/stanford/nlp/parser/lexparser/Edge.html(in = 15882) (out= 2782)(deflated 82%)
adding: edu/stanford/nlp/parser/lexparser/TagProjection.html(in = 8869) (out= 2175)(deflated 75%)
adding: edu/stanford/nlp/parser/lexparser/EnglishTreebankParserParams.EnglishTrain.html(in = 44116) (out= 8406)(deflated 80%)
adding: edu/stanford/nlp/parser/lexparser/package-frame.html(in = 16984) (out= 1785)(deflated 89%)
adding: edu/stanford/nlp/parser/lexparser/MLEDependencyGrammar.html(in = 51038) (out= 6483)(deflated 87%)
adding: edu/stanford/nlp/parser/lexparser/OutsideRuleFilter.html(in = 13596) (out= 2629)(deflated 80%)
adding: edu/stanford/nlp/parser/lexparser/EnglishTreebankParserParams.html(in = 63337) (out= 7597)(deflated 88%)
adding: edu/stanford/nlp/parser/lexparser/BaseUnknownWordModelTrainer.html(in = 19854) (out= 3369)(deflated 83%)
adding: edu/stanford/nlp/parser/lexparser/HebrewTreebankParserParams.html(in = 42852) (out= 5757)(deflated 86%)
adding: edu/stanford/nlp/parser/lexparser/BinaryRule.html(in = 21108) (out= 3396)(deflated 83%)
adding: edu/stanford/nlp/parser/lexparser/HTKLatticeReader.LatticeWord.html(in = 17519) (out= 2869)(deflated 83%)
adding: edu/stanford/nlp/parser/lexparser/GermanUnknownWordModelTrainer.html(in = 14358) (out= 2601)(deflated 81%)
adding: edu/stanford/nlp/parser/lexparser/AbstractTreebankParserParams.RemoveGFSubcategoryStripper.html(in = 15560) (out= 3150)(deflated 79%)
adding: edu/stanford/nlp/parser/lexparser/SpanishTreebankParserParams.html(in = 50512) (out= 6450)(deflated 87%)
adding: edu/stanford/nlp/parser/lexparser/ChineseUnknownWordModelTrainer.html(in = 18881) (out= 3349)(deflated 82%)
adding: edu/stanford/nlp/parser/lexparser/ParseFiles.html(in = 18502) (out= 3061)(deflated 83%)
adding: edu/stanford/nlp/parser/lexparser/GrammarCompactor.html(in = 37051) (out= 4572)(deflated 87%)
adding: edu/stanford/nlp/parser/lexparser/Debinarizer.html(in = 14801) (out= 3086)(deflated 79%)
adding: edu/stanford/nlp/parser/lexparser/FrenchUnknownWordModelTrainer.html(in = 18600) (out= 3248)(deflated 82%)
adding: edu/stanford/nlp/parser/lexparser/SpanishUnknownWordModel.html(in = 27782) (out= 4110)(deflated 85%)
adding: edu/stanford/nlp/parser/lexparser/SisterAnnotationStats.html(in = 22310) (out= 3643)(deflated 83%)
adding: edu/stanford/nlp/parser/lexparser/TrainOptions.html(in = 73365) (out= 10961)(deflated 85%)
adding: edu/stanford/nlp/parser/lexparser/UnknownGTTrainer.html(in = 13096) (out= 2667)(deflated 79%)
adding: edu/stanford/nlp/parser/lexparser/EnglishTreebankParserParams.EnglishSubcategoryStripper.html(in = 15102) (out= 2951)(deflated 80%)
adding: edu/stanford/nlp/parser/lexparser/IntDependency.html(in = 19195) (out= 3085)(deflated 83%)
adding: edu/stanford/nlp/parser/lexparser/TreeAnnotator.html(in = 13775) (out= 2884)(deflated 79%)
adding: edu/stanford/nlp/parser/lexparser/GrammarProjection.html(in = 10821) (out= 2181)(deflated 79%)
adding: edu/stanford/nlp/parser/lexparser/Rule.html(in = 8558) (out= 2076)(deflated 75%)
adding: edu/stanford/nlp/parser/lexparser/Reranker.html(in = 10361) (out= 2575)(deflated 75%)
adding: edu/stanford/nlp/parser/lexparser/Item.html(in = 16462) (out= 2877)(deflated 82%)
adding: edu/stanford/nlp/parser/lexparser/TregexPoweredTreebankParserParams.AnnotateHeadFunction.html(in = 14285) (out= 2691)(deflated 81%)
adding: edu/stanford/nlp/parser/lexparser/TestOptions.html(in = 43516) (out= 7648)(deflated 82%)
adding: edu/stanford/nlp/parser/lexparser/NodePruner.html(in = 10795) (out= 2323)(deflated 78%)
adding: edu/stanford/nlp/parser/lexparser/TueBaDZParserParams.html(in = 47101) (out= 6187)(deflated 86%)
adding: edu/stanford/nlp/parser/lexparser/TregexPoweredTreebankParserParams.SimpleStringFunction.html(in = 13152) (out= 2643)(deflated 79%)
adding: edu/stanford/nlp/parser/lexparser/AbstractTreeExtractor.html(in = 28117) (out= 3387)(deflated 87%)
adding: edu/stanford/nlp/parser/lexparser/ExhaustiveDependencyParser.html(in = 33036) (out= 4869)(deflated 85%)
adding: edu/stanford/nlp/parser/lexparser/UnaryGrammar.html(in = 28355) (out= 3684)(deflated 87%)
adding: edu/stanford/nlp/parser/lexparser/EvalbFormatWriter.html(in = 18481) (out= 2841)(deflated 84%)
adding: edu/stanford/nlp/parser/lexparser/EnglishUnknownWordModel.html(in = 32067) (out= 4800)(deflated 85%)
adding: edu/stanford/nlp/parser/lexparser/Lexicon.html(in = 32772) (out= 5028)(deflated 84%)
adding: edu/stanford/nlp/parser/lexparser/package-summary.html(in = 62230) (out= 13156)(deflated 78%)
adding: edu/stanford/nlp/parser/lexparser/AbstractTreebankParserParams.AnnotatePunctuationFunction.html(in = 13452) (out= 2683)(deflated 80%)
adding: edu/stanford/nlp/parser/lexparser/GermanUnknownWordModel.html(in = 21960) (out= 3488)(deflated 84%)
adding: edu/stanford/nlp/parser/lexparser/BaseLexicon.html(in = 76778) (out= 9934)(deflated 87%)
adding: edu/stanford/nlp/parser/lexparser/Options.LexOptions.html(in = 21130) (out= 4066)(deflated 80%)
adding: edu/stanford/nlp/parser/lexparser/HTKLatticeReader.html(in = 19440) (out= 2999)(deflated 84%)
adding: edu/stanford/nlp/parser/lexparser/AbstractTreebankParserParams.SubcategoryStripper.html(in = 15276) (out= 3090)(deflated 79%)
adding: edu/stanford/nlp/parser/lexparser/ExactGrammarCompactor.html(in = 15837) (out= 2817)(deflated 82%)
adding: edu/stanford/nlp/parser/lexparser/LexicalizedParser.html(in = 89904) (out= 13135)(deflated 85%)
adding: edu/stanford/nlp/parser/lexparser/AbstractTreebankParserParams.html(in = 93248) (out= 11031)(deflated 88%)
adding: edu/stanford/nlp/parser/lexparser/LatticeScorer.html(in = 9749) (out= 2099)(deflated 78%)
adding: edu/stanford/nlp/parser/lexparser/BinaryGrammar.html(in = 24261) (out= 3650)(deflated 84%)
adding: edu/stanford/nlp/parser/lexparser/UnaryRule.html(in = 20635) (out= 3381)(deflated 83%)
adding: edu/stanford/nlp/parser/lexparser/ArabicUnknownWordModelTrainer.html(in = 18578) (out= 3248)(deflated 82%)
adding: edu/stanford/nlp/parser/lexparser/BoundaryRemover.html(in = 13151) (out= 2987)(deflated 77%)
adding: edu/stanford/nlp/parser/lexparser/BaseUnknownWordModel.html(in = 43629) (out= 6197)(deflated 85%)
adding: edu/stanford/nlp/parser/lexparser/Options.html(in = 42988) (out= 6832)(deflated 84%)
adding: edu/stanford/nlp/parser/lexparser/UnknownWordModel.html(in = 19752) (out= 3895)(deflated 80%)
adding: edu/stanford/nlp/parser/lexparser/FrenchTreebankParserParams.html(in = 52889) (out= 6767)(deflated 87%)
adding: edu/stanford/nlp/parser/lexparser/FactoredLexiconEvent.html(in = 13446) (out= 2549)(deflated 81%)
adding: edu/stanford/nlp/parser/lexparser/ChineseLexicon.html(in = 25530) (out= 4365)(deflated 82%)
adding: edu/stanford/nlp/parser/lexparser/ArabicTreebankParserParams.ArabicSubcategoryStripper.html(in = 15039) (out= 2964)(deflated 80%)
adding: edu/stanford/nlp/parser/lexparser/UnknownWordModelTrainer.html(in = 20726) (out= 3480)(deflated 83%)
adding: edu/stanford/nlp/parser/lexparser/FactoredParser.html(in = 8607) (out= 2217)(deflated 74%)
adding: edu/stanford/nlp/parser/lexparser/demo/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/parser/lexparser/demo/package-summary.html(in = 4493) (out= 1135)(deflated 74%)
adding: edu/stanford/nlp/parser/lexparser/demo/package-frame.html(in = 707) (out= 423)(deflated 40%)
adding: edu/stanford/nlp/parser/lexparser/demo/package-tree.html(in = 4615) (out= 1182)(deflated 74%)
adding: edu/stanford/nlp/parser/lexparser/ChineseCharacterBasedLexicon.html(in = 49148) (out= 6302)(deflated 87%)
adding: edu/stanford/nlp/parser/lexparser/AbstractDependencyGrammar.html(in = 46692) (out= 6030)(deflated 87%)
adding: edu/stanford/nlp/parser/lexparser/Scorer.html(in = 11912) (out= 2283)(deflated 80%)
adding: edu/stanford/nlp/parser/lexparser/CNFTransformers.html(in = 8303) (out= 2033)(deflated 75%)
adding: edu/stanford/nlp/parser/lexparser/EvaluateTreebank.html(in = 19983) (out= 3272)(deflated 83%)
adding: edu/stanford/nlp/parser/lexparser/ChineseSimWordAvgDepGrammar.html(in = 27574) (out= 4054)(deflated 85%)
adding: edu/stanford/nlp/parser/lexparser/SplittingGrammarExtractor.html(in = 61183) (out= 6865)(deflated 88%)
adding: edu/stanford/nlp/parser/lexparser/TrainOptions.TransformMatrixType.html(in = 15379) (out= 2898)(deflated 81%)
adding: edu/stanford/nlp/parser/lexparser/LatticeEdge.html(in = 15465) (out= 2796)(deflated 81%)
adding: edu/stanford/nlp/parser/lexparser/ChineseLexiconAndWordSegmenter.html(in = 56295) (out= 6888)(deflated 87%)
adding: edu/stanford/nlp/parser/lexparser/IterativeCKYPCFGParser.html(in = 21536) (out= 3119)(deflated 85%)
adding: edu/stanford/nlp/parser/lexparser/TreeBinarizer.html(in = 19926) (out= 4127)(deflated 79%)
adding: edu/stanford/nlp/parser/lexparser/package-tree.html(in = 43462) (out= 3805)(deflated 91%)
adding: edu/stanford/nlp/parser/lexparser/TreebankAnnotator.html(in = 15563) (out= 2691)(deflated 82%)
adding: edu/stanford/nlp/parser/lexparser/HookChart.html(in = 18793) (out= 2864)(deflated 84%)
adding: edu/stanford/nlp/parser/lexparser/FactoredLexicon.html(in = 31344) (out= 4778)(deflated 84%)
adding: edu/stanford/nlp/parser/lexparser/CollinsPuncTransformer.html(in = 13662) (out= 2999)(deflated 78%)
adding: edu/stanford/nlp/parser/ui/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/parser/ui/Parser.html(in = 22373) (out= 4967)(deflated 77%)
adding: edu/stanford/nlp/parser/ui/package-summary.html(in = 7266) (out= 1980)(deflated 72%)
adding: edu/stanford/nlp/parser/ui/TreeJPanel.WidthResult.html(in = 10464) (out= 2134)(deflated 79%)
adding: edu/stanford/nlp/parser/ui/ParserPanel.html(in = 28824) (out= 5576)(deflated 80%)
adding: edu/stanford/nlp/parser/ui/package-frame.html(in = 1232) (out= 520)(deflated 57%)
adding: edu/stanford/nlp/parser/ui/TreeJPanel.html(in = 34791) (out= 5698)(deflated 83%)
adding: edu/stanford/nlp/parser/ui/package-tree.html(in = 6215) (out= 1466)(deflated 76%)
adding: edu/stanford/nlp/parser/common/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/parser/common/ParserUtils.html(in = 11112) (out= 2528)(deflated 77%)
adding: edu/stanford/nlp/parser/common/ParserAnnotations.html(in = 8457) (out= 2022)(deflated 76%)
adding: edu/stanford/nlp/parser/common/ArgUtils.html(in = 11338) (out= 2385)(deflated 78%)
adding: edu/stanford/nlp/parser/common/ParserQuery.html(in = 25531) (out= 3396)(deflated 86%)
adding: edu/stanford/nlp/parser/common/ParserAnnotations.CandidatePartOfSpeechAnnotation.html(in = 11824) (out= 2669)(deflated 77%)
adding: edu/stanford/nlp/parser/common/ParserGrammar.html(in = 30018) (out= 4564)(deflated 84%)
adding: edu/stanford/nlp/parser/common/ParsingThreadsafeProcessor.html(in = 16200) (out= 2820)(deflated 82%)
adding: edu/stanford/nlp/parser/common/package-frame.html(in = 2345) (out= 678)(deflated 71%)
adding: edu/stanford/nlp/parser/common/package-summary.html(in = 8836) (out= 1929)(deflated 78%)
adding: edu/stanford/nlp/parser/common/NoSuchParseException.html(in = 9406) (out= 2088)(deflated 77%)
adding: edu/stanford/nlp/parser/common/package-tree.html(in = 8094) (out= 1610)(deflated 80%)
adding: edu/stanford/nlp/parser/common/ParserAnnotations.ConstraintAnnotation.html(in = 12486) (out= 2646)(deflated 78%)
adding: edu/stanford/nlp/parser/common/ParserConstraint.html(in = 13962) (out= 3114)(deflated 77%)
adding: edu/stanford/nlp/parser/package-frame.html(in = 1391) (out= 539)(deflated 61%)
adding: edu/stanford/nlp/parser/shiftreduce/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/parser/shiftreduce/ShiftReduceTestOptions.html(in = 16920) (out= 2889)(deflated 82%)
adding: edu/stanford/nlp/parser/shiftreduce/Weight.html(in = 13036) (out= 2884)(deflated 77%)
adding: edu/stanford/nlp/parser/shiftreduce/BasicFeatureFactory.html(in = 45468) (out= 4678)(deflated 89%)
adding: edu/stanford/nlp/parser/shiftreduce/DistsimFeatureFactory.html(in = 13059) (out= 2626)(deflated 79%)
adding: edu/stanford/nlp/parser/shiftreduce/FeatureFactory.html(in = 20166) (out= 3015)(deflated 85%)
adding: edu/stanford/nlp/parser/shiftreduce/TreeRecorder.Mode.html(in = 13801) (out= 2820)(deflated 79%)
adding: edu/stanford/nlp/parser/shiftreduce/FinalizeTransition.html(in = 17609) (out= 2876)(deflated 83%)
adding: edu/stanford/nlp/parser/shiftreduce/BinaryTransition.Side.html(in = 13918) (out= 2830)(deflated 79%)
adding: edu/stanford/nlp/parser/shiftreduce/State.html(in = 15067) (out= 3293)(deflated 78%)
adding: edu/stanford/nlp/parser/shiftreduce/State.HeadPosition.html(in = 15386) (out= 2952)(deflated 80%)
adding: edu/stanford/nlp/parser/shiftreduce/package-summary.html(in = 13562) (out= 2285)(deflated 83%)
adding: edu/stanford/nlp/parser/shiftreduce/TreeRecorder.html(in = 14332) (out= 2837)(deflated 80%)
adding: edu/stanford/nlp/parser/shiftreduce/BaseModel.html(in = 19723) (out= 3687)(deflated 81%)
adding: edu/stanford/nlp/parser/shiftreduce/BinaryTransition.html(in = 20781) (out= 3154)(deflated 84%)
adding: edu/stanford/nlp/parser/shiftreduce/IdleTransition.html(in = 16410) (out= 2773)(deflated 83%)
adding: edu/stanford/nlp/parser/shiftreduce/ShiftReduceTrainOptions.TrainingMethod.html(in = 16948) (out= 2968)(deflated 82%)
adding: edu/stanford/nlp/parser/shiftreduce/CreateTransitionSequence.html(in = 12739) (out= 2294)(deflated 81%)
adding: edu/stanford/nlp/parser/shiftreduce/Transition.html(in = 12543) (out= 2442)(deflated 80%)
adding: edu/stanford/nlp/parser/shiftreduce/ShiftReduceTrainOptions.html(in = 30892) (out= 4444)(deflated 85%)
adding: edu/stanford/nlp/parser/shiftreduce/package-tree.html(in = 14877) (out= 1970)(deflated 86%)
adding: edu/stanford/nlp/parser/shiftreduce/PerceptronModel.html(in = 22038) (out= 3657)(deflated 83%)
adding: edu/stanford/nlp/parser/shiftreduce/ReorderingOracle.html(in = 8739) (out= 2061)(deflated 76%)
adding: edu/stanford/nlp/parser/shiftreduce/ShiftReduceParserQuery.html(in = 41826) (out= 4755)(deflated 88%)
adding: edu/stanford/nlp/parser/shiftreduce/ShiftReduceParser.html(in = 47297) (out= 6309)(deflated 86%)
adding: edu/stanford/nlp/parser/shiftreduce/CombinationFeatureFactory.html(in = 13634) (out= 2646)(deflated 80%)
adding: edu/stanford/nlp/parser/shiftreduce/CompoundUnaryTransition.html(in = 19444) (out= 3247)(deflated 83%)
adding: edu/stanford/nlp/parser/shiftreduce/package-frame.html(in = 4670) (out= 872)(deflated 81%)
adding: edu/stanford/nlp/parser/shiftreduce/ShiftReduceOptions.html(in = 21845) (out= 3804)(deflated 82%)
adding: edu/stanford/nlp/parser/shiftreduce/ShiftTransition.html(in = 17003) (out= 2953)(deflated 82%)
adding: edu/stanford/nlp/parser/shiftreduce/UnaryTransition.html(in = 18660) (out= 3046)(deflated 83%)
adding: edu/stanford/nlp/util/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/util/TwoDimensionalMap.Entry.html(in = 11013) (out= 2342)(deflated 78%)
adding: edu/stanford/nlp/util/Filters.DisjFilter.html(in = 12628) (out= 2573)(deflated 79%)
adding: edu/stanford/nlp/util/DataFilePaths.html(in = 8691) (out= 2316)(deflated 73%)
adding: edu/stanford/nlp/util/Filters.html(in = 21195) (out= 3490)(deflated 83%)
adding: edu/stanford/nlp/util/CollectionFactory.LinkedListFactory.html(in = 18847) (out= 2838)(deflated 84%)
adding: edu/stanford/nlp/util/StringParsingTask.ParserException.html(in = 9642) (out= 2120)(deflated 78%)
adding: edu/stanford/nlp/util/Pair.html(in = 32731) (out= 5176)(deflated 84%)
adding: edu/stanford/nlp/util/ConfusionMatrix.Contingency.html(in = 11896) (out= 2533)(deflated 78%)
adding: edu/stanford/nlp/util/Heap.html(in = 13864) (out= 3019)(deflated 78%)
adding: edu/stanford/nlp/util/IterableIterator.html(in = 15706) (out= 2734)(deflated 82%)
adding: edu/stanford/nlp/util/TwoDimensionalSet.html(in = 27162) (out= 3535)(deflated 86%)
adding: edu/stanford/nlp/util/Factory.html(in = 8795) (out= 2224)(deflated 74%)
adding: edu/stanford/nlp/util/IntervalTree.TreeNode.html(in = 10744) (out= 2317)(deflated 78%)
adding: edu/stanford/nlp/util/PropertiesUtils.html(in = 39302) (out= 5663)(deflated 85%)
adding: edu/stanford/nlp/util/ConcatenationIterator.html(in = 13182) (out= 2634)(deflated 80%)
adding: edu/stanford/nlp/util/Interval.RelType.html(in = 18749) (out= 3387)(deflated 81%)
adding: edu/stanford/nlp/util/XMLUtils.html(in = 35387) (out= 4774)(deflated 86%)
adding: edu/stanford/nlp/util/ArrayCoreMap.html(in = 35481) (out= 5566)(deflated 84%)
adding: edu/stanford/nlp/util/Timing.html(in = 39643) (out= 5236)(deflated 86%)
adding: edu/stanford/nlp/util/ConfusionMatrix.html(in = 22617) (out= 3846)(deflated 82%)
adding: edu/stanford/nlp/util/PropertiesUtils.Property.html(in = 10230) (out= 2248)(deflated 78%)
adding: edu/stanford/nlp/util/MetaClass.ClassFactory.html(in = 11786) (out= 2564)(deflated 78%)
adding: edu/stanford/nlp/util/CollectionFactory.HashSetFactory.html(in = 18717) (out= 2828)(deflated 84%)
adding: edu/stanford/nlp/util/CoreMap.html(in = 13612) (out= 3233)(deflated 76%)
adding: edu/stanford/nlp/util/IntQuadruple.html(in = 14026) (out= 2658)(deflated 81%)
adding: edu/stanford/nlp/util/CacheMap.html(in = 25241) (out= 4157)(deflated 83%)
adding: edu/stanford/nlp/util/DisabledPreferences.html(in = 18139) (out= 3133)(deflated 82%)
adding: edu/stanford/nlp/util/CollectionFactory.html(in = 24019) (out= 3338)(deflated 86%)
adding: edu/stanford/nlp/util/Filters.RandomFilter.html(in = 11695) (out= 2544)(deflated 78%)
adding: edu/stanford/nlp/util/Sets.html(in = 16505) (out= 3141)(deflated 80%)
adding: edu/stanford/nlp/util/MutableDouble.html(in = 18663) (out= 3308)(deflated 82%)
adding: edu/stanford/nlp/util/Maps.html(in = 23438) (out= 3882)(deflated 83%)
adding: edu/stanford/nlp/util/CollectionValuedMap.html(in = 50753) (out= 6211)(deflated 87%)
adding: edu/stanford/nlp/util/FilteredIterator.html(in = 13058) (out= 2624)(deflated 79%)
adding: edu/stanford/nlp/util/XMLUtils.XMLTag.html(in = 14066) (out= 2831)(deflated 79%)
adding: edu/stanford/nlp/util/HasInterval.html(in = 15397) (out= 2553)(deflated 83%)
adding: edu/stanford/nlp/util/IntervalTree.html(in = 81288) (out= 6094)(deflated 92%)
adding: edu/stanford/nlp/util/HashableCoreMap.HashableCoreMapException.html(in = 9360) (out= 2158)(deflated 76%)
adding: edu/stanford/nlp/util/CollectionUtils.html(in = 74838) (out= 9824)(deflated 86%)
adding: edu/stanford/nlp/util/CollectionFactory.SizedArrayListFactory.html(in = 19039) (out= 2853)(deflated 85%)
adding: edu/stanford/nlp/util/ByteStreamGobbler.html(in = 14531) (out= 2932)(deflated 79%)
adding: edu/stanford/nlp/util/IdentityHashSet.html(in = 27877) (out= 4271)(deflated 84%)
adding: edu/stanford/nlp/util/StringUtils.html(in = 154788) (out= 20297)(deflated 86%)
adding: edu/stanford/nlp/util/MapFactory.html(in = 27271) (out= 3750)(deflated 86%)
adding: edu/stanford/nlp/util/MetaClass.ClassCreationException.html(in = 7842) (out= 1795)(deflated 77%)
adding: edu/stanford/nlp/util/Pair.ByFirstPairComparator.html(in = 13141) (out= 2618)(deflated 80%)
adding: edu/stanford/nlp/util/BinaryHeapPriorityQueue.html(in = 51102) (out= 6142)(deflated 87%)
adding: edu/stanford/nlp/util/ArrayUtils.html(in = 52760) (out= 7011)(deflated 86%)
adding: edu/stanford/nlp/util/CollectionFactory.ArrayListFactory.html(in = 18761) (out= 2827)(deflated 84%)
adding: edu/stanford/nlp/util/IntTriple.html(in = 13447) (out= 2611)(deflated 80%)
adding: edu/stanford/nlp/util/Lazy.html(in = 16429) (out= 3100)(deflated 81%)
adding: edu/stanford/nlp/util/RuntimeInterruptedException.html(in = 9586) (out= 2187)(deflated 77%)
adding: edu/stanford/nlp/util/ScoredComparator.html(in = 14636) (out= 2841)(deflated 80%)
adding: edu/stanford/nlp/util/Pair.BySecondReversePairComparator.html(in = 13472) (out= 2662)(deflated 80%)
adding: edu/stanford/nlp/util/ArrayHeap.html(in = 28901) (out= 4161)(deflated 85%)
adding: edu/stanford/nlp/util/MetaClass.ConstructorNotFoundException.html(in = 8060) (out= 1801)(deflated 77%)
adding: edu/stanford/nlp/util/ErasureUtils.html(in = 11582) (out= 2643)(deflated 77%)
adding: edu/stanford/nlp/util/ArraySet.html(in = 18162) (out= 3177)(deflated 82%)
adding: edu/stanford/nlp/util/PriorityQueue.html(in = 20670) (out= 4409)(deflated 78%)
adding: edu/stanford/nlp/util/IntPair.html(in = 14545) (out= 2719)(deflated 81%)
adding: edu/stanford/nlp/util/Comparators.html(in = 16006) (out= 2976)(deflated 81%)
adding: edu/stanford/nlp/util/ArgumentParser.html(in = 42189) (out= 5218)(deflated 87%)
adding: edu/stanford/nlp/util/DeltaIndex.html(in = 42444) (out= 5564)(deflated 86%)
adding: edu/stanford/nlp/util/StreamGobbler.html(in = 12294) (out= 2810)(deflated 77%)
adding: edu/stanford/nlp/util/DisabledPreferencesFactory.html(in = 11322) (out= 2534)(deflated 77%)
adding: edu/stanford/nlp/util/ValuedInterval.html(in = 13921) (out= 2709)(deflated 80%)
adding: edu/stanford/nlp/util/CollectionFactory.TreeSetFactory.html(in = 18687) (out= 2835)(deflated 84%)
adding: edu/stanford/nlp/util/Pair.ByFirstReversePairComparator.html(in = 13452) (out= 2644)(deflated 80%)
adding: edu/stanford/nlp/util/TypesafeMap.html(in = 14696) (out= 2821)(deflated 80%)
adding: edu/stanford/nlp/util/ArrayStringFilter.html(in = 13847) (out= 2899)(deflated 79%)
adding: edu/stanford/nlp/util/TwoDimensionalCollectionValuedMap.html(in = 38321) (out= 4772)(deflated 87%)
adding: edu/stanford/nlp/util/FileProcessor.html(in = 8547) (out= 2205)(deflated 74%)
adding: edu/stanford/nlp/util/MapList.html(in = 16487) (out= 2854)(deflated 82%)
adding: edu/stanford/nlp/util/TypesafeMap.Key.html(in = 46390) (out= 4626)(deflated 90%)
adding: edu/stanford/nlp/util/MutableInteger.html(in = 18913) (out= 3356)(deflated 82%)
adding: edu/stanford/nlp/util/ArgumentParser.Option.html(in = 8794) (out= 1909)(deflated 78%)
adding: edu/stanford/nlp/util/package-frame.html(in = 14468) (out= 1767)(deflated 87%)
adding: edu/stanford/nlp/util/ThreeDimensionalMap.html(in = 24651) (out= 3112)(deflated 87%)
adding: edu/stanford/nlp/util/FixedPrioritiesPriorityQueue.html(in = 37575) (out= 5151)(deflated 86%)
adding: edu/stanford/nlp/util/ReflectionLoading.html(in = 10520) (out= 2561)(deflated 75%)
adding: edu/stanford/nlp/util/HashableCoreMap.html(in = 20991) (out= 3569)(deflated 82%)
adding: edu/stanford/nlp/util/CallbackFunction.html(in = 9743) (out= 2397)(deflated 75%)
adding: edu/stanford/nlp/util/Filters.ConjFilter.html(in = 12602) (out= 2566)(deflated 79%)
adding: edu/stanford/nlp/util/ArrayMap.html(in = 27149) (out= 3514)(deflated 87%)
adding: edu/stanford/nlp/util/Index.html(in = 23100) (out= 4195)(deflated 81%)
adding: edu/stanford/nlp/util/Iterables.IncrementComparator.html(in = 9176) (out= 2154)(deflated 76%)
adding: edu/stanford/nlp/util/Triple.html(in = 24462) (out= 3949)(deflated 83%)
adding: edu/stanford/nlp/util/ReflectionLoading.ReflectionLoadingException.html(in = 9523) (out= 2156)(deflated 77%)
adding: edu/stanford/nlp/util/concurrent/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/util/concurrent/MulticoreWrapper.html(in = 19213) (out= 3621)(deflated 81%)
adding: edu/stanford/nlp/util/concurrent/ThreadsafeProcessor.html(in = 10526) (out= 2354)(deflated 77%)
adding: edu/stanford/nlp/util/concurrent/package-tree.html(in = 5490) (out= 1371)(deflated 75%)
adding: edu/stanford/nlp/util/concurrent/package-summary.html(in = 6804) (out= 1738)(deflated 74%)
adding: edu/stanford/nlp/util/concurrent/SynchronizedInterner.html(in = 23339) (out= 3841)(deflated 83%)
adding: edu/stanford/nlp/util/concurrent/package-frame.html(in = 1294) (out= 576)(deflated 55%)
adding: edu/stanford/nlp/util/ArrayStringFilter.Mode.html(in = 13871) (out= 2848)(deflated 79%)
adding: edu/stanford/nlp/util/Beam.html(in = 20195) (out= 3306)(deflated 83%)
adding: edu/stanford/nlp/util/FilePathProcessor.html(in = 13712) (out= 2862)(deflated 79%)
adding: edu/stanford/nlp/util/HashIndex.html(in = 56175) (out= 7928)(deflated 85%)
adding: edu/stanford/nlp/util/Scored.html(in = 9864) (out= 2299)(deflated 76%)
adding: edu/stanford/nlp/util/DeltaMap.html(in = 23479) (out= 3634)(deflated 84%)
adding: edu/stanford/nlp/util/Pair.BySecondPairComparator.html(in = 13239) (out= 2631)(deflated 80%)
adding: edu/stanford/nlp/util/IntUni.html(in = 13437) (out= 2670)(deflated 80%)
adding: edu/stanford/nlp/util/TwoDimensionalMap.html(in = 38736) (out= 4708)(deflated 87%)
adding: edu/stanford/nlp/util/MetaClass.html(in = 26122) (out= 3851)(deflated 85%)
adding: edu/stanford/nlp/util/UTF8EquivalenceFunction.html(in = 11321) (out= 2648)(deflated 76%)
adding: edu/stanford/nlp/util/Interner.html(in = 19753) (out= 3612)(deflated 81%)
adding: edu/stanford/nlp/util/StringParsingTask.html(in = 21589) (out= 3521)(deflated 83%)
adding: edu/stanford/nlp/util/ScoredObject.html(in = 12893) (out= 2647)(deflated 79%)
adding: edu/stanford/nlp/util/Generics.html(in = 33625) (out= 4352)(deflated 87%)
adding: edu/stanford/nlp/util/Iterables.html(in = 44316) (out= 6255)(deflated 85%)
adding: edu/stanford/nlp/util/AbstractIterator.html(in = 12090) (out= 2590)(deflated 78%)
adding: edu/stanford/nlp/util/logging/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/util/logging/Redwood.RedwoodChannels.html(in = 23257) (out= 3545)(deflated 84%)
adding: edu/stanford/nlp/util/logging/RepeatedRecordHandler.ApproximateRepeatSemantics.html(in = 14916) (out= 2652)(deflated 82%)
adding: edu/stanford/nlp/util/logging/RedwoodPrintStream.html(in = 32625) (out= 3784)(deflated 88%)
adding: edu/stanford/nlp/util/logging/RedwoodConfiguration.Thunk.html(in = 8892) (out= 1956)(deflated 78%)
adding: edu/stanford/nlp/util/logging/Redwood.FileHandler.html(in = 16257) (out= 3067)(deflated 81%)
adding: edu/stanford/nlp/util/logging/RepeatedRecordHandler.RepeatSemantics.html(in = 10976) (out= 2248)(deflated 79%)
adding: edu/stanford/nlp/util/logging/package-frame.html(in = 5836) (out= 972)(deflated 83%)
adding: edu/stanford/nlp/util/logging/LogFilter.html(in = 10670) (out= 2325)(deflated 78%)
adding: edu/stanford/nlp/util/logging/Redwood.Flag.html(in = 15430) (out= 3017)(deflated 80%)
adding: edu/stanford/nlp/util/logging/RedirectOutputHandler.html(in = 24937) (out= 4022)(deflated 83%)
adding: edu/stanford/nlp/util/logging/LogFilter.HasChannel.html(in = 11887) (out= 2399)(deflated 79%)
adding: edu/stanford/nlp/util/logging/Redwood.html(in = 37569) (out= 6075)(deflated 83%)
adding: edu/stanford/nlp/util/logging/JavaUtilLoggingAdaptor.html(in = 10105) (out= 2310)(deflated 77%)
adding: edu/stanford/nlp/util/logging/RepeatedRecordHandler.html(in = 22891) (out= 3583)(deflated 84%)
adding: edu/stanford/nlp/util/logging/RedwoodConfiguration.Handlers.html(in = 45451) (out= 4844)(deflated 89%)
adding: edu/stanford/nlp/util/logging/PrettyLoggable.html(in = 11262) (out= 2684)(deflated 76%)
adding: edu/stanford/nlp/util/logging/LogFilter.ContainsMessage.html(in = 12126) (out= 2505)(deflated 79%)
adding: edu/stanford/nlp/util/logging/LogRecordHandler.html(in = 18095) (out= 3392)(deflated 81%)
adding: edu/stanford/nlp/util/logging/RepeatedRecordHandler.ExactRepeatSemantics.html(in = 14825) (out= 2633)(deflated 82%)
adding: edu/stanford/nlp/util/logging/LogFilter.MatchesMessage.html(in = 12053) (out= 2482)(deflated 79%)
adding: edu/stanford/nlp/util/logging/Redwood.Record.html(in = 14641) (out= 2956)(deflated 79%)
adding: edu/stanford/nlp/util/logging/RerouteChannel.html(in = 13379) (out= 2644)(deflated 80%)
adding: edu/stanford/nlp/util/logging/package-tree.html(in = 14804) (out= 2000)(deflated 86%)
adding: edu/stanford/nlp/util/logging/Redwood.Util.html(in = 43775) (out= 5436)(deflated 87%)
adding: edu/stanford/nlp/util/logging/Style.html(in = 17383) (out= 3216)(deflated 81%)
adding: edu/stanford/nlp/util/logging/VisibilityHandler.html(in = 20109) (out= 3477)(deflated 82%)
adding: edu/stanford/nlp/util/logging/Redwood.ConsoleHandler.html(in = 17544) (out= 3089)(deflated 82%)
adding: edu/stanford/nlp/util/logging/JavaUtilLoggingHandler.html(in = 16369) (out= 3057)(deflated 81%)
adding: edu/stanford/nlp/util/logging/RedwoodConfiguration.html(in = 35348) (out= 5214)(deflated 85%)
adding: edu/stanford/nlp/util/logging/Color.html(in = 18258) (out= 3251)(deflated 82%)
adding: edu/stanford/nlp/util/logging/FilterHandler.html(in = 14143) (out= 2712)(deflated 80%)
adding: edu/stanford/nlp/util/logging/SLF4JHandler.html(in = 18047) (out= 3277)(deflated 81%)
adding: edu/stanford/nlp/util/logging/JavaUtilLoggingAdaptor.RedwoodHandler.html(in = 13145) (out= 2738)(deflated 79%)
adding: edu/stanford/nlp/util/logging/OutputHandler.html(in = 35287) (out= 5184)(deflated 85%)
adding: edu/stanford/nlp/util/logging/Redwood.RecordHandlerTree.html(in = 17974) (out= 2816)(deflated 84%)
adding: edu/stanford/nlp/util/logging/package-summary.html(in = 16600) (out= 2944)(deflated 82%)
adding: edu/stanford/nlp/util/logging/BooleanLogRecordHandler.html(in = 14360) (out= 2827)(deflated 80%)
adding: edu/stanford/nlp/util/logging/PrettyLogger.html(in = 14023) (out= 2817)(deflated 79%)
adding: edu/stanford/nlp/util/RegexStringFilter.html(in = 11634) (out= 2576)(deflated 77%)
adding: edu/stanford/nlp/util/IntTuple.html(in = 19194) (out= 3237)(deflated 83%)
adding: edu/stanford/nlp/util/Interval.html(in = 88681) (out= 9592)(deflated 89%)
adding: edu/stanford/nlp/util/package-tree.html(in = 34425) (out= 3422)(deflated 90%)
adding: edu/stanford/nlp/util/package-summary.html(in = 42286) (out= 7169)(deflated 83%)
adding: edu/stanford/nlp/util/TreeShapedStack.html(in = 16155) (out= 3068)(deflated 81%)
adding: edu/stanford/nlp/tagger/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/tagger/maxent/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/tagger/maxent/HistoryTable.html(in = 7976) (out= 1928)(deflated 75%)
adding: edu/stanford/nlp/tagger/maxent/Extractor.html(in = 20134) (out= 4429)(deflated 78%)
adding: edu/stanford/nlp/tagger/maxent/ReadDataTagged.html(in = 11415) (out= 2494)(deflated 78%)
adding: edu/stanford/nlp/tagger/maxent/ExtractorVerbalVBNZero.html(in = 15475) (out= 3056)(deflated 80%)
adding: edu/stanford/nlp/tagger/maxent/Distsim.html(in = 11694) (out= 2801)(deflated 76%)
adding: edu/stanford/nlp/tagger/maxent/ASBCunkDict.html(in = 8340) (out= 2038)(deflated 75%)
adding: edu/stanford/nlp/tagger/maxent/Extractors.html(in = 12933) (out= 2808)(deflated 78%)
adding: edu/stanford/nlp/tagger/maxent/TaggerConfig.html(in = 66926) (out= 8046)(deflated 87%)
adding: edu/stanford/nlp/tagger/maxent/package-tree.html(in = 14573) (out= 2055)(deflated 85%)
adding: edu/stanford/nlp/tagger/maxent/TestSentence.html(in = 38328) (out= 6029)(deflated 84%)
adding: edu/stanford/nlp/tagger/maxent/PairsHolder.html(in = 10697) (out= 2482)(deflated 76%)
adding: edu/stanford/nlp/tagger/maxent/CtbDict.html(in = 10907) (out= 2269)(deflated 79%)
adding: edu/stanford/nlp/tagger/maxent/ExtractorDistsimConjunction.html(in = 12995) (out= 2595)(deflated 80%)
adding: edu/stanford/nlp/tagger/maxent/History.html(in = 11284) (out= 2491)(deflated 77%)
adding: edu/stanford/nlp/tagger/maxent/package-frame.html(in = 4925) (out= 882)(deflated 82%)
adding: edu/stanford/nlp/tagger/maxent/TemplateHash.html(in = 14096) (out= 2570)(deflated 81%)
adding: edu/stanford/nlp/tagger/maxent/TTags.html(in = 17714) (out= 3216)(deflated 81%)
adding: edu/stanford/nlp/tagger/maxent/TestClassifier.html(in = 12052) (out= 2453)(deflated 79%)
adding: edu/stanford/nlp/tagger/maxent/CTBunkDict.html(in = 8827) (out= 2164)(deflated 75%)
adding: edu/stanford/nlp/tagger/maxent/FeatureKey.html(in = 13134) (out= 2730)(deflated 79%)
adding: edu/stanford/nlp/tagger/maxent/CountWrapper.html(in = 15245) (out= 2848)(deflated 81%)
adding: edu/stanford/nlp/tagger/maxent/DataWordTag.html(in = 9911) (out= 2228)(deflated 77%)
adding: edu/stanford/nlp/tagger/maxent/TaggerFeatures.html(in = 7974) (out= 1754)(deflated 78%)
adding: edu/stanford/nlp/tagger/maxent/ExtractorFrames.html(in = 13243) (out= 3500)(deflated 73%)
adding: edu/stanford/nlp/tagger/maxent/LambdaSolveTagger.html(in = 13877) (out= 2763)(deflated 80%)
adding: edu/stanford/nlp/tagger/maxent/ExtractorDistsim.html(in = 12121) (out= 2533)(deflated 79%)
adding: edu/stanford/nlp/tagger/maxent/AmbiguityClasses.html(in = 10899) (out= 2364)(deflated 78%)
adding: edu/stanford/nlp/tagger/maxent/ExtractorFramesRare.html(in = 12543) (out= 3325)(deflated 73%)
adding: edu/stanford/nlp/tagger/maxent/package-summary.html(in = 23826) (out= 5677)(deflated 76%)
adding: edu/stanford/nlp/tagger/maxent/DictionaryExtractor.html(in = 14710) (out= 2877)(deflated 80%)
adding: edu/stanford/nlp/tagger/maxent/Dictionary.html(in = 17827) (out= 2995)(deflated 83%)
adding: edu/stanford/nlp/tagger/maxent/TaggerExperiments.html(in = 17377) (out= 3098)(deflated 82%)
adding: edu/stanford/nlp/tagger/maxent/TaggerConfig.Mode.html(in = 14551) (out= 2873)(deflated 80%)
adding: edu/stanford/nlp/tagger/maxent/AmbiguityClass.html(in = 12024) (out= 2465)(deflated 79%)
adding: edu/stanford/nlp/tagger/maxent/MaxentTagger.html(in = 89713) (out= 14460)(deflated 83%)
adding: edu/stanford/nlp/tagger/maxent/TaggerFeature.html(in = 18460) (out= 3102)(deflated 83%)
adding: edu/stanford/nlp/tagger/io/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/tagger/io/TextTaggedFileReader.html(in = 14832) (out= 2617)(deflated 82%)
adding: edu/stanford/nlp/tagger/io/package-frame.html(in = 1711) (out= 606)(deflated 64%)
adding: edu/stanford/nlp/tagger/io/TreeTaggedFileReader.html(in = 14826) (out= 2611)(deflated 82%)
adding: edu/stanford/nlp/tagger/io/package-summary.html(in = 7064) (out= 1553)(deflated 78%)
adding: edu/stanford/nlp/tagger/io/TSVTaggedFileReader.html(in = 14487) (out= 2600)(deflated 82%)
adding: edu/stanford/nlp/tagger/io/package-tree.html(in = 7307) (out= 1504)(deflated 79%)
adding: edu/stanford/nlp/tagger/io/TaggedFileRecord.html(in = 21378) (out= 3148)(deflated 85%)
adding: edu/stanford/nlp/tagger/io/TaggedFileReader.html(in = 9056) (out= 2100)(deflated 76%)
adding: edu/stanford/nlp/tagger/io/TaggedFileRecord.Format.html(in = 14146) (out= 2848)(deflated 79%)
adding: edu/stanford/nlp/tagger/common/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/tagger/common/package-summary.html(in = 5161) (out= 1429)(deflated 72%)
adding: edu/stanford/nlp/tagger/common/package-tree.html(in = 4903) (out= 1309)(deflated 73%)
adding: edu/stanford/nlp/tagger/common/package-frame.html(in = 880) (out= 486)(deflated 44%)
adding: edu/stanford/nlp/tagger/common/Tagger.html(in = 14287) (out= 2906)(deflated 79%)
adding: edu/stanford/nlp/neural/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/neural/Embedding.html(in = 18073) (out= 3055)(deflated 83%)
adding: edu/stanford/nlp/neural/package-tree.html(in = 6096) (out= 1433)(deflated 76%)
adding: edu/stanford/nlp/neural/ConvertModels.Stage.html(in = 13273) (out= 2802)(deflated 78%)
adding: edu/stanford/nlp/neural/package-frame.html(in = 1504) (out= 570)(deflated 62%)
adding: edu/stanford/nlp/neural/ConvertModels.Model.html(in = 13336) (out= 2805)(deflated 78%)
adding: edu/stanford/nlp/neural/NeuralUtils.html(in = 25291) (out= 4235)(deflated 83%)
adding: edu/stanford/nlp/neural/package-summary.html(in = 6604) (out= 1600)(deflated 75%)
adding: edu/stanford/nlp/neural/SimpleTensor.html(in = 25143) (out= 4263)(deflated 83%)
adding: edu/stanford/nlp/neural/ConvertModels.html(in = 23006) (out= 3893)(deflated 83%)
adding: edu/stanford/nlp/maxent/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/maxent/package-frame.html(in = 1390) (out= 541)(deflated 61%)
adding: edu/stanford/nlp/maxent/Features.html(in = 13503) (out= 2613)(deflated 80%)
adding: edu/stanford/nlp/maxent/Feature.html(in = 24431) (out= 3859)(deflated 84%)
adding: edu/stanford/nlp/maxent/CGRunner.html(in = 17597) (out= 3274)(deflated 81%)
adding: edu/stanford/nlp/maxent/Problem.html(in = 14471) (out= 2681)(deflated 81%)
adding: edu/stanford/nlp/maxent/package-summary.html(in = 7750) (out= 2120)(deflated 72%)
adding: edu/stanford/nlp/maxent/Experiments.html(in = 23979) (out= 3848)(deflated 83%)
adding: edu/stanford/nlp/maxent/iis/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/maxent/iis/LambdaSolve.html(in = 34981) (out= 5791)(deflated 83%)
adding: edu/stanford/nlp/maxent/iis/package-frame.html(in = 878) (out= 489)(deflated 44%)
adding: edu/stanford/nlp/maxent/iis/package-tree.html(in = 4833) (out= 1276)(deflated 73%)
adding: edu/stanford/nlp/maxent/iis/package-summary.html(in = 5861) (out= 1649)(deflated 71%)
adding: edu/stanford/nlp/maxent/DataGeneric.html(in = 9523) (out= 2280)(deflated 76%)
adding: edu/stanford/nlp/maxent/package-tree.html(in = 5722) (out= 1336)(deflated 76%)
adding: edu/stanford/nlp/ui/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/ui/package-summary.html(in = 5041) (out= 1421)(deflated 71%)
adding: edu/stanford/nlp/ui/JarFileChooser.html(in = 10944) (out= 2516)(deflated 77%)
adding: edu/stanford/nlp/ui/package-frame.html(in = 843) (out= 480)(deflated 43%)
adding: edu/stanford/nlp/ui/package-tree.html(in = 4715) (out= 1268)(deflated 73%)
adding: edu/stanford/nlp/sentiment/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/sentiment/package-tree.html(in = 5575) (out= 1346)(deflated 75%)
adding: edu/stanford/nlp/sentiment/package-summary.html(in = 5688) (out= 1441)(deflated 74%)
adding: edu/stanford/nlp/sentiment/SentimentModel.html(in = 35617) (out= 4572)(deflated 87%)
adding: edu/stanford/nlp/sentiment/RNNOptions.html(in = 22865) (out= 3804)(deflated 83%)
adding: edu/stanford/nlp/sentiment/package-frame.html(in = 1231) (out= 520)(deflated 57%)
adding: edu/stanford/nlp/sentiment/RNNTrainOptions.html(in = 20019) (out= 3538)(deflated 82%)
adding: edu/stanford/nlp/sentiment/RNNTestOptions.html(in = 12544) (out= 2600)(deflated 79%)
adding: edu/stanford/nlp/objectbank/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/objectbank/ObjectBank.PathToFileFunction.html(in = 10597) (out= 2436)(deflated 77%)
adding: edu/stanford/nlp/objectbank/IteratorFromReaderFactory.html(in = 11252) (out= 2584)(deflated 77%)
adding: edu/stanford/nlp/objectbank/XMLBeginEndIterator.html(in = 27656) (out= 3858)(deflated 86%)
adding: edu/stanford/nlp/objectbank/package-tree.html(in = 8065) (out= 1606)(deflated 80%)
adding: edu/stanford/nlp/objectbank/DelimitRegExIterator.html(in = 20413) (out= 3280)(deflated 83%)
adding: edu/stanford/nlp/objectbank/package-frame.html(in = 2274) (out= 662)(deflated 70%)
adding: edu/stanford/nlp/objectbank/package-summary.html(in = 12983) (out= 3274)(deflated 74%)
adding: edu/stanford/nlp/objectbank/ObjectBank.html(in = 47353) (out= 7071)(deflated 85%)
adding: edu/stanford/nlp/objectbank/IdentityFunction.html(in = 11049) (out= 2457)(deflated 77%)
adding: edu/stanford/nlp/objectbank/LineIterator.LineIteratorFactory.html(in = 12934) (out= 2606)(deflated 79%)
adding: edu/stanford/nlp/objectbank/LineIterator.html(in = 18447) (out= 3129)(deflated 83%)
adding: edu/stanford/nlp/objectbank/ReaderIteratorFactory.html(in = 21417) (out= 3803)(deflated 82%)
adding: edu/stanford/nlp/objectbank/DelimitRegExIterator.DelimitRegExIteratorFactory.html(in = 14396) (out= 2731)(deflated 81%)
adding: edu/stanford/nlp/sequences/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/sequences/ExactBestSequenceFinder.html(in = 12882) (out= 2717)(deflated 78%)
adding: edu/stanford/nlp/sequences/package-tree.html(in = 7549) (out= 1592)(deflated 78%)
adding: edu/stanford/nlp/sequences/SeqClassifierFlags.html(in = 310794) (out= 27608)(deflated 91%)
adding: edu/stanford/nlp/sequences/SequenceModel.html(in = 15153) (out= 3317)(deflated 78%)
adding: edu/stanford/nlp/sequences/package-summary.html(in = 8930) (out= 1979)(deflated 77%)
adding: edu/stanford/nlp/sequences/SeqClassifierFlags.SlashHyphenEnum.html(in = 14984) (out= 2885)(deflated 80%)
adding: edu/stanford/nlp/sequences/PlainTextDocumentReaderAndWriter.OutputStyle.html(in = 18336) (out= 3173)(deflated 82%)
adding: edu/stanford/nlp/sequences/PlainTextDocumentReaderAndWriter.html(in = 23995) (out= 3974)(deflated 83%)
adding: edu/stanford/nlp/sequences/BestSequenceFinder.html(in = 8677) (out= 2210)(deflated 74%)
adding: edu/stanford/nlp/sequences/package-frame.html(in = 2149) (out= 665)(deflated 69%)
adding: edu/stanford/nlp/sequences/DocumentReaderAndWriter.html(in = 11795) (out= 2725)(deflated 76%)
adding: edu/stanford/nlp/stats/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/stats/ClassicCounter.html(in = 62290) (out= 9027)(deflated 85%)
adding: edu/stanford/nlp/stats/package-frame.html(in = 2707) (out= 695)(deflated 74%)
adding: edu/stanford/nlp/stats/SimpleGoodTuring.html(in = 13594) (out= 3414)(deflated 74%)
adding: edu/stanford/nlp/stats/package-summary.html(in = 11143) (out= 2447)(deflated 78%)
adding: edu/stanford/nlp/stats/AbstractCounter.html(in = 26261) (out= 3913)(deflated 85%)
adding: edu/stanford/nlp/stats/GeneralizedCounter.html(in = 49995) (out= 6218)(deflated 87%)
adding: edu/stanford/nlp/stats/TwoDimensionalCounterInterface.html(in = 26686) (out= 3257)(deflated 87%)
adding: edu/stanford/nlp/stats/EquivalenceClasser.html(in = 8700) (out= 2136)(deflated 75%)
adding: edu/stanford/nlp/stats/Distribution.html(in = 57729) (out= 7206)(deflated 87%)
adding: edu/stanford/nlp/stats/TwoDimensionalCounter.html(in = 68302) (out= 6314)(deflated 90%)
adding: edu/stanford/nlp/stats/TwoDimensionalIntCounter.html(in = 58608) (out= 5853)(deflated 90%)
adding: edu/stanford/nlp/stats/Counters.html(in = 246460) (out= 23333)(deflated 90%)
adding: edu/stanford/nlp/stats/package-tree.html(in = 9011) (out= 1686)(deflated 81%)
adding: edu/stanford/nlp/stats/IntCounter.html(in = 84670) (out= 9892)(deflated 88%)
adding: edu/stanford/nlp/stats/ProbabilityDistribution.html(in = 10044) (out= 2222)(deflated 77%)
adding: edu/stanford/nlp/stats/Sampler.html(in = 8550) (out= 2229)(deflated 73%)
adding: edu/stanford/nlp/stats/Counter.html(in = 32262) (out= 5052)(deflated 84%)
adding: edu/stanford/nlp/graph/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/graph/package-frame.html(in = 1329) (out= 577)(deflated 56%)
adding: edu/stanford/nlp/graph/Graph.html(in = 29354) (out= 3760)(deflated 87%)
adding: edu/stanford/nlp/graph/DijkstraShortestPath.html(in = 8948) (out= 2137)(deflated 76%)
adding: edu/stanford/nlp/graph/DirectedMultiGraph.html(in = 72144) (out= 6921)(deflated 90%)
adding: edu/stanford/nlp/graph/package-tree.html(in = 5717) (out= 1418)(deflated 75%)
adding: edu/stanford/nlp/graph/ConnectedComponents.html(in = 9764) (out= 2336)(deflated 76%)
adding: edu/stanford/nlp/graph/package-summary.html(in = 6221) (out= 1585)(deflated 74%)
adding: edu/stanford/nlp/pipeline/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/pipeline/LanguageInfo.html(in = 20987) (out= 3337)(deflated 84%)
adding: edu/stanford/nlp/pipeline/CoreMapAttributeAggregator.ConcatCoreMapListAggregator.html(in = 17649) (out= 2819)(deflated 84%)
adding: edu/stanford/nlp/pipeline/CoNLLUReader.CoNLLUSentence.html(in = 12413) (out= 2558)(deflated 79%)
adding: edu/stanford/nlp/pipeline/CoreMapAttributeAggregator.ConcatListAggregator.html(in = 16768) (out= 2762)(deflated 83%)
adding: edu/stanford/nlp/pipeline/CoreMapAggregator.html(in = 25845) (out= 3239)(deflated 87%)
adding: edu/stanford/nlp/pipeline/ChunkAnnotationUtils.html(in = 69281) (out= 6902)(deflated 90%)
adding: edu/stanford/nlp/pipeline/Annotator.html(in = 34081) (out= 4919)(deflated 85%)
adding: edu/stanford/nlp/pipeline/package-frame.html(in = 2985) (out= 712)(deflated 76%)
adding: edu/stanford/nlp/pipeline/ParserAnnotatorUtils.html(in = 10419) (out= 2424)(deflated 76%)
adding: edu/stanford/nlp/pipeline/LanguageInfo.HumanLanguage.html(in = 15717) (out= 2962)(deflated 81%)
adding: edu/stanford/nlp/pipeline/CoreMapAttributeAggregator.ConcatTextAggregator.html(in = 16817) (out= 2771)(deflated 83%)
adding: edu/stanford/nlp/pipeline/package-summary.html(in = 36775) (out= 9185)(deflated 75%)
adding: edu/stanford/nlp/pipeline/Annotation.html(in = 17763) (out= 3393)(deflated 80%)
adding: edu/stanford/nlp/pipeline/CoNLLUReader.html(in = 27189) (out= 3673)(deflated 86%)
adding: edu/stanford/nlp/pipeline/CoreMapAttributeAggregator.ConcatAggregator.html(in = 16725) (out= 2759)(deflated 83%)
adding: edu/stanford/nlp/pipeline/package-tree.html(in = 9145) (out= 1680)(deflated 81%)
adding: edu/stanford/nlp/pipeline/CoreMapAttributeAggregator.MostFreqAggregator.html(in = 17171) (out= 2821)(deflated 83%)
adding: edu/stanford/nlp/pipeline/CoNLLUReader.CoNLLUDocument.html(in = 12743) (out= 2489)(deflated 80%)
adding: edu/stanford/nlp/pipeline/CoreMapAttributeAggregator.html(in = 29701) (out= 3325)(deflated 88%)
adding: edu/stanford/nlp/io/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/io/RuntimeIOException.html(in = 11234) (out= 2364)(deflated 78%)
adding: edu/stanford/nlp/io/package-frame.html(in = 2708) (out= 722)(deflated 73%)
adding: edu/stanford/nlp/io/FileSystem.html(in = 14987) (out= 3077)(deflated 79%)
adding: edu/stanford/nlp/io/EncodingFileReader.html(in = 15509) (out= 2678)(deflated 82%)
adding: edu/stanford/nlp/io/PrintFile.html(in = 10092) (out= 2220)(deflated 78%)
adding: edu/stanford/nlp/io/ReaderInputStream.html(in = 17555) (out= 3261)(deflated 81%)
adding: edu/stanford/nlp/io/EncodingPrintWriter.out.html(in = 10461) (out= 2283)(deflated 78%)
adding: edu/stanford/nlp/io/NumberRangesFileFilter.html(in = 14051) (out= 3380)(deflated 75%)
adding: edu/stanford/nlp/io/NumberRangeFileFilter.html(in = 11381) (out= 2799)(deflated 75%)
adding: edu/stanford/nlp/io/EncodingPrintWriter.html(in = 8143) (out= 2025)(deflated 75%)
adding: edu/stanford/nlp/io/IOUtils.html(in = 126804) (out= 14465)(deflated 88%)
adding: edu/stanford/nlp/io/ExtensionFileFilter.html(in = 13114) (out= 2968)(deflated 77%)
adding: edu/stanford/nlp/io/package-summary.html(in = 11238) (out= 2522)(deflated 77%)
adding: edu/stanford/nlp/io/package-tree.html(in = 8535) (out= 1670)(deflated 80%)
adding: edu/stanford/nlp/io/BZip2PipedOutputStream.html(in = 12851) (out= 2606)(deflated 79%)
adding: edu/stanford/nlp/io/NullOutputStream.html(in = 12109) (out= 2591)(deflated 78%)
adding: edu/stanford/nlp/io/EncodingPrintWriter.err.html(in = 10146) (out= 2159)(deflated 78%)
adding: edu/stanford/nlp/io/ui/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/io/ui/package-frame.html(in = 864) (out= 485)(deflated 43%)
adding: edu/stanford/nlp/io/ui/package-tree.html(in = 5288) (out= 1392)(deflated 73%)
adding: edu/stanford/nlp/io/ui/OpenPageDialog.html(in = 23545) (out= 4917)(deflated 79%)
adding: edu/stanford/nlp/io/ui/package-summary.html(in = 5494) (out= 1508)(deflated 72%)
adding: edu/stanford/nlp/io/Lexer.html(in = 13061) (out= 2923)(deflated 77%)
adding: edu/stanford/nlp/ie/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/ie/machinereading/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/ie/machinereading/structure/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/ie/machinereading/structure/package-tree.html(in = 5078) (out= 1327)(deflated 73%)
adding: edu/stanford/nlp/ie/machinereading/structure/Span.html(in = 36094) (out= 4914)(deflated 86%)
adding: edu/stanford/nlp/ie/machinereading/structure/package-frame.html(in = 941) (out= 497)(deflated 47%)
adding: edu/stanford/nlp/ie/machinereading/structure/package-summary.html(in = 5320) (out= 1445)(deflated 72%)
adding: edu/stanford/nlp/ie/util/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/ie/util/RelationTriple.html(in = 53660) (out= 6586)(deflated 87%)
adding: edu/stanford/nlp/ie/util/RelationTriple.WithLink.html(in = 23571) (out= 3356)(deflated 85%)
adding: edu/stanford/nlp/ie/util/package-summary.html(in = 6063) (out= 1534)(deflated 74%)
adding: edu/stanford/nlp/ie/util/package-tree.html(in = 5429) (out= 1356)(deflated 75%)
adding: edu/stanford/nlp/ie/util/RelationTriple.WithTree.html(in = 27042) (out= 3658)(deflated 86%)
adding: edu/stanford/nlp/ie/util/package-frame.html(in = 1148) (out= 514)(deflated 55%)
adding: help-doc.html(in = 8376) (out= 2554)(deflated 69%)
adding: index-all.html(in = 5100559) (out= 448476)(deflated 91%)
adding: index.html(in = 2909) (out= 1078)(deflated 62%)
adding: overview-frame.html(in = 9100) (out= 1160)(deflated 87%)
adding: overview-summary.html(in = 19701) (out= 3422)(deflated 82%)
adding: overview-tree.html(in = 412637) (out= 27349)(deflated 93%)
adding: package-list(in = 2117) (out= 384)(deflated 81%)
adding: script.js(in = 827) (out= 354)(deflated 57%)
adding: serialized-form.html(in = 456217) (out= 58243)(deflated 87%)
adding: stylesheet.css(in = 12842) (out= 2731)(deflated 78%)
TESTING BUILD
Buildfile: build.xml
prepare:
[mkdir] Created dir: /juice/u/nlp/distrib/stanford-parser-full-2020-05-29/classes
compile:
[javac] Compiling 830 source files to /juice/u/nlp/distrib/stanford-parser-full-2020-05-29/classes
[javac] This version of java does not support the classic compiler; upgrading to modern
[javac] Note: /juice/u/nlp/distrib/stanford-parser-full-2020-05-29/src/edu/stanford/nlp/pipeline/ParserAnnotatorUtils.java uses or overrides a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] Creating empty /juice/u/nlp/distrib/stanford-parser-full-2020-05-29/classes/edu/stanford/nlp/maxent/package-info.class
[javac] Creating empty /juice/u/nlp/distrib/stanford-parser-full-2020-05-29/classes/edu/stanford/nlp/sequences/package-info.class
[javac] Creating empty /juice/u/nlp/distrib/stanford-parser-full-2020-05-29/classes/edu/stanford/nlp/maxent/iis/package-info.class
[javac] Creating empty /juice/u/nlp/distrib/stanford-parser-full-2020-05-29/classes/edu/stanford/nlp/util/concurrent/package-info.class
[javac] Creating empty /juice/u/nlp/distrib/stanford-parser-full-2020-05-29/classes/edu/stanford/nlp/parser/package-info.class
[javac] Creating empty /juice/u/nlp/distrib/stanford-parser-full-2020-05-29/classes/edu/stanford/nlp/process/package-info.class
[javac] Creating empty /juice/u/nlp/distrib/stanford-parser-full-2020-05-29/classes/edu/stanford/nlp/trees/international/tuebadz/package-info.class
[javac] Creating empty /juice/u/nlp/distrib/stanford-parser-full-2020-05-29/classes/edu/stanford/nlp/ling/tokensregex/package-info.class
[javac] Creating empty /juice/u/nlp/distrib/stanford-parser-full-2020-05-29/classes/edu/stanford/nlp/parser/ui/package-info.class
[javac] Creating empty /juice/u/nlp/distrib/stanford-parser-full-2020-05-29/classes/edu/stanford/nlp/io/ui/package-info.class
[javac] Creating empty /juice/u/nlp/distrib/stanford-parser-full-2020-05-29/classes/edu/stanford/nlp/ling/package-info.class
[javac] Creating empty /juice/u/nlp/distrib/stanford-parser-full-2020-05-29/classes/edu/stanford/nlp/tagger/maxent/package-info.class
[javac] Creating empty /juice/u/nlp/distrib/stanford-parser-full-2020-05-29/classes/edu/stanford/nlp/trees/international/negra/package-info.class
[javac] Creating empty /juice/u/nlp/distrib/stanford-parser-full-2020-05-29/classes/edu/stanford/nlp/trees/international/pennchinese/package-info.class
[javac] Creating empty /juice/u/nlp/distrib/stanford-parser-full-2020-05-29/classes/edu/stanford/nlp/pipeline/package-info.class
[javac] Creating empty /juice/u/nlp/distrib/stanford-parser-full-2020-05-29/classes/edu/stanford/nlp/ling/tokensregex/types/package-info.class
[javac] Creating empty /juice/u/nlp/distrib/stanford-parser-full-2020-05-29/classes/edu/stanford/nlp/util/package-info.class
[javac] Creating empty /juice/u/nlp/distrib/stanford-parser-full-2020-05-29/classes/edu/stanford/nlp/math/package-info.class
[javac] Creating empty /juice/u/nlp/distrib/stanford-parser-full-2020-05-29/classes/edu/stanford/nlp/trees/tregex/package-info.class
[javac] Creating empty /juice/u/nlp/distrib/stanford-parser-full-2020-05-29/classes/edu/stanford/nlp/swing/package-info.class
[javac] Creating empty /juice/u/nlp/distrib/stanford-parser-full-2020-05-29/classes/edu/stanford/nlp/semgraph/package-info.class
[javac] Creating empty /juice/u/nlp/distrib/stanford-parser-full-2020-05-29/classes/edu/stanford/nlp/semgraph/semgrex/package-info.class
[javac] Creating empty /juice/u/nlp/distrib/stanford-parser-full-2020-05-29/classes/edu/stanford/nlp/objectbank/package-info.class
[javac] Creating empty /juice/u/nlp/distrib/stanford-parser-full-2020-05-29/classes/edu/stanford/nlp/fsm/package-info.class
[javac] Creating empty /juice/u/nlp/distrib/stanford-parser-full-2020-05-29/classes/edu/stanford/nlp/optimization/package-info.class
[javac] Creating empty /juice/u/nlp/distrib/stanford-parser-full-2020-05-29/classes/edu/stanford/nlp/trees/international/arabic/package-info.class
[javac] Creating empty /juice/u/nlp/distrib/stanford-parser-full-2020-05-29/classes/edu/stanford/nlp/ling/tokensregex/parser/package-info.class
[javac] Creating empty /juice/u/nlp/distrib/stanford-parser-full-2020-05-29/classes/edu/stanford/nlp/parser/lexparser/package-info.class
[javac] Creating empty /juice/u/nlp/distrib/stanford-parser-full-2020-05-29/classes/edu/stanford/nlp/trees/international/french/package-info.class
[javac] Creating empty /juice/u/nlp/distrib/stanford-parser-full-2020-05-29/classes/edu/stanford/nlp/stats/package-info.class
[javac] Creating empty /juice/u/nlp/distrib/stanford-parser-full-2020-05-29/classes/edu/stanford/nlp/trees/package-info.class
[javac] Creating empty /juice/u/nlp/distrib/stanford-parser-full-2020-05-29/classes/edu/stanford/nlp/io/package-info.class
[javac] Creating empty /juice/u/nlp/distrib/stanford-parser-full-2020-05-29/classes/edu/stanford/nlp/trees/tregex/tsurgeon/package-info.class
BUILD SUCCESSFUL
Total time: 15 seconds
BUILD SUCCESSFUL
May 29, 2020 2:45:51 PM java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: Created-By.
Ensure that the manifest does not have duplicate entries, and
that blank lines separate individual sections in both your
manifest and in the META-INF/MANIFEST.MF entry in the jar file.
updated manifest
TESTING lexparser.sh
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Parsing file: data/english-onesent.txt
Parsing [sent. 1 len. 10]: The quick brown fox jumped over the lazy dog .
(ROOT
(S
(NP (DT The) (JJ quick) (JJ brown) (NN fox))
(VP (VBD jumped)
(PP (IN over)
(NP (DT the) (JJ lazy) (NN dog))))
(. .)))
det(fox-4, The-1)
amod(fox-4, quick-2)
amod(fox-4, brown-3)
nsubj(jumped-5, fox-4)
root(ROOT-0, jumped-5)
case(dog-9, over-6)
det(dog-9, the-7)
amod(dog-9, lazy-8)
obl:over(jumped-5, dog-9)
Parsed file: data/english-onesent.txt [1 sentences].
Parsed 10 words in 1 sentences (8.04 wds/sec; 0.80 sents/sec).
lexparser.sh did not fail
adding: stanford-parser-full-2020-05-29/ (stored 0%)
adding: stanford-parser-full-2020-05-29/ShiftReduceDemo.java (deflated 59%)
adding: stanford-parser-full-2020-05-29/lexparser-gui.command (deflated 30%)
adding: stanford-parser-full-2020-05-29/ejml-core-0.38.jar (deflated 9%)
adding: stanford-parser-full-2020-05-29/DependencyParserDemo.java (deflated 58%)
adding: stanford-parser-full-2020-05-29/pom.xml (deflated 69%)
adding: stanford-parser-full-2020-05-29/ejml-ddense-0.38-sources.jar (deflated 8%)
adding: stanford-parser-full-2020-05-29/ejml-simple-0.38-sources.jar (deflated 5%)
adding: stanford-parser-full-2020-05-29/lexparser.sh (deflated 30%)
adding: stanford-parser-full-2020-05-29/lexparser-gui.bat (deflated 16%)
adding: stanford-parser-full-2020-05-29/stanford-parser.jar (deflated 7%)
adding: stanford-parser-full-2020-05-29/LICENSE.txt (deflated 62%)
adding: stanford-parser-full-2020-05-29/stanford-parser-4.0.0-sources.jar (deflated 5%)
adding: stanford-parser-full-2020-05-29/ejml-simple-0.38.jar (deflated 10%)
adding: stanford-parser-full-2020-05-29/Makefile (deflated 47%)
adding: stanford-parser-full-2020-05-29/lexparser-lang-train-test.sh (deflated 50%)
adding: stanford-parser-full-2020-05-29/ParserDemo.java (deflated 65%)
adding: stanford-parser-full-2020-05-29/lexparser-lang.sh (deflated 50%)
adding: stanford-parser-full-2020-05-29/README.txt (deflated 65%)
adding: stanford-parser-full-2020-05-29/stanford-parser-4.0.0-models.jar (deflated 0%)
adding: stanford-parser-full-2020-05-29/data/ (stored 0%)
adding: stanford-parser-full-2020-05-29/data/english-onesent.txt (stored 0%)
adding: stanford-parser-full-2020-05-29/data/chinese-onesent-unseg-utf8.txt (deflated 1%)
adding: stanford-parser-full-2020-05-29/data/testsent.txt (deflated 37%)
adding: stanford-parser-full-2020-05-29/data/french-onesent.txt (deflated 26%)
adding: stanford-parser-full-2020-05-29/data/german-onesent.txt (stored 0%)
adding: stanford-parser-full-2020-05-29/data/chinese-onesent-utf8.txt (stored 0%)
adding: stanford-parser-full-2020-05-29/data/chinese-onesent-gb18030.txt (stored 0%)
adding: stanford-parser-full-2020-05-29/data/pos-sentences.txt (deflated 71%)
adding: stanford-parser-full-2020-05-29/data/chinese-onesent-unseg-gb18030.txt (stored 0%)
adding: stanford-parser-full-2020-05-29/data/arabic-onesent-utf8.txt (stored 0%)
adding: stanford-parser-full-2020-05-29/bin/ (stored 0%)
adding: stanford-parser-full-2020-05-29/bin/run-tb-preproc (deflated 56%)
adding: stanford-parser-full-2020-05-29/bin/makeSerialized.csh (deflated 77%)
adding: stanford-parser-full-2020-05-29/lexparser-gui.sh (deflated 30%)
adding: stanford-parser-full-2020-05-29/ejml-ddense-0.38.jar (deflated 8%)
adding: stanford-parser-full-2020-05-29/conf/ (stored 0%)
adding: stanford-parser-full-2020-05-29/conf/atb-latest.conf (deflated 91%)
adding: stanford-parser-full-2020-05-29/conf/ftb-latest.conf (deflated 77%)
adding: stanford-parser-full-2020-05-29/slf4j-api-1.7.12-sources.jar (deflated 7%)
adding: stanford-parser-full-2020-05-29/lexparser.bat (deflated 28%)
adding: stanford-parser-full-2020-05-29/lexparser_lang.def (deflated 62%)
adding: stanford-parser-full-2020-05-29/StanfordDependenciesManual.pdf (deflated 2%)
adding: stanford-parser-full-2020-05-29/build.xml (deflated 69%)
adding: stanford-parser-full-2020-05-29/README_dependencies.txt (deflated 64%)
adding: stanford-parser-full-2020-05-29/slf4j-api.jar (deflated 13%)
adding: stanford-parser-full-2020-05-29/ejml-core-0.38-sources.jar (deflated 10%)
adding: stanford-parser-full-2020-05-29/stanford-parser-4.0.0-javadoc.jar (deflated 4%)
adding: stanford-parser-full-2020-05-29/ParserDemo2.java (deflated 65%)
SUCCESS