[
https://issues.apache.org/jira/browse/TIKA-1816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15066148#comment-15066148
]
Hudson commented on TIKA-1816:
------------------------------
SUCCESS: Integrated in tika-trunk-jdk1.7 #895 (See
[https://builds.apache.org/job/tika-trunk-jdk1.7/895/])
Fix for TIKA-1816: Lenient testing for NamedEntityParser contributed by Thamme
Gowda <[email protected]> this closes #68 (mattmann:
[http://svn.apache.org/viewvc/tika/trunk/?view=rev&rev=1721096])
* trunk/CHANGES.txt
*
trunk/tika-parsers/src/test/java/org/apache/tika/parser/ner/NamedEntityParserTest.java
> Lenient testing for NamedEntityParser
> -------------------------------------
>
> Key: TIKA-1816
> URL: https://issues.apache.org/jira/browse/TIKA-1816
> Project: Tika
> Issue Type: Bug
> Components: parser
> Reporter: Thamme Gowda N
> Assignee: Chris A. Mattmann
> Labels: memex
> Fix For: 1.12
>
>
> NamedEntityParser has a hard setup requirement like downloading of NER models
> from remote servers and adding them to classpath.
> These model files are huge and hence are not added to source control.
> So, the tests are most likely to fail in various environments.
> Make the best effort to set up the tests, but in the worst case skip tests
> instead of failing the whole build process.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)