This is an automated email from the ASF dual-hosted git repository. mattmann pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tika.git
commit 3c2595d330b1d7840f94c6cda1c0c79bd6aa7a74 Author: Chris Mattmann <[email protected]> AuthorDate: Thu Jul 6 21:59:47 2017 -0700 Automatically copy the Age models to the model dir so that you can have them available for classpath tests. --- tika-parsers/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml index 1ecbcf6..eaee7de 100644 --- a/tika-parsers/pom.xml +++ b/tika-parsers/pom.xml @@ -624,6 +624,8 @@ <copy file="${basedir}/src/test/resources/org/apache/tika/parser/ner/opennlp/en-pos-maxent.bin" todir="${basedir}/model/opennlp/"/> <copy file="${basedir}/src/test/resources/org/apache/tika/parser/ner/opennlp/en-sent.bin" todir="${basedir}/model/opennlp/"/> <copy file="${basedir}/src/test/resources/org/apache/tika/parser/ner/opennlp/en-token.bin" todir="${basedir}/model/opennlp/"/> + <copy file="${basedir}/src/test/resources/org/apache/tika/parser/recognition/classify-bigram.bin" todir="${basedir}/model/org/apache/tika/parser/recognition/"/> + <copy file="${basedir}/src/test/resources/org/apache/tika/parser/recognition/regression-global.bin" todir="${basedir}/model/org/apache/tika/parser/recognition/"/> </target> </configuration> </execution> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
