You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by ma...@apache.org on 2023/04/21 07:15:51 UTC

[opennlp-sandbox] branch OPENNLP-1454_Convert_System.out_statements_to_debug_logging_statements_in_'opennlp-similarity' updated (0f10171 -> 8913434)

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

mawiesne pushed a change to branch OPENNLP-1454_Convert_System.out_statements_to_debug_logging_statements_in_'opennlp-similarity'
in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git


    omit 0f10171  fixes OPENNLP-1454 replaces many occurrences of Syouts and printStacktrace(), and JUL logging with SLF4J as used in OPENNLP tools introduces log4j-2.x as (managed) runtime binding for slj4j in `opennlp-similarity` improves JavaDoc along the path improves code formatting along the path
     add 8913434  fixes OPENNLP-1454 replaces many occurrences of Syouts, printStacktrace(), and JUL logging with SLF4J as used in OPENNLP tools introduces log4j-2.x as (managed) test-scoped runtime binding for slj4j in `opennlp-similarity` improves JavaDoc along the path improves code formatting along the path addresses PR reviewers' feedback

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   (0f10171)
            \
             N -- N -- N   refs/heads/OPENNLP-1454_Convert_System.out_statements_to_debug_logging_statements_in_'opennlp-similarity' (8913434)

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:
 .../review_builder/WebPageReviewExtractor.java     | 51 ++++++++--------
 .../parse_thicket/apps/SnippetToParagraph.java     | 17 +++---
 .../tools/parse_thicket/apps/WebPageExtractor.java |  7 ++-
 .../LinguisticPatternStructure.java                | 19 +++---
 .../pattern_structure/PhrasePatternStructure.java  | 29 ++++-----
 .../tools/similarity/apps/ContentGenerator.java    | 21 ++++---
 .../similarity/apps/ContentGeneratorSupport.java   | 15 ++---
 .../apps/GeneratedSentenceProcessor.java           | 11 ++--
 .../similarity/apps/RelatedSentenceFinder.java     | 71 +++++++++++-----------
 .../apps/SpeechRecognitionResultsProcessor.java    |  9 +--
 .../textsimilarity/GeneralizationListReducer.java  |  9 +--
 .../textsimilarity/ParseTreeChunkListScorer.java   |  9 +--
 .../ParserChunker2MatcherProcessor.java            | 57 ++++++++---------
 .../ParserChunker2MatcherProcessorTest.java        | 10 +--
 14 files changed, 174 insertions(+), 161 deletions(-)