This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a change to branch
remove_copy_of_porterstemmer_from_summarizer_component
in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git
at eb14b33 removes copy of PorterStemmer from summarizer component now
relying on OpenNLP tools' default `PorterStemmer` (DRY) improves
`DefaultDocProcessor` to better re-use the stemmer instance and make use of
pre-compiled Pattern improves formatting along the path
This branch includes the following new commits:
new eb14b33 removes copy of PorterStemmer from summarizer component now
relying on OpenNLP tools' default `PorterStemmer` (DRY) improves
`DefaultDocProcessor` to better re-use the stemmer instance and make use of
pre-compiled Pattern improves formatting along the path
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.