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

6239 lines
417 KiB
Plaintext

set today=`date +%Y-%m-%d`
set predir=stanford-parser-$today
set dir=/u/nlp/distrib/$predir
set classjar=$dir/stanford-parser-${today}.jar
set srcjar=$dir/stanford-parser-src-${today}.jar
set srczip=$dir/stanford-parser-src-${today}.zip
set doczip=$dir/stanford-parser-javadoc-${today}.zip
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 -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.international.process.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.LexicalizedParser 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.ArabicUnknownWordModel edu.stanford.nlp.parser.lexparser.ChineseUnknownWordModel edu.stanford.nlp.parser.lexparser.EnglishUnknownWordModel edu.stanford.nlp.parser.lexparser.GermanUnknownWordModel edu.stanford.nlp.parser.lexparser.FrenchUnknownWordModel 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.ui.Parser edu.stanford.nlp.process.PTBEscapingProcessor edu.stanford.nlp.process.WordToSentenceProcessor edu.stanford.nlp.process.WordToTaggedWordProcessor 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
#####
EXTRACTING DEPENDENCIES
#####
Dependency dump file:
/u/nlp/distrib/stanford-parser-2011-09-14/depdump
Class directory:
/user/horatio/releases/v1.2.0/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-2011-09-14/depdump /user/horatio/releases/v1.2.0/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-2011-09-14/depdump
Starting classes:
edu.stanford.nlp.international.arabic.Buckwalter
edu.stanford.nlp.ling.CoreAnnotations
edu.stanford.nlp.ling.CoreAnnotations\$\*
edu.stanford.nlp.international.process.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.LexicalizedParser
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.ArabicUnknownWordModel
edu.stanford.nlp.parser.lexparser.ChineseUnknownWordModel
edu.stanford.nlp.parser.lexparser.EnglishUnknownWordModel
edu.stanford.nlp.parser.lexparser.GermanUnknownWordModel
edu.stanford.nlp.parser.lexparser.FrenchUnknownWordModel
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.ui.Parser
edu.stanford.nlp.process.PTBEscapingProcessor
edu.stanford.nlp.process.WordToSentenceProcessor
edu.stanford.nlp.process.WordToTaggedWordProcessor
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
java -classpath /user/horatio/releases/v1.2.0/projects/core/classes edu.stanford.nlp.misc.DependencyAnalyzer /u/nlp/distrib/stanford-parser-2011-09-14/depdump edu.stanford.nlp.international.arabic.Buckwalter edu.stanford.nlp.ling.CoreAnnotations edu.stanford.nlp.ling.CoreAnnotations\$\* edu.stanford.nlp.international.process.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.LexicalizedParser 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.ArabicUnknownWordModel edu.stanford.nlp.parser.lexparser.ChineseUnknownWordModel edu.stanford.nlp.parser.lexparser.EnglishUnknownWordModel edu.stanford.nlp.parser.lexparser.GermanUnknownWordModel edu.stanford.nlp.parser.lexparser.FrenchUnknownWordModel 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.ui.Parser edu.stanford.nlp.process.PTBEscapingProcessor edu.stanford.nlp.process.WordToSentenceProcessor edu.stanford.nlp.process.WordToTaggedWordProcessor 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
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/french/FrenchMorphoFeatureSpecification.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/international/process/AbstractDataset.class
edu/stanford/nlp/international/process/AbstractDataset$SplitFilter.class
edu/stanford/nlp/international/process/ConfigParser.class
edu/stanford/nlp/international/process/Dataset.class
edu/stanford/nlp/international/process/Dataset$Encoding.class
edu/stanford/nlp/international/process/DefaultMapper.class
edu/stanford/nlp/international/process/DistributionPackage.class
edu/stanford/nlp/international/process/Mapper.class
edu/stanford/nlp/international/process/StringMap.class
edu/stanford/nlp/international/process/TreebankPreprocessor.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$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$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$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/misc/SeeChars.class
edu/stanford/nlp/movetrees/EmptyTreeLeaf.class
edu/stanford/nlp/movetrees/EmptyTreeLeaf$1.class
edu/stanford/nlp/movetrees/HasTrace.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/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/ArabicUnknownWordModel.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/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/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/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/FrenchUnknownWordModel$FrenchUnknownWordSignatures.class
edu/stanford/nlp/parser/lexparser/GermanUnknownWordModel.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/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/ParserData.class
edu/stanford/nlp/parser/lexparser/PetrovLexicon.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/Rule$ScoreComparator.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/Test.class
edu/stanford/nlp/parser/lexparser/Test$Constraint.class
edu/stanford/nlp/parser/lexparser/TestTagProjection.class
edu/stanford/nlp/parser/lexparser/Train.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/UnknownWordModel.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/DependencyEval.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/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$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$LoadParserThread.class
edu/stanford/nlp/parser/ui/ParserPanel$ParseThread.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/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/swing/FontDetector.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$TreeBankGrammaticalStructureWrapper.class
edu/stanford/nlp/trees/EnglishGrammaticalStructure$TreeBankGrammaticalStructureWrapper$GsIterator.class
edu/stanford/nlp/trees/FilteringTreeReader.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/GrammaticalStructureFactory.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/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$DependencyFactoryHolder.class
edu/stanford/nlp/trees/NamedDependency$NamedDependencyFactory.class
edu/stanford/nlp/trees/OrderedCombinationTreeNormalizer.class
edu/stanford/nlp/trees/ParentalTreeWrapper.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/SimpleTreeReaderFactory.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/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/UnnamedDependency.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/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/ArabicLexer.class
edu/stanford/nlp/trees/international/arabic/ArabicTokenizer.class
edu/stanford/nlp/trees/international/arabic/ArabicTokenizer$ArabicTokenizerFactory.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/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/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/negra/TigerHeadFinder.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/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$DescriptionMatcher.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/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/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/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/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/ArrayHeap.class
edu/stanford/nlp/util/ArrayHeap$1.class
edu/stanford/nlp/util/ArrayHeap$HeapEntry.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/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/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/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/MutableDouble.class
edu/stanford/nlp/util/MutableInteger.class
edu/stanford/nlp/util/Numberer.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/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/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
#####
GENERATING JAR FILE
#####
JAR file:
/u/nlp/distrib/stanford-parser-2011-09-14/stanford-parser-2011-09-14.jar
Root directory:
/user/horatio/releases/v1.2.0/projects/core/classes
jar cfm /juicy/u44/u/nlp/distrib/stanford-parser-2011-09-14/stanford-parser-2011-09-14.jar /user/horatio/releases/v1.2.0/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/french/FrenchMorphoFeatureSpecification.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/international/process/AbstractDataset.class \
edu/stanford/nlp/international/process/AbstractDataset\$SplitFilter.class \
edu/stanford/nlp/international/process/ConfigParser.class \
edu/stanford/nlp/international/process/Dataset.class \
edu/stanford/nlp/international/process/Dataset\$Encoding.class \
edu/stanford/nlp/international/process/DefaultMapper.class \
edu/stanford/nlp/international/process/DistributionPackage.class \
edu/stanford/nlp/international/process/Mapper.class \
edu/stanford/nlp/international/process/StringMap.class \
edu/stanford/nlp/international/process/TreebankPreprocessor.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\$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\$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\$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/misc/SeeChars.class \
edu/stanford/nlp/movetrees/EmptyTreeLeaf.class \
edu/stanford/nlp/movetrees/EmptyTreeLeaf\$1.class \
edu/stanford/nlp/movetrees/HasTrace.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/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/ArabicUnknownWordModel.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/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/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/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/FrenchUnknownWordModel\$FrenchUnknownWordSignatures.class \
edu/stanford/nlp/parser/lexparser/GermanUnknownWordModel.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/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/ParserData.class \
edu/stanford/nlp/parser/lexparser/PetrovLexicon.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/Rule\$ScoreComparator.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/Test.class \
edu/stanford/nlp/parser/lexparser/Test\$Constraint.class \
edu/stanford/nlp/parser/lexparser/TestTagProjection.class \
edu/stanford/nlp/parser/lexparser/Train.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/UnknownWordModel.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/DependencyEval.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/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\$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\$LoadParserThread.class \
edu/stanford/nlp/parser/ui/ParserPanel\$ParseThread.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/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/swing/FontDetector.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\$TreeBankGrammaticalStructureWrapper.class \
edu/stanford/nlp/trees/EnglishGrammaticalStructure\$TreeBankGrammaticalStructureWrapper\$GsIterator.class \
edu/stanford/nlp/trees/FilteringTreeReader.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/GrammaticalStructureFactory.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/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\$DependencyFactoryHolder.class \
edu/stanford/nlp/trees/NamedDependency\$NamedDependencyFactory.class \
edu/stanford/nlp/trees/OrderedCombinationTreeNormalizer.class \
edu/stanford/nlp/trees/ParentalTreeWrapper.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/SimpleTreeReaderFactory.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/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/UnnamedDependency.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/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/ArabicLexer.class \
edu/stanford/nlp/trees/international/arabic/ArabicTokenizer.class \
edu/stanford/nlp/trees/international/arabic/ArabicTokenizer\$ArabicTokenizerFactory.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/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/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/negra/TigerHeadFinder.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/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\$DescriptionMatcher.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/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/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/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/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/ArrayHeap.class \
edu/stanford/nlp/util/ArrayHeap\$1.class \
edu/stanford/nlp/util/ArrayHeap\$HeapEntry.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/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/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/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/MutableDouble.class \
edu/stanford/nlp/util/MutableInteger.class \
edu/stanford/nlp/util/Numberer.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/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/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
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/french/FrenchMorphoFeatureSpecification.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/international/process/AbstractDataset.java
edu/stanford/nlp/international/process/ConfigParser.java
edu/stanford/nlp/international/process/Dataset.java
edu/stanford/nlp/international/process/DefaultMapper.java
edu/stanford/nlp/international/process/DistributionPackage.java
edu/stanford/nlp/international/process/Mapper.java
edu/stanford/nlp/international/process/StringMap.java
edu/stanford/nlp/international/process/TreebankPreprocessor.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/misc/SeeChars.java
edu/stanford/nlp/movetrees/EmptyTreeLeaf.java
edu/stanford/nlp/movetrees/HasTrace.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/ArabicTreebankParserParams.java
edu/stanford/nlp/parser/lexparser/ArabicUnknownWordModel.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/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/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/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/GermanUnknownWordModel.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/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/Options.java
edu/stanford/nlp/parser/lexparser/OutsideRuleFilter.java
edu/stanford/nlp/parser/lexparser/ParentAnnotationStats.java
edu/stanford/nlp/parser/lexparser/ParserData.java
edu/stanford/nlp/parser/lexparser/PetrovLexicon.java
edu/stanford/nlp/parser/lexparser/PostSplitter.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/Test.java
edu/stanford/nlp/parser/lexparser/Train.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/UnaryGrammar.java
edu/stanford/nlp/parser/lexparser/UnaryRule.java
edu/stanford/nlp/parser/lexparser/UnknownWordModel.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/DependencyEval.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/package.html
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/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/swing/FontDetector.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/GrammaticalFunctionTreeNormalizer.java
edu/stanford/nlp/trees/GrammaticalRelation.java
edu/stanford/nlp/trees/GrammaticalStructure.java
edu/stanford/nlp/trees/GrammaticalStructureFactory.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/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/ParentalTreeWrapper.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/SimpleTreeReaderFactory.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/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/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/ArabicLexer.java
edu/stanford/nlp/trees/international/arabic/ArabicTokenizer.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/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/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/TigerHeadFinder.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/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/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/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/util/AbstractIterator.java
edu/stanford/nlp/util/ArrayCoreMap.java
edu/stanford/nlp/util/ArrayHeap.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/DeltaCollectionValuedMap.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/MapFactory.java
edu/stanford/nlp/util/Maps.java
edu/stanford/nlp/util/MutableDouble.java
edu/stanford/nlp/util/MutableInteger.java
edu/stanford/nlp/util/Numberer.java
edu/stanford/nlp/util/Pair.java
edu/stanford/nlp/util/PriorityQueue.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
#####
GENERATING JAR FILE
#####
JAR file:
/u/nlp/distrib/stanford-parser-2011-09-14/stanford-parser-src-2011-09-14.jar
Root directory:
/user/horatio/releases/v1.2.0/projects/core/src
jar cf /juicy/u44/u/nlp/distrib/stanford-parser-2011-09-14/stanford-parser-src-2011-09-14.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/french/FrenchMorphoFeatureSpecification.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/international/process/AbstractDataset.java \
edu/stanford/nlp/international/process/ConfigParser.java \
edu/stanford/nlp/international/process/Dataset.java \
edu/stanford/nlp/international/process/DefaultMapper.java \
edu/stanford/nlp/international/process/DistributionPackage.java \
edu/stanford/nlp/international/process/Mapper.java \
edu/stanford/nlp/international/process/StringMap.java \
edu/stanford/nlp/international/process/TreebankPreprocessor.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/misc/SeeChars.java \
edu/stanford/nlp/movetrees/EmptyTreeLeaf.java \
edu/stanford/nlp/movetrees/HasTrace.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/ArabicTreebankParserParams.java \
edu/stanford/nlp/parser/lexparser/ArabicUnknownWordModel.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/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/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/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/GermanUnknownWordModel.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/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/Options.java \
edu/stanford/nlp/parser/lexparser/OutsideRuleFilter.java \
edu/stanford/nlp/parser/lexparser/ParentAnnotationStats.java \
edu/stanford/nlp/parser/lexparser/ParserData.java \
edu/stanford/nlp/parser/lexparser/PetrovLexicon.java \
edu/stanford/nlp/parser/lexparser/PostSplitter.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/Test.java \
edu/stanford/nlp/parser/lexparser/Train.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/UnaryGrammar.java \
edu/stanford/nlp/parser/lexparser/UnaryRule.java \
edu/stanford/nlp/parser/lexparser/UnknownWordModel.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/DependencyEval.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/package.html \
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/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/swing/FontDetector.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/GrammaticalFunctionTreeNormalizer.java \
edu/stanford/nlp/trees/GrammaticalRelation.java \
edu/stanford/nlp/trees/GrammaticalStructure.java \
edu/stanford/nlp/trees/GrammaticalStructureFactory.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/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/ParentalTreeWrapper.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/SimpleTreeReaderFactory.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/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/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/ArabicLexer.java \
edu/stanford/nlp/trees/international/arabic/ArabicTokenizer.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/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/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/TigerHeadFinder.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/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/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/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/util/AbstractIterator.java \
edu/stanford/nlp/util/ArrayCoreMap.java \
edu/stanford/nlp/util/ArrayHeap.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/DeltaCollectionValuedMap.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/MapFactory.java \
edu/stanford/nlp/util/Maps.java \
edu/stanford/nlp/util/MutableDouble.java \
edu/stanford/nlp/util/MutableInteger.java \
edu/stanford/nlp/util/Numberer.java \
edu/stanford/nlp/util/Pair.java \
edu/stanford/nlp/util/PriorityQueue.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
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.5.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.concurrent...
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.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.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.process...
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...
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.movetrees...
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.misc...
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...
javadoc: warning - Error fetching URL: http://java.sun.com/j2se/1.5.0/docs/api/package-list
Standard Doclet version 1.6.0_27
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//ArrayMap.html...
Generating javadoc/edu/stanford/nlp/util//ArrayUtils.html...
/juicy/u44/u/nlp/distrib/stanford-parser-2011-09-14/src/edu/stanford/nlp/util/ArrayUtils.java:824: warning - Tag @link: reference not found: CollectionUtils.compareLists
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...
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//DeltaCollectionValuedMap.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//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//MapFactory.html...
Generating javadoc/edu/stanford/nlp/util//Maps.html...
Generating javadoc/edu/stanford/nlp/util//MutableDouble.html...
Generating javadoc/edu/stanford/nlp/util//MutableInteger.html...
Generating javadoc/edu/stanford/nlp/util//Numberer.html...
Generating javadoc/edu/stanford/nlp/util//Pair.html...
Generating javadoc/edu/stanford/nlp/util//PriorityQueue.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/concurrent//SynchronizedInterner.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//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//BaseLexicon.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser//BaseUnknownWordModel.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//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//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//GermanUnknownWordModel.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//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//ParserData.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser//PetrovLexicon.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//Test.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser//Test.Constraint.html...
Generating javadoc/edu/stanford/nlp/parser/lexparser//Train.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//UnknownWordModel.html...
Generating javadoc/edu/stanford/nlp/parser/tools//PunctEquivalenceClasser.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//DependencyEval.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-2011-09-14/src/edu/stanford/nlp/parser/metrics/TaggingEval.java:31: warning - Tag @link: can't find TsarfatyEval in edu.stanford.nlp.parser.metrics.TaggingEval
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-2011-09-14/src/edu/stanford/nlp/stats/Counter.java:50: 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-2011-09-14/src/edu/stanford/nlp/stats/Sampler.java:16: warning - Tag @link: reference not found: Sampleable
/juicy/u44/u/nlp/distrib/stanford-parser-2011-09-14/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/process//AbstractListProcessor.html...
/juicy/u44/u/nlp/distrib/stanford-parser-2011-09-14/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-2011-09-14/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/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-2011-09-14/src/edu/stanford/nlp/trees/DependencyScoring.java:110: 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...
/juicy/u44/u/nlp/distrib/stanford-parser-2011-09-14/src/edu/stanford/nlp/trees/DiskTreebank.java:138: warning - @return tag has no arguments.
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//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//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//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//ParentalTreeWrapper.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//SimpleTreeReaderFactory.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//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//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//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/negra//TigerHeadFinder.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//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//ArabicTokenizer.html...
Generating javadoc/edu/stanford/nlp/trees/international/arabic//ArabicTokenizer.ArabicTokenizerFactory.html...
Generating javadoc/edu/stanford/nlp/trees/international/arabic//ArabicTreebankLanguagePack.html...
Generating javadoc/edu/stanford/nlp/trees/international/arabic//ArabicTreebankTokenizer.html...
Generating javadoc/edu/stanford/nlp/trees/international/arabic//ArabicTreeNormalizer.html...
Generating javadoc/edu/stanford/nlp/trees/international/arabic//ArabicTreeNormalizer.ArabicEmptyFilter.html...
Generating javadoc/edu/stanford/nlp/trees/international/arabic//ArabicTreeReaderFactory.html...
Generating javadoc/edu/stanford/nlp/trees/international/arabic//ArabicTreeReaderFactory.ArabicRawTreeReaderFactory.html...
Generating javadoc/edu/stanford/nlp/trees/international/arabic//ATBTreeUtils.html...
Generating javadoc/edu/stanford/nlp/trees/international/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//ParseException.html...
Generating javadoc/edu/stanford/nlp/trees/tregex//SimpleCharStream.html...
Generating javadoc/edu/stanford/nlp/trees/tregex//Token.html...
Generating javadoc/edu/stanford/nlp/trees/tregex//TokenMgrError.html...
Generating javadoc/edu/stanford/nlp/trees/tregex//TregexMatcher.html...
Generating javadoc/edu/stanford/nlp/trees/tregex//TregexParserConstants.html...
Generating javadoc/edu/stanford/nlp/trees/tregex//TregexParserTokenManager.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//SimpleCharStream.html...
Generating javadoc/edu/stanford/nlp/trees/tregex/tsurgeon//Token.html...
Generating javadoc/edu/stanford/nlp/trees/tregex/tsurgeon//TokenMgrError.html...
Generating javadoc/edu/stanford/nlp/trees/tregex/tsurgeon//Tsurgeon.html...
Generating javadoc/edu/stanford/nlp/trees/tregex/tsurgeon//TsurgeonParserConstants.html...
Generating javadoc/edu/stanford/nlp/trees/tregex/tsurgeon//TsurgeonParserTokenManager.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/process//AbstractDataset.html...
Generating javadoc/edu/stanford/nlp/international/process//AbstractDataset.SplitFilter.html...
Generating javadoc/edu/stanford/nlp/international/process//ConfigParser.html...
Generating javadoc/edu/stanford/nlp/international/process//Dataset.html...
Generating javadoc/edu/stanford/nlp/international/process//Dataset.Encoding.html...
Generating javadoc/edu/stanford/nlp/international/process//DefaultMapper.html...
Generating javadoc/edu/stanford/nlp/international/process//DistributionPackage.html...
Generating javadoc/edu/stanford/nlp/international/process//Mapper.html...
Generating javadoc/edu/stanford/nlp/international/process//StringMap.html...
Generating javadoc/edu/stanford/nlp/international/process//TreebankPreprocessor.html...
Generating javadoc/edu/stanford/nlp/international/morph//MorphoFeatures.html...
/juicy/u44/u/nlp/distrib/stanford-parser-2011-09-14/src/edu/stanford/nlp/international/morph/MorphoFeatures.java:97: warning - @return tag has no arguments.
Generating javadoc/edu/stanford/nlp/international/morph//MorphoFeatureSpecification.html...
Generating javadoc/edu/stanford/nlp/international/morph//MorphoFeatureSpecification.MorphoFeatureType.html...
Generating javadoc/edu/stanford/nlp/international/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//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/movetrees//EmptyTreeLeaf.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/misc//SeeChars.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.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.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.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-2011-09-14/src/edu/stanford/nlp/ling/CoreAnnotations.java:516: 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-2011-09-14/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/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/international/process//package-frame.html...
Generating javadoc/edu/stanford/nlp/international/process//package-summary.html...
Generating javadoc/edu/stanford/nlp/international/process//package-tree.html...
Generating javadoc/edu/stanford/nlp/io//package-frame.html...
Generating javadoc/edu/stanford/nlp/io//package-summary.html...
Generating javadoc/edu/stanford/nlp/io//package-tree.html...
Generating javadoc/edu/stanford/nlp/io/ui//package-frame.html...
Generating javadoc/edu/stanford/nlp/io/ui//package-summary.html...
Generating javadoc/edu/stanford/nlp/io/ui//package-tree.html...
Generating javadoc/edu/stanford/nlp/ling//package-frame.html...
Generating javadoc/edu/stanford/nlp/ling//package-summary.html...
Generating javadoc/edu/stanford/nlp/ling//package-tree.html...
Generating javadoc/edu/stanford/nlp/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/misc//package-frame.html...
Generating javadoc/edu/stanford/nlp/misc//package-summary.html...
Generating javadoc/edu/stanford/nlp/misc//package-tree.html...
Generating javadoc/edu/stanford/nlp/movetrees//package-frame.html...
Generating javadoc/edu/stanford/nlp/movetrees//package-summary.html...
Generating javadoc/edu/stanford/nlp/movetrees//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/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/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/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/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/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...
13 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 (7.82698pt too wide) in paragraph at lines 865--878
| \OT1/cmtt/m/n/10.95 new LexicalizedParser("/u/nlp/data/lexparser/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, 213274 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 (7.82698pt too wide) in paragraph at lines 865--878
| \OT1/cmtt/m/n/10.95 new LexicalizedParser("/u/nlp/data/lexparser/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, 213274 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 (7.82698pt too wide) in paragraph at lines 865--878
| \OT1/cmtt/m/n/10.95 new LexicalizedParser("/u/nlp/data/lexparser/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, 213274 bytes).
Transcript written on dependencies_manual.log.
cd $dir
cp $docdir/build.xml $docdir/Makefile $docdir/README* $docdir/LICENSE.txt $docdir/dependencies_manual.pdf .
set bindir=$JAVANLP_HOME/projects/core/scripts
mkdir $dir/bin
cp $bindir/lexparser* .
mv lexparser-install.sh install.sh
cp $bindir/makeSerialized.csh $bindir/run-tb-preproc $dir/bin
cp lexparser-gui.sh lexparser-gui.command
cd $dir
ant || exit
Buildfile: /juicy/u44/u/nlp/distrib/stanford-parser-2011-09-14/build.xml
prepare:
[mkdir] Created dir: /juicy/u44/u/nlp/distrib/stanford-parser-2011-09-14/classes
classpath:
compile:
[javac] Compiling 457 source files to /juicy/u44/u/nlp/distrib/stanford-parser-2011-09-14/classes
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
BUILD SUCCESSFUL
Total time: 7 seconds
rm -rf classes
zip -r $srczip src
adding: src/ (stored 0%)
adding: src/edu/ (stored 0%)
adding: src/edu/stanford/ (stored 0%)
adding: src/edu/stanford/nlp/ (stored 0%)
adding: src/edu/stanford/nlp/fsm/ (stored 0%)
adding: src/edu/stanford/nlp/fsm/TransducerGraph.java (deflated 77%)
adding: src/edu/stanford/nlp/fsm/QuasiDeterminizer.java (deflated 70%)
adding: src/edu/stanford/nlp/fsm/Block.java (deflated 18%)
adding: src/edu/stanford/nlp/fsm/AutomatonMinimizer.java (deflated 27%)
adding: src/edu/stanford/nlp/fsm/FastExactAutomatonMinimizer.java (deflated 77%)
adding: src/edu/stanford/nlp/objectbank/ (stored 0%)
adding: src/edu/stanford/nlp/objectbank/IteratorFromReaderFactory.java (deflated 46%)
adding: src/edu/stanford/nlp/objectbank/LineIterator.java (deflated 65%)
adding: src/edu/stanford/nlp/objectbank/TokenizerFactory.java (deflated 48%)
adding: src/edu/stanford/nlp/objectbank/XMLBeginEndIterator.java (deflated 74%)
adding: src/edu/stanford/nlp/objectbank/IdentityFunction.java (deflated 37%)
adding: src/edu/stanford/nlp/objectbank/ReaderIteratorFactory.java (deflated 73%)
adding: src/edu/stanford/nlp/objectbank/ObjectBank.java (deflated 73%)
adding: src/edu/stanford/nlp/util/ (stored 0%)
adding: src/edu/stanford/nlp/util/Heap.java (deflated 58%)
adding: src/edu/stanford/nlp/util/ArrayMap.java (deflated 72%)
adding: src/edu/stanford/nlp/util/MapFactory.java (deflated 85%)
adding: src/edu/stanford/nlp/util/ArrayUtils.java (deflated 82%)
adding: src/edu/stanford/nlp/util/Timing.java (deflated 83%)
adding: src/edu/stanford/nlp/util/BinaryHeapPriorityQueue.java (deflated 74%)
adding: src/edu/stanford/nlp/util/PriorityQueue.java (deflated 64%)
adding: src/edu/stanford/nlp/util/CollectionUtils.java (deflated 78%)
adding: src/edu/stanford/nlp/util/AbstractIterator.java (deflated 48%)
adding: src/edu/stanford/nlp/util/StreamGobbler.java (deflated 50%)
adding: src/edu/stanford/nlp/util/ScoredObject.java (deflated 59%)
adding: src/edu/stanford/nlp/util/DisabledPreferences.java (deflated 65%)
adding: src/edu/stanford/nlp/util/IntQuadruple.java (deflated 57%)
adding: src/edu/stanford/nlp/util/ErasureUtils.java (deflated 57%)
adding: src/edu/stanford/nlp/util/ByteStreamGobbler.java (deflated 63%)
adding: src/edu/stanford/nlp/util/Maps.java (deflated 72%)
adding: src/edu/stanford/nlp/util/StringUtils.java (deflated 77%)
adding: src/edu/stanford/nlp/util/Filter.java (deflated 38%)
adding: src/edu/stanford/nlp/util/FileProcessor.java (deflated 41%)
adding: src/edu/stanford/nlp/util/MutableInteger.java (deflated 68%)
adding: src/edu/stanford/nlp/util/ArrayHeap.java (deflated 70%)
adding: src/edu/stanford/nlp/util/ArrayCoreMap.java (deflated 72%)
adding: src/edu/stanford/nlp/util/DisabledPreferencesFactory.java (deflated 52%)
adding: src/edu/stanford/nlp/util/IntTriple.java (deflated 54%)
adding: src/edu/stanford/nlp/util/DeltaCollectionValuedMap.java (deflated 75%)
adding: src/edu/stanford/nlp/util/Scored.java (deflated 40%)
adding: src/edu/stanford/nlp/util/IntPair.java (deflated 50%)
adding: src/edu/stanford/nlp/util/Sets.java (deflated 70%)
adding: src/edu/stanford/nlp/util/Triple.java (deflated 62%)
adding: src/edu/stanford/nlp/util/Index.java (deflated 67%)
adding: src/edu/stanford/nlp/util/ScoredComparator.java (deflated 64%)
adding: src/edu/stanford/nlp/util/Factory.java (deflated 37%)
adding: src/edu/stanford/nlp/util/MutableDouble.java (deflated 68%)
adding: src/edu/stanford/nlp/util/IntTuple.java (deflated 66%)
adding: src/edu/stanford/nlp/util/FilePathProcessor.java (deflated 68%)
adding: src/edu/stanford/nlp/util/Interval.java (deflated 81%)
adding: src/edu/stanford/nlp/util/CoreMap.java (deflated 51%)
adding: src/edu/stanford/nlp/util/XMLUtils.java (deflated 81%)
adding: src/edu/stanford/nlp/util/TypesafeMap.java (deflated 62%)
adding: src/edu/stanford/nlp/util/CollectionValuedMap.java (deflated 74%)
adding: src/edu/stanford/nlp/util/Numberer.java (deflated 65%)
adding: src/edu/stanford/nlp/util/Filters.java (deflated 73%)
adding: src/edu/stanford/nlp/util/FilteredIterator.java (deflated 64%)
adding: src/edu/stanford/nlp/util/Pair.java (deflated 68%)
adding: src/edu/stanford/nlp/util/HasInterval.java (deflated 46%)
adding: src/edu/stanford/nlp/util/HashIndex.java (deflated 69%)
adding: src/edu/stanford/nlp/util/DeltaMap.java (deflated 74%)
adding: src/edu/stanford/nlp/util/CollectionFactory.java (deflated 78%)
adding: src/edu/stanford/nlp/util/Beam.java (deflated 59%)
adding: src/edu/stanford/nlp/util/HashableCoreMap.java (deflated 68%)
adding: src/edu/stanford/nlp/util/IntUni.java (deflated 49%)
adding: src/edu/stanford/nlp/util/Function.java (deflated 47%)
adding: src/edu/stanford/nlp/util/FixedPrioritiesPriorityQueue.java (deflated 72%)
adding: src/edu/stanford/nlp/util/ConcatenationIterator.java (deflated 60%)
adding: src/edu/stanford/nlp/util/Interner.java (deflated 61%)
adding: src/edu/stanford/nlp/util/Generics.java (deflated 74%)
adding: src/edu/stanford/nlp/util/concurrent/ (stored 0%)
adding: src/edu/stanford/nlp/util/concurrent/SynchronizedInterner.java (deflated 67%)
adding: src/edu/stanford/nlp/util/IdentityHashSet.java (deflated 71%)
adding: src/edu/stanford/nlp/parser/ (stored 0%)
adding: src/edu/stanford/nlp/parser/package.html (deflated 22%)
adding: src/edu/stanford/nlp/parser/ViterbiParserWithOptions.java (deflated 45%)
adding: src/edu/stanford/nlp/parser/lexparser/ (stored 0%)
adding: src/edu/stanford/nlp/parser/lexparser/RandomWalk.java (deflated 69%)
adding: src/edu/stanford/nlp/parser/lexparser/UnaryGrammar.java (deflated 76%)
adding: src/edu/stanford/nlp/parser/lexparser/ParentAnnotationStats.java (deflated 81%)
adding: src/edu/stanford/nlp/parser/lexparser/Extractor.java (deflated 47%)
adding: src/edu/stanford/nlp/parser/lexparser/GrammarCompactor.java (deflated 75%)
adding: src/edu/stanford/nlp/parser/lexparser/TreeCollinizer.java (deflated 57%)
adding: src/edu/stanford/nlp/parser/lexparser/Scorer.java (deflated 47%)
adding: src/edu/stanford/nlp/parser/lexparser/LinearGrammarSmoother.java (deflated 67%)
adding: src/edu/stanford/nlp/parser/lexparser/ArabicTreebankParserParams.java (deflated 79%)
adding: src/edu/stanford/nlp/parser/lexparser/ChineseMarkovWordSegmenter.java (deflated 74%)
adding: src/edu/stanford/nlp/parser/lexparser/ChineseLexiconAndWordSegmenter.java (deflated 76%)
adding: src/edu/stanford/nlp/parser/lexparser/TueBaDZParserParams.java (deflated 71%)
adding: src/edu/stanford/nlp/parser/lexparser/HebrewTreebankParserParams.java (deflated 65%)
adding: src/edu/stanford/nlp/parser/lexparser/Edge.java (deflated 56%)
adding: src/edu/stanford/nlp/parser/lexparser/package.html (deflated 64%)
adding: src/edu/stanford/nlp/parser/lexparser/NodePruner.java (deflated 68%)
adding: src/edu/stanford/nlp/parser/lexparser/BinaryRule.java (deflated 70%)
adding: src/edu/stanford/nlp/parser/lexparser/lexparser-manifest.txt (deflated 4%)
adding: src/edu/stanford/nlp/parser/lexparser/HookChart.java (deflated 80%)
adding: src/edu/stanford/nlp/parser/lexparser/GermanUnknownWordModel.java (deflated 51%)
adding: src/edu/stanford/nlp/parser/lexparser/ChineseCharacterBasedLexicon.java (deflated 76%)
adding: src/edu/stanford/nlp/parser/lexparser/MLEDependencyGrammarExtractor.java (deflated 64%)
adding: src/edu/stanford/nlp/parser/lexparser/ExhaustiveDependencyParser.java (deflated 77%)
adding: src/edu/stanford/nlp/parser/lexparser/BinaryGrammar.java (deflated 75%)
adding: src/edu/stanford/nlp/parser/lexparser/ExactGrammarCompactor.java (deflated 65%)
adding: src/edu/stanford/nlp/parser/lexparser/Item.java (deflated 61%)
adding: src/edu/stanford/nlp/parser/lexparser/NegraPennCollinizer.java (deflated 60%)
adding: src/edu/stanford/nlp/parser/lexparser/Test.java (deflated 64%)
adding: src/edu/stanford/nlp/parser/lexparser/ChineseSimWordAvgDepGrammar.java (deflated 76%)
adding: src/edu/stanford/nlp/parser/lexparser/FrenchUnknownWordModel.java (deflated 74%)
adding: src/edu/stanford/nlp/parser/lexparser/FrenchTreebankParserParams.java (deflated 82%)
adding: src/edu/stanford/nlp/parser/lexparser/AbstractTreeExtractor.java (deflated 67%)
adding: src/edu/stanford/nlp/parser/lexparser/TreebankLangParserParams.java (deflated 66%)
adding: src/edu/stanford/nlp/parser/lexparser/FactoredLexicon.java (deflated 66%)
adding: src/edu/stanford/nlp/parser/lexparser/ChineseUnknownWordModel.java (deflated 71%)
adding: src/edu/stanford/nlp/parser/lexparser/BiLexPCFGParser.java (deflated 78%)
adding: src/edu/stanford/nlp/parser/lexparser/DependencyGrammar.java (deflated 71%)
adding: src/edu/stanford/nlp/parser/lexparser/EvalbFormatWriter.java (deflated 72%)
adding: src/edu/stanford/nlp/parser/lexparser/TreeAnnotatorAndBinarizer.java (deflated 71%)
adding: src/edu/stanford/nlp/parser/lexparser/TreeAnnotator.java (deflated 70%)
adding: src/edu/stanford/nlp/parser/lexparser/Train.java (deflated 65%)
adding: src/edu/stanford/nlp/parser/lexparser/LatticeEdge.java (deflated 55%)
adding: src/edu/stanford/nlp/parser/lexparser/BaseLexicon.java (deflated 73%)
adding: src/edu/stanford/nlp/parser/lexparser/BoundaryRemover.java (deflated 52%)
adding: src/edu/stanford/nlp/parser/lexparser/NegraPennTreebankParserParams.java (deflated 71%)
adding: src/edu/stanford/nlp/parser/lexparser/TagProjection.java (deflated 42%)
adding: src/edu/stanford/nlp/parser/lexparser/BaseUnknownWordModel.java (deflated 68%)
adding: src/edu/stanford/nlp/parser/lexparser/GrammarProjection.java (deflated 41%)
adding: src/edu/stanford/nlp/parser/lexparser/LexicalizedParser.java (deflated 77%)
adding: src/edu/stanford/nlp/parser/lexparser/Hook.java (deflated 56%)
adding: src/edu/stanford/nlp/parser/lexparser/Rule.java (deflated 58%)
adding: src/edu/stanford/nlp/parser/lexparser/FastFactoredParser.java (deflated 65%)
adding: src/edu/stanford/nlp/parser/lexparser/OutsideRuleFilter.java (deflated 74%)
adding: src/edu/stanford/nlp/parser/lexparser/ChineseLexicon.java (deflated 65%)
adding: src/edu/stanford/nlp/parser/lexparser/LatticeScorer.java (deflated 24%)
adding: src/edu/stanford/nlp/parser/lexparser/IntDependency.java (deflated 64%)
adding: src/edu/stanford/nlp/parser/lexparser/ArabicUnknownWordModel.java (deflated 74%)
adding: src/edu/stanford/nlp/parser/lexparser/demo/ (stored 0%)
adding: src/edu/stanford/nlp/parser/lexparser/demo/ParserDemo2.java (deflated 64%)
adding: src/edu/stanford/nlp/parser/lexparser/demo/ParserDemo.java (deflated 67%)
adding: src/edu/stanford/nlp/parser/lexparser/MLEDependencyGrammar.java (deflated 78%)
adding: src/edu/stanford/nlp/parser/lexparser/FactoredParser.java (deflated 75%)
adding: src/edu/stanford/nlp/parser/lexparser/CollinsPuncTransformer.java (deflated 68%)
adding: src/edu/stanford/nlp/parser/lexparser/ArabicUnknownWordSignatures.java (deflated 66%)
adding: src/edu/stanford/nlp/parser/lexparser/ChineseTreebankParserParams.java (deflated 79%)
adding: src/edu/stanford/nlp/parser/lexparser/Lattice.java (deflated 62%)
adding: src/edu/stanford/nlp/parser/lexparser/AbstractTreebankParserParams.java (deflated 75%)
adding: src/edu/stanford/nlp/parser/lexparser/AbstractDependencyGrammar.java (deflated 73%)
adding: src/edu/stanford/nlp/parser/lexparser/ParserData.java (deflated 53%)
adding: src/edu/stanford/nlp/parser/lexparser/TreeBinarizer.java (deflated 75%)
adding: src/edu/stanford/nlp/parser/lexparser/IntTaggedWord.java (deflated 72%)
adding: src/edu/stanford/nlp/parser/lexparser/HTKLatticeReader.java (deflated 79%)
adding: src/edu/stanford/nlp/parser/lexparser/BinaryGrammarExtractor.java (deflated 70%)
adding: src/edu/stanford/nlp/parser/lexparser/UnknownWordModel.java (deflated 60%)
adding: src/edu/stanford/nlp/parser/lexparser/TreebankAnnotator.java (deflated 68%)
adding: src/edu/stanford/nlp/parser/lexparser/EnglishTreebankParserParams.java (deflated 81%)
adding: src/edu/stanford/nlp/parser/lexparser/Options.java (deflated 81%)
adding: src/edu/stanford/nlp/parser/lexparser/IterativeCKYPCFGParser.java (deflated 83%)
adding: src/edu/stanford/nlp/parser/lexparser/SisterAnnotationStats.java (deflated 73%)
adding: src/edu/stanford/nlp/parser/lexparser/UnaryRule.java (deflated 66%)
adding: src/edu/stanford/nlp/parser/lexparser/Lexicon.java (deflated 63%)
adding: src/edu/stanford/nlp/parser/lexparser/Interner.java (deflated 36%)
adding: src/edu/stanford/nlp/parser/lexparser/PostSplitter.java (deflated 68%)
adding: src/edu/stanford/nlp/parser/lexparser/ExhaustivePCFGParser.java (deflated 80%)
adding: src/edu/stanford/nlp/parser/lexparser/Debinarizer.java (deflated 62%)
adding: src/edu/stanford/nlp/parser/lexparser/PetrovLexicon.java (deflated 76%)
adding: src/edu/stanford/nlp/parser/lexparser/EnglishUnknownWordModel.java (deflated 77%)
adding: src/edu/stanford/nlp/parser/lexparser/CNFTransformers.java (deflated 76%)
adding: src/edu/stanford/nlp/parser/tools/ (stored 0%)
adding: src/edu/stanford/nlp/parser/tools/PunctEquivalenceClasser.java (deflated 68%)
adding: src/edu/stanford/nlp/parser/ui/ (stored 0%)
adding: src/edu/stanford/nlp/parser/ui/TreeJPanel.java (deflated 71%)
adding: src/edu/stanford/nlp/parser/ui/Parser.java (deflated 74%)
adding: src/edu/stanford/nlp/parser/ui/ParserPanel.java (deflated 75%)
adding: src/edu/stanford/nlp/parser/Parser.java (deflated 52%)
adding: src/edu/stanford/nlp/parser/ViterbiParser.java (deflated 48%)
adding: src/edu/stanford/nlp/parser/KBestViterbiParser.java (deflated 65%)
adding: src/edu/stanford/nlp/parser/metrics/ (stored 0%)
adding: src/edu/stanford/nlp/parser/metrics/Evalb.java (deflated 70%)
adding: src/edu/stanford/nlp/parser/metrics/AbstractEval.java (deflated 75%)
adding: src/edu/stanford/nlp/parser/metrics/LeafAncestorEval.java (deflated 69%)
adding: src/edu/stanford/nlp/parser/metrics/EvalbByCat.java (deflated 75%)
adding: src/edu/stanford/nlp/parser/metrics/TaggingEval.java (deflated 72%)
adding: src/edu/stanford/nlp/parser/metrics/DependencyEval.java (deflated 61%)
adding: src/edu/stanford/nlp/stats/ (stored 0%)
adding: src/edu/stanford/nlp/stats/TwoDimensionalCounter.java (deflated 76%)
adding: src/edu/stanford/nlp/stats/ClassicCounter.java (deflated 70%)
adding: src/edu/stanford/nlp/stats/EquivalenceClasser.java (deflated 40%)
adding: src/edu/stanford/nlp/stats/Counters.java (deflated 80%)
adding: src/edu/stanford/nlp/stats/AbstractCounter.java (deflated 62%)
adding: src/edu/stanford/nlp/stats/Distribution.java (deflated 78%)
adding: src/edu/stanford/nlp/stats/ProbabilityDistribution.java (deflated 40%)
adding: src/edu/stanford/nlp/stats/GeneralizedCounter.java (deflated 80%)
adding: src/edu/stanford/nlp/stats/EquivalenceClassEval.java (deflated 77%)
adding: src/edu/stanford/nlp/stats/Counter.java (deflated 71%)
adding: src/edu/stanford/nlp/stats/Sampler.java (deflated 46%)
adding: src/edu/stanford/nlp/stats/IntCounter.java (deflated 78%)
adding: src/edu/stanford/nlp/stats/SimpleGoodTuring.java (deflated 66%)
adding: src/edu/stanford/nlp/process/ (stored 0%)
adding: src/edu/stanford/nlp/process/PTBEscapingProcessor.java (deflated 69%)
adding: src/edu/stanford/nlp/process/WordToSentenceProcessor.java (deflated 72%)
adding: src/edu/stanford/nlp/process/SerializableFunction.java (deflated 44%)
adding: src/edu/stanford/nlp/process/WordSegmenter.java (deflated 46%)
adding: src/edu/stanford/nlp/process/AbstractTokenizer.java (deflated 68%)
adding: src/edu/stanford/nlp/process/PTBTokenizer.java (deflated 73%)
adding: src/edu/stanford/nlp/process/LexedTokenFactory.java (deflated 51%)
adding: src/edu/stanford/nlp/process/TokenizerAdapter.java (deflated 60%)
adding: src/edu/stanford/nlp/process/ListProcessor.java (deflated 42%)
adding: src/edu/stanford/nlp/process/WordToTaggedWordProcessor.java (deflated 63%)
adding: src/edu/stanford/nlp/process/WhitespaceTokenizer.java (deflated 69%)
adding: src/edu/stanford/nlp/process/CoreLabelTokenFactory.java (deflated 70%)
adding: src/edu/stanford/nlp/process/PTBLexer.java (deflated 87%)
adding: src/edu/stanford/nlp/process/WordTokenFactory.java (deflated 38%)
adding: src/edu/stanford/nlp/process/DocumentPreprocessor.java (deflated 71%)
adding: src/edu/stanford/nlp/process/WhitespaceLexer.java (deflated 71%)
adding: src/edu/stanford/nlp/process/Americanize.java (deflated 70%)
adding: src/edu/stanford/nlp/process/StripTagsProcessor.java (deflated 64%)
adding: src/edu/stanford/nlp/process/Morphology.java (deflated 68%)
adding: src/edu/stanford/nlp/process/Tokenizer.java (deflated 59%)
adding: src/edu/stanford/nlp/process/Morpha.flex (deflated 81%)
adding: src/edu/stanford/nlp/process/CoreTokenFactory.java (deflated 45%)
adding: src/edu/stanford/nlp/process/AbstractListProcessor.java (deflated 60%)
adding: src/edu/stanford/nlp/process/DocumentProcessor.java (deflated 48%)
adding: src/edu/stanford/nlp/process/WhitespaceLexer.flex (deflated 51%)
adding: src/edu/stanford/nlp/process/LexerTokenizer.java (deflated 58%)
adding: src/edu/stanford/nlp/process/JFlexDummyLexer.java (deflated 70%)
adding: src/edu/stanford/nlp/process/Morpha.java (deflated 90%)
adding: src/edu/stanford/nlp/process/WordSegmentingTokenizer.java (deflated 67%)
adding: src/edu/stanford/nlp/process/PTBLexer.flex (deflated 69%)
adding: src/edu/stanford/nlp/process/PTB2TextLexer.java (deflated 79%)
adding: src/edu/stanford/nlp/trees/ (stored 0%)
adding: src/edu/stanford/nlp/trees/TreebankLanguagePack.java (deflated 76%)
adding: src/edu/stanford/nlp/trees/TypedDependency.java (deflated 67%)
adding: src/edu/stanford/nlp/trees/DependencyTyper.java (deflated 39%)
adding: src/edu/stanford/nlp/trees/WordNetConnection.java (deflated 33%)
adding: src/edu/stanford/nlp/trees/SimpleConstituent.java (deflated 76%)
adding: src/edu/stanford/nlp/trees/BobChrisTreeNormalizer.java (deflated 60%)
adding: src/edu/stanford/nlp/trees/Constituent.java (deflated 68%)
adding: src/edu/stanford/nlp/trees/DependencyFactory.java (deflated 46%)
adding: src/edu/stanford/nlp/trees/Trees.java (deflated 76%)
adding: src/edu/stanford/nlp/trees/SemanticHeadFinder.java (deflated 73%)
adding: src/edu/stanford/nlp/trees/TreeFactory.java (deflated 67%)
adding: src/edu/stanford/nlp/trees/TreeVisitor.java (deflated 46%)
adding: src/edu/stanford/nlp/trees/WordCatEquivalenceClasser.java (deflated 47%)
adding: src/edu/stanford/nlp/trees/TreeGraphNode.java (deflated 76%)
adding: src/edu/stanford/nlp/trees/MemoryTreebank.java (deflated 73%)
adding: src/edu/stanford/nlp/trees/SimpleTree.java (deflated 66%)
adding: src/edu/stanford/nlp/trees/DependencyReader.java (deflated 29%)
adding: src/edu/stanford/nlp/trees/NPTmpRetainingTreeNormalizer.java (deflated 80%)
adding: src/edu/stanford/nlp/trees/PennTreebankLanguagePack.java (deflated 70%)
adding: src/edu/stanford/nlp/trees/LabeledScoredTreeReaderFactory.java (deflated 61%)
adding: src/edu/stanford/nlp/trees/LabeledScoredTreeFactory.java (deflated 68%)
adding: src/edu/stanford/nlp/trees/TreeTokenizerFactory.java (deflated 59%)
adding: src/edu/stanford/nlp/trees/UnnamedDependency.java (deflated 71%)
adding: src/edu/stanford/nlp/trees/TreeGraphNodeFactory.java (deflated 65%)
adding: src/edu/stanford/nlp/trees/WordCatEqualityChecker.java (deflated 57%)
adding: src/edu/stanford/nlp/trees/CollinsHeadFinder.java (deflated 66%)
adding: src/edu/stanford/nlp/trees/TreeGraph.java (deflated 65%)
adding: src/edu/stanford/nlp/trees/CompositeTreebank.java (deflated 65%)
adding: src/edu/stanford/nlp/trees/TreePrint.java (deflated 76%)
adding: src/edu/stanford/nlp/trees/ConstituentFactory.java (deflated 60%)
adding: src/edu/stanford/nlp/trees/international/ (stored 0%)
adding: src/edu/stanford/nlp/trees/international/hebrew/ (stored 0%)
adding: src/edu/stanford/nlp/trees/international/hebrew/HebrewTreebankLanguagePack.java (deflated 66%)
adding: src/edu/stanford/nlp/trees/international/hebrew/HebrewTreeReaderFactory.java (deflated 60%)
adding: src/edu/stanford/nlp/trees/international/hebrew/HebrewTreeNormalizer.java (deflated 54%)
adding: src/edu/stanford/nlp/trees/international/negra/ (stored 0%)
adding: src/edu/stanford/nlp/trees/international/negra/negrapenn.flex (deflated 49%)
adding: src/edu/stanford/nlp/trees/international/negra/NegraPennTreeNormalizer.java (deflated 67%)
adding: src/edu/stanford/nlp/trees/international/negra/NegraPennTokenizer.java (deflated 50%)
adding: src/edu/stanford/nlp/trees/international/negra/NegraPennTreeReaderFactory.java (deflated 64%)
adding: src/edu/stanford/nlp/trees/international/negra/NegraPennLexer.java (deflated 72%)
adding: src/edu/stanford/nlp/trees/international/negra/NegraLabel.java (deflated 65%)
adding: src/edu/stanford/nlp/trees/international/negra/TigerHeadFinder.java (deflated 67%)
adding: src/edu/stanford/nlp/trees/international/negra/NegraPennLanguagePack.java (deflated 66%)
adding: src/edu/stanford/nlp/trees/international/pennchinese/ (stored 0%)
adding: src/edu/stanford/nlp/trees/international/pennchinese/ChineseHeadFinder.java (deflated 65%)
adding: src/edu/stanford/nlp/trees/international/pennchinese/SunJurafskyChineseHeadFinder.java (deflated 72%)
adding: src/edu/stanford/nlp/trees/international/pennchinese/CHTBTokenizer.java (deflated 56%)
adding: src/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalStructure.java (deflated 70%)
adding: src/edu/stanford/nlp/trees/international/pennchinese/RadicalMap.java (deflated 60%)
adding: src/edu/stanford/nlp/trees/international/pennchinese/CTBErrorCorrectingTreeNormalizer.java (deflated 70%)
adding: src/edu/stanford/nlp/trees/international/pennchinese/ChineseEnglishWordMap.java (deflated 68%)
adding: src/edu/stanford/nlp/trees/international/pennchinese/ChineseTreebankLanguagePack.java (deflated 74%)
adding: src/edu/stanford/nlp/trees/international/pennchinese/CharacterLevelTagExtender.java (deflated 68%)
adding: src/edu/stanford/nlp/trees/international/pennchinese/FragDiscardingPennTreeReader.java (deflated 55%)
adding: src/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.java (deflated 81%)
adding: src/edu/stanford/nlp/trees/international/pennchinese/BikelChineseHeadFinder.java (deflated 73%)
adding: src/edu/stanford/nlp/trees/international/pennchinese/ChineseSemanticHeadFinder.java (deflated 61%)
adding: src/edu/stanford/nlp/trees/international/pennchinese/CHTBLexer.java (deflated 73%)
adding: src/edu/stanford/nlp/trees/international/pennchinese/ChineseEscaper.java (deflated 51%)
adding: src/edu/stanford/nlp/trees/international/pennchinese/CTBTreeReaderFactory.java (deflated 61%)
adding: src/edu/stanford/nlp/trees/international/pennchinese/ChineseCollinizer.java (deflated 62%)
adding: src/edu/stanford/nlp/trees/international/arabic/ (stored 0%)
adding: src/edu/stanford/nlp/trees/international/arabic/ArabicTreebankTokenizer.java (deflated 58%)
adding: src/edu/stanford/nlp/trees/international/arabic/ATBTreeUtils.java (deflated 65%)
adding: src/edu/stanford/nlp/trees/international/arabic/ArabicTreebankLanguagePack.java (deflated 65%)
adding: src/edu/stanford/nlp/trees/international/arabic/ArabicTreeNormalizer.java (deflated 68%)
adding: src/edu/stanford/nlp/trees/international/arabic/ArabicTokenizer.java (deflated 64%)
adding: src/edu/stanford/nlp/trees/international/arabic/ArabicTreeReaderFactory.java (deflated 71%)
adding: src/edu/stanford/nlp/trees/international/arabic/ArabicLexer.java (deflated 72%)
adding: src/edu/stanford/nlp/trees/international/arabic/ArabicHeadFinder.java (deflated 73%)
adding: src/edu/stanford/nlp/trees/international/french/ (stored 0%)
adding: src/edu/stanford/nlp/trees/international/french/FrenchTreeReaderFactory.java (deflated 52%)
adding: src/edu/stanford/nlp/trees/international/french/DybroFrenchHeadFinder.java (deflated 69%)
adding: src/edu/stanford/nlp/trees/international/french/FrenchTreeReader.java (deflated 69%)
adding: src/edu/stanford/nlp/trees/international/french/FrenchTreeNormalizer.java (deflated 63%)
adding: src/edu/stanford/nlp/trees/international/french/FrenchHeadFinder.java (deflated 69%)
adding: src/edu/stanford/nlp/trees/international/french/FrenchTreebankLanguagePack.java (deflated 68%)
adding: src/edu/stanford/nlp/trees/international/tuebadz/ (stored 0%)
adding: src/edu/stanford/nlp/trees/international/tuebadz/TueBaDZLanguagePack.java (deflated 67%)
adding: src/edu/stanford/nlp/trees/international/tuebadz/TueBaDZPennTreeNormalizer.java (deflated 63%)
adding: src/edu/stanford/nlp/trees/international/tuebadz/TueBaDZHeadFinder.java (deflated 70%)
adding: src/edu/stanford/nlp/trees/international/tuebadz/TueBaDZTreeReaderFactory.java (deflated 58%)
adding: src/edu/stanford/nlp/trees/FilteringTreeReader.java (deflated 53%)
adding: src/edu/stanford/nlp/trees/TreeFunctions.java (deflated 75%)
adding: src/edu/stanford/nlp/trees/CollocationFinder.java (deflated 74%)
adding: src/edu/stanford/nlp/trees/Dependencies.java (deflated 74%)
adding: src/edu/stanford/nlp/trees/QPTreeTransformer.java (deflated 67%)
adding: src/edu/stanford/nlp/trees/TreeReader.java (deflated 46%)
adding: src/edu/stanford/nlp/trees/TreeLengthComparator.java (deflated 54%)
adding: src/edu/stanford/nlp/trees/Dependency.java (deflated 59%)
adding: src/edu/stanford/nlp/trees/NamedDependency.java (deflated 71%)
adding: src/edu/stanford/nlp/trees/Treebank.java (deflated 73%)
adding: src/edu/stanford/nlp/trees/SimpleTreeFactory.java (deflated 66%)
adding: src/edu/stanford/nlp/trees/TreeTransformer.java (deflated 50%)
adding: src/edu/stanford/nlp/trees/DiskTreebank.java (deflated 70%)
adding: src/edu/stanford/nlp/trees/EnglishGrammaticalStructure.java (deflated 78%)
adding: src/edu/stanford/nlp/trees/LeftHeadFinder.java (deflated 41%)
adding: src/edu/stanford/nlp/trees/SimpleConstituentFactory.java (deflated 56%)
adding: src/edu/stanford/nlp/trees/DependencyScoring.java (deflated 77%)
adding: src/edu/stanford/nlp/trees/GrammaticalRelation.java (deflated 72%)
adding: src/edu/stanford/nlp/trees/TreeNormalizer.java (deflated 58%)
adding: src/edu/stanford/nlp/trees/LabeledConstituent.java (deflated 78%)
adding: src/edu/stanford/nlp/trees/GrammaticalStructureFactory.java (deflated 73%)
adding: src/edu/stanford/nlp/trees/PennTreebankTokenizer.java (deflated 58%)
adding: src/edu/stanford/nlp/trees/GrammaticalStructure.java (deflated 75%)
adding: src/edu/stanford/nlp/trees/TransformingTreebank.java (deflated 75%)
adding: src/edu/stanford/nlp/trees/DependencyTreeTransformer.java (deflated 60%)
adding: src/edu/stanford/nlp/trees/AbstractCollinsHeadFinder.java (deflated 71%)
adding: src/edu/stanford/nlp/trees/AbstractTreebankLanguagePack.java (deflated 77%)
adding: src/edu/stanford/nlp/trees/LabeledScoredConstituent.java (deflated 77%)
adding: src/edu/stanford/nlp/trees/LabeledScoredConstituentFactory.java (deflated 59%)
adding: src/edu/stanford/nlp/trees/TreeToBracketProcessor.java (deflated 72%)
adding: src/edu/stanford/nlp/trees/HeadFinder.java (deflated 65%)
adding: src/edu/stanford/nlp/trees/Tree.java (deflated 79%)
adding: src/edu/stanford/nlp/trees/WordCatConstituent.java (deflated 54%)
adding: src/edu/stanford/nlp/trees/OrderedCombinationTreeNormalizer.java (deflated 64%)
adding: src/edu/stanford/nlp/trees/EnglishGrammaticalRelations.java (deflated 76%)
adding: src/edu/stanford/nlp/trees/tregex/ (stored 0%)
adding: src/edu/stanford/nlp/trees/tregex/TregexParserConstants.java (deflated 60%)
adding: src/edu/stanford/nlp/trees/tregex/VariableStrings.java (deflated 63%)
adding: src/edu/stanford/nlp/trees/tregex/CoordinationPattern.java (deflated 70%)
adding: src/edu/stanford/nlp/trees/tregex/TregexPatternCompiler.java (deflated 63%)
adding: src/edu/stanford/nlp/trees/tregex/TregexParser.java (deflated 80%)
adding: src/edu/stanford/nlp/trees/tregex/SimpleCharStream.java (deflated 79%)
adding: src/edu/stanford/nlp/trees/tregex/TregexPattern.java (deflated 70%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/ (stored 0%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/Tsurgeon.java (deflated 69%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonPatternRoot.java (deflated 53%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/RelabelNode.java (deflated 67%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/ReplaceNode.java (deflated 57%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/InsertNode.java (deflated 56%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/SimpleNode.java (deflated 60%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonParser.java (deflated 84%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/FetchNode.java (deflated 48%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/TreeLocation.java (deflated 60%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/DeleteNode.java (deflated 56%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/CoindexNodes.java (deflated 52%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonParserConstants.java (deflated 68%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/CoindexationGenerator.java (deflated 52%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/SimpleCharStream.java (deflated 80%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/ParseException.java (deflated 67%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/AdjoinToHeadNode.java (deflated 53%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/AdjoinNode.java (deflated 56%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/JJTTsurgeonParserState.java (deflated 66%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/AuxiliaryTree.java (deflated 71%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/AdjoinToFootNode.java (deflated 57%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/MoveNode.java (deflated 55%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/PruneNode.java (deflated 57%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/Node.java (deflated 54%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonPattern.java (deflated 55%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonParserTreeConstants.java (deflated 52%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/ExciseNode.java (deflated 60%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonParserTokenManager.java (deflated 85%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/HoldTreeNode.java (deflated 49%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/TokenMgrError.java (deflated 64%)
adding: src/edu/stanford/nlp/trees/tregex/tsurgeon/Token.java (deflated 62%)
adding: src/edu/stanford/nlp/trees/tregex/ParseException.java (deflated 68%)
adding: src/edu/stanford/nlp/trees/tregex/Relation.java (deflated 85%)
adding: src/edu/stanford/nlp/trees/tregex/TregexParserTokenManager.java (deflated 81%)
adding: src/edu/stanford/nlp/trees/tregex/DescriptionPattern.java (deflated 73%)
adding: src/edu/stanford/nlp/trees/tregex/TokenMgrError.java (deflated 63%)
adding: src/edu/stanford/nlp/trees/tregex/Token.java (deflated 61%)
adding: src/edu/stanford/nlp/trees/tregex/TregexMatcher.java (deflated 62%)
adding: src/edu/stanford/nlp/trees/TreeCoreAnnotations.java (deflated 64%)
adding: src/edu/stanford/nlp/trees/TreeReaderFactory.java (deflated 48%)
adding: src/edu/stanford/nlp/trees/LabeledScoredTreeNode.java (deflated 70%)
adding: src/edu/stanford/nlp/trees/GrammaticalFunctionTreeNormalizer.java (deflated 57%)
adding: src/edu/stanford/nlp/trees/CompositeTreeTransformer.java (deflated 61%)
adding: src/edu/stanford/nlp/trees/SimpleTreeReaderFactory.java (deflated 53%)
adding: src/edu/stanford/nlp/trees/CoordinationTransformer.java (deflated 75%)
adding: src/edu/stanford/nlp/trees/ModCollinsHeadFinder.java (deflated 67%)
adding: src/edu/stanford/nlp/trees/PennTreeReaderFactory.java (deflated 72%)
adding: src/edu/stanford/nlp/trees/PennTreeReader.java (deflated 66%)
adding: src/edu/stanford/nlp/trees/TreebankFactory.java (deflated 32%)
adding: src/edu/stanford/nlp/trees/DependencyPrinter.java (deflated 29%)
adding: src/edu/stanford/nlp/trees/WordStemmer.java (deflated 54%)
adding: src/edu/stanford/nlp/trees/Labeled.java (deflated 57%)
adding: src/edu/stanford/nlp/trees/ParentalTreeWrapper.java (deflated 61%)
adding: src/edu/stanford/nlp/international/ (stored 0%)
adding: src/edu/stanford/nlp/international/Languages.java (deflated 71%)
adding: src/edu/stanford/nlp/international/process/ (stored 0%)
adding: src/edu/stanford/nlp/international/process/AbstractDataset.java (deflated 72%)
adding: src/edu/stanford/nlp/international/process/TreebankPreprocessor.java (deflated 65%)
adding: src/edu/stanford/nlp/international/process/Mapper.java (deflated 55%)
adding: src/edu/stanford/nlp/international/process/DistributionPackage.java (deflated 65%)
adding: src/edu/stanford/nlp/international/process/Dataset.java (deflated 55%)
adding: src/edu/stanford/nlp/international/process/ConfigParser.java (deflated 75%)
adding: src/edu/stanford/nlp/international/process/StringMap.java (deflated 66%)
adding: src/edu/stanford/nlp/international/process/DefaultMapper.java (deflated 39%)
adding: src/edu/stanford/nlp/international/morph/ (stored 0%)
adding: src/edu/stanford/nlp/international/morph/MorphoFeatureSpecification.java (deflated 53%)
adding: src/edu/stanford/nlp/international/morph/MorphoFeatures.java (deflated 62%)
adding: src/edu/stanford/nlp/international/arabic/ (stored 0%)
adding: src/edu/stanford/nlp/international/arabic/pipeline/ (stored 0%)
adding: src/edu/stanford/nlp/international/arabic/pipeline/MWETreeVisitor.java (deflated 64%)
adding: src/edu/stanford/nlp/international/arabic/pipeline/UniversalPOSMapper.java (deflated 63%)
adding: src/edu/stanford/nlp/international/arabic/pipeline/configurations/ (stored 0%)
adding: src/edu/stanford/nlp/international/arabic/pipeline/configurations/atb-latest.conf (deflated 91%)
adding: src/edu/stanford/nlp/international/arabic/pipeline/configurations/coling-2010.conf (deflated 91%)
adding: src/edu/stanford/nlp/international/arabic/pipeline/LDCPosMapper.java (deflated 63%)
adding: src/edu/stanford/nlp/international/arabic/pipeline/ATBCorrector.java (deflated 68%)
adding: src/edu/stanford/nlp/international/arabic/pipeline/ATBCorrectorVisitor.java (deflated 48%)
adding: src/edu/stanford/nlp/international/arabic/pipeline/splits/ (stored 0%)
adding: src/edu/stanford/nlp/international/arabic/pipeline/splits/mona-atb-jhu2005.dev (deflated 86%)
adding: src/edu/stanford/nlp/international/arabic/pipeline/splits/mona-atb-jhu2005.train (deflated 89%)
adding: src/edu/stanford/nlp/international/arabic/pipeline/splits/mona-atb-jhu2005.test (deflated 88%)
adding: src/edu/stanford/nlp/international/arabic/pipeline/ATBArabicDataset.java (deflated 65%)
adding: src/edu/stanford/nlp/international/arabic/pipeline/DefaultLexicalMapper.java (deflated 68%)
adding: src/edu/stanford/nlp/international/arabic/ArabicMorphoFeatureSpecification.java (deflated 73%)
adding: src/edu/stanford/nlp/international/arabic/Buckwalter.java (deflated 64%)
adding: src/edu/stanford/nlp/international/french/ (stored 0%)
adding: src/edu/stanford/nlp/international/french/pipeline/ (stored 0%)
adding: src/edu/stanford/nlp/international/french/pipeline/FTBCorrector.java (deflated 68%)
adding: src/edu/stanford/nlp/international/french/pipeline/MWEPreprocessor.java (deflated 72%)
adding: src/edu/stanford/nlp/international/french/pipeline/configurations/ (stored 0%)
adding: src/edu/stanford/nlp/international/french/pipeline/configurations/ftb-latest.conf (deflated 45%)
adding: src/edu/stanford/nlp/international/french/pipeline/FTBDataset.java (deflated 67%)
adding: src/edu/stanford/nlp/international/french/pipeline/FTBCorrectorVisitor.java (deflated 48%)
adding: src/edu/stanford/nlp/international/french/FrenchMorphoFeatureSpecification.java (deflated 75%)
adding: src/edu/stanford/nlp/movetrees/ (stored 0%)
adding: src/edu/stanford/nlp/movetrees/EmptyTreeLeaf.java (deflated 68%)
adding: src/edu/stanford/nlp/movetrees/HasTrace.java (deflated 23%)
adding: src/edu/stanford/nlp/io/ (stored 0%)
adding: src/edu/stanford/nlp/io/RuntimeIOException.java (deflated 63%)
adding: src/edu/stanford/nlp/io/EncodingFileReader.java (deflated 80%)
adding: src/edu/stanford/nlp/io/BZip2PipedOutputStream.java (deflated 66%)
adding: src/edu/stanford/nlp/io/FileSystem.java (deflated 66%)
adding: src/edu/stanford/nlp/io/NumberRangesFileFilter.java (deflated 65%)
adding: src/edu/stanford/nlp/io/ReaderInputStream.java (deflated 68%)
adding: src/edu/stanford/nlp/io/ExtensionFileFilter.java (deflated 58%)
adding: src/edu/stanford/nlp/io/ui/ (stored 0%)
adding: src/edu/stanford/nlp/io/ui/OpenPageDialog.java (deflated 74%)
adding: src/edu/stanford/nlp/io/EncodingPrintWriter.java (deflated 75%)
adding: src/edu/stanford/nlp/io/Lexer.java (deflated 54%)
adding: src/edu/stanford/nlp/io/IOUtils.java (deflated 80%)
adding: src/edu/stanford/nlp/io/NumberRangeFileFilter.java (deflated 58%)
adding: src/edu/stanford/nlp/misc/ (stored 0%)
adding: src/edu/stanford/nlp/misc/SeeChars.java (deflated 65%)
adding: src/edu/stanford/nlp/math/ (stored 0%)
adding: src/edu/stanford/nlp/math/SloppyMath.java (deflated 73%)
adding: src/edu/stanford/nlp/math/ArrayMath.java (deflated 83%)
adding: src/edu/stanford/nlp/ling/ (stored 0%)
adding: src/edu/stanford/nlp/ling/StringLabelFactory.java (deflated 71%)
adding: src/edu/stanford/nlp/ling/Tag.java (deflated 70%)
adding: src/edu/stanford/nlp/ling/HasCategory.java (deflated 51%)
adding: src/edu/stanford/nlp/ling/WordLemmaTagFactory.java (deflated 70%)
adding: src/edu/stanford/nlp/ling/CoreLabel.java (deflated 74%)
adding: src/edu/stanford/nlp/ling/HasTag.java (deflated 47%)
adding: src/edu/stanford/nlp/ling/HasIndex.java (deflated 41%)
adding: src/edu/stanford/nlp/ling/CategoryWordTagFactory.java (deflated 70%)
adding: src/edu/stanford/nlp/ling/HasOffset.java (deflated 62%)
adding: src/edu/stanford/nlp/ling/Featurizable.java (deflated 38%)
adding: src/edu/stanford/nlp/ling/HasContext.java (deflated 72%)
adding: src/edu/stanford/nlp/ling/LabelFactory.java (deflated 61%)
adding: src/edu/stanford/nlp/ling/WordTagFactory.java (deflated 67%)
adding: src/edu/stanford/nlp/ling/Word.java (deflated 63%)
adding: src/edu/stanford/nlp/ling/DocumentReader.java (deflated 69%)
adding: src/edu/stanford/nlp/ling/TaggedWordFactory.java (deflated 67%)
adding: src/edu/stanford/nlp/ling/CoreAnnotation.java (deflated 49%)
adding: src/edu/stanford/nlp/ling/TaggedWord.java (deflated 67%)
adding: src/edu/stanford/nlp/ling/CategoryWordTag.java (deflated 67%)
adding: src/edu/stanford/nlp/ling/Document.java (deflated 52%)
adding: src/edu/stanford/nlp/ling/WordLemmaTag.java (deflated 72%)
adding: src/edu/stanford/nlp/ling/WordFactory.java (deflated 71%)
adding: src/edu/stanford/nlp/ling/ValueLabel.java (deflated 61%)
adding: src/edu/stanford/nlp/ling/AnnotationLookup.java (deflated 78%)
adding: src/edu/stanford/nlp/ling/BasicDocument.java (deflated 74%)
adding: src/edu/stanford/nlp/ling/CoreAnnotations.java (deflated 85%)
adding: src/edu/stanford/nlp/ling/CyclicCoreLabel.java (deflated 69%)
adding: src/edu/stanford/nlp/ling/Datum.java (deflated 45%)
adding: src/edu/stanford/nlp/ling/WordTag.java (deflated 68%)
adding: src/edu/stanford/nlp/ling/HasWord.java (deflated 48%)
adding: src/edu/stanford/nlp/ling/StringLabel.java (deflated 70%)
adding: src/edu/stanford/nlp/ling/LabeledWord.java (deflated 66%)
adding: src/edu/stanford/nlp/ling/Sentence.java (deflated 72%)
adding: src/edu/stanford/nlp/ling/Label.java (deflated 60%)
adding: src/edu/stanford/nlp/ling/Labeled.java (deflated 52%)
adding: src/edu/stanford/nlp/swing/ (stored 0%)
adding: src/edu/stanford/nlp/swing/FontDetector.java (deflated 60%)
zip -r $doczip javadoc
adding: javadoc/ (stored 0%)
adding: javadoc/overview-summary.html (deflated 85%)
adding: javadoc/deprecated-list.html (deflated 78%)
adding: javadoc/overview-tree.html (deflated 93%)
adding: javadoc/index.html (deflated 51%)
adding: javadoc/help-doc.html (deflated 71%)
adding: javadoc/index-all.html (deflated 91%)
adding: javadoc/constant-values.html (deflated 93%)
adding: javadoc/serialized-form.html (deflated 91%)
adding: javadoc/package-list (deflated 80%)
adding: javadoc/stylesheet.css (deflated 69%)
adding: javadoc/resources/ (stored 0%)
adding: javadoc/resources/inherit.gif (stored 0%)
adding: javadoc/overview-frame.html (deflated 86%)
adding: javadoc/allclasses-noframe.html (deflated 92%)
adding: javadoc/edu/ (stored 0%)
adding: javadoc/edu/stanford/ (stored 0%)
adding: javadoc/edu/stanford/nlp/ (stored 0%)
adding: javadoc/edu/stanford/nlp/fsm/ (stored 0%)
adding: javadoc/edu/stanford/nlp/fsm/package-summary.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/fsm/TransducerGraph.NormalizingGraphProcessor.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/fsm/TransducerGraph.ObjectToSetNodeProcessor.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/fsm/TransducerGraph.OutputCombiningProcessor.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/fsm/TransducerGraph.NodeProcessorWrappingArcProcessor.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/fsm/package-tree.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/fsm/TransducerGraph.html (deflated 90%)
adding: javadoc/edu/stanford/nlp/fsm/TransducerGraph.GraphProcessor.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/fsm/FastExactAutomatonMinimizer.html (deflated 88%)
adding: javadoc/edu/stanford/nlp/fsm/Block.html (deflated 79%)
adding: javadoc/edu/stanford/nlp/fsm/AutomatonMinimizer.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/fsm/TransducerGraph.InputSplittingProcessor.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/fsm/TransducerGraph.Arc.html (deflated 89%)
adding: javadoc/edu/stanford/nlp/fsm/QuasiDeterminizer.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/fsm/TransducerGraph.NodeProcessor.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/fsm/package-frame.html (deflated 75%)
adding: javadoc/edu/stanford/nlp/fsm/TransducerGraph.SetToStringNodeProcessor.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/fsm/TransducerGraph.ArcProcessor.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/objectbank/ (stored 0%)
adding: javadoc/edu/stanford/nlp/objectbank/package-summary.html (deflated 79%)
adding: javadoc/edu/stanford/nlp/objectbank/package-tree.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/objectbank/IdentityFunction.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/objectbank/XMLBeginEndIterator.html (deflated 88%)
adding: javadoc/edu/stanford/nlp/objectbank/ReaderIteratorFactory.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/objectbank/ObjectBank.PathToFileFunction.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/objectbank/IteratorFromReaderFactory.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/objectbank/package-frame.html (deflated 68%)
adding: javadoc/edu/stanford/nlp/objectbank/LineIterator.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/objectbank/LineIterator.LineIteratorFactory.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/objectbank/ObjectBank.html (deflated 87%)
adding: javadoc/edu/stanford/nlp/objectbank/TokenizerFactory.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/util/ (stored 0%)
adding: javadoc/edu/stanford/nlp/util/Triple.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/util/MapFactory.html (deflated 87%)
adding: javadoc/edu/stanford/nlp/util/package-summary.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/util/ErasureUtils.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/util/Filters.html (deflated 88%)
adding: javadoc/edu/stanford/nlp/util/CollectionFactory.LinkedListFactory.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/util/Sets.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/util/Interval.html (deflated 91%)
adding: javadoc/edu/stanford/nlp/util/TypesafeMap.Key.html (deflated 91%)
adding: javadoc/edu/stanford/nlp/util/IntPair.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/util/Interner.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/util/TypesafeMap.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/util/XMLUtils.XMLTag.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/util/package-tree.html (deflated 87%)
adding: javadoc/edu/stanford/nlp/util/MutableInteger.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/util/DeltaMap.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/util/XMLUtils.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/util/CollectionFactory.ArrayListFactory.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/util/Interval.RelType.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/util/Heap.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/util/AbstractIterator.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/util/DisabledPreferencesFactory.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/util/Index.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/util/CollectionFactory.HashSetFactory.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/util/FileProcessor.html (deflated 77%)
adding: javadoc/edu/stanford/nlp/util/HashableCoreMap.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/util/CollectionFactory.TreeSetFactory.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/util/ArrayMap.html (deflated 88%)
adding: javadoc/edu/stanford/nlp/util/FilePathProcessor.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/util/IdentityHashSet.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/util/BinaryHeapPriorityQueue.html (deflated 89%)
adding: javadoc/edu/stanford/nlp/util/IntTriple.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/util/Function.html (deflated 78%)
adding: javadoc/edu/stanford/nlp/util/ConcatenationIterator.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/util/HasInterval.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/util/ArrayHeap.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/util/CollectionFactory.html (deflated 88%)
adding: javadoc/edu/stanford/nlp/util/Pair.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/util/ArrayUtils.html (deflated 88%)
adding: javadoc/edu/stanford/nlp/util/DeltaCollectionValuedMap.html (deflated 89%)
adding: javadoc/edu/stanford/nlp/util/ScoredComparator.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/util/IntTuple.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/util/Factory.html (deflated 78%)
adding: javadoc/edu/stanford/nlp/util/Scored.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/util/StringUtils.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/util/MutableDouble.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/util/CollectionUtils.html (deflated 88%)
adding: javadoc/edu/stanford/nlp/util/ByteStreamGobbler.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/util/FixedPrioritiesPriorityQueue.html (deflated 88%)
adding: javadoc/edu/stanford/nlp/util/CollectionValuedMap.html (deflated 88%)
adding: javadoc/edu/stanford/nlp/util/PriorityQueue.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/util/Generics.html (deflated 89%)
adding: javadoc/edu/stanford/nlp/util/StreamGobbler.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/util/Maps.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/util/HashableCoreMap.HashableCoreMapException.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/util/Beam.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/util/package-frame.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/util/FilteredIterator.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/util/IntUni.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/util/ArrayCoreMap.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/util/Timing.html (deflated 89%)
adding: javadoc/edu/stanford/nlp/util/ScoredObject.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/util/CollectionFactory.SizedArrayListFactory.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/util/IntQuadruple.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/util/Numberer.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/util/concurrent/ (stored 0%)
adding: javadoc/edu/stanford/nlp/util/concurrent/package-summary.html (deflated 77%)
adding: javadoc/edu/stanford/nlp/util/concurrent/package-tree.html (deflated 77%)
adding: javadoc/edu/stanford/nlp/util/concurrent/SynchronizedInterner.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/util/concurrent/package-frame.html (deflated 43%)
adding: javadoc/edu/stanford/nlp/util/DisabledPreferences.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/util/HashIndex.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/util/Filter.html (deflated 79%)
adding: javadoc/edu/stanford/nlp/util/CoreMap.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/parser/ (stored 0%)
adding: javadoc/edu/stanford/nlp/parser/package-summary.html (deflated 78%)
adding: javadoc/edu/stanford/nlp/parser/package-tree.html (deflated 79%)
adding: javadoc/edu/stanford/nlp/parser/ViterbiParser.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/parser/ViterbiParserWithOptions.html (deflated 78%)
adding: javadoc/edu/stanford/nlp/parser/KBestViterbiParser.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/parser/Parser.html (deflated 78%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/ (stored 0%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/EnglishTreebankParserParams.EnglishSubcategoryStripper.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/package-summary.html (deflated 77%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/EvalbFormatWriter.html (deflated 87%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/EnglishTreebankParserParams.EnglishTest.html (deflated 79%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/LexicalizedParser.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/EnglishTreebankParserParams.EnglishTrain.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/TreeCollinizer.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/TreeBinarizer.html (deflated 79%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/HebrewTreebankParserParams.html (deflated 87%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/BiLexPCFGParser.N5BiLexPCFGParser.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/BinaryRule.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/PetrovLexicon.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/AbstractDependencyGrammar.html (deflated 87%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/EnglishUnknownWordModel.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/Rule.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/package-tree.html (deflated 91%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/BoundaryRemover.html (deflated 79%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/TreeAnnotatorAndBinarizer.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/UnknownWordModel.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/Test.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/FrenchTreebankParserParams.html (deflated 87%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/ChineseCharacterBasedLexicon.html (deflated 87%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/AbstractTreeExtractor.html (deflated 89%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/IntDependency.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/BiLexPCFGParser.html (deflated 90%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/UnaryGrammar.html (deflated 89%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/LinearGrammarSmoother.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/TreebankAnnotator.html (deflated 87%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/BaseLexicon.html (deflated 87%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/LatticeEdge.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/Scorer.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/ChineseUnknownWordModel.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/FactoredParser.html (deflated 78%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/FactoredLexicon.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/UnaryRule.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/GrammarProjection.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/ParentAnnotationStats.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/ChineseLexicon.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/LatticeScorer.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/NegraPennTreebankParserParams.html (deflated 87%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/Debinarizer.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/ArabicTreebankParserParams.html (deflated 87%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/ChineseTreebankParserParams.html (deflated 88%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/FastFactoredParser.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/TreebankLangParserParams.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/Item.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/Options.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/AbstractTreebankParserParams.html (deflated 88%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/ExhaustiveDependencyParser.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/Lexicon.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/ChineseMarkovWordSegmenter.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/GrammarCompactor.html (deflated 90%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/Options.LexOptions.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/ExhaustivePCFGParser.html (deflated 89%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/demo/ (stored 0%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/demo/package-summary.html (deflated 79%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/demo/package-tree.html (deflated 79%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/demo/package-frame.html (deflated 35%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/MLEDependencyGrammarExtractor.html (deflated 87%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/BinaryGrammar.html (deflated 88%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/ArabicUnknownWordModel.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/AbstractTreebankParserParams.SubcategoryStripper.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/Hook.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/Edge.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/DependencyGrammar.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/IterativeCKYPCFGParser.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/BinaryGrammarExtractor.html (deflated 87%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/ChineseSimWordAvgDepGrammar.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/AbstractTreebankParserParams.AnnotatePunctuationFunction.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/ArabicTreebankParserParams.ArabicSubcategoryStripper.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/package-frame.html (deflated 88%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/OutsideRuleFilter.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/EnglishTreebankParserParams.html (deflated 88%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/Train.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/FrenchUnknownWordModel.html (deflated 87%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/ParserData.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/Test.Constraint.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/CollinsPuncTransformer.html (deflated 79%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/TreeAnnotator.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/TagProjection.html (deflated 78%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/HTKLatticeReader.html (deflated 87%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/SisterAnnotationStats.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/Lattice.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/GermanUnknownWordModel.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/MLEDependencyGrammar.html (deflated 87%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/ChineseLexiconAndWordSegmenter.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/BaseUnknownWordModel.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/IntTaggedWord.html (deflated 87%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/TueBaDZParserParams.html (deflated 87%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/CNFTransformers.html (deflated 79%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/HTKLatticeReader.LatticeWord.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/AbstractTreebankParserParams.RemoveGFSubcategoryStripper.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/ExactGrammarCompactor.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/parser/lexparser/Extractor.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/parser/tools/ (stored 0%)
adding: javadoc/edu/stanford/nlp/parser/tools/package-summary.html (deflated 78%)
adding: javadoc/edu/stanford/nlp/parser/tools/package-tree.html (deflated 78%)
adding: javadoc/edu/stanford/nlp/parser/tools/package-frame.html (deflated 43%)
adding: javadoc/edu/stanford/nlp/parser/tools/PunctEquivalenceClasser.html (deflated 77%)
adding: javadoc/edu/stanford/nlp/parser/ui/ (stored 0%)
adding: javadoc/edu/stanford/nlp/parser/ui/package-summary.html (deflated 79%)
adding: javadoc/edu/stanford/nlp/parser/ui/package-tree.html (deflated 79%)
adding: javadoc/edu/stanford/nlp/parser/ui/Parser.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/parser/ui/TreeJPanel.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/parser/ui/ParserPanel.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/parser/ui/TreeJPanel.WidthResult.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/parser/ui/package-frame.html (deflated 55%)
adding: javadoc/edu/stanford/nlp/parser/package-frame.html (deflated 55%)
adding: javadoc/edu/stanford/nlp/parser/metrics/ (stored 0%)
adding: javadoc/edu/stanford/nlp/parser/metrics/package-summary.html (deflated 79%)
adding: javadoc/edu/stanford/nlp/parser/metrics/AbstractEval.html (deflated 88%)
adding: javadoc/edu/stanford/nlp/parser/metrics/AbstractEval.CatErrorEval.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/parser/metrics/package-tree.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/parser/metrics/AbstractEval.RuleErrorEval.html (deflated 87%)
adding: javadoc/edu/stanford/nlp/parser/metrics/Evalb.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/parser/metrics/Evalb.CBEval.html (deflated 87%)
adding: javadoc/edu/stanford/nlp/parser/metrics/DependencyEval.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/parser/metrics/EvalbByCat.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/parser/metrics/LeafAncestorEval.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/parser/metrics/TaggingEval.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/parser/metrics/package-frame.html (deflated 68%)
adding: javadoc/edu/stanford/nlp/parser/metrics/AbstractEval.ScoreEval.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/stats/ (stored 0%)
adding: javadoc/edu/stanford/nlp/stats/package-summary.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/stats/EquivalenceClassEval.EqualityChecker.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/stats/GeneralizedCounter.html (deflated 89%)
adding: javadoc/edu/stanford/nlp/stats/package-tree.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/stats/IntCounter.html (deflated 89%)
adding: javadoc/edu/stanford/nlp/stats/EquivalenceClassEval.Factory.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/stats/ClassicCounter.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/stats/EquivalenceClassEval.html (deflated 90%)
adding: javadoc/edu/stanford/nlp/stats/Distribution.html (deflated 89%)
adding: javadoc/edu/stanford/nlp/stats/SimpleGoodTuring.html (deflated 77%)
adding: javadoc/edu/stanford/nlp/stats/TwoDimensionalCounter.html (deflated 90%)
adding: javadoc/edu/stanford/nlp/stats/EquivalenceClasser.html (deflated 79%)
adding: javadoc/edu/stanford/nlp/stats/AbstractCounter.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/stats/package-frame.html (deflated 73%)
adding: javadoc/edu/stanford/nlp/stats/Sampler.html (deflated 77%)
adding: javadoc/edu/stanford/nlp/stats/ProbabilityDistribution.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/stats/Counters.html (deflated 91%)
adding: javadoc/edu/stanford/nlp/stats/Counter.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/process/ (stored 0%)
adding: javadoc/edu/stanford/nlp/process/package-summary.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/process/SerializableFunction.html (deflated 78%)
adding: javadoc/edu/stanford/nlp/process/Americanize.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/process/Morphology.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/process/WordToSentenceProcessor.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/process/PTBTokenizer.PTBTokenizerFactory.html (deflated 87%)
adding: javadoc/edu/stanford/nlp/process/package-tree.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/process/WhitespaceTokenizer.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/process/DocumentPreprocessor.DocType.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/process/ListProcessor.html (deflated 79%)
adding: javadoc/edu/stanford/nlp/process/WordTokenFactory.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/process/DocumentProcessor.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/process/CoreTokenFactory.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/process/LexerTokenizer.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/process/TokenizerAdapter.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/process/WhitespaceTokenizer.WhitespaceTokenizerFactory.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/process/PTBEscapingProcessor.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/process/CoreLabelTokenFactory.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/process/AbstractTokenizer.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/process/WordToTaggedWordProcessor.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/process/PTBTokenizer.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/process/WordSegmenter.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/process/Tokenizer.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/process/package-frame.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/process/StripTagsProcessor.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/process/WordSegmentingTokenizer.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/process/AbstractListProcessor.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/process/LexedTokenFactory.html (deflated 79%)
adding: javadoc/edu/stanford/nlp/process/DocumentPreprocessor.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/ (stored 0%)
adding: javadoc/edu/stanford/nlp/trees/FilteringTreeReader.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/trees/Dependencies.DependentPuncWordRejectFilter.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/CompositeTreebank.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/trees/DiskTreebank.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/trees/package-summary.html (deflated 88%)
adding: javadoc/edu/stanford/nlp/trees/ParentalTreeWrapper.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.AdjectivalComplementGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/GrammaticalFunctionTreeNormalizer.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.PunctuationGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/TreeVisitor.html (deflated 78%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.ArgumentGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/QPTreeTransformer.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/TreeCoreAnnotations.HeadTagAnnotation.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/trees/ConstituentFactory.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/trees/PennTreeReaderFactory.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/trees/WordCatEquivalenceClasser.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/trees/WordCatEqualityChecker.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.PrepositionalModifierGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.AttributiveGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/BobChrisTreeNormalizer.EmptyFilter.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/trees/NamedDependency.html (deflated 87%)
adding: javadoc/edu/stanford/nlp/trees/SimpleTree.html (deflated 87%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.XClausalComplementGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/CollinsHeadFinder.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.ClausalComplementGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.html (deflated 88%)
adding: javadoc/edu/stanford/nlp/trees/TreeReaderFactory.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.NegationModifierGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.NominalPassiveSubjectGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/AbstractTreebankLanguagePack.html (deflated 88%)
adding: javadoc/edu/stanford/nlp/trees/GrammaticalRelation.html (deflated 87%)
adding: javadoc/edu/stanford/nlp/trees/package-tree.html (deflated 90%)
adding: javadoc/edu/stanford/nlp/trees/HeadFinder.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/Treebank.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/trees/TreeCoreAnnotations.TreeAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/trees/TransformingTreebank.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.NumberModifierGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/LabeledScoredTreeNode.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/trees/LeftHeadFinder.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalStructure.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/trees/GrammaticalRelation.RootGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.PrepositionalComplementGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.AppositionalModifierGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.AuxPassiveGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/DependencyPrinter.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/trees/GrammaticalRelation.GrammaticalRelationAnnotation.html (deflated 89%)
adding: javadoc/edu/stanford/nlp/trees/PennTreeReader.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/WordCatConstituent.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/trees/TreeTransformer.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/trees/TreeLengthComparator.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/trees/SimpleTreeFactory.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/trees/TreebankFactory.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.AgentGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.ConjunctGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/GrammaticalRelation.Language.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/NPTmpRetainingTreeNormalizer.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.NounCompoundModifierGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.AdverbialModifierGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/GrammaticalRelation.GovernorGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/PennTreebankTokenizer.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.TemporalModifierGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/LabeledScoredConstituent.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/trees/international/ (stored 0%)
adding: javadoc/edu/stanford/nlp/trees/international/hebrew/ (stored 0%)
adding: javadoc/edu/stanford/nlp/trees/international/hebrew/HebrewTreeReaderFactory.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/trees/international/hebrew/package-summary.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/trees/international/hebrew/HebrewTreebankLanguagePack.html (deflated 88%)
adding: javadoc/edu/stanford/nlp/trees/international/hebrew/package-tree.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/trees/international/hebrew/HebrewTreeNormalizer.HebrewEmptyFilter.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/trees/international/hebrew/HebrewTreeNormalizer.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/hebrew/package-frame.html (deflated 59%)
adding: javadoc/edu/stanford/nlp/trees/international/negra/ (stored 0%)
adding: javadoc/edu/stanford/nlp/trees/international/negra/package-summary.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/trees/international/negra/package-tree.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/negra/TigerHeadFinder.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/negra/NegraLabel.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/trees/international/negra/NegraPennTreeReaderFactory.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/negra/NegraPennTokenizer.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/negra/NegraPennTreeNormalizer.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/trees/international/negra/NegraPennLanguagePack.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/trees/international/negra/package-frame.html (deflated 63%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ (stored 0%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/package-summary.html (deflated 90%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.PrepositionalLocalizerModifierGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.ParticipialModifierGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.DirectObjectGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseCollinizer.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.AdjectivalModifierGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/RadicalMap.html (deflated 79%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.TemporalGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/FragDiscardingPennTreeReader.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.EtcGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.ClausalComplementGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/package-tree.html (deflated 92%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseHeadFinder.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.DvpMarkerGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.TimePostpositionGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.NounCompoundModifierGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.RangeGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.SubjectGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.PunctuationGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseEnglishWordMap.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.AspectMarkerGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.NumericModifierGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/SunJurafskyChineseHeadFinder.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.ArgumentGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/CTBErrorCorrectingTreeNormalizer.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.AttributiveGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.ParentheticalGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.DvpModifierGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.ObjectGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.ResultativeComplementGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.RelativeClauseModifierGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseEscaper.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.DeterminerGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.CoordinationGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.TemporalClauseGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/BikelChineseHeadFinder.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseSemanticHeadFinder.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.BaGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.OrdNumberGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalStructure.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.TopicGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/CHTBTokenizer.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.VerbCompoundGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.ModifierGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.PreconjunctGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.AssociativeModifierGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.PrepositionalModifierGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.ComplementGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.ComplementizerGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.ClausalSubjectGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.ClauseModifierGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseTreebankLanguagePack.html (deflated 90%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.AssociativeMarkerGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/package-frame.html (deflated 90%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.SemanticDependentGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.AuxModifierGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.NumberModifierGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.NominalPassiveSubjectGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.ControllingSubjectGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.AdverbialModifierGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.LocalizerComplementGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.ModalGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.AuxPassiveGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/CTBTreeReaderFactory.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.html (deflated 91%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.XClausalComplementGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.NominalSubjectGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/CharacterLevelTagExtender.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.NegationModifierGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.VerbModifierGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/pennchinese/ChineseGrammaticalRelations.PrepositionalObjectGRAnnotation.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/arabic/ (stored 0%)
adding: javadoc/edu/stanford/nlp/trees/international/arabic/package-summary.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/trees/international/arabic/ArabicTreeReaderFactory.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/arabic/ArabicTreebankLanguagePack.html (deflated 87%)
adding: javadoc/edu/stanford/nlp/trees/international/arabic/package-tree.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/arabic/ArabicTreeReaderFactory.ArabicRawTreeReaderFactory.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/trees/international/arabic/ArabicTreeNormalizer.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/trees/international/arabic/ArabicTokenizer.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/arabic/ATBTreeUtils.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/arabic/package-frame.html (deflated 74%)
adding: javadoc/edu/stanford/nlp/trees/international/arabic/ArabicTreeNormalizer.ArabicEmptyFilter.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/trees/international/arabic/ArabicTreebankTokenizer.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/arabic/ArabicTokenizer.ArabicTokenizerFactory.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/arabic/ArabicHeadFinder.TagSet.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/international/arabic/ArabicHeadFinder.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/trees/international/french/ (stored 0%)
adding: javadoc/edu/stanford/nlp/trees/international/french/package-summary.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/trees/international/french/FrenchHeadFinder.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/french/package-tree.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/french/FrenchTreeReader.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/french/FrenchTreeNormalizer.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/trees/international/french/FrenchTreebankLanguagePack.html (deflated 88%)
adding: javadoc/edu/stanford/nlp/trees/international/french/FrenchTreeReaderFactory.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/trees/international/french/package-frame.html (deflated 67%)
adding: javadoc/edu/stanford/nlp/trees/international/french/FrenchTreeNormalizer.FrenchAOverAFilter.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/trees/international/french/DybroFrenchHeadFinder.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/international/tuebadz/ (stored 0%)
adding: javadoc/edu/stanford/nlp/trees/international/tuebadz/package-summary.html (deflated 79%)
adding: javadoc/edu/stanford/nlp/trees/international/tuebadz/package-tree.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/trees/international/tuebadz/TueBaDZTreeReaderFactory.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/international/tuebadz/package-frame.html (deflated 58%)
adding: javadoc/edu/stanford/nlp/trees/international/tuebadz/TueBaDZLanguagePack.html (deflated 87%)
adding: javadoc/edu/stanford/nlp/trees/international/tuebadz/TueBaDZHeadFinder.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/international/tuebadz/TueBaDZPennTreeNormalizer.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.MultiWordExpressionGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/Constituent.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/trees/WordNetConnection.html (deflated 78%)
adding: javadoc/edu/stanford/nlp/trees/ModCollinsHeadFinder.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/trees/TreeCoreAnnotations.HeadWordAnnotation.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/trees/SemanticHeadFinder.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/LabeledScoredConstituentFactory.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.InfinitivalModifierGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.CopulaGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/DependencyScoring.Score.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/Labeled.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/trees/TreeGraphNodeFactory.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/trees/DependencyTyper.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.CoordinationGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/DependencyScoring.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/trees/BobChrisTreeNormalizer.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.ComplementizerGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.ObjectGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.NumericModifierGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/TreeReader.html (deflated 79%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.PossessionModifierGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.NominalSubjectGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/TypedDependency.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/trees/Dependencies.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/SimpleConstituent.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/TreeGraph.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/AbstractCollinsHeadFinder.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/SimpleTreeReaderFactory.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/trees/TreeFunctions.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/Dependency.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/trees/SimpleConstituentFactory.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/DependencyReader.html (deflated 79%)
adding: javadoc/edu/stanford/nlp/trees/PennTreebankLanguagePack.html (deflated 88%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.AdvClauseModifierGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/DependencyTreeTransformer.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.ComplementGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/TreeToBracketProcessor.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/TreeFactory.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/TreeCoreAnnotations.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.PhrasalVerbParticleGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/Trees.html (deflated 89%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.PossessiveModifierGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/TreeGraphNode.html (deflated 87%)
adding: javadoc/edu/stanford/nlp/trees/Tree.html (deflated 88%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.AbbreviationModifierGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.NpAdverbialModifierGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.PreconjunctGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/MemoryTreebank.html (deflated 87%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.ReferentGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.IndirectObjectGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/CollocationFinder.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.RelativeGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.DirectObjectGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.ControllingSubjectGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.PrepositionalObjectGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.PurposeClauseModifierGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.DeterminerGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/TreebankLanguagePack.html (deflated 87%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.AdjectivalModifierGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/package-frame.html (deflated 91%)
adding: javadoc/edu/stanford/nlp/trees/GrammaticalRelation.KillGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.ClausalSubjectGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.QuantifierModifierGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/OrderedCombinationTreeNormalizer.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/GrammaticalStructure.html (deflated 87%)
adding: javadoc/edu/stanford/nlp/trees/LabeledScoredTreeReaderFactory.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/trees/tregex/ (stored 0%)
adding: javadoc/edu/stanford/nlp/trees/tregex/package-summary.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/trees/tregex/package-tree.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/tregex/ParseException.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/trees/tregex/TokenMgrError.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/trees/tregex/TregexPatternCompiler.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/tregex/TregexMatcher.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/tregex/SimpleCharStream.html (deflated 89%)
adding: javadoc/edu/stanford/nlp/trees/tregex/tsurgeon/ (stored 0%)
adding: javadoc/edu/stanford/nlp/trees/tregex/tsurgeon/package-summary.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/tregex/tsurgeon/package-tree.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/tregex/tsurgeon/ParseException.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/trees/tregex/tsurgeon/TokenMgrError.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonParserTreeConstants.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/trees/tregex/tsurgeon/SimpleCharStream.html (deflated 89%)
adding: javadoc/edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonPattern.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/trees/tregex/tsurgeon/JJTTsurgeonParserState.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonParserConstants.html (deflated 89%)
adding: javadoc/edu/stanford/nlp/trees/tregex/tsurgeon/Token.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/tregex/tsurgeon/Tsurgeon.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/trees/tregex/tsurgeon/package-frame.html (deflated 75%)
adding: javadoc/edu/stanford/nlp/trees/tregex/tsurgeon/CoindexNodes.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/tregex/tsurgeon/TsurgeonParserTokenManager.html (deflated 87%)
adding: javadoc/edu/stanford/nlp/trees/tregex/TregexParserConstants.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/trees/tregex/TregexPattern.TRegexTreeReaderFactory.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/tregex/Token.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/tregex/TregexPattern.html (deflated 75%)
adding: javadoc/edu/stanford/nlp/trees/tregex/package-frame.html (deflated 73%)
adding: javadoc/edu/stanford/nlp/trees/tregex/TregexParserTokenManager.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.SubjectGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/DependencyFactory.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.ModifierGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.PredeterminerGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.AuxModifierGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/NPTmpRetainingTreeNormalizer.NPTmpRetainingTreeReaderFactory.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/trees/GrammaticalStructureFactory.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/TreeNormalizer.html (deflated 79%)
adding: javadoc/edu/stanford/nlp/trees/CompositeTreeTransformer.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/trees/LabeledScoredTreeFactory.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.ExpletiveGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/TreeTokenizerFactory.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/BobChrisTreeNormalizer.AOverAFilter.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.ParataxisGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/LabeledConstituent.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/trees/Dependencies.DependentPuncTagRejectFilter.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/trees/UnnamedDependency.html (deflated 87%)
adding: javadoc/edu/stanford/nlp/trees/GrammaticalRelation.DependentGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.PredicateGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.SemanticDependentGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.RelativeClauseModifierGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.ParticipialModifierGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/TreePrint.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.MarkerGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/EnglishGrammaticalRelations.ClausalPassiveSubjectGRAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/trees/CoordinationTransformer.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/trees/WordStemmer.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/international/ (stored 0%)
adding: javadoc/edu/stanford/nlp/international/package-summary.html (deflated 79%)
adding: javadoc/edu/stanford/nlp/international/package-tree.html (deflated 78%)
adding: javadoc/edu/stanford/nlp/international/process/ (stored 0%)
adding: javadoc/edu/stanford/nlp/international/process/package-summary.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/international/process/AbstractDataset.html (deflated 89%)
adding: javadoc/edu/stanford/nlp/international/process/ConfigParser.html (deflated 89%)
adding: javadoc/edu/stanford/nlp/international/process/TreebankPreprocessor.html (deflated 78%)
adding: javadoc/edu/stanford/nlp/international/process/DistributionPackage.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/international/process/package-tree.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/international/process/DefaultMapper.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/international/process/Dataset.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/international/process/AbstractDataset.SplitFilter.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/international/process/package-frame.html (deflated 70%)
adding: javadoc/edu/stanford/nlp/international/process/Mapper.html (deflated 79%)
adding: javadoc/edu/stanford/nlp/international/process/StringMap.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/international/process/Dataset.Encoding.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/international/morph/ (stored 0%)
adding: javadoc/edu/stanford/nlp/international/morph/package-summary.html (deflated 79%)
adding: javadoc/edu/stanford/nlp/international/morph/package-tree.html (deflated 79%)
adding: javadoc/edu/stanford/nlp/international/morph/MorphoFeatureSpecification.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/international/morph/MorphoFeatures.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/international/morph/MorphoFeatureSpecification.MorphoFeatureType.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/international/morph/package-frame.html (deflated 60%)
adding: javadoc/edu/stanford/nlp/international/arabic/ (stored 0%)
adding: javadoc/edu/stanford/nlp/international/arabic/package-summary.html (deflated 78%)
adding: javadoc/edu/stanford/nlp/international/arabic/pipeline/ (stored 0%)
adding: javadoc/edu/stanford/nlp/international/arabic/pipeline/package-summary.html (deflated 79%)
adding: javadoc/edu/stanford/nlp/international/arabic/pipeline/LDCPosMapper.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/international/arabic/pipeline/ATBCorrector.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/international/arabic/pipeline/package-tree.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/international/arabic/pipeline/ATBArabicDataset.ArabicRawTreeNormalizer.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/international/arabic/pipeline/DefaultLexicalMapper.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/international/arabic/pipeline/ATBArabicDataset.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/international/arabic/pipeline/MWETreeVisitor.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/international/arabic/pipeline/package-frame.html (deflated 65%)
adding: javadoc/edu/stanford/nlp/international/arabic/pipeline/UniversalPOSMapper.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/international/arabic/pipeline/ATBCorrectorVisitor.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/international/arabic/package-tree.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/international/arabic/ArabicMorphoFeatureSpecification.ArabicMorphoFeatures.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/international/arabic/Buckwalter.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/international/arabic/package-frame.html (deflated 56%)
adding: javadoc/edu/stanford/nlp/international/arabic/ArabicMorphoFeatureSpecification.html (deflated 87%)
adding: javadoc/edu/stanford/nlp/international/Languages.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/international/package-frame.html (deflated 54%)
adding: javadoc/edu/stanford/nlp/international/french/ (stored 0%)
adding: javadoc/edu/stanford/nlp/international/french/package-summary.html (deflated 77%)
adding: javadoc/edu/stanford/nlp/international/french/pipeline/ (stored 0%)
adding: javadoc/edu/stanford/nlp/international/french/pipeline/package-summary.html (deflated 79%)
adding: javadoc/edu/stanford/nlp/international/french/pipeline/package-tree.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/international/french/pipeline/FTBCorrector.html (deflated 79%)
adding: javadoc/edu/stanford/nlp/international/french/pipeline/package-frame.html (deflated 58%)
adding: javadoc/edu/stanford/nlp/international/french/pipeline/FTBCorrectorVisitor.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/international/french/pipeline/MWEPreprocessor.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/international/french/pipeline/FTBDataset.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/international/french/package-tree.html (deflated 78%)
adding: javadoc/edu/stanford/nlp/international/french/FrenchMorphoFeatureSpecification.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/international/french/package-frame.html (deflated 44%)
adding: javadoc/edu/stanford/nlp/international/Languages.Language.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/movetrees/ (stored 0%)
adding: javadoc/edu/stanford/nlp/movetrees/package-summary.html (deflated 78%)
adding: javadoc/edu/stanford/nlp/movetrees/EmptyTreeLeaf.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/movetrees/package-tree.html (deflated 78%)
adding: javadoc/edu/stanford/nlp/movetrees/package-frame.html (deflated 41%)
adding: javadoc/edu/stanford/nlp/io/ (stored 0%)
adding: javadoc/edu/stanford/nlp/io/package-summary.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/io/RuntimeIOException.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/io/NumberRangeFileFilter.html (deflated 78%)
adding: javadoc/edu/stanford/nlp/io/FileSystem.html (deflated 79%)
adding: javadoc/edu/stanford/nlp/io/package-tree.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/io/EncodingPrintWriter.html (deflated 78%)
adding: javadoc/edu/stanford/nlp/io/EncodingPrintWriter.out.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/io/IOUtils.html (deflated 89%)
adding: javadoc/edu/stanford/nlp/io/ui/ (stored 0%)
adding: javadoc/edu/stanford/nlp/io/ui/package-summary.html (deflated 78%)
adding: javadoc/edu/stanford/nlp/io/ui/package-tree.html (deflated 77%)
adding: javadoc/edu/stanford/nlp/io/ui/OpenPageDialog.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/io/ui/package-frame.html (deflated 41%)
adding: javadoc/edu/stanford/nlp/io/EncodingFileReader.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/io/BZip2PipedOutputStream.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/io/ReaderInputStream.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/io/Lexer.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/io/NumberRangesFileFilter.html (deflated 78%)
adding: javadoc/edu/stanford/nlp/io/package-frame.html (deflated 73%)
adding: javadoc/edu/stanford/nlp/io/EncodingPrintWriter.err.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/io/ExtensionFileFilter.html (deflated 79%)
adding: javadoc/edu/stanford/nlp/misc/ (stored 0%)
adding: javadoc/edu/stanford/nlp/misc/package-summary.html (deflated 77%)
adding: javadoc/edu/stanford/nlp/misc/package-tree.html (deflated 78%)
adding: javadoc/edu/stanford/nlp/misc/SeeChars.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/misc/package-frame.html (deflated 41%)
adding: javadoc/edu/stanford/nlp/math/ (stored 0%)
adding: javadoc/edu/stanford/nlp/math/package-summary.html (deflated 78%)
adding: javadoc/edu/stanford/nlp/math/package-tree.html (deflated 78%)
adding: javadoc/edu/stanford/nlp/math/ArrayMath.html (deflated 90%)
adding: javadoc/edu/stanford/nlp/math/SloppyMath.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/math/package-frame.html (deflated 45%)
adding: javadoc/edu/stanford/nlp/ling/ (stored 0%)
adding: javadoc/edu/stanford/nlp/ling/package-summary.html (deflated 89%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.ShapeAnnotation.html (deflated 79%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.SectionAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/Sentence.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/ling/LabeledWord.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/ling/WordLemmaTagFactory.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.XmlContextAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.EntityClassAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/ValueLabel.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.TrueCaseAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.CoNLLDepAnnotation.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.MorphoPersAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.MaleGazAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.UTypeAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/HasWord.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.INAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.ChineseSegAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/TaggedWord.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.CharAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.AbbrAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.StemAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.ChineseCharAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.UtteranceAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.BeAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.ChunkAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.CopyAnnotation.html (deflated 79%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.BestCliquesAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.InterpretationAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.ParagraphsAnnotation.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/ling/StringLabel.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.ProtoAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.DayAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.NumTxtSentencesAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/BasicDocument.html (deflated 89%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.LeftTermAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.TrueTagAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.LMiddleAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.BagOfWordsAnnotation.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/ling/DocumentReader.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/ling/CategoryWordTagFactory.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.AntecedentAnnotation.html (deflated 79%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.SentenceIndexAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.PercentAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.DictAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.SRL_ID.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/package-tree.html (deflated 94%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.WordSenseAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.ParagraphAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.ArgumentAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CyclicCoreLabel.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.IDAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.DomainAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/HasOffset.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.SemanticHeadWordAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.PositionAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.OriginalTextAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.CoNLLDepTypeAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.CategoryFunctionalTagAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.TextAnnotation.html (deflated 79%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.ContextsAnnotation.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.LabelAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.CharacterOffsetBeginAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/LabelFactory.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.LEndAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.ForcedSentenceEndAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CategoryWordTag.html (deflated 87%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.D2_LEndAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.RoleAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.ArgDescendentAnnotation.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.NumericCompositeObjectAnnotation.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.AnswerAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.CoNLLDepParentIndexAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.NamedEntityTagAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/Document.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.ChineseIsSegmentedAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.UnaryAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.GrandparentAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.SRLIDAnnotation.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.NumerizedTokensAnnotation.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.BeginIndexAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.NumericValueAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.CovertIDAnnotation.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.LeftChildrenNodeAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/WordLemmaTag.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.BestFullAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.WordPositionAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.WordnetSynAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.SentencePositionAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.GazetteerAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.NeighborsAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.HeightAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.DoAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.TrueCaseTextAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.SemanticWordAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.GovernorAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.LemmaAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.TokenBeginAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.SemanticHeadTagAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/Labeled.html (deflated 78%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.IsDateRangeAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.UBlockAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.GazAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.ParentAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.CostMagnificationAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.AbgeneAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.LastTaggedAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.BeforeAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.NumericCompositeTypeAnnotation.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.CalendarAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.SRLInstancesAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/AnnotationLookup.KeyLookup.html (deflated 89%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.AnswerObjectAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.FirstChildAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/Tag.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.NERIDAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.SubcategorizationAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.GoldAnswerAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.SentencesAnnotation.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.MorphoGenAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.NumericObjectAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.SpaceBeforeAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.MonthAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.XmlElementAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.DependentsAnnotation.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/StringLabelFactory.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/ling/WordTagFactory.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.ValueAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.html (deflated 91%)
adding: javadoc/edu/stanford/nlp/ling/Label.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotation.html (deflated 91%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.CharacterOffsetEndAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.ChineseOrigSegAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreLabel.GenericAnnotation.html (deflated 79%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.HeadWordStringAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.IndexAnnotation.html (deflated 79%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.StackedNamedEntityTagAnnotation.html (deflated 79%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.TokensAnnotation.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.NotAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.LengthAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.TokenEndAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.PartOfSpeechAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.LastGazAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/AnnotationLookup.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.D2_LBeginAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.AfterAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.DocDateAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.FeaturesAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.IDFAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.TagLabelAnnotation.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.StateAnnotation.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.CoNLLPredicateAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.DistSimAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.AbstrAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.DocIDAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.SpeakerAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.FemaleGazAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.IsURLAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.CoNLLSRLAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.TopicAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.PredictedAnswerAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/Featurizable.html (deflated 79%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.EntityRuleAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.GeniaAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.SpanAnnotation.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.PossibleAnswersAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.HaveAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.EndIndexAnnotation.html (deflated 79%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.ParaPositionAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.LBeginAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/package-frame.html (deflated 92%)
adding: javadoc/edu/stanford/nlp/ling/HasContext.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/WordFactory.html (deflated 84%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.MorphoCaseAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.GenericTokensAnnotation.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/ling/Datum.html (deflated 79%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.D2_LMiddleAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/HasTag.html (deflated 79%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.NormalizedNamedEntityTagAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreLabel.html (deflated 87%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.NumericTypeAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.PrevChildAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.OriginalAnswerAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.CategoryAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.NumericCompositeValueAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.MarkingAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/HasIndex.html (deflated 82%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.MorphoNumAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.WebAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.EntityTypeAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/WordTag.html (deflated 86%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.SemanticTagAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.CoarseTagAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.YearAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/Word.html (deflated 85%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.UnknownAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.SentenceIDAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.PriorAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/TaggedWordFactory.html (deflated 83%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.OriginalCharAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.FreqAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/HasCategory.html (deflated 79%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.ProjectedCategoryAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.WordFormAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.PolarityAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/ling/CoreAnnotations.VerbSenseAnnotation.html (deflated 80%)
adding: javadoc/edu/stanford/nlp/swing/ (stored 0%)
adding: javadoc/edu/stanford/nlp/swing/package-summary.html (deflated 77%)
adding: javadoc/edu/stanford/nlp/swing/FontDetector.html (deflated 81%)
adding: javadoc/edu/stanford/nlp/swing/package-tree.html (deflated 78%)
adding: javadoc/edu/stanford/nlp/swing/package-frame.html (deflated 41%)
adding: javadoc/allclasses-frame.html (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 $dir/grammar
cd $dir/grammar
cp /u/nlp/data/lexparser/*.ser.gz .
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
cd $dir
cd ..
rm -rf $predir.tgz
tar -czf $predir.tgz $predir