Mirror of Apache OpenNLP Sandbox

Clone this repo:
  1. 1e1357e updates sandbox components to use opennlp-tools version 2.2.0 (#105) by Martin Wiesner · 5 weeks ago master
  2. 33eaa52 Fixes OPENNLP-1486 (#102) by Martin Wiesner · 6 weeks ago
  3. 00a2d94 Fixes OPENNLP-1454 (#101) by Martin Wiesner · 6 weeks ago
  4. f96d51d OPENNLP-1491 Update build dependency javadoc plugin to version 3.5.0 (sandbox) (#103) by Martin Wiesner · 6 weeks ago
  5. d0ca571 removes `PStemmer` from similarity component, now relying on OpenNLP tools' default PorterStemmer (DRY) (#104) by Martin Wiesner · 6 weeks ago
  6. 98b7b57 updates forbiddenapis maven plugin to version 3.5.1 which brings support for Java 20, full changes see: https://github.com/policeman-tools/forbidden-apis/wiki/Changes by Martin Wiesner · 7 weeks ago
  7. 27a5176 enhances existing code in the `summarizer` component to use "\\s+" as split pattern instead of simply using a regular whitespace (" "). by Martin Wiesner · 7 weeks ago
  8. 0e58920 modernizes several components to rely on a more recent version of Jersey 2.x instead of ancient 1.x versions (#97) by Martin Wiesner · 7 weeks ago
  9. 7c71ad7 removes copy of PorterStemmer from summarizer component now relying on OpenNLP tools' default `PorterStemmer` (DRY) (#99) by Martin Wiesner · 7 weeks ago
  10. 9b87c91 Bump json from 20220924 to 20230227 in /opennlp-similarity (#98) by dependabot[bot] · 7 weeks ago
  11. 7633cd6 modernizes existing classes towards best practices (#96) by Martin Wiesner · 8 weeks ago
  12. 305b5ff improves resource management by using try-with-resources pattern more consequently (#94) by Martin Wiesner · 9 weeks ago
  13. 51387f9 optimizes dependency management / organization in sandbox modules (#95) by Martin Wiesner · 9 weeks ago
  14. 2ec7a2d updates sandbox components to use opennlp-tools version 2.1.1 by Martin Wiesner · 9 weeks ago
  15. d07573b Removes EOL JDK 18 from GH action config by Martin Wiesner · 3 months ago
  16. 2ea558f Update build dependency forbiddenapis to version 3.4 by Martin Wiesner · 3 months ago
  17. e3c307d Remove raw use of parameterized in ValueSortMap and provide unit test (#90) by Martin Wiesner · 3 months ago
  18. c7c8dc7 sanitize some TODOs and unhealthy code (#89) by Martin Wiesner · 3 months ago
  19. 4287571 OPENNLP-1472 Fix flaky (sub-) test of GradientDescentUtilsTest in sandbox component 'nlp-utils' (#88) by Martin Wiesner · 3 months ago
  20. 76d263b Name constants according to JNC (#87) by Martin Wiesner · 3 months ago