Releases: apache/opennlp
Releases · apache/opennlp
OpenNLP 2.5.3
What's Changed
- OpenNLP 2.5.2 by @mawiesne in #730
- OPENNLP-1684: Reduce creation of String instances in BrownBigramFeatureGenerator by @mawiesne in #731
- OPENNLP-1685 Adapt bin.xml assembly descriptor to include generated JavaDoc by @mawiesne in #732
- OPENNLP-1687: Remove quotes around $HEAP in opennlp tools shell script by @chenrui333 in #734
- OPENNLP-1686: Adjust GH CI config to build with Java 24-ea by @rzo1 in #735
- OPENNLP-1689 - Update GH actions with ASF #builds security recommendtions by @rzo1 in #736
New Contributors
- @chenrui333 made their first contribution in #734
Full Changelog: opennlp-2.5.2...opennlp-2.5.3
OpenNLP 2.5.2
What's Changed
- Opennlp 2.5.1 by @mawiesne in #707
- OPENNLP-1667: Add thread-safe version of ChunkerME by @mawiesne in #708
- OPENNLP-1668: Avoid multiple DecimalFormat instances in AbstractModel by @mawiesne in #710
- OPENNLP-1669: Improve JavaDoc of QN related classes by @mawiesne in #709
- OPENNLP-1670: Disable releases for apache.snapshots repo by @adoroszlai in #711
- OPENNLP-1671: Convert while loops with duplicated code to do-while loops by @mawiesne in #712
- OPENNLP-1673: Re-use static conversion methods in ArrayMath by @mawiesne in #714
- OPENNLP-1674: Make use of enhanced switch expression introduced in Java 14 by @mawiesne in #715
- OPENNLP-1672: Flip misordered assertEquals arguments in several tests by @mawiesne in #713
- OPENNLP-1675: Address ShellCheck warnings for shell scripts by @mawiesne in #716
- OPENNLP-1677: Extend JavaDoc of POSTaggerME by @mawiesne in #717
- OPENNLP-1679: Extend JavaDoc of SgmlParser by @mawiesne in #719
- OPENNLP-1678: Add thread-safe version of LanguageDetectorME by @mawiesne in #718
- OPENNLP-1681: Update log4j2 to 2.24.3 by @dependabot in #723
- OPENNLP-1682: Update JUnit to 5.11.4 by @dependabot in #726
- OPENNLP-1683: Update Uimaj to 3.6.0 by @dependabot in #725
- OPENNLP-1447: Re-enable Cmdline Tool execution tests by @mawiesne in #720
- OPENNLP-1680: Update several Maven plugins to recent versions by @mawiesne in #729
New Contributors
- @adoroszlai made their first contribution in #711
Full Changelog: opennlp-2.5.1...opennlp-2.5.2
OpenNLP 2.5.1
What's Changed
- OpenNLP 2.5.0 by @mawiesne in #685
- Fine-tune Dependabot config by @mawiesne in #687
- OPENNLP-1646: Remove compiler warnings in AbstractDL and inheriting classes by @mawiesne in #688
- OPENNLP-1647: Update classgraph from 4.8.176 to 4.8.179 by @dependabot in #689
- OPENNLP-1644: Add missing opennlp-tools-models to opennlp-distr by @mawiesne in #686
- OPENNLP-1652 Add additional constructors for ThreadSafePOSTaggerME by @mawiesne in #690
- OPENNLP-1653 Add thread-safe version of LemmatizerME by @mawiesne in #691
- OPENNLP-1654: Add thread-safe version of NameFinderME by @mawiesne in #693
- OPENNLP-1650: Update DownloadUtil to use Models release 1.2 by @mawiesne in #692
- OPENNLP-1655: Add constructors in SentenceDetectorME and TokenizerME to inject custom abbreviation dictionary by @mawiesne in #694
- OPENNLP-1657: Update log4j2 to 2.24.2 by @mawiesne in #695
- OPENNLP-1658: Enhance JavaDoc of code in opennlp-tools-models by @mawiesne in #696
- Avoid running CI twice. by @rzo1 in #698
- OPENNLP-1649: Set OpenNLP Models Maven artifacts 1.2.0 in opennlp-tools-models by @mawiesne in #699
- OPENNLP-1659 - Enhancements for DownloadUtil by @rzo1 in #697
- Jira Auto Linking + Dependabot Config Update by @rzo1 in #701
- Modernize social media channel badges in README.md by @mawiesne in #703
- OPENNLP-1660: Switch to pre-trained UD models in Dev Manual by @mawiesne in #702
- OPENNLP-1663: Add test for FileToByteArraySampleStream by @mawiesne in #706
- OPENNLP-1662: Wrap thread-safe classes in try-with resources in Eval test by @mawiesne in #705
- OPENNLP-1661: Fix custom models being wiped from OpenNLP user.home directory by @mawiesne in #704
Full Changelog: opennlp-2.5.0...opennlp-2.5.1
OpenNLP 2.5.0
What's Changed
- OpenNLP 2.4.0 by @rzo1 in #640
- OPENNLP-1599 - Add "model.language" to opennlp-models by @rzo1 in #641
- Bump junit.version from 5.10.3 to 5.11.0 by @dependabot in #644
- OPENNLP-1602 - Bump slf4j.version from 2.0.13 to 2.0.16 by @dependabot in #643
- Bump jersey.version from 3.1.7 to 3.1.8 by @dependabot in #642
- Bump com.puppycrawl.tools:checkstyle from 10.17.0 to 10.18.0 by @dependabot in #646
- OPENNLP-1604: Bump onnxruntime.version from 1.18.0 to 1.19.0 by @dependabot in #647
- Bump io.github.classgraph:classgraph from 4.8.174 to 4.8.175 by @dependabot in #645
- Bump com.puppycrawl.tools:checkstyle from 10.18.0 to 10.18.1 by @dependabot in #648
- OPENNLP-1606 - ONXX 1.19.2 by @dependabot in #651
- OPENNLP-1600 - Ability to disable POS mapper by @rzo1 in #649
- OPENNLP-1607: SimpleClassPathModelFinder not returning list of matching paths by @codyfearer in #652
- OPENNLP-1608: Add maven wrapper for build convenience by @codyfearer in #653
- OPENNLP-1609: Bump com.ginsberg:junit5-system-exit from 1.1.2 to 2.0.0 by @dependabot in #650
- OPENNLP-1610: Bump io.github.classgraph:classgraph from 4.8.175 to 4.8.176 by @dependabot in #654
- Bump com.puppycrawl.tools:checkstyle from 10.18.1 to 10.18.2 by @dependabot in #656
- OPENNLP-1611: Bump junit.version from 5.11.0 to 5.11.1 by @dependabot in #657
- Add macos-latest as platform for Github actions by @mawiesne in #659
- OPENNLP-1612 - DownloadUtil should validate checksum on download by @rzo1 in #658
- OPENNLP-936: Add thread-safe versions of POSTaggerME, SentenceDetecto… by @twgoetz in #69
- OPENNLP-1616 Jackson 2.18.0 by @dependabot in #655
- OPENNLP-1617 - JUnit 5.11.2 by @dependabot in #660
- OPENNLP-1619 - Fix possible NPE for PerformanceMonitor in *Tools by @rzo1 in #663
- OPENNLP-1618 - AbstractDL does not release Ort Resources by @rzo1 in #662
- OPENNLP-1622: Update URL model reference in README.md by @mawiesne in #664
- OPENNLP-1624: Update Jersey to 3.1.9 by @dependabot in #665
- OPENNLP-1625: Update forbiddenapis to 3.8 by @dependabot in #666
- OPENNLP-1620 - It should be possible to remove the allocated ThreadLocal by @rzo1 in #667
- OPENNLP-1630 Move to Apache Parent 33 by @mawiesne in #668
- OPENNLP-1609: Update junit5-system-exit to 2.0.2 by @dependabot in #669
- OPENNLP-1617: Update JUnit to 5.11.3 by @dependabot in #671
- OPENNLP-1629 Update DownloadUtil to support more languages via new UD models by @mawiesne in #672
- Bump com.puppycrawl.tools:checkstyle from 10.18.2 to 10.19.0 by @dependabot in #670
- OPENNLP-1598 - Update documentation on how to use ClassPathModelFinder by @rzo1 in #673
- OPENNLP-1631 Convert existing ModelLoader tests to integration tests by @mawiesne in #674
- OPENNLP-1632 - Bump jackson.version from 2.18.0 to 2.18.1 by @dependabot in #675
- OPENNLP-1633 - Remove dependency towards jackson-databind in opennlp-dl by @rzo1 in #676
- OPENNLP-1634 - Move OpenNLP Brat Annotator back to Sandbox by @rzo1 in #677
- OPENNLP-1548 - Cleanup handling of output streams in cmdline tools by @rzo1 in #679
- OPENNLP-1226: Training an NER model for dates with 'dd.mm.yyyy' as Date format by @mawiesne in #678
- OPENNLP-1635: Update ONNX runtime to 1.20.0 by @dependabot in #680
- OPENNLP-1636: Update Checkstyle to 10.20.0 by @dependabot in #681
- OPENNLP-1643 - Remove inconsistent Training Parameter Definitions by @rzo1 in #682
- Remove outdated KEYS file from repository by @mawiesne in #683
New Contributors
- @codyfearer made their first contribution in #652
- @twgoetz made their first contribution in #69
Full Changelog: opennlp-2.4.0...opennlp-2.5.0