Skip to content

Commit 84cd218

Browse files
committed
Update Apache OpenNLP to version 1.6.0.
1 parent 01db474 commit 84cd218

File tree

5 files changed

+2
-3
lines changed

5 files changed

+2
-3
lines changed

lib/open_nlp.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
require 'open_nlp/version'
22

33
require 'java'
4-
require 'open_nlp/opennlp-tools-1.5.3.jar'
5-
require 'open_nlp/opennlp-maxent-3.0.3.jar'
4+
require 'open_nlp/opennlp-tools-1.6.0.jar'
65

76
require 'open_nlp/java_class'
87

-127 KB
Binary file not shown.
-802 KB
Binary file not shown.
1.04 MB
Binary file not shown.

lib/open_nlp/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module OpenNlp
2-
VERSION = '0.1.0'
2+
VERSION = '0.2.0'
33
end

0 commit comments

Comments
 (0)