CofeehousePy/services/corenlp/doc/releasenotes/v1.3.2/parser.out

6895 lines
499 KiB
Plaintext

set today="2012-05-22"
set predir=stanford-parser-$today
set dir=/u/nlp/distrib/$predir
set classjar=$dir/stanford-parser-${today}.jar
set srcjar=$dir/stanford-parser-${today}-sources.jar
set docjar=$dir/stanford-parser-${today}-javadoc.jar
set modelsjar=$dir/stanford-parser-${today}-models.jar
if ( ! $?JAVANLP_HOME ) then
setenv CLASSPATH $JAVANLP_HOME/projects/core/classes
rm -rf $dir
mkdir $dir
cd $dir
perl $JAVANLP_HOME/bin/gen-dependencies.pl -depdump $dir/depdump -classdir $JAVANLP_HOME/projects/core/classes -srcdir $JAVANLP_HOME/projects/core/src -srcjar $srcjar -extrasourcefiles edu/stanford/nlp/parser/lexparser/package.html,edu/stanford/nlp/parser/package.html,edu/stanford/nlp/parser/lexparser/lexparser-manifest.txt,edu/stanford/nlp/process/PTBLexer.flex,edu/stanford/nlp/process/WhitespaceLexer.flex,edu/stanford/nlp/process/Morpha.flex,edu/stanford/nlp/trees/international/negra/negrapenn.flex,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/french/pipeline/configurations/ftb-latest.conf,projects/core/src/edu/stanford/nlp/international/french/pipeline/splits/candito.dev,projects/core/src/edu/stanford/nlp/international/french/pipeline/splits/candito.test,projects/core/src/edu/stanford/nlp/international/french/pipeline/splits/candito.train -classjar $classjar -manifestfile $JAVANLP_HOME/projects/core/src/edu/stanford/nlp/parser/lexparser/lexparser-manifest.txt edu.stanford.nlp.international.arabic.Buckwalter edu.stanford.nlp.ling.CoreAnnotations edu.stanford.nlp.ling.CoreAnnotations\\\$\\\* edu.stanford.nlp.process.treebank.TreebankPreprocessor 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.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.parser.lexparser.LexicalizedParserGrammar 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.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.server.LexicalizedParserServer edu.stanford.nlp.parser.server.LexicalizedParserClient edu.stanford.nlp.parser.ui.Parser 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.TreeCoreAnnotations edu.stanford.nlp.trees.TreeCoreAnnotations\\\$\\\* edu.stanford.nlp.trees.EnglishGrammaticalStructure edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalStructure edu.stanford.nlp.trees.international.pennchinese.ChineseEscaper edu.stanford.nlp.trees.DependencyScoring edu.stanford.nlp.util.LowercaseFunction
#####
EXTRACTING DEPENDENCIES
#####
Dependency dump file:
/u/nlp/distrib/stanford-parser-2012-05-22/depdump
Class directory:
/user/horatio/releases/v1.3.2/projects/core/classes
java -classpath /u/nlp/java/liball/DependencyFinder.jar:/u/nlp/java/liball/jakarta-oro.jar:/u/nlp/java/liball/log4j.jar:/u/nlp/java/liball/xalan.jar:/u/nlp/java/liball/xercesImpl.jar:/u/nlp/java/liball/xml-apis.jar com.jeantessier.dependencyfinder.cli.DependencyExtractor -maximize -out /u/nlp/distrib/stanford-parser-2012-05-22/depdump /user/horatio/releases/v1.3.2/projects/core/classes
log4j:WARN No appenders could be found for logger (com.jeantessier.classreader.TransientClassfileLoader).
log4j:WARN Please initialize the log4j system properly.
#####
GENERATING CLOSURE
#####
Dependency dump file:
/u/nlp/distrib/stanford-parser-2012-05-22/depdump
Starting classes:
edu.stanford.nlp.international.arabic.Buckwalter
edu.stanford.nlp.ling.CoreAnnotations
edu.stanford.nlp.ling.CoreAnnotations\$\*
edu.stanford.nlp.process.treebank.TreebankPreprocessor
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.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.parser.lexparser.LexicalizedParserGrammar
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.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.server.LexicalizedParserServer
edu.stanford.nlp.parser.server.LexicalizedParserClient
edu.stanford.nlp.parser.ui.Parser
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.TreeCoreAnnotations
edu.stanford.nlp.trees.TreeCoreAnnotations\$\*
edu.stanford.nlp.trees.EnglishGrammaticalStructure
edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalStructure
edu.stanford.nlp.trees.international.pennchinese.ChineseEscaper
edu.stanford.nlp.trees.DependencyScoring
edu.stanford.nlp.util.LowercaseFunction
java -classpath /user/horatio/releases/v1.3.2/projects/core/classes edu.stanford.nlp.misc.DependencyAnalyzer /u/nlp/distrib/stanford-parser-2012-05-22/depdump edu.stanford.nlp.international.arabic.Buckwalter edu.stanford.nlp.ling.CoreAnnotations edu.stanford.nlp.ling.CoreAnnotations\$\* edu.stanford.nlp.process.treebank.TreebankPreprocessor 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.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.parser.lexparser.LexicalizedParserGrammar 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.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.server.LexicalizedParserServer edu.stanford.nlp.parser.server.LexicalizedParserClient edu.stanford.nlp.parser.ui.Parser 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.TreeCoreAnnotations edu.stanford.nlp.trees.TreeCoreAnnotations\$\* edu.stanford.nlp.trees.EnglishGrammaticalStructure edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalStructure edu.stanford.nlp.trees.international.pennchinese.ChineseEscaper edu.stanford.nlp.trees.DependencyScoring edu.stanford.nlp.util.LowercaseFunction
Warning: pattern edu.stanford.nlp.parser.lexparser.LexicalizedParserGrammar matched nothing
Class list:
edu/stanford/nlp/fsm/AutomatonMinimizer.class
edu/stanford/nlp/fsm/Block.class
edu/stanford/nlp/fsm/FastExactAutomatonMinimizer.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.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$NodeProcessorWrappingArcProcessor.class
edu/stanford/nlp/fsm/TransducerGraph$ObjectToSetNodeProcessor.class
edu/stanford/nlp/fsm/TransducerGraph$OutputCombiningProcessor.class
edu/stanford/nlp/fsm/TransducerGraph$SetToStringNodeProcessor.class
edu/stanford/nlp/international/Languages.class
edu/stanford/nlp/international/Languages$1.class
edu/stanford/nlp/international/Languages$Language.class
edu/stanford/nlp/international/arabic/ArabicMorphoFeatureSpecification.class
edu/stanford/nlp/international/arabic/ArabicMorphoFeatureSpecification$ArabicMorphoFeatures.class
edu/stanford/nlp/international/arabic/Buckwalter.class
edu/stanford/nlp/international/arabic/pipeline/ATBArabicDataset.class
edu/stanford/nlp/international/arabic/pipeline/ATBArabicDataset$ArabicRawTreeNormalizer.class
edu/stanford/nlp/international/arabic/pipeline/ATBCorrector.class
edu/stanford/nlp/international/arabic/pipeline/ATBCorrectorVisitor.class
edu/stanford/nlp/international/arabic/pipeline/DefaultLexicalMapper.class
edu/stanford/nlp/international/arabic/pipeline/LDCPosMapper.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/arabic/process/ArabicTokenizer$ArabicTokenizerFactory.class
edu/stanford/nlp/international/french/FrenchMorphoFeatureSpecification.class
edu/stanford/nlp/international/french/FrenchUnknownWordSignatures.class
edu/stanford/nlp/international/french/pipeline/FTBCorrector.class
edu/stanford/nlp/international/french/pipeline/FTBCorrectorVisitor.class
edu/stanford/nlp/international/french/pipeline/FTBDataset.class
edu/stanford/nlp/international/french/pipeline/MWEPreprocessor.class
edu/stanford/nlp/international/french/pipeline/MWEPreprocessor$ManualUWModel.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/io/BZip2PipedOutputStream.class
edu/stanford/nlp/io/EncodingFileReader.class
edu/stanford/nlp/io/EncodingPrintWriter.class
edu/stanford/nlp/io/EncodingPrintWriter$err.class
edu/stanford/nlp/io/EncodingPrintWriter$out.class
edu/stanford/nlp/io/ExtensionFileFilter.class
edu/stanford/nlp/io/FileSystem.class
edu/stanford/nlp/io/IOUtils.class
edu/stanford/nlp/io/IOUtils$1.class
edu/stanford/nlp/io/IOUtils$1$1.class
edu/stanford/nlp/io/IOUtils$2.class
edu/stanford/nlp/io/IOUtils$2$1.class
edu/stanford/nlp/io/Lexer.class
edu/stanford/nlp/io/NumberRangeFileFilter.class
edu/stanford/nlp/io/NumberRangesFileFilter.class
edu/stanford/nlp/io/ReaderInputStream.class
edu/stanford/nlp/io/RuntimeIOException.class
edu/stanford/nlp/io/ui/OpenPageDialog.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$4.class
edu/stanford/nlp/io/ui/OpenPageDialog$5.class
edu/stanford/nlp/io/ui/OpenPageDialog$6.class
edu/stanford/nlp/io/ui/OpenPageDialog$7.class
edu/stanford/nlp/ling/AnnotationLookup.class
edu/stanford/nlp/ling/AnnotationLookup$KeyLookup.class
edu/stanford/nlp/ling/AnnotationLookup$KeyLookup$1.class
edu/stanford/nlp/ling/BasicDocument.class
edu/stanford/nlp/ling/CategoryWordTag.class
edu/stanford/nlp/ling/CategoryWordTag$LabelFactoryHolder.class
edu/stanford/nlp/ling/CategoryWordTagFactory.class
edu/stanford/nlp/ling/CoreAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations.class
edu/stanford/nlp/ling/CoreAnnotations$AbbrAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$AbgeneAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$AbstrAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$AfterAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$AnswerAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$AnswerObjectAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$AntecedentAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$ArgDescendentAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$ArgumentAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$BagOfWordsAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$BeAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$BeforeAnnotation.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$CategoryAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$CategoryFunctionalTagAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$CharAnnotation.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$ChineseIsSegmentedAnnotation.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$CoNLLDepAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$CoNLLDepParentIndexAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$CoNLLDepTypeAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$CoNLLPredicateAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$CoNLLSRLAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$CoarseTagAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$CommonWordsAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$ContextsAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$CopyAnnotation.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$DocDateAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$DocIDAnnotation.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$EntityRuleAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$EntityTypeAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$FeaturesAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$FemaleGazAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$FirstChildAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$ForcedSentenceEndAnnotation.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$GenericTokensAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$GeniaAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$GoldAnswerAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$GovernorAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$GrandparentAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$HaveAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$HeadWordStringAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$HeightAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$IDAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$IDFAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$INAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$IndexAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$InterpretationAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$IsDateRangeAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$IsURLAnnotation.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$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$LeftTermAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$LemmaAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$LengthAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$MaleGazAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$MarkingAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$MonthAnnotation.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$NERIDAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$NamedEntityTagAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$NeighborsAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$NormalizedNamedEntityTagAnnotation.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$OriginalAnswerAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$OriginalCharAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$OriginalTextAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$ParaPositionAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$ParagraphAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$ParagraphsAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$ParentAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$PartOfSpeechAnnotation.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$PolarityAnnotation.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$PrevChildAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$PriorAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$ProjectedCategoryAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$ProtoAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$RoleAnnotation.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$SectionAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$SemanticHeadTagAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$SemanticHeadWordAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$SemanticTagAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$SemanticWordAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$SentenceIDAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$SentenceIndexAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$SentencePositionAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$SentencesAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$ShapeAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$SpaceBeforeAnnotation.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$StateAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$StemAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$SubcategorizationAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$TagLabelAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$TextAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$TokenBeginAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$TokenEndAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$TokensAnnotation.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$UnknownAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$UtteranceAnnotation.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$WordFormAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$WordPositionAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$WordSenseAnnotation.class
edu/stanford/nlp/ling/CoreAnnotations$WordnetSynAnnotation.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/ling/CoreLabel.class
edu/stanford/nlp/ling/CoreLabel$1.class
edu/stanford/nlp/ling/CoreLabel$CoreLabelFactory.class
edu/stanford/nlp/ling/CoreLabel$GenericAnnotation.class
edu/stanford/nlp/ling/CyclicCoreLabel.class
edu/stanford/nlp/ling/CyclicCoreLabel$1.class
edu/stanford/nlp/ling/CyclicCoreLabel$2.class
edu/stanford/nlp/ling/Datum.class
edu/stanford/nlp/ling/Document.class
edu/stanford/nlp/ling/DocumentReader.class
edu/stanford/nlp/ling/Featurizable.class
edu/stanford/nlp/ling/HasCategory.class
edu/stanford/nlp/ling/HasContext.class
edu/stanford/nlp/ling/HasIndex.class
edu/stanford/nlp/ling/HasOffset.class
edu/stanford/nlp/ling/HasTag.class
edu/stanford/nlp/ling/HasWord.class
edu/stanford/nlp/ling/Label.class
edu/stanford/nlp/ling/LabelFactory.class
edu/stanford/nlp/ling/Labeled.class
edu/stanford/nlp/ling/LabeledWord.class
edu/stanford/nlp/ling/LabeledWord$LabelFactoryHolder.class
edu/stanford/nlp/ling/Sentence.class
edu/stanford/nlp/ling/StringLabel.class
edu/stanford/nlp/ling/StringLabel$StringLabelFactoryHolder.class
edu/stanford/nlp/ling/StringLabelFactory.class
edu/stanford/nlp/ling/Tag.class
edu/stanford/nlp/ling/Tag$LabelFactoryHolder.class
edu/stanford/nlp/ling/Tag$TagFactory.class
edu/stanford/nlp/ling/TaggedWord.class
edu/stanford/nlp/ling/TaggedWord$LabelFactoryHolder.class
edu/stanford/nlp/ling/TaggedWordFactory.class
edu/stanford/nlp/ling/ValueLabel.class
edu/stanford/nlp/ling/Word.class
edu/stanford/nlp/ling/Word$WordFactoryHolder.class
edu/stanford/nlp/ling/WordFactory.class
edu/stanford/nlp/ling/WordLemmaTag.class
edu/stanford/nlp/ling/WordLemmaTagFactory.class
edu/stanford/nlp/ling/WordTag.class
edu/stanford/nlp/ling/WordTag$LabelFactoryHolder.class
edu/stanford/nlp/ling/WordTagFactory.class
edu/stanford/nlp/math/ArrayMath.class
edu/stanford/nlp/math/SloppyMath.class
edu/stanford/nlp/objectbank/IdentityFunction.class
edu/stanford/nlp/objectbank/IteratorFromReaderFactory.class
edu/stanford/nlp/objectbank/LineIterator.class
edu/stanford/nlp/objectbank/LineIterator$LineIteratorFactory.class
edu/stanford/nlp/objectbank/ObjectBank.class
edu/stanford/nlp/objectbank/ObjectBank$OBIterator.class
edu/stanford/nlp/objectbank/ReaderIteratorFactory.class
edu/stanford/nlp/objectbank/ReaderIteratorFactory$ReaderIterator.class
edu/stanford/nlp/objectbank/TokenizerFactory.class
edu/stanford/nlp/objectbank/XMLBeginEndIterator.class
edu/stanford/nlp/objectbank/XMLBeginEndIterator$XMLBeginEndIteratorFactory.class
edu/stanford/nlp/parser/KBestViterbiParser.class
edu/stanford/nlp/parser/Parser.class
edu/stanford/nlp/parser/ViterbiParser.class
edu/stanford/nlp/parser/ViterbiParserWithOptions.class
edu/stanford/nlp/parser/lexparser/AbstractDependencyGrammar.class
edu/stanford/nlp/parser/lexparser/AbstractTreeExtractor.class
edu/stanford/nlp/parser/lexparser/AbstractTreebankParserParams.class
edu/stanford/nlp/parser/lexparser/AbstractTreebankParserParams$1.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/AbstractUnknownWordModelTrainer.class
edu/stanford/nlp/parser/lexparser/ArabicTreebankParserParams.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/ArabicUTMTreebankParserParams.class
edu/stanford/nlp/parser/lexparser/ArabicUTMTreebankParserParams$1.class
edu/stanford/nlp/parser/lexparser/ArabicUTMTreebankParserParams$AddEquivalencedConjNode.class
edu/stanford/nlp/parser/lexparser/ArabicUTMTreebankParserParams$AddEquivalencedNodeFunction.class
edu/stanford/nlp/parser/lexparser/ArabicUTMTreebankParserParams$AddEquivalencedNodeFunctionVar.class
edu/stanford/nlp/parser/lexparser/ArabicUTMTreebankParserParams$AddRelativeNodeFunction.class
edu/stanford/nlp/parser/lexparser/ArabicUTMTreebankParserParams$AddRelativeNodeRegexFunction.class
edu/stanford/nlp/parser/lexparser/ArabicUTMTreebankParserParams$AnnotatePunctuationFunction2.class
edu/stanford/nlp/parser/lexparser/ArabicUTMTreebankParserParams$ArabicSubcategoryStripper.class
edu/stanford/nlp/parser/lexparser/ArabicUTMTreebankParserParams$SimpleStringFunction.class
edu/stanford/nlp/parser/lexparser/ArabicUnknownWordModel.class
edu/stanford/nlp/parser/lexparser/ArabicUnknownWordModelTrainer.class
edu/stanford/nlp/parser/lexparser/ArabicUnknownWordSignatures.class
edu/stanford/nlp/parser/lexparser/BaseLexicon.class
edu/stanford/nlp/parser/lexparser/BaseUnknownWordModel.class
edu/stanford/nlp/parser/lexparser/BaseUnknownWordModelTrainer.class
edu/stanford/nlp/parser/lexparser/BasicCategoryTagProjection.class
edu/stanford/nlp/parser/lexparser/BiLexPCFGParser.class
edu/stanford/nlp/parser/lexparser/BiLexPCFGParser$N5BiLexPCFGParser.class
edu/stanford/nlp/parser/lexparser/BinaryGrammar.class
edu/stanford/nlp/parser/lexparser/BinaryGrammarExtractor.class
edu/stanford/nlp/parser/lexparser/BinaryRule.class
edu/stanford/nlp/parser/lexparser/BoundaryRemover.class
edu/stanford/nlp/parser/lexparser/CNFTransformers.class
edu/stanford/nlp/parser/lexparser/CNFTransformers$FromCNFTransformer.class
edu/stanford/nlp/parser/lexparser/CNFTransformers$ToCNFTransformer.class
edu/stanford/nlp/parser/lexparser/ChineseCharacterBasedLexicon.class
edu/stanford/nlp/parser/lexparser/ChineseCharacterBasedLexicon$Symbol.class
edu/stanford/nlp/parser/lexparser/ChineseLexicon.class
edu/stanford/nlp/parser/lexparser/ChineseLexiconAndWordSegmenter.class
edu/stanford/nlp/parser/lexparser/ChineseMarkovWordSegmenter.class
edu/stanford/nlp/parser/lexparser/ChineseSimWordAvgDepGrammar.class
edu/stanford/nlp/parser/lexparser/ChineseTreebankParserParams.class
edu/stanford/nlp/parser/lexparser/ChineseTreebankParserParams$1.class
edu/stanford/nlp/parser/lexparser/ChineseUnknownWordModel.class
edu/stanford/nlp/parser/lexparser/ChineseUnknownWordModelTrainer.class
edu/stanford/nlp/parser/lexparser/CollinsPuncTransformer.class
edu/stanford/nlp/parser/lexparser/Debinarizer.class
edu/stanford/nlp/parser/lexparser/DependencyGrammar.class
edu/stanford/nlp/parser/lexparser/Edge.class
edu/stanford/nlp/parser/lexparser/EnglishTreebankParserParams.class
edu/stanford/nlp/parser/lexparser/EnglishTreebankParserParams$1.class
edu/stanford/nlp/parser/lexparser/EnglishTreebankParserParams$2.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/parser/lexparser/EnglishUnknownWordModel.class
edu/stanford/nlp/parser/lexparser/EnglishUnknownWordModelTrainer.class
edu/stanford/nlp/parser/lexparser/EvalbFormatWriter.class
edu/stanford/nlp/parser/lexparser/ExactGrammarCompactor.class
edu/stanford/nlp/parser/lexparser/ExhaustiveDependencyParser.class
edu/stanford/nlp/parser/lexparser/ExhaustivePCFGParser.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/Extractor.class
edu/stanford/nlp/parser/lexparser/FactoredLexicon.class
edu/stanford/nlp/parser/lexparser/FactoredParser.class
edu/stanford/nlp/parser/lexparser/FastFactoredParser.class
edu/stanford/nlp/parser/lexparser/FastFactoredParser$1.class
edu/stanford/nlp/parser/lexparser/FastFactoredParser$BinaryHeadFinder.class
edu/stanford/nlp/parser/lexparser/FrenchTreebankParserParams.class
edu/stanford/nlp/parser/lexparser/FrenchTreebankParserParams$AddPOSSequenceFunction.class
edu/stanford/nlp/parser/lexparser/FrenchTreebankParserParams$AddRelativeNodeFunction.class
edu/stanford/nlp/parser/lexparser/FrenchTreebankParserParams$SimpleStringFunction.class
edu/stanford/nlp/parser/lexparser/FrenchUnknownWordModel.class
edu/stanford/nlp/parser/lexparser/FrenchUnknownWordModelTrainer.class
edu/stanford/nlp/parser/lexparser/GermanUnknownWordModel.class
edu/stanford/nlp/parser/lexparser/GermanUnknownWordModelTrainer.class
edu/stanford/nlp/parser/lexparser/GrammarCompactor.class
edu/stanford/nlp/parser/lexparser/GrammarProjection.class
edu/stanford/nlp/parser/lexparser/HTKLatticeReader.class
edu/stanford/nlp/parser/lexparser/HTKLatticeReader$LatticeWord.class
edu/stanford/nlp/parser/lexparser/HebrewTreebankParserParams.class
edu/stanford/nlp/parser/lexparser/Hook.class
edu/stanford/nlp/parser/lexparser/HookChart.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/parser/lexparser/IntDependency.class
edu/stanford/nlp/parser/lexparser/IntTaggedWord.class
edu/stanford/nlp/parser/lexparser/Interner.class
edu/stanford/nlp/parser/lexparser/Item.class
edu/stanford/nlp/parser/lexparser/IterativeCKYPCFGParser.class
edu/stanford/nlp/parser/lexparser/Lattice.class
edu/stanford/nlp/parser/lexparser/LatticeEdge.class
edu/stanford/nlp/parser/lexparser/LatticeScorer.class
edu/stanford/nlp/parser/lexparser/LexicalizedParser.class
edu/stanford/nlp/parser/lexparser/LexicalizedParserQuery.class
edu/stanford/nlp/parser/lexparser/Lexicon.class
edu/stanford/nlp/parser/lexparser/LinearGrammarSmoother.class
edu/stanford/nlp/parser/lexparser/MLEDependencyGrammar.class
edu/stanford/nlp/parser/lexparser/MLEDependencyGrammar$EndHead.class
edu/stanford/nlp/parser/lexparser/MLEDependencyGrammarExtractor.class
edu/stanford/nlp/parser/lexparser/NegraPennCollinizer.class
edu/stanford/nlp/parser/lexparser/NegraPennTreebankParserParams.class
edu/stanford/nlp/parser/lexparser/NodePruner.class
edu/stanford/nlp/parser/lexparser/NullGrammarProjection.class
edu/stanford/nlp/parser/lexparser/Options.class
edu/stanford/nlp/parser/lexparser/Options$LexOptions.class
edu/stanford/nlp/parser/lexparser/OutsideRuleFilter.class
edu/stanford/nlp/parser/lexparser/OutsideRuleFilter$FA.class
edu/stanford/nlp/parser/lexparser/ParentAnnotationStats.class
edu/stanford/nlp/parser/lexparser/ParentAnnotationStats$1.class
edu/stanford/nlp/parser/lexparser/ParentAnnotationStats$2.class
edu/stanford/nlp/parser/lexparser/ParentAnnotationStats$3.class
edu/stanford/nlp/parser/lexparser/ParentAnnotationStats$4.class
edu/stanford/nlp/parser/lexparser/ParentAnnotationStats$5.class
edu/stanford/nlp/parser/lexparser/ParserConstraint.class
edu/stanford/nlp/parser/lexparser/PostSplitter.class
edu/stanford/nlp/parser/lexparser/ProjectionScorer.class
edu/stanford/nlp/parser/lexparser/RandomWalk.class
edu/stanford/nlp/parser/lexparser/Rule.class
edu/stanford/nlp/parser/lexparser/Scorer.class
edu/stanford/nlp/parser/lexparser/SisterAnnotationStats.class
edu/stanford/nlp/parser/lexparser/SisterAnnotationStats$1.class
edu/stanford/nlp/parser/lexparser/SisterAnnotationStats$2.class
edu/stanford/nlp/parser/lexparser/SisterAnnotationStats$3.class
edu/stanford/nlp/parser/lexparser/TagProjection.class
edu/stanford/nlp/parser/lexparser/TestOptions.class
edu/stanford/nlp/parser/lexparser/TestTagProjection.class
edu/stanford/nlp/parser/lexparser/TrainOptions.class
edu/stanford/nlp/parser/lexparser/TreeAnnotator.class
edu/stanford/nlp/parser/lexparser/TreeAnnotatorAndBinarizer.class
edu/stanford/nlp/parser/lexparser/TreeAnnotatorAndBinarizer$TreeNullAnnotator.class
edu/stanford/nlp/parser/lexparser/TreeBinarizer.class
edu/stanford/nlp/parser/lexparser/TreeBinarizer$1.class
edu/stanford/nlp/parser/lexparser/TreeCollinizer.class
edu/stanford/nlp/parser/lexparser/TreebankAnnotator.class
edu/stanford/nlp/parser/lexparser/TreebankAnnotator$1.class
edu/stanford/nlp/parser/lexparser/TreebankLangParserParams.class
edu/stanford/nlp/parser/lexparser/TueBaDZParserParams.class
edu/stanford/nlp/parser/lexparser/TwinScorer.class
edu/stanford/nlp/parser/lexparser/UnaryGrammar.class
edu/stanford/nlp/parser/lexparser/UnaryRule.class
edu/stanford/nlp/parser/lexparser/UnknownGTTrainer.class
edu/stanford/nlp/parser/lexparser/UnknownWordModel.class
edu/stanford/nlp/parser/lexparser/UnknownWordModelTrainer.class
edu/stanford/nlp/parser/lexparser/demo/ParserDemo.class
edu/stanford/nlp/parser/lexparser/demo/ParserDemo2.class
edu/stanford/nlp/parser/metrics/AbstractEval.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/Evalb.class
edu/stanford/nlp/parser/metrics/Evalb$1.class
edu/stanford/nlp/parser/metrics/Evalb$CBEval.class
edu/stanford/nlp/parser/metrics/Evalb$F1Comparator.class
edu/stanford/nlp/parser/metrics/EvalbByCat.class
edu/stanford/nlp/parser/metrics/LeafAncestorEval.class
edu/stanford/nlp/parser/metrics/TaggingEval.class
edu/stanford/nlp/parser/metrics/UnlabeledAttachmentEval.class
edu/stanford/nlp/parser/metrics/UnlabeledAttachmentEval$1.class
edu/stanford/nlp/parser/server/LexicalizedParserClient.class
edu/stanford/nlp/parser/server/LexicalizedParserServer.class
edu/stanford/nlp/parser/tools/PunctEquivalenceClasser.class
edu/stanford/nlp/parser/ui/Parser.class
edu/stanford/nlp/parser/ui/Parser$1.class
edu/stanford/nlp/parser/ui/Parser$2.class
edu/stanford/nlp/parser/ui/Parser$3.class
edu/stanford/nlp/parser/ui/Parser$4.class
edu/stanford/nlp/parser/ui/Parser$5.class
edu/stanford/nlp/parser/ui/Parser$6.class
edu/stanford/nlp/parser/ui/Parser$7.class
edu/stanford/nlp/parser/ui/ParserPanel.class
edu/stanford/nlp/parser/ui/ParserPanel$1.class
edu/stanford/nlp/parser/ui/ParserPanel$10.class
edu/stanford/nlp/parser/ui/ParserPanel$11.class
edu/stanford/nlp/parser/ui/ParserPanel$12.class
edu/stanford/nlp/parser/ui/ParserPanel$13.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$5.class
edu/stanford/nlp/parser/ui/ParserPanel$6.class
edu/stanford/nlp/parser/ui/ParserPanel$7.class
edu/stanford/nlp/parser/ui/ParserPanel$8.class
edu/stanford/nlp/parser/ui/ParserPanel$9.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$SaveOutputThread$1.class
edu/stanford/nlp/parser/ui/ParserPanel$TimerListener.class
edu/stanford/nlp/parser/ui/TreeJPanel.class
edu/stanford/nlp/parser/ui/TreeJPanel$1.class
edu/stanford/nlp/parser/ui/TreeJPanel$WidthResult.class
edu/stanford/nlp/process/AbstractListProcessor.class
edu/stanford/nlp/process/AbstractTokenizer.class
edu/stanford/nlp/process/Americanize.class
edu/stanford/nlp/process/CoreLabelTokenFactory.class
edu/stanford/nlp/process/CoreTokenFactory.class
edu/stanford/nlp/process/DocumentPreprocessor.class
edu/stanford/nlp/process/DocumentPreprocessor$1.class
edu/stanford/nlp/process/DocumentPreprocessor$DocType.class
edu/stanford/nlp/process/DocumentPreprocessor$PlainTextIterator.class
edu/stanford/nlp/process/DocumentPreprocessor$PlainTextIterator$1.class
edu/stanford/nlp/process/DocumentPreprocessor$XMLIterator.class
edu/stanford/nlp/process/DocumentProcessor.class
edu/stanford/nlp/process/JFlexDummyLexer.class
edu/stanford/nlp/process/LexedTokenFactory.class
edu/stanford/nlp/process/LexerTokenizer.class
edu/stanford/nlp/process/ListProcessor.class
edu/stanford/nlp/process/Morpha.class
edu/stanford/nlp/process/Morphology.class
edu/stanford/nlp/process/PTB2TextLexer.class
edu/stanford/nlp/process/PTBEscapingProcessor.class
edu/stanford/nlp/process/PTBLexer.class
edu/stanford/nlp/process/PTBLexer$1.class
edu/stanford/nlp/process/PTBLexer$UntokenizableOptions.class
edu/stanford/nlp/process/PTBTokenizer.class
edu/stanford/nlp/process/PTBTokenizer$1.class
edu/stanford/nlp/process/PTBTokenizer$PTBTokenizerFactory.class
edu/stanford/nlp/process/SerializableFunction.class
edu/stanford/nlp/process/StripTagsProcessor.class
edu/stanford/nlp/process/Tokenizer.class
edu/stanford/nlp/process/TokenizerAdapter.class
edu/stanford/nlp/process/WhitespaceLexer.class
edu/stanford/nlp/process/WhitespaceTokenizer.class
edu/stanford/nlp/process/WhitespaceTokenizer$WhitespaceTokenizerFactory.class
edu/stanford/nlp/process/WordSegmenter.class
edu/stanford/nlp/process/WordSegmentingTokenizer.class
edu/stanford/nlp/process/WordSegmentingTokenizer$WordSegmentingTokenizerFactory.class
edu/stanford/nlp/process/WordToSentenceProcessor.class
edu/stanford/nlp/process/WordToTaggedWordProcessor.class
edu/stanford/nlp/process/WordTokenFactory.class
edu/stanford/nlp/process/treebank/AbstractDataset.class
edu/stanford/nlp/process/treebank/AbstractDataset$SplitFilter.class
edu/stanford/nlp/process/treebank/ConfigParser.class
edu/stanford/nlp/process/treebank/Dataset.class
edu/stanford/nlp/process/treebank/Dataset$Encoding.class
edu/stanford/nlp/process/treebank/DefaultMapper.class
edu/stanford/nlp/process/treebank/DistributionPackage.class
edu/stanford/nlp/process/treebank/Mapper.class
edu/stanford/nlp/process/treebank/TreebankPreprocessor.class
edu/stanford/nlp/stats/AbstractCounter.class
edu/stanford/nlp/stats/ClassicCounter.class
edu/stanford/nlp/stats/ClassicCounter$1.class
edu/stanford/nlp/stats/ClassicCounter$1$1.class
edu/stanford/nlp/stats/ClassicCounter$2.class
edu/stanford/nlp/stats/ClassicCounter$2$1.class
edu/stanford/nlp/stats/ClassicCounter$2$1$1.class
edu/stanford/nlp/stats/ClassicCounter$ClassicCounterFactory.class
edu/stanford/nlp/stats/Counter.class
edu/stanford/nlp/stats/Counters.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$4.class
edu/stanford/nlp/stats/Counters$5.class
edu/stanford/nlp/stats/Counters$6.class
edu/stanford/nlp/stats/Counters$6$1.class
edu/stanford/nlp/stats/Counters$6$1$1.class
edu/stanford/nlp/stats/Counters$6$1$1$1.class
edu/stanford/nlp/stats/Counters$7.class
edu/stanford/nlp/stats/Counters$7$1.class
edu/stanford/nlp/stats/Counters$7$1$1.class
edu/stanford/nlp/stats/Counters$7$1$1$1.class
edu/stanford/nlp/stats/Counters$7$2.class
edu/stanford/nlp/stats/Counters$7$3.class
edu/stanford/nlp/stats/Counters$7$3$1.class
edu/stanford/nlp/stats/Counters$7$4.class
edu/stanford/nlp/stats/Counters$7$4$1.class
edu/stanford/nlp/stats/Counters$8.class
edu/stanford/nlp/stats/Distribution.class
edu/stanford/nlp/stats/Distribution$1.class
edu/stanford/nlp/stats/Distribution$DynamicDistribution.class
edu/stanford/nlp/stats/EquivalenceClassEval.class
edu/stanford/nlp/stats/EquivalenceClassEval$1.class
edu/stanford/nlp/stats/EquivalenceClassEval$2.class
edu/stanford/nlp/stats/EquivalenceClassEval$3.class
edu/stanford/nlp/stats/EquivalenceClassEval$4.class
edu/stanford/nlp/stats/EquivalenceClassEval$5.class
edu/stanford/nlp/stats/EquivalenceClassEval$EqualityChecker.class
edu/stanford/nlp/stats/EquivalenceClassEval$Eval$CollectionContainsChecker.class
edu/stanford/nlp/stats/EquivalenceClassEval$Factory.class
edu/stanford/nlp/stats/EquivalenceClasser.class
edu/stanford/nlp/stats/GeneralizedCounter.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.class
edu/stanford/nlp/stats/IntCounter$1.class
edu/stanford/nlp/stats/IntCounter$1$1.class
edu/stanford/nlp/stats/IntCounter$1$1$1.class
edu/stanford/nlp/stats/IntCounter$2.class
edu/stanford/nlp/stats/IntCounter$3.class
edu/stanford/nlp/stats/IntCounter$3$1.class
edu/stanford/nlp/stats/IntCounter$NaturalComparator.class
edu/stanford/nlp/stats/ProbabilityDistribution.class
edu/stanford/nlp/stats/Sampler.class
edu/stanford/nlp/stats/SimpleGoodTuring.class
edu/stanford/nlp/stats/TwoDimensionalCounter.class
edu/stanford/nlp/stats/TwoDimensionalCounterInterface.class
edu/stanford/nlp/swing/FontDetector.class
edu/stanford/nlp/tagger/io/TSVTaggedFileReader.class
edu/stanford/nlp/tagger/io/TaggedFileReader.class
edu/stanford/nlp/tagger/io/TaggedFileRecord.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/TaggerConfig.class
edu/stanford/nlp/tagger/maxent/TaggerConfig$Mode.class
edu/stanford/nlp/trees/AbstractCollinsHeadFinder.class
edu/stanford/nlp/trees/AbstractTreebankLanguagePack.class
edu/stanford/nlp/trees/AbstractTreebankLanguagePack$BasicCategoryStringFunction.class
edu/stanford/nlp/trees/AbstractTreebankLanguagePack$CategoryAndFunctionStringFunction.class
edu/stanford/nlp/trees/BobChrisTreeNormalizer.class
edu/stanford/nlp/trees/BobChrisTreeNormalizer$AOverAFilter.class
edu/stanford/nlp/trees/BobChrisTreeNormalizer$EmptyFilter.class
edu/stanford/nlp/trees/CollinsHeadFinder.class
edu/stanford/nlp/trees/CollinsHeadFinder$1.class
edu/stanford/nlp/trees/CollocationFinder.class
edu/stanford/nlp/trees/CollocationFinder$1.class
edu/stanford/nlp/trees/CollocationFinder$Collocation.class
edu/stanford/nlp/trees/CompositeTreeTransformer.class
edu/stanford/nlp/trees/CompositeTreebank.class
edu/stanford/nlp/trees/CompositeTreebank$CompositeTreebankIterator.class
edu/stanford/nlp/trees/Constituent.class
edu/stanford/nlp/trees/ConstituentFactory.class
edu/stanford/nlp/trees/CoordinationTransformer.class
edu/stanford/nlp/trees/Dependencies.class
edu/stanford/nlp/trees/Dependencies$1.class
edu/stanford/nlp/trees/Dependencies$ComparatorHolder.class
edu/stanford/nlp/trees/Dependencies$ComparatorHolder$DependencyIdxComparator.class
edu/stanford/nlp/trees/Dependencies$DependentPuncTagRejectFilter.class
edu/stanford/nlp/trees/Dependencies$DependentPuncWordRejectFilter.class
edu/stanford/nlp/trees/Dependency.class
edu/stanford/nlp/trees/DependencyFactory.class
edu/stanford/nlp/trees/DependencyPrinter.class
edu/stanford/nlp/trees/DependencyReader.class
edu/stanford/nlp/trees/DependencyScoring.class
edu/stanford/nlp/trees/DependencyScoring$Score.class
edu/stanford/nlp/trees/DependencyScoring$TypedDependencyStringEquality.class
edu/stanford/nlp/trees/DependencyTreeTransformer.class
edu/stanford/nlp/trees/DependencyTyper.class
edu/stanford/nlp/trees/DiskTreebank.class
edu/stanford/nlp/trees/DiskTreebank$1.class
edu/stanford/nlp/trees/DiskTreebank$DiskTreebankIterator.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$AbbreviationModifierGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$AdjectivalComplementGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$AdjectivalModifierGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$AdvClauseModifierGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$AdverbialModifierGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$AgentGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$AppositionalModifierGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$ArgumentGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$AttributiveGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$AuxModifierGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$AuxPassiveGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$ClausalComplementGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$ClausalPassiveSubjectGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$ClausalSubjectGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$ComplementGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$ComplementizerGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$ConjunctGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$ControllingSubjectGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$CoordinationGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$CopulaGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$DeterminerGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$DirectObjectGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$ExpletiveGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$IndirectObjectGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$InfinitivalModifierGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$MarkerGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$ModifierGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$MultiWordExpressionGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$NegationModifierGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$NominalPassiveSubjectGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$NominalSubjectGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$NounCompoundModifierGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$NpAdverbialModifierGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$NumberModifierGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$NumericModifierGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$ObjectGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$ParataxisGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$ParticipialModifierGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$PhrasalVerbParticleGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$PossessionModifierGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$PossessiveModifierGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$PreconjunctGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$PredeterminerGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$PredicateGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$PrepositionalComplementGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$PrepositionalModifierGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$PrepositionalObjectGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$PunctuationGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$PurposeClauseModifierGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$QuantifierModifierGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$ReferentGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$RelativeClauseModifierGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$RelativeGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$SemanticDependentGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$SubjectGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$TemporalModifierGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalRelations$XClausalComplementGRAnnotation.class
edu/stanford/nlp/trees/EnglishGrammaticalStructure.class
edu/stanford/nlp/trees/EnglishGrammaticalStructure$FromDependenciesFactory.class
edu/stanford/nlp/trees/FilteringTreeReader.class
edu/stanford/nlp/trees/FilteringTreebank.class
edu/stanford/nlp/trees/FilteringTreebank$FilteringTreebankIterator.class
edu/stanford/nlp/trees/GrammaticalFunctionTreeNormalizer.class
edu/stanford/nlp/trees/GrammaticalRelation.class
edu/stanford/nlp/trees/GrammaticalRelation$DependentGRAnnotation.class
edu/stanford/nlp/trees/GrammaticalRelation$GovernorGRAnnotation.class
edu/stanford/nlp/trees/GrammaticalRelation$GrammaticalRelationAnnotation.class
edu/stanford/nlp/trees/GrammaticalRelation$KillGRAnnotation.class
edu/stanford/nlp/trees/GrammaticalRelation$Language.class
edu/stanford/nlp/trees/GrammaticalRelation$RootGRAnnotation.class
edu/stanford/nlp/trees/GrammaticalStructure.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/GrammaticalStructure$TreeBankGrammaticalStructureWrapper.class
edu/stanford/nlp/trees/GrammaticalStructure$TreeBankGrammaticalStructureWrapper$GsIterator.class
edu/stanford/nlp/trees/GrammaticalStructureFactory.class
edu/stanford/nlp/trees/GrammaticalStructureFromDependenciesFactory.class
edu/stanford/nlp/trees/GraphLessGrammaticalStructure.class
edu/stanford/nlp/trees/GraphLessGrammaticalStructureFactory.class
edu/stanford/nlp/trees/HeadFinder.class
edu/stanford/nlp/trees/Labeled.class
edu/stanford/nlp/trees/LabeledConstituent.class
edu/stanford/nlp/trees/LabeledConstituent$1.class
edu/stanford/nlp/trees/LabeledConstituent$ConstituentFactoryHolder.class
edu/stanford/nlp/trees/LabeledConstituent$ConstituentFactoryHolder$LabeledConstituentFactory.class
edu/stanford/nlp/trees/LabeledConstituent$LabelFactoryHolder.class
edu/stanford/nlp/trees/LabeledConstituent$LabeledConstituentLabelFactory.class
edu/stanford/nlp/trees/LabeledScoredConstituent.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/LabeledScoredConstituentFactory.class
edu/stanford/nlp/trees/LabeledScoredTreeFactory.class
edu/stanford/nlp/trees/LabeledScoredTreeNode.class
edu/stanford/nlp/trees/LabeledScoredTreeNode$TreeFactoryHolder.class
edu/stanford/nlp/trees/LabeledScoredTreeReaderFactory.class
edu/stanford/nlp/trees/LeftHeadFinder.class
edu/stanford/nlp/trees/LengthTreeFilter.class
edu/stanford/nlp/trees/MemoryTreebank.class
edu/stanford/nlp/trees/MemoryTreebank$1.class
edu/stanford/nlp/trees/ModCollinsHeadFinder.class
edu/stanford/nlp/trees/NPTmpRetainingTreeNormalizer.class
edu/stanford/nlp/trees/NPTmpRetainingTreeNormalizer$1.class
edu/stanford/nlp/trees/NPTmpRetainingTreeNormalizer$2.class
edu/stanford/nlp/trees/NPTmpRetainingTreeNormalizer$3.class
edu/stanford/nlp/trees/NPTmpRetainingTreeNormalizer$4.class
edu/stanford/nlp/trees/NamedDependency.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/OrderedCombinationTreeNormalizer.class
edu/stanford/nlp/trees/PennTreeReader.class
edu/stanford/nlp/trees/PennTreeReaderFactory.class
edu/stanford/nlp/trees/PennTreebankLanguagePack.class
edu/stanford/nlp/trees/PennTreebankTokenizer.class
edu/stanford/nlp/trees/PennTreebankTokenizer$1.class
edu/stanford/nlp/trees/PennTreebankTokenizer$EnglishTreebankStreamTokenizer.class
edu/stanford/nlp/trees/QPTreeTransformer.class
edu/stanford/nlp/trees/SemanticHeadFinder.class
edu/stanford/nlp/trees/SimpleConstituent.class
edu/stanford/nlp/trees/SimpleConstituent$1.class
edu/stanford/nlp/trees/SimpleConstituent$ConstituentFactoryHolder.class
edu/stanford/nlp/trees/SimpleConstituent$ConstituentFactoryHolder$SimpleConstituentFactory.class
edu/stanford/nlp/trees/SimpleConstituent$LabelFactoryHolder.class
edu/stanford/nlp/trees/SimpleConstituent$SimpleConstituentLabelFactory.class
edu/stanford/nlp/trees/SimpleConstituentFactory.class
edu/stanford/nlp/trees/SimpleTree.class
edu/stanford/nlp/trees/SimpleTree$TreeFactoryHolder.class
edu/stanford/nlp/trees/SimpleTreeFactory.class
edu/stanford/nlp/trees/TransformingTreebank.class
edu/stanford/nlp/trees/TransformingTreebank$1.class
edu/stanford/nlp/trees/TransformingTreebank$2.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/Tree.class
edu/stanford/nlp/trees/Tree$TreeIterator.class
edu/stanford/nlp/trees/TreeCoreAnnotations.class
edu/stanford/nlp/trees/TreeCoreAnnotations$HeadTagAnnotation.class
edu/stanford/nlp/trees/TreeCoreAnnotations$HeadWordAnnotation.class
edu/stanford/nlp/trees/TreeCoreAnnotations$TreeAnnotation.class
edu/stanford/nlp/trees/TreeFactory.class
edu/stanford/nlp/trees/TreeFunctions.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/TreeGraph.class
edu/stanford/nlp/trees/TreeGraphNode.class
edu/stanford/nlp/trees/TreeGraphNode$TreeFactoryHolder.class
edu/stanford/nlp/trees/TreeGraphNodeFactory.class
edu/stanford/nlp/trees/TreeLeafLabelTransformer.class
edu/stanford/nlp/trees/TreeLengthComparator.class
edu/stanford/nlp/trees/TreeNormalizer.class
edu/stanford/nlp/trees/TreePrint.class
edu/stanford/nlp/trees/TreePrint$1.class
edu/stanford/nlp/trees/TreePrint$2.class
edu/stanford/nlp/trees/TreeReader.class
edu/stanford/nlp/trees/TreeReaderFactory.class
edu/stanford/nlp/trees/TreeToBracketProcessor.class
edu/stanford/nlp/trees/TreeTokenizerFactory.class
edu/stanford/nlp/trees/TreeTokenizerFactory$1.class
edu/stanford/nlp/trees/TreeTransformer.class
edu/stanford/nlp/trees/TreeVisitor.class
edu/stanford/nlp/trees/Treebank.class
edu/stanford/nlp/trees/Treebank$1.class
edu/stanford/nlp/trees/Treebank$CounterTreeProcessor.class
edu/stanford/nlp/trees/TreebankFactory.class
edu/stanford/nlp/trees/TreebankLanguagePack.class
edu/stanford/nlp/trees/Trees.class
edu/stanford/nlp/trees/TypedDependency.class
edu/stanford/nlp/trees/UnnamedConcreteDependency.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.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/WordCatConstituent.class
edu/stanford/nlp/trees/WordCatEqualityChecker.class
edu/stanford/nlp/trees/WordCatEquivalenceClasser.class
edu/stanford/nlp/trees/WordNetConnection.class
edu/stanford/nlp/trees/WordStemmer.class
edu/stanford/nlp/trees/fakeShortNameToGRel.class
edu/stanford/nlp/trees/fakeShortNameToGRel$1.class
edu/stanford/nlp/trees/international/arabic/ATBTreeUtils.class
edu/stanford/nlp/trees/international/arabic/ArabicHeadFinder.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/international/arabic/ArabicTreeNormalizer.class
edu/stanford/nlp/trees/international/arabic/ArabicTreeNormalizer$ArabicEmptyFilter.class
edu/stanford/nlp/trees/international/arabic/ArabicTreeReaderFactory.class
edu/stanford/nlp/trees/international/arabic/ArabicTreeReaderFactory$ArabicRawTreeReaderFactory.class
edu/stanford/nlp/trees/international/arabic/ArabicTreeReaderFactory$XFilter.class
edu/stanford/nlp/trees/international/arabic/ArabicTreebankLanguagePack.class
edu/stanford/nlp/trees/international/arabic/ArabicTreebankTokenizer.class
edu/stanford/nlp/trees/international/arabic/ArabicUTMHeadFinder.class
edu/stanford/nlp/trees/international/arabic/ArabicUTMHeadFinder$1.class
edu/stanford/nlp/trees/international/arabic/ArabicUTMHeadFinder$TagSet.class
edu/stanford/nlp/trees/international/arabic/ArabicUTMHeadFinder$TagSet$1.class
edu/stanford/nlp/trees/international/arabic/ArabicUTMTreebankLanguagePack.class
edu/stanford/nlp/trees/international/french/DybroFrenchHeadFinder.class
edu/stanford/nlp/trees/international/french/DybroFrenchHeadFinder$1.class
edu/stanford/nlp/trees/international/french/FrenchHeadFinder.class
edu/stanford/nlp/trees/international/french/FrenchHeadFinder$1.class
edu/stanford/nlp/trees/international/french/FrenchTreeNormalizer.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/FrenchTreeReader.class
edu/stanford/nlp/trees/international/french/FrenchTreeReaderFactory.class
edu/stanford/nlp/trees/international/french/FrenchTreebankLanguagePack.class
edu/stanford/nlp/trees/international/hebrew/HebrewTreeNormalizer.class
edu/stanford/nlp/trees/international/hebrew/HebrewTreeNormalizer$HebrewEmptyFilter.class
edu/stanford/nlp/trees/international/hebrew/HebrewTreeReaderFactory.class
edu/stanford/nlp/trees/international/hebrew/HebrewTreebankLanguagePack.class
edu/stanford/nlp/trees/international/negra/NegraHeadFinder.class
edu/stanford/nlp/trees/international/negra/NegraLabel.class
edu/stanford/nlp/trees/international/negra/NegraLabel$1.class
edu/stanford/nlp/trees/international/negra/NegraLabel$NegraLabelFactory.class
edu/stanford/nlp/trees/international/negra/NegraPennLanguagePack.class
edu/stanford/nlp/trees/international/negra/NegraPennLexer.class
edu/stanford/nlp/trees/international/negra/NegraPennTokenizer.class
edu/stanford/nlp/trees/international/negra/NegraPennTreeNormalizer.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/NegraPennTreeReaderFactory.class
edu/stanford/nlp/trees/international/pennchinese/BikelChineseHeadFinder.class
edu/stanford/nlp/trees/international/pennchinese/CHTBLexer.class
edu/stanford/nlp/trees/international/pennchinese/CHTBTokenizer.class
edu/stanford/nlp/trees/international/pennchinese/CTBErrorCorrectingTreeNormalizer.class
edu/stanford/nlp/trees/international/pennchinese/CTBErrorCorrectingTreeNormalizer$1.class
edu/stanford/nlp/trees/international/pennchinese/CTBErrorCorrectingTreeNormalizer$ChineseEmptyFilter.class
edu/stanford/nlp/trees/international/pennchinese/CTBTreeReaderFactory.class
edu/stanford/nlp/trees/international/pennchinese/CharacterLevelTagExtender.class
edu/stanford/nlp/trees/international/pennchinese/ChineseCollinizer.class
edu/stanford/nlp/trees/international/pennchinese/ChineseEnglishWordMap.class
edu/stanford/nlp/trees/international/pennchinese/ChineseEnglishWordMap$SingletonHolder.class
edu/stanford/nlp/trees/international/pennchinese/ChineseEscaper.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$AdjectivalModifierGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$AdverbialModifierGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$ArgumentGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$AspectMarkerGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$AssociativeMarkerGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$AssociativeModifierGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$AttributiveGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$AuxModifierGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$AuxPassiveGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$BaGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$ClausalComplementGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$ClausalSubjectGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$ClauseModifierGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$ComplementGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$ComplementizerGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$ControllingSubjectGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$CoordinationGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$DeterminerGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$DirectObjectGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$DvpMarkerGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$DvpModifierGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$EtcGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$LocalizerComplementGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$ModalGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$ModifierGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$NegationModifierGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$NominalPassiveSubjectGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$NominalSubjectGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$NounCompoundModifierGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$NumberModifierGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$NumericModifierGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$ObjectGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$OrdNumberGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$ParentheticalGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$ParticipialModifierGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$PreconjunctGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$PrepositionalLocalizerModifierGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$PrepositionalModifierGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$PrepositionalObjectGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$PunctuationGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$RangeGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$RelativeClauseModifierGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$ResultativeComplementGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$SemanticDependentGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$SubjectGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$TemporalClauseGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$TemporalGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$TimePostpositionGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$TopicGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$VerbCompoundGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$VerbModifierGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations$XClausalComplementGRAnnotation.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalStructure.class
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalStructure$FromDependenciesFactory.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/FragDiscardingPennTreeReader.class
edu/stanford/nlp/trees/international/pennchinese/RadicalMap.class
edu/stanford/nlp/trees/international/pennchinese/SunJurafskyChineseHeadFinder.class
edu/stanford/nlp/trees/international/tuebadz/TueBaDZHeadFinder.class
edu/stanford/nlp/trees/international/tuebadz/TueBaDZLanguagePack.class
edu/stanford/nlp/trees/international/tuebadz/TueBaDZPennTreeNormalizer.class
edu/stanford/nlp/trees/international/tuebadz/TueBaDZTreeReaderFactory.class
edu/stanford/nlp/trees/tregex/CoordinationPattern.class
edu/stanford/nlp/trees/tregex/CoordinationPattern$CoordinationMatcher.class
edu/stanford/nlp/trees/tregex/DescriptionPattern.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/Macros.class
edu/stanford/nlp/trees/tregex/ParseException.class
edu/stanford/nlp/trees/tregex/Relation.class
edu/stanford/nlp/trees/tregex/Relation$1.class
edu/stanford/nlp/trees/tregex/Relation$1$1.class
edu/stanford/nlp/trees/tregex/Relation$10.class
edu/stanford/nlp/trees/tregex/Relation$10$1.class
edu/stanford/nlp/trees/tregex/Relation$11.class
edu/stanford/nlp/trees/tregex/Relation$11$1.class
edu/stanford/nlp/trees/tregex/Relation$12.class
edu/stanford/nlp/trees/tregex/Relation$12$1.class
edu/stanford/nlp/trees/tregex/Relation$13.class
edu/stanford/nlp/trees/tregex/Relation$13$1.class
edu/stanford/nlp/trees/tregex/Relation$14.class
edu/stanford/nlp/trees/tregex/Relation$14$1.class
edu/stanford/nlp/trees/tregex/Relation$15.class
edu/stanford/nlp/trees/tregex/Relation$15$1.class
edu/stanford/nlp/trees/tregex/Relation$16.class
edu/stanford/nlp/trees/tregex/Relation$16$1.class
edu/stanford/nlp/trees/tregex/Relation$17.class
edu/stanford/nlp/trees/tregex/Relation$17$1.class
edu/stanford/nlp/trees/tregex/Relation$18.class
edu/stanford/nlp/trees/tregex/Relation$18$1.class
edu/stanford/nlp/trees/tregex/Relation$19.class
edu/stanford/nlp/trees/tregex/Relation$19$1.class
edu/stanford/nlp/trees/tregex/Relation$2.class
edu/stanford/nlp/trees/tregex/Relation$20.class
edu/stanford/nlp/trees/tregex/Relation$20$1.class
edu/stanford/nlp/trees/tregex/Relation$21.class
edu/stanford/nlp/trees/tregex/Relation$21$1.class
edu/stanford/nlp/trees/tregex/Relation$22.class
edu/stanford/nlp/trees/tregex/Relation$22$1.class
edu/stanford/nlp/trees/tregex/Relation$23.class
edu/stanford/nlp/trees/tregex/Relation$23$1.class
edu/stanford/nlp/trees/tregex/Relation$24.class
edu/stanford/nlp/trees/tregex/Relation$24$1.class
edu/stanford/nlp/trees/tregex/Relation$3.class
edu/stanford/nlp/trees/tregex/Relation$4.class
edu/stanford/nlp/trees/tregex/Relation$4$1.class
edu/stanford/nlp/trees/tregex/Relation$5.class
edu/stanford/nlp/trees/tregex/Relation$5$1.class
edu/stanford/nlp/trees/tregex/Relation$6.class
edu/stanford/nlp/trees/tregex/Relation$6$1.class
edu/stanford/nlp/trees/tregex/Relation$7.class
edu/stanford/nlp/trees/tregex/Relation$7$1.class
edu/stanford/nlp/trees/tregex/Relation$8.class
edu/stanford/nlp/trees/tregex/Relation$8$1.class
edu/stanford/nlp/trees/tregex/Relation$9.class
edu/stanford/nlp/trees/tregex/Relation$9$1.class
edu/stanford/nlp/trees/tregex/Relation$HasIthChild.class
edu/stanford/nlp/trees/tregex/Relation$HasIthChild$1.class
edu/stanford/nlp/trees/tregex/Relation$HeadedBy.class
edu/stanford/nlp/trees/tregex/Relation$HeadedBy$1.class
edu/stanford/nlp/trees/tregex/Relation$Heads.class
edu/stanford/nlp/trees/tregex/Relation$Heads$1.class
edu/stanford/nlp/trees/tregex/Relation$ImmediatelyHeadedBy.class
edu/stanford/nlp/trees/tregex/Relation$ImmediatelyHeadedBy$1.class
edu/stanford/nlp/trees/tregex/Relation$ImmediatelyHeads.class
edu/stanford/nlp/trees/tregex/Relation$ImmediatelyHeads$1.class
edu/stanford/nlp/trees/tregex/Relation$IthChildOf.class
edu/stanford/nlp/trees/tregex/Relation$IthChildOf$1.class
edu/stanford/nlp/trees/tregex/Relation$SearchNodeIterator.class
edu/stanford/nlp/trees/tregex/Relation$UnbrokenCategoryDominates.class
edu/stanford/nlp/trees/tregex/Relation$UnbrokenCategoryDominates$1.class
edu/stanford/nlp/trees/tregex/Relation$UnbrokenCategoryFollows.class
edu/stanford/nlp/trees/tregex/Relation$UnbrokenCategoryFollows$1.class
edu/stanford/nlp/trees/tregex/Relation$UnbrokenCategoryIsDominatedBy.class
edu/stanford/nlp/trees/tregex/Relation$UnbrokenCategoryIsDominatedBy$1.class
edu/stanford/nlp/trees/tregex/Relation$UnbrokenCategoryPrecedes.class
edu/stanford/nlp/trees/tregex/Relation$UnbrokenCategoryPrecedes$1.class
edu/stanford/nlp/trees/tregex/SimpleCharStream.class
edu/stanford/nlp/trees/tregex/Token.class
edu/stanford/nlp/trees/tregex/TokenMgrError.class
edu/stanford/nlp/trees/tregex/TregexMatcher.class
edu/stanford/nlp/trees/tregex/TregexParseException.class
edu/stanford/nlp/trees/tregex/TregexParser.class
edu/stanford/nlp/trees/tregex/TregexParserConstants.class
edu/stanford/nlp/trees/tregex/TregexParserTokenManager.class
edu/stanford/nlp/trees/tregex/TregexPattern.class
edu/stanford/nlp/trees/tregex/TregexPattern$TRegexTreeReaderFactory.class
edu/stanford/nlp/trees/tregex/TregexPattern$TRegexTreeReaderFactory$1.class
edu/stanford/nlp/trees/tregex/TregexPattern$TRegexTreeVisitor.class
edu/stanford/nlp/trees/tregex/TregexPatternCompiler.class
edu/stanford/nlp/trees/tregex/VariableStrings.class
edu/stanford/nlp/trees/tregex/tsurgeon/AdjoinNode.class
edu/stanford/nlp/trees/tregex/tsurgeon/AdjoinToFootNode.class
edu/stanford/nlp/trees/tregex/tsurgeon/AdjoinToHeadNode.class
edu/stanford/nlp/trees/tregex/tsurgeon/AuxiliaryTree.class
edu/stanford/nlp/trees/tregex/tsurgeon/CoindexNodes.class
edu/stanford/nlp/trees/tregex/tsurgeon/CoindexationGenerator.class
edu/stanford/nlp/trees/tregex/tsurgeon/DeleteNode.class
edu/stanford/nlp/trees/tregex/tsurgeon/ExciseNode.class
edu/stanford/nlp/trees/tregex/tsurgeon/FetchNode.class
edu/stanford/nlp/trees/tregex/tsurgeon/HoldTreeNode.class
edu/stanford/nlp/trees/tregex/tsurgeon/InsertNode.class
edu/stanford/nlp/trees/tregex/tsurgeon/JJTTsurgeonParserState.class
edu/stanford/nlp/trees/tregex/tsurgeon/MoveNode.class
edu/stanford/nlp/trees/tregex/tsurgeon/Node.class
edu/stanford/nlp/trees/tregex/tsurgeon/ParseException.class
edu/stanford/nlp/trees/tregex/tsurgeon/PruneNode.class
edu/stanford/nlp/trees/tregex/tsurgeon/RelabelNode.class
edu/stanford/nlp/trees/tregex/tsurgeon/RelabelNode$1.class
edu/stanford/nlp/trees/tregex/tsurgeon/RelabelNode$RelabelMode.class
edu/stanford/nlp/trees/tregex/tsurgeon/ReplaceNode.class
edu/stanford/nlp/trees/tregex/tsurgeon/SimpleCharStream.class
edu/stanford/nlp/trees/tregex/tsurgeon/SimpleNode.class
edu/stanford/nlp/trees/tregex/tsurgeon/Token.class
edu/stanford/nlp/trees/tregex/tsurgeon/TokenMgrError.class
edu/stanford/nlp/trees/tregex/tsurgeon/TreeLocation.class
edu/stanford/nlp/trees/tregex/tsurgeon/Tsurgeon.class
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonParseException.class
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonParser.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/TsurgeonParserTreeConstants.class
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonPattern.class
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonPatternRoot.class
edu/stanford/nlp/ui/JarFileChooser.class
edu/stanford/nlp/ui/JarFileChooser$1.class
edu/stanford/nlp/ui/JarFileChooser$2.class
edu/stanford/nlp/ui/JarFileChooser$3.class
edu/stanford/nlp/util/AbstractIterator.class
edu/stanford/nlp/util/ArrayCoreMap.class
edu/stanford/nlp/util/ArrayCoreMap$1.class
edu/stanford/nlp/util/ArrayCoreMap$1$1.class
edu/stanford/nlp/util/ArrayCoreMap$2.class
edu/stanford/nlp/util/ArrayHeap.class
edu/stanford/nlp/util/ArrayHeap$1.class
edu/stanford/nlp/util/ArrayHeap$HeapEntry.class
edu/stanford/nlp/util/ArrayIterable.class
edu/stanford/nlp/util/ArrayIterable$1.class
edu/stanford/nlp/util/ArrayMap.class
edu/stanford/nlp/util/ArrayMap$1.class
edu/stanford/nlp/util/ArrayMap$Entry.class
edu/stanford/nlp/util/ArrayUtils.class
edu/stanford/nlp/util/Beam.class
edu/stanford/nlp/util/BinaryHeapPriorityQueue.class
edu/stanford/nlp/util/BinaryHeapPriorityQueue$1.class
edu/stanford/nlp/util/BinaryHeapPriorityQueue$Entry.class
edu/stanford/nlp/util/ByteStreamGobbler.class
edu/stanford/nlp/util/CollectionFactory.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.class
edu/stanford/nlp/util/CollectionUtils$1.class
edu/stanford/nlp/util/CollectionValuedMap.class
edu/stanford/nlp/util/ConcatenationIterator.class
edu/stanford/nlp/util/CoreMap.class
edu/stanford/nlp/util/DataFilePaths.class
edu/stanford/nlp/util/DeltaCollectionValuedMap.class
edu/stanford/nlp/util/DeltaCollectionValuedMap$1.class
edu/stanford/nlp/util/DeltaCollectionValuedMap$1$1.class
edu/stanford/nlp/util/DeltaCollectionValuedMap$1$2.class
edu/stanford/nlp/util/DeltaIndex.class
edu/stanford/nlp/util/DeltaIndex$1.class
edu/stanford/nlp/util/DeltaMap.class
edu/stanford/nlp/util/DeltaMap$1.class
edu/stanford/nlp/util/DeltaMap$1$1.class
edu/stanford/nlp/util/DeltaMap$1$1NullingIterator.class
edu/stanford/nlp/util/DeltaMap$1$2.class
edu/stanford/nlp/util/DeltaMap$SimpleEntry.class
edu/stanford/nlp/util/DisabledPreferences.class
edu/stanford/nlp/util/DisabledPreferencesFactory.class
edu/stanford/nlp/util/ErasureUtils.class
edu/stanford/nlp/util/Factory.class
edu/stanford/nlp/util/FilePathProcessor.class
edu/stanford/nlp/util/FileProcessor.class
edu/stanford/nlp/util/Filter.class
edu/stanford/nlp/util/FilteredIterator.class
edu/stanford/nlp/util/FilteredIterator$1.class
edu/stanford/nlp/util/Filters.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$NegatedFilter.class
edu/stanford/nlp/util/FixedPrioritiesPriorityQueue.class
edu/stanford/nlp/util/Function.class
edu/stanford/nlp/util/Generics.class
edu/stanford/nlp/util/HasInterval.class
edu/stanford/nlp/util/HasInterval$1.class
edu/stanford/nlp/util/HashIndex.class
edu/stanford/nlp/util/HashIndex$1.class
edu/stanford/nlp/util/HashIndex$2.class
edu/stanford/nlp/util/HashableCoreMap.class
edu/stanford/nlp/util/HashableCoreMap$HashableCoreMapException.class
edu/stanford/nlp/util/Heap.class
edu/stanford/nlp/util/IdentityHashSet.class
edu/stanford/nlp/util/Index.class
edu/stanford/nlp/util/IntPair.class
edu/stanford/nlp/util/IntQuadruple.class
edu/stanford/nlp/util/IntTriple.class
edu/stanford/nlp/util/IntTuple.class
edu/stanford/nlp/util/IntUni.class
edu/stanford/nlp/util/Interner.class
edu/stanford/nlp/util/Interval.class
edu/stanford/nlp/util/Interval$RelType.class
edu/stanford/nlp/util/IterableIterator.class
edu/stanford/nlp/util/LowercaseFunction.class
edu/stanford/nlp/util/MapFactory.class
edu/stanford/nlp/util/MapFactory$1.class
edu/stanford/nlp/util/MapFactory$ArrayMapFactory.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/Maps.class
edu/stanford/nlp/util/Maps$1.class
edu/stanford/nlp/util/MetaClass.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/MutableDouble.class
edu/stanford/nlp/util/MutableInteger.class
edu/stanford/nlp/util/Pair.class
edu/stanford/nlp/util/Pair$1.class
edu/stanford/nlp/util/Pair$MutableInternedPair.class
edu/stanford/nlp/util/PriorityQueue.class
edu/stanford/nlp/util/PropertiesUtils.class
edu/stanford/nlp/util/ReflectionLoading.class
edu/stanford/nlp/util/ReflectionLoading$ReflectionLoadingException.class
edu/stanford/nlp/util/Scored.class
edu/stanford/nlp/util/ScoredComparator.class
edu/stanford/nlp/util/ScoredObject.class
edu/stanford/nlp/util/Sets.class
edu/stanford/nlp/util/StreamGobbler.class
edu/stanford/nlp/util/StringUtils.class
edu/stanford/nlp/util/StringUtils$1.class
edu/stanford/nlp/util/Timing.class
edu/stanford/nlp/util/Triple.class
edu/stanford/nlp/util/TypesafeMap.class
edu/stanford/nlp/util/TypesafeMap$Key.class
edu/stanford/nlp/util/XMLUtils.class
edu/stanford/nlp/util/XMLUtils$1.class
edu/stanford/nlp/util/XMLUtils$SAXErrorHandler.class
edu/stanford/nlp/util/XMLUtils$XMLTag.class
edu/stanford/nlp/util/concurrent/SynchronizedInterner.class
edu/stanford/nlp/util/concurrent/SynchronizedInterner$1.class
edu/stanford/nlp/util/logging/Color.class
edu/stanford/nlp/util/logging/LogRecordHandler.class
edu/stanford/nlp/util/logging/OutputHandler.class
edu/stanford/nlp/util/logging/OutputHandler$1.class
edu/stanford/nlp/util/logging/OutputHandler$TrackInfo.class
edu/stanford/nlp/util/logging/PrettyLoggable.class
edu/stanford/nlp/util/logging/PrettyLogger.class
edu/stanford/nlp/util/logging/PrettyLogger$1.class
edu/stanford/nlp/util/logging/Redwood.class
edu/stanford/nlp/util/logging/Redwood$1.class
edu/stanford/nlp/util/logging/Redwood$2.class
edu/stanford/nlp/util/logging/Redwood$3.class
edu/stanford/nlp/util/logging/Redwood$4.class
edu/stanford/nlp/util/logging/Redwood$5.class
edu/stanford/nlp/util/logging/Redwood$6.class
edu/stanford/nlp/util/logging/Redwood$7.class
edu/stanford/nlp/util/logging/Redwood$ConsoleHandler.class
edu/stanford/nlp/util/logging/Redwood$FileHandler.class
edu/stanford/nlp/util/logging/Redwood$Flag.class
edu/stanford/nlp/util/logging/Redwood$MessageType.class
edu/stanford/nlp/util/logging/Redwood$Record.class
edu/stanford/nlp/util/logging/Redwood$Record$1.class
edu/stanford/nlp/util/logging/Redwood$RecordHandlerTree.class
edu/stanford/nlp/util/logging/Redwood$RecordHandlerTree$1.class
edu/stanford/nlp/util/logging/Redwood$RedwoodChannels.class
edu/stanford/nlp/util/logging/Redwood$Util.class
edu/stanford/nlp/util/logging/Redwood$Util$1.class
edu/stanford/nlp/util/logging/Redwood$Util$Tantrum.class
edu/stanford/nlp/util/logging/RedwoodConfiguration.class
edu/stanford/nlp/util/logging/RedwoodConfiguration$1.class
edu/stanford/nlp/util/logging/RedwoodConfiguration$10.class
edu/stanford/nlp/util/logging/RedwoodConfiguration$11.class
edu/stanford/nlp/util/logging/RedwoodConfiguration$12.class
edu/stanford/nlp/util/logging/RedwoodConfiguration$12$1.class
edu/stanford/nlp/util/logging/RedwoodConfiguration$13.class
edu/stanford/nlp/util/logging/RedwoodConfiguration$14.class
edu/stanford/nlp/util/logging/RedwoodConfiguration$15.class
edu/stanford/nlp/util/logging/RedwoodConfiguration$2.class
edu/stanford/nlp/util/logging/RedwoodConfiguration$3.class
edu/stanford/nlp/util/logging/RedwoodConfiguration$4.class
edu/stanford/nlp/util/logging/RedwoodConfiguration$5.class
edu/stanford/nlp/util/logging/RedwoodConfiguration$6.class
edu/stanford/nlp/util/logging/RedwoodConfiguration$7.class
edu/stanford/nlp/util/logging/RedwoodConfiguration$8.class
edu/stanford/nlp/util/logging/RedwoodConfiguration$9.class
edu/stanford/nlp/util/logging/RedwoodPrintStream.class
edu/stanford/nlp/util/logging/RedwoodPrintStream$1.class
edu/stanford/nlp/util/logging/RepeatedRecordHandler.class
edu/stanford/nlp/util/logging/RepeatedRecordHandler$1.class
edu/stanford/nlp/util/logging/RepeatedRecordHandler$ApproximateRepeatSemantics.class
edu/stanford/nlp/util/logging/RepeatedRecordHandler$ExactRepeatSemantics.class
edu/stanford/nlp/util/logging/RepeatedRecordHandler$PendingType.class
edu/stanford/nlp/util/logging/RepeatedRecordHandler$RepeatSemantics.class
edu/stanford/nlp/util/logging/RepeatedRecordHandler$RepeatedRecordInfo.class
edu/stanford/nlp/util/logging/Style.class
edu/stanford/nlp/util/logging/VisibilityHandler.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-2012-05-22/stanford-parser-2012-05-22.jar
Root directory:
/user/horatio/releases/v1.3.2/projects/core/classes
jar cfm /juicy/u44/u/nlp/distrib/stanford-parser-2012-05-22/stanford-parser-2012-05-22.jar /user/horatio/releases/v1.3.2/projects/core/src/edu/stanford/nlp/parser/lexparser/lexparser-manifest.txt edu/stanford/nlp/fsm/AutomatonMinimizer.class \
edu/stanford/nlp/fsm/Block.class \
edu/stanford/nlp/fsm/FastExactAutomatonMinimizer.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.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\$NodeProcessorWrappingArcProcessor.class \
edu/stanford/nlp/fsm/TransducerGraph\$ObjectToSetNodeProcessor.class \
edu/stanford/nlp/fsm/TransducerGraph\$OutputCombiningProcessor.class \
edu/stanford/nlp/fsm/TransducerGraph\$SetToStringNodeProcessor.class \
edu/stanford/nlp/international/Languages.class \
edu/stanford/nlp/international/Languages\$1.class \
edu/stanford/nlp/international/Languages\$Language.class \
edu/stanford/nlp/international/arabic/ArabicMorphoFeatureSpecification.class \
edu/stanford/nlp/international/arabic/ArabicMorphoFeatureSpecification\$ArabicMorphoFeatures.class \
edu/stanford/nlp/international/arabic/Buckwalter.class \
edu/stanford/nlp/international/arabic/pipeline/ATBArabicDataset.class \
edu/stanford/nlp/international/arabic/pipeline/ATBArabicDataset\$ArabicRawTreeNormalizer.class \
edu/stanford/nlp/international/arabic/pipeline/ATBCorrector.class \
edu/stanford/nlp/international/arabic/pipeline/ATBCorrectorVisitor.class \
edu/stanford/nlp/international/arabic/pipeline/DefaultLexicalMapper.class \
edu/stanford/nlp/international/arabic/pipeline/LDCPosMapper.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/arabic/process/ArabicTokenizer\$ArabicTokenizerFactory.class \
edu/stanford/nlp/international/french/FrenchMorphoFeatureSpecification.class \
edu/stanford/nlp/international/french/FrenchUnknownWordSignatures.class \
edu/stanford/nlp/international/french/pipeline/FTBCorrector.class \
edu/stanford/nlp/international/french/pipeline/FTBCorrectorVisitor.class \
edu/stanford/nlp/international/french/pipeline/FTBDataset.class \
edu/stanford/nlp/international/french/pipeline/MWEPreprocessor.class \
edu/stanford/nlp/international/french/pipeline/MWEPreprocessor\$ManualUWModel.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/io/BZip2PipedOutputStream.class \
edu/stanford/nlp/io/EncodingFileReader.class \
edu/stanford/nlp/io/EncodingPrintWriter.class \
edu/stanford/nlp/io/EncodingPrintWriter\$err.class \
edu/stanford/nlp/io/EncodingPrintWriter\$out.class \
edu/stanford/nlp/io/ExtensionFileFilter.class \
edu/stanford/nlp/io/FileSystem.class \
edu/stanford/nlp/io/IOUtils.class \
edu/stanford/nlp/io/IOUtils\$1.class \
edu/stanford/nlp/io/IOUtils\$1\$1.class \
edu/stanford/nlp/io/IOUtils\$2.class \
edu/stanford/nlp/io/IOUtils\$2\$1.class \
edu/stanford/nlp/io/Lexer.class \
edu/stanford/nlp/io/NumberRangeFileFilter.class \
edu/stanford/nlp/io/NumberRangesFileFilter.class \
edu/stanford/nlp/io/ReaderInputStream.class \
edu/stanford/nlp/io/RuntimeIOException.class \
edu/stanford/nlp/io/ui/OpenPageDialog.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\$4.class \
edu/stanford/nlp/io/ui/OpenPageDialog\$5.class \
edu/stanford/nlp/io/ui/OpenPageDialog\$6.class \
edu/stanford/nlp/io/ui/OpenPageDialog\$7.class \
edu/stanford/nlp/ling/AnnotationLookup.class \
edu/stanford/nlp/ling/AnnotationLookup\$KeyLookup.class \
edu/stanford/nlp/ling/AnnotationLookup\$KeyLookup\$1.class \
edu/stanford/nlp/ling/BasicDocument.class \
edu/stanford/nlp/ling/CategoryWordTag.class \
edu/stanford/nlp/ling/CategoryWordTag\$LabelFactoryHolder.class \
edu/stanford/nlp/ling/CategoryWordTagFactory.class \
edu/stanford/nlp/ling/CoreAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations.class \
edu/stanford/nlp/ling/CoreAnnotations\$AbbrAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$AbgeneAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$AbstrAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$AfterAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$AnswerAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$AnswerObjectAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$AntecedentAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$ArgDescendentAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$ArgumentAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$BagOfWordsAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$BeAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$BeforeAnnotation.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\$CategoryAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$CategoryFunctionalTagAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$CharAnnotation.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\$ChineseIsSegmentedAnnotation.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\$CoNLLDepAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$CoNLLDepParentIndexAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$CoNLLDepTypeAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$CoNLLPredicateAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$CoNLLSRLAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$CoarseTagAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$CommonWordsAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$ContextsAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$CopyAnnotation.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\$DocDateAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$DocIDAnnotation.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\$EntityRuleAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$EntityTypeAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$FeaturesAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$FemaleGazAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$FirstChildAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$ForcedSentenceEndAnnotation.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\$GenericTokensAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$GeniaAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$GoldAnswerAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$GovernorAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$GrandparentAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$HaveAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$HeadWordStringAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$HeightAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$IDAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$IDFAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$INAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$IndexAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$InterpretationAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$IsDateRangeAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$IsURLAnnotation.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\$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\$LeftTermAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$LemmaAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$LengthAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$MaleGazAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$MarkingAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$MonthAnnotation.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\$NERIDAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$NamedEntityTagAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$NeighborsAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$NormalizedNamedEntityTagAnnotation.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\$OriginalAnswerAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$OriginalCharAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$OriginalTextAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$ParaPositionAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$ParagraphAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$ParagraphsAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$ParentAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$PartOfSpeechAnnotation.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\$PolarityAnnotation.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\$PrevChildAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$PriorAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$ProjectedCategoryAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$ProtoAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$RoleAnnotation.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\$SectionAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$SemanticHeadTagAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$SemanticHeadWordAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$SemanticTagAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$SemanticWordAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$SentenceIDAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$SentenceIndexAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$SentencePositionAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$SentencesAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$ShapeAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$SpaceBeforeAnnotation.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\$StateAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$StemAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$SubcategorizationAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$TagLabelAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$TextAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$TokenBeginAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$TokenEndAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$TokensAnnotation.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\$UnknownAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$UtteranceAnnotation.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\$WordFormAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$WordPositionAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$WordSenseAnnotation.class \
edu/stanford/nlp/ling/CoreAnnotations\$WordnetSynAnnotation.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/ling/CoreLabel.class \
edu/stanford/nlp/ling/CoreLabel\$1.class \
edu/stanford/nlp/ling/CoreLabel\$CoreLabelFactory.class \
edu/stanford/nlp/ling/CoreLabel\$GenericAnnotation.class \
edu/stanford/nlp/ling/CyclicCoreLabel.class \
edu/stanford/nlp/ling/CyclicCoreLabel\$1.class \
edu/stanford/nlp/ling/CyclicCoreLabel\$2.class \
edu/stanford/nlp/ling/Datum.class \
edu/stanford/nlp/ling/Document.class \
edu/stanford/nlp/ling/DocumentReader.class \
edu/stanford/nlp/ling/Featurizable.class \
edu/stanford/nlp/ling/HasCategory.class \
edu/stanford/nlp/ling/HasContext.class \
edu/stanford/nlp/ling/HasIndex.class \
edu/stanford/nlp/ling/HasOffset.class \
edu/stanford/nlp/ling/HasTag.class \
edu/stanford/nlp/ling/HasWord.class \
edu/stanford/nlp/ling/Label.class \
edu/stanford/nlp/ling/LabelFactory.class \
edu/stanford/nlp/ling/Labeled.class \
edu/stanford/nlp/ling/LabeledWord.class \
edu/stanford/nlp/ling/LabeledWord\$LabelFactoryHolder.class \
edu/stanford/nlp/ling/Sentence.class \
edu/stanford/nlp/ling/StringLabel.class \
edu/stanford/nlp/ling/StringLabel\$StringLabelFactoryHolder.class \
edu/stanford/nlp/ling/StringLabelFactory.class \
edu/stanford/nlp/ling/Tag.class \
edu/stanford/nlp/ling/Tag\$LabelFactoryHolder.class \
edu/stanford/nlp/ling/Tag\$TagFactory.class \
edu/stanford/nlp/ling/TaggedWord.class \
edu/stanford/nlp/ling/TaggedWord\$LabelFactoryHolder.class \
edu/stanford/nlp/ling/TaggedWordFactory.class \
edu/stanford/nlp/ling/ValueLabel.class \
edu/stanford/nlp/ling/Word.class \
edu/stanford/nlp/ling/Word\$WordFactoryHolder.class \
edu/stanford/nlp/ling/WordFactory.class \
edu/stanford/nlp/ling/WordLemmaTag.class \
edu/stanford/nlp/ling/WordLemmaTagFactory.class \
edu/stanford/nlp/ling/WordTag.class \
edu/stanford/nlp/ling/WordTag\$LabelFactoryHolder.class \
edu/stanford/nlp/ling/WordTagFactory.class \
edu/stanford/nlp/math/ArrayMath.class \
edu/stanford/nlp/math/SloppyMath.class \
edu/stanford/nlp/objectbank/IdentityFunction.class \
edu/stanford/nlp/objectbank/IteratorFromReaderFactory.class \
edu/stanford/nlp/objectbank/LineIterator.class \
edu/stanford/nlp/objectbank/LineIterator\$LineIteratorFactory.class \
edu/stanford/nlp/objectbank/ObjectBank.class \
edu/stanford/nlp/objectbank/ObjectBank\$OBIterator.class \
edu/stanford/nlp/objectbank/ReaderIteratorFactory.class \
edu/stanford/nlp/objectbank/ReaderIteratorFactory\$ReaderIterator.class \
edu/stanford/nlp/objectbank/TokenizerFactory.class \
edu/stanford/nlp/objectbank/XMLBeginEndIterator.class \
edu/stanford/nlp/objectbank/XMLBeginEndIterator\$XMLBeginEndIteratorFactory.class \
edu/stanford/nlp/parser/KBestViterbiParser.class \
edu/stanford/nlp/parser/Parser.class \
edu/stanford/nlp/parser/ViterbiParser.class \
edu/stanford/nlp/parser/ViterbiParserWithOptions.class \
edu/stanford/nlp/parser/lexparser/AbstractDependencyGrammar.class \
edu/stanford/nlp/parser/lexparser/AbstractTreeExtractor.class \
edu/stanford/nlp/parser/lexparser/AbstractTreebankParserParams.class \
edu/stanford/nlp/parser/lexparser/AbstractTreebankParserParams\$1.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/AbstractUnknownWordModelTrainer.class \
edu/stanford/nlp/parser/lexparser/ArabicTreebankParserParams.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/ArabicUTMTreebankParserParams.class \
edu/stanford/nlp/parser/lexparser/ArabicUTMTreebankParserParams\$1.class \
edu/stanford/nlp/parser/lexparser/ArabicUTMTreebankParserParams\$AddEquivalencedConjNode.class \
edu/stanford/nlp/parser/lexparser/ArabicUTMTreebankParserParams\$AddEquivalencedNodeFunction.class \
edu/stanford/nlp/parser/lexparser/ArabicUTMTreebankParserParams\$AddEquivalencedNodeFunctionVar.class \
edu/stanford/nlp/parser/lexparser/ArabicUTMTreebankParserParams\$AddRelativeNodeFunction.class \
edu/stanford/nlp/parser/lexparser/ArabicUTMTreebankParserParams\$AddRelativeNodeRegexFunction.class \
edu/stanford/nlp/parser/lexparser/ArabicUTMTreebankParserParams\$AnnotatePunctuationFunction2.class \
edu/stanford/nlp/parser/lexparser/ArabicUTMTreebankParserParams\$ArabicSubcategoryStripper.class \
edu/stanford/nlp/parser/lexparser/ArabicUTMTreebankParserParams\$SimpleStringFunction.class \
edu/stanford/nlp/parser/lexparser/ArabicUnknownWordModel.class \
edu/stanford/nlp/parser/lexparser/ArabicUnknownWordModelTrainer.class \
edu/stanford/nlp/parser/lexparser/ArabicUnknownWordSignatures.class \
edu/stanford/nlp/parser/lexparser/BaseLexicon.class \
edu/stanford/nlp/parser/lexparser/BaseUnknownWordModel.class \
edu/stanford/nlp/parser/lexparser/BaseUnknownWordModelTrainer.class \
edu/stanford/nlp/parser/lexparser/BasicCategoryTagProjection.class \
edu/stanford/nlp/parser/lexparser/BiLexPCFGParser.class \
edu/stanford/nlp/parser/lexparser/BiLexPCFGParser\$N5BiLexPCFGParser.class \
edu/stanford/nlp/parser/lexparser/BinaryGrammar.class \
edu/stanford/nlp/parser/lexparser/BinaryGrammarExtractor.class \
edu/stanford/nlp/parser/lexparser/BinaryRule.class \
edu/stanford/nlp/parser/lexparser/BoundaryRemover.class \
edu/stanford/nlp/parser/lexparser/CNFTransformers.class \
edu/stanford/nlp/parser/lexparser/CNFTransformers\$FromCNFTransformer.class \
edu/stanford/nlp/parser/lexparser/CNFTransformers\$ToCNFTransformer.class \
edu/stanford/nlp/parser/lexparser/ChineseCharacterBasedLexicon.class \
edu/stanford/nlp/parser/lexparser/ChineseCharacterBasedLexicon\$Symbol.class \
edu/stanford/nlp/parser/lexparser/ChineseLexicon.class \
edu/stanford/nlp/parser/lexparser/ChineseLexiconAndWordSegmenter.class \
edu/stanford/nlp/parser/lexparser/ChineseMarkovWordSegmenter.class \
edu/stanford/nlp/parser/lexparser/ChineseSimWordAvgDepGrammar.class \
edu/stanford/nlp/parser/lexparser/ChineseTreebankParserParams.class \
edu/stanford/nlp/parser/lexparser/ChineseTreebankParserParams\$1.class \
edu/stanford/nlp/parser/lexparser/ChineseUnknownWordModel.class \
edu/stanford/nlp/parser/lexparser/ChineseUnknownWordModelTrainer.class \
edu/stanford/nlp/parser/lexparser/CollinsPuncTransformer.class \
edu/stanford/nlp/parser/lexparser/Debinarizer.class \
edu/stanford/nlp/parser/lexparser/DependencyGrammar.class \
edu/stanford/nlp/parser/lexparser/Edge.class \
edu/stanford/nlp/parser/lexparser/EnglishTreebankParserParams.class \
edu/stanford/nlp/parser/lexparser/EnglishTreebankParserParams\$1.class \
edu/stanford/nlp/parser/lexparser/EnglishTreebankParserParams\$2.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/parser/lexparser/EnglishUnknownWordModel.class \
edu/stanford/nlp/parser/lexparser/EnglishUnknownWordModelTrainer.class \
edu/stanford/nlp/parser/lexparser/EvalbFormatWriter.class \
edu/stanford/nlp/parser/lexparser/ExactGrammarCompactor.class \
edu/stanford/nlp/parser/lexparser/ExhaustiveDependencyParser.class \
edu/stanford/nlp/parser/lexparser/ExhaustivePCFGParser.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/Extractor.class \
edu/stanford/nlp/parser/lexparser/FactoredLexicon.class \
edu/stanford/nlp/parser/lexparser/FactoredParser.class \
edu/stanford/nlp/parser/lexparser/FastFactoredParser.class \
edu/stanford/nlp/parser/lexparser/FastFactoredParser\$1.class \
edu/stanford/nlp/parser/lexparser/FastFactoredParser\$BinaryHeadFinder.class \
edu/stanford/nlp/parser/lexparser/FrenchTreebankParserParams.class \
edu/stanford/nlp/parser/lexparser/FrenchTreebankParserParams\$AddPOSSequenceFunction.class \
edu/stanford/nlp/parser/lexparser/FrenchTreebankParserParams\$AddRelativeNodeFunction.class \
edu/stanford/nlp/parser/lexparser/FrenchTreebankParserParams\$SimpleStringFunction.class \
edu/stanford/nlp/parser/lexparser/FrenchUnknownWordModel.class \
edu/stanford/nlp/parser/lexparser/FrenchUnknownWordModelTrainer.class \
edu/stanford/nlp/parser/lexparser/GermanUnknownWordModel.class \
edu/stanford/nlp/parser/lexparser/GermanUnknownWordModelTrainer.class \
edu/stanford/nlp/parser/lexparser/GrammarCompactor.class \
edu/stanford/nlp/parser/lexparser/GrammarProjection.class \
edu/stanford/nlp/parser/lexparser/HTKLatticeReader.class \
edu/stanford/nlp/parser/lexparser/HTKLatticeReader\$LatticeWord.class \
edu/stanford/nlp/parser/lexparser/HebrewTreebankParserParams.class \
edu/stanford/nlp/parser/lexparser/Hook.class \
edu/stanford/nlp/parser/lexparser/HookChart.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/parser/lexparser/IntDependency.class \
edu/stanford/nlp/parser/lexparser/IntTaggedWord.class \
edu/stanford/nlp/parser/lexparser/Interner.class \
edu/stanford/nlp/parser/lexparser/Item.class \
edu/stanford/nlp/parser/lexparser/IterativeCKYPCFGParser.class \
edu/stanford/nlp/parser/lexparser/Lattice.class \
edu/stanford/nlp/parser/lexparser/LatticeEdge.class \
edu/stanford/nlp/parser/lexparser/LatticeScorer.class \
edu/stanford/nlp/parser/lexparser/LexicalizedParser.class \
edu/stanford/nlp/parser/lexparser/LexicalizedParserQuery.class \
edu/stanford/nlp/parser/lexparser/Lexicon.class \
edu/stanford/nlp/parser/lexparser/LinearGrammarSmoother.class \
edu/stanford/nlp/parser/lexparser/MLEDependencyGrammar.class \
edu/stanford/nlp/parser/lexparser/MLEDependencyGrammar\$EndHead.class \
edu/stanford/nlp/parser/lexparser/MLEDependencyGrammarExtractor.class \
edu/stanford/nlp/parser/lexparser/NegraPennCollinizer.class \
edu/stanford/nlp/parser/lexparser/NegraPennTreebankParserParams.class \
edu/stanford/nlp/parser/lexparser/NodePruner.class \
edu/stanford/nlp/parser/lexparser/NullGrammarProjection.class \
edu/stanford/nlp/parser/lexparser/Options.class \
edu/stanford/nlp/parser/lexparser/Options\$LexOptions.class \
edu/stanford/nlp/parser/lexparser/OutsideRuleFilter.class \
edu/stanford/nlp/parser/lexparser/OutsideRuleFilter\$FA.class \
edu/stanford/nlp/parser/lexparser/ParentAnnotationStats.class \
edu/stanford/nlp/parser/lexparser/ParentAnnotationStats\$1.class \
edu/stanford/nlp/parser/lexparser/ParentAnnotationStats\$2.class \
edu/stanford/nlp/parser/lexparser/ParentAnnotationStats\$3.class \
edu/stanford/nlp/parser/lexparser/ParentAnnotationStats\$4.class \
edu/stanford/nlp/parser/lexparser/ParentAnnotationStats\$5.class \
edu/stanford/nlp/parser/lexparser/ParserConstraint.class \
edu/stanford/nlp/parser/lexparser/PostSplitter.class \
edu/stanford/nlp/parser/lexparser/ProjectionScorer.class \
edu/stanford/nlp/parser/lexparser/RandomWalk.class \
edu/stanford/nlp/parser/lexparser/Rule.class \
edu/stanford/nlp/parser/lexparser/Scorer.class \
edu/stanford/nlp/parser/lexparser/SisterAnnotationStats.class \
edu/stanford/nlp/parser/lexparser/SisterAnnotationStats\$1.class \
edu/stanford/nlp/parser/lexparser/SisterAnnotationStats\$2.class \
edu/stanford/nlp/parser/lexparser/SisterAnnotationStats\$3.class \
edu/stanford/nlp/parser/lexparser/TagProjection.class \
edu/stanford/nlp/parser/lexparser/TestOptions.class \
edu/stanford/nlp/parser/lexparser/TestTagProjection.class \
edu/stanford/nlp/parser/lexparser/TrainOptions.class \
edu/stanford/nlp/parser/lexparser/TreeAnnotator.class \
edu/stanford/nlp/parser/lexparser/TreeAnnotatorAndBinarizer.class \
edu/stanford/nlp/parser/lexparser/TreeAnnotatorAndBinarizer\$TreeNullAnnotator.class \
edu/stanford/nlp/parser/lexparser/TreeBinarizer.class \
edu/stanford/nlp/parser/lexparser/TreeBinarizer\$1.class \
edu/stanford/nlp/parser/lexparser/TreeCollinizer.class \
edu/stanford/nlp/parser/lexparser/TreebankAnnotator.class \
edu/stanford/nlp/parser/lexparser/TreebankAnnotator\$1.class \
edu/stanford/nlp/parser/lexparser/TreebankLangParserParams.class \
edu/stanford/nlp/parser/lexparser/TueBaDZParserParams.class \
edu/stanford/nlp/parser/lexparser/TwinScorer.class \
edu/stanford/nlp/parser/lexparser/UnaryGrammar.class \
edu/stanford/nlp/parser/lexparser/UnaryRule.class \
edu/stanford/nlp/parser/lexparser/UnknownGTTrainer.class \
edu/stanford/nlp/parser/lexparser/UnknownWordModel.class \
edu/stanford/nlp/parser/lexparser/UnknownWordModelTrainer.class \
edu/stanford/nlp/parser/lexparser/demo/ParserDemo.class \
edu/stanford/nlp/parser/lexparser/demo/ParserDemo2.class \
edu/stanford/nlp/parser/metrics/AbstractEval.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/Evalb.class \
edu/stanford/nlp/parser/metrics/Evalb\$1.class \
edu/stanford/nlp/parser/metrics/Evalb\$CBEval.class \
edu/stanford/nlp/parser/metrics/Evalb\$F1Comparator.class \
edu/stanford/nlp/parser/metrics/EvalbByCat.class \
edu/stanford/nlp/parser/metrics/LeafAncestorEval.class \
edu/stanford/nlp/parser/metrics/TaggingEval.class \
edu/stanford/nlp/parser/metrics/UnlabeledAttachmentEval.class \
edu/stanford/nlp/parser/metrics/UnlabeledAttachmentEval\$1.class \
edu/stanford/nlp/parser/server/LexicalizedParserClient.class \
edu/stanford/nlp/parser/server/LexicalizedParserServer.class \
edu/stanford/nlp/parser/tools/PunctEquivalenceClasser.class \
edu/stanford/nlp/parser/ui/Parser.class \
edu/stanford/nlp/parser/ui/Parser\$1.class \
edu/stanford/nlp/parser/ui/Parser\$2.class \
edu/stanford/nlp/parser/ui/Parser\$3.class \
edu/stanford/nlp/parser/ui/Parser\$4.class \
edu/stanford/nlp/parser/ui/Parser\$5.class \
edu/stanford/nlp/parser/ui/Parser\$6.class \
edu/stanford/nlp/parser/ui/Parser\$7.class \
edu/stanford/nlp/parser/ui/ParserPanel.class \
edu/stanford/nlp/parser/ui/ParserPanel\$1.class \
edu/stanford/nlp/parser/ui/ParserPanel\$10.class \
edu/stanford/nlp/parser/ui/ParserPanel\$11.class \
edu/stanford/nlp/parser/ui/ParserPanel\$12.class \
edu/stanford/nlp/parser/ui/ParserPanel\$13.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\$5.class \
edu/stanford/nlp/parser/ui/ParserPanel\$6.class \
edu/stanford/nlp/parser/ui/ParserPanel\$7.class \
edu/stanford/nlp/parser/ui/ParserPanel\$8.class \
edu/stanford/nlp/parser/ui/ParserPanel\$9.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\$SaveOutputThread\$1.class \
edu/stanford/nlp/parser/ui/ParserPanel\$TimerListener.class \
edu/stanford/nlp/parser/ui/TreeJPanel.class \
edu/stanford/nlp/parser/ui/TreeJPanel\$1.class \
edu/stanford/nlp/parser/ui/TreeJPanel\$WidthResult.class \
edu/stanford/nlp/process/AbstractListProcessor.class \
edu/stanford/nlp/process/AbstractTokenizer.class \
edu/stanford/nlp/process/Americanize.class \
edu/stanford/nlp/process/CoreLabelTokenFactory.class \
edu/stanford/nlp/process/CoreTokenFactory.class \
edu/stanford/nlp/process/DocumentPreprocessor.class \
edu/stanford/nlp/process/DocumentPreprocessor\$1.class \
edu/stanford/nlp/process/DocumentPreprocessor\$DocType.class \
edu/stanford/nlp/process/DocumentPreprocessor\$PlainTextIterator.class \
edu/stanford/nlp/process/DocumentPreprocessor\$PlainTextIterator\$1.class \
edu/stanford/nlp/process/DocumentPreprocessor\$XMLIterator.class \
edu/stanford/nlp/process/DocumentProcessor.class \
edu/stanford/nlp/process/JFlexDummyLexer.class \
edu/stanford/nlp/process/LexedTokenFactory.class \
edu/stanford/nlp/process/LexerTokenizer.class \
edu/stanford/nlp/process/ListProcessor.class \
edu/stanford/nlp/process/Morpha.class \
edu/stanford/nlp/process/Morphology.class \
edu/stanford/nlp/process/PTB2TextLexer.class \
edu/stanford/nlp/process/PTBEscapingProcessor.class \
edu/stanford/nlp/process/PTBLexer.class \
edu/stanford/nlp/process/PTBLexer\$1.class \
edu/stanford/nlp/process/PTBLexer\$UntokenizableOptions.class \
edu/stanford/nlp/process/PTBTokenizer.class \
edu/stanford/nlp/process/PTBTokenizer\$1.class \
edu/stanford/nlp/process/PTBTokenizer\$PTBTokenizerFactory.class \
edu/stanford/nlp/process/SerializableFunction.class \
edu/stanford/nlp/process/StripTagsProcessor.class \
edu/stanford/nlp/process/Tokenizer.class \
edu/stanford/nlp/process/TokenizerAdapter.class \
edu/stanford/nlp/process/WhitespaceLexer.class \
edu/stanford/nlp/process/WhitespaceTokenizer.class \
edu/stanford/nlp/process/WhitespaceTokenizer\$WhitespaceTokenizerFactory.class \
edu/stanford/nlp/process/WordSegmenter.class \
edu/stanford/nlp/process/WordSegmentingTokenizer.class \
edu/stanford/nlp/process/WordSegmentingTokenizer\$WordSegmentingTokenizerFactory.class \
edu/stanford/nlp/process/WordToSentenceProcessor.class \
edu/stanford/nlp/process/WordToTaggedWordProcessor.class \
edu/stanford/nlp/process/WordTokenFactory.class \
edu/stanford/nlp/process/treebank/AbstractDataset.class \
edu/stanford/nlp/process/treebank/AbstractDataset\$SplitFilter.class \
edu/stanford/nlp/process/treebank/ConfigParser.class \
edu/stanford/nlp/process/treebank/Dataset.class \
edu/stanford/nlp/process/treebank/Dataset\$Encoding.class \
edu/stanford/nlp/process/treebank/DefaultMapper.class \
edu/stanford/nlp/process/treebank/DistributionPackage.class \
edu/stanford/nlp/process/treebank/Mapper.class \
edu/stanford/nlp/process/treebank/TreebankPreprocessor.class \
edu/stanford/nlp/stats/AbstractCounter.class \
edu/stanford/nlp/stats/ClassicCounter.class \
edu/stanford/nlp/stats/ClassicCounter\$1.class \
edu/stanford/nlp/stats/ClassicCounter\$1\$1.class \
edu/stanford/nlp/stats/ClassicCounter\$2.class \
edu/stanford/nlp/stats/ClassicCounter\$2\$1.class \
edu/stanford/nlp/stats/ClassicCounter\$2\$1\$1.class \
edu/stanford/nlp/stats/ClassicCounter\$ClassicCounterFactory.class \
edu/stanford/nlp/stats/Counter.class \
edu/stanford/nlp/stats/Counters.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\$4.class \
edu/stanford/nlp/stats/Counters\$5.class \
edu/stanford/nlp/stats/Counters\$6.class \
edu/stanford/nlp/stats/Counters\$6\$1.class \
edu/stanford/nlp/stats/Counters\$6\$1\$1.class \
edu/stanford/nlp/stats/Counters\$6\$1\$1\$1.class \
edu/stanford/nlp/stats/Counters\$7.class \
edu/stanford/nlp/stats/Counters\$7\$1.class \
edu/stanford/nlp/stats/Counters\$7\$1\$1.class \
edu/stanford/nlp/stats/Counters\$7\$1\$1\$1.class \
edu/stanford/nlp/stats/Counters\$7\$2.class \
edu/stanford/nlp/stats/Counters\$7\$3.class \
edu/stanford/nlp/stats/Counters\$7\$3\$1.class \
edu/stanford/nlp/stats/Counters\$7\$4.class \
edu/stanford/nlp/stats/Counters\$7\$4\$1.class \
edu/stanford/nlp/stats/Counters\$8.class \
edu/stanford/nlp/stats/Distribution.class \
edu/stanford/nlp/stats/Distribution\$1.class \
edu/stanford/nlp/stats/Distribution\$DynamicDistribution.class \
edu/stanford/nlp/stats/EquivalenceClassEval.class \
edu/stanford/nlp/stats/EquivalenceClassEval\$1.class \
edu/stanford/nlp/stats/EquivalenceClassEval\$2.class \
edu/stanford/nlp/stats/EquivalenceClassEval\$3.class \
edu/stanford/nlp/stats/EquivalenceClassEval\$4.class \
edu/stanford/nlp/stats/EquivalenceClassEval\$5.class \
edu/stanford/nlp/stats/EquivalenceClassEval\$EqualityChecker.class \
edu/stanford/nlp/stats/EquivalenceClassEval\$Eval\$CollectionContainsChecker.class \
edu/stanford/nlp/stats/EquivalenceClassEval\$Factory.class \
edu/stanford/nlp/stats/EquivalenceClasser.class \
edu/stanford/nlp/stats/GeneralizedCounter.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.class \
edu/stanford/nlp/stats/IntCounter\$1.class \
edu/stanford/nlp/stats/IntCounter\$1\$1.class \
edu/stanford/nlp/stats/IntCounter\$1\$1\$1.class \
edu/stanford/nlp/stats/IntCounter\$2.class \
edu/stanford/nlp/stats/IntCounter\$3.class \
edu/stanford/nlp/stats/IntCounter\$3\$1.class \
edu/stanford/nlp/stats/IntCounter\$NaturalComparator.class \
edu/stanford/nlp/stats/ProbabilityDistribution.class \
edu/stanford/nlp/stats/Sampler.class \
edu/stanford/nlp/stats/SimpleGoodTuring.class \
edu/stanford/nlp/stats/TwoDimensionalCounter.class \
edu/stanford/nlp/stats/TwoDimensionalCounterInterface.class \
edu/stanford/nlp/swing/FontDetector.class \
edu/stanford/nlp/tagger/io/TSVTaggedFileReader.class \
edu/stanford/nlp/tagger/io/TaggedFileReader.class \
edu/stanford/nlp/tagger/io/TaggedFileRecord.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/TaggerConfig.class \
edu/stanford/nlp/tagger/maxent/TaggerConfig\$Mode.class \
edu/stanford/nlp/trees/AbstractCollinsHeadFinder.class \
edu/stanford/nlp/trees/AbstractTreebankLanguagePack.class \
edu/stanford/nlp/trees/AbstractTreebankLanguagePack\$BasicCategoryStringFunction.class \
edu/stanford/nlp/trees/AbstractTreebankLanguagePack\$CategoryAndFunctionStringFunction.class \
edu/stanford/nlp/trees/BobChrisTreeNormalizer.class \
edu/stanford/nlp/trees/BobChrisTreeNormalizer\$AOverAFilter.class \
edu/stanford/nlp/trees/BobChrisTreeNormalizer\$EmptyFilter.class \
edu/stanford/nlp/trees/CollinsHeadFinder.class \
edu/stanford/nlp/trees/CollinsHeadFinder\$1.class \
edu/stanford/nlp/trees/CollocationFinder.class \
edu/stanford/nlp/trees/CollocationFinder\$1.class \
edu/stanford/nlp/trees/CollocationFinder\$Collocation.class \
edu/stanford/nlp/trees/CompositeTreeTransformer.class \
edu/stanford/nlp/trees/CompositeTreebank.class \
edu/stanford/nlp/trees/CompositeTreebank\$CompositeTreebankIterator.class \
edu/stanford/nlp/trees/Constituent.class \
edu/stanford/nlp/trees/ConstituentFactory.class \
edu/stanford/nlp/trees/CoordinationTransformer.class \
edu/stanford/nlp/trees/Dependencies.class \
edu/stanford/nlp/trees/Dependencies\$1.class \
edu/stanford/nlp/trees/Dependencies\$ComparatorHolder.class \
edu/stanford/nlp/trees/Dependencies\$ComparatorHolder\$DependencyIdxComparator.class \
edu/stanford/nlp/trees/Dependencies\$DependentPuncTagRejectFilter.class \
edu/stanford/nlp/trees/Dependencies\$DependentPuncWordRejectFilter.class \
edu/stanford/nlp/trees/Dependency.class \
edu/stanford/nlp/trees/DependencyFactory.class \
edu/stanford/nlp/trees/DependencyPrinter.class \
edu/stanford/nlp/trees/DependencyReader.class \
edu/stanford/nlp/trees/DependencyScoring.class \
edu/stanford/nlp/trees/DependencyScoring\$Score.class \
edu/stanford/nlp/trees/DependencyScoring\$TypedDependencyStringEquality.class \
edu/stanford/nlp/trees/DependencyTreeTransformer.class \
edu/stanford/nlp/trees/DependencyTyper.class \
edu/stanford/nlp/trees/DiskTreebank.class \
edu/stanford/nlp/trees/DiskTreebank\$1.class \
edu/stanford/nlp/trees/DiskTreebank\$DiskTreebankIterator.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$AbbreviationModifierGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$AdjectivalComplementGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$AdjectivalModifierGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$AdvClauseModifierGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$AdverbialModifierGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$AgentGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$AppositionalModifierGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$ArgumentGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$AttributiveGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$AuxModifierGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$AuxPassiveGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$ClausalComplementGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$ClausalPassiveSubjectGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$ClausalSubjectGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$ComplementGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$ComplementizerGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$ConjunctGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$ControllingSubjectGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$CoordinationGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$CopulaGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$DeterminerGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$DirectObjectGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$ExpletiveGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$IndirectObjectGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$InfinitivalModifierGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$MarkerGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$ModifierGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$MultiWordExpressionGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$NegationModifierGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$NominalPassiveSubjectGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$NominalSubjectGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$NounCompoundModifierGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$NpAdverbialModifierGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$NumberModifierGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$NumericModifierGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$ObjectGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$ParataxisGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$ParticipialModifierGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$PhrasalVerbParticleGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$PossessionModifierGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$PossessiveModifierGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$PreconjunctGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$PredeterminerGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$PredicateGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$PrepositionalComplementGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$PrepositionalModifierGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$PrepositionalObjectGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$PunctuationGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$PurposeClauseModifierGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$QuantifierModifierGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$ReferentGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$RelativeClauseModifierGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$RelativeGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$SemanticDependentGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$SubjectGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$TemporalModifierGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalRelations\$XClausalComplementGRAnnotation.class \
edu/stanford/nlp/trees/EnglishGrammaticalStructure.class \
edu/stanford/nlp/trees/EnglishGrammaticalStructure\$FromDependenciesFactory.class \
edu/stanford/nlp/trees/FilteringTreeReader.class \
edu/stanford/nlp/trees/FilteringTreebank.class \
edu/stanford/nlp/trees/FilteringTreebank\$FilteringTreebankIterator.class \
edu/stanford/nlp/trees/GrammaticalFunctionTreeNormalizer.class \
edu/stanford/nlp/trees/GrammaticalRelation.class \
edu/stanford/nlp/trees/GrammaticalRelation\$DependentGRAnnotation.class \
edu/stanford/nlp/trees/GrammaticalRelation\$GovernorGRAnnotation.class \
edu/stanford/nlp/trees/GrammaticalRelation\$GrammaticalRelationAnnotation.class \
edu/stanford/nlp/trees/GrammaticalRelation\$KillGRAnnotation.class \
edu/stanford/nlp/trees/GrammaticalRelation\$Language.class \
edu/stanford/nlp/trees/GrammaticalRelation\$RootGRAnnotation.class \
edu/stanford/nlp/trees/GrammaticalStructure.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/GrammaticalStructure\$TreeBankGrammaticalStructureWrapper.class \
edu/stanford/nlp/trees/GrammaticalStructure\$TreeBankGrammaticalStructureWrapper\$GsIterator.class \
edu/stanford/nlp/trees/GrammaticalStructureFactory.class \
edu/stanford/nlp/trees/GrammaticalStructureFromDependenciesFactory.class \
edu/stanford/nlp/trees/GraphLessGrammaticalStructure.class \
edu/stanford/nlp/trees/GraphLessGrammaticalStructureFactory.class \
edu/stanford/nlp/trees/HeadFinder.class \
edu/stanford/nlp/trees/Labeled.class \
edu/stanford/nlp/trees/LabeledConstituent.class \
edu/stanford/nlp/trees/LabeledConstituent\$1.class \
edu/stanford/nlp/trees/LabeledConstituent\$ConstituentFactoryHolder.class \
edu/stanford/nlp/trees/LabeledConstituent\$ConstituentFactoryHolder\$LabeledConstituentFactory.class \
edu/stanford/nlp/trees/LabeledConstituent\$LabelFactoryHolder.class \
edu/stanford/nlp/trees/LabeledConstituent\$LabeledConstituentLabelFactory.class \
edu/stanford/nlp/trees/LabeledScoredConstituent.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/LabeledScoredConstituentFactory.class \
edu/stanford/nlp/trees/LabeledScoredTreeFactory.class \
edu/stanford/nlp/trees/LabeledScoredTreeNode.class \
edu/stanford/nlp/trees/LabeledScoredTreeNode\$TreeFactoryHolder.class \
edu/stanford/nlp/trees/LabeledScoredTreeReaderFactory.class \
edu/stanford/nlp/trees/LeftHeadFinder.class \
edu/stanford/nlp/trees/LengthTreeFilter.class \
edu/stanford/nlp/trees/MemoryTreebank.class \
edu/stanford/nlp/trees/MemoryTreebank\$1.class \
edu/stanford/nlp/trees/ModCollinsHeadFinder.class \
edu/stanford/nlp/trees/NPTmpRetainingTreeNormalizer.class \
edu/stanford/nlp/trees/NPTmpRetainingTreeNormalizer\$1.class \
edu/stanford/nlp/trees/NPTmpRetainingTreeNormalizer\$2.class \
edu/stanford/nlp/trees/NPTmpRetainingTreeNormalizer\$3.class \
edu/stanford/nlp/trees/NPTmpRetainingTreeNormalizer\$4.class \
edu/stanford/nlp/trees/NamedDependency.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/OrderedCombinationTreeNormalizer.class \
edu/stanford/nlp/trees/PennTreeReader.class \
edu/stanford/nlp/trees/PennTreeReaderFactory.class \
edu/stanford/nlp/trees/PennTreebankLanguagePack.class \
edu/stanford/nlp/trees/PennTreebankTokenizer.class \
edu/stanford/nlp/trees/PennTreebankTokenizer\$1.class \
edu/stanford/nlp/trees/PennTreebankTokenizer\$EnglishTreebankStreamTokenizer.class \
edu/stanford/nlp/trees/QPTreeTransformer.class \
edu/stanford/nlp/trees/SemanticHeadFinder.class \
edu/stanford/nlp/trees/SimpleConstituent.class \
edu/stanford/nlp/trees/SimpleConstituent\$1.class \
edu/stanford/nlp/trees/SimpleConstituent\$ConstituentFactoryHolder.class \
edu/stanford/nlp/trees/SimpleConstituent\$ConstituentFactoryHolder\$SimpleConstituentFactory.class \
edu/stanford/nlp/trees/SimpleConstituent\$LabelFactoryHolder.class \
edu/stanford/nlp/trees/SimpleConstituent\$SimpleConstituentLabelFactory.class \
edu/stanford/nlp/trees/SimpleConstituentFactory.class \
edu/stanford/nlp/trees/SimpleTree.class \
edu/stanford/nlp/trees/SimpleTree\$TreeFactoryHolder.class \
edu/stanford/nlp/trees/SimpleTreeFactory.class \
edu/stanford/nlp/trees/TransformingTreebank.class \
edu/stanford/nlp/trees/TransformingTreebank\$1.class \
edu/stanford/nlp/trees/TransformingTreebank\$2.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/Tree.class \
edu/stanford/nlp/trees/Tree\$TreeIterator.class \
edu/stanford/nlp/trees/TreeCoreAnnotations.class \
edu/stanford/nlp/trees/TreeCoreAnnotations\$HeadTagAnnotation.class \
edu/stanford/nlp/trees/TreeCoreAnnotations\$HeadWordAnnotation.class \
edu/stanford/nlp/trees/TreeCoreAnnotations\$TreeAnnotation.class \
edu/stanford/nlp/trees/TreeFactory.class \
edu/stanford/nlp/trees/TreeFunctions.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/TreeGraph.class \
edu/stanford/nlp/trees/TreeGraphNode.class \
edu/stanford/nlp/trees/TreeGraphNode\$TreeFactoryHolder.class \
edu/stanford/nlp/trees/TreeGraphNodeFactory.class \
edu/stanford/nlp/trees/TreeLeafLabelTransformer.class \
edu/stanford/nlp/trees/TreeLengthComparator.class \
edu/stanford/nlp/trees/TreeNormalizer.class \
edu/stanford/nlp/trees/TreePrint.class \
edu/stanford/nlp/trees/TreePrint\$1.class \
edu/stanford/nlp/trees/TreePrint\$2.class \
edu/stanford/nlp/trees/TreeReader.class \
edu/stanford/nlp/trees/TreeReaderFactory.class \
edu/stanford/nlp/trees/TreeToBracketProcessor.class \
edu/stanford/nlp/trees/TreeTokenizerFactory.class \
edu/stanford/nlp/trees/TreeTokenizerFactory\$1.class \
edu/stanford/nlp/trees/TreeTransformer.class \
edu/stanford/nlp/trees/TreeVisitor.class \
edu/stanford/nlp/trees/Treebank.class \
edu/stanford/nlp/trees/Treebank\$1.class \
edu/stanford/nlp/trees/Treebank\$CounterTreeProcessor.class \
edu/stanford/nlp/trees/TreebankFactory.class \
edu/stanford/nlp/trees/TreebankLanguagePack.class \
edu/stanford/nlp/trees/Trees.class \
edu/stanford/nlp/trees/TypedDependency.class \
edu/stanford/nlp/trees/UnnamedConcreteDependency.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.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/WordCatConstituent.class \
edu/stanford/nlp/trees/WordCatEqualityChecker.class \
edu/stanford/nlp/trees/WordCatEquivalenceClasser.class \
edu/stanford/nlp/trees/WordNetConnection.class \
edu/stanford/nlp/trees/WordStemmer.class \
edu/stanford/nlp/trees/fakeShortNameToGRel.class \
edu/stanford/nlp/trees/fakeShortNameToGRel\$1.class \
edu/stanford/nlp/trees/international/arabic/ATBTreeUtils.class \
edu/stanford/nlp/trees/international/arabic/ArabicHeadFinder.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/international/arabic/ArabicTreeNormalizer.class \
edu/stanford/nlp/trees/international/arabic/ArabicTreeNormalizer\$ArabicEmptyFilter.class \
edu/stanford/nlp/trees/international/arabic/ArabicTreeReaderFactory.class \
edu/stanford/nlp/trees/international/arabic/ArabicTreeReaderFactory\$ArabicRawTreeReaderFactory.class \
edu/stanford/nlp/trees/international/arabic/ArabicTreeReaderFactory\$XFilter.class \
edu/stanford/nlp/trees/international/arabic/ArabicTreebankLanguagePack.class \
edu/stanford/nlp/trees/international/arabic/ArabicTreebankTokenizer.class \
edu/stanford/nlp/trees/international/arabic/ArabicUTMHeadFinder.class \
edu/stanford/nlp/trees/international/arabic/ArabicUTMHeadFinder\$1.class \
edu/stanford/nlp/trees/international/arabic/ArabicUTMHeadFinder\$TagSet.class \
edu/stanford/nlp/trees/international/arabic/ArabicUTMHeadFinder\$TagSet\$1.class \
edu/stanford/nlp/trees/international/arabic/ArabicUTMTreebankLanguagePack.class \
edu/stanford/nlp/trees/international/french/DybroFrenchHeadFinder.class \
edu/stanford/nlp/trees/international/french/DybroFrenchHeadFinder\$1.class \
edu/stanford/nlp/trees/international/french/FrenchHeadFinder.class \
edu/stanford/nlp/trees/international/french/FrenchHeadFinder\$1.class \
edu/stanford/nlp/trees/international/french/FrenchTreeNormalizer.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/FrenchTreeReader.class \
edu/stanford/nlp/trees/international/french/FrenchTreeReaderFactory.class \
edu/stanford/nlp/trees/international/french/FrenchTreebankLanguagePack.class \
edu/stanford/nlp/trees/international/hebrew/HebrewTreeNormalizer.class \
edu/stanford/nlp/trees/international/hebrew/HebrewTreeNormalizer\$HebrewEmptyFilter.class \
edu/stanford/nlp/trees/international/hebrew/HebrewTreeReaderFactory.class \
edu/stanford/nlp/trees/international/hebrew/HebrewTreebankLanguagePack.class \
edu/stanford/nlp/trees/international/negra/NegraHeadFinder.class \
edu/stanford/nlp/trees/international/negra/NegraLabel.class \
edu/stanford/nlp/trees/international/negra/NegraLabel\$1.class \
edu/stanford/nlp/trees/international/negra/NegraLabel\$NegraLabelFactory.class \
edu/stanford/nlp/trees/international/negra/NegraPennLanguagePack.class \
edu/stanford/nlp/trees/international/negra/NegraPennLexer.class \
edu/stanford/nlp/trees/international/negra/NegraPennTokenizer.class \
edu/stanford/nlp/trees/international/negra/NegraPennTreeNormalizer.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/NegraPennTreeReaderFactory.class \
edu/stanford/nlp/trees/international/pennchinese/BikelChineseHeadFinder.class \
edu/stanford/nlp/trees/international/pennchinese/CHTBLexer.class \
edu/stanford/nlp/trees/international/pennchinese/CHTBTokenizer.class \
edu/stanford/nlp/trees/international/pennchinese/CTBErrorCorrectingTreeNormalizer.class \
edu/stanford/nlp/trees/international/pennchinese/CTBErrorCorrectingTreeNormalizer\$1.class \
edu/stanford/nlp/trees/international/pennchinese/CTBErrorCorrectingTreeNormalizer\$ChineseEmptyFilter.class \
edu/stanford/nlp/trees/international/pennchinese/CTBTreeReaderFactory.class \
edu/stanford/nlp/trees/international/pennchinese/CharacterLevelTagExtender.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseCollinizer.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseEnglishWordMap.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseEnglishWordMap\$SingletonHolder.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseEscaper.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$AdjectivalModifierGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$AdverbialModifierGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$ArgumentGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$AspectMarkerGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$AssociativeMarkerGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$AssociativeModifierGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$AttributiveGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$AuxModifierGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$AuxPassiveGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$BaGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$ClausalComplementGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$ClausalSubjectGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$ClauseModifierGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$ComplementGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$ComplementizerGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$ControllingSubjectGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$CoordinationGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$DeterminerGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$DirectObjectGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$DvpMarkerGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$DvpModifierGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$EtcGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$LocalizerComplementGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$ModalGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$ModifierGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$NegationModifierGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$NominalPassiveSubjectGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$NominalSubjectGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$NounCompoundModifierGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$NumberModifierGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$NumericModifierGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$ObjectGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$OrdNumberGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$ParentheticalGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$ParticipialModifierGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$PreconjunctGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$PrepositionalLocalizerModifierGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$PrepositionalModifierGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$PrepositionalObjectGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$PunctuationGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$RangeGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$RelativeClauseModifierGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$ResultativeComplementGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$SemanticDependentGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$SubjectGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$TemporalClauseGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$TemporalGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$TimePostpositionGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$TopicGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$VerbCompoundGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$VerbModifierGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations\$XClausalComplementGRAnnotation.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalStructure.class \
edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalStructure\$FromDependenciesFactory.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/FragDiscardingPennTreeReader.class \
edu/stanford/nlp/trees/international/pennchinese/RadicalMap.class \
edu/stanford/nlp/trees/international/pennchinese/SunJurafskyChineseHeadFinder.class \
edu/stanford/nlp/trees/international/tuebadz/TueBaDZHeadFinder.class \
edu/stanford/nlp/trees/international/tuebadz/TueBaDZLanguagePack.class \
edu/stanford/nlp/trees/international/tuebadz/TueBaDZPennTreeNormalizer.class \
edu/stanford/nlp/trees/international/tuebadz/TueBaDZTreeReaderFactory.class \
edu/stanford/nlp/trees/tregex/CoordinationPattern.class \
edu/stanford/nlp/trees/tregex/CoordinationPattern\$CoordinationMatcher.class \
edu/stanford/nlp/trees/tregex/DescriptionPattern.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/Macros.class \
edu/stanford/nlp/trees/tregex/ParseException.class \
edu/stanford/nlp/trees/tregex/Relation.class \
edu/stanford/nlp/trees/tregex/Relation\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$1\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$10.class \
edu/stanford/nlp/trees/tregex/Relation\$10\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$11.class \
edu/stanford/nlp/trees/tregex/Relation\$11\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$12.class \
edu/stanford/nlp/trees/tregex/Relation\$12\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$13.class \
edu/stanford/nlp/trees/tregex/Relation\$13\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$14.class \
edu/stanford/nlp/trees/tregex/Relation\$14\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$15.class
jar uf /juicy/u44/u/nlp/distrib/stanford-parser-2012-05-22/stanford-parser-2012-05-22.jar edu/stanford/nlp/trees/tregex/Relation\$15\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$16.class \
edu/stanford/nlp/trees/tregex/Relation\$16\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$17.class \
edu/stanford/nlp/trees/tregex/Relation\$17\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$18.class \
edu/stanford/nlp/trees/tregex/Relation\$18\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$19.class \
edu/stanford/nlp/trees/tregex/Relation\$19\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$2.class \
edu/stanford/nlp/trees/tregex/Relation\$20.class \
edu/stanford/nlp/trees/tregex/Relation\$20\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$21.class \
edu/stanford/nlp/trees/tregex/Relation\$21\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$22.class \
edu/stanford/nlp/trees/tregex/Relation\$22\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$23.class \
edu/stanford/nlp/trees/tregex/Relation\$23\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$24.class \
edu/stanford/nlp/trees/tregex/Relation\$24\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$3.class \
edu/stanford/nlp/trees/tregex/Relation\$4.class \
edu/stanford/nlp/trees/tregex/Relation\$4\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$5.class \
edu/stanford/nlp/trees/tregex/Relation\$5\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$6.class \
edu/stanford/nlp/trees/tregex/Relation\$6\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$7.class \
edu/stanford/nlp/trees/tregex/Relation\$7\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$8.class \
edu/stanford/nlp/trees/tregex/Relation\$8\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$9.class \
edu/stanford/nlp/trees/tregex/Relation\$9\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$HasIthChild.class \
edu/stanford/nlp/trees/tregex/Relation\$HasIthChild\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$HeadedBy.class \
edu/stanford/nlp/trees/tregex/Relation\$HeadedBy\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$Heads.class \
edu/stanford/nlp/trees/tregex/Relation\$Heads\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$ImmediatelyHeadedBy.class \
edu/stanford/nlp/trees/tregex/Relation\$ImmediatelyHeadedBy\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$ImmediatelyHeads.class \
edu/stanford/nlp/trees/tregex/Relation\$ImmediatelyHeads\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$IthChildOf.class \
edu/stanford/nlp/trees/tregex/Relation\$IthChildOf\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$SearchNodeIterator.class \
edu/stanford/nlp/trees/tregex/Relation\$UnbrokenCategoryDominates.class \
edu/stanford/nlp/trees/tregex/Relation\$UnbrokenCategoryDominates\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$UnbrokenCategoryFollows.class \
edu/stanford/nlp/trees/tregex/Relation\$UnbrokenCategoryFollows\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$UnbrokenCategoryIsDominatedBy.class \
edu/stanford/nlp/trees/tregex/Relation\$UnbrokenCategoryIsDominatedBy\$1.class \
edu/stanford/nlp/trees/tregex/Relation\$UnbrokenCategoryPrecedes.class \
edu/stanford/nlp/trees/tregex/Relation\$UnbrokenCategoryPrecedes\$1.class \
edu/stanford/nlp/trees/tregex/SimpleCharStream.class \
edu/stanford/nlp/trees/tregex/Token.class \
edu/stanford/nlp/trees/tregex/TokenMgrError.class \
edu/stanford/nlp/trees/tregex/TregexMatcher.class \
edu/stanford/nlp/trees/tregex/TregexParseException.class \
edu/stanford/nlp/trees/tregex/TregexParser.class \
edu/stanford/nlp/trees/tregex/TregexParserConstants.class \
edu/stanford/nlp/trees/tregex/TregexParserTokenManager.class \
edu/stanford/nlp/trees/tregex/TregexPattern.class \
edu/stanford/nlp/trees/tregex/TregexPattern\$TRegexTreeReaderFactory.class \
edu/stanford/nlp/trees/tregex/TregexPattern\$TRegexTreeReaderFactory\$1.class \
edu/stanford/nlp/trees/tregex/TregexPattern\$TRegexTreeVisitor.class \
edu/stanford/nlp/trees/tregex/TregexPatternCompiler.class \
edu/stanford/nlp/trees/tregex/VariableStrings.class \
edu/stanford/nlp/trees/tregex/tsurgeon/AdjoinNode.class \
edu/stanford/nlp/trees/tregex/tsurgeon/AdjoinToFootNode.class \
edu/stanford/nlp/trees/tregex/tsurgeon/AdjoinToHeadNode.class \
edu/stanford/nlp/trees/tregex/tsurgeon/AuxiliaryTree.class \
edu/stanford/nlp/trees/tregex/tsurgeon/CoindexNodes.class \
edu/stanford/nlp/trees/tregex/tsurgeon/CoindexationGenerator.class \
edu/stanford/nlp/trees/tregex/tsurgeon/DeleteNode.class \
edu/stanford/nlp/trees/tregex/tsurgeon/ExciseNode.class \
edu/stanford/nlp/trees/tregex/tsurgeon/FetchNode.class \
edu/stanford/nlp/trees/tregex/tsurgeon/HoldTreeNode.class \
edu/stanford/nlp/trees/tregex/tsurgeon/InsertNode.class \
edu/stanford/nlp/trees/tregex/tsurgeon/JJTTsurgeonParserState.class \
edu/stanford/nlp/trees/tregex/tsurgeon/MoveNode.class \
edu/stanford/nlp/trees/tregex/tsurgeon/Node.class \
edu/stanford/nlp/trees/tregex/tsurgeon/ParseException.class \
edu/stanford/nlp/trees/tregex/tsurgeon/PruneNode.class \
edu/stanford/nlp/trees/tregex/tsurgeon/RelabelNode.class \
edu/stanford/nlp/trees/tregex/tsurgeon/RelabelNode\$1.class \
edu/stanford/nlp/trees/tregex/tsurgeon/RelabelNode\$RelabelMode.class \
edu/stanford/nlp/trees/tregex/tsurgeon/ReplaceNode.class \
edu/stanford/nlp/trees/tregex/tsurgeon/SimpleCharStream.class \
edu/stanford/nlp/trees/tregex/tsurgeon/SimpleNode.class \
edu/stanford/nlp/trees/tregex/tsurgeon/Token.class \
edu/stanford/nlp/trees/tregex/tsurgeon/TokenMgrError.class \
edu/stanford/nlp/trees/tregex/tsurgeon/TreeLocation.class \
edu/stanford/nlp/trees/tregex/tsurgeon/Tsurgeon.class \
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonParseException.class \
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonParser.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/TsurgeonParserTreeConstants.class \
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonPattern.class \
edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonPatternRoot.class \
edu/stanford/nlp/ui/JarFileChooser.class \
edu/stanford/nlp/ui/JarFileChooser\$1.class \
edu/stanford/nlp/ui/JarFileChooser\$2.class \
edu/stanford/nlp/ui/JarFileChooser\$3.class \
edu/stanford/nlp/util/AbstractIterator.class \
edu/stanford/nlp/util/ArrayCoreMap.class \
edu/stanford/nlp/util/ArrayCoreMap\$1.class \
edu/stanford/nlp/util/ArrayCoreMap\$1\$1.class \
edu/stanford/nlp/util/ArrayCoreMap\$2.class \
edu/stanford/nlp/util/ArrayHeap.class \
edu/stanford/nlp/util/ArrayHeap\$1.class \
edu/stanford/nlp/util/ArrayHeap\$HeapEntry.class \
edu/stanford/nlp/util/ArrayIterable.class \
edu/stanford/nlp/util/ArrayIterable\$1.class \
edu/stanford/nlp/util/ArrayMap.class \
edu/stanford/nlp/util/ArrayMap\$1.class \
edu/stanford/nlp/util/ArrayMap\$Entry.class \
edu/stanford/nlp/util/ArrayUtils.class \
edu/stanford/nlp/util/Beam.class \
edu/stanford/nlp/util/BinaryHeapPriorityQueue.class \
edu/stanford/nlp/util/BinaryHeapPriorityQueue\$1.class \
edu/stanford/nlp/util/BinaryHeapPriorityQueue\$Entry.class \
edu/stanford/nlp/util/ByteStreamGobbler.class \
edu/stanford/nlp/util/CollectionFactory.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.class \
edu/stanford/nlp/util/CollectionUtils\$1.class \
edu/stanford/nlp/util/CollectionValuedMap.class \
edu/stanford/nlp/util/ConcatenationIterator.class \
edu/stanford/nlp/util/CoreMap.class \
edu/stanford/nlp/util/DataFilePaths.class \
edu/stanford/nlp/util/DeltaCollectionValuedMap.class \
edu/stanford/nlp/util/DeltaCollectionValuedMap\$1.class \
edu/stanford/nlp/util/DeltaCollectionValuedMap\$1\$1.class \
edu/stanford/nlp/util/DeltaCollectionValuedMap\$1\$2.class \
edu/stanford/nlp/util/DeltaIndex.class \
edu/stanford/nlp/util/DeltaIndex\$1.class \
edu/stanford/nlp/util/DeltaMap.class \
edu/stanford/nlp/util/DeltaMap\$1.class \
edu/stanford/nlp/util/DeltaMap\$1\$1.class \
edu/stanford/nlp/util/DeltaMap\$1\$1NullingIterator.class \
edu/stanford/nlp/util/DeltaMap\$1\$2.class \
edu/stanford/nlp/util/DeltaMap\$SimpleEntry.class \
edu/stanford/nlp/util/DisabledPreferences.class \
edu/stanford/nlp/util/DisabledPreferencesFactory.class \
edu/stanford/nlp/util/ErasureUtils.class \
edu/stanford/nlp/util/Factory.class \
edu/stanford/nlp/util/FilePathProcessor.class \
edu/stanford/nlp/util/FileProcessor.class \
edu/stanford/nlp/util/Filter.class \
edu/stanford/nlp/util/FilteredIterator.class \
edu/stanford/nlp/util/FilteredIterator\$1.class \
edu/stanford/nlp/util/Filters.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\$NegatedFilter.class \
edu/stanford/nlp/util/FixedPrioritiesPriorityQueue.class \
edu/stanford/nlp/util/Function.class \
edu/stanford/nlp/util/Generics.class \
edu/stanford/nlp/util/HasInterval.class \
edu/stanford/nlp/util/HasInterval\$1.class \
edu/stanford/nlp/util/HashIndex.class \
edu/stanford/nlp/util/HashIndex\$1.class \
edu/stanford/nlp/util/HashIndex\$2.class \
edu/stanford/nlp/util/HashableCoreMap.class \
edu/stanford/nlp/util/HashableCoreMap\$HashableCoreMapException.class \
edu/stanford/nlp/util/Heap.class \
edu/stanford/nlp/util/IdentityHashSet.class \
edu/stanford/nlp/util/Index.class \
edu/stanford/nlp/util/IntPair.class \
edu/stanford/nlp/util/IntQuadruple.class \
edu/stanford/nlp/util/IntTriple.class \
edu/stanford/nlp/util/IntTuple.class \
edu/stanford/nlp/util/IntUni.class \
edu/stanford/nlp/util/Interner.class \
edu/stanford/nlp/util/Interval.class \
edu/stanford/nlp/util/Interval\$RelType.class \
edu/stanford/nlp/util/IterableIterator.class \
edu/stanford/nlp/util/LowercaseFunction.class \
edu/stanford/nlp/util/MapFactory.class \
edu/stanford/nlp/util/MapFactory\$1.class \
edu/stanford/nlp/util/MapFactory\$ArrayMapFactory.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/Maps.class \
edu/stanford/nlp/util/Maps\$1.class \
edu/stanford/nlp/util/MetaClass.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/MutableDouble.class \
edu/stanford/nlp/util/MutableInteger.class \
edu/stanford/nlp/util/Pair.class \
edu/stanford/nlp/util/Pair\$1.class \
edu/stanford/nlp/util/Pair\$MutableInternedPair.class \
edu/stanford/nlp/util/PriorityQueue.class \
edu/stanford/nlp/util/PropertiesUtils.class \
edu/stanford/nlp/util/ReflectionLoading.class \
edu/stanford/nlp/util/ReflectionLoading\$ReflectionLoadingException.class \
edu/stanford/nlp/util/Scored.class \
edu/stanford/nlp/util/ScoredComparator.class \
edu/stanford/nlp/util/ScoredObject.class \
edu/stanford/nlp/util/Sets.class \
edu/stanford/nlp/util/StreamGobbler.class \
edu/stanford/nlp/util/StringUtils.class \
edu/stanford/nlp/util/StringUtils\$1.class \
edu/stanford/nlp/util/Timing.class \
edu/stanford/nlp/util/Triple.class \
edu/stanford/nlp/util/TypesafeMap.class \
edu/stanford/nlp/util/TypesafeMap\$Key.class \
edu/stanford/nlp/util/XMLUtils.class \
edu/stanford/nlp/util/XMLUtils\$1.class \
edu/stanford/nlp/util/XMLUtils\$SAXErrorHandler.class \
edu/stanford/nlp/util/XMLUtils\$XMLTag.class \
edu/stanford/nlp/util/concurrent/SynchronizedInterner.class \
edu/stanford/nlp/util/concurrent/SynchronizedInterner\$1.class \
edu/stanford/nlp/util/logging/Color.class \
edu/stanford/nlp/util/logging/LogRecordHandler.class \
edu/stanford/nlp/util/logging/OutputHandler.class \
edu/stanford/nlp/util/logging/OutputHandler\$1.class \
edu/stanford/nlp/util/logging/OutputHandler\$TrackInfo.class \
edu/stanford/nlp/util/logging/PrettyLoggable.class \
edu/stanford/nlp/util/logging/PrettyLogger.class \
edu/stanford/nlp/util/logging/PrettyLogger\$1.class \
edu/stanford/nlp/util/logging/Redwood.class \
edu/stanford/nlp/util/logging/Redwood\$1.class \
edu/stanford/nlp/util/logging/Redwood\$2.class \
edu/stanford/nlp/util/logging/Redwood\$3.class \
edu/stanford/nlp/util/logging/Redwood\$4.class \
edu/stanford/nlp/util/logging/Redwood\$5.class \
edu/stanford/nlp/util/logging/Redwood\$6.class \
edu/stanford/nlp/util/logging/Redwood\$7.class \
edu/stanford/nlp/util/logging/Redwood\$ConsoleHandler.class \
edu/stanford/nlp/util/logging/Redwood\$FileHandler.class \
edu/stanford/nlp/util/logging/Redwood\$Flag.class \
edu/stanford/nlp/util/logging/Redwood\$MessageType.class \
edu/stanford/nlp/util/logging/Redwood\$Record.class \
edu/stanford/nlp/util/logging/Redwood\$Record\$1.class \
edu/stanford/nlp/util/logging/Redwood\$RecordHandlerTree.class \
edu/stanford/nlp/util/logging/Redwood\$RecordHandlerTree\$1.class \
edu/stanford/nlp/util/logging/Redwood\$RedwoodChannels.class \
edu/stanford/nlp/util/logging/Redwood\$Util.class \
edu/stanford/nlp/util/logging/Redwood\$Util\$1.class \
edu/stanford/nlp/util/logging/Redwood\$Util\$Tantrum.class \
edu/stanford/nlp/util/logging/RedwoodConfiguration.class \
edu/stanford/nlp/util/logging/RedwoodConfiguration\$1.class \
edu/stanford/nlp/util/logging/RedwoodConfiguration\$10.class \
edu/stanford/nlp/util/logging/RedwoodConfiguration\$11.class \
edu/stanford/nlp/util/logging/RedwoodConfiguration\$12.class \
edu/stanford/nlp/util/logging/RedwoodConfiguration\$12\$1.class \
edu/stanford/nlp/util/logging/RedwoodConfiguration\$13.class \
edu/stanford/nlp/util/logging/RedwoodConfiguration\$14.class \
edu/stanford/nlp/util/logging/RedwoodConfiguration\$15.class \
edu/stanford/nlp/util/logging/RedwoodConfiguration\$2.class \
edu/stanford/nlp/util/logging/RedwoodConfiguration\$3.class \
edu/stanford/nlp/util/logging/RedwoodConfiguration\$4.class \
edu/stanford/nlp/util/logging/RedwoodConfiguration\$5.class \
edu/stanford/nlp/util/logging/RedwoodConfiguration\$6.class \
edu/stanford/nlp/util/logging/RedwoodConfiguration\$7.class \
edu/stanford/nlp/util/logging/RedwoodConfiguration\$8.class \
edu/stanford/nlp/util/logging/RedwoodConfiguration\$9.class \
edu/stanford/nlp/util/logging/RedwoodPrintStream.class \
edu/stanford/nlp/util/logging/RedwoodPrintStream\$1.class \
edu/stanford/nlp/util/logging/RepeatedRecordHandler.class \
edu/stanford/nlp/util/logging/RepeatedRecordHandler\$1.class \
edu/stanford/nlp/util/logging/RepeatedRecordHandler\$ApproximateRepeatSemantics.class \
edu/stanford/nlp/util/logging/RepeatedRecordHandler\$ExactRepeatSemantics.class \
edu/stanford/nlp/util/logging/RepeatedRecordHandler\$PendingType.class \
edu/stanford/nlp/util/logging/RepeatedRecordHandler\$RepeatSemantics.class \
edu/stanford/nlp/util/logging/RepeatedRecordHandler\$RepeatedRecordInfo.class \
edu/stanford/nlp/util/logging/Style.class \
edu/stanford/nlp/util/logging/VisibilityHandler.class \
edu/stanford/nlp/util/logging/VisibilityHandler\$1.class \
edu/stanford/nlp/util/logging/VisibilityHandler\$State.class \
Requested file does not exist: /user/horatio/releases/v1.3.2/projects/core/src/projects/core/src/edu/stanford/nlp/international/french/pipeline/splits/candito.dev
Requested file does not exist: /user/horatio/releases/v1.3.2/projects/core/src/projects/core/src/edu/stanford/nlp/international/french/pipeline/splits/candito.test
Requested file does not exist: /user/horatio/releases/v1.3.2/projects/core/src/projects/core/src/edu/stanford/nlp/international/french/pipeline/splits/candito.train
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/international/Languages.java
edu/stanford/nlp/international/arabic/ArabicMorphoFeatureSpecification.java
edu/stanford/nlp/international/arabic/Buckwalter.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.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/morph/MorphoFeatureSpecification.java
edu/stanford/nlp/international/morph/MorphoFeatures.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/NumberRangeFileFilter.java
edu/stanford/nlp/io/NumberRangesFileFilter.java
edu/stanford/nlp/io/ReaderInputStream.java
edu/stanford/nlp/io/RuntimeIOException.java
edu/stanford/nlp/io/ui/OpenPageDialog.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/CyclicCoreLabel.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/HasOffset.java
edu/stanford/nlp/ling/HasTag.java
edu/stanford/nlp/ling/HasWord.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/Sentence.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/math/ArrayMath.java
edu/stanford/nlp/math/SloppyMath.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/TokenizerFactory.java
edu/stanford/nlp/objectbank/XMLBeginEndIterator.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/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/ArabicUTMTreebankParserParams.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/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/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/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/ParserConstraint.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/Rule.java
edu/stanford/nlp/parser/lexparser/Scorer.java
edu/stanford/nlp/parser/lexparser/SisterAnnotationStats.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/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/lexparser-manifest.txt
edu/stanford/nlp/parser/lexparser/package.html
edu/stanford/nlp/parser/metrics/AbstractEval.java
edu/stanford/nlp/parser/metrics/Evalb.java
edu/stanford/nlp/parser/metrics/EvalbByCat.java
edu/stanford/nlp/parser/metrics/LeafAncestorEval.java
edu/stanford/nlp/parser/metrics/TaggingEval.java
edu/stanford/nlp/parser/metrics/UnlabeledAttachmentEval.java
edu/stanford/nlp/parser/package.html
edu/stanford/nlp/parser/server/LexicalizedParserClient.java
edu/stanford/nlp/parser/server/LexicalizedParserServer.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/process/AbstractListProcessor.java
edu/stanford/nlp/process/AbstractTokenizer.java
edu/stanford/nlp/process/Americanize.java
edu/stanford/nlp/process/CoreLabelTokenFactory.java
edu/stanford/nlp/process/CoreTokenFactory.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/ListProcessor.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/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/WordToSentenceProcessor.java
edu/stanford/nlp/process/WordToTaggedWordProcessor.java
edu/stanford/nlp/process/WordTokenFactory.java
edu/stanford/nlp/process/treebank/AbstractDataset.java
edu/stanford/nlp/process/treebank/ConfigParser.java
edu/stanford/nlp/process/treebank/Dataset.java
edu/stanford/nlp/process/treebank/DefaultMapper.java
edu/stanford/nlp/process/treebank/DistributionPackage.java
edu/stanford/nlp/process/treebank/Mapper.java
edu/stanford/nlp/process/treebank/TreebankPreprocessor.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/EquivalenceClassEval.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/swing/FontDetector.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/TaggerConfig.java
edu/stanford/nlp/trees/AbstractCollinsHeadFinder.java
edu/stanford/nlp/trees/AbstractTreebankLanguagePack.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/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/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/GrammaticalStructureFactory.java
edu/stanford/nlp/trees/GrammaticalStructureFromDependenciesFactory.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/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/TransformingTreebank.java
edu/stanford/nlp/trees/Tree.java
edu/stanford/nlp/trees/TreeCoreAnnotations.java
edu/stanford/nlp/trees/TreeFactory.java
edu/stanford/nlp/trees/TreeFunctions.java
edu/stanford/nlp/trees/TreeGraph.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/TreeToBracketProcessor.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/UnnamedConcreteDependency.java
edu/stanford/nlp/trees/UnnamedDependency.java
edu/stanford/nlp/trees/WordCatConstituent.java
edu/stanford/nlp/trees/WordCatEqualityChecker.java
edu/stanford/nlp/trees/WordCatEquivalenceClasser.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/ArabicUTMHeadFinder.java
edu/stanford/nlp/trees/international/arabic/ArabicUTMTreebankLanguagePack.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/FrenchTreeReader.java
edu/stanford/nlp/trees/international/french/FrenchTreeReaderFactory.java
edu/stanford/nlp/trees/international/french/FrenchTreebankLanguagePack.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/pennchinese/BikelChineseHeadFinder.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/CharacterLevelTagExtender.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/ChineseHeadFinder.java
edu/stanford/nlp/trees/international/pennchinese/ChineseSemanticHeadFinder.java
edu/stanford/nlp/trees/international/pennchinese/ChineseTreebankLanguagePack.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/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/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/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/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/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/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/ui/JarFileChooser.java
edu/stanford/nlp/util/AbstractIterator.java
edu/stanford/nlp/util/ArrayCoreMap.java
edu/stanford/nlp/util/ArrayHeap.java
edu/stanford/nlp/util/ArrayIterable.java
edu/stanford/nlp/util/ArrayMap.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/CollectionFactory.java
edu/stanford/nlp/util/CollectionUtils.java
edu/stanford/nlp/util/CollectionValuedMap.java
edu/stanford/nlp/util/ConcatenationIterator.java
edu/stanford/nlp/util/CoreMap.java
edu/stanford/nlp/util/DataFilePaths.java
edu/stanford/nlp/util/DeltaCollectionValuedMap.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/Filter.java
edu/stanford/nlp/util/FilteredIterator.java
edu/stanford/nlp/util/Filters.java
edu/stanford/nlp/util/FixedPrioritiesPriorityQueue.java
edu/stanford/nlp/util/Function.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/IterableIterator.java
edu/stanford/nlp/util/LowercaseFunction.java
edu/stanford/nlp/util/MapFactory.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/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/StringUtils.java
edu/stanford/nlp/util/Timing.java
edu/stanford/nlp/util/Triple.java
edu/stanford/nlp/util/TypesafeMap.java
edu/stanford/nlp/util/XMLUtils.java
edu/stanford/nlp/util/concurrent/SynchronizedInterner.java
edu/stanford/nlp/util/logging/Color.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/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/Style.java
edu/stanford/nlp/util/logging/VisibilityHandler.java
#####
GENERATING JAR FILE
#####
JAR file:
/u/nlp/distrib/stanford-parser-2012-05-22/stanford-parser-2012-05-22-sources.jar
Root directory:
/user/horatio/releases/v1.3.2/projects/core/src
jar cf /juicy/u44/u/nlp/distrib/stanford-parser-2012-05-22/stanford-parser-2012-05-22-sources.jar 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/international/Languages.java \
edu/stanford/nlp/international/arabic/ArabicMorphoFeatureSpecification.java \
edu/stanford/nlp/international/arabic/Buckwalter.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.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/morph/MorphoFeatureSpecification.java \
edu/stanford/nlp/international/morph/MorphoFeatures.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/NumberRangeFileFilter.java \
edu/stanford/nlp/io/NumberRangesFileFilter.java \
edu/stanford/nlp/io/ReaderInputStream.java \
edu/stanford/nlp/io/RuntimeIOException.java \
edu/stanford/nlp/io/ui/OpenPageDialog.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/CyclicCoreLabel.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/HasOffset.java \
edu/stanford/nlp/ling/HasTag.java \
edu/stanford/nlp/ling/HasWord.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/Sentence.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/math/ArrayMath.java \
edu/stanford/nlp/math/SloppyMath.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/TokenizerFactory.java \
edu/stanford/nlp/objectbank/XMLBeginEndIterator.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/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/ArabicUTMTreebankParserParams.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/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/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/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/ParserConstraint.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/Rule.java \
edu/stanford/nlp/parser/lexparser/Scorer.java \
edu/stanford/nlp/parser/lexparser/SisterAnnotationStats.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/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/lexparser-manifest.txt \
edu/stanford/nlp/parser/lexparser/package.html \
edu/stanford/nlp/parser/metrics/AbstractEval.java \
edu/stanford/nlp/parser/metrics/Evalb.java \
edu/stanford/nlp/parser/metrics/EvalbByCat.java \
edu/stanford/nlp/parser/metrics/LeafAncestorEval.java \
edu/stanford/nlp/parser/metrics/TaggingEval.java \
edu/stanford/nlp/parser/metrics/UnlabeledAttachmentEval.java \
edu/stanford/nlp/parser/package.html \
edu/stanford/nlp/parser/server/LexicalizedParserClient.java \
edu/stanford/nlp/parser/server/LexicalizedParserServer.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/process/AbstractListProcessor.java \
edu/stanford/nlp/process/AbstractTokenizer.java \
edu/stanford/nlp/process/Americanize.java \
edu/stanford/nlp/process/CoreLabelTokenFactory.java \
edu/stanford/nlp/process/CoreTokenFactory.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/ListProcessor.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/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/WordToSentenceProcessor.java \
edu/stanford/nlp/process/WordToTaggedWordProcessor.java \
edu/stanford/nlp/process/WordTokenFactory.java \
edu/stanford/nlp/process/treebank/AbstractDataset.java \
edu/stanford/nlp/process/treebank/ConfigParser.java \
edu/stanford/nlp/process/treebank/Dataset.java \
edu/stanford/nlp/process/treebank/DefaultMapper.java \
edu/stanford/nlp/process/treebank/DistributionPackage.java \
edu/stanford/nlp/process/treebank/Mapper.java \
edu/stanford/nlp/process/treebank/TreebankPreprocessor.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/EquivalenceClassEval.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/swing/FontDetector.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/TaggerConfig.java \
edu/stanford/nlp/trees/AbstractCollinsHeadFinder.java \
edu/stanford/nlp/trees/AbstractTreebankLanguagePack.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/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/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/GrammaticalStructureFactory.java \
edu/stanford/nlp/trees/GrammaticalStructureFromDependenciesFactory.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/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/TransformingTreebank.java \
edu/stanford/nlp/trees/Tree.java \
edu/stanford/nlp/trees/TreeCoreAnnotations.java \
edu/stanford/nlp/trees/TreeFactory.java \
edu/stanford/nlp/trees/TreeFunctions.java \
edu/stanford/nlp/trees/TreeGraph.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/TreeToBracketProcessor.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/UnnamedConcreteDependency.java \
edu/stanford/nlp/trees/UnnamedDependency.java \
edu/stanford/nlp/trees/WordCatConstituent.java \
edu/stanford/nlp/trees/WordCatEqualityChecker.java \
edu/stanford/nlp/trees/WordCatEquivalenceClasser.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/ArabicUTMHeadFinder.java \
edu/stanford/nlp/trees/international/arabic/ArabicUTMTreebankLanguagePack.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/FrenchTreeReader.java \
edu/stanford/nlp/trees/international/french/FrenchTreeReaderFactory.java \
edu/stanford/nlp/trees/international/french/FrenchTreebankLanguagePack.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/pennchinese/BikelChineseHeadFinder.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/CharacterLevelTagExtender.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/ChineseHeadFinder.java \
edu/stanford/nlp/trees/international/pennchinese/ChineseSemanticHeadFinder.java \
edu/stanford/nlp/trees/international/pennchinese/ChineseTreebankLanguagePack.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/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/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/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/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/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/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/ui/JarFileChooser.java \
edu/stanford/nlp/util/AbstractIterator.java \
edu/stanford/nlp/util/ArrayCoreMap.java \
edu/stanford/nlp/util/ArrayHeap.java \
edu/stanford/nlp/util/ArrayIterable.java \
edu/stanford/nlp/util/ArrayMap.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/CollectionFactory.java \
edu/stanford/nlp/util/CollectionUtils.java \
edu/stanford/nlp/util/CollectionValuedMap.java \
edu/stanford/nlp/util/ConcatenationIterator.java \
edu/stanford/nlp/util/CoreMap.java \
edu/stanford/nlp/util/DataFilePaths.java \
edu/stanford/nlp/util/DeltaCollectionValuedMap.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/Filter.java \
edu/stanford/nlp/util/FilteredIterator.java \
edu/stanford/nlp/util/Filters.java \
edu/stanford/nlp/util/FixedPrioritiesPriorityQueue.java \
edu/stanford/nlp/util/Function.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/IterableIterator.java \
edu/stanford/nlp/util/LowercaseFunction.java \
edu/stanford/nlp/util/MapFactory.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/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/StringUtils.java \
edu/stanford/nlp/util/Timing.java \
edu/stanford/nlp/util/Triple.java \
edu/stanford/nlp/util/TypesafeMap.java \
edu/stanford/nlp/util/XMLUtils.java \
edu/stanford/nlp/util/concurrent/SynchronizedInterner.java \
edu/stanford/nlp/util/logging/Color.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/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/Style.java \
edu/stanford/nlp/util/logging/VisibilityHandler.java \
mv $classjar stanford-parser.jar
rm $dir/depdump
mkdir $dir/src
cd $dir/src
jar -xf $srcjar
rm -f $srcjar
rm -rf META-INF
cd $dir
mkdir javadoc
javadoc -d javadoc -classpath stanford-parser.jar -sourcepath src -J-mx256m -subpackages edu.stanford.nlp -author -bottom '<FONT SIZE=2><A HREF="http://nlp.stanford.edu">Stanford NLP Group</A></FONT>' -doctitle "Stanford JavaNLP Parser API Documentation" -link "http://java.sun.com/j2se/1.6.0/docs/api" -windowtitle "Stanford JavaNLP API"
Loading source files for package edu.stanford.nlp.fsm...
Loading source files for package edu.stanford.nlp.objectbank...
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.tagger.maxent...
Loading source files for package edu.stanford.nlp.tagger.io...
Loading source files for package edu.stanford.nlp.parser...
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.tools...
Loading source files for package edu.stanford.nlp.parser.server...
Loading source files for package edu.stanford.nlp.parser.ui...
Loading source files for package edu.stanford.nlp.parser.metrics...
Loading source files for package edu.stanford.nlp.stats...
Loading source files for package edu.stanford.nlp.process...
Loading source files for package edu.stanford.nlp.process.treebank...
Loading source files for package edu.stanford.nlp.trees...
Loading source files for package edu.stanford.nlp.trees.international.hebrew...
Loading source files for package edu.stanford.nlp.trees.international.negra...
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.french...
Loading source files for package edu.stanford.nlp.trees.international.tuebadz...
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.international...
Loading source files for package edu.stanford.nlp.international.morph...
Loading source files for package edu.stanford.nlp.international.arabic.pipeline...
Loading source files for package edu.stanford.nlp.international.arabic.process...
Loading source files for package edu.stanford.nlp.international.arabic...
Loading source files for package edu.stanford.nlp.international.french.pipeline...
Loading source files for package edu.stanford.nlp.international.french...
Loading source files for package edu.stanford.nlp.io...
Loading source files for package edu.stanford.nlp.io.ui...
Loading source files for package edu.stanford.nlp.ui...
Loading source files for package edu.stanford.nlp.math...
Loading source files for package edu.stanford.nlp.ling...
Loading source files for package edu.stanford.nlp.swing...
Constructing Javadoc information...
Standard Doclet version 1.6.0_32
Building tree for all the packages and classes...
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/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//TokenizerFactory.html...
Generating javadoc/edu/stanford/nlp/objectbank//XMLBeginEndIterator.html...
Generating javadoc/edu/stanford/nlp/util//AbstractIterator.html...
Generating javadoc/edu/stanford/nlp/util//ArrayCoreMap.html...
Generating javadoc/edu/stanford/nlp/util//ArrayHeap.html...
Generating javadoc/edu/stanford/nlp/util//ArrayIterable.html...
Generating javadoc/edu/stanford/nlp/util//ArrayMap.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//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...
/juicy/u44/u/nlp/distrib/stanford-parser-2012-05-22/src/edu/stanford/nlp/util/CollectionUtils.java:757: warning - @return tag has no arguments.
Generating javadoc/edu/stanford/nlp/util//CollectionValuedMap.html...
Generating javadoc/edu/stanford/nlp/util//ConcatenationIterator.html...
Generating javadoc/edu/stanford/nlp/util//CoreMap.html...
Generating javadoc/edu/stanford/nlp/util//DataFilePaths.html...
Generating javadoc/edu/stanford/nlp/util//DeltaCollectionValuedMap.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//Filter.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//FixedPrioritiesPriorityQueue.html...
Generating javadoc/edu/stanford/nlp/util//Function.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...
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...
Generating javadoc/edu/stanford/nlp/util//Interval.RelType.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//LowercaseFunction.html...
Generating javadoc/edu/stanford/nlp/util//MapFactory.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//PriorityQueue.html...
Generating javadoc/edu/stanford/nlp/util//PropertiesUtils.html...
Generating javadoc/edu/stanford/nlp/util//ReflectionLoading.html...
Generating javadoc/edu/stanford/nlp/util//ReflectionLoading.ReflectionLoadingException.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//StringUtils.html...
Generating javadoc/edu/stanford/nlp/util//Timing.html...
Generating javadoc/edu/stanford/nlp/util//Triple.html...
Generating javadoc/edu/stanford/nlp/util//TypesafeMap.html...
Generating javadoc/edu/stanford/nlp/util//TypesafeMap.Key.html...
Generating javadoc/edu/stanford/nlp/util//XMLUtils.html...
Generating javadoc/edu/stanford/nlp/util//XMLUtils.XMLTag.html...
Generating javadoc/edu/stanford/nlp/util/logging//Color.html...
Generating javadoc/edu/stanford/nlp/util/logging//LogRecordHandler.html...
/juicy/u44/u/nlp/distrib/stanford-parser-2012-05-22/src/edu/stanford/nlp/util/logging/LogRecordHandler.java:21: warning - Tag @link: reference not found: BooleanLogRecordHandler
/juicy/u44/u/nlp/distrib/stanford-parser-2012-05-22/src/edu/stanford/nlp/util/logging/LogRecordHandler.java:21: warning - Tag @see: reference not found: BooleanLogRecordHandler
Generating javadoc/edu/stanford/nlp/util/logging//OutputHandler.html...
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//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//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//Style.html...
Generating javadoc/edu/stanford/nlp/util/logging//VisibilityHandler.html...
Generating javadoc/edu/stanford/nlp/util/concurrent//SynchronizedInterner.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/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/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/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//ArabicUTMTreebankParserParams.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser//ArabicUTMTreebankParserParams.ArabicSubcategoryStripper.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//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//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...
/juicy/u44/u/nlp/distrib/stanford-parser-2012-05-22/src/edu/stanford/nlp/parser/lexparser/ChineseUnknownWordModelTrainer.java:93: warning - @param argument "trees" is not a parameter name.
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//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//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//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//NegraPennTreebankParserParams.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//ParserConstraint.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//TagProjection.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser//TestOptions.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser//TrainOptions.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//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/tools//PunctEquivalenceClasser.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/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/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//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//LeafAncestorEval.html...
Generating javadoc/edu/stanford/nlp/parser/metrics//TaggingEval.html...
/juicy/u44/u/nlp/distrib/stanford-parser-2012-05-22/src/edu/stanford/nlp/parser/metrics/TaggingEval.java:40: warning - Tag @link: reference not found: TsarfatyEval
Generating javadoc/edu/stanford/nlp/parser/metrics//UnlabeledAttachmentEval.html...
Generating javadoc/edu/stanford/nlp/stats//AbstractCounter.html...
Generating javadoc/edu/stanford/nlp/stats//ClassicCounter.html...
Generating javadoc/edu/stanford/nlp/stats//Counter.html...
/juicy/u44/u/nlp/distrib/stanford-parser-2012-05-22/src/edu/stanford/nlp/stats/Counter.java:51: warning - Tag @link: reference not found: OpenAddressCounter
Generating javadoc/edu/stanford/nlp/stats//Counters.html...
Generating javadoc/edu/stanford/nlp/stats//Distribution.html...
Generating javadoc/edu/stanford/nlp/stats//EquivalenceClasser.html...
Generating javadoc/edu/stanford/nlp/stats//EquivalenceClassEval.html...
Generating javadoc/edu/stanford/nlp/stats//EquivalenceClassEval.EqualityChecker.html...
Generating javadoc/edu/stanford/nlp/stats//EquivalenceClassEval.Factory.html...
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...
/juicy/u44/u/nlp/distrib/stanford-parser-2012-05-22/src/edu/stanford/nlp/stats/Sampler.java:16: warning - Tag @link: reference not found: Sampleable
/juicy/u44/u/nlp/distrib/stanford-parser-2012-05-22/src/edu/stanford/nlp/stats/Sampler.java:16: warning - Tag @link: reference not found: Sampleable
Generating javadoc/edu/stanford/nlp/stats//SimpleGoodTuring.html...
Generating javadoc/edu/stanford/nlp/stats//TwoDimensionalCounter.html...
Generating javadoc/edu/stanford/nlp/stats//TwoDimensionalCounterInterface.html...
Generating javadoc/edu/stanford/nlp/process//AbstractListProcessor.html...
/juicy/u44/u/nlp/distrib/stanford-parser-2012-05-22/src/edu/stanford/nlp/process/DocumentProcessor.java:24: warning - Tag @see: reference not found: FunctionProcessor
Generating javadoc/edu/stanford/nlp/process//AbstractTokenizer.html...
Generating javadoc/edu/stanford/nlp/process//Americanize.html...
Generating javadoc/edu/stanford/nlp/process//CoreLabelTokenFactory.html...
Generating javadoc/edu/stanford/nlp/process//CoreTokenFactory.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...
/juicy/u44/u/nlp/distrib/stanford-parser-2012-05-22/src/edu/stanford/nlp/process/DocumentProcessor.java:24: warning - Tag @see: reference not found: FunctionProcessor
Generating javadoc/edu/stanford/nlp/process//LexedTokenFactory.html...
Generating javadoc/edu/stanford/nlp/process//LexerTokenizer.html...
Generating javadoc/edu/stanford/nlp/process//ListProcessor.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//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//WordTokenFactory.html...
Generating javadoc/edu/stanford/nlp/process//WordToSentenceProcessor.html...
Generating javadoc/edu/stanford/nlp/process//WordToTaggedWordProcessor.html...
Generating javadoc/edu/stanford/nlp/process/treebank//AbstractDataset.html...
Generating javadoc/edu/stanford/nlp/process/treebank//AbstractDataset.SplitFilter.html...
Generating javadoc/edu/stanford/nlp/process/treebank//ConfigParser.html...
Generating javadoc/edu/stanford/nlp/process/treebank//Dataset.html...
Generating javadoc/edu/stanford/nlp/process/treebank//Dataset.Encoding.html...
Generating javadoc/edu/stanford/nlp/process/treebank//DefaultMapper.html...
Generating javadoc/edu/stanford/nlp/process/treebank//DistributionPackage.html...
Generating javadoc/edu/stanford/nlp/process/treebank//Mapper.html...
Generating javadoc/edu/stanford/nlp/process/treebank//TreebankPreprocessor.html...
Generating javadoc/edu/stanford/nlp/trees//AbstractCollinsHeadFinder.html...
Generating javadoc/edu/stanford/nlp/trees//AbstractTreebankLanguagePack.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//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...
/juicy/u44/u/nlp/distrib/stanford-parser-2012-05-22/src/edu/stanford/nlp/trees/DependencyScoring.java:120: warning - @return tag has no arguments.
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...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.AbbreviationModifierGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.AdjectivalComplementGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.AdjectivalModifierGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.AdvClauseModifierGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.AdverbialModifierGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.AgentGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.AppositionalModifierGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.ArgumentGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.AttributiveGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.AuxModifierGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.AuxPassiveGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.ClausalComplementGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.ClausalPassiveSubjectGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.ClausalSubjectGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.ComplementGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.ComplementizerGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.ConjunctGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.ControllingSubjectGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.CoordinationGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.CopulaGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.DeterminerGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.DirectObjectGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.ExpletiveGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.IndirectObjectGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.InfinitivalModifierGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.MarkerGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.ModifierGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.MultiWordExpressionGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.NegationModifierGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.NominalPassiveSubjectGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.NominalSubjectGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.NounCompoundModifierGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.NpAdverbialModifierGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.NumberModifierGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.NumericModifierGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.ObjectGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.ParataxisGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.ParticipialModifierGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.PhrasalVerbParticleGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.PossessionModifierGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.PossessiveModifierGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.PreconjunctGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.PredeterminerGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.PredicateGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.PrepositionalComplementGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.PrepositionalModifierGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.PrepositionalObjectGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.PunctuationGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.PurposeClauseModifierGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.QuantifierModifierGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.ReferentGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.RelativeClauseModifierGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.RelativeGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.SemanticDependentGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.SubjectGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.TemporalModifierGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalRelations.XClausalComplementGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalStructure.html...
Generating javadoc/edu/stanford/nlp/trees//EnglishGrammaticalStructure.FromDependenciesFactory.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//GrammaticalRelation.DependentGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//GrammaticalRelation.GovernorGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//GrammaticalRelation.GrammaticalRelationAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//GrammaticalRelation.KillGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//GrammaticalRelation.Language.html...
Generating javadoc/edu/stanford/nlp/trees//GrammaticalRelation.RootGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//GrammaticalStructure.html...
Generating javadoc/edu/stanford/nlp/trees//GrammaticalStructureFactory.html...
Generating javadoc/edu/stanford/nlp/trees//GrammaticalStructureFromDependenciesFactory.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...
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...
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//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//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.HeadTagAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//TreeCoreAnnotations.HeadWordAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//TreeCoreAnnotations.TreeAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees//TreeFactory.html...
Generating javadoc/edu/stanford/nlp/trees//TreeFunctions.html...
Generating javadoc/edu/stanford/nlp/trees//TreeGraph.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//TreeToBracketProcessor.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//UnnamedConcreteDependency.html...
Generating javadoc/edu/stanford/nlp/trees//UnnamedDependency.html...
Generating javadoc/edu/stanford/nlp/trees//WordCatConstituent.html...
Generating javadoc/edu/stanford/nlp/trees//WordCatEqualityChecker.html...
Generating javadoc/edu/stanford/nlp/trees//WordCatEquivalenceClasser.html...
Generating javadoc/edu/stanford/nlp/trees//WordNetConnection.html...
Generating javadoc/edu/stanford/nlp/trees//WordStemmer.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/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/international/pennchinese//BikelChineseHeadFinder.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//CharacterLevelTagExtender.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...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.AdjectivalModifierGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.AdverbialModifierGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.ArgumentGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.AspectMarkerGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.AssociativeMarkerGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.AssociativeModifierGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.AttributiveGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.AuxModifierGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.AuxPassiveGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.BaGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.ClausalComplementGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.ClausalSubjectGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.ClauseModifierGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.ComplementGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.ComplementizerGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.ControllingSubjectGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.CoordinationGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.DeterminerGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.DirectObjectGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.DvpMarkerGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.DvpModifierGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.EtcGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.LocalizerComplementGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.ModalGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.ModifierGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.NegationModifierGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.NominalPassiveSubjectGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.NominalSubjectGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.NounCompoundModifierGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.NumberModifierGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.NumericModifierGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.ObjectGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.OrdNumberGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.ParentheticalGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.ParticipialModifierGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.PreconjunctGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.PrepositionalLocalizerModifierGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.PrepositionalModifierGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.PrepositionalObjectGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.PunctuationGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.RangeGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.RelativeClauseModifierGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.ResultativeComplementGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.SemanticDependentGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.SubjectGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.TemporalClauseGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.TemporalGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.TimePostpositionGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.TopicGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.VerbCompoundGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.VerbModifierGRAnnotation.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//ChineseGrammaticalRelations.XClausalComplementGRAnnotation.html...
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//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//CHTBTokenizer.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//CTBErrorCorrectingTreeNormalizer.html...
Generating javadoc/edu/stanford/nlp/trees/international/pennchinese//CTBTreeReaderFactory.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/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//ArabicUTMHeadFinder.html...
Generating javadoc/edu/stanford/nlp/trees/international/arabic//ArabicUTMHeadFinder.TagSet.html...
Generating javadoc/edu/stanford/nlp/trees/international/arabic//ArabicUTMTreebankLanguagePack.html...
Generating javadoc/edu/stanford/nlp/trees/international/arabic//ATBTreeUtils.html...
Generating javadoc/edu/stanford/nlp/trees/international/french//DybroFrenchHeadFinder.html...
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//FrenchTreeReader.html...
Generating javadoc/edu/stanford/nlp/trees/international/french//FrenchTreeReaderFactory.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/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...
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//CoindexNodes.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...
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/international//Languages.html...
Generating javadoc/edu/stanford/nlp/international//Languages.Language.html...
Generating javadoc/edu/stanford/nlp/international/morph//MorphoFeatures.html...
Generating javadoc/edu/stanford/nlp/international/morph//MorphoFeatureSpecification.html...
/juicy/u44/u/nlp/distrib/stanford-parser-2012-05-22/src/edu/stanford/nlp/international/morph/MorphoFeatureSpecification.java:57: warning - @return tag has no arguments.
Generating javadoc/edu/stanford/nlp/international/morph//MorphoFeatureSpecification.MorphoFeatureType.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/arabic/process//ArabicTokenizer.html...
Generating javadoc/edu/stanford/nlp/international/arabic/process//ArabicTokenizer.ArabicTokenizerFactory.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/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//FrenchMorphoFeatureSpecification.html...
Generating javadoc/edu/stanford/nlp/international/french//FrenchUnknownWordSignatures.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//NumberRangeFileFilter.html...
Generating javadoc/edu/stanford/nlp/io//NumberRangesFileFilter.html...
Generating javadoc/edu/stanford/nlp/io//ReaderInputStream.html...
Generating javadoc/edu/stanford/nlp/io//RuntimeIOException.html...
Generating javadoc/edu/stanford/nlp/io/ui//OpenPageDialog.html...
Generating javadoc/edu/stanford/nlp/ui//JarFileChooser.html...
Generating javadoc/edu/stanford/nlp/math//ArrayMath.html...
Generating javadoc/edu/stanford/nlp/math//SloppyMath.html...
Generating javadoc/edu/stanford/nlp/ling//AnnotationLookup.html...
Generating javadoc/edu/stanford/nlp/ling//AnnotationLookup.KeyLookup.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...
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.AntecedentAnnotation.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.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.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.CoarseTagAnnotation.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.ContextsAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling//CoreAnnotations.CopyAnnotation.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.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.EntityRuleAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling//CoreAnnotations.EntityTypeAnnotation.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.FirstChildAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling//CoreAnnotations.ForcedSentenceEndAnnotation.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.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.IsURLAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling//CoreAnnotations.LabelAnnotation.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.LMiddleAnnotation.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.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.NamedEntityTagAnnotation.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.OriginalAnswerAnnotation.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.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.PrevChildAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling//CoreAnnotations.PriorAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling//CoreAnnotations.ProjectedCategoryAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling//CoreAnnotations.ProtoAnnotation.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.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.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...
/juicy/u44/u/nlp/distrib/stanford-parser-2012-05-22/src/edu/stanford/nlp/ling/CoreAnnotations.java:519: warning - Tag @link: reference not found: edu.stanford.nlp.process.WordShapeClassifier
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.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.UnknownAnnotation.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.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...
Generating javadoc/edu/stanford/nlp/ling//CoreLabel.GenericAnnotation.html...
Generating javadoc/edu/stanford/nlp/ling//CyclicCoreLabel.html...
Generating javadoc/edu/stanford/nlp/ling//Datum.html...
/juicy/u44/u/nlp/distrib/stanford-parser-2012-05-22/src/edu/stanford/nlp/ling/Datum.java:18: warning - Tag @link: reference not found: 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//HasOffset.html...
Generating javadoc/edu/stanford/nlp/ling//HasTag.html...
Generating javadoc/edu/stanford/nlp/ling//HasWord.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//Sentence.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/swing//FontDetector.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/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/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/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/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/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/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/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/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/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/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/process/treebank//package-frame.html...
Generating javadoc/edu/stanford/nlp/process/treebank//package-summary.html...
Generating javadoc/edu/stanford/nlp/process/treebank//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/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/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/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/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...
Generating javadoc/stylesheet.css...
14 warnings
set docdir=$JAVANLP_HOME/projects/core/doc/lexparser
cd $docdir
pdflatex dependencies_manual.tex
This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4)
entering extended mode
(./dependencies_manual.tex
LaTeX2e <2003/12/01>
Babel <v3.8d> and hyphenation patterns for american, french, german, ngerman, b
ahasa, basque, bulgarian, catalan, croatian, czech, danish, dutch, esperanto, e
stonian, finnish, greek, icelandic, irish, italian, latin, magyar, norsk, polis
h, portuges, romanian, russian, serbian, slovak, slovene, spanish, swedish, tur
kish, ukrainian, nohyphenation, loaded.
(/usr/share/texmf/tex/latex/base/article.cls
Document Class: article 2004/02/16 v1.4f Standard LaTeX document class
(/usr/share/texmf/tex/latex/base/size11.clo))
(/usr/share/texmf/tex/latex/base/inputenc.sty
(/usr/share/texmf/tex/latex/base/utf8.def
(/usr/share/texmf/tex/latex/base/t1enc.dfu)
(/usr/share/texmf/tex/latex/base/ot1enc.dfu)
(/usr/share/texmf/tex/latex/base/omsenc.dfu)))
(/usr/share/texmf/tex/latex/base/latexsym.sty)
(/usr/share/texmf/tex/latex/amsmath/amsmath.sty
For additional information on amsmath, use the `?' option.
(/usr/share/texmf/tex/latex/amsmath/amstext.sty
(/usr/share/texmf/tex/latex/amsmath/amsgen.sty))
(/usr/share/texmf/tex/latex/amsmath/amsbsy.sty)
(/usr/share/texmf/tex/latex/amsmath/amsopn.sty))
(/usr/share/texmf/tex/latex/natbib/natbib.sty)
(/usr/share/texmf/tex/latex/graphics/graphicx.sty
(/usr/share/texmf/tex/latex/graphics/keyval.sty)
(/usr/share/texmf/tex/latex/graphics/graphics.sty
(/usr/share/texmf/tex/latex/graphics/trig.sty)
(/usr/share/texmf/tex/latex/graphics/graphics.cfg)
(/usr/share/texmf/tex/latex/graphics/pdftex.def)))
LaTeX Warning: Unused global option(s):
[letter].
(./dependencies_manual.aux) (/usr/share/texmf/tex/context/base/supp-pdf.tex
(/usr/share/texmf/tex/context/base/supp-mis.tex
loading : Context Support Macros / Miscellaneous (2004.10.26)
)
loading : Context Support Macros / PDF (2004.03.26)
) (/usr/share/texmf/tex/latex/base/ulasy.fd)
<bell.pdf, id=1, 429.605pt x 408.52625pt> <use bell.pdf> [1{/usr/share/texmf-va
r/fonts/map/pdftex/updmap/pdftex.map}]
Underfull \hbox (badness 10000) in paragraph at lines 91--93
[2 <./bell.pdf>] [3] [4] [5] [6] [7] [8] [9]
Underfull \hbox (badness 10000) in paragraph at lines 485--486
[10] [11] [12]
Underfull \hbox (badness 10000) in paragraph at lines 610--617
Underfull \hbox (badness 10000) in paragraph at lines 618--621
[13]
Underfull \hbox (badness 10000) in paragraph at lines 622--623
Underfull \hbox (badness 10000) in paragraph at lines 642--648
Underfull \hbox (badness 10000) in paragraph at lines 649--653
[14] [15] [16]
Underfull \hbox (badness 10000) in paragraph at lines 754--755
Overfull \hbox (24.96313pt too wide) in paragraph at lines 757--777
[]
[17] [18]
Underfull \hbox (badness 10000) in paragraph at lines 858--859
Overfull \hbox (105.55467pt too wide) in paragraph at lines 865--878
| \OT1/cmtt/m/n/10.95 LexicalizedParser.loadModel("edu/stanford/nlp/models/lexp
arser/englishPCFG.ser.gz",
Underfull \hbox (badness 10000) in paragraph at lines 865--878
[19]
Underfull \hbox (badness 10000) in paragraph at lines 894--896
Underfull \hbox (badness 10000) in paragraph at lines 902--903
Underfull \hbox (badness 10000) in paragraph at lines 924--925
Underfull \hbox (badness 10000) in paragraph at lines 926--927
[20] [21] (./dependencies_manual.bbl
Underfull \hbox (badness 1769) in paragraph at lines 84--89
[]\OT1/cmr/m/n/10.95 Marie-Catherine de Marn-effe, Bill Mac-Cart-ney, and Chris
to-pher D. Man-ning. Gen-
Underfull \hbox (badness 2951) in paragraph at lines 84--89
\OT1/cmr/m/n/10.95 er-at-ing typed de-pen-dency parses from phrase struc-ture p
arses. In \OT1/cmr/m/it/10.95 5th In-ter-na-
[22]
Underfull \hbox (badness 2057) in paragraph at lines 132--137
[]\OT1/cmr/m/n/10.95 Jason S. Kessler. Polling the bl-o-go-sphere: a rule-base
d ap-proach to be-lief clas-si-
Underfull \hbox (badness 1715) in paragraph at lines 132--137
\OT1/cmr/m/n/10.95 fi-ca-tion. In \OT1/cmr/m/it/10.95 In-ter-na-tional Con-fer
-ence on We-blogs and So-cial Me-dia\OT1/cmr/m/n/10.95 , 2008. URL
Underfull \hbox (badness 1852) in paragraph at lines 153--160
\OT1/cmr/m/n/10.95 disease as-so-ci-a-tions us-ing cen-tral-ity on a lit-er-a-t
ure mined gene-interaction net-work.
Underfull \hbox (badness 1939) in paragraph at lines 153--160
\OT1/cmr/m/it/10.95 Bioin-for-mat-ics\OT1/cmr/m/n/10.95 , 24(13):i277--i285, 20
08. doi: 10.1093/bioin-for-mat-ics/btn182. URL
[23]) [24] (./dependencies_manual.aux) )
(see the transcript file for additional information)</usr/share/texmf/fonts/typ
e1/bluesky/cm/cmcsc10.pfb></usr/share/texmf/fonts/type1/bluesky/cm/cmsy10.pfb><
/usr/share/texmf/fonts/type1/bluesky/cm/cmti9.pfb></usr/share/texmf/fonts/type1
/bluesky/cm/cmmi10.pfb></usr/share/texmf/fonts/type1/bluesky/cm/cmss10.pfb></us
r/share/texmf/fonts/type1/bluesky/cm/cmbx9.pfb></usr/share/texmf/fonts/type1/bl
uesky/cm/cmtt10.pfb></usr/share/texmf/fonts/type1/bluesky/cm/cmr9.pfb></usr/sha
re/texmf/fonts/type1/bluesky/cm/cmr6.pfb></usr/share/texmf/fonts/type1/bluesky/
cm/cmr8.pfb></usr/share/texmf/fonts/type1/bluesky/cm/cmsl10.pfb></usr/share/tex
mf/fonts/type1/bluesky/cm/cmbxti10.pfb></usr/share/texmf/fonts/type1/bluesky/cm
/cmbx10.pfb></usr/share/texmf/fonts/type1/bluesky/cm/cmti10.pfb></usr/share/tex
mf/fonts/type1/bluesky/cm/cmr10.pfb></usr/share/texmf/fonts/type1/bluesky/cm/cm
r12.pfb></usr/share/texmf/fonts/type1/bluesky/cm/cmbx12.pfb>
Output written on dependencies_manual.pdf (24 pages, 213576 bytes).
Transcript written on dependencies_manual.log.
bibtex dependencies_manual.aux
This is BibTeX, Version 0.99c (Web2C 7.5.4)
The top-level auxiliary file: dependencies_manual.aux
The style file: plainnat.bst
Database file #1: dependencies_manual.bib
pdflatex dependencies_manual.tex
This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4)
entering extended mode
(./dependencies_manual.tex
LaTeX2e <2003/12/01>
Babel <v3.8d> and hyphenation patterns for american, french, german, ngerman, b
ahasa, basque, bulgarian, catalan, croatian, czech, danish, dutch, esperanto, e
stonian, finnish, greek, icelandic, irish, italian, latin, magyar, norsk, polis
h, portuges, romanian, russian, serbian, slovak, slovene, spanish, swedish, tur
kish, ukrainian, nohyphenation, loaded.
(/usr/share/texmf/tex/latex/base/article.cls
Document Class: article 2004/02/16 v1.4f Standard LaTeX document class
(/usr/share/texmf/tex/latex/base/size11.clo))
(/usr/share/texmf/tex/latex/base/inputenc.sty
(/usr/share/texmf/tex/latex/base/utf8.def
(/usr/share/texmf/tex/latex/base/t1enc.dfu)
(/usr/share/texmf/tex/latex/base/ot1enc.dfu)
(/usr/share/texmf/tex/latex/base/omsenc.dfu)))
(/usr/share/texmf/tex/latex/base/latexsym.sty)
(/usr/share/texmf/tex/latex/amsmath/amsmath.sty
For additional information on amsmath, use the `?' option.
(/usr/share/texmf/tex/latex/amsmath/amstext.sty
(/usr/share/texmf/tex/latex/amsmath/amsgen.sty))
(/usr/share/texmf/tex/latex/amsmath/amsbsy.sty)
(/usr/share/texmf/tex/latex/amsmath/amsopn.sty))
(/usr/share/texmf/tex/latex/natbib/natbib.sty)
(/usr/share/texmf/tex/latex/graphics/graphicx.sty
(/usr/share/texmf/tex/latex/graphics/keyval.sty)
(/usr/share/texmf/tex/latex/graphics/graphics.sty
(/usr/share/texmf/tex/latex/graphics/trig.sty)
(/usr/share/texmf/tex/latex/graphics/graphics.cfg)
(/usr/share/texmf/tex/latex/graphics/pdftex.def)))
LaTeX Warning: Unused global option(s):
[letter].
(./dependencies_manual.aux) (/usr/share/texmf/tex/context/base/supp-pdf.tex
(/usr/share/texmf/tex/context/base/supp-mis.tex
loading : Context Support Macros / Miscellaneous (2004.10.26)
)
loading : Context Support Macros / PDF (2004.03.26)
) (/usr/share/texmf/tex/latex/base/ulasy.fd)
<bell.pdf, id=1, 429.605pt x 408.52625pt> <use bell.pdf> [1{/usr/share/texmf-va
r/fonts/map/pdftex/updmap/pdftex.map}]
Underfull \hbox (badness 10000) in paragraph at lines 91--93
[2 <./bell.pdf>] [3] [4] [5] [6] [7] [8] [9]
Underfull \hbox (badness 10000) in paragraph at lines 485--486
[10] [11] [12]
Underfull \hbox (badness 10000) in paragraph at lines 610--617
Underfull \hbox (badness 10000) in paragraph at lines 618--621
[13]
Underfull \hbox (badness 10000) in paragraph at lines 622--623
Underfull \hbox (badness 10000) in paragraph at lines 642--648
Underfull \hbox (badness 10000) in paragraph at lines 649--653
[14] [15] [16]
Underfull \hbox (badness 10000) in paragraph at lines 754--755
Overfull \hbox (24.96313pt too wide) in paragraph at lines 757--777
[]
[17] [18]
Underfull \hbox (badness 10000) in paragraph at lines 858--859
Overfull \hbox (105.55467pt too wide) in paragraph at lines 865--878
| \OT1/cmtt/m/n/10.95 LexicalizedParser.loadModel("edu/stanford/nlp/models/lexp
arser/englishPCFG.ser.gz",
Underfull \hbox (badness 10000) in paragraph at lines 865--878
[19]
Underfull \hbox (badness 10000) in paragraph at lines 894--896
Underfull \hbox (badness 10000) in paragraph at lines 902--903
Underfull \hbox (badness 10000) in paragraph at lines 924--925
Underfull \hbox (badness 10000) in paragraph at lines 926--927
[20] [21] (./dependencies_manual.bbl
Underfull \hbox (badness 1769) in paragraph at lines 84--89
[]\OT1/cmr/m/n/10.95 Marie-Catherine de Marn-effe, Bill Mac-Cart-ney, and Chris
to-pher D. Man-ning. Gen-
Underfull \hbox (badness 2951) in paragraph at lines 84--89
\OT1/cmr/m/n/10.95 er-at-ing typed de-pen-dency parses from phrase struc-ture p
arses. In \OT1/cmr/m/it/10.95 5th In-ter-na-
[22]
Underfull \hbox (badness 2057) in paragraph at lines 132--137
[]\OT1/cmr/m/n/10.95 Jason S. Kessler. Polling the bl-o-go-sphere: a rule-base
d ap-proach to be-lief clas-si-
Underfull \hbox (badness 1715) in paragraph at lines 132--137
\OT1/cmr/m/n/10.95 fi-ca-tion. In \OT1/cmr/m/it/10.95 In-ter-na-tional Con-fer
-ence on We-blogs and So-cial Me-dia\OT1/cmr/m/n/10.95 , 2008. URL
Underfull \hbox (badness 1852) in paragraph at lines 153--160
\OT1/cmr/m/n/10.95 disease as-so-ci-a-tions us-ing cen-tral-ity on a lit-er-a-t
ure mined gene-interaction net-work.
Underfull \hbox (badness 1939) in paragraph at lines 153--160
\OT1/cmr/m/it/10.95 Bioin-for-mat-ics\OT1/cmr/m/n/10.95 , 24(13):i277--i285, 20
08. doi: 10.1093/bioin-for-mat-ics/btn182. URL
[23]) [24] (./dependencies_manual.aux) )
(see the transcript file for additional information)</usr/share/texmf/fonts/typ
e1/bluesky/cm/cmcsc10.pfb></usr/share/texmf/fonts/type1/bluesky/cm/cmsy10.pfb><
/usr/share/texmf/fonts/type1/bluesky/cm/cmti9.pfb></usr/share/texmf/fonts/type1
/bluesky/cm/cmmi10.pfb></usr/share/texmf/fonts/type1/bluesky/cm/cmss10.pfb></us
r/share/texmf/fonts/type1/bluesky/cm/cmbx9.pfb></usr/share/texmf/fonts/type1/bl
uesky/cm/cmtt10.pfb></usr/share/texmf/fonts/type1/bluesky/cm/cmr9.pfb></usr/sha
re/texmf/fonts/type1/bluesky/cm/cmr6.pfb></usr/share/texmf/fonts/type1/bluesky/
cm/cmr8.pfb></usr/share/texmf/fonts/type1/bluesky/cm/cmsl10.pfb></usr/share/tex
mf/fonts/type1/bluesky/cm/cmbxti10.pfb></usr/share/texmf/fonts/type1/bluesky/cm
/cmbx10.pfb></usr/share/texmf/fonts/type1/bluesky/cm/cmti10.pfb></usr/share/tex
mf/fonts/type1/bluesky/cm/cmr10.pfb></usr/share/texmf/fonts/type1/bluesky/cm/cm
r12.pfb></usr/share/texmf/fonts/type1/bluesky/cm/cmbx12.pfb>
Output written on dependencies_manual.pdf (24 pages, 213576 bytes).
Transcript written on dependencies_manual.log.
pdflatex dependencies_manual.tex
This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4)
entering extended mode
(./dependencies_manual.tex
LaTeX2e <2003/12/01>
Babel <v3.8d> and hyphenation patterns for american, french, german, ngerman, b
ahasa, basque, bulgarian, catalan, croatian, czech, danish, dutch, esperanto, e
stonian, finnish, greek, icelandic, irish, italian, latin, magyar, norsk, polis
h, portuges, romanian, russian, serbian, slovak, slovene, spanish, swedish, tur
kish, ukrainian, nohyphenation, loaded.
(/usr/share/texmf/tex/latex/base/article.cls
Document Class: article 2004/02/16 v1.4f Standard LaTeX document class
(/usr/share/texmf/tex/latex/base/size11.clo))
(/usr/share/texmf/tex/latex/base/inputenc.sty
(/usr/share/texmf/tex/latex/base/utf8.def
(/usr/share/texmf/tex/latex/base/t1enc.dfu)
(/usr/share/texmf/tex/latex/base/ot1enc.dfu)
(/usr/share/texmf/tex/latex/base/omsenc.dfu)))
(/usr/share/texmf/tex/latex/base/latexsym.sty)
(/usr/share/texmf/tex/latex/amsmath/amsmath.sty
For additional information on amsmath, use the `?' option.
(/usr/share/texmf/tex/latex/amsmath/amstext.sty
(/usr/share/texmf/tex/latex/amsmath/amsgen.sty))
(/usr/share/texmf/tex/latex/amsmath/amsbsy.sty)
(/usr/share/texmf/tex/latex/amsmath/amsopn.sty))
(/usr/share/texmf/tex/latex/natbib/natbib.sty)
(/usr/share/texmf/tex/latex/graphics/graphicx.sty
(/usr/share/texmf/tex/latex/graphics/keyval.sty)
(/usr/share/texmf/tex/latex/graphics/graphics.sty
(/usr/share/texmf/tex/latex/graphics/trig.sty)
(/usr/share/texmf/tex/latex/graphics/graphics.cfg)
(/usr/share/texmf/tex/latex/graphics/pdftex.def)))
LaTeX Warning: Unused global option(s):
[letter].
(./dependencies_manual.aux) (/usr/share/texmf/tex/context/base/supp-pdf.tex
(/usr/share/texmf/tex/context/base/supp-mis.tex
loading : Context Support Macros / Miscellaneous (2004.10.26)
)
loading : Context Support Macros / PDF (2004.03.26)
) (/usr/share/texmf/tex/latex/base/ulasy.fd)
<bell.pdf, id=1, 429.605pt x 408.52625pt> <use bell.pdf> [1{/usr/share/texmf-va
r/fonts/map/pdftex/updmap/pdftex.map}]
Underfull \hbox (badness 10000) in paragraph at lines 91--93
[2 <./bell.pdf>] [3] [4] [5] [6] [7] [8] [9]
Underfull \hbox (badness 10000) in paragraph at lines 485--486
[10] [11] [12]
Underfull \hbox (badness 10000) in paragraph at lines 610--617
Underfull \hbox (badness 10000) in paragraph at lines 618--621
[13]
Underfull \hbox (badness 10000) in paragraph at lines 622--623
Underfull \hbox (badness 10000) in paragraph at lines 642--648
Underfull \hbox (badness 10000) in paragraph at lines 649--653
[14] [15] [16]
Underfull \hbox (badness 10000) in paragraph at lines 754--755
Overfull \hbox (24.96313pt too wide) in paragraph at lines 757--777
[]
[17] [18]
Underfull \hbox (badness 10000) in paragraph at lines 858--859
Overfull \hbox (105.55467pt too wide) in paragraph at lines 865--878
| \OT1/cmtt/m/n/10.95 LexicalizedParser.loadModel("edu/stanford/nlp/models/lexp
arser/englishPCFG.ser.gz",
Underfull \hbox (badness 10000) in paragraph at lines 865--878
[19]
Underfull \hbox (badness 10000) in paragraph at lines 894--896
Underfull \hbox (badness 10000) in paragraph at lines 902--903
Underfull \hbox (badness 10000) in paragraph at lines 924--925
Underfull \hbox (badness 10000) in paragraph at lines 926--927
[20] [21] (./dependencies_manual.bbl
Underfull \hbox (badness 1769) in paragraph at lines 84--89
[]\OT1/cmr/m/n/10.95 Marie-Catherine de Marn-effe, Bill Mac-Cart-ney, and Chris
to-pher D. Man-ning. Gen-
Underfull \hbox (badness 2951) in paragraph at lines 84--89
\OT1/cmr/m/n/10.95 er-at-ing typed de-pen-dency parses from phrase struc-ture p
arses. In \OT1/cmr/m/it/10.95 5th In-ter-na-
[22]
Underfull \hbox (badness 2057) in paragraph at lines 132--137
[]\OT1/cmr/m/n/10.95 Jason S. Kessler. Polling the bl-o-go-sphere: a rule-base
d ap-proach to be-lief clas-si-
Underfull \hbox (badness 1715) in paragraph at lines 132--137
\OT1/cmr/m/n/10.95 fi-ca-tion. In \OT1/cmr/m/it/10.95 In-ter-na-tional Con-fer
-ence on We-blogs and So-cial Me-dia\OT1/cmr/m/n/10.95 , 2008. URL
Underfull \hbox (badness 1852) in paragraph at lines 153--160
\OT1/cmr/m/n/10.95 disease as-so-ci-a-tions us-ing cen-tral-ity on a lit-er-a-t
ure mined gene-interaction net-work.
Underfull \hbox (badness 1939) in paragraph at lines 153--160
\OT1/cmr/m/it/10.95 Bioin-for-mat-ics\OT1/cmr/m/n/10.95 , 24(13):i277--i285, 20
08. doi: 10.1093/bioin-for-mat-ics/btn182. URL
[23]) [24] (./dependencies_manual.aux) )
(see the transcript file for additional information)</usr/share/texmf/fonts/typ
e1/bluesky/cm/cmcsc10.pfb></usr/share/texmf/fonts/type1/bluesky/cm/cmsy10.pfb><
/usr/share/texmf/fonts/type1/bluesky/cm/cmti9.pfb></usr/share/texmf/fonts/type1
/bluesky/cm/cmmi10.pfb></usr/share/texmf/fonts/type1/bluesky/cm/cmss10.pfb></us
r/share/texmf/fonts/type1/bluesky/cm/cmbx9.pfb></usr/share/texmf/fonts/type1/bl
uesky/cm/cmtt10.pfb></usr/share/texmf/fonts/type1/bluesky/cm/cmr9.pfb></usr/sha
re/texmf/fonts/type1/bluesky/cm/cmr6.pfb></usr/share/texmf/fonts/type1/bluesky/
cm/cmr8.pfb></usr/share/texmf/fonts/type1/bluesky/cm/cmsl10.pfb></usr/share/tex
mf/fonts/type1/bluesky/cm/cmbxti10.pfb></usr/share/texmf/fonts/type1/bluesky/cm
/cmbx10.pfb></usr/share/texmf/fonts/type1/bluesky/cm/cmti10.pfb></usr/share/tex
mf/fonts/type1/bluesky/cm/cmr10.pfb></usr/share/texmf/fonts/type1/bluesky/cm/cm
r12.pfb></usr/share/texmf/fonts/type1/bluesky/cm/cmbx12.pfb>
Output written on dependencies_manual.pdf (24 pages, 213576 bytes).
Transcript written on dependencies_manual.log.
cd $dir
cp $docdir/build.xml $docdir/Makefile $docdir/README* $docdir/LICENSE.txt $docdir/dependencies_manual.pdf $docdir/pom.xml .
set bindir=$JAVANLP_HOME/projects/core/scripts
mkdir $dir/bin
cp $bindir/lexparser* .
cp $bindir/makeSerialized.csh $bindir/run-tb-preproc $dir/bin
cp lexparser-gui.sh lexparser-gui.command
echo TESTING BUILD
TESTING BUILD
cd $dir
ant -noclasspath || exit
Buildfile: /juicy/u44/u/nlp/distrib/stanford-parser-2012-05-22/build.xml
prepare:
[mkdir] Created dir: /juicy/u44/u/nlp/distrib/stanford-parser-2012-05-22/classes
classpath:
compile:
[javac] Compiling 505 source files to /juicy/u44/u/nlp/distrib/stanford-parser-2012-05-22/classes
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
BUILD SUCCESSFUL
Total time: 17 seconds
rm -rf classes
echo BUILD SUCCESSFUL
BUILD SUCCESSFUL
jar cvf $srcjar src
added manifest
adding: src/(in = 0) (out= 0)(stored 0%)
adding: src/edu/(in = 0) (out= 0)(stored 0%)
adding: src/edu/stanford/(in = 0) (out= 0)(stored 0%)
adding: src/edu/stanford/nlp/(in = 0) (out= 0)(stored 0%)
adding: src/edu/stanford/nlp/fsm/(in = 0) (out= 0)(stored 0%)
adding: src/edu/stanford/nlp/fsm/TransducerGraph.java(in = 27706) (out= 6275)(deflated 77%)
adding: src/edu/stanford/nlp/fsm/QuasiDeterminizer.java(in = 5545) (out= 1645)(deflated 70%)
adding: src/edu/stanford/nlp/fsm/Block.java(in = 169) (out= 139)(deflated 17%)
adding: src/edu/stanford/nlp/fsm/AutomatonMinimizer.java(in = 193) (out= 141)(deflated 26%)
adding: src/edu/stanford/nlp/fsm/FastExactAutomatonMinimizer.java(in = 11386) (out= 2673)(deflated 76%)
adding: src/edu/stanford/nlp/objectbank/(in = 0) (out= 0)(stored 0%)
adding: src/edu/stanford/nlp/objectbank/IteratorFromReaderFactory.java(in = 520) (out= 279)(deflated 46%)
adding: src/edu/stanford/nlp/objectbank/LineIterator.java(in = 3231) (out= 1127)(deflated 65%)
adding: src/edu/stanford/nlp/objectbank/TokenizerFactory.java(in = 969) (out= 480)(deflated 50%)
adding: src/edu/stanford/nlp/objectbank/XMLBeginEndIterator.java(in = 9229) (out= 2402)(deflated 73%)
adding: src/edu/stanford/nlp/objectbank/IdentityFunction.java(in = 338) (out= 214)(deflated 36%)
adding: src/edu/stanford/nlp/objectbank/ReaderIteratorFactory.java(in = 7965) (out= 2141)(deflated 73%)
adding: src/edu/stanford/nlp/objectbank/ObjectBank.java(in = 14062) (out= 3771)(deflated 73%)
adding: src/edu/stanford/nlp/util/(in = 0) (out= 0)(stored 0%)
adding: src/edu/stanford/nlp/util/Heap.java(in = 2203) (out= 918)(deflated 58%)
adding: src/edu/stanford/nlp/util/ArrayMap.java(in = 5543) (out= 1552)(deflated 72%)
adding: src/edu/stanford/nlp/util/MapFactory.java(in = 9089) (out= 1327)(deflated 85%)
adding: src/edu/stanford/nlp/util/ArrayUtils.java(in = 21075) (out= 3832)(deflated 81%)
adding: src/edu/stanford/nlp/util/LowercaseFunction.java(in = 339) (out= 218)(deflated 35%)
adding: src/edu/stanford/nlp/util/Timing.java(in = 9324) (out= 1542)(deflated 83%)
adding: src/edu/stanford/nlp/util/BinaryHeapPriorityQueue.java(in = 14070) (out= 3662)(deflated 73%)
adding: src/edu/stanford/nlp/util/PriorityQueue.java(in = 4581) (out= 1671)(deflated 63%)
adding: src/edu/stanford/nlp/util/CollectionUtils.java(in = 26084) (out= 5958)(deflated 77%)
adding: src/edu/stanford/nlp/util/AbstractIterator.java(in = 458) (out= 237)(deflated 48%)
adding: src/edu/stanford/nlp/util/StreamGobbler.java(in = 1005) (out= 507)(deflated 49%)
adding: src/edu/stanford/nlp/util/ScoredObject.java(in = 673) (out= 274)(deflated 59%)
adding: src/edu/stanford/nlp/util/DisabledPreferences.java(in = 1241) (out= 440)(deflated 64%)
adding: src/edu/stanford/nlp/util/IntQuadruple.java(in = 734) (out= 312)(deflated 57%)
adding: src/edu/stanford/nlp/util/ErasureUtils.java(in = 1695) (out= 736)(deflated 56%)
adding: src/edu/stanford/nlp/util/ByteStreamGobbler.java(in = 1656) (out= 606)(deflated 63%)
adding: src/edu/stanford/nlp/util/MetaClass.java(in = 20340) (out= 4702)(deflated 76%)
adding: src/edu/stanford/nlp/util/DeltaIndex.java(in = 4643) (out= 1383)(deflated 70%)
adding: src/edu/stanford/nlp/util/Maps.java(in = 5611) (out= 1523)(deflated 72%)
adding: src/edu/stanford/nlp/util/StringUtils.java(in = 57738) (out= 13280)(deflated 76%)
adding: src/edu/stanford/nlp/util/logging/(in = 0) (out= 0)(stored 0%)
adding: src/edu/stanford/nlp/util/logging/Style.java(in = 436) (out= 289)(deflated 33%)
adding: src/edu/stanford/nlp/util/logging/RepeatedRecordHandler.java(in = 9072) (out= 2394)(deflated 73%)
adding: src/edu/stanford/nlp/util/logging/OutputHandler.java(in = 13363) (out= 3772)(deflated 71%)
adding: src/edu/stanford/nlp/util/logging/RedwoodPrintStream.java(in = 4262) (out= 1159)(deflated 72%)
adding: src/edu/stanford/nlp/util/logging/PrettyLogger.java(in = 8986) (out= 2203)(deflated 75%)
adding: src/edu/stanford/nlp/util/logging/LogRecordHandler.java(in = 2192) (out= 859)(deflated 60%)
adding: src/edu/stanford/nlp/util/logging/VisibilityHandler.java(in = 3324) (out= 994)(deflated 70%)
adding: src/edu/stanford/nlp/util/logging/Redwood.java(in = 59131) (out= 13974)(deflated 76%)
adding: src/edu/stanford/nlp/util/logging/PrettyLoggable.java(in = 1332) (out= 606)(deflated 54%)
adding: src/edu/stanford/nlp/util/logging/Color.java(in = 547) (out= 341)(deflated 37%)
adding: src/edu/stanford/nlp/util/logging/RedwoodConfiguration.java(in = 16348) (out= 3727)(deflated 77%)
adding: src/edu/stanford/nlp/util/Filter.java(in = 516) (out= 319)(deflated 38%)
adding: src/edu/stanford/nlp/util/FileProcessor.java(in = 627) (out= 368)(deflated 41%)
adding: src/edu/stanford/nlp/util/MutableInteger.java(in = 2787) (out= 894)(deflated 67%)
adding: src/edu/stanford/nlp/util/ArrayHeap.java(in = 9016) (out= 2746)(deflated 69%)
adding: src/edu/stanford/nlp/util/PropertiesUtils.java(in = 6841) (out= 1827)(deflated 73%)
adding: src/edu/stanford/nlp/util/ArrayIterable.java(in = 608) (out= 304)(deflated 50%)
adding: src/edu/stanford/nlp/util/ArrayCoreMap.java(in = 11668) (out= 3269)(deflated 71%)
adding: src/edu/stanford/nlp/util/DisabledPreferencesFactory.java(in = 905) (out= 431)(deflated 52%)
adding: src/edu/stanford/nlp/util/IntTriple.java(in = 634) (out= 290)(deflated 54%)
adding: src/edu/stanford/nlp/util/DeltaCollectionValuedMap.java(in = 7328) (out= 1868)(deflated 74%)
adding: src/edu/stanford/nlp/util/ReflectionLoading.java(in = 1533) (out= 648)(deflated 57%)
adding: src/edu/stanford/nlp/util/Scored.java(in = 510) (out= 304)(deflated 40%)
adding: src/edu/stanford/nlp/util/IntPair.java(in = 767) (out= 342)(deflated 55%)
adding: src/edu/stanford/nlp/util/Sets.java(in = 3127) (out= 944)(deflated 69%)
adding: src/edu/stanford/nlp/util/Triple.java(in = 2720) (out= 1041)(deflated 61%)
adding: src/edu/stanford/nlp/util/Index.java(in = 4137) (out= 1350)(deflated 67%)
adding: src/edu/stanford/nlp/util/ScoredComparator.java(in = 1916) (out= 693)(deflated 63%)
adding: src/edu/stanford/nlp/util/Factory.java(in = 362) (out= 227)(deflated 37%)
adding: src/edu/stanford/nlp/util/MutableDouble.java(in = 2725) (out= 876)(deflated 67%)
adding: src/edu/stanford/nlp/util/IntTuple.java(in = 3501) (out= 1193)(deflated 65%)
adding: src/edu/stanford/nlp/util/FilePathProcessor.java(in = 3359) (out= 1065)(deflated 68%)
adding: src/edu/stanford/nlp/util/DataFilePaths.java(in = 1608) (out= 607)(deflated 62%)
adding: src/edu/stanford/nlp/util/Interval.java(in = 26678) (out= 4777)(deflated 82%)
adding: src/edu/stanford/nlp/util/CoreMap.java(in = 1282) (out= 618)(deflated 51%)
adding: src/edu/stanford/nlp/util/IterableIterator.java(in = 1049) (out= 483)(deflated 53%)
adding: src/edu/stanford/nlp/util/XMLUtils.java(in = 32330) (out= 6245)(deflated 80%)
adding: src/edu/stanford/nlp/util/TypesafeMap.java(in = 2316) (out= 869)(deflated 62%)
adding: src/edu/stanford/nlp/util/CollectionValuedMap.java(in = 13433) (out= 3356)(deflated 75%)
adding: src/edu/stanford/nlp/util/Filters.java(in = 6948) (out= 1687)(deflated 75%)
adding: src/edu/stanford/nlp/util/FilteredIterator.java(in = 1877) (out= 667)(deflated 64%)
adding: src/edu/stanford/nlp/util/Pair.java(in = 7155) (out= 2281)(deflated 68%)
adding: src/edu/stanford/nlp/util/HasInterval.java(in = 458) (out= 249)(deflated 45%)
adding: src/edu/stanford/nlp/util/HashIndex.java(in = 13459) (out= 4119)(deflated 69%)
adding: src/edu/stanford/nlp/util/DeltaMap.java(in = 9172) (out= 2369)(deflated 74%)
adding: src/edu/stanford/nlp/util/CollectionFactory.java(in = 3675) (out= 811)(deflated 77%)
adding: src/edu/stanford/nlp/util/Beam.java(in = 2299) (out= 935)(deflated 59%)
adding: src/edu/stanford/nlp/util/HashableCoreMap.java(in = 4198) (out= 1323)(deflated 68%)
adding: src/edu/stanford/nlp/util/IntUni.java(in = 630) (out= 320)(deflated 49%)
adding: src/edu/stanford/nlp/util/Function.java(in = 841) (out= 441)(deflated 47%)
adding: src/edu/stanford/nlp/util/FixedPrioritiesPriorityQueue.java(in = 7919) (out= 2223)(deflated 71%)
adding: src/edu/stanford/nlp/util/ConcatenationIterator.java(in = 1141) (out= 462)(deflated 59%)
adding: src/edu/stanford/nlp/util/Interner.java(in = 3165) (out= 1230)(deflated 61%)
adding: src/edu/stanford/nlp/util/Generics.java(in = 4765) (out= 1229)(deflated 74%)
adding: src/edu/stanford/nlp/util/concurrent/(in = 0) (out= 0)(stored 0%)
adding: src/edu/stanford/nlp/util/concurrent/SynchronizedInterner.java(in = 4428) (out= 1451)(deflated 67%)
adding: src/edu/stanford/nlp/util/IdentityHashSet.java(in = 7891) (out= 2263)(deflated 71%)
adding: src/edu/stanford/nlp/tagger/(in = 0) (out= 0)(stored 0%)
adding: src/edu/stanford/nlp/tagger/maxent/(in = 0) (out= 0)(stored 0%)
adding: src/edu/stanford/nlp/tagger/maxent/TaggerConfig.java(in = 33979) (out= 8432)(deflated 75%)
adding: src/edu/stanford/nlp/tagger/io/(in = 0) (out= 0)(stored 0%)
adding: src/edu/stanford/nlp/tagger/io/TreeTaggedFileReader.java(in = 2218) (out= 703)(deflated 68%)
adding: src/edu/stanford/nlp/tagger/io/TSVTaggedFileReader.java(in = 2900) (out= 921)(deflated 68%)
adding: src/edu/stanford/nlp/tagger/io/TaggedFileReader.java(in = 272) (out= 163)(deflated 40%)
adding: src/edu/stanford/nlp/tagger/io/TaggedFileRecord.java(in = 7377) (out= 1651)(deflated 77%)
adding: src/edu/stanford/nlp/tagger/io/TextTaggedFileReader.java(in = 2380) (out= 810)(deflated 65%)
adding: src/edu/stanford/nlp/parser/(in = 0) (out= 0)(stored 0%)
adding: src/edu/stanford/nlp/parser/package.html(in = 360) (out= 253)(deflated 29%)
adding: src/edu/stanford/nlp/parser/ViterbiParserWithOptions.java(in = 932) (out= 513)(deflated 44%)
adding: src/edu/stanford/nlp/parser/lexparser/(in = 0) (out= 0)(stored 0%)
adding: src/edu/stanford/nlp/parser/lexparser/RandomWalk.java(in = 3022) (out= 927)(deflated 69%)
adding: src/edu/stanford/nlp/parser/lexparser/UnaryGrammar.java(in = 11227) (out= 2713)(deflated 75%)
adding: src/edu/stanford/nlp/parser/lexparser/ParentAnnotationStats.java(in = 21731) (out= 4170)(deflated 80%)
adding: src/edu/stanford/nlp/parser/lexparser/Extractor.java(in = 423) (out= 225)(deflated 46%)
adding: src/edu/stanford/nlp/parser/lexparser/GrammarCompactor.java(in = 15106) (out= 3743)(deflated 75%)
adding: src/edu/stanford/nlp/parser/lexparser/TreeCollinizer.java(in = 2768) (out= 1189)(deflated 57%)
adding: src/edu/stanford/nlp/parser/lexparser/Scorer.java(in = 415) (out= 220)(deflated 46%)
adding: src/edu/stanford/nlp/parser/lexparser/LinearGrammarSmoother.java(in = 4841) (out= 1603)(deflated 66%)
adding: src/edu/stanford/nlp/parser/lexparser/ArabicTreebankParserParams.java(in = 43621) (out= 9027)(deflated 79%)
adding: src/edu/stanford/nlp/parser/lexparser/ChineseMarkovWordSegmenter.java(in = 11165) (out= 2865)(deflated 74%)
adding: src/edu/stanford/nlp/parser/lexparser/ChineseLexiconAndWordSegmenter.java(in = 27410) (out= 6510)(deflated 76%)
adding: src/edu/stanford/nlp/parser/lexparser/TueBaDZParserParams.java(in = 9005) (out= 2632)(deflated 70%)
adding: src/edu/stanford/nlp/parser/lexparser/HebrewTreebankParserParams.java(in = 2763) (out= 944)(deflated 65%)
adding: src/edu/stanford/nlp/parser/lexparser/Edge.java(in = 1157) (out= 498)(deflated 56%)
adding: src/edu/stanford/nlp/parser/lexparser/package.html(in = 21345) (out= 7653)(deflated 64%)
adding: src/edu/stanford/nlp/parser/lexparser/NodePruner.java(in = 3259) (out= 1046)(deflated 67%)
adding: src/edu/stanford/nlp/parser/lexparser/BinaryRule.java(in = 3793) (out= 1140)(deflated 69%)
adding: src/edu/stanford/nlp/parser/lexparser/TrainOptions.java(in = 9753) (out= 3592)(deflated 63%)
adding: src/edu/stanford/nlp/parser/lexparser/lexparser-manifest.txt(in = 46) (out= 44)(deflated 4%)
adding: src/edu/stanford/nlp/parser/lexparser/UnknownWordModelTrainer.java(in = 2278) (out= 857)(deflated 62%)
adding: src/edu/stanford/nlp/parser/lexparser/HookChart.java(in = 7825) (out= 1600)(deflated 79%)
adding: src/edu/stanford/nlp/parser/lexparser/ParserConstraint.java(in = 1842) (out= 858)(deflated 53%)
adding: src/edu/stanford/nlp/parser/lexparser/NullGrammarProjection.java(in = 550) (out= 223)(deflated 59%)
adding: src/edu/stanford/nlp/parser/lexparser/GermanUnknownWordModel.java(in = 2756) (out= 1026)(deflated 62%)
adding: src/edu/stanford/nlp/parser/lexparser/ChineseCharacterBasedLexicon.java(in = 31299) (out= 7464)(deflated 76%)
adding: src/edu/stanford/nlp/parser/lexparser/MLEDependencyGrammarExtractor.java(in = 2458) (out= 852)(deflated 65%)
adding: src/edu/stanford/nlp/parser/lexparser/ExhaustiveDependencyParser.java(in = 35662) (out= 8180)(deflated 77%)
adding: src/edu/stanford/nlp/parser/lexparser/BinaryGrammar.java(in = 8560) (out= 2173)(deflated 74%)
adding: src/edu/stanford/nlp/parser/lexparser/ExactGrammarCompactor.java(in = 2239) (out= 786)(deflated 64%)
adding: src/edu/stanford/nlp/parser/lexparser/Item.java(in = 1112) (out= 398)(deflated 64%)
adding: src/edu/stanford/nlp/parser/lexparser/NegraPennCollinizer.java(in = 2297) (out= 914)(deflated 60%)
adding: src/edu/stanford/nlp/parser/lexparser/ProjectionScorer.java(in = 1510) (out= 484)(deflated 67%)
adding: src/edu/stanford/nlp/parser/lexparser/BasicCategoryTagProjection.java(in = 570) (out= 310)(deflated 45%)
adding: src/edu/stanford/nlp/parser/lexparser/ChineseSimWordAvgDepGrammar.java(in = 14651) (out= 3422)(deflated 76%)
adding: src/edu/stanford/nlp/parser/lexparser/FrenchUnknownWordModel.java(in = 5308) (out= 1647)(deflated 68%)
adding: src/edu/stanford/nlp/parser/lexparser/FrenchTreebankParserParams.java(in = 39034) (out= 6846)(deflated 82%)
adding: src/edu/stanford/nlp/parser/lexparser/AbstractTreeExtractor.java(in = 2741) (out= 808)(deflated 70%)
adding: src/edu/stanford/nlp/parser/lexparser/TreebankLangParserParams.java(in = 8454) (out= 2766)(deflated 67%)
adding: src/edu/stanford/nlp/parser/lexparser/FactoredLexicon.java(in = 3968) (out= 1319)(deflated 66%)
adding: src/edu/stanford/nlp/parser/lexparser/ChineseUnknownWordModel.java(in = 9442) (out= 2724)(deflated 71%)
adding: src/edu/stanford/nlp/parser/lexparser/BiLexPCFGParser.java(in = 37173) (out= 7858)(deflated 78%)
adding: src/edu/stanford/nlp/parser/lexparser/TestTagProjection.java(in = 1113) (out= 575)(deflated 48%)
adding: src/edu/stanford/nlp/parser/lexparser/DependencyGrammar.java(in = 3879) (out= 1128)(deflated 70%)
adding: src/edu/stanford/nlp/parser/lexparser/EvalbFormatWriter.java(in = 2111) (out= 590)(deflated 72%)
adding: src/edu/stanford/nlp/parser/lexparser/GermanUnknownWordModelTrainer.java(in = 542) (out= 264)(deflated 51%)
adding: src/edu/stanford/nlp/parser/lexparser/TreeAnnotatorAndBinarizer.java(in = 10438) (out= 2979)(deflated 71%)
adding: src/edu/stanford/nlp/parser/lexparser/TreeAnnotator.java(in = 9911) (out= 2906)(deflated 70%)
adding: src/edu/stanford/nlp/parser/lexparser/LatticeEdge.java(in = 1087) (out= 493)(deflated 54%)
adding: src/edu/stanford/nlp/parser/lexparser/BaseLexicon.java(in = 35246) (out= 9634)(deflated 72%)
adding: src/edu/stanford/nlp/parser/lexparser/BoundaryRemover.java(in = 1026) (out= 490)(deflated 52%)
adding: src/edu/stanford/nlp/parser/lexparser/NegraPennTreebankParserParams.java(in = 11517) (out= 3326)(deflated 71%)
adding: src/edu/stanford/nlp/parser/lexparser/TagProjection.java(in = 467) (out= 272)(deflated 41%)
adding: src/edu/stanford/nlp/parser/lexparser/BaseUnknownWordModel.java(in = 9292) (out= 3190)(deflated 65%)
adding: src/edu/stanford/nlp/parser/lexparser/GrammarProjection.java(in = 390) (out= 231)(deflated 40%)
adding: src/edu/stanford/nlp/parser/lexparser/LexicalizedParser.java(in = 63321) (out= 15689)(deflated 75%)
adding: src/edu/stanford/nlp/parser/lexparser/FrenchUnknownWordModelTrainer.java(in = 3007) (out= 1009)(deflated 66%)
adding: src/edu/stanford/nlp/parser/lexparser/Hook.java(in = 1743) (out= 731)(deflated 58%)
adding: src/edu/stanford/nlp/parser/lexparser/Rule.java(in = 321) (out= 217)(deflated 32%)
adding: src/edu/stanford/nlp/parser/lexparser/FastFactoredParser.java(in = 7606) (out= 2584)(deflated 66%)
adding: src/edu/stanford/nlp/parser/lexparser/OutsideRuleFilter.java(in = 5682) (out= 1460)(deflated 74%)
adding: src/edu/stanford/nlp/parser/lexparser/TwinScorer.java(in = 913) (out= 322)(deflated 64%)
adding: src/edu/stanford/nlp/parser/lexparser/ChineseLexicon.java(in = 2002) (out= 736)(deflated 63%)
adding: src/edu/stanford/nlp/parser/lexparser/ArabicUnknownWordModelTrainer.java(in = 3946) (out= 1304)(deflated 66%)
adding: src/edu/stanford/nlp/parser/lexparser/AbstractUnknownWordModelTrainer.java(in = 1362) (out= 474)(deflated 65%)
adding: src/edu/stanford/nlp/parser/lexparser/LatticeScorer.java(in = 175) (out= 133)(deflated 24%)
adding: src/edu/stanford/nlp/parser/lexparser/EnglishUnknownWordModelTrainer.java(in = 4020) (out= 1300)(deflated 67%)
adding: src/edu/stanford/nlp/parser/lexparser/IntDependency.java(in = 2331) (out= 758)(deflated 67%)
adding: src/edu/stanford/nlp/parser/lexparser/ArabicUnknownWordModel.java(in = 9621) (out= 2502)(deflated 73%)
adding: src/edu/stanford/nlp/parser/lexparser/demo/(in = 0) (out= 0)(stored 0%)
adding: src/edu/stanford/nlp/parser/lexparser/demo/ParserDemo2.java(in = 2570) (out= 927)(deflated 63%)
adding: src/edu/stanford/nlp/parser/lexparser/demo/ParserDemo.java(in = 2825) (out= 923)(deflated 67%)
adding: src/edu/stanford/nlp/parser/lexparser/MLEDependencyGrammar.java(in = 37415) (out= 8116)(deflated 78%)
adding: src/edu/stanford/nlp/parser/lexparser/FactoredParser.java(in = 23867) (out= 6161)(deflated 74%)
adding: src/edu/stanford/nlp/parser/lexparser/CollinsPuncTransformer.java(in = 3552) (out= 1136)(deflated 68%)
adding: src/edu/stanford/nlp/parser/lexparser/ArabicUnknownWordSignatures.java(in = 3588) (out= 1195)(deflated 66%)
adding: src/edu/stanford/nlp/parser/lexparser/LexicalizedParserQuery.java(in = 51613) (out= 11735)(deflated 77%)
adding: src/edu/stanford/nlp/parser/lexparser/ChineseTreebankParserParams.java(in = 46707) (out= 9933)(deflated 78%)
adding: src/edu/stanford/nlp/parser/lexparser/Lattice.java(in = 2299) (out= 879)(deflated 61%)
adding: src/edu/stanford/nlp/parser/lexparser/ChineseUnknownWordModelTrainer.java(in = 5843) (out= 1897)(deflated 67%)
adding: src/edu/stanford/nlp/parser/lexparser/AbstractTreebankParserParams.java(in = 21545) (out= 5345)(deflated 75%)
adding: src/edu/stanford/nlp/parser/lexparser/AbstractDependencyGrammar.java(in = 7715) (out= 2119)(deflated 72%)
adding: src/edu/stanford/nlp/parser/lexparser/TreeBinarizer.java(in = 25206) (out= 6242)(deflated 75%)
adding: src/edu/stanford/nlp/parser/lexparser/IntTaggedWord.java(in = 5232) (out= 1458)(deflated 72%)
adding: src/edu/stanford/nlp/parser/lexparser/HTKLatticeReader.java(in = 18891) (out= 4046)(deflated 78%)
adding: src/edu/stanford/nlp/parser/lexparser/BinaryGrammarExtractor.java(in = 3046) (out= 844)(deflated 72%)
adding: src/edu/stanford/nlp/parser/lexparser/UnknownWordModel.java(in = 3469) (out= 1407)(deflated 59%)
adding: src/edu/stanford/nlp/parser/lexparser/TreebankAnnotator.java(in = 3697) (out= 1213)(deflated 67%)
adding: src/edu/stanford/nlp/parser/lexparser/EnglishTreebankParserParams.java(in = 94719) (out= 18417)(deflated 80%)
adding: src/edu/stanford/nlp/parser/lexparser/Options.java(in = 44331) (out= 8135)(deflated 81%)
adding: src/edu/stanford/nlp/parser/lexparser/IterativeCKYPCFGParser.java(in = 18821) (out= 3168)(deflated 83%)
adding: src/edu/stanford/nlp/parser/lexparser/ArabicUTMTreebankParserParams.java(in = 43952) (out= 9182)(deflated 79%)
adding: src/edu/stanford/nlp/parser/lexparser/SisterAnnotationStats.java(in = 11272) (out= 3099)(deflated 72%)
adding: src/edu/stanford/nlp/parser/lexparser/UnaryRule.java(in = 3091) (out= 1031)(deflated 66%)
adding: src/edu/stanford/nlp/parser/lexparser/BaseUnknownWordModelTrainer.java(in = 5001) (out= 1623)(deflated 67%)
adding: src/edu/stanford/nlp/parser/lexparser/Lexicon.java(in = 5159) (out= 1839)(deflated 64%)
adding: src/edu/stanford/nlp/parser/lexparser/UnknownGTTrainer.java(in = 3264) (out= 1097)(deflated 66%)
adding: src/edu/stanford/nlp/parser/lexparser/Interner.java(in = 392) (out= 249)(deflated 36%)
adding: src/edu/stanford/nlp/parser/lexparser/PostSplitter.java(in = 3828) (out= 1190)(deflated 68%)
adding: src/edu/stanford/nlp/parser/lexparser/ExhaustivePCFGParser.java(in = 86150) (out= 17789)(deflated 79%)
adding: src/edu/stanford/nlp/parser/lexparser/TestOptions.java(in = 9945) (out= 3636)(deflated 63%)
adding: src/edu/stanford/nlp/parser/lexparser/Debinarizer.java(in = 1951) (out= 732)(deflated 62%)
adding: src/edu/stanford/nlp/parser/lexparser/EnglishUnknownWordModel.java(in = 20299) (out= 4571)(deflated 77%)
adding: src/edu/stanford/nlp/parser/lexparser/CNFTransformers.java(in = 4293) (out= 1036)(deflated 75%)
adding: src/edu/stanford/nlp/parser/tools/(in = 0) (out= 0)(stored 0%)
adding: src/edu/stanford/nlp/parser/tools/PunctEquivalenceClasser.java(in = 3353) (out= 1082)(deflated 67%)
adding: src/edu/stanford/nlp/parser/server/(in = 0) (out= 0)(stored 0%)
adding: src/edu/stanford/nlp/parser/server/LexicalizedParserClient.java(in = 3394) (out= 1120)(deflated 67%)
adding: src/edu/stanford/nlp/parser/server/LexicalizedParserServer.java(in = 5311) (out= 1559)(deflated 70%)
adding: src/edu/stanford/nlp/parser/ui/(in = 0) (out= 0)(stored 0%)
adding: src/edu/stanford/nlp/parser/ui/TreeJPanel.java(in = 8370) (out= 2405)(deflated 71%)
adding: src/edu/stanford/nlp/parser/ui/Parser.java(in = 9387) (out= 2491)(deflated 73%)
adding: src/edu/stanford/nlp/parser/ui/ParserPanel.java(in = 38976) (out= 9304)(deflated 76%)
adding: src/edu/stanford/nlp/parser/Parser.java(in = 1364) (out= 654)(deflated 52%)
adding: src/edu/stanford/nlp/parser/ViterbiParser.java(in = 525) (out= 273)(deflated 48%)
adding: src/edu/stanford/nlp/parser/KBestViterbiParser.java(in = 2774) (out= 982)(deflated 64%)
adding: src/edu/stanford/nlp/parser/metrics/(in = 0) (out= 0)(stored 0%)
adding: src/edu/stanford/nlp/parser/metrics/Evalb.java(in = 12957) (out= 3909)(deflated 69%)
adding: src/edu/stanford/nlp/parser/metrics/AbstractEval.java(in = 11888) (out= 3010)(deflated 74%)
adding: src/edu/stanford/nlp/parser/metrics/UnlabeledAttachmentEval.java(in = 8387) (out= 2724)(deflated 67%)
adding: src/edu/stanford/nlp/parser/metrics/LeafAncestorEval.java(in = 12685) (out= 3887)(deflated 69%)
adding: src/edu/stanford/nlp/parser/metrics/EvalbByCat.java(in = 8031) (out= 2031)(deflated 74%)
adding: src/edu/stanford/nlp/parser/metrics/TaggingEval.java(in = 13484) (out= 3694)(deflated 72%)
adding: src/edu/stanford/nlp/stats/(in = 0) (out= 0)(stored 0%)
adding: src/edu/stanford/nlp/stats/TwoDimensionalCounterInterface.java(in = 2378) (out= 781)(deflated 67%)
adding: src/edu/stanford/nlp/stats/TwoDimensionalCounter.java(in = 11891) (out= 2908)(deflated 75%)
adding: src/edu/stanford/nlp/stats/ClassicCounter.java(in = 16739) (out= 5060)(deflated 69%)
adding: src/edu/stanford/nlp/stats/EquivalenceClasser.java(in = 439) (out= 265)(deflated 39%)
adding: src/edu/stanford/nlp/stats/Counters.java(in = 84637) (out= 16870)(deflated 80%)
adding: src/edu/stanford/nlp/stats/AbstractCounter.java(in = 1085) (out= 415)(deflated 61%)
adding: src/edu/stanford/nlp/stats/Distribution.java(in = 31165) (out= 6786)(deflated 78%)
adding: src/edu/stanford/nlp/stats/ProbabilityDistribution.java(in = 433) (out= 258)(deflated 40%)
adding: src/edu/stanford/nlp/stats/GeneralizedCounter.java(in = 29172) (out= 5712)(deflated 80%)
adding: src/edu/stanford/nlp/stats/EquivalenceClassEval.java(in = 21964) (out= 4958)(deflated 77%)
adding: src/edu/stanford/nlp/stats/Counter.java(in = 9748) (out= 2848)(deflated 70%)
adding: src/edu/stanford/nlp/stats/Sampler.java(in = 684) (out= 372)(deflated 45%)
adding: src/edu/stanford/nlp/stats/IntCounter.java(in = 23054) (out= 5086)(deflated 77%)
adding: src/edu/stanford/nlp/stats/SimpleGoodTuring.java(in = 8907) (out= 3038)(deflated 65%)
adding: src/edu/stanford/nlp/process/(in = 0) (out= 0)(stored 0%)
adding: src/edu/stanford/nlp/process/PTBEscapingProcessor.java(in = 6806) (out= 2122)(deflated 68%)
adding: src/edu/stanford/nlp/process/WordToSentenceProcessor.java(in = 11760) (out= 3303)(deflated 71%)
adding: src/edu/stanford/nlp/process/SerializableFunction.java(in = 488) (out= 271)(deflated 44%)
adding: src/edu/stanford/nlp/process/WordSegmenter.java(in = 663) (out= 309)(deflated 53%)
adding: src/edu/stanford/nlp/process/AbstractTokenizer.java(in = 2280) (out= 733)(deflated 67%)
adding: src/edu/stanford/nlp/process/PTBTokenizer.java(in = 31551) (out= 8647)(deflated 72%)
adding: src/edu/stanford/nlp/process/LexedTokenFactory.java(in = 701) (out= 345)(deflated 50%)
adding: src/edu/stanford/nlp/process/TokenizerAdapter.java(in = 2538) (out= 1009)(deflated 60%)
adding: src/edu/stanford/nlp/process/ListProcessor.java(in = 617) (out= 355)(deflated 42%)
adding: src/edu/stanford/nlp/process/WordToTaggedWordProcessor.java(in = 4188) (out= 1565)(deflated 62%)
adding: src/edu/stanford/nlp/process/WhitespaceTokenizer.java(in = 7768) (out= 2192)(deflated 71%)
adding: src/edu/stanford/nlp/process/CoreLabelTokenFactory.java(in = 2983) (out= 1005)(deflated 66%)
adding: src/edu/stanford/nlp/process/PTBLexer.java(in = 626039) (out= 85911)(deflated 86%)
adding: src/edu/stanford/nlp/process/WordTokenFactory.java(in = 415) (out= 256)(deflated 38%)
adding: src/edu/stanford/nlp/process/treebank/(in = 0) (out= 0)(stored 0%)
adding: src/edu/stanford/nlp/process/treebank/AbstractDataset.java(in = 8061) (out= 2179)(deflated 72%)
adding: src/edu/stanford/nlp/process/treebank/TreebankPreprocessor.java(in = 6865) (out= 2314)(deflated 66%)
adding: src/edu/stanford/nlp/process/treebank/Mapper.java(in = 1408) (out= 630)(deflated 55%)
adding: src/edu/stanford/nlp/process/treebank/DistributionPackage.java(in = 2996) (out= 1050)(deflated 64%)
adding: src/edu/stanford/nlp/process/treebank/Dataset.java(in = 1178) (out= 551)(deflated 53%)
adding: src/edu/stanford/nlp/process/treebank/ConfigParser.java(in = 10977) (out= 2743)(deflated 75%)
adding: src/edu/stanford/nlp/process/treebank/DefaultMapper.java(in = 365) (out= 221)(deflated 39%)
adding: src/edu/stanford/nlp/process/DocumentPreprocessor.java(in = 15926) (out= 4623)(deflated 70%)
adding: src/edu/stanford/nlp/process/WhitespaceLexer.java(in = 15661) (out= 4475)(deflated 71%)
adding: src/edu/stanford/nlp/process/Americanize.java(in = 11246) (out= 3389)(deflated 69%)
adding: src/edu/stanford/nlp/process/StripTagsProcessor.java(in = 4520) (out= 1609)(deflated 64%)
adding: src/edu/stanford/nlp/process/Morphology.java(in = 9673) (out= 3053)(deflated 68%)
adding: src/edu/stanford/nlp/process/Tokenizer.java(in = 1633) (out= 672)(deflated 58%)
adding: src/edu/stanford/nlp/process/Morpha.flex(in = 132405) (out= 25315)(deflated 80%)
adding: src/edu/stanford/nlp/process/CoreTokenFactory.java(in = 509) (out= 281)(deflated 44%)
adding: src/edu/stanford/nlp/process/AbstractListProcessor.java(in = 1364) (out= 543)(deflated 60%)
adding: src/edu/stanford/nlp/process/DocumentProcessor.java(in = 793) (out= 409)(deflated 48%)
adding: src/edu/stanford/nlp/process/WhitespaceLexer.flex(in = 1825) (out= 896)(deflated 50%)
adding: src/edu/stanford/nlp/process/LexerTokenizer.java(in = 1959) (out= 821)(deflated 58%)
adding: src/edu/stanford/nlp/process/JFlexDummyLexer.java(in = 13610) (out= 4029)(deflated 70%)
adding: src/edu/stanford/nlp/process/Morpha.java(in = 3807278) (out= 365160)(deflated 90%)
adding: src/edu/stanford/nlp/process/WordSegmentingTokenizer.java(in = 2222) (out= 712)(deflated 67%)
adding: src/edu/stanford/nlp/process/PTBLexer.flex(in = 43773) (out= 13634)(deflated 68%)
adding: src/edu/stanford/nlp/process/PTB2TextLexer.java(in = 49997) (out= 10549)(deflated 78%)
adding: src/edu/stanford/nlp/trees/(in = 0) (out= 0)(stored 0%)
adding: src/edu/stanford/nlp/trees/TreebankLanguagePack.java(in = 13311) (out= 3102)(deflated 76%)
adding: src/edu/stanford/nlp/trees/TypedDependency.java(in = 3539) (out= 1165)(deflated 67%)
adding: src/edu/stanford/nlp/trees/DependencyTyper.java(in = 389) (out= 239)(deflated 38%)
adding: src/edu/stanford/nlp/trees/WordNetConnection.java(in = 359) (out= 242)(deflated 32%)
adding: src/edu/stanford/nlp/trees/SimpleConstituent.java(in = 4423) (out= 1058)(deflated 76%)
adding: src/edu/stanford/nlp/trees/BobChrisTreeNormalizer.java(in = 5082) (out= 2019)(deflated 60%)
adding: src/edu/stanford/nlp/trees/Constituent.java(in = 7885) (out= 2556)(deflated 67%)
adding: src/edu/stanford/nlp/trees/DependencyFactory.java(in = 349) (out= 187)(deflated 46%)
adding: src/edu/stanford/nlp/trees/Trees.java(in = 21823) (out= 5152)(deflated 76%)
adding: src/edu/stanford/nlp/trees/GrammaticalStructureFromDependenciesFactory.java(in = 480) (out= 271)(deflated 43%)
adding: src/edu/stanford/nlp/trees/SemanticHeadFinder.java(in = 23167) (out= 6161)(deflated 73%)
adding: src/edu/stanford/nlp/trees/TreeFactory.java(in = 2036) (out= 678)(deflated 66%)
adding: src/edu/stanford/nlp/trees/TreeVisitor.java(in = 779) (out= 421)(deflated 45%)
adding: src/edu/stanford/nlp/trees/WordCatEquivalenceClasser.java(in = 436) (out= 229)(deflated 47%)
adding: src/edu/stanford/nlp/trees/FilteringTreebank.java(in = 2511) (out= 877)(deflated 65%)
adding: src/edu/stanford/nlp/trees/TreeGraphNode.java(in = 26045) (out= 6282)(deflated 75%)
adding: src/edu/stanford/nlp/trees/MemoryTreebank.java(in = 15295) (out= 4129)(deflated 73%)
adding: src/edu/stanford/nlp/trees/SimpleTree.java(in = 2821) (out= 971)(deflated 65%)
adding: src/edu/stanford/nlp/trees/DependencyReader.java(in = 213) (out= 151)(deflated 29%)
adding: src/edu/stanford/nlp/trees/UnnamedConcreteDependency.java(in = 4368) (out= 1381)(deflated 68%)
adding: src/edu/stanford/nlp/trees/NPTmpRetainingTreeNormalizer.java(in = 23872) (out= 4716)(deflated 80%)
adding: src/edu/stanford/nlp/trees/PennTreebankLanguagePack.java(in = 5983) (out= 1769)(deflated 70%)
adding: src/edu/stanford/nlp/trees/LabeledScoredTreeReaderFactory.java(in = 1563) (out= 615)(deflated 60%)
adding: src/edu/stanford/nlp/trees/LabeledScoredTreeFactory.java(in = 2024) (out= 648)(deflated 67%)
adding: src/edu/stanford/nlp/trees/TreeTokenizerFactory.java(in = 1466) (out= 564)(deflated 61%)
adding: src/edu/stanford/nlp/trees/UnnamedDependency.java(in = 4851) (out= 1561)(deflated 67%)
adding: src/edu/stanford/nlp/trees/TreeGraphNodeFactory.java(in = 1392) (out= 489)(deflated 64%)
adding: src/edu/stanford/nlp/trees/WordCatEqualityChecker.java(in = 864) (out= 371)(deflated 57%)
adding: src/edu/stanford/nlp/trees/CollinsHeadFinder.java(in = 5587) (out= 1893)(deflated 66%)
adding: src/edu/stanford/nlp/trees/TreeGraph.java(in = 4455) (out= 1568)(deflated 64%)
adding: src/edu/stanford/nlp/trees/CompositeTreebank.java(in = 1403) (out= 498)(deflated 64%)
adding: src/edu/stanford/nlp/trees/TreePrint.java(in = 38216) (out= 9134)(deflated 76%)
adding: src/edu/stanford/nlp/trees/ConstituentFactory.java(in = 757) (out= 300)(deflated 60%)
adding: src/edu/stanford/nlp/trees/international/(in = 0) (out= 0)(stored 0%)
adding: src/edu/stanford/nlp/trees/international/hebrew/(in = 0) (out= 0)(stored 0%)
adding: src/edu/stanford/nlp/trees/international/hebrew/HebrewTreebankLanguagePack.java(in = 2174) (out= 708)(deflated 67%)
adding: src/edu/stanford/nlp/trees/international/hebrew/HebrewTreeReaderFactory.java(in = 1767) (out= 703)(deflated 60%)
adding: src/edu/stanford/nlp/trees/international/hebrew/HebrewTreeNormalizer.java(in = 1668) (out= 770)(deflated 53%)
adding: src/edu/stanford/nlp/trees/international/negra/(in = 0) (out= 0)(stored 0%)
adding: src/edu/stanford/nlp/trees/international/negra/negrapenn.flex(in = 1159) (out= 591)(deflated 49%)
adding: src/edu/stanford/nlp/trees/international/negra/NegraPennTreeNormalizer.java(in = 7022) (out= 2283)(deflated 67%)
adding: src/edu/stanford/nlp/trees/international/negra/NegraHeadFinder.java(in = 9502) (out= 3066)(deflated 67%)
adding: src/edu/stanford/nlp/trees/international/negra/NegraPennTokenizer.java(in = 740) (out= 373)(deflated 49%)
adding: src/edu/stanford/nlp/trees/international/negra/NegraPennTreeReaderFactory.java(in = 2383) (out= 847)(deflated 64%)
adding: src/edu/stanford/nlp/trees/international/negra/NegraPennLexer.java(in = 15809) (out= 4363)(deflated 72%)
adding: src/edu/stanford/nlp/trees/international/negra/NegraLabel.java(in = 2759) (out= 957)(deflated 65%)
adding: src/edu/stanford/nlp/trees/international/negra/NegraPennLanguagePack.java(in = 6975) (out= 2325)(deflated 66%)
adding: src/edu/stanford/nlp/trees/international/pennchinese/(in = 0) (out= 0)(stored 0%)
adding: src/edu/stanford/nlp/trees/international/pennchinese/ChineseHeadFinder.java(in = 6522) (out= 2298)(deflated 64%)
adding: src/edu/stanford/nlp/trees/international/pennchinese/SunJurafskyChineseHeadFinder.java(in = 3474) (out= 983)(deflated 71%)
adding: src/edu/stanford/nlp/trees/international/pennchinese/CHTBTokenizer.java(in = 2250) (out= 988)(deflated 56%)
adding: src/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalStructure.java(in = 11004) (out= 3229)(deflated 70%)
adding: src/edu/stanford/nlp/trees/international/pennchinese/RadicalMap.java(in = 136077) (out= 52369)(deflated 61%)
adding: src/edu/stanford/nlp/trees/international/pennchinese/CTBErrorCorrectingTreeNormalizer.java(in = 9489) (out= 2865)(deflated 69%)
adding: src/edu/stanford/nlp/trees/international/pennchinese/ChineseEnglishWordMap.java(in = 13034) (out= 4175)(deflated 67%)
adding: src/edu/stanford/nlp/trees/international/pennchinese/ChineseTreebankLanguagePack.java(in = 10850) (out= 2709)(deflated 75%)
adding: src/edu/stanford/nlp/trees/international/pennchinese/CharacterLevelTagExtender.java(in = 7264) (out= 2406)(deflated 66%)
adding: src/edu/stanford/nlp/trees/international/pennchinese/FragDiscardingPennTreeReader.java(in = 1147) (out= 514)(deflated 55%)
adding: src/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.java(in = 43604) (out= 8301)(deflated 80%)
adding: src/edu/stanford/nlp/trees/international/pennchinese/BikelChineseHeadFinder.java(in = 4031) (out= 1095)(deflated 72%)
adding: src/edu/stanford/nlp/trees/international/pennchinese/ChineseSemanticHeadFinder.java(in = 1369) (out= 537)(deflated 60%)
adding: src/edu/stanford/nlp/trees/international/pennchinese/CHTBLexer.java(in = 24351) (out= 6561)(deflated 73%)
adding: src/edu/stanford/nlp/trees/international/pennchinese/ChineseEscaper.java(in = 2218) (out= 1082)(deflated 51%)
adding: src/edu/stanford/nlp/trees/international/pennchinese/CTBTreeReaderFactory.java(in = 1181) (out= 456)(deflated 61%)
adding: src/edu/stanford/nlp/trees/international/pennchinese/ChineseCollinizer.java(in = 2988) (out= 1127)(deflated 62%)
adding: src/edu/stanford/nlp/trees/international/arabic/(in = 0) (out= 0)(stored 0%)
adding: src/edu/stanford/nlp/trees/international/arabic/ArabicTreebankTokenizer.java(in = 2354) (out= 984)(deflated 58%)
adding: src/edu/stanford/nlp/trees/international/arabic/ATBTreeUtils.java(in = 3687) (out= 1295)(deflated 64%)
adding: src/edu/stanford/nlp/trees/international/arabic/ArabicTreebankLanguagePack.java(in = 6351) (out= 2151)(deflated 66%)
adding: src/edu/stanford/nlp/trees/international/arabic/ArabicTreeNormalizer.java(in = 8545) (out= 2764)(deflated 67%)
adding: src/edu/stanford/nlp/trees/international/arabic/ArabicUTMHeadFinder.java(in = 8651) (out= 2269)(deflated 73%)
adding: src/edu/stanford/nlp/trees/international/arabic/ArabicTreeReaderFactory.java(in = 2862) (out= 838)(deflated 70%)
adding: src/edu/stanford/nlp/trees/international/arabic/ArabicUTMTreebankLanguagePack.java(in = 6360) (out= 2157)(deflated 66%)
adding: src/edu/stanford/nlp/trees/international/arabic/ArabicHeadFinder.java(in = 9482) (out= 2605)(deflated 72%)
adding: src/edu/stanford/nlp/trees/international/french/(in = 0) (out= 0)(stored 0%)
adding: src/edu/stanford/nlp/trees/international/french/FrenchTreeReaderFactory.java(in = 878) (out= 420)(deflated 52%)
adding: src/edu/stanford/nlp/trees/international/french/DybroFrenchHeadFinder.java(in = 4580) (out= 1407)(deflated 69%)
adding: src/edu/stanford/nlp/trees/international/french/FrenchTreeReader.java(in = 12306) (out= 3643)(deflated 70%)
adding: src/edu/stanford/nlp/trees/international/french/FrenchTreeNormalizer.java(in = 4560) (out= 1667)(deflated 63%)
adding: src/edu/stanford/nlp/trees/international/french/FrenchHeadFinder.java(in = 4481) (out= 1406)(deflated 68%)
adding: src/edu/stanford/nlp/trees/international/french/FrenchTreebankLanguagePack.java(in = 3710) (out= 1182)(deflated 68%)
adding: src/edu/stanford/nlp/trees/international/tuebadz/(in = 0) (out= 0)(stored 0%)
adding: src/edu/stanford/nlp/trees/international/tuebadz/TueBaDZLanguagePack.java(in = 5931) (out= 1929)(deflated 67%)
adding: src/edu/stanford/nlp/trees/international/tuebadz/TueBaDZPennTreeNormalizer.java(in = 2834) (out= 1049)(deflated 62%)
adding: src/edu/stanford/nlp/trees/international/tuebadz/TueBaDZHeadFinder.java(in = 10069) (out= 3040)(deflated 69%)
adding: src/edu/stanford/nlp/trees/international/tuebadz/TueBaDZTreeReaderFactory.java(in = 1154) (out= 480)(deflated 58%)
adding: src/edu/stanford/nlp/trees/FilteringTreeReader.java(in = 1028) (out= 481)(deflated 53%)
adding: src/edu/stanford/nlp/trees/TreeFunctions.java(in = 5632) (out= 1424)(deflated 74%)
adding: src/edu/stanford/nlp/trees/CollocationFinder.java(in = 14455) (out= 3739)(deflated 74%)
adding: src/edu/stanford/nlp/trees/Dependencies.java(in = 6183) (out= 1635)(deflated 73%)
adding: src/edu/stanford/nlp/trees/QPTreeTransformer.java(in = 4255) (out= 1421)(deflated 66%)
adding: src/edu/stanford/nlp/trees/TreeLeafLabelTransformer.java(in = 605) (out= 286)(deflated 52%)
adding: src/edu/stanford/nlp/trees/TreeReader.java(in = 592) (out= 319)(deflated 46%)
adding: src/edu/stanford/nlp/trees/TreeLengthComparator.java(in = 707) (out= 328)(deflated 53%)
adding: src/edu/stanford/nlp/trees/LengthTreeFilter.java(in = 473) (out= 269)(deflated 43%)
adding: src/edu/stanford/nlp/trees/Dependency.java(in = 1930) (out= 788)(deflated 59%)
adding: src/edu/stanford/nlp/trees/NamedDependency.java(in = 3127) (out= 1063)(deflated 66%)
adding: src/edu/stanford/nlp/trees/Treebank.java(in = 16862) (out= 4504)(deflated 73%)
adding: src/edu/stanford/nlp/trees/SimpleTreeFactory.java(in = 1044) (out= 410)(deflated 60%)
adding: src/edu/stanford/nlp/trees/TreeTransformer.java(in = 928) (out= 462)(deflated 50%)
adding: src/edu/stanford/nlp/trees/DiskTreebank.java(in = 9371) (out= 2617)(deflated 72%)
adding: src/edu/stanford/nlp/trees/EnglishGrammaticalStructure.java(in = 71112) (out= 14574)(deflated 79%)
adding: src/edu/stanford/nlp/trees/LeftHeadFinder.java(in = 519) (out= 308)(deflated 40%)
adding: src/edu/stanford/nlp/trees/SimpleConstituentFactory.java(in = 588) (out= 261)(deflated 55%)
adding: src/edu/stanford/nlp/trees/DependencyScoring.java(in = 19784) (out= 4263)(deflated 78%)
adding: src/edu/stanford/nlp/trees/GrammaticalRelation.java(in = 20072) (out= 5597)(deflated 72%)
adding: src/edu/stanford/nlp/trees/TreeNormalizer.java(in = 2907) (out= 1214)(deflated 58%)
adding: src/edu/stanford/nlp/trees/LabeledConstituent.java(in = 5026) (out= 1092)(deflated 78%)
adding: src/edu/stanford/nlp/trees/GrammaticalStructureFactory.java(in = 3511) (out= 944)(deflated 73%)
adding: src/edu/stanford/nlp/trees/PennTreebankTokenizer.java(in = 1946) (out= 808)(deflated 58%)
adding: src/edu/stanford/nlp/trees/GrammaticalStructure.java(in = 67238) (out= 16145)(deflated 75%)
adding: src/edu/stanford/nlp/trees/TransformingTreebank.java(in = 8414) (out= 2122)(deflated 74%)
adding: src/edu/stanford/nlp/trees/DependencyTreeTransformer.java(in = 2675) (out= 1080)(deflated 59%)
adding: src/edu/stanford/nlp/trees/AbstractCollinsHeadFinder.java(in = 13101) (out= 3863)(deflated 70%)
adding: src/edu/stanford/nlp/trees/AbstractTreebankLanguagePack.java(in = 17843) (out= 4031)(deflated 77%)
adding: src/edu/stanford/nlp/trees/LabeledScoredConstituent.java(in = 4139) (out= 937)(deflated 77%)
adding: src/edu/stanford/nlp/trees/LabeledScoredConstituentFactory.java(in = 606) (out= 251)(deflated 58%)
adding: src/edu/stanford/nlp/trees/TreeToBracketProcessor.java(in = 2561) (out= 709)(deflated 72%)
adding: src/edu/stanford/nlp/trees/HeadFinder.java(in = 1457) (out= 509)(deflated 65%)
adding: src/edu/stanford/nlp/trees/Tree.java(in = 93066) (out= 20233)(deflated 78%)
adding: src/edu/stanford/nlp/trees/WordCatConstituent.java(in = 877) (out= 403)(deflated 54%)
adding: src/edu/stanford/nlp/trees/OrderedCombinationTreeNormalizer.java(in = 1554) (out= 560)(deflated 63%)
adding: src/edu/stanford/nlp/trees/EnglishGrammaticalRelations.java(in = 84482) (out= 20155)(deflated 76%)
adding: src/edu/stanford/nlp/trees/tregex/(in = 0) (out= 0)(stored 0%)
adding: src/edu/stanford/nlp/trees/tregex/TregexParserConstants.java(in = 1122) (out= 450)(deflated 59%)
adding: src/edu/stanford/nlp/trees/tregex/VariableStrings.java(in = 1678) (out= 624)(deflated 62%)
adding: src/edu/stanford/nlp/trees/tregex/CoordinationPattern.java(in = 6603) (out= 1895)(deflated 71%)
adding: src/edu/stanford/nlp/trees/tregex/TregexPatternCompiler.java(in = 4750) (out= 1715)(deflated 63%)
adding: src/edu/stanford/nlp/trees/tregex/TregexParser.java(in = 19773) (out= 3895)(deflated 80%)
adding: src/edu/stanford/nlp/trees/tregex/SimpleCharStream.java(in = 11704) (out= 2410)(deflated 79%)
adding: src/edu/stanford/nlp/trees/tregex/TregexPattern.java(in = 37899) (out= 11285)(deflated 70%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/(in = 0) (out= 0)(stored 0%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/Tsurgeon.java(in = 24113) (out= 7355)(deflated 69%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonPatternRoot.java(in = 966) (out= 457)(deflated 52%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/RelabelNode.java(in = 5809) (out= 1756)(deflated 69%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/ReplaceNode.java(in = 846) (out= 369)(deflated 56%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/InsertNode.java(in = 991) (out= 439)(deflated 55%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/SimpleNode.java(in = 1826) (out= 739)(deflated 59%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonParser.java(in = 27961) (out= 4286)(deflated 84%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/FetchNode.java(in = 762) (out= 398)(deflated 47%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/TreeLocation.java(in = 1678) (out= 668)(deflated 60%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/DeleteNode.java(in = 893) (out= 395)(deflated 55%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/CoindexNodes.java(in = 714) (out= 341)(deflated 52%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonParserConstants.java(in = 2067) (out= 640)(deflated 69%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/CoindexationGenerator.java(in = 806) (out= 386)(deflated 52%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/SimpleCharStream.java(in = 11713) (out= 2415)(deflated 79%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/ParseException.java(in = 6196) (out= 2000)(deflated 67%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/AdjoinToHeadNode.java(in = 925) (out= 433)(deflated 53%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/AdjoinNode.java(in = 1347) (out= 591)(deflated 56%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/JJTTsurgeonParserState.java(in = 3281) (out= 1136)(deflated 65%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/AuxiliaryTree.java(in = 6274) (out= 1840)(deflated 70%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/AdjoinToFootNode.java(in = 1327) (out= 569)(deflated 57%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/MoveNode.java(in = 1081) (out= 487)(deflated 54%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonParseException.java(in = 489) (out= 292)(deflated 40%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/PruneNode.java(in = 1263) (out= 549)(deflated 56%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/Node.java(in = 1055) (out= 483)(deflated 54%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonPattern.java(in = 2871) (out= 1288)(deflated 55%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonParserTreeConstants.java(in = 759) (out= 368)(deflated 51%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/ExciseNode.java(in = 1510) (out= 600)(deflated 60%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonParserTokenManager.java(in = 29348) (out= 4196)(deflated 85%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/HoldTreeNode.java(in = 573) (out= 295)(deflated 48%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/TokenMgrError.java(in = 4441) (out= 1657)(deflated 62%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/Token.java(in = 4098) (out= 1595)(deflated 61%)
adding: src/edu/stanford/nlp/trees/tregex/ParseException.java(in = 6187) (out= 1995)(deflated 67%)
adding: src/edu/stanford/nlp/trees/tregex/Relation.java(in = 54727) (out= 7530)(deflated 86%)
adding: src/edu/stanford/nlp/trees/tregex/TregexParserTokenManager.java(in = 18074) (out= 3363)(deflated 81%)
adding: src/edu/stanford/nlp/trees/tregex/Macros.java(in = 2478) (out= 865)(deflated 65%)
adding: src/edu/stanford/nlp/trees/tregex/TregexParseException.java(in = 474) (out= 285)(deflated 39%)
adding: src/edu/stanford/nlp/trees/tregex/DescriptionPattern.java(in = 14956) (out= 3875)(deflated 74%)
adding: src/edu/stanford/nlp/trees/tregex/TokenMgrError.java(in = 4432) (out= 1650)(deflated 62%)
adding: src/edu/stanford/nlp/trees/tregex/Token.java(in = 4089) (out= 1588)(deflated 61%)
adding: src/edu/stanford/nlp/trees/tregex/TregexMatcher.java(in = 5625) (out= 2062)(deflated 63%)
adding: src/edu/stanford/nlp/trees/TreeCoreAnnotations.java(in = 1322) (out= 469)(deflated 64%)
adding: src/edu/stanford/nlp/trees/TreeReaderFactory.java(in = 506) (out= 265)(deflated 47%)
adding: src/edu/stanford/nlp/trees/LabeledScoredTreeNode.java(in = 5406) (out= 1601)(deflated 70%)
adding: src/edu/stanford/nlp/trees/GrammaticalFunctionTreeNormalizer.java(in = 1502) (out= 653)(deflated 56%)
adding: src/edu/stanford/nlp/trees/CompositeTreeTransformer.java(in = 862) (out= 336)(deflated 61%)
adding: src/edu/stanford/nlp/trees/CoordinationTransformer.java(in = 15661) (out= 3938)(deflated 74%)
adding: src/edu/stanford/nlp/trees/ModCollinsHeadFinder.java(in = 10160) (out= 3383)(deflated 66%)
adding: src/edu/stanford/nlp/trees/PennTreeReaderFactory.java(in = 1651) (out= 465)(deflated 71%)
adding: src/edu/stanford/nlp/trees/PennTreeReader.java(in = 8586) (out= 2908)(deflated 66%)
adding: src/edu/stanford/nlp/trees/TreebankFactory.java(in = 218) (out= 149)(deflated 31%)
adding: src/edu/stanford/nlp/trees/DependencyPrinter.java(in = 212) (out= 151)(deflated 28%)
adding: src/edu/stanford/nlp/trees/WordStemmer.java(in = 1188) (out= 547)(deflated 53%)
adding: src/edu/stanford/nlp/trees/Labeled.java(in = 1518) (out= 654)(deflated 56%)
adding: src/edu/stanford/nlp/international/(in = 0) (out= 0)(stored 0%)
adding: src/edu/stanford/nlp/international/Languages.java(in = 2167) (out= 645)(deflated 70%)
adding: src/edu/stanford/nlp/international/morph/(in = 0) (out= 0)(stored 0%)
adding: src/edu/stanford/nlp/international/morph/MorphoFeatureSpecification.java(in = 2059) (out= 903)(deflated 56%)
adding: src/edu/stanford/nlp/international/morph/MorphoFeatures.java(in = 3703) (out= 1424)(deflated 61%)
adding: src/edu/stanford/nlp/international/arabic/(in = 0) (out= 0)(stored 0%)
adding: src/edu/stanford/nlp/international/arabic/pipeline/(in = 0) (out= 0)(stored 0%)
adding: src/edu/stanford/nlp/international/arabic/pipeline/MWETreeVisitor.java(in = 2346) (out= 840)(deflated 64%)
adding: src/edu/stanford/nlp/international/arabic/pipeline/UniversalPOSMapper.java(in = 3539) (out= 1303)(deflated 63%)
adding: src/edu/stanford/nlp/international/arabic/pipeline/configurations/(in = 0) (out= 0)(stored 0%)
adding: src/edu/stanford/nlp/international/arabic/pipeline/configurations/atb-latest.conf(in = 9481) (out= 898)(deflated 90%)
adding: src/edu/stanford/nlp/international/arabic/pipeline/configurations/coling-2010.conf(in = 6779) (out= 632)(deflated 90%)
adding: src/edu/stanford/nlp/international/arabic/pipeline/LDCPosMapper.java(in = 5581) (out= 2023)(deflated 63%)
adding: src/edu/stanford/nlp/international/arabic/pipeline/ATBCorrector.java(in = 4986) (out= 1615)(deflated 67%)
adding: src/edu/stanford/nlp/international/arabic/pipeline/ATBCorrectorVisitor.java(in = 525) (out= 271)(deflated 48%)
adding: src/edu/stanford/nlp/international/arabic/pipeline/splits/(in = 0) (out= 0)(stored 0%)
adding: src/edu/stanford/nlp/international/arabic/pipeline/splits/mona-atb-jhu2005.dev(in = 5043) (out= 708)(deflated 85%)
adding: src/edu/stanford/nlp/international/arabic/pipeline/splits/mona-atb-jhu2005.train(in = 40425) (out= 4410)(deflated 89%)
adding: src/edu/stanford/nlp/international/arabic/pipeline/splits/mona-atb-jhu2005.test(in = 5504) (out= 633)(deflated 88%)
adding: src/edu/stanford/nlp/international/arabic/pipeline/ATBArabicDataset.java(in = 6904) (out= 2387)(deflated 65%)
adding: src/edu/stanford/nlp/international/arabic/pipeline/DefaultLexicalMapper.java(in = 8678) (out= 2642)(deflated 69%)
adding: src/edu/stanford/nlp/international/arabic/process/(in = 0) (out= 0)(stored 0%)
adding: src/edu/stanford/nlp/international/arabic/process/ArabicTokenizer.java(in = 7211) (out= 2402)(deflated 66%)
adding: src/edu/stanford/nlp/international/arabic/process/ArabicLexer.java(in = 42483) (out= 9946)(deflated 76%)
adding: src/edu/stanford/nlp/international/arabic/ArabicMorphoFeatureSpecification.java(in = 10084) (out= 2710)(deflated 73%)
adding: src/edu/stanford/nlp/international/arabic/Buckwalter.java(in = 10219) (out= 3642)(deflated 64%)
adding: src/edu/stanford/nlp/international/french/(in = 0) (out= 0)(stored 0%)
adding: src/edu/stanford/nlp/international/french/pipeline/(in = 0) (out= 0)(stored 0%)
adding: src/edu/stanford/nlp/international/french/pipeline/FTBCorrector.java(in = 6081) (out= 1970)(deflated 67%)
adding: src/edu/stanford/nlp/international/french/pipeline/MWEPreprocessor.java(in = 9641) (out= 2687)(deflated 72%)
adding: src/edu/stanford/nlp/international/french/pipeline/configurations/(in = 0) (out= 0)(stored 0%)
adding: src/edu/stanford/nlp/international/french/pipeline/configurations/ftb-latest.conf(in = 1508) (out= 347)(deflated 76%)
adding: src/edu/stanford/nlp/international/french/pipeline/FTBDataset.java(in = 7882) (out= 2446)(deflated 68%)
adding: src/edu/stanford/nlp/international/french/pipeline/FTBCorrectorVisitor.java(in = 523) (out= 273)(deflated 47%)
adding: src/edu/stanford/nlp/international/french/FrenchMorphoFeatureSpecification.java(in = 7824) (out= 1795)(deflated 77%)
adding: src/edu/stanford/nlp/international/french/FrenchUnknownWordSignatures.java(in = 3469) (out= 992)(deflated 71%)
adding: src/edu/stanford/nlp/io/(in = 0) (out= 0)(stored 0%)
adding: src/edu/stanford/nlp/io/RuntimeIOException.java(in = 1111) (out= 413)(deflated 62%)
adding: src/edu/stanford/nlp/io/EncodingFileReader.java(in = 3537) (out= 710)(deflated 79%)
adding: src/edu/stanford/nlp/io/BZip2PipedOutputStream.java(in = 1970) (out= 665)(deflated 66%)
adding: src/edu/stanford/nlp/io/FileSystem.java(in = 4650) (out= 1604)(deflated 65%)
adding: src/edu/stanford/nlp/io/NumberRangesFileFilter.java(in = 5374) (out= 1865)(deflated 65%)
adding: src/edu/stanford/nlp/io/ReaderInputStream.java(in = 5023) (out= 1632)(deflated 67%)
adding: src/edu/stanford/nlp/io/ExtensionFileFilter.java(in = 2081) (out= 878)(deflated 57%)
adding: src/edu/stanford/nlp/io/ui/(in = 0) (out= 0)(stored 0%)
adding: src/edu/stanford/nlp/io/ui/OpenPageDialog.java(in = 6616) (out= 1725)(deflated 73%)
adding: src/edu/stanford/nlp/io/EncodingPrintWriter.java(in = 3394) (out= 837)(deflated 75%)
adding: src/edu/stanford/nlp/io/Lexer.java(in = 1610) (out= 736)(deflated 54%)
adding: src/edu/stanford/nlp/io/IOUtils.java(in = 43402) (out= 8474)(deflated 80%)
adding: src/edu/stanford/nlp/io/NumberRangeFileFilter.java(in = 2215) (out= 927)(deflated 58%)
adding: src/edu/stanford/nlp/ui/(in = 0) (out= 0)(stored 0%)
adding: src/edu/stanford/nlp/ui/JarFileChooser.java(in = 4725) (out= 1448)(deflated 69%)
adding: src/edu/stanford/nlp/math/(in = 0) (out= 0)(stored 0%)
adding: src/edu/stanford/nlp/math/SloppyMath.java(in = 22015) (out= 5943)(deflated 73%)
adding: src/edu/stanford/nlp/math/ArrayMath.java(in = 55656) (out= 9039)(deflated 83%)
adding: src/edu/stanford/nlp/ling/(in = 0) (out= 0)(stored 0%)
adding: src/edu/stanford/nlp/ling/StringLabelFactory.java(in = 1883) (out= 542)(deflated 71%)
adding: src/edu/stanford/nlp/ling/Tag.java(in = 3240) (out= 964)(deflated 70%)
adding: src/edu/stanford/nlp/ling/HasCategory.java(in = 544) (out= 265)(deflated 51%)
adding: src/edu/stanford/nlp/ling/WordLemmaTagFactory.java(in = 3671) (out= 1109)(deflated 69%)
adding: src/edu/stanford/nlp/ling/CoreLabel.java(in = 16110) (out= 4243)(deflated 73%)
adding: src/edu/stanford/nlp/ling/HasTag.java(in = 503) (out= 266)(deflated 47%)
adding: src/edu/stanford/nlp/ling/HasIndex.java(in = 237) (out= 139)(deflated 41%)
adding: src/edu/stanford/nlp/ling/CategoryWordTagFactory.java(in = 2247) (out= 680)(deflated 69%)
adding: src/edu/stanford/nlp/ling/HasOffset.java(in = 1057) (out= 406)(deflated 61%)
adding: src/edu/stanford/nlp/ling/Featurizable.java(in = 399) (out= 249)(deflated 37%)
adding: src/edu/stanford/nlp/ling/HasContext.java(in = 1032) (out= 284)(deflated 72%)
adding: src/edu/stanford/nlp/ling/LabelFactory.java(in = 2267) (out= 879)(deflated 61%)
adding: src/edu/stanford/nlp/ling/WordTagFactory.java(in = 3342) (out= 1114)(deflated 66%)
adding: src/edu/stanford/nlp/ling/Word.java(in = 2137) (out= 784)(deflated 63%)
adding: src/edu/stanford/nlp/ling/DocumentReader.java(in = 8079) (out= 2467)(deflated 69%)
adding: src/edu/stanford/nlp/ling/TaggedWordFactory.java(in = 3105) (out= 1017)(deflated 67%)
adding: src/edu/stanford/nlp/ling/CoreAnnotation.java(in = 876) (out= 445)(deflated 49%)
adding: src/edu/stanford/nlp/ling/TaggedWord.java(in = 3520) (out= 1158)(deflated 67%)
adding: src/edu/stanford/nlp/ling/CategoryWordTag.java(in = 4449) (out= 1475)(deflated 66%)
adding: src/edu/stanford/nlp/ling/Document.java(in = 1237) (out= 599)(deflated 51%)
adding: src/edu/stanford/nlp/ling/WordLemmaTag.java(in = 7001) (out= 1995)(deflated 71%)
adding: src/edu/stanford/nlp/ling/WordFactory.java(in = 1656) (out= 481)(deflated 70%)
adding: src/edu/stanford/nlp/ling/ValueLabel.java(in = 3408) (out= 1345)(deflated 60%)
adding: src/edu/stanford/nlp/ling/AnnotationLookup.java(in = 11859) (out= 2595)(deflated 78%)
adding: src/edu/stanford/nlp/ling/BasicDocument.java(in = 14964) (out= 3914)(deflated 73%)
adding: src/edu/stanford/nlp/ling/CoreAnnotations.java(in = 42379) (out= 6465)(deflated 84%)
adding: src/edu/stanford/nlp/ling/CyclicCoreLabel.java(in = 7503) (out= 2338)(deflated 68%)
adding: src/edu/stanford/nlp/ling/Datum.java(in = 677) (out= 372)(deflated 45%)
adding: src/edu/stanford/nlp/ling/WordTag.java(in = 6473) (out= 2062)(deflated 68%)
adding: src/edu/stanford/nlp/ling/HasWord.java(in = 550) (out= 285)(deflated 48%)
adding: src/edu/stanford/nlp/ling/StringLabel.java(in = 3458) (out= 1036)(deflated 70%)
adding: src/edu/stanford/nlp/ling/LabeledWord.java(in = 1970) (out= 662)(deflated 66%)
adding: src/edu/stanford/nlp/ling/Sentence.java(in = 7603) (out= 2072)(deflated 72%)
adding: src/edu/stanford/nlp/ling/Label.java(in = 2709) (out= 1091)(deflated 59%)
adding: src/edu/stanford/nlp/ling/Labeled.java(in = 976) (out= 472)(deflated 51%)
adding: src/edu/stanford/nlp/swing/(in = 0) (out= 0)(stored 0%)
adding: src/edu/stanford/nlp/swing/FontDetector.java(in = 2299) (out= 923)(deflated 59%)
jar cvf $docjar javadoc
added manifest
adding: javadoc/(in = 0) (out= 0)(stored 0%)
adding: javadoc/overview-summary.html(in = 12887) (out= 1834)(deflated 85%)
adding: javadoc/deprecated-list.html(in = 5004) (out= 1185)(deflated 76%)
adding: javadoc/overview-tree.html(in = 267257) (out= 17981)(deflated 93%)
adding: javadoc/index.html(in = 1401) (out= 683)(deflated 51%)
adding: javadoc/help-doc.html(in = 9103) (out= 2629)(deflated 71%)
adding: javadoc/index-all.html(in = 2574894) (out= 238885)(deflated 90%)
adding: javadoc/constant-values.html(in = 118955) (out= 7688)(deflated 93%)
adding: javadoc/serialized-form.html(in = 345263) (out= 34092)(deflated 90%)
adding: javadoc/package-list(in = 1266) (out= 248)(deflated 80%)
adding: javadoc/stylesheet.css(in = 1391) (out= 428)(deflated 69%)
adding: javadoc/resources/(in = 0) (out= 0)(stored 0%)
adding: javadoc/resources/inherit.gif(in = 57) (out= 57)(deflated 0%)
adding: javadoc/overview-frame.html(in = 7084) (out= 966)(deflated 86%)
adding: javadoc/allclasses-noframe.html(in = 126529) (out= 10524)(deflated 91%)
adding: javadoc/edu/(in = 0) (out= 0)(stored 0%)
adding: javadoc/edu/stanford/(in = 0) (out= 0)(stored 0%)
adding: javadoc/edu/stanford/nlp/(in = 0) (out= 0)(stored 0%)
adding: javadoc/edu/stanford/nlp/fsm/(in = 0) (out= 0)(stored 0%)
adding: javadoc/edu/stanford/nlp/fsm/package-summary.html(in = 9786) (out= 1709)(deflated 82%)
adding: javadoc/edu/stanford/nlp/fsm/TransducerGraph.NormalizingGraphProcessor.html(in = 13690) (out= 2237)(deflated 83%)
adding: javadoc/edu/stanford/nlp/fsm/TransducerGraph.ObjectToSetNodeProcessor.html(in = 13582) (out= 2218)(deflated 83%)
adding: javadoc/edu/stanford/nlp/fsm/TransducerGraph.OutputCombiningProcessor.html(in = 13852) (out= 2273)(deflated 83%)
adding: javadoc/edu/stanford/nlp/fsm/TransducerGraph.NodeProcessorWrappingArcProcessor.html(in = 14428) (out= 2284)(deflated 84%)
adding: javadoc/edu/stanford/nlp/fsm/package-tree.html(in = 10489) (out= 1739)(deflated 83%)
adding: javadoc/edu/stanford/nlp/fsm/TransducerGraph.html(in = 72508) (out= 6374)(deflated 91%)
adding: javadoc/edu/stanford/nlp/fsm/TransducerGraph.GraphProcessor.html(in = 9126) (out= 1760)(deflated 80%)
adding: javadoc/edu/stanford/nlp/fsm/FastExactAutomatonMinimizer.html(in = 30830) (out= 3191)(deflated 89%)
adding: javadoc/edu/stanford/nlp/fsm/Block.html(in = 8299) (out= 1746)(deflated 78%)
adding: javadoc/edu/stanford/nlp/fsm/AutomatonMinimizer.html(in = 8461) (out= 1727)(deflated 79%)
adding: javadoc/edu/stanford/nlp/fsm/TransducerGraph.InputSplittingProcessor.html(in = 13810) (out= 2261)(deflated 83%)
adding: javadoc/edu/stanford/nlp/fsm/TransducerGraph.Arc.html(in = 29513) (out= 2996)(deflated 89%)
adding: javadoc/edu/stanford/nlp/fsm/QuasiDeterminizer.html(in = 16672) (out= 2535)(deflated 84%)
adding: javadoc/edu/stanford/nlp/fsm/TransducerGraph.NodeProcessor.html(in = 9228) (out= 1805)(deflated 80%)
adding: javadoc/edu/stanford/nlp/fsm/package-frame.html(in = 3161) (out= 780)(deflated 75%)
adding: javadoc/edu/stanford/nlp/fsm/TransducerGraph.SetToStringNodeProcessor.html(in = 13686) (out= 2247)(deflated 83%)
adding: javadoc/edu/stanford/nlp/fsm/TransducerGraph.ArcProcessor.html(in = 9368) (out= 1782)(deflated 80%)
adding: javadoc/edu/stanford/nlp/objectbank/(in = 0) (out= 0)(stored 0%)
adding: javadoc/edu/stanford/nlp/objectbank/package-summary.html(in = 9199) (out= 1917)(deflated 79%)
adding: javadoc/edu/stanford/nlp/objectbank/package-tree.html(in = 9633) (out= 1756)(deflated 81%)
adding: javadoc/edu/stanford/nlp/objectbank/IdentityFunction.html(in = 13364) (out= 2413)(deflated 81%)
adding: javadoc/edu/stanford/nlp/objectbank/XMLBeginEndIterator.html(in = 43757) (out= 4737)(deflated 89%)
adding: javadoc/edu/stanford/nlp/objectbank/ReaderIteratorFactory.html(in = 27995) (out= 3699)(deflated 86%)
adding: javadoc/edu/stanford/nlp/objectbank/ObjectBank.PathToFileFunction.html(in = 14712) (out= 2504)(deflated 82%)
adding: javadoc/edu/stanford/nlp/objectbank/IteratorFromReaderFactory.html(in = 10474) (out= 2104)(deflated 79%)
adding: javadoc/edu/stanford/nlp/objectbank/package-frame.html(in = 2194) (out= 692)(deflated 68%)
adding: javadoc/edu/stanford/nlp/objectbank/LineIterator.html(in = 23049) (out= 3025)(deflated 86%)
adding: javadoc/edu/stanford/nlp/objectbank/LineIterator.LineIteratorFactory.html(in = 16370) (out= 2524)(deflated 84%)
adding: javadoc/edu/stanford/nlp/objectbank/ObjectBank.html(in = 65261) (out= 6994)(deflated 89%)
adding: javadoc/edu/stanford/nlp/objectbank/TokenizerFactory.html(in = 13858) (out= 2479)(deflated 82%)
adding: javadoc/edu/stanford/nlp/util/(in = 0) (out= 0)(stored 0%)
adding: javadoc/edu/stanford/nlp/util/Triple.html(in = 26929) (out= 3653)(deflated 86%)
adding: javadoc/edu/stanford/nlp/util/MapFactory.html(in = 28429) (out= 3341)(deflated 88%)
adding: javadoc/edu/stanford/nlp/util/ReflectionLoading.ReflectionLoadingException.html(in = 15239) (out= 2368)(deflated 84%)
adding: javadoc/edu/stanford/nlp/util/package-summary.html(in = 29076) (out= 4800)(deflated 83%)
adding: javadoc/edu/stanford/nlp/util/ErasureUtils.html(in = 16028) (out= 2642)(deflated 83%)
adding: javadoc/edu/stanford/nlp/util/Filters.html(in = 27644) (out= 3142)(deflated 88%)
adding: javadoc/edu/stanford/nlp/util/CollectionFactory.LinkedListFactory.html(in = 20753) (out= 2676)(deflated 87%)
adding: javadoc/edu/stanford/nlp/util/Sets.html(in = 22867) (out= 2765)(deflated 87%)
adding: javadoc/edu/stanford/nlp/util/LowercaseFunction.html(in = 14495) (out= 2423)(deflated 83%)
adding: javadoc/edu/stanford/nlp/util/Interval.html(in = 85349) (out= 8757)(deflated 89%)
adding: javadoc/edu/stanford/nlp/util/TypesafeMap.Key.html(in = 62001) (out= 5462)(deflated 91%)
adding: javadoc/edu/stanford/nlp/util/IntPair.html(in = 16850) (out= 2546)(deflated 84%)
adding: javadoc/edu/stanford/nlp/util/Interner.html(in = 23566) (out= 3451)(deflated 85%)
adding: javadoc/edu/stanford/nlp/util/TypesafeMap.html(in = 19861) (out= 2942)(deflated 85%)
adding: javadoc/edu/stanford/nlp/util/XMLUtils.XMLTag.html(in = 16813) (out= 2461)(deflated 85%)
adding: javadoc/edu/stanford/nlp/util/DataFilePaths.html(in = 11619) (out= 2287)(deflated 80%)
adding: javadoc/edu/stanford/nlp/util/package-tree.html(in = 33087) (out= 3195)(deflated 90%)
adding: javadoc/edu/stanford/nlp/util/MutableInteger.html(in = 24335) (out= 3307)(deflated 86%)
adding: javadoc/edu/stanford/nlp/util/Filters.DisjFilter.html(in = 16368) (out= 2592)(deflated 84%)
adding: javadoc/edu/stanford/nlp/util/IterableIterator.html(in = 18026) (out= 2593)(deflated 85%)
adding: javadoc/edu/stanford/nlp/util/DeltaMap.html(in = 33615) (out= 3771)(deflated 88%)
adding: javadoc/edu/stanford/nlp/util/XMLUtils.html(in = 37251) (out= 4795)(deflated 87%)
adding: javadoc/edu/stanford/nlp/util/ArrayIterable.html(in = 14669) (out= 2344)(deflated 84%)
adding: javadoc/edu/stanford/nlp/util/CollectionFactory.ArrayListFactory.html(in = 20679) (out= 2666)(deflated 87%)
adding: javadoc/edu/stanford/nlp/util/MetaClass.ClassFactory.html(in = 15419) (out= 2495)(deflated 83%)
adding: javadoc/edu/stanford/nlp/util/Interval.RelType.html(in = 22679) (out= 3383)(deflated 85%)
adding: javadoc/edu/stanford/nlp/util/Heap.html(in = 14005) (out= 2791)(deflated 80%)
adding: javadoc/edu/stanford/nlp/util/AbstractIterator.html(in = 14977) (out= 2434)(deflated 83%)
adding: javadoc/edu/stanford/nlp/util/DisabledPreferencesFactory.html(in = 14980) (out= 2427)(deflated 83%)
adding: javadoc/edu/stanford/nlp/util/Index.html(in = 24830) (out= 3631)(deflated 85%)
adding: javadoc/edu/stanford/nlp/util/logging/(in = 0) (out= 0)(stored 0%)
adding: javadoc/edu/stanford/nlp/util/logging/package-summary.html(in = 12783) (out= 2410)(deflated 81%)
adding: javadoc/edu/stanford/nlp/util/logging/PrettyLoggable.html(in = 11645) (out= 2495)(deflated 78%)
adding: javadoc/edu/stanford/nlp/util/logging/Redwood.FileHandler.html(in = 18982) (out= 2777)(deflated 85%)
adding: javadoc/edu/stanford/nlp/util/logging/RepeatedRecordHandler.ApproximateRepeatSemantics.html(in = 17604) (out= 2537)(deflated 85%)
adding: javadoc/edu/stanford/nlp/util/logging/VisibilityHandler.html(in = 23062) (out= 3326)(deflated 85%)
adding: javadoc/edu/stanford/nlp/util/logging/package-tree.html(in = 12913) (out= 1926)(deflated 85%)
adding: javadoc/edu/stanford/nlp/util/logging/Redwood.Record.html(in = 23343) (out= 3126)(deflated 86%)
adding: javadoc/edu/stanford/nlp/util/logging/Redwood.ConsoleHandler.html(in = 19022) (out= 2753)(deflated 85%)
adding: javadoc/edu/stanford/nlp/util/logging/RedwoodPrintStream.html(in = 54748) (out= 4614)(deflated 91%)
adding: javadoc/edu/stanford/nlp/util/logging/RepeatedRecordHandler.RepeatSemantics.html(in = 11646) (out= 2054)(deflated 82%)
adding: javadoc/edu/stanford/nlp/util/logging/RedwoodConfiguration.html(in = 43830) (out= 5552)(deflated 87%)
adding: javadoc/edu/stanford/nlp/util/logging/Redwood.RecordHandlerTree.html(in = 20996) (out= 2633)(deflated 87%)
adding: javadoc/edu/stanford/nlp/util/logging/Redwood.Flag.html(in = 19585) (out= 2985)(deflated 84%)
adding: javadoc/edu/stanford/nlp/util/logging/Style.html(in = 21195) (out= 3158)(deflated 85%)
adding: javadoc/edu/stanford/nlp/util/logging/Redwood.RedwoodChannels.html(in = 20223) (out= 3004)(deflated 85%)
adding: javadoc/edu/stanford/nlp/util/logging/LogRecordHandler.html(in = 20585) (out= 3210)(deflated 84%)
adding: javadoc/edu/stanford/nlp/util/logging/Color.html(in = 21760) (out= 3150)(deflated 85%)
adding: javadoc/edu/stanford/nlp/util/logging/Redwood.Util.html(in = 60678) (out= 5562)(deflated 90%)
adding: javadoc/edu/stanford/nlp/util/logging/OutputHandler.html(in = 38392) (out= 5189)(deflated 86%)
adding: javadoc/edu/stanford/nlp/util/logging/RepeatedRecordHandler.html(in = 25793) (out= 3445)(deflated 86%)
adding: javadoc/edu/stanford/nlp/util/logging/Redwood.html(in = 59656) (out= 6922)(deflated 88%)
adding: javadoc/edu/stanford/nlp/util/logging/package-frame.html(in = 3959) (out= 847)(deflated 78%)
adding: javadoc/edu/stanford/nlp/util/logging/RepeatedRecordHandler.ExactRepeatSemantics.html(in = 17519) (out= 2514)(deflated 85%)
adding: javadoc/edu/stanford/nlp/util/logging/PrettyLogger.html(in = 17936) (out= 2751)(deflated 84%)
adding: javadoc/edu/stanford/nlp/util/CollectionFactory.HashSetFactory.html(in = 20659) (out= 2670)(deflated 87%)
adding: javadoc/edu/stanford/nlp/util/FileProcessor.html(in = 8943) (out= 2012)(deflated 77%)
adding: javadoc/edu/stanford/nlp/util/HashableCoreMap.html(in = 24741) (out= 3502)(deflated 85%)
adding: javadoc/edu/stanford/nlp/util/CollectionFactory.TreeSetFactory.html(in = 20629) (out= 2678)(deflated 87%)
adding: javadoc/edu/stanford/nlp/util/ArrayMap.html(in = 36082) (out= 3382)(deflated 90%)
adding: javadoc/edu/stanford/nlp/util/FilePathProcessor.html(in = 17379) (out= 2843)(deflated 83%)
adding: javadoc/edu/stanford/nlp/util/MetaClass.ClassCreationException.html(in = 13546) (out= 2183)(deflated 83%)
adding: javadoc/edu/stanford/nlp/util/IdentityHashSet.html(in = 39430) (out= 4895)(deflated 87%)
adding: javadoc/edu/stanford/nlp/util/BinaryHeapPriorityQueue.html(in = 63454) (out= 6089)(deflated 90%)
adding: javadoc/edu/stanford/nlp/util/IntTriple.html(in = 15801) (out= 2484)(deflated 84%)
adding: javadoc/edu/stanford/nlp/util/Function.html(in = 11104) (out= 2401)(deflated 78%)
adding: javadoc/edu/stanford/nlp/util/ConcatenationIterator.html(in = 17025) (out= 2515)(deflated 85%)
adding: javadoc/edu/stanford/nlp/util/HasInterval.html(in = 10560) (out= 1942)(deflated 81%)
adding: javadoc/edu/stanford/nlp/util/ArrayHeap.html(in = 38103) (out= 4695)(deflated 87%)
adding: javadoc/edu/stanford/nlp/util/CollectionFactory.html(in = 27153) (out= 3104)(deflated 88%)
adding: javadoc/edu/stanford/nlp/util/Pair.html(in = 37480) (out= 5416)(deflated 85%)
adding: javadoc/edu/stanford/nlp/util/ArrayUtils.html(in = 56171) (out= 5790)(deflated 89%)
adding: javadoc/edu/stanford/nlp/util/DeltaCollectionValuedMap.html(in = 52742) (out= 4984)(deflated 90%)
adding: javadoc/edu/stanford/nlp/util/ScoredComparator.html(in = 18408) (out= 2697)(deflated 85%)
adding: javadoc/edu/stanford/nlp/util/IntTuple.html(in = 24202) (out= 3117)(deflated 87%)
adding: javadoc/edu/stanford/nlp/util/Factory.html(in = 8594) (out= 1860)(deflated 78%)
adding: javadoc/edu/stanford/nlp/util/Scored.html(in = 10117) (out= 2052)(deflated 79%)
adding: javadoc/edu/stanford/nlp/util/Filters.ConjFilter.html(in = 16326) (out= 2575)(deflated 84%)
adding: javadoc/edu/stanford/nlp/util/StringUtils.html(in = 162741) (out= 15416)(deflated 90%)
adding: javadoc/edu/stanford/nlp/util/MutableDouble.html(in = 24354) (out= 3254)(deflated 86%)
adding: javadoc/edu/stanford/nlp/util/CollectionUtils.html(in = 104917) (out= 9641)(deflated 90%)
adding: javadoc/edu/stanford/nlp/util/ByteStreamGobbler.html(in = 28227) (out= 3229)(deflated 88%)
adding: javadoc/edu/stanford/nlp/util/FixedPrioritiesPriorityQueue.html(in = 48438) (out= 5308)(deflated 89%)
adding: javadoc/edu/stanford/nlp/util/CollectionValuedMap.html(in = 64971) (out= 6224)(deflated 90%)
adding: javadoc/edu/stanford/nlp/util/PriorityQueue.html(in = 23870) (out= 4090)(deflated 82%)
adding: javadoc/edu/stanford/nlp/util/Generics.html(in = 42659) (out= 4435)(deflated 89%)
adding: javadoc/edu/stanford/nlp/util/StreamGobbler.html(in = 23424) (out= 3041)(deflated 87%)
adding: javadoc/edu/stanford/nlp/util/Maps.html(in = 31031) (out= 3525)(deflated 88%)
adding: javadoc/edu/stanford/nlp/util/HashableCoreMap.HashableCoreMapException.html(in = 15207) (out= 2404)(deflated 84%)
adding: javadoc/edu/stanford/nlp/util/Beam.html(in = 30586) (out= 3393)(deflated 88%)
adding: javadoc/edu/stanford/nlp/util/package-frame.html(in = 10552) (out= 1448)(deflated 86%)
adding: javadoc/edu/stanford/nlp/util/FilteredIterator.html(in = 16769) (out= 2483)(deflated 85%)
adding: javadoc/edu/stanford/nlp/util/MetaClass.ConstructorNotFoundException.html(in = 13654) (out= 2186)(deflated 83%)
adding: javadoc/edu/stanford/nlp/util/IntUni.html(in = 15745) (out= 2543)(deflated 83%)
adding: javadoc/edu/stanford/nlp/util/ArrayCoreMap.html(in = 38169) (out= 5302)(deflated 86%)
adding: javadoc/edu/stanford/nlp/util/PropertiesUtils.html(in = 35519) (out= 3749)(deflated 89%)
adding: javadoc/edu/stanford/nlp/util/DeltaIndex.html(in = 51398) (out= 5658)(deflated 88%)
adding: javadoc/edu/stanford/nlp/util/Timing.html(in = 39702) (out= 4139)(deflated 89%)
adding: javadoc/edu/stanford/nlp/util/ScoredObject.html(in = 15923) (out= 2487)(deflated 84%)
adding: javadoc/edu/stanford/nlp/util/MetaClass.html(in = 31712) (out= 3666)(deflated 88%)
adding: javadoc/edu/stanford/nlp/util/CollectionFactory.SizedArrayListFactory.html(in = 20897) (out= 2695)(deflated 87%)
adding: javadoc/edu/stanford/nlp/util/IntQuadruple.html(in = 16432) (out= 2526)(deflated 84%)
adding: javadoc/edu/stanford/nlp/util/ReflectionLoading.html(in = 13430) (out= 2471)(deflated 81%)
adding: javadoc/edu/stanford/nlp/util/concurrent/(in = 0) (out= 0)(stored 0%)
adding: javadoc/edu/stanford/nlp/util/concurrent/package-summary.html(in = 6296) (out= 1422)(deflated 77%)
adding: javadoc/edu/stanford/nlp/util/concurrent/package-tree.html(in = 6301) (out= 1418)(deflated 77%)
adding: javadoc/edu/stanford/nlp/util/concurrent/SynchronizedInterner.html(in = 27962) (out= 3692)(deflated 86%)
adding: javadoc/edu/stanford/nlp/util/concurrent/package-frame.html(in = 967) (out= 553)(deflated 42%)
adding: javadoc/edu/stanford/nlp/util/DisabledPreferences.html(in = 37128) (out= 4038)(deflated 89%)
adding: javadoc/edu/stanford/nlp/util/HashIndex.html(in = 63376) (out= 7504)(deflated 88%)
adding: javadoc/edu/stanford/nlp/util/Filter.html(in = 10606) (out= 2217)(deflated 79%)
adding: javadoc/edu/stanford/nlp/util/CoreMap.html(in = 12956) (out= 2535)(deflated 80%)
adding: javadoc/edu/stanford/nlp/tagger/(in = 0) (out= 0)(stored 0%)
adding: javadoc/edu/stanford/nlp/tagger/maxent/(in = 0) (out= 0)(stored 0%)
adding: javadoc/edu/stanford/nlp/tagger/maxent/package-summary.html(in = 6712) (out= 1421)(deflated 78%)
adding: javadoc/edu/stanford/nlp/tagger/maxent/TaggerConfig.html(in = 95250) (out= 8381)(deflated 91%)
adding: javadoc/edu/stanford/nlp/tagger/maxent/package-tree.html(in = 8291) (out= 1604)(deflated 80%)
adding: javadoc/edu/stanford/nlp/tagger/maxent/TaggerConfig.Mode.html(in = 18995) (out= 2898)(deflated 84%)
adding: javadoc/edu/stanford/nlp/tagger/maxent/package-frame.html(in = 1248) (out= 571)(deflated 54%)
adding: javadoc/edu/stanford/nlp/tagger/io/(in = 0) (out= 0)(stored 0%)
adding: javadoc/edu/stanford/nlp/tagger/io/package-summary.html(in = 7839) (out= 1452)(deflated 81%)
adding: javadoc/edu/stanford/nlp/tagger/io/package-tree.html(in = 9521) (out= 1671)(deflated 82%)
adding: javadoc/edu/stanford/nlp/tagger/io/TaggedFileRecord.html(in = 27989) (out= 2871)(deflated 89%)
adding: javadoc/edu/stanford/nlp/tagger/io/TextTaggedFileReader.html(in = 19783) (out= 2523)(deflated 87%)
adding: javadoc/edu/stanford/nlp/tagger/io/TSVTaggedFileReader.html(in = 19493) (out= 2508)(deflated 87%)
adding: javadoc/edu/stanford/nlp/tagger/io/TaggedFileReader.html(in = 11798) (out= 2013)(deflated 82%)
adding: javadoc/edu/stanford/nlp/tagger/io/TaggedFileRecord.Format.html(in = 18326) (out= 2857)(deflated 84%)
adding: javadoc/edu/stanford/nlp/tagger/io/TreeTaggedFileReader.html(in = 19777) (out= 2518)(deflated 87%)
adding: javadoc/edu/stanford/nlp/tagger/io/package-frame.html(in = 1952) (out= 640)(deflated 67%)
adding: javadoc/edu/stanford/nlp/parser/(in = 0) (out= 0)(stored 0%)
adding: javadoc/edu/stanford/nlp/parser/package-summary.html(in = 7549) (out= 1660)(deflated 78%)
adding: javadoc/edu/stanford/nlp/parser/package-tree.html(in = 6554) (out= 1380)(deflated 78%)
adding: javadoc/edu/stanford/nlp/parser/ViterbiParser.html(in = 10821) (out= 2107)(deflated 80%)
adding: javadoc/edu/stanford/nlp/parser/ViterbiParserWithOptions.html(in = 10802) (out= 2313)(deflated 78%)
adding: javadoc/edu/stanford/nlp/parser/KBestViterbiParser.html(in = 18704) (out= 3098)(deflated 83%)
adding: javadoc/edu/stanford/nlp/parser/Parser.html(in = 11238) (out= 2474)(deflated 77%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/(in = 0) (out= 0)(stored 0%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/EnglishTreebankParserParams.EnglishSubcategoryStripper.html(in = 16389) (out= 2720)(deflated 83%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/package-summary.html(in = 55712) (out= 12486)(deflated 77%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/EvalbFormatWriter.html(in = 22295) (out= 2695)(deflated 87%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/EnglishUnknownWordModelTrainer.html(in = 21648) (out= 3156)(deflated 85%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/EnglishTreebankParserParams.EnglishTest.html(in = 10961) (out= 1976)(deflated 81%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/ArabicUTMTreebankParserParams.html(in = 51627) (out= 6184)(deflated 88%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/LexicalizedParser.html(in = 79085) (out= 11200)(deflated 85%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/EnglishTreebankParserParams.EnglishTrain.html(in = 46922) (out= 8303)(deflated 82%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/TreeCollinizer.html(in = 17211) (out= 3053)(deflated 82%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/TreeBinarizer.html(in = 19733) (out= 3723)(deflated 81%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/HebrewTreebankParserParams.html(in = 44156) (out= 5599)(deflated 87%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/BiLexPCFGParser.N5BiLexPCFGParser.html(in = 22660) (out= 2980)(deflated 86%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/BinaryRule.html(in = 26603) (out= 3254)(deflated 87%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/AbstractDependencyGrammar.html(in = 52164) (out= 5960)(deflated 88%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/EnglishUnknownWordModel.html(in = 36053) (out= 4671)(deflated 87%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/Rule.html(in = 8880) (out= 1821)(deflated 79%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/package-tree.html(in = 39100) (out= 3733)(deflated 90%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/BoundaryRemover.html(in = 14272) (out= 2733)(deflated 80%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/ArabicUTMTreebankParserParams.ArabicSubcategoryStripper.html(in = 16364) (out= 2731)(deflated 83%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/TreeAnnotatorAndBinarizer.html(in = 22180) (out= 3171)(deflated 85%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/UnknownWordModel.html(in = 21732) (out= 3675)(deflated 83%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/FrenchTreebankParserParams.html(in = 50414) (out= 6324)(deflated 87%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/ChineseCharacterBasedLexicon.html(in = 52798) (out= 6031)(deflated 88%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/AbstractTreeExtractor.html(in = 33651) (out= 3252)(deflated 90%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/ArabicUnknownWordModelTrainer.html(in = 21660) (out= 3159)(deflated 85%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/IntDependency.html(in = 24148) (out= 2988)(deflated 87%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/BiLexPCFGParser.html(in = 77605) (out= 7271)(deflated 90%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/UnaryGrammar.html(in = 36668) (out= 4022)(deflated 89%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/LinearGrammarSmoother.html(in = 19845) (out= 2650)(deflated 86%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/TreebankAnnotator.html(in = 20429) (out= 2594)(deflated 87%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/BaseLexicon.html(in = 81980) (out= 9621)(deflated 88%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/LatticeEdge.html(in = 21721) (out= 2755)(deflated 87%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/Scorer.html(in = 12658) (out= 2073)(deflated 83%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/ChineseUnknownWordModel.html(in = 30903) (out= 3869)(deflated 87%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/FactoredParser.html(in = 11267) (out= 2176)(deflated 80%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/FactoredLexicon.html(in = 28478) (out= 3919)(deflated 86%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/FrenchUnknownWordModelTrainer.html(in = 21646) (out= 3152)(deflated 85%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/UnaryRule.html(in = 25938) (out= 3230)(deflated 87%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/GrammarProjection.html(in = 11310) (out= 1916)(deflated 83%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/ParentAnnotationStats.html(in = 26346) (out= 3660)(deflated 86%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/ChineseLexicon.html(in = 28007) (out= 4160)(deflated 85%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/AbstractUnknownWordModelTrainer.html(in = 25697) (out= 3240)(deflated 87%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/TestOptions.html(in = 45873) (out= 7172)(deflated 84%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/LatticeScorer.html(in = 10213) (out= 1879)(deflated 81%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/NegraPennTreebankParserParams.html(in = 47170) (out= 5739)(deflated 87%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/Debinarizer.html(in = 16069) (out= 2849)(deflated 82%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/ArabicTreebankParserParams.html(in = 51546) (out= 6181)(deflated 88%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/GermanUnknownWordModelTrainer.html(in = 17259) (out= 2514)(deflated 85%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/ChineseTreebankParserParams.html(in = 90611) (out= 10542)(deflated 88%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/ParserConstraint.html(in = 16914) (out= 2973)(deflated 82%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/FastFactoredParser.html(in = 29761) (out= 4049)(deflated 86%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/TreebankLangParserParams.html(in = 51109) (out= 6817)(deflated 86%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/Item.html(in = 19402) (out= 2730)(deflated 85%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/Options.html(in = 43860) (out= 6287)(deflated 85%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/AbstractTreebankParserParams.html(in = 97718) (out= 10546)(deflated 89%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/ExhaustiveDependencyParser.html(in = 36132) (out= 4722)(deflated 86%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/Lexicon.html(in = 33585) (out= 4402)(deflated 86%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/ChineseMarkovWordSegmenter.html(in = 24945) (out= 2933)(deflated 88%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/GrammarCompactor.html(in = 52259) (out= 4652)(deflated 91%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/Options.LexOptions.html(in = 22244) (out= 3607)(deflated 83%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/ExhaustivePCFGParser.html(in = 75742) (out= 7820)(deflated 89%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/demo/(in = 0) (out= 0)(stored 0%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/demo/package-summary.html(in = 5853) (out= 1240)(deflated 78%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/demo/package-tree.html(in = 5971) (out= 1283)(deflated 78%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/demo/package-frame.html(in = 675) (out= 436)(deflated 35%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/MLEDependencyGrammarExtractor.html(in = 27773) (out= 3295)(deflated 88%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/BinaryGrammar.html(in = 31162) (out= 3512)(deflated 88%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/UnknownWordModelTrainer.html(in = 21869) (out= 3154)(deflated 85%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/ArabicUnknownWordModel.html(in = 36816) (out= 5366)(deflated 85%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/AbstractTreebankParserParams.SubcategoryStripper.html(in = 16558) (out= 2857)(deflated 82%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/Hook.html(in = 20035) (out= 2823)(deflated 85%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/Edge.html(in = 19291) (out= 2658)(deflated 86%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/DependencyGrammar.html(in = 22132) (out= 3376)(deflated 84%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/IterativeCKYPCFGParser.html(in = 25744) (out= 3269)(deflated 87%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/BinaryGrammarExtractor.html(in = 23818) (out= 2808)(deflated 88%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/ChineseSimWordAvgDepGrammar.html(in = 33488) (out= 4056)(deflated 87%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/AbstractTreebankParserParams.AnnotatePunctuationFunction.html(in = 18080) (out= 2742)(deflated 84%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/ArabicTreebankParserParams.ArabicSubcategoryStripper.html(in = 16323) (out= 2732)(deflated 83%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/package-frame.html(in = 13694) (out= 1594)(deflated 88%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/OutsideRuleFilter.html(in = 22077) (out= 2758)(deflated 87%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/TrainOptions.html(in = 50661) (out= 7099)(deflated 85%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/EnglishTreebankParserParams.html(in = 63746) (out= 7182)(deflated 88%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/FrenchUnknownWordModel.html(in = 32077) (out= 4014)(deflated 87%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/CollinsPuncTransformer.html(in = 14817) (out= 2770)(deflated 81%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/TreeAnnotator.html(in = 14952) (out= 2638)(deflated 82%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/TagProjection.html(in = 9375) (out= 1931)(deflated 79%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/UnknownGTTrainer.html(in = 16180) (out= 2560)(deflated 84%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/HTKLatticeReader.html(in = 24462) (out= 2873)(deflated 88%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/SisterAnnotationStats.html(in = 27310) (out= 3485)(deflated 87%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/LexicalizedParserQuery.html(in = 23925) (out= 3929)(deflated 83%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/Lattice.html(in = 21484) (out= 2735)(deflated 87%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/GermanUnknownWordModel.html(in = 27716) (out= 3472)(deflated 87%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/BaseUnknownWordModelTrainer.html(in = 22886) (out= 3262)(deflated 85%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/MLEDependencyGrammar.html(in = 58129) (out= 6412)(deflated 88%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/ChineseLexiconAndWordSegmenter.html(in = 56268) (out= 6279)(deflated 88%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/BaseUnknownWordModel.html(in = 52275) (out= 6286)(deflated 87%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/IntTaggedWord.html(in = 40043) (out= 4247)(deflated 89%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/TueBaDZParserParams.html(in = 48743) (out= 6007)(deflated 87%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/CNFTransformers.html(in = 10999) (out= 2007)(deflated 81%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/ChineseUnknownWordModelTrainer.html(in = 21751) (out= 3196)(deflated 85%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/HTKLatticeReader.LatticeWord.html(in = 22381) (out= 2797)(deflated 87%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/AbstractTreebankParserParams.RemoveGFSubcategoryStripper.html(in = 16834) (out= 2915)(deflated 82%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/ExactGrammarCompactor.html(in = 19035) (out= 2753)(deflated 85%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/Extractor.html(in = 11503) (out= 1999)(deflated 82%)
adding: javadoc/edu/stanford/nlp/parser/tools/(in = 0) (out= 0)(stored 0%)
adding: javadoc/edu/stanford/nlp/parser/tools/package-summary.html(in = 6276) (out= 1398)(deflated 77%)
adding: javadoc/edu/stanford/nlp/parser/tools/package-tree.html(in = 6286) (out= 1409)(deflated 77%)
adding: javadoc/edu/stanford/nlp/parser/tools/package-frame.html(in = 961) (out= 550)(deflated 42%)
adding: javadoc/edu/stanford/nlp/parser/tools/PunctEquivalenceClasser.html(in = 12972) (out= 2548)(deflated 80%)
adding: javadoc/edu/stanford/nlp/parser/server/(in = 0) (out= 0)(stored 0%)
adding: javadoc/edu/stanford/nlp/parser/server/package-summary.html(in = 6579) (out= 1435)(deflated 78%)
adding: javadoc/edu/stanford/nlp/parser/server/package-tree.html(in = 6518) (out= 1429)(deflated 78%)
adding: javadoc/edu/stanford/nlp/parser/server/LexicalizedParserServer.html(in = 21534) (out= 2824)(deflated 86%)
adding: javadoc/edu/stanford/nlp/parser/server/LexicalizedParserClient.html(in = 17540) (out= 2708)(deflated 84%)
adding: javadoc/edu/stanford/nlp/parser/server/package-frame.html(in = 1105) (out= 564)(deflated 48%)
adding: javadoc/edu/stanford/nlp/parser/ui/(in = 0) (out= 0)(stored 0%)
adding: javadoc/edu/stanford/nlp/parser/ui/package-summary.html(in = 6922) (out= 1453)(deflated 79%)
adding: javadoc/edu/stanford/nlp/parser/ui/package-tree.html(in = 9918) (out= 1719)(deflated 82%)
adding: javadoc/edu/stanford/nlp/parser/ui/Parser.html(in = 94417) (out= 8589)(deflated 90%)
adding: javadoc/edu/stanford/nlp/parser/ui/TreeJPanel.html(in = 107328) (out= 9236)(deflated 91%)
adding: javadoc/edu/stanford/nlp/parser/ui/ParserPanel.html(in = 99800) (out= 9458)(deflated 90%)
adding: javadoc/edu/stanford/nlp/parser/ui/TreeJPanel.WidthResult.html(in = 13942) (out= 2241)(deflated 83%)
adding: javadoc/edu/stanford/nlp/parser/ui/package-frame.html(in = 1271) (out= 575)(deflated 54%)
adding: javadoc/edu/stanford/nlp/parser/package-frame.html(in = 1315) (out= 588)(deflated 55%)
adding: javadoc/edu/stanford/nlp/parser/metrics/(in = 0) (out= 0)(stored 0%)
adding: javadoc/edu/stanford/nlp/parser/metrics/package-summary.html(in = 9001) (out= 1868)(deflated 79%)
adding: javadoc/edu/stanford/nlp/parser/metrics/AbstractEval.html(in = 30901) (out= 3503)(deflated 88%)
adding: javadoc/edu/stanford/nlp/parser/metrics/AbstractEval.CatErrorEval.html(in = 21790) (out= 2866)(deflated 86%)
adding: javadoc/edu/stanford/nlp/parser/metrics/package-tree.html(in = 8183) (out= 1539)(deflated 81%)
adding: javadoc/edu/stanford/nlp/parser/metrics/AbstractEval.RuleErrorEval.html(in = 23043) (out= 2841)(deflated 87%)
adding: javadoc/edu/stanford/nlp/parser/metrics/Evalb.html(in = 24621) (out= 3645)(deflated 85%)
adding: javadoc/edu/stanford/nlp/parser/metrics/Evalb.CBEval.html(in = 23900) (out= 2919)(deflated 87%)
adding: javadoc/edu/stanford/nlp/parser/metrics/EvalbByCat.html(in = 22867) (out= 2937)(deflated 87%)
adding: javadoc/edu/stanford/nlp/parser/metrics/LeafAncestorEval.html(in = 17430) (out= 2774)(deflated 84%)
adding: javadoc/edu/stanford/nlp/parser/metrics/TaggingEval.html(in = 25614) (out= 3366)(deflated 86%)
adding: javadoc/edu/stanford/nlp/parser/metrics/package-frame.html(in = 2102) (out= 663)(deflated 68%)
adding: javadoc/edu/stanford/nlp/parser/metrics/UnlabeledAttachmentEval.html(in = 25770) (out= 3442)(deflated 86%)
adding: javadoc/edu/stanford/nlp/parser/metrics/AbstractEval.ScoreEval.html(in = 21386) (out= 2879)(deflated 86%)
adding: javadoc/edu/stanford/nlp/stats/(in = 0) (out= 0)(stored 0%)
adding: javadoc/edu/stanford/nlp/stats/package-summary.html(in = 12055) (out= 2346)(deflated 80%)
adding: javadoc/edu/stanford/nlp/stats/EquivalenceClassEval.EqualityChecker.html(in = 10001) (out= 2015)(deflated 79%)
adding: javadoc/edu/stanford/nlp/stats/GeneralizedCounter.html(in = 62703) (out= 6262)(deflated 90%)
adding: javadoc/edu/stanford/nlp/stats/package-tree.html(in = 11145) (out= 1859)(deflated 83%)
adding: javadoc/edu/stanford/nlp/stats/IntCounter.html(in = 95843) (out= 10064)(deflated 89%)
adding: javadoc/edu/stanford/nlp/stats/EquivalenceClassEval.Factory.html(in = 9362) (out= 1749)(deflated 81%)
adding: javadoc/edu/stanford/nlp/stats/ClassicCounter.html(in = 65597) (out= 8819)(deflated 86%)
adding: javadoc/edu/stanford/nlp/stats/TwoDimensionalCounterInterface.html(in = 29381) (out= 3006)(deflated 89%)
adding: javadoc/edu/stanford/nlp/stats/EquivalenceClassEval.html(in = 62197) (out= 6061)(deflated 90%)
adding: javadoc/edu/stanford/nlp/stats/Distribution.html(in = 65966) (out= 7069)(deflated 89%)
adding: javadoc/edu/stanford/nlp/stats/SimpleGoodTuring.html(in = 16170) (out= 3321)(deflated 79%)
adding: javadoc/edu/stanford/nlp/stats/TwoDimensionalCounter.html(in = 70926) (out= 5897)(deflated 91%)
adding: javadoc/edu/stanford/nlp/stats/EquivalenceClasser.html(in = 9336) (out= 1976)(deflated 78%)
adding: javadoc/edu/stanford/nlp/stats/AbstractCounter.html(in = 28031) (out= 3737)(deflated 86%)
adding: javadoc/edu/stanford/nlp/stats/package-frame.html(in = 2997) (out= 771)(deflated 74%)
adding: javadoc/edu/stanford/nlp/stats/Sampler.html(in = 8768) (out= 1988)(deflated 77%)
adding: javadoc/edu/stanford/nlp/stats/ProbabilityDistribution.html(in = 10970) (out= 2024)(deflated 81%)
adding: javadoc/edu/stanford/nlp/stats/Counters.html(in = 233883) (out= 19305)(deflated 91%)
adding: javadoc/edu/stanford/nlp/stats/Counter.html(in = 33946) (out= 4915)(deflated 85%)
adding: javadoc/edu/stanford/nlp/process/(in = 0) (out= 0)(stored 0%)
adding: javadoc/edu/stanford/nlp/process/package-summary.html(in = 15140) (out= 2879)(deflated 80%)
adding: javadoc/edu/stanford/nlp/process/SerializableFunction.html(in = 9010) (out= 1988)(deflated 77%)
adding: javadoc/edu/stanford/nlp/process/Americanize.html(in = 22217) (out= 3564)(deflated 83%)
adding: javadoc/edu/stanford/nlp/process/Morphology.html(in = 36558) (out= 5082)(deflated 86%)
adding: javadoc/edu/stanford/nlp/process/WordToSentenceProcessor.html(in = 33031) (out= 4454)(deflated 86%)
adding: javadoc/edu/stanford/nlp/process/PTBTokenizer.PTBTokenizerFactory.html(in = 33573) (out= 3684)(deflated 89%)
adding: javadoc/edu/stanford/nlp/process/package-tree.html(in = 15475) (out= 2143)(deflated 86%)
adding: javadoc/edu/stanford/nlp/process/WhitespaceTokenizer.html(in = 29307) (out= 3727)(deflated 87%)
adding: javadoc/edu/stanford/nlp/process/DocumentPreprocessor.DocType.html(in = 17820) (out= 2821)(deflated 84%)
adding: javadoc/edu/stanford/nlp/process/ListProcessor.html(in = 10253) (out= 2102)(deflated 79%)
adding: javadoc/edu/stanford/nlp/process/WordTokenFactory.html(in = 14225) (out= 2541)(deflated 82%)
adding: javadoc/edu/stanford/nlp/process/treebank/(in = 0) (out= 0)(stored 0%)
adding: javadoc/edu/stanford/nlp/process/treebank/package-summary.html(in = 8587) (out= 1643)(deflated 80%)
adding: javadoc/edu/stanford/nlp/process/treebank/AbstractDataset.html(in = 41299) (out= 4662)(deflated 88%)
adding: javadoc/edu/stanford/nlp/process/treebank/ConfigParser.html(in = 39778) (out= 3993)(deflated 89%)
adding: javadoc/edu/stanford/nlp/process/treebank/TreebankPreprocessor.html(in = 15401) (out= 2897)(deflated 81%)
adding: javadoc/edu/stanford/nlp/process/treebank/DistributionPackage.html(in = 15105) (out= 2551)(deflated 83%)
adding: javadoc/edu/stanford/nlp/process/treebank/package-tree.html(in = 9468) (out= 1697)(deflated 82%)
adding: javadoc/edu/stanford/nlp/process/treebank/DefaultMapper.html(in = 18408) (out= 2917)(deflated 84%)
adding: javadoc/edu/stanford/nlp/process/treebank/Dataset.html(in = 12851) (out= 2418)(deflated 81%)
adding: javadoc/edu/stanford/nlp/process/treebank/AbstractDataset.SplitFilter.html(in = 13829) (out= 2270)(deflated 83%)
adding: javadoc/edu/stanford/nlp/process/treebank/package-frame.html(in = 2208) (out= 690)(deflated 68%)
adding: javadoc/edu/stanford/nlp/process/treebank/Mapper.html(in = 13399) (out= 2527)(deflated 81%)
adding: javadoc/edu/stanford/nlp/process/treebank/Dataset.Encoding.html(in = 17831) (out= 2838)(deflated 84%)
adding: javadoc/edu/stanford/nlp/process/DocumentProcessor.html(in = 11525) (out= 2188)(deflated 81%)
adding: javadoc/edu/stanford/nlp/process/CoreTokenFactory.html(in = 11339) (out= 2059)(deflated 81%)
adding: javadoc/edu/stanford/nlp/process/LexerTokenizer.html(in = 19085) (out= 2837)(deflated 85%)
adding: javadoc/edu/stanford/nlp/process/TokenizerAdapter.html(in = 21047) (out= 3218)(deflated 84%)
adding: javadoc/edu/stanford/nlp/process/WhitespaceTokenizer.WhitespaceTokenizerFactory.html(in = 27196) (out= 3125)(deflated 88%)
adding: javadoc/edu/stanford/nlp/process/PTBEscapingProcessor.html(in = 28907) (out= 3625)(deflated 87%)
adding: javadoc/edu/stanford/nlp/process/CoreLabelTokenFactory.html(in = 23340) (out= 3285)(deflated 85%)
adding: javadoc/edu/stanford/nlp/process/AbstractTokenizer.html(in = 23502) (out= 3218)(deflated 86%)
adding: javadoc/edu/stanford/nlp/process/WordToTaggedWordProcessor.html(in = 19497) (out= 3425)(deflated 82%)
adding: javadoc/edu/stanford/nlp/process/PTBTokenizer.html(in = 50072) (out= 8580)(deflated 82%)
adding: javadoc/edu/stanford/nlp/process/WordSegmenter.html(in = 14437) (out= 2275)(deflated 84%)
adding: javadoc/edu/stanford/nlp/process/Tokenizer.html(in = 16238) (out= 2821)(deflated 82%)
adding: javadoc/edu/stanford/nlp/process/package-frame.html(in = 4520) (out= 901)(deflated 80%)
adding: javadoc/edu/stanford/nlp/process/StripTagsProcessor.html(in = 20990) (out= 3235)(deflated 84%)
adding: javadoc/edu/stanford/nlp/process/WordSegmentingTokenizer.html(in = 19533) (out= 2784)(deflated 85%)
adding: javadoc/edu/stanford/nlp/process/AbstractListProcessor.html(in = 19948) (out= 2975)(deflated 85%)
adding: javadoc/edu/stanford/nlp/process/LexedTokenFactory.html(in = 9581) (out= 2056)(deflated 78%)
adding: javadoc/edu/stanford/nlp/process/DocumentPreprocessor.html(in = 31480) (out= 4314)(deflated 86%)
adding: javadoc/edu/stanford/nlp/trees/(in = 0) (out= 0)(stored 0%)
adding: javadoc/edu/stanford/nlp/trees/FilteringTreeReader.html(in = 15353) (out= 2563)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/Dependencies.DependentPuncWordRejectFilter.html(in = 17154) (out= 2598)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/CompositeTreebank.html(in = 26104) (out= 3293)(deflated 87%)
adding: javadoc/edu/stanford/nlp/trees/DiskTreebank.html(in = 33417) (out= 4195)(deflated 87%)
adding: javadoc/edu/stanford/nlp/trees/package-summary.html(in = 54180) (out= 6657)(deflated 87%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.AdjectivalComplementGRAnnotation.html(in = 14021) (out= 2245)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/GrammaticalFunctionTreeNormalizer.html(in = 18107) (out= 2846)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.PunctuationGRAnnotation.html(in = 13890) (out= 2247)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/TreeVisitor.html(in = 10079) (out= 2215)(deflated 78%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.ArgumentGRAnnotation.html(in = 13827) (out= 2243)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/QPTreeTransformer.html(in = 15871) (out= 2668)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/TreeCoreAnnotations.HeadTagAnnotation.html(in = 14535) (out= 2530)(deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/ConstituentFactory.html(in = 10508) (out= 1992)(deflated 81%)
adding: javadoc/edu/stanford/nlp/trees/FilteringTreebank.html(in = 26011) (out= 3347)(deflated 87%)
adding: javadoc/edu/stanford/nlp/trees/PennTreeReaderFactory.html(in = 20451) (out= 2705)(deflated 86%)
adding: javadoc/edu/stanford/nlp/trees/WordCatEquivalenceClasser.html(in = 13255) (out= 2264)(deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/WordCatEqualityChecker.html(in = 13875) (out= 2425)(deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.PrepositionalModifierGRAnnotation.html(in = 14044) (out= 2237)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.AttributiveGRAnnotation.html(in = 13848) (out= 2240)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/BobChrisTreeNormalizer.EmptyFilter.html(in = 13825) (out= 2406)(deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/NamedDependency.html(in = 26858) (out= 3392)(deflated 87%)
adding: javadoc/edu/stanford/nlp/trees/SimpleTree.html(in = 36787) (out= 5125)(deflated 86%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.XClausalComplementGRAnnotation.html(in = 13921) (out= 2246)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/CollinsHeadFinder.html(in = 19417) (out= 3372)(deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.ClausalComplementGRAnnotation.html(in = 13962) (out= 2245)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalStructure.FromDependenciesFactory.html(in = 14511) (out= 2310)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.html(in = 125297) (out= 14505)(deflated 88%)
adding: javadoc/edu/stanford/nlp/trees/TreeReaderFactory.html(in = 10978) (out= 2135)(deflated 80%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.NegationModifierGRAnnotation.html(in = 13965) (out= 2257)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.NominalPassiveSubjectGRAnnotation.html(in = 14020) (out= 2247)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/AbstractTreebankLanguagePack.html(in = 79771) (out= 8302)(deflated 89%)
adding: javadoc/edu/stanford/nlp/trees/GrammaticalRelation.html(in = 62533) (out= 7057)(deflated 88%)
adding: javadoc/edu/stanford/nlp/trees/package-tree.html(in = 49004) (out= 4589)(deflated 90%)
adding: javadoc/edu/stanford/nlp/trees/HeadFinder.html(in = 13992) (out= 2502)(deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/Treebank.html(in = 46789) (out= 6003)(deflated 87%)
adding: javadoc/edu/stanford/nlp/trees/TreeCoreAnnotations.TreeAnnotation.html(in = 14518) (out= 2547)(deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/TransformingTreebank.html(in = 29328) (out= 3999)(deflated 86%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.NumberModifierGRAnnotation.html(in = 13923) (out= 2243)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/LabeledScoredTreeNode.html(in = 46611) (out= 6137)(deflated 86%)
adding: javadoc/edu/stanford/nlp/trees/LeftHeadFinder.html(in = 16360) (out= 2678)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalStructure.html(in = 45144) (out= 5938)(deflated 86%)
adding: javadoc/edu/stanford/nlp/trees/GrammaticalRelation.RootGRAnnotation.html(in = 13503) (out= 2225)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.PrepositionalComplementGRAnnotation.html(in = 14050) (out= 2243)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/TreeLeafLabelTransformer.html(in = 14839) (out= 2657)(deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.AppositionalModifierGRAnnotation.html(in = 13971) (out= 2240)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.AuxPassiveGRAnnotation.html(in = 13851) (out= 2243)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/DependencyPrinter.html(in = 9567) (out= 1814)(deflated 81%)
adding: javadoc/edu/stanford/nlp/trees/GrammaticalRelation.GrammaticalRelationAnnotation.html(in = 41425) (out= 4389)(deflated 89%)
adding: javadoc/edu/stanford/nlp/trees/PennTreeReader.html(in = 22390) (out= 3426)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/WordCatConstituent.html(in = 21721) (out= 2970)(deflated 86%)
adding: javadoc/edu/stanford/nlp/trees/TreeTransformer.html(in = 12881) (out= 2496)(deflated 80%)
adding: javadoc/edu/stanford/nlp/trees/TreeLengthComparator.html(in = 14330) (out= 2355)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/SimpleTreeFactory.html(in = 20810) (out= 2978)(deflated 85%)
adding: javadoc/edu/stanford/nlp/trees/TreebankFactory.html(in = 10020) (out= 1894)(deflated 81%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.AgentGRAnnotation.html(in = 13794) (out= 2240)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.ConjunctGRAnnotation.html(in = 13829) (out= 2241)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/GrammaticalRelation.Language.html(in = 18342) (out= 2867)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/NPTmpRetainingTreeNormalizer.html(in = 34776) (out= 4909)(deflated 85%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.NounCompoundModifierGRAnnotation.html(in = 14011) (out= 2255)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.AdverbialModifierGRAnnotation.html(in = 13944) (out= 2241)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/GrammaticalRelation.GovernorGRAnnotation.html(in = 13649) (out= 2215)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/PennTreebankTokenizer.html(in = 16581) (out= 2544)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.TemporalModifierGRAnnotation.html(in = 13935) (out= 2246)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/LabeledScoredConstituent.html(in = 23615) (out= 3171)(deflated 86%)
adding: javadoc/edu/stanford/nlp/trees/international/(in = 0) (out= 0)(stored 0%)
adding: javadoc/edu/stanford/nlp/trees/international/hebrew/(in = 0) (out= 0)(stored 0%)
adding: javadoc/edu/stanford/nlp/trees/international/hebrew/HebrewTreeReaderFactory.html(in = 15012) (out= 2508)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/hebrew/package-summary.html(in = 7350) (out= 1475)(deflated 79%)
adding: javadoc/edu/stanford/nlp/trees/international/hebrew/HebrewTreebankLanguagePack.html(in = 37560) (out= 4669)(deflated 87%)
adding: javadoc/edu/stanford/nlp/trees/international/hebrew/package-tree.html(in = 8779) (out= 1647)(deflated 81%)
adding: javadoc/edu/stanford/nlp/trees/international/hebrew/HebrewTreeNormalizer.HebrewEmptyFilter.html(in = 14624) (out= 2482)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/hebrew/HebrewTreeNormalizer.html(in = 19264) (out= 2888)(deflated 85%)
adding: javadoc/edu/stanford/nlp/trees/international/hebrew/package-frame.html(in = 1512) (out= 620)(deflated 58%)
adding: javadoc/edu/stanford/nlp/trees/international/negra/(in = 0) (out= 0)(stored 0%)
adding: javadoc/edu/stanford/nlp/trees/international/negra/package-summary.html(in = 8114) (out= 1619)(deflated 80%)
adding: javadoc/edu/stanford/nlp/trees/international/negra/package-tree.html(in = 10780) (out= 1833)(deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/international/negra/NegraLabel.html(in = 27431) (out= 3259)(deflated 88%)
adding: javadoc/edu/stanford/nlp/trees/international/negra/NegraPennTreeReaderFactory.html(in = 16827) (out= 2681)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/negra/NegraPennTokenizer.html(in = 17206) (out= 2587)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/negra/NegraPennTreeNormalizer.html(in = 25541) (out= 3320)(deflated 87%)
adding: javadoc/edu/stanford/nlp/trees/international/negra/NegraPennLanguagePack.html(in = 46894) (out= 5853)(deflated 87%)
adding: javadoc/edu/stanford/nlp/trees/international/negra/package-frame.html(in = 1729) (out= 637)(deflated 63%)
adding: javadoc/edu/stanford/nlp/trees/international/negra/NegraHeadFinder.html(in = 22092) (out= 3186)(deflated 85%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/(in = 0) (out= 0)(stored 0%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/package-summary.html(in = 30910) (out= 2937)(deflated 90%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.PrepositionalLocalizerModifierGRAnnotation.html(in = 14741) (out= 2286)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.ParticipialModifierGRAnnotation.html(in = 14560) (out= 2277)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.DirectObjectGRAnnotation.html(in = 14445) (out= 2266)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseCollinizer.html(in = 17837) (out= 3000)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.AdjectivalModifierGRAnnotation.html(in = 14505) (out= 2266)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/RadicalMap.html(in = 15408) (out= 2807)(deflated 81%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.TemporalGRAnnotation.html(in = 14407) (out= 2267)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/FragDiscardingPennTreeReader.html(in = 17346) (out= 2848)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.EtcGRAnnotation.html(in = 14332) (out= 2270)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.ClausalComplementGRAnnotation.html(in = 14514) (out= 2266)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/package-tree.html(in = 32468) (out= 2735)(deflated 91%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseHeadFinder.html(in = 16548) (out= 2600)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.DvpMarkerGRAnnotation.html(in = 14408) (out= 2270)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.TimePostpositionGRAnnotation.html(in = 14493) (out= 2267)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.NounCompoundModifierGRAnnotation.html(in = 14583) (out= 2283)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.RangeGRAnnotation.html(in = 14368) (out= 2271)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.SubjectGRAnnotation.html(in = 14394) (out= 2271)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.PunctuationGRAnnotation.html(in = 14440) (out= 2265)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseEnglishWordMap.html(in = 33959) (out= 3908)(deflated 88%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.AspectMarkerGRAnnotation.html(in = 14457) (out= 2272)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.NumericModifierGRAnnotation.html(in = 14492) (out= 2265)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/SunJurafskyChineseHeadFinder.html(in = 16028) (out= 2522)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.ArgumentGRAnnotation.html(in = 14405) (out= 2272)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/CTBErrorCorrectingTreeNormalizer.html(in = 23033) (out= 3641)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.AttributiveGRAnnotation.html(in = 14452) (out= 2272)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.ParentheticalGRAnnotation.html(in = 14478) (out= 2276)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.DvpModifierGRAnnotation.html(in = 14416) (out= 2264)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.ObjectGRAnnotation.html(in = 14365) (out= 2266)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.ResultativeComplementGRAnnotation.html(in = 14620) (out= 2288)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.RelativeClauseModifierGRAnnotation.html(in = 14609) (out= 2280)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseEscaper.html(in = 16027) (out= 2631)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.DeterminerGRAnnotation.html(in = 14425) (out= 2267)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.CoordinationGRAnnotation.html(in = 14463) (out= 2271)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.TemporalClauseGRAnnotation.html(in = 14467) (out= 2265)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/BikelChineseHeadFinder.html(in = 16007) (out= 2573)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalStructure.FromDependenciesFactory.html(in = 15229) (out= 2333)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseSemanticHeadFinder.html(in = 16731) (out= 2554)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.BaGRAnnotation.html(in = 14311) (out= 2266)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.OrdNumberGRAnnotation.html(in = 14400) (out= 2264)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalStructure.html(in = 36606) (out= 4209)(deflated 88%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.TopicGRAnnotation.html(in = 14358) (out= 2272)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/CHTBTokenizer.html(in = 18727) (out= 3030)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.VerbCompoundGRAnnotation.html(in = 14441) (out= 2272)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.ModifierGRAnnotation.html(in = 14389) (out= 2261)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.PreconjunctGRAnnotation.html(in = 14490) (out= 2283)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.AssociativeModifierGRAnnotation.html(in = 14568) (out= 2276)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.PrepositionalModifierGRAnnotation.html(in = 14640) (out= 2271)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.ComplementGRAnnotation.html(in = 14433) (out= 2266)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.ComplementizerGRAnnotation.html(in = 14493) (out= 2267)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.ClausalSubjectGRAnnotation.html(in = 14499) (out= 2266)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.ClauseModifierGRAnnotation.html(in = 14485) (out= 2268)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseTreebankLanguagePack.html(in = 70123) (out= 6466)(deflated 90%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.AssociativeMarkerGRAnnotation.html(in = 14544) (out= 2269)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/package-frame.html(in = 14975) (out= 1423)(deflated 90%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.SemanticDependentGRAnnotation.html(in = 14538) (out= 2272)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.AuxModifierGRAnnotation.html(in = 14434) (out= 2272)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.NumberModifierGRAnnotation.html(in = 14507) (out= 2272)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.NominalPassiveSubjectGRAnnotation.html(in = 14602) (out= 2280)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.ControllingSubjectGRAnnotation.html(in = 14549) (out= 2272)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.AdverbialModifierGRAnnotation.html(in = 14534) (out= 2269)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.LocalizerComplementGRAnnotation.html(in = 14528) (out= 2268)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.ModalGRAnnotation.html(in = 14356) (out= 2269)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.AuxPassiveGRAnnotation.html(in = 14403) (out= 2265)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/CTBTreeReaderFactory.html(in = 15657) (out= 2495)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.html(in = 98435) (out= 8823)(deflated 91%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.XClausalComplementGRAnnotation.html(in = 14495) (out= 2276)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.NominalSubjectGRAnnotation.html(in = 14519) (out= 2272)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/CharacterLevelTagExtender.html(in = 25566) (out= 3881)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.NegationModifierGRAnnotation.html(in = 14525) (out= 2277)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.VerbModifierGRAnnotation.html(in = 14467) (out= 2275)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.PrepositionalObjectGRAnnotation.html(in = 14576) (out= 2268)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/arabic/(in = 0) (out= 0)(stored 0%)
adding: javadoc/edu/stanford/nlp/trees/international/arabic/package-summary.html(in = 10570) (out= 1865)(deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/international/arabic/ArabicTreeReaderFactory.html(in = 17296) (out= 2730)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/arabic/ArabicTreebankLanguagePack.html(in = 41931) (out= 5213)(deflated 87%)
adding: javadoc/edu/stanford/nlp/trees/international/arabic/package-tree.html(in = 12748) (out= 1921)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/arabic/ArabicUTMHeadFinder.html(in = 24313) (out= 3381)(deflated 86%)
adding: javadoc/edu/stanford/nlp/trees/international/arabic/ArabicTreeReaderFactory.ArabicRawTreeReaderFactory.html(in = 15940) (out= 2302)(deflated 85%)
adding: javadoc/edu/stanford/nlp/trees/international/arabic/ArabicTreeNormalizer.html(in = 24764) (out= 3543)(deflated 85%)
adding: javadoc/edu/stanford/nlp/trees/international/arabic/ArabicUTMHeadFinder.TagSet.html(in = 18102) (out= 2830)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/arabic/ATBTreeUtils.html(in = 21619) (out= 3052)(deflated 85%)
adding: javadoc/edu/stanford/nlp/trees/international/arabic/package-frame.html(in = 2940) (out= 725)(deflated 75%)
adding: javadoc/edu/stanford/nlp/trees/international/arabic/ArabicTreeNormalizer.ArabicEmptyFilter.html(in = 14624) (out= 2482)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/arabic/ArabicTreebankTokenizer.html(in = 19992) (out= 2927)(deflated 85%)
adding: javadoc/edu/stanford/nlp/trees/international/arabic/ArabicUTMTreebankLanguagePack.html(in = 42008) (out= 5219)(deflated 87%)
adding: javadoc/edu/stanford/nlp/trees/international/arabic/ArabicHeadFinder.TagSet.html(in = 18613) (out= 2869)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/arabic/ArabicHeadFinder.html(in = 23721) (out= 3347)(deflated 85%)
adding: javadoc/edu/stanford/nlp/trees/international/french/(in = 0) (out= 0)(stored 0%)
adding: javadoc/edu/stanford/nlp/trees/international/french/package-summary.html(in = 8484) (out= 1675)(deflated 80%)
adding: javadoc/edu/stanford/nlp/trees/international/french/FrenchHeadFinder.html(in = 17609) (out= 2770)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/french/package-tree.html(in = 10061) (out= 1727)(deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/international/french/FrenchTreeReader.html(in = 21238) (out= 3069)(deflated 85%)
adding: javadoc/edu/stanford/nlp/trees/international/french/FrenchTreeNormalizer.html(in = 23027) (out= 3127)(deflated 86%)
adding: javadoc/edu/stanford/nlp/trees/international/french/FrenchTreebankLanguagePack.html(in = 36834) (out= 4536)(deflated 87%)
adding: javadoc/edu/stanford/nlp/trees/international/french/FrenchTreeReaderFactory.html(in = 14685) (out= 2489)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/french/package-frame.html(in = 1941) (out= 649)(deflated 66%)
adding: javadoc/edu/stanford/nlp/trees/international/french/FrenchTreeNormalizer.FrenchAOverAFilter.html(in = 14562) (out= 2463)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/french/DybroFrenchHeadFinder.html(in = 17185) (out= 2741)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/tuebadz/(in = 0) (out= 0)(stored 0%)
adding: javadoc/edu/stanford/nlp/trees/international/tuebadz/package-summary.html(in = 7387) (out= 1517)(deflated 79%)
adding: javadoc/edu/stanford/nlp/trees/international/tuebadz/package-tree.html(in = 8744) (out= 1635)(deflated 81%)
adding: javadoc/edu/stanford/nlp/trees/international/tuebadz/TueBaDZTreeReaderFactory.html(in = 15483) (out= 2501)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/tuebadz/package-frame.html(in = 1475) (out= 621)(deflated 57%)
adding: javadoc/edu/stanford/nlp/trees/international/tuebadz/TueBaDZLanguagePack.html(in = 47524) (out= 5723)(deflated 87%)
adding: javadoc/edu/stanford/nlp/trees/international/tuebadz/TueBaDZHeadFinder.html(in = 21103) (out= 3177)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/tuebadz/TueBaDZPennTreeNormalizer.html(in = 23939) (out= 3226)(deflated 86%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.MultiWordExpressionGRAnnotation.html(in = 13978) (out= 2243)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/Constituent.html(in = 37145) (out= 5647)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/UnnamedConcreteDependency.html(in = 27255) (out= 3414)(deflated 87%)
adding: javadoc/edu/stanford/nlp/trees/WordNetConnection.html(in = 8398) (out= 1812)(deflated 78%)
adding: javadoc/edu/stanford/nlp/trees/ModCollinsHeadFinder.html(in = 18300) (out= 3436)(deflated 81%)
adding: javadoc/edu/stanford/nlp/trees/TreeCoreAnnotations.HeadWordAnnotation.html(in = 14580) (out= 2532)(deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/SemanticHeadFinder.html(in = 24015) (out= 4207)(deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/LabeledScoredConstituentFactory.html(in = 15650) (out= 2476)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.InfinitivalModifierGRAnnotation.html(in = 13970) (out= 2246)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.CopulaGRAnnotation.html(in = 13779) (out= 2236)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/DependencyScoring.Score.html(in = 16263) (out= 2396)(deflated 85%)
adding: javadoc/edu/stanford/nlp/trees/Labeled.html(in = 13241) (out= 2526)(deflated 80%)
adding: javadoc/edu/stanford/nlp/trees/TreeGraphNodeFactory.html(in = 21675) (out= 2980)(deflated 86%)
adding: javadoc/edu/stanford/nlp/trees/DependencyTyper.html(in = 9397) (out= 1860)(deflated 80%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.CoordinationGRAnnotation.html(in = 13873) (out= 2238)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/DependencyScoring.html(in = 31431) (out= 3186)(deflated 89%)
adding: javadoc/edu/stanford/nlp/trees/BobChrisTreeNormalizer.html(in = 27246) (out= 4296)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.ComplementizerGRAnnotation.html(in = 13891) (out= 2233)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.ObjectGRAnnotation.html(in = 13783) (out= 2237)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.NumericModifierGRAnnotation.html(in = 13910) (out= 2236)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/TreeReader.html(in = 10253) (out= 2085)(deflated 79%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.PossessionModifierGRAnnotation.html(in = 13989) (out= 2254)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.NominalSubjectGRAnnotation.html(in = 13937) (out= 2244)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/TypedDependency.html(in = 24179) (out= 2999)(deflated 87%)
adding: javadoc/edu/stanford/nlp/trees/Dependencies.html(in = 18404) (out= 2582)(deflated 85%)
adding: javadoc/edu/stanford/nlp/trees/SimpleConstituent.html(in = 20948) (out= 3176)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/TreeGraph.html(in = 22039) (out= 3509)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/AbstractCollinsHeadFinder.html(in = 31698) (out= 4931)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/TreeFunctions.html(in = 16298) (out= 2671)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/Dependency.html(in = 15332) (out= 2808)(deflated 81%)
adding: javadoc/edu/stanford/nlp/trees/SimpleConstituentFactory.html(in = 15504) (out= 2495)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/DependencyReader.html(in = 9141) (out= 1797)(deflated 80%)
adding: javadoc/edu/stanford/nlp/trees/PennTreebankLanguagePack.html(in = 43304) (out= 5177)(deflated 88%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.AdvClauseModifierGRAnnotation.html(in = 13970) (out= 2242)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/DependencyTreeTransformer.html(in = 19722) (out= 3079)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.ComplementGRAnnotation.html(in = 13851) (out= 2234)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/TreeToBracketProcessor.html(in = 16410) (out= 2420)(deflated 85%)
adding: javadoc/edu/stanford/nlp/trees/TreeFactory.html(in = 14938) (out= 2523)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/TreeCoreAnnotations.html(in = 12291) (out= 2233)(deflated 81%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.PhrasalVerbParticleGRAnnotation.html(in = 14004) (out= 2254)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/Trees.html(in = 56549) (out= 6061)(deflated 89%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.PossessiveModifierGRAnnotation.html(in = 13973) (out= 2243)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/TreeGraphNode.html(in = 91404) (out= 11331)(deflated 87%)
adding: javadoc/edu/stanford/nlp/trees/Tree.html(in = 204795) (out= 22636)(deflated 88%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.AbbreviationModifierGRAnnotation.html(in = 13959) (out= 2242)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.NpAdverbialModifierGRAnnotation.html(in = 13998) (out= 2248)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.PreconjunctGRAnnotation.html(in = 13872) (out= 2248)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/MemoryTreebank.html(in = 63798) (out= 6733)(deflated 89%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.ReferentGRAnnotation.html(in = 13845) (out= 2243)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.IndirectObjectGRAnnotation.html(in = 13911) (out= 2249)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/CollocationFinder.html(in = 18690) (out= 2826)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.RelativeGRAnnotation.html(in = 13843) (out= 2241)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.DirectObjectGRAnnotation.html(in = 13863) (out= 2239)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.ControllingSubjectGRAnnotation.html(in = 13955) (out= 2238)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.PrepositionalObjectGRAnnotation.html(in = 13994) (out= 2239)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.PurposeClauseModifierGRAnnotation.html(in = 14018) (out= 2250)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.DeterminerGRAnnotation.html(in = 13831) (out= 2236)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/TreebankLanguagePack.html(in = 63583) (out= 7364)(deflated 88%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.AdjectivalModifierGRAnnotation.html(in = 13989) (out= 2243)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/package-frame.html(in = 25146) (out= 2286)(deflated 90%)
adding: javadoc/edu/stanford/nlp/trees/GrammaticalRelation.KillGRAnnotation.html(in = 13561) (out= 2218)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.ClausalSubjectGRAnnotation.html(in = 13917) (out= 2234)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.QuantifierModifierGRAnnotation.html(in = 13973) (out= 2248)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/OrderedCombinationTreeNormalizer.html(in = 21184) (out= 3220)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/GrammaticalStructure.html(in = 86314) (out= 10434)(deflated 87%)
adding: javadoc/edu/stanford/nlp/trees/LabeledScoredTreeReaderFactory.html(in = 15694) (out= 2699)(deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/tregex/(in = 0) (out= 0)(stored 0%)
adding: javadoc/edu/stanford/nlp/trees/tregex/package-summary.html(in = 8611) (out= 1757)(deflated 79%)
adding: javadoc/edu/stanford/nlp/trees/tregex/TregexParseException.html(in = 15408) (out= 2472)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/tregex/package-tree.html(in = 8643) (out= 1606)(deflated 81%)
adding: javadoc/edu/stanford/nlp/trees/tregex/ParseException.html(in = 21134) (out= 3386)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/tregex/TregexPatternCompiler.html(in = 20713) (out= 3021)(deflated 85%)
adding: javadoc/edu/stanford/nlp/trees/tregex/TregexMatcher.html(in = 19758) (out= 3154)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/tregex/tsurgeon/(in = 0) (out= 0)(stored 0%)
adding: javadoc/edu/stanford/nlp/trees/tregex/tsurgeon/package-summary.html(in = 8971) (out= 1740)(deflated 80%)
adding: javadoc/edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonParseException.html(in = 15673) (out= 2485)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/tregex/tsurgeon/package-tree.html(in = 8595) (out= 1590)(deflated 81%)
adding: javadoc/edu/stanford/nlp/trees/tregex/tsurgeon/ParseException.html(in = 21480) (out= 3402)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonParserTreeConstants.html(in = 14784) (out= 2088)(deflated 85%)
adding: javadoc/edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonPattern.html(in = 15097) (out= 2545)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/tregex/tsurgeon/JJTTsurgeonParserState.html(in = 18492) (out= 2464)(deflated 86%)
adding: javadoc/edu/stanford/nlp/trees/tregex/tsurgeon/Tsurgeon.html(in = 48658) (out= 8107)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/tregex/tsurgeon/package-frame.html(in = 2186) (out= 671)(deflated 69%)
adding: javadoc/edu/stanford/nlp/trees/tregex/tsurgeon/CoindexNodes.html(in = 16044) (out= 2538)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/tregex/TregexPattern.TRegexTreeReaderFactory.html(in = 14886) (out= 2406)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/tregex/TregexPattern.html(in = 43229) (out= 9973)(deflated 76%)
adding: javadoc/edu/stanford/nlp/trees/tregex/package-frame.html(in = 1904) (out= 643)(deflated 66%)
adding: javadoc/edu/stanford/nlp/trees/tregex/Macros.html(in = 17870) (out= 2439)(deflated 86%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.SubjectGRAnnotation.html(in = 13816) (out= 2244)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/DependencyFactory.html(in = 10586) (out= 1850)(deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.ModifierGRAnnotation.html(in = 13815) (out= 2240)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.PredeterminerGRAnnotation.html(in = 13880) (out= 2238)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.AuxModifierGRAnnotation.html(in = 13852) (out= 2241)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/NPTmpRetainingTreeNormalizer.NPTmpRetainingTreeReaderFactory.html(in = 14365) (out= 2407)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/GrammaticalStructureFactory.html(in = 18532) (out= 2586)(deflated 86%)
adding: javadoc/edu/stanford/nlp/trees/TreeNormalizer.html(in = 18867) (out= 3508)(deflated 81%)
adding: javadoc/edu/stanford/nlp/trees/CompositeTreeTransformer.html(in = 15996) (out= 2769)(deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/LabeledScoredTreeFactory.html(in = 22733) (out= 3142)(deflated 86%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.ExpletiveGRAnnotation.html(in = 13832) (out= 2232)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/TreeTokenizerFactory.html(in = 19912) (out= 2745)(deflated 86%)
adding: javadoc/edu/stanford/nlp/trees/BobChrisTreeNormalizer.AOverAFilter.html(in = 13954) (out= 2428)(deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.ParataxisGRAnnotation.html(in = 13830) (out= 2241)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/LabeledConstituent.html(in = 27252) (out= 3606)(deflated 86%)
adding: javadoc/edu/stanford/nlp/trees/Dependencies.DependentPuncTagRejectFilter.html(in = 17021) (out= 2563)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/LengthTreeFilter.html(in = 13643) (out= 2501)(deflated 81%)
adding: javadoc/edu/stanford/nlp/trees/UnnamedDependency.html(in = 32644) (out= 3780)(deflated 88%)
adding: javadoc/edu/stanford/nlp/trees/GrammaticalRelation.DependentGRAnnotation.html(in = 13602) (out= 2219)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.PredicateGRAnnotation.html(in = 13852) (out= 2241)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.SemanticDependentGRAnnotation.html(in = 13930) (out= 2238)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.RelativeClauseModifierGRAnnotation.html(in = 14007) (out= 2241)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.ParticipialModifierGRAnnotation.html(in = 13986) (out= 2251)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/TreePrint.html(in = 38037) (out= 5441)(deflated 85%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.MarkerGRAnnotation.html(in = 13789) (out= 2237)(deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.ClausalPassiveSubjectGRAnnotation.html(in = 14022) (out= 2240)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/GrammaticalStructureFromDependenciesFactory.html(in = 10113) (out= 1998)(deflated 80%)
adding: javadoc/edu/stanford/nlp/trees/CoordinationTransformer.html(in = 17170) (out= 2679)(deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/WordStemmer.html(in = 13782) (out= 2504)(deflated 81%)
adding: javadoc/edu/stanford/nlp/international/(in = 0) (out= 0)(stored 0%)
adding: javadoc/edu/stanford/nlp/international/package-summary.html(in = 6653) (out= 1412)(deflated 78%)
adding: javadoc/edu/stanford/nlp/international/package-tree.html(in = 7157) (out= 1495)(deflated 79%)
adding: javadoc/edu/stanford/nlp/international/morph/(in = 0) (out= 0)(stored 0%)
adding: javadoc/edu/stanford/nlp/international/morph/package-summary.html(in = 7202) (out= 1497)(deflated 79%)
adding: javadoc/edu/stanford/nlp/international/morph/package-tree.html(in = 7947) (out= 1559)(deflated 80%)
adding: javadoc/edu/stanford/nlp/international/morph/MorphoFeatureSpecification.html(in = 26884) (out= 3187)(deflated 88%)
adding: javadoc/edu/stanford/nlp/international/morph/MorphoFeatures.html(in = 28242) (out= 3570)(deflated 87%)
adding: javadoc/edu/stanford/nlp/international/morph/MorphoFeatureSpecification.MorphoFeatureType.html(in = 24641) (out= 3112)(deflated 87%)
adding: javadoc/edu/stanford/nlp/international/morph/package-frame.html(in = 1488) (out= 599)(deflated 59%)
adding: javadoc/edu/stanford/nlp/international/arabic/(in = 0) (out= 0)(stored 0%)
adding: javadoc/edu/stanford/nlp/international/arabic/package-summary.html(in = 7072) (out= 1518)(deflated 78%)
adding: javadoc/edu/stanford/nlp/international/arabic/pipeline/(in = 0) (out= 0)(stored 0%)
adding: javadoc/edu/stanford/nlp/international/arabic/pipeline/package-summary.html(in = 8617) (out= 1812)(deflated 78%)
adding: javadoc/edu/stanford/nlp/international/arabic/pipeline/LDCPosMapper.html(in = 27358) (out= 3642)(deflated 86%)
adding: javadoc/edu/stanford/nlp/international/arabic/pipeline/ATBCorrector.html(in = 15424) (out= 2851)(deflated 81%)
adding: javadoc/edu/stanford/nlp/international/arabic/pipeline/package-tree.html(in = 9965) (out= 1699)(deflated 82%)
adding: javadoc/edu/stanford/nlp/international/arabic/pipeline/ATBArabicDataset.ArabicRawTreeNormalizer.html(in = 23948) (out= 3122)(deflated 86%)
adding: javadoc/edu/stanford/nlp/international/arabic/pipeline/DefaultLexicalMapper.html(in = 24352) (out= 3435)(deflated 85%)
adding: javadoc/edu/stanford/nlp/international/arabic/pipeline/ATBArabicDataset.html(in = 22787) (out= 3198)(deflated 85%)
adding: javadoc/edu/stanford/nlp/international/arabic/pipeline/MWETreeVisitor.html(in = 13556) (out= 2406)(deflated 82%)
adding: javadoc/edu/stanford/nlp/international/arabic/pipeline/package-frame.html(in = 1871) (out= 655)(deflated 64%)
adding: javadoc/edu/stanford/nlp/international/arabic/pipeline/UniversalPOSMapper.html(in = 19771) (out= 3067)(deflated 84%)
adding: javadoc/edu/stanford/nlp/international/arabic/pipeline/ATBCorrectorVisitor.html(in = 13685) (out= 2425)(deflated 82%)
adding: javadoc/edu/stanford/nlp/international/arabic/package-tree.html(in = 7933) (out= 1569)(deflated 80%)
adding: javadoc/edu/stanford/nlp/international/arabic/process/(in = 0) (out= 0)(stored 0%)
adding: javadoc/edu/stanford/nlp/international/arabic/process/package-summary.html(in = 6816) (out= 1442)(deflated 78%)
adding: javadoc/edu/stanford/nlp/international/arabic/process/package-tree.html(in = 7568) (out= 1572)(deflated 79%)
adding: javadoc/edu/stanford/nlp/international/arabic/process/ArabicTokenizer.html(in = 25563) (out= 3843)(deflated 84%)
adding: javadoc/edu/stanford/nlp/international/arabic/process/package-frame.html(in = 1200) (out= 579)(deflated 51%)
adding: javadoc/edu/stanford/nlp/international/arabic/process/ArabicTokenizer.ArabicTokenizerFactory.html(in = 25159) (out= 3001)(deflated 88%)
adding: javadoc/edu/stanford/nlp/international/arabic/ArabicMorphoFeatureSpecification.ArabicMorphoFeatures.html(in = 20012) (out= 2937)(deflated 85%)
adding: javadoc/edu/stanford/nlp/international/arabic/Buckwalter.html(in = 20878) (out= 3304)(deflated 84%)
adding: javadoc/edu/stanford/nlp/international/arabic/package-frame.html(in = 1339) (out= 592)(deflated 55%)
adding: javadoc/edu/stanford/nlp/international/arabic/ArabicMorphoFeatureSpecification.html(in = 28937) (out= 3307)(deflated 88%)
adding: javadoc/edu/stanford/nlp/international/Languages.html(in = 14070) (out= 2322)(deflated 83%)
adding: javadoc/edu/stanford/nlp/international/package-frame.html(in = 1238) (out= 565)(deflated 54%)
adding: javadoc/edu/stanford/nlp/international/french/(in = 0) (out= 0)(stored 0%)
adding: javadoc/edu/stanford/nlp/international/french/package-summary.html(in = 6866) (out= 1566)(deflated 77%)
adding: javadoc/edu/stanford/nlp/international/french/pipeline/(in = 0) (out= 0)(stored 0%)
adding: javadoc/edu/stanford/nlp/international/french/pipeline/package-summary.html(in = 7488) (out= 1591)(deflated 78%)
adding: javadoc/edu/stanford/nlp/international/french/pipeline/package-tree.html(in = 7999) (out= 1568)(deflated 80%)
adding: javadoc/edu/stanford/nlp/international/french/pipeline/FTBCorrector.html(in = 15044) (out= 2824)(deflated 81%)
adding: javadoc/edu/stanford/nlp/international/french/pipeline/package-frame.html(in = 1431) (out= 607)(deflated 57%)
adding: javadoc/edu/stanford/nlp/international/french/pipeline/FTBCorrectorVisitor.html(in = 13665) (out= 2418)(deflated 82%)
adding: javadoc/edu/stanford/nlp/international/french/pipeline/MWEPreprocessor.html(in = 23731) (out= 2577)(deflated 89%)
adding: javadoc/edu/stanford/nlp/international/french/pipeline/FTBDataset.html(in = 22497) (out= 3168)(deflated 85%)
adding: javadoc/edu/stanford/nlp/international/french/package-tree.html(in = 7104) (out= 1517)(deflated 78%)
adding: javadoc/edu/stanford/nlp/international/french/FrenchUnknownWordSignatures.html(in = 28007) (out= 2684)(deflated 90%)
adding: javadoc/edu/stanford/nlp/international/french/FrenchMorphoFeatureSpecification.html(in = 23704) (out= 3101)(deflated 86%)
adding: javadoc/edu/stanford/nlp/international/french/package-frame.html(in = 1166) (out= 587)(deflated 49%)
adding: javadoc/edu/stanford/nlp/international/Languages.Language.html(in = 19994) (out= 2947)(deflated 85%)
adding: javadoc/edu/stanford/nlp/io/(in = 0) (out= 0)(stored 0%)
adding: javadoc/edu/stanford/nlp/io/package-summary.html(in = 10395) (out= 2122)(deflated 79%)
adding: javadoc/edu/stanford/nlp/io/RuntimeIOException.html(in = 17676) (out= 2627)(deflated 85%)
adding: javadoc/edu/stanford/nlp/io/NumberRangeFileFilter.html(in = 14231) (out= 2713)(deflated 80%)
adding: javadoc/edu/stanford/nlp/io/FileSystem.html(in = 16724) (out= 2838)(deflated 83%)
adding: javadoc/edu/stanford/nlp/io/package-tree.html(in = 11251) (out= 1824)(deflated 83%)
adding: javadoc/edu/stanford/nlp/io/EncodingPrintWriter.html(in = 11238) (out= 2127)(deflated 81%)
adding: javadoc/edu/stanford/nlp/io/EncodingPrintWriter.out.html(in = 14428) (out= 2232)(deflated 84%)
adding: javadoc/edu/stanford/nlp/io/IOUtils.html(in = 160181) (out= 11455)(deflated 92%)
adding: javadoc/edu/stanford/nlp/io/ui/(in = 0) (out= 0)(stored 0%)
adding: javadoc/edu/stanford/nlp/io/ui/package-summary.html(in = 6146) (out= 1370)(deflated 77%)
adding: javadoc/edu/stanford/nlp/io/ui/package-tree.html(in = 8383) (out= 1640)(deflated 80%)
adding: javadoc/edu/stanford/nlp/io/ui/OpenPageDialog.html(in = 91691) (out= 8344)(deflated 90%)
adding: javadoc/edu/stanford/nlp/io/ui/package-frame.html(in = 915) (out= 538)(deflated 41%)
adding: javadoc/edu/stanford/nlp/io/EncodingFileReader.html(in = 25287) (out= 3046)(deflated 87%)
adding: javadoc/edu/stanford/nlp/io/BZip2PipedOutputStream.html(in = 19107) (out= 2604)(deflated 86%)
adding: javadoc/edu/stanford/nlp/io/ReaderInputStream.html(in = 23944) (out= 3247)(deflated 86%)
adding: javadoc/edu/stanford/nlp/io/Lexer.html(in = 14623) (out= 2721)(deflated 81%)
adding: javadoc/edu/stanford/nlp/io/NumberRangesFileFilter.html(in = 17850) (out= 3341)(deflated 81%)
adding: javadoc/edu/stanford/nlp/io/package-frame.html(in = 2690) (out= 737)(deflated 72%)
adding: javadoc/edu/stanford/nlp/io/EncodingPrintWriter.err.html(in = 14205) (out= 2122)(deflated 85%)
adding: javadoc/edu/stanford/nlp/io/ExtensionFileFilter.html(in = 17336) (out= 2930)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ui/(in = 0) (out= 0)(stored 0%)
adding: javadoc/edu/stanford/nlp/ui/package-summary.html(in = 6188) (out= 1432)(deflated 76%)
adding: javadoc/edu/stanford/nlp/ui/package-tree.html(in = 6131) (out= 1398)(deflated 77%)
adding: javadoc/edu/stanford/nlp/ui/JarFileChooser.html(in = 16858) (out= 2531)(deflated 84%)
adding: javadoc/edu/stanford/nlp/ui/package-frame.html(in = 897) (out= 535)(deflated 40%)
adding: javadoc/edu/stanford/nlp/math/(in = 0) (out= 0)(stored 0%)
adding: javadoc/edu/stanford/nlp/math/package-summary.html(in = 6360) (out= 1428)(deflated 77%)
adding: javadoc/edu/stanford/nlp/math/package-tree.html(in = 6275) (out= 1408)(deflated 77%)
adding: javadoc/edu/stanford/nlp/math/ArrayMath.html(in = 129792) (out= 11744)(deflated 90%)
adding: javadoc/edu/stanford/nlp/math/SloppyMath.html(in = 39453) (out= 6517)(deflated 83%)
adding: javadoc/edu/stanford/nlp/math/package-frame.html(in = 1000) (out= 548)(deflated 45%)
adding: javadoc/edu/stanford/nlp/ling/(in = 0) (out= 0)(stored 0%)
adding: javadoc/edu/stanford/nlp/ling/package-summary.html(in = 65974) (out= 7337)(deflated 88%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.ShapeAnnotation.html(in = 14821) (out= 2603)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.SectionAnnotation.html(in = 14600) (out= 2472)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/Sentence.html(in = 31415) (out= 3691)(deflated 88%)
adding: javadoc/edu/stanford/nlp/ling/LabeledWord.html(in = 25577) (out= 3330)(deflated 86%)
adding: javadoc/edu/stanford/nlp/ling/WordLemmaTagFactory.html(in = 22001) (out= 3306)(deflated 84%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.XmlContextAnnotation.html(in = 15506) (out= 2503)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.EntityClassAnnotation.html(in = 14662) (out= 2473)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/ValueLabel.html(in = 24498) (out= 3962)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.TrueCaseAnnotation.html(in = 14756) (out= 2549)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.CoNLLDepAnnotation.html(in = 14519) (out= 2487)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.MorphoPersAnnotation.html(in = 14656) (out= 2478)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.MaleGazAnnotation.html(in = 14590) (out= 2472)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.UTypeAnnotation.html(in = 14570) (out= 2466)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/HasWord.html(in = 10628) (out= 2089)(deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.INAnnotation.html(in = 14498) (out= 2457)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.ChineseSegAnnotation.html(in = 14648) (out= 2469)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/TaggedWord.html(in = 31470) (out= 3944)(deflated 87%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.CharAnnotation.html(in = 14572) (out= 2472)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.AbbrAnnotation.html(in = 14504) (out= 2460)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.StemAnnotation.html(in = 14620) (out= 2510)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.ChineseCharAnnotation.html(in = 14734) (out= 2506)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.UtteranceAnnotation.html(in = 14718) (out= 2525)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.BeAnnotation.html(in = 14573) (out= 2493)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.ChunkAnnotation.html(in = 14568) (out= 2470)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.CopyAnnotation.html(in = 14786) (out= 2591)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.BestCliquesAnnotation.html(in = 14699) (out= 2500)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.InterpretationAnnotation.html(in = 14764) (out= 2505)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.ParagraphsAnnotation.html(in = 15480) (out= 2549)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/StringLabel.html(in = 29677) (out= 3797)(deflated 87%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.ProtoAnnotation.html(in = 14572) (out= 2473)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.DayAnnotation.html(in = 14538) (out= 2472)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.NumTxtSentencesAnnotation.html(in = 14856) (out= 2543)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/BasicDocument.html(in = 96387) (out= 9026)(deflated 90%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.LeftTermAnnotation.html(in = 14784) (out= 2557)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.TrueTagAnnotation.html(in = 14598) (out= 2471)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.LMiddleAnnotation.html(in = 14588) (out= 2471)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.BagOfWordsAnnotation.html(in = 16982) (out= 2537)(deflated 85%)
adding: javadoc/edu/stanford/nlp/ling/DocumentReader.html(in = 39189) (out= 5633)(deflated 85%)
adding: javadoc/edu/stanford/nlp/ling/CategoryWordTagFactory.html(in = 20746) (out= 2857)(deflated 86%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.AntecedentAnnotation.html(in = 15140) (out= 2722)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.SentenceIndexAnnotation.html(in = 14789) (out= 2510)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.PercentAnnotation.html(in = 14667) (out= 2505)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.DictAnnotation.html(in = 14548) (out= 2470)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.SRL_ID.html(in = 18516) (out= 2874)(deflated 84%)
adding: javadoc/edu/stanford/nlp/ling/package-tree.html(in = 87625) (out= 5308)(deflated 93%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.WordSenseAnnotation.html(in = 14638) (out= 2476)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.ParagraphAnnotation.html(in = 14708) (out= 2504)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.ArgumentAnnotation.html(in = 14697) (out= 2521)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CyclicCoreLabel.html(in = 33693) (out= 4809)(deflated 85%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.IDAnnotation.html(in = 14500) (out= 2458)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.DomainAnnotation.html(in = 14774) (out= 2577)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/HasOffset.html(in = 11905) (out= 2285)(deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.SemanticHeadWordAnnotation.html(in = 14825) (out= 2507)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.PositionAnnotation.html(in = 14624) (out= 2474)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.OriginalTextAnnotation.html(in = 14913) (out= 2597)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.CoNLLDepTypeAnnotation.html(in = 14757) (out= 2503)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.CategoryFunctionalTagAnnotation.html(in = 14911) (out= 2523)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.TextAnnotation.html(in = 14755) (out= 2582)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.ContextsAnnotation.html(in = 16954) (out= 2535)(deflated 85%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.LabelAnnotation.html(in = 14598) (out= 2487)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.CharacterOffsetBeginAnnotation.html(in = 15094) (out= 2592)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/LabelFactory.html(in = 14581) (out= 2722)(deflated 81%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.LEndAnnotation.html(in = 14536) (out= 2465)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.ForcedSentenceEndAnnotation.html(in = 14939) (out= 2572)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CategoryWordTag.html(in = 38746) (out= 4987)(deflated 87%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.D2_LEndAnnotation.html(in = 14600) (out= 2472)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.RoleAnnotation.html(in = 14605) (out= 2506)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.ArgDescendentAnnotation.html(in = 16188) (out= 2520)(deflated 84%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.NumericCompositeObjectAnnotation.html(in = 14848) (out= 2471)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.AnswerAnnotation.html(in = 14639) (out= 2499)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.CoNLLDepParentIndexAnnotation.html(in = 14914) (out= 2533)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.NamedEntityTagAnnotation.html(in = 14860) (out= 2569)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/Document.html(in = 17745) (out= 2910)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.ChineseIsSegmentedAnnotation.html(in = 14934) (out= 2554)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.UnaryAnnotation.html(in = 14624) (out= 2503)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.GrandparentAnnotation.html(in = 14729) (out= 2508)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.SRLIDAnnotation.html(in = 14628) (out= 2527)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.NumerizedTokensAnnotation.html(in = 15434) (out= 2493)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.BeginIndexAnnotation.html(in = 15117) (out= 2699)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.NumericValueAnnotation.html(in = 14694) (out= 2476)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.CovertIDAnnotation.html(in = 15296) (out= 2505)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.LeftChildrenNodeAnnotation.html(in = 17018) (out= 2577)(deflated 84%)
adding: javadoc/edu/stanford/nlp/ling/WordLemmaTag.html(in = 39268) (out= 4970)(deflated 87%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.BestFullAnnotation.html(in = 14616) (out= 2475)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.WordPositionAnnotation.html(in = 14680) (out= 2473)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.WordnetSynAnnotation.html(in = 14650) (out= 2473)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.CommonWordsAnnotation.html(in = 14660) (out= 2476)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.SentencePositionAnnotation.html(in = 14750) (out= 2471)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.GazetteerAnnotation.html(in = 15540) (out= 2529)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.NeighborsAnnotation.html(in = 16852) (out= 2555)(deflated 84%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.HeightAnnotation.html(in = 14605) (out= 2486)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.DoAnnotation.html(in = 14569) (out= 2492)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.TrueCaseTextAnnotation.html(in = 14888) (out= 2584)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.SemanticWordAnnotation.html(in = 14684) (out= 2475)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.GovernorAnnotation.html(in = 14620) (out= 2475)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.LemmaAnnotation.html(in = 14719) (out= 2560)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.TokenBeginAnnotation.html(in = 14852) (out= 2563)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.PhraseWordsAnnotation.html(in = 15526) (out= 2498)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.SemanticHeadTagAnnotation.html(in = 14807) (out= 2516)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/Labeled.html(in = 10265) (out= 2197)(deflated 78%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.IsDateRangeAnnotation.html(in = 14749) (out= 2525)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.UBlockAnnotation.html(in = 14570) (out= 2470)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.GazAnnotation.html(in = 14524) (out= 2466)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.ParentAnnotation.html(in = 14653) (out= 2506)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.CostMagnificationAnnotation.html(in = 14802) (out= 2510)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.LabelWeightAnnotation.html(in = 14650) (out= 2471)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.AbgeneAnnotation.html(in = 14564) (out= 2465)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.LastTaggedAnnotation.html(in = 14636) (out= 2471)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.BeforeAnnotation.html(in = 14744) (out= 2555)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.NumericCompositeTypeAnnotation.html(in = 14856) (out= 2478)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.CalendarAnnotation.html(in = 14774) (out= 2544)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.SRLInstancesAnnotation.html(in = 17676) (out= 2564)(deflated 85%)
adding: javadoc/edu/stanford/nlp/ling/AnnotationLookup.KeyLookup.html(in = 45105) (out= 4799)(deflated 89%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.AnswerObjectAnnotation.html(in = 14674) (out= 2460)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.FirstChildAnnotation.html(in = 14769) (out= 2544)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/Tag.html(in = 20980) (out= 3107)(deflated 85%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.NERIDAnnotation.html(in = 14693) (out= 2543)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.SubcategorizationAnnotation.html(in = 14746) (out= 2476)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.GoldAnswerAnnotation.html(in = 14696) (out= 2509)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.SentencesAnnotation.html(in = 15463) (out= 2550)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.MorphoGenAnnotation.html(in = 14632) (out= 2468)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.NumericObjectAnnotation.html(in = 14722) (out= 2468)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.SpaceBeforeAnnotation.html(in = 14728) (out= 2518)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.MonthAnnotation.html(in = 14591) (out= 2487)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.XmlElementAnnotation.html(in = 14777) (out= 2546)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.DependentsAnnotation.html(in = 19334) (out= 2588)(deflated 86%)
adding: javadoc/edu/stanford/nlp/ling/StringLabelFactory.html(in = 18639) (out= 2735)(deflated 85%)
adding: javadoc/edu/stanford/nlp/ling/WordTagFactory.html(in = 19741) (out= 3183)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.ValueAnnotation.html(in = 14637) (out= 2518)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.html(in = 87714) (out= 7508)(deflated 91%)
adding: javadoc/edu/stanford/nlp/ling/Label.html(in = 16714) (out= 3212)(deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotation.html(in = 64463) (out= 5947)(deflated 90%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.CharacterOffsetEndAnnotation.html(in = 15045) (out= 2588)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.ChineseOrigSegAnnotation.html(in = 14730) (out= 2479)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreLabel.GenericAnnotation.html(in = 8512) (out= 1786)(deflated 79%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.HeadWordStringAnnotation.html(in = 14817) (out= 2529)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.IndexAnnotation.html(in = 15054) (out= 2725)(deflated 81%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.StackedNamedEntityTagAnnotation.html(in = 15230) (out= 2705)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.TokensAnnotation.html(in = 15469) (out= 2586)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.NotAnnotation.html(in = 14649) (out= 2514)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.LengthAnnotation.html(in = 14568) (out= 2468)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.TokenEndAnnotation.html(in = 14832) (out= 2566)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.PartOfSpeechAnnotation.html(in = 14791) (out= 2540)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.LastGazAnnotation.html(in = 14604) (out= 2474)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/AnnotationLookup.html(in = 13451) (out= 2290)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.D2_LBeginAnnotation.html(in = 14624) (out= 2475)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.AfterAnnotation.html(in = 14722) (out= 2557)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.DocDateAnnotation.html(in = 14576) (out= 2464)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.FeaturesAnnotation.html(in = 14681) (out= 2514)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.IDFAnnotation.html(in = 14576) (out= 2498)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.TagLabelAnnotation.html(in = 14451) (out= 2485)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.StateAnnotation.html(in = 14481) (out= 2512)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.CoNLLPredicateAnnotation.html(in = 14791) (out= 2515)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.DistSimAnnotation.html(in = 14574) (out= 2465)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.AbstrAnnotation.html(in = 14552) (out= 2465)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.DocIDAnnotation.html(in = 14672) (out= 2538)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.SpeakerAnnotation.html(in = 14616) (out= 2500)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.FemaleGazAnnotation.html(in = 14630) (out= 2476)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.IsURLAnnotation.html(in = 14647) (out= 2522)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.CoNLLSRLAnnotation.html(in = 16434) (out= 2593)(deflated 84%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.TopicAnnotation.html(in = 14687) (out= 2540)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.PredictedAnswerAnnotation.html(in = 14738) (out= 2484)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/Featurizable.html(in = 9115) (out= 1945)(deflated 78%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.EntityRuleAnnotation.html(in = 14652) (out= 2469)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.GeniaAnnotation.html(in = 14576) (out= 2473)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.SpanAnnotation.html(in = 14413) (out= 2496)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.PossibleAnswersAnnotation.html(in = 14736) (out= 2480)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.HaveAnnotation.html(in = 14623) (out= 2501)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.EndIndexAnnotation.html(in = 15015) (out= 2646)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.ParaPositionAnnotation.html(in = 14674) (out= 2471)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.LBeginAnnotation.html(in = 14640) (out= 2508)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/package-frame.html(in = 31605) (out= 2574)(deflated 91%)
adding: javadoc/edu/stanford/nlp/ling/HasContext.html(in = 13240) (out= 2144)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/WordFactory.html(in = 18349) (out= 2655)(deflated 85%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.MorphoCaseAnnotation.html(in = 14638) (out= 2471)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.GenericTokensAnnotation.html(in = 15665) (out= 2619)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/Datum.html(in = 9929) (out= 2069)(deflated 79%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.D2_LMiddleAnnotation.html(in = 14630) (out= 2470)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/HasTag.html(in = 10102) (out= 2033)(deflated 79%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.NormalizedNamedEntityTagAnnotation.html(in = 14919) (out= 2521)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreLabel.html(in = 66245) (out= 7619)(deflated 88%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.NumericTypeAnnotation.html(in = 14676) (out= 2469)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.PhraseWordsTagAnnotation.html(in = 14712) (out= 2473)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.PrevChildAnnotation.html(in = 14708) (out= 2522)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.OriginalAnswerAnnotation.html(in = 14798) (out= 2520)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.CategoryAnnotation.html(in = 14636) (out= 2475)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.NumericCompositeValueAnnotation.html(in = 14852) (out= 2480)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.MarkingAnnotation.html(in = 14673) (out= 2525)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/HasIndex.html(in = 11029) (out= 1940)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.MorphoNumAnnotation.html(in = 14632) (out= 2470)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.WebAnnotation.html(in = 14532) (out= 2470)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.EntityTypeAnnotation.html(in = 14646) (out= 2469)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/WordTag.html(in = 39824) (out= 5081)(deflated 87%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.SemanticTagAnnotation.html(in = 14682) (out= 2471)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.CoarseTagAnnotation.html(in = 14673) (out= 2504)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.YearAnnotation.html(in = 14500) (out= 2465)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/Word.html(in = 24762) (out= 3464)(deflated 86%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.UnknownAnnotation.html(in = 14590) (out= 2470)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.SentenceIDAnnotation.html(in = 14660) (out= 2474)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.PriorAnnotation.html(in = 16298) (out= 2546)(deflated 84%)
adding: javadoc/edu/stanford/nlp/ling/TaggedWordFactory.html(in = 21255) (out= 3276)(deflated 84%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.OriginalCharAnnotation.html(in = 14764) (out= 2509)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.FreqAnnotation.html(in = 14554) (out= 2474)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/HasCategory.html(in = 9811) (out= 1999)(deflated 79%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.ProjectedCategoryAnnotation.html(in = 14973) (out= 2591)(deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.WordFormAnnotation.html(in = 14604) (out= 2471)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.PolarityAnnotation.html(in = 14622) (out= 2476)(deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.VerbSenseAnnotation.html(in = 14716) (out= 2524)(deflated 82%)
adding: javadoc/edu/stanford/nlp/swing/(in = 0) (out= 0)(stored 0%)
adding: javadoc/edu/stanford/nlp/swing/package-summary.html(in = 6147) (out= 1403)(deflated 77%)
adding: javadoc/edu/stanford/nlp/swing/FontDetector.html(in = 15973) (out= 2623)(deflated 83%)
adding: javadoc/edu/stanford/nlp/swing/package-tree.html(in = 6129) (out= 1392)(deflated 77%)
adding: javadoc/edu/stanford/nlp/swing/package-frame.html(in = 905) (out= 533)(deflated 41%)
adding: javadoc/allclasses-frame.html(in = 142809) (out= 10821)(deflated 92%)
rm -rf src
rm -rf javadoc
set datadir=$JAVANLP_HOME/projects/core/data/edu/stanford/nlp/parser
mkdir $dir/data
cd $dir/data
cp $datadir/sent/* .
cp $docdir/testsent.txt $docdir/pos-sentences.txt .
if ( $TRAIN_GRAMMAR !~ "" ) then
mkdir -p $dir/edu/stanford/nlp/models/lexparser
cd $dir/edu/stanford/nlp/models/lexparser
cp /u/nlp/data/lexparser/*.ser.gz .
cd $dir
jar cvf $modelsjar edu
added manifest
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/models/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/models/lexparser/(in = 0) (out= 0)(stored 0%)
adding: edu/stanford/nlp/models/lexparser/germanFactored.ser.gz(in = 4719437) (out= 4712822)(deflated 0%)
adding: edu/stanford/nlp/models/lexparser/wsjPCFG.ser.gz(in = 1676973) (out= 1675250)(deflated 0%)
adding: edu/stanford/nlp/models/lexparser/xinhuaFactored.ser.gz(in = 2052019) (out= 2051775)(deflated 0%)
adding: edu/stanford/nlp/models/lexparser/chineseFactored.ser.gz(in = 4907838) (out= 4906822)(deflated 0%)
adding: edu/stanford/nlp/models/lexparser/englishPCFG.ser.gz(in = 1931775) (out= 1929419)(deflated 0%)
adding: edu/stanford/nlp/models/lexparser/xinhuaPCFG.ser.gz(in = 662823) (out= 661588)(deflated 0%)
adding: edu/stanford/nlp/models/lexparser/germanPCFG.ser.gz(in = 1505575) (out= 1498167)(deflated 0%)
adding: edu/stanford/nlp/models/lexparser/xinhuaFactoredSegmenting.ser.gz(in = 3122074) (out= 3121693)(deflated 0%)
adding: edu/stanford/nlp/models/lexparser/wsjFactored.ser.gz(in = 6644883) (out= 6644514)(deflated 0%)
adding: edu/stanford/nlp/models/lexparser/englishFactored.ser.gz(in = 7282700) (out= 7279997)(deflated 0%)
adding: edu/stanford/nlp/models/lexparser/englishPCFG.caseless.ser.gz(in = 1817312) (out= 1815231)(deflated 0%)
adding: edu/stanford/nlp/models/lexparser/frenchFactored.ser.gz(in = 4512444) (out= 4511333)(deflated 0%)
adding: edu/stanford/nlp/models/lexparser/chinesePCFG.ser.gz(in = 1290734) (out= 1288054)(deflated 0%)
adding: edu/stanford/nlp/models/lexparser/arabicFactored.ser.gz(in = 6339888) (out= 6339654)(deflated 0%)
rm -rf edu
mkdir $dir/conf
cd $dir/conf
cp $JAVANLP_HOME/projects/core/src/edu/stanford/nlp/international/arabic/pipeline/configurations/atb-latest.conf .
cp $JAVANLP_HOME/projects/core/src/edu/stanford/nlp/international/french/pipeline/configurations/ftb-latest.conf .
sed '1d' $JAVANLP_HOME/projects/core/src/edu/stanford/nlp/parser/lexparser/demo/ParserDemo.java > $dir/ParserDemo.java
sed '1d' $JAVANLP_HOME/projects/core/src/edu/stanford/nlp/parser/lexparser/demo/ParserDemo2.java > $dir/ParserDemo2.java
echo TESTING lexparser.sh
TESTING lexparser.sh
cd $dir
./lexparser.sh data/english-onesent.txt || exit
Loading parser from serialized file edu/stanford/nlp/models/lexparser/englishPCFG.ser.gz ... done [1.8 sec].
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)
det(dog-9, the-7)
amod(dog-9, lazy-8)
prep_over(jumped-5, dog-9)
Parsed file: data/english-onesent.txt [1 sentences].
Parsed 10 words in 1 sentences (16.89 wds/sec; 1.69 sents/sec).
echo lexparser.sh did not fail
lexparser.sh did not fail
cd $dir
cd ..
rm -rf $predir.tgz
tar -czf $predir.tgz $predir
echo SUCCESS
SUCCESS