1. 641c02f updates sandbox components to use opennlp-tools version 2.3.2 (#116) by Martin Wiesner · 7 weeks ago master
  2. 310cb3c Bump org.apache.solr:solr-core in /opennlp-similarity (#115) by dependabot[bot] · 2 months ago
  3. d7ccf20 Updates Apache Derby to version 10.17.1.0 (#114) by Martin Wiesner · 4 months ago
  4. 9545642 OPENNLP-1446 Investigate why LeskEvaluatorTest and MFSEvaluatorTest fail while parsing 'EnglishLS.train' (#113) by Martin Wiesner · 4 months ago
  5. ac08064 updates sandbox components to use opennlp-tools version 2.3.1 (#112) by Martin Wiesner · 5 months ago
  6. 1deaa1a Bump org.json:json from 20230227 to 20231013 in /opennlp-similarity (#110) by dependabot[bot] · 5 months ago
  7. 5dd560f adds JDK 21 to CI config (#93) by Martin Wiesner · 6 months ago
  8. 8b7ae9e Bump guava from 31.1-jre to 32.0.0-jre in /mahout-addon (#107) by dependabot[bot] · 6 months ago
  9. 22a61f6 migrates opennlp-sandbox to Java 17 LTS (ref: OpenNLP-1496) (#106) by Martin Wiesner · 8 months ago
  10. d530f4e conducts code cleanup of some sandbox classes (#109) by Martin Wiesner · 9 months ago
  11. 62995e1 OPENNLP-1503 - The file needs to end with "yaml" not "yml" to be recognized by rz · 10 months ago
  12. 46ef22a OPENNLP-1503 - Configure auto generated subject lines in mail templates from GH by Richard Zowalla · 10 months ago
  13. 1e1357e updates sandbox components to use opennlp-tools version 2.2.0 (#105) by Martin Wiesner · 12 months ago
  14. 33eaa52 Fixes OPENNLP-1486 (#102) by Martin Wiesner · 12 months ago
  15. 00a2d94 Fixes OPENNLP-1454 (#101) by Martin Wiesner · 12 months ago
  16. f96d51d OPENNLP-1491 Update build dependency javadoc plugin to version 3.5.0 (sandbox) (#103) by Martin Wiesner · 12 months ago
  17. d0ca571 removes `PStemmer` from similarity component, now relying on OpenNLP tools' default PorterStemmer (DRY) (#104) by Martin Wiesner · 12 months ago
  18. 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 · 1 year ago
  19. 27a5176 enhances existing code in the `summarizer` component to use "\\s+" as split pattern instead of simply using a regular whitespace (" "). by Martin Wiesner · 1 year ago
  20. 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 · 1 year ago
  21. 7c71ad7 removes copy of PorterStemmer from summarizer component now relying on OpenNLP tools' default `PorterStemmer` (DRY) (#99) by Martin Wiesner · 1 year ago
  22. 9b87c91 Bump json from 20220924 to 20230227 in /opennlp-similarity (#98) by dependabot[bot] · 1 year ago
  23. 7633cd6 modernizes existing classes towards best practices (#96) by Martin Wiesner · 1 year ago
  24. 305b5ff improves resource management by using try-with-resources pattern more consequently (#94) by Martin Wiesner · 1 year, 1 month ago
  25. 51387f9 optimizes dependency management / organization in sandbox modules (#95) by Martin Wiesner · 1 year, 1 month ago
  26. 2ec7a2d updates sandbox components to use opennlp-tools version 2.1.1 by Martin Wiesner · 1 year, 1 month ago
  27. d07573b Removes EOL JDK 18 from GH action config by Martin Wiesner · 1 year, 2 months ago
  28. 2ea558f Update build dependency forbiddenapis to version 3.4 by Martin Wiesner · 1 year, 2 months ago
  29. e3c307d Remove raw use of parameterized in ValueSortMap and provide unit test (#90) by Martin Wiesner · 1 year, 2 months ago
  30. c7c8dc7 sanitize some TODOs and unhealthy code (#89) by Martin Wiesner · 1 year, 2 months ago
  31. 4287571 OPENNLP-1472 Fix flaky (sub-) test of GradientDescentUtilsTest in sandbox component 'nlp-utils' (#88) by Martin Wiesner · 1 year, 2 months ago
  32. 76d263b Name constants according to JNC (#87) by Martin Wiesner · 1 year, 2 months ago
  33. 49e8f56 modernize classes of sandbox components by Martin Wiesner · 1 year, 2 months ago
  34. 7489455 Re-adds apache-rat. Cures missing license headers. (#86) by Richard Zowalla · 1 year, 2 months ago
  35. 4a17f45 modernizes dependencies of opennlp-similarity component (#84) by Martin Wiesner · 1 year, 2 months ago
  36. 7d2d75b fixes typos and grammar issues in sandbox components (#83) by Martin Wiesner · 1 year, 2 months ago
  37. 50765ef Merge pull request #1 from kinow/fix-OPENNLP-985 by Bruno P. Kinoshita · 1 year, 2 months ago
  38. 4d13a21 OPENNLP-985: fix an if statement that always returned true. by Bruno P. Kinoshita · 7 years ago
  39. 6702535 Bulk migrates JUnit 4 to JUnit 5 (#82) by Richard Zowalla · 1 year, 2 months ago
  40. 710a5a7 updates sandbox component 'summarizer' to be compatible with latest opennlp-tools release by Martin Wiesner · 1 year, 3 months ago
  41. 40ff5f2 updates sandbox component 'opennlp-dl' to be compatible with latest opennlp-tools release by Martin Wiesner · 1 year, 3 months ago
  42. fa15c58 Updates maven.yaml to fix deprecation warnings by Richard Zowalla · 1 year, 3 months ago
  43. b4ac48e Introduce common parent pom for all 'opennlp-sandbox' components (#79) by Martin Wiesner · 1 year, 3 months ago
  44. 57438de migrate sandbox component 'caseditor-corpus-server-plugin' to Java 11 (#77) by Martin Wiesner · 1 year, 3 months ago
  45. 6b8bc07 introduce-common-maven-module-structure-for-corpus-server-components (#74) by Martin Wiesner · 1 year, 3 months ago
  46. 03aa30c migrate sandbox component 'nlp-utils' to Java 11 (#75) by Martin Wiesner · 1 year, 3 months ago
  47. 5be56ce updates sandbox component 'opennlp-similarity' to be compatible with latest opennlp-tools release (#71) by Martin Wiesner · 1 year, 3 months ago
  48. 864b79f updates sandbox component 'wikinews-importer' to be compatible with latest opennlp-tools release (#72) by Martin Wiesner · 1 year, 3 months ago
  49. 2f9d0c7 updates sandbox component 'tf-ner-poc' to be compatible… with latest opennlp-tools release (#73) by Martin Wiesner · 1 year, 3 months ago
  50. 3ba1251 updates sandbox component 'caseditor-opennlp-plugin' to be compatible with latest opennlp-tools release (#64) by Martin Wiesner · 1 year, 3 months ago
  51. c797334 updates sandbox component 'tagging-server' to be compatible with latest opennlp-tools release (#63) by Martin Wiesner · 1 year, 3 months ago
  52. cd95da1 updates sandbox component 'modelbuilder-addon' to be compatible with latest opennlp-tools release (#62) by Martin Wiesner · 1 year, 3 months ago
  53. 659cdae updates sandbox component 'opennlp-wsd' to be compatible with latest opennlp-tools release- (#59) by Martin Wiesner · 1 year, 3 months ago
  54. f19a3b6 updates sandbox component 'mallet-addon' to be compatible with latest opennlp-tools release (#61) by Martin Wiesner · 1 year, 3 months ago
  55. bfa6acf updates sandbox component 'mahout-addon' to be compatible with latest opennlp-tools release (#60) by Martin Wiesner · 1 year, 3 months ago
  56. c1a9986 updates sandbox component 'opennlp-coref' to be compatible with latest opennlp-tools release (#58) by Martin Wiesner · 1 year, 3 months ago
  57. c253604 Bump commons-collections from 3.1 to 3.2.2 in /opennlp-similarity (#57) by dependabot[bot] · 1 year, 6 months ago
  58. 7007d41 OPENNLP-1259 - Replace instances of Math.random with Random.nextDouble (#30) by Xia Li · 3 years, 11 months ago
  59. 4fb494f Improve encode labels (#37) by Peter Thygesen · 4 years, 9 months ago
  60. 9cd828c Fix mini batch and char encoding (#36) by Peter Thygesen · 4 years, 9 months ago
  61. e11935a Fix missing unk vector (#35) by Peter Thygesen · 4 years, 9 months ago
  62. 1aea823 fixing writing order of label, token, chars when written to file by Peter Thygesen · 4 years, 9 months ago
  63. 1d8aa67 Fixing PEP 8 python style warnings++ (#32) by Peter Thygesen · 4 years, 9 months ago
  64. c6b5669 Shuffle the training samples for each epoch in namecat by Jörn Kottmann · 5 years ago
  65. 37af4c6 Added code to randomly drop a character while training by Suneel Marthi · 5 years ago
  66. 5914581 Remove new lines chars training data in namecat by Jörn Kottmann · 5 years ago
  67. 8e524dc Fix calculation of namecat accuracy by Jörn Kottmann · 5 years ago
  68. 7fe7436 Fix saving of namecat model by Jörn Kottmann · 5 years ago
  69. 680d91c Use STX and ETX for start end seq chars in normalizer by Jörn Kottmann · 5 years ago
  70. 1870d00 Compute max target length instead of fixed value in normalizer by Jörn Kottmann · 5 years ago
  71. 7b6e85d Merge pull request #26 from tteofili/lstm-update by Tommaso Teofili · 5 years ago
  72. 54f10a3 trivial update of lstm cell construct used by Tommaso Teofili · 5 years ago
  73. 199f756 Replace hard coded train, dev and test file names with args by Jörn Kottmann · 5 years ago
  74. af594df Add char dropout to handle unknown chars to normalizer by Jörn Kottmann · 5 years ago
  75. 92a30e8 Add year only dates to date generator by Jörn Kottmann · 5 years ago
  76. 2c0121d Add a script to generate date normalization data by Jörn Kottmann · 5 years ago
  77. 6804801 Fix error when empty String array is passed in by Jörn Kottmann · 5 years ago
  78. fa9de88 Namecat Trainer now writes zip package with vocab files inside by Jörn Kottmann · 5 years ago
  79. 5e8d0da Name Finder Trainer now writes zip package with vocab files inside by Jörn Kottmann · 5 years ago
  80. f746c57 Add train dropout to normalizer by Jörn Kottmann · 5 years ago
  81. 00a8fdf Write model and dictionaries into zip package by Jörn Kottmann · 5 years ago
  82. a850904 Remove hard coded seq length by Jörn Kottmann · 5 years ago
  83. d187edf Remove end marker from output seq by Jörn Kottmann · 5 years ago
  84. 9c02da7 Make batch size for normalizer inference dynamic by Jörn Kottmann · 5 years ago
  85. 30067a7 Add first draft of normalizer Java API by Jörn Kottmann · 5 years ago
  86. 6f38bee Add first draft of normalizer trainer by Jörn Kottmann · 5 years ago
  87. fd42cb4 Merge pull request #20 from tteofili/OPENNLP-1009a by Tommaso Teofili · 6 years ago
  88. 8b09a57 OPENNLP-1009 - upgrade to dl4j 1.0.0-beta2 by Tommaso Teofili · 6 years ago
  89. cb36083 Extract vector size from embeddings file by Jörn Kottmann · 6 years ago
  90. 7f33b3f Compute ntags based on label dict size by Jörn Kottmann · 6 years ago
  91. f5f9377 Add split.py to split training data into pieces by Jörn Kottmann · 6 years ago
  92. 04da946 Add Java API for namecat and more by Jörn Kottmann · 6 years ago
  93. 5e401cc Move namefinder.py to namefinder folder by Jörn Kottmann · 6 years ago
  94. 8f24fc6 Add first version of namecat poc by Jörn Kottmann · 6 years ago
  95. faee815 Call close on Tensor objects to release memory by Jörn Kottmann · 6 years ago
  96. 5e9fc9b Add constructor to load all resources from Input Streams by Jörn Kottmann · 6 years ago
  97. c136c85 Adjust settings to match namefinder.py trainer by Jörn Kottmann · 6 years ago
  98. 8dc9495 added vector size to NameFinder + only save model if improved + stop training if not improved for 5 iteration by Peter Thygesen · 6 years ago
  99. c126158 Rename packages to org.apache.opennlp.namefinder by Jörn Kottmann · 6 years ago
  100. 5df185c Rename module to match folder name by Jörn Kottmann · 6 years ago