This is an automated email from the ASF dual-hosted git repository.

tallison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/main by this push:
     new 9847d9b  fix gitignore and git add actual language model
9847d9b is described below

commit 9847d9bd5dc02a291f0940e6786a80d2e09c059e
Author: tballison <[email protected]>
AuthorDate: Tue Apr 13 14:15:19 2021 -0400

    fix gitignore and git add actual language model
---
 tika-langdetect/tika-langdetect-opennlp/.gitignore   |   2 +-
 .../main/resources/opennlp-langdetect-20210413.bin   | Bin 0 -> 23536171 bytes
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-langdetect/tika-langdetect-opennlp/.gitignore 
b/tika-langdetect/tika-langdetect-opennlp/.gitignore
index 224e945..9b14729 100644
--- a/tika-langdetect/tika-langdetect-opennlp/.gitignore
+++ b/tika-langdetect/tika-langdetect-opennlp/.gitignore
@@ -1 +1 @@
-!opennlp_langdetect_model_20190626.bin
\ No newline at end of file
+!opennlp_langdetect_model_20210413.bin
\ No newline at end of file
diff --git 
a/tika-langdetect/tika-langdetect-opennlp/src/main/resources/opennlp-langdetect-20210413.bin
 
b/tika-langdetect/tika-langdetect-opennlp/src/main/resources/opennlp-langdetect-20210413.bin
new file mode 100644
index 0000000..5bfee45
Binary files /dev/null and 
b/tika-langdetect/tika-langdetect-opennlp/src/main/resources/opennlp-langdetect-20210413.bin
 differ

Reply via email to