rzo1 opened a new pull request, #1056: URL: https://github.com/apache/opennlp/pull/1056
## Summary Resolves [OPENNLP-660](https://issues.apache.org/jira/browse/OPENNLP-660): bundles stopword lists for the eleven languages enumerated in the JIRA and ships a small, pluggable API that lets users supply or extend their own lists. ### Checklist #### For all changes: - [x] JIRA ticket [OPENNLP-660](https://issues.apache.org/jira/browse/OPENNLP-660) referenced in the commit message. - [x] PR title starts with `OPENNLP-660-`. - [x] Branched off current `main`. - [x] Single commit. #### For code changes: - [x] Targeted stopword test runs green (`./mvnw -pl opennlp-api,opennlp-core/opennlp-runtime,opennlp-core/opennlp-cli -am test -Dtest='*Stopword*'`). - [x] New unit tests added. - [x] No new dependencies. Bundled resources are Apache-2.0-compatible Apache Lucene snowball files with their original headers preserved. - [ ] LICENSE file not modified — bundled files retain upstream headers and are attributed via `NOTICE`. Please flag if the main `LICENSE` also needs an entry. - [x] `NOTICE` updated; `rat-excludes` updated. #### For documentation related changes: - [x] DocBook chapter renders correctly: `./mvnw -pl opennlp-docs verify` produces the PDF with the new chapter in the TOC; `xmllint --noout` clean. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
