1. 7007d41 OPENNLP-1259 - Replace instances of Math.random with Random.nextDouble (#30) by Xia Li · 3 years, 11 months ago
  2. 4fb494f Improve encode labels (#37) by Peter Thygesen · 4 years, 9 months ago
  3. 9cd828c Fix mini batch and char encoding (#36) by Peter Thygesen · 4 years, 9 months ago
  4. e11935a Fix missing unk vector (#35) by Peter Thygesen · 4 years, 9 months ago
  5. 1aea823 fixing writing order of label, token, chars when written to file by Peter Thygesen · 4 years, 9 months ago
  6. 1d8aa67 Fixing PEP 8 python style warnings++ (#32) by Peter Thygesen · 4 years, 9 months ago
  7. c6b5669 Shuffle the training samples for each epoch in namecat by Jörn Kottmann · 5 years ago
  8. 37af4c6 Added code to randomly drop a character while training by Suneel Marthi · 5 years ago
  9. 5914581 Remove new lines chars training data in namecat by Jörn Kottmann · 5 years ago
  10. 8e524dc Fix calculation of namecat accuracy by Jörn Kottmann · 5 years ago
  11. 7fe7436 Fix saving of namecat model by Jörn Kottmann · 5 years ago
  12. 680d91c Use STX and ETX for start end seq chars in normalizer by Jörn Kottmann · 5 years ago
  13. 1870d00 Compute max target length instead of fixed value in normalizer by Jörn Kottmann · 5 years ago
  14. 7b6e85d Merge pull request #26 from tteofili/lstm-update by Tommaso Teofili · 5 years ago
  15. 54f10a3 trivial update of lstm cell construct used by Tommaso Teofili · 5 years ago
  16. 199f756 Replace hard coded train, dev and test file names with args by Jörn Kottmann · 5 years ago
  17. af594df Add char dropout to handle unknown chars to normalizer by Jörn Kottmann · 5 years ago
  18. 92a30e8 Add year only dates to date generator by Jörn Kottmann · 5 years ago
  19. 2c0121d Add a script to generate date normalization data by Jörn Kottmann · 5 years ago
  20. 6804801 Fix error when empty String array is passed in by Jörn Kottmann · 5 years ago
  21. fa9de88 Namecat Trainer now writes zip package with vocab files inside by Jörn Kottmann · 5 years ago
  22. 5e8d0da Name Finder Trainer now writes zip package with vocab files inside by Jörn Kottmann · 5 years ago
  23. f746c57 Add train dropout to normalizer by Jörn Kottmann · 5 years ago
  24. 00a8fdf Write model and dictionaries into zip package by Jörn Kottmann · 5 years ago
  25. a850904 Remove hard coded seq length by Jörn Kottmann · 5 years ago
  26. d187edf Remove end marker from output seq by Jörn Kottmann · 5 years ago
  27. 9c02da7 Make batch size for normalizer inference dynamic by Jörn Kottmann · 5 years ago
  28. 30067a7 Add first draft of normalizer Java API by Jörn Kottmann · 5 years ago
  29. 6f38bee Add first draft of normalizer trainer by Jörn Kottmann · 5 years ago
  30. fd42cb4 Merge pull request #20 from tteofili/OPENNLP-1009a by Tommaso Teofili · 6 years ago
  31. 8b09a57 OPENNLP-1009 - upgrade to dl4j 1.0.0-beta2 by Tommaso Teofili · 6 years ago
  32. cb36083 Extract vector size from embeddings file by Jörn Kottmann · 6 years ago
  33. 7f33b3f Compute ntags based on label dict size by Jörn Kottmann · 6 years ago
  34. f5f9377 Add split.py to split training data into pieces by Jörn Kottmann · 6 years ago
  35. 04da946 Add Java API for namecat and more by Jörn Kottmann · 6 years ago
  36. 5e401cc Move namefinder.py to namefinder folder by Jörn Kottmann · 6 years ago
  37. 8f24fc6 Add first version of namecat poc by Jörn Kottmann · 6 years ago
  38. faee815 Call close on Tensor objects to release memory by Jörn Kottmann · 6 years ago
  39. 5e9fc9b Add constructor to load all resources from Input Streams by Jörn Kottmann · 6 years ago
  40. c136c85 Adjust settings to match namefinder.py trainer by Jörn Kottmann · 6 years ago
  41. 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
  42. c126158 Rename packages to org.apache.opennlp.namefinder by Jörn Kottmann · 6 years ago
  43. 5df185c Rename module to match folder name by Jörn Kottmann · 6 years ago
  44. a1899bb Add missing return parameter to fix compile error by Jörn Kottmann · 6 years ago
  45. 77a39ad Disable dropout for inference by Jörn Kottmann · 6 years ago
  46. 19d046d Implement the TokenNameFinder interface by Jörn Kottmann · 6 years ago
  47. e483e9f Adjust encoding to match BioCodec (Java) by Jörn Kottmann · 6 years ago
  48. 2abc214 Write correct dict into char_dict.txt by Jörn Kottmann · 6 years ago
  49. 0005382 Write model to disk after training by Jörn Kottmann · 6 years ago
  50. bd30e1a Adjust operation names to namefinder.py by Jörn Kottmann · 6 years ago
  51. 12b2c65 Fix loading of dicts by removing GZIP decompressor by Jörn Kottmann · 6 years ago
  52. f8db193 Name placeholders and variables for use from Java API by Jörn Kottmann · 6 years ago
  53. 6294dfa Write mapping dicts to disk by Jörn Kottmann · 6 years ago
  54. 788e73a Map chars to indices 0..n instead of using ord(c) by Jörn Kottmann · 6 years ago
  55. 60eb80e Remove incorrectly placed space in tag name by Jörn Kottmann · 6 years ago
  56. 23c95bd Add AL 2.0 header to Java source files by Jörn Kottmann · 6 years ago
  57. efc1051 Replace hard coded paths with args by Jörn Kottmann · 6 years ago
  58. 9a14494 Add TF training code for name finder by Jörn Kottmann · 6 years ago
  59. c0a14f6 Merge pull request #11 from thygesen/tfnerpoc by Peter Thygesen · 6 years ago
  60. 23c0ebb added files for test by Peter Thygesen · 6 years ago
  61. 87a75a7 Merge pull request #10 from thygesen/tfnerpoc by Peter Thygesen · 6 years ago
  62. a08a73e added tensorflow NER prediction PoC by Peter Thygesen · 6 years ago
  63. 4bde702 OPENNLP-1009 - switch to opennlp-tools 1.8.3 release by Tommaso Teofili · 6 years ago
  64. 84bf608 OPENNLP-1009 - added NeuralDocCatTest, currently fails at loading model by Tommaso Teofili · 7 years ago
  65. c7fcaa3 OPENNLP-1009 - less epochs for (s)RNNs tests by Tommaso Teofili · 7 years ago
  66. be049da Update DL4J/ND4J to 0.9.1 by Jörn Kottmann · 7 years ago
  67. 8e234db OPENNLP-1009 - wrong test file by Tommaso Teofili · 7 years ago
  68. f764dbd OPENNLP-1009 - minor updates to (s)rnn parameters, rnn now using rmsprop by Tommaso Teofili · 7 years ago
  69. 9c78236 OPENNLP-1111: Making tests on EC2 automated. by jzonthemtn · 7 years ago
  70. a0fa9d0 OPENNLP-1111: Improving the CloudFormation template for OpenNLP testing on AWS. by jzonthemtn · 7 years ago
  71. 7c6bb48 Merge pull request #3 from thammegowda/glove-rnn-classifier by Tommaso Teofili · 7 years ago
  72. cba153e OPENNLP-1111: Adding initial EC2 scripts for testing. by jzonthemtn · 7 years ago
  73. e5c4676 Removed test CLI parameters for Main method by Thamme Gowda · 7 years ago
  74. 7f2076c Refactored and implemented DocCat API by Thamme Gowda · 7 years ago
  75. a1c8692 OPENNLP-1106: Make it compile with 1.6.0, update java to 8 and checkstyle fixes by Jörn Kottmann · 7 years ago
  76. a80f29b text sequence classification using Glove and RNN/LSTMs by Thamme Gowda · 7 years ago
  77. 6f0659f removed useless state update, minor fixes by Tommaso Teofili · 7 years ago
  78. fe2b1d9 fixed adagrad update for (s)rnn, added rmsprop to srnn by Tommaso Teofili · 7 years ago
  79. 6bfb15f OPENNLP-1009 - minor improvements / fixes by Tommaso Teofili · 7 years ago
  80. a63ec16 OPENNLP-1009 - added initial RNN and StackedRNN impls from Yay lab, minor fixes by Tommaso Teofili · 7 years ago
  81. 96c088b Add first draft of dl name finder by Jörn Kottmann · 7 years ago
  82. 2707f66 removed stanford nlp refs by Boris Galitsky · 7 years ago
  83. 1f97041 merge from bgalitsky's own git repo by Boris Galitsky · 7 years ago
  84. 9aa270c merge from bgalitsky's own git repo by Boris Galitsky · 7 years ago
  85. ad4195b Whitespace test commit by Boris Galitsky · 7 years ago
  86. 4350f64 Move brat annotator to opennlp.git by Jörn Kottmann · 8 years ago
  87. dce84c0 OPENNLP-860 Add .gitignore file by Jörn Kottmann · 8 years ago
  88. 67e5ed4 OPENNLP-866 Add optional argument for server port by Jörn Kottmann · 8 years ago
  89. 552afea OPENNLP-864 Rename name finder annotator classes by kottmann · 8 years ago 864
  90. bf255a3 OPENNLP-827 fix for evaluator to check for non empty instances from senseval data by Anthony Beylerian · 8 years ago
  91. f40736d OPENNLP-843 - removed the unnecessary files by Anthony Beylerian · 8 years ago
  92. 0f08de2 OPENNLP-843 - grouped the two supervised techniques into a common one with different context generators, the default context generator is from the IMS approach, updated the unit tests, need to remove the useless classes. by Anthony Beylerian · 8 years ago
  93. 7009f23 OPENNLP-843 - moved contextgen implementations to top dir, need to make a common model and params for supervised approaches by Anthony Beylerian · 8 years ago
  94. 4e121df OPENNLP-850 Fix type in tokenizer init error message by Jörn Kottmann · 8 years ago
  95. 206ef95 OPENNLP-850 Update dependencies to work with the uber jar by Jörn Kottmann · 8 years ago
  96. 0498fe3 OPENNLP-850 Add ner brat annotation service by Jörn Kottmann · 8 years ago
  97. 1b75157 updated tests by Anthony Beylerian · 8 years ago
  98. 6ce823b by Anthony Beylerian · 8 years ago
  99. 9c1a75c moved MFS and Lesk into main package by Anthony Beylerian · 8 years ago
  100. d167ee7 fixed method name by Anthony Beylerian · 8 years ago