This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a change to branch OPENNLP-660
in repository https://gitbox.apache.org/repos/asf/opennlp.git
from 0dc4c520a OPENNLP-660: Include list of stop words for various languages
add 9a36c4041 OPENNLP-660: Address review comments
No new revisions were added by this update.
Summary of changes:
LICENSE | 35 ++++
.../tools/stopword/StopwordFilteringTokenizer.java | 42 ++++-
.../java/opennlp/tools/stopword/StopwordLists.java | 94 ++++++----
.../main/resources/opennlp/tools/stopword/fi.txt | 207 +++++++++++++++++++--
.../stopword/StopwordFilteringTokenizerTest.java | 43 +++++
.../opennlp/tools/stopword/StopwordListsTest.java | 34 ++++
6 files changed, 390 insertions(+), 65 deletions(-)