This is an automated email from the ASF dual-hosted git repository.

mawiesne pushed a change to branch 
fixes_typos_and_grammar_issues_in_sandbox_components
in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git


 discard 782c48b  fixes typos and grammar issues in sandbox components
     add 8266dfb  fixes typos and grammar issues in sandbox components

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (782c48b)
            \
             N -- N -- N   
refs/heads/fixes_typos_and_grammar_issues_in_sandbox_components (8266dfb)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../apps/contentgen/multithreaded/Fragment.java    | 117 ++++----
 .../contentgen/multithreaded/MyEventListener.java  |   1 -
 .../tools/apps/object_dedup/DedupResult.java       |   1 -
 .../apps/object_dedup/SimilarityAccessorBase.java  |  16 +-
 .../apps/relevanceVocabs/PhraseProcessor.java      | 261 +++++++++---------
 .../tools/apps/relevanceVocabs/SentimentVocab.java |   7 +-
 .../apps/relevanceVocabs/SynonymListFilter.java    |  16 +-
 .../tools/apps/utils/email/EmailSender.java        | 298 +++++++++++----------
 .../tools/apps/utils/email/SMTPAuthenticator.java  |  24 +-
 .../tools/apps/utils/email/SMTP_Authenticator.java |  22 --
 .../enron_email_recognizer/EmailNormalizer.java    |  47 ++--
 .../EmailTrainingSetFormer.java                    |  17 ++
 .../src/main/java/opennlp/tools/fca/FcaWriter.java | 117 ++++----
 .../src/main/java/opennlp/tools/fca/Measures.java  |   6 +-
 .../main/java/opennlp/tools/stemmer/PStemmer.java  |  36 ++-
 .../tools/textsimilarity/ParseTreeMatcher.java     |   6 +-
 16 files changed, 481 insertions(+), 511 deletions(-)
 copy 
corpus-server/corpus-server-core/src/test/java/org/apache/opennlp/corpus_server/util/TestCorpusServer.java
 => 
opennlp-similarity/src/main/java/opennlp/tools/apps/utils/email/SMTPAuthenticator.java
 (61%)
 delete mode 100644 
opennlp-similarity/src/main/java/opennlp/tools/apps/utils/email/SMTP_Authenticator.java

Reply via email to