[
https://issues.apache.org/jira/browse/TIKA-1804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tim Allison updated TIKA-1804:
------------------------------
Attachment: deps_new.txt
Thanks to [~gagravarr], I dropped Ted Dunning's replacement in, refactored the
TEIParser dramatically, and everything works.
I noticed that deeplearning4j still uses org.json, so I excluded that, on the
theory, that tika-dl requires tika-parsers, which would bring in Ted Dunning's
replacement. As long as nothing in dl4j is calling {{toJSONObject()}}, we
_should_ be ok???
Anyone know if that'll cause a problem?
Also, even though I installed grobid and got it running. I get timeout errors
on the test file, so I can't test grobid... I did dump TEI.xml from one pdf,
and the old and the new are equivalent.
So, once I make the commit, it would be great if someone with a grobid that
works on our test document could try it out.
> Tika use no free json.org
> -------------------------
>
> Key: TIKA-1804
> URL: https://issues.apache.org/jira/browse/TIKA-1804
> Project: Tika
> Issue Type: Bug
> Reporter: gil cattaneo
> Priority: Blocker
> Attachments: deps_new.txt
>
>
> Hi
> Your project is licensed under Apache License Version 2,
> but your code pulls in code from json.org under Douglas Crockford’s bad
> licence [1] , and is non-free [2].
> Such usage restriction makes the license incompatible with The Open Source
> Definition and
> The Free Software Definition. Because Tika binary distribution includes this
> software,
> it effectively becomes proprietary software itself.
> You may also comment that the json.org license is valid for You but for many
> Linux distributions it is not acceptable.
> I hope to continue to maintain Tika for Fedora, without having to run into
> these problems.
> Please try to replace it with one of the many free alternatives.
> Regards
> [1]
> ./tika-1.11/tika-parsers/src/main/java/org/apache/tika/parser/journal/GrobidRESTParser.java
> ./tika-1.11/tika-parsers/src/main/java/org/apache/tika/parser/journal/JournalParser.java
> ./tika-1.11/tika-parsers/src/main/java/org/apache/tika/parser/journal/TEIParser.java
> [2]
> https://wiki.debian.org/qa.debian.org/jsonevil
> http://www.sonatype.com/people/2012/03/use-json-well-youd-better-not-be-evil/
> http://tanguy.ortolo.eu/blog/article46/json-license
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)