You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by au...@apache.org on 2012/07/19 19:32:48 UTC

svn commit: r1363434 [1/4] - in /opennlp/trunk: opennlp-maxent/src/main/java/opennlp/model/ opennlp-tools/src/main/java/opennlp/tools/ opennlp-tools/src/main/java/opennlp/tools/chunker/ opennlp-tools/src/main/java/opennlp/tools/cmdline/ opennlp-tools/s...

Author: autayeu
Date: Thu Jul 19 17:32:40 2012
New Revision: 1363434

URL: http://svn.apache.org/viewvc?rev=1363434&view=rev
Log:
NO JIRA: typo fix: agreemnets -> agreements

Modified:
    opennlp/trunk/opennlp-maxent/src/main/java/opennlp/model/HashSumEventStream.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/chunker/ChunkerContextGenerator.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/chunker/ChunkerEvaluationMonitor.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/chunker/ChunkerModel.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/chunker/DefaultChunkerContextGenerator.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/chunker/package-info.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/DetailedFMeasureListener.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/EvaluationErrorPrinter.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/PerformanceMonitor.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/chunker/ChunkEvaluationErrorListener.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/coref/CoreferenceConverterTool.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/coref/CoreferencerTool.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/coref/CoreferencerTrainerTool.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/namefind/NameEvaluationErrorListener.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/postag/POSEvaluationErrorListener.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/postag/POSTaggerFineGrainedReportListener.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/sentdetect/SentenceEvaluationErrorListener.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/tokenizer/TokenEvaluationErrorListener.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/CorefModel.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/CorefSample.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/DiscourseElement.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/DiscourseEntity.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/DiscourseModel.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/LinkerMode.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/TreebankLinker.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/AbstractParse.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/DefaultParse.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/Dictionary.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/DictionaryFactory.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/HeadFinder.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/JWNLDictionary.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/Mention.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/MentionContext.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/MentionFinder.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/PTBHeadFinder.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/PTBMentionFinder.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/Parse.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/ShallowParseMentionFinder.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/package-info.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/package-info.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/resolver/package-info.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/Context.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/Gender.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/GenderEnum.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/MaxentCompatibilityModel.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/Number.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/NumberEnum.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/SemanticCompatibility.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/SemanticEnum.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/TestGenderModel.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/TestNumberModel.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/TestSimilarityModel.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/TrainSimilarityModel.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/package-info.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/dictionary/Dictionary.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/dictionary/Index.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/dictionary/package-info.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/dictionary/serializer/Attributes.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/dictionary/serializer/DictionarySerializer.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/dictionary/serializer/Entry.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/dictionary/serializer/EntryInserter.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/doccat/BagOfWordsFeatureGenerator.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/doccat/DocumentCategorizer.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/doccat/DocumentCategorizerContextGenerator.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/doccat/DocumentCategorizerEvaluator.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/doccat/DocumentCategorizerME.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/doccat/DocumentSample.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/doccat/FeatureGenerator.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/doccat/NGramFeatureGenerator.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/doccat/package-info.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/formats/package-info.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/lang/english/TreebankLinker.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/lang/english/TreebankNameFinder.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/lang/english/package-info.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/lang/spanish/TokenChunker.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/lang/spanish/package-info.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/namefind/DefaultNameContextGenerator.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/namefind/DictionaryNameFinder.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/namefind/DocumentNameFinder.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/namefind/NameContextGenerator.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/namefind/NameSampleSequenceStream.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/namefind/NameSampleTypeFilter.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/namefind/RegexNameFinder.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/namefind/TokenNameFinder.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/namefind/TokenNameFinderEvaluationMonitor.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/namefind/package-info.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/ngram/NGramModel.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/ngram/package-info.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/package-info.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/parser/AbstractBottomUpParser.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/parser/AbstractContextGenerator.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/parser/AbstractParserEventStream.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/parser/ChunkContextGenerator.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/parser/Cons.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/parser/Constituent.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/parser/GapLabeler.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/parser/HeadRules.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/parser/Parser.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/parser/ParserChunkerSequenceValidator.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/parser/ParserEventTypeEnum.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/parser/ParserModel.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/parser/chunking/BuildContextGenerator.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/parser/chunking/CheckContextGenerator.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/parser/chunking/Parser.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/parser/chunking/ParserEventStream.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/parser/chunking/package-info.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/parser/lang/en/HeadRules.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/parser/package-info.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/parser/treeinsert/AttachContextGenerator.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/parser/treeinsert/BuildContextGenerator.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/parser/treeinsert/CheckContextGenerator.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/parser/treeinsert/Parser.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/parser/treeinsert/ParserEventStream.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/parser/treeinsert/package-info.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/postag/DefaultPOSContextGenerator.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/postag/DefaultPOSSequenceValidator.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/postag/MutableTagDictionary.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/postag/POSContextGenerator.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/postag/POSDictionary.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/postag/POSDictionaryWriter.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/postag/POSModel.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/postag/POSSample.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/postag/POSSampleEventStream.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/postag/POSSampleSequenceStream.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/postag/POSTaggerFactory.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/postag/POSTaggerTrainer.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/postag/TagDictionary.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/postag/WordTagSampleStream.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/postag/package-info.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/sentdetect/AbstractEndOfSentenceScanner.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/sentdetect/DefaultEndOfSentenceScanner.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/sentdetect/SDContextGenerator.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/sentdetect/SDCrossValidator.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/sentdetect/SentenceDetector.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/sentdetect/SentenceDetectorEvaluationMonitor.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/sentdetect/SentenceDetectorEvaluator.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/sentdetect/SentenceDetectorFactory.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/sentdetect/SentenceModel.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/sentdetect/SentenceSample.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/sentdetect/SentenceSampleStream.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/sentdetect/lang/Factory.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/sentdetect/lang/th/SentenceContextGenerator.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/sentdetect/package-info.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/tokenize/AbstractTokenizer.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/tokenize/DefaultTokenContextGenerator.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/tokenize/SimpleTokenizer.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/tokenize/TokSpanEventStream.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/tokenize/TokenContextGenerator.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/tokenize/TokenSample.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/tokenize/Tokenizer.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/tokenize/TokenizerEvaluationMonitor.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/tokenize/TokenizerEvaluator.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/tokenize/TokenizerFactory.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/tokenize/TokenizerME.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/tokenize/TokenizerModel.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/tokenize/WhitespaceTokenizer.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/tokenize/lang/Factory.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/tokenize/lang/en/TokenSampleStream.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/tokenize/package-info.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/AbstractEventStream.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/BaseToolFactory.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/BeamSearch.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/BeamSearchContextGenerator.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/Cache.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/CollectionEventStream.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/CountedSet.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/HashList.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/HashSumEventStream.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/Heap.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/InvalidFormatException.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/ListHeap.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/ObjectStream.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/ResetableIterator.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/ReverseListIterator.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/Sequence.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/SequenceValidator.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/StringList.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/StringUtil.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/TrainingParameters.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/TreeHeap.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/Version.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/eval/CrossValidationPartitioner.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/eval/EvaluationMonitor.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/eval/Mean.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/ext/ExtensionLoader.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/ext/ExtensionNotLoadedException.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/ext/ExtensionServiceKeys.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/ext/OSGiExtensionLoader.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/ext/package-info.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/featuregen/AdaptiveFeatureGenerator.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/featuregen/AdditionalContextFeatureGenerator.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/featuregen/AggregatedFeatureGenerator.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/featuregen/BigramNameFeatureGenerator.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/featuregen/CachedFeatureGenerator.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/featuregen/CharacterNgramFeatureGenerator.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/featuregen/DictionaryFeatureGenerator.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/featuregen/FastTokenClassFeatureGenerator.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/featuregen/FeatureGeneratorAdapter.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/featuregen/FeatureGeneratorFactory.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/featuregen/FeatureGeneratorResourceProvider.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/featuregen/FeatureGeneratorUtil.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/featuregen/GeneratorFactory.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/featuregen/InSpanGenerator.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/featuregen/OutcomePriorFeatureGenerator.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/featuregen/PrefixFeatureGenerator.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/featuregen/PreviousMapFeatureGenerator.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/featuregen/SentenceFeatureGenerator.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/featuregen/StringPattern.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/featuregen/SuffixFeatureGenerator.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/featuregen/TokenClassFeatureGenerator.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/featuregen/TokenFeatureGenerator.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/featuregen/TokenPatternFeatureGenerator.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/featuregen/WindowFeatureGenerator.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/featuregen/package-info.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/model/ArtifactProvider.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/model/ArtifactSerializer.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/model/BaseModel.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/model/ClassSerializer.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/model/DictionarySerializer.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/model/FeatureGeneratorFactorySerializer.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/model/GenericModelSerializer.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/model/ModelUtil.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/model/PropertiesSerializer.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/model/UncloseableInputStream.java
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/package-info.java
    opennlp/trunk/opennlp-tools/src/test/java/opennlp/tools/dictionary/DictionaryAsSetCaseInsensitiveTest.java
    opennlp/trunk/opennlp-tools/src/test/java/opennlp/tools/dictionary/DictionaryAsSetCaseSensitiveTest.java
    opennlp/trunk/opennlp-tools/src/test/java/opennlp/tools/dictionary/DictionaryTest.java
    opennlp/trunk/opennlp-tools/src/test/java/opennlp/tools/doccat/DocumentSampleTest.java
    opennlp/trunk/opennlp-tools/src/test/java/opennlp/tools/namefind/DictionaryNameFinderTest.java
    opennlp/trunk/opennlp-tools/src/test/java/opennlp/tools/namefind/RegexNameFinderTest.java
    opennlp/trunk/opennlp-tools/src/test/java/opennlp/tools/postag/POSDictionaryTest.java
    opennlp/trunk/opennlp-tools/src/test/java/opennlp/tools/postag/POSModelTest.java
    opennlp/trunk/opennlp-tools/src/test/java/opennlp/tools/postag/POSSampleTest.java
    opennlp/trunk/opennlp-tools/src/test/java/opennlp/tools/sentdetect/SentenceDetectorFactoryTest.java
    opennlp/trunk/opennlp-tools/src/test/java/opennlp/tools/sentdetect/SentenceDetectorMETest.java
    opennlp/trunk/opennlp-tools/src/test/java/opennlp/tools/tokenize/SimpleTokenizerTest.java
    opennlp/trunk/opennlp-tools/src/test/java/opennlp/tools/tokenize/TokenizerFactoryTest.java
    opennlp/trunk/opennlp-tools/src/test/java/opennlp/tools/tokenize/TokenizerMETest.java
    opennlp/trunk/opennlp-tools/src/test/java/opennlp/tools/tokenize/TokenizerModelTest.java
    opennlp/trunk/opennlp-tools/src/test/java/opennlp/tools/tokenize/TokenizerTestUtil.java
    opennlp/trunk/opennlp-tools/src/test/java/opennlp/tools/tokenize/WhitespaceTokenizerTest.java
    opennlp/trunk/opennlp-tools/src/test/java/opennlp/tools/util/AbstractEventStreamTest.java
    opennlp/trunk/opennlp-tools/src/test/java/opennlp/tools/util/BeamSearchTest.java
    opennlp/trunk/opennlp-tools/src/test/java/opennlp/tools/util/StringListTest.java
    opennlp/trunk/opennlp-tools/src/test/java/opennlp/tools/util/StringUtilTest.java
    opennlp/trunk/opennlp-tools/src/test/java/opennlp/tools/util/eval/CrossValidationPartitionerTest.java
    opennlp/trunk/opennlp-tools/src/test/java/opennlp/tools/util/ext/ExtensionLoaderTest.java
    opennlp/trunk/opennlp-tools/src/test/java/opennlp/tools/util/featuregen/CachedFeatureGeneratorTest.java
    opennlp/trunk/opennlp-tools/src/test/java/opennlp/tools/util/featuregen/GeneratorFactoryTest.java
    opennlp/trunk/opennlp-tools/src/test/java/opennlp/tools/util/featuregen/IdentityFeatureGenerator.java
    opennlp/trunk/opennlp-tools/src/test/java/opennlp/tools/util/featuregen/WindowFeatureGeneratorTest.java
    opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/chunker/Chunker.java
    opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/chunker/ChunkerModelResource.java
    opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/chunker/ChunkerModelResourceImpl.java
    opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/chunker/ChunkerTrainer.java
    opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/doccat/AbstractDocumentCategorizer.java
    opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/doccat/DoccatModelResource.java
    opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/doccat/DoccatModelResourceImpl.java
    opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/doccat/DocumentCategorizer.java
    opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/doccat/DocumentCategorizerTrainer.java
    opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/doccat/LanguageDetector.java
    opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/namefind/AbstractNameFinder.java
    opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/namefind/DictionaryNameFinder.java
    opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/namefind/NameFinder.java
    opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/namefind/NameFinderTrainer.java
    opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/namefind/TokenNameFinderModelResource.java
    opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/namefind/TokenNameFinderModelResourceImpl.java
    opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/normalizer/Normalizer.java
    opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/normalizer/NumberUtil.java
    opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/normalizer/StringDictionary.java
    opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/parser/Parser.java
    opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/parser/ParserModelResource.java
    opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/parser/ParserModelResourceImpl.java
    opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/postag/POSModelResource.java
    opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/postag/POSModelResourceImpl.java
    opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/postag/POSTagger.java
    opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/postag/POSTaggerTrainer.java
    opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/sentdetect/AbstractSentenceDetector.java
    opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/sentdetect/SentenceDetector.java
    opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/sentdetect/SentenceDetectorTrainer.java
    opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/sentdetect/SentenceModelResource.java
    opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/sentdetect/SentenceModelResourceImpl.java
    opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/tokenize/AbstractTokenizer.java
    opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/tokenize/SimpleTokenizer.java
    opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/tokenize/Tokenizer.java
    opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/tokenize/TokenizerModelResource.java
    opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/tokenize/TokenizerModelResourceImpl.java
    opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/tokenize/TokenizerTrainer.java
    opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/tokenize/WhitespaceTokenizer.java
    opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/util/AbstractModelResource.java
    opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/util/AnnotationComparator.java
    opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/util/AnnotatorUtil.java
    opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/util/CasConsumerUtil.java
    opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/util/ContainingConstraint.java
    opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/util/ExceptionMessages.java
    opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/util/OpenNlpAnnotatorProcessException.java
    opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/util/OpennlpUtil.java
    opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/util/SampleTraceStream.java
    opennlp/trunk/opennlp-uima/src/main/java/opennlp/uima/util/UimaUtil.java
    opennlp/trunk/opennlp-uima/src/test/java/opennlp/uima/AnnotatorsInitializationTest.java

Modified: opennlp/trunk/opennlp-maxent/src/main/java/opennlp/model/HashSumEventStream.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-maxent/src/main/java/opennlp/model/HashSumEventStream.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-maxent/src/main/java/opennlp/model/HashSumEventStream.java (original)
+++ opennlp/trunk/opennlp-maxent/src/main/java/opennlp/model/HashSumEventStream.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/chunker/ChunkerContextGenerator.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/chunker/ChunkerContextGenerator.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/chunker/ChunkerContextGenerator.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/chunker/ChunkerContextGenerator.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/chunker/ChunkerEvaluationMonitor.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/chunker/ChunkerEvaluationMonitor.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/chunker/ChunkerEvaluationMonitor.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/chunker/ChunkerEvaluationMonitor.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/chunker/ChunkerModel.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/chunker/ChunkerModel.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/chunker/ChunkerModel.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/chunker/ChunkerModel.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/chunker/DefaultChunkerContextGenerator.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/chunker/DefaultChunkerContextGenerator.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/chunker/DefaultChunkerContextGenerator.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/chunker/DefaultChunkerContextGenerator.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/chunker/package-info.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/chunker/package-info.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/chunker/package-info.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/chunker/package-info.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/DetailedFMeasureListener.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/DetailedFMeasureListener.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/DetailedFMeasureListener.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/DetailedFMeasureListener.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/EvaluationErrorPrinter.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/EvaluationErrorPrinter.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/EvaluationErrorPrinter.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/EvaluationErrorPrinter.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/PerformanceMonitor.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/PerformanceMonitor.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/PerformanceMonitor.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/PerformanceMonitor.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/chunker/ChunkEvaluationErrorListener.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/chunker/ChunkEvaluationErrorListener.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/chunker/ChunkEvaluationErrorListener.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/chunker/ChunkEvaluationErrorListener.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/coref/CoreferenceConverterTool.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/coref/CoreferenceConverterTool.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/coref/CoreferenceConverterTool.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/coref/CoreferenceConverterTool.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/coref/CoreferencerTool.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/coref/CoreferencerTool.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/coref/CoreferencerTool.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/coref/CoreferencerTool.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/coref/CoreferencerTrainerTool.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/coref/CoreferencerTrainerTool.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/coref/CoreferencerTrainerTool.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/coref/CoreferencerTrainerTool.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/namefind/NameEvaluationErrorListener.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/namefind/NameEvaluationErrorListener.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/namefind/NameEvaluationErrorListener.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/namefind/NameEvaluationErrorListener.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/postag/POSEvaluationErrorListener.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/postag/POSEvaluationErrorListener.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/postag/POSEvaluationErrorListener.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/postag/POSEvaluationErrorListener.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/postag/POSTaggerFineGrainedReportListener.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/postag/POSTaggerFineGrainedReportListener.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/postag/POSTaggerFineGrainedReportListener.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/postag/POSTaggerFineGrainedReportListener.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/sentdetect/SentenceEvaluationErrorListener.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/sentdetect/SentenceEvaluationErrorListener.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/sentdetect/SentenceEvaluationErrorListener.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/sentdetect/SentenceEvaluationErrorListener.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/tokenizer/TokenEvaluationErrorListener.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/tokenizer/TokenEvaluationErrorListener.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/tokenizer/TokenEvaluationErrorListener.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/tokenizer/TokenEvaluationErrorListener.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/CorefModel.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/CorefModel.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/CorefModel.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/CorefModel.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/CorefSample.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/CorefSample.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/CorefSample.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/CorefSample.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/DiscourseElement.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/DiscourseElement.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/DiscourseElement.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/DiscourseElement.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/DiscourseEntity.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/DiscourseEntity.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/DiscourseEntity.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/DiscourseEntity.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/DiscourseModel.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/DiscourseModel.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/DiscourseModel.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/DiscourseModel.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/LinkerMode.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/LinkerMode.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/LinkerMode.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/LinkerMode.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/TreebankLinker.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/TreebankLinker.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/TreebankLinker.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/TreebankLinker.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/AbstractParse.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/AbstractParse.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/AbstractParse.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/AbstractParse.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/DefaultParse.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/DefaultParse.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/DefaultParse.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/DefaultParse.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/Dictionary.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/Dictionary.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/Dictionary.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/Dictionary.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/DictionaryFactory.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/DictionaryFactory.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/DictionaryFactory.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/DictionaryFactory.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/HeadFinder.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/HeadFinder.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/HeadFinder.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/HeadFinder.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/JWNLDictionary.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/JWNLDictionary.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/JWNLDictionary.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/JWNLDictionary.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/Mention.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/Mention.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/Mention.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/Mention.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/MentionContext.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/MentionContext.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/MentionContext.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/MentionContext.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/MentionFinder.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/MentionFinder.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/MentionFinder.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/MentionFinder.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/PTBHeadFinder.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/PTBHeadFinder.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/PTBHeadFinder.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/PTBHeadFinder.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/PTBMentionFinder.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/PTBMentionFinder.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/PTBMentionFinder.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/PTBMentionFinder.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/Parse.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/Parse.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/Parse.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/Parse.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/ShallowParseMentionFinder.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/ShallowParseMentionFinder.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/ShallowParseMentionFinder.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/ShallowParseMentionFinder.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/package-info.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/package-info.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/package-info.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/mention/package-info.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/package-info.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/package-info.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/package-info.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/package-info.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/resolver/package-info.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/resolver/package-info.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/resolver/package-info.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/resolver/package-info.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/Context.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/Context.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/Context.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/Context.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/Gender.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/Gender.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/Gender.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/Gender.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/GenderEnum.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/GenderEnum.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/GenderEnum.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/GenderEnum.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/MaxentCompatibilityModel.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/MaxentCompatibilityModel.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/MaxentCompatibilityModel.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/MaxentCompatibilityModel.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/Number.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/Number.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/Number.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/Number.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/NumberEnum.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/NumberEnum.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/NumberEnum.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/NumberEnum.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/SemanticCompatibility.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/SemanticCompatibility.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/SemanticCompatibility.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/SemanticCompatibility.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/SemanticEnum.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/SemanticEnum.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/SemanticEnum.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/SemanticEnum.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/TestGenderModel.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/TestGenderModel.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/TestGenderModel.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/TestGenderModel.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/TestNumberModel.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/TestNumberModel.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/TestNumberModel.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/TestNumberModel.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/TestSimilarityModel.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/TestSimilarityModel.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/TestSimilarityModel.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/TestSimilarityModel.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/TrainSimilarityModel.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/TrainSimilarityModel.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/TrainSimilarityModel.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/TrainSimilarityModel.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/package-info.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/package-info.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/package-info.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/coref/sim/package-info.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/dictionary/Dictionary.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/dictionary/Dictionary.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/dictionary/Dictionary.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/dictionary/Dictionary.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/dictionary/Index.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/dictionary/Index.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/dictionary/Index.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/dictionary/Index.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/dictionary/package-info.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/dictionary/package-info.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/dictionary/package-info.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/dictionary/package-info.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/dictionary/serializer/Attributes.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/dictionary/serializer/Attributes.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/dictionary/serializer/Attributes.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/dictionary/serializer/Attributes.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/dictionary/serializer/DictionarySerializer.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/dictionary/serializer/DictionarySerializer.java?rev=1363434&r1=1363433&r2=1363434&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/dictionary/serializer/DictionarySerializer.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/dictionary/serializer/DictionarySerializer.java Thu Jul 19 17:32:40 2012
@@ -1,6 +1,6 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreemnets.  See the NOTICE file distributed with
+ * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
  * The ASF licenses this file to You under the Apache License, Version 2.0
  * (the "License"); you may not use this file except in compliance with