[
https://issues.apache.org/jira/browse/TIKA-1816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris A. Mattmann resolved TIKA-1816.
-------------------------------------
Resolution: Fixed
Thanks [~thammegowda] this should fix unit tests now!
{noformat}
[chipotle:~/tmp/tika1.12] mattmann% svn commit -m "Fix for TIKA-1816: Lenient
testing for NamedEntityParser contributed by Thamme Gowda <[email protected]>
this closes #68"
Sending CHANGES.txt
Sending
tika-parsers/src/test/java/org/apache/tika/parser/ner/NamedEntityParserTest.java
Transmitting file data ..
Committed revision 1721096.
[chipotle:~/tmp/tika1.12] mattmann%
{noformat}
> 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)