This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a change to branch
OPENNLP-1594-Add-stricter-tests-for-Summarizer-component
in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git
omit a56d613 OPENNLP-1594 Add stricter tests for Summarizer component -
adds further, stricter tests - clarifies, at API level, the semantics and
constraints of parameters - separates tests so that each test class has a clear
responsibility for its class under test - removes binary model files from
test/resources folder - improves / enhances the JavaDoc further
add b130395 OPENNLP-1594 Add stricter tests for Summarizer component -
adds further, stricter tests - clarifies, at API level, the semantics and
constraints of parameters - separates tests so that each test class has a clear
responsibility for its class under test - removes binary model files from
test/resources folder - improves / enhances the JavaDoc further
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 (a56d613)
\
N -- N -- N
refs/heads/OPENNLP-1594-Add-stricter-tests-for-Summarizer-component (b130395)
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:
...ningKeywordExtractor.java => LexicalChainingKeywordExtractor.java} | 2 +-
.../lexicalchaining/LexChainingKeywordExtractorTest.java | 4 ++--
.../lexicalchaining/LexicalChainingSummarizerNewsTest.java | 2 +-
.../java/opennlp/summarization/lexicalchaining/NounPOSTaggerTest.java | 3 +++
.../meta/{MetaSummarizerTest.java => MetaSummarizerNewsTest.java} | 4 ++--
.../{TextRankSummarizerTest.java => TextRankSummarizerNewsTest.java} | 4 ++--
6 files changed, 11 insertions(+), 8 deletions(-)
rename
summarizer/src/main/java/opennlp/summarization/lexicalchaining/{LexChainingKeywordExtractor.java
=> LexicalChainingKeywordExtractor.java} (98%)
rename
summarizer/src/test/java/opennlp/summarization/meta/{MetaSummarizerTest.java =>
MetaSummarizerNewsTest.java} (88%)
rename
summarizer/src/test/java/opennlp/summarization/textrank/{TextRankSummarizerTest.java
=> TextRankSummarizerNewsTest.java} (88%)