GitHub user jgrzebyta opened a pull request:
https://github.com/apache/any23/pull/32
Any23-299
Issue described in task ANY23-299.
That patch add support for YAML->RDF.
- update tika version
- update mimetypes.xml file
- add extractor factory and extractor of YAML files
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jgrzebyta/any23 ANY23-299
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/any23/pull/32.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #32
----
commit df619d6c3382f043a7ff279b666107008009c132
Author: Jacek Grzebyta <[email protected]>
Date: 2017-01-03T23:18:37Z
Update Apache Tika version 1.7->1.14
Update apache-tika version: 1.7 -> 1.14
Update commons-compress version: 1.9 -> 1.10
Signed-off-by: Jacek Grzebyta <[email protected]>
commit 0f2bb81815fff353f86ec2c5bfa9a22d78428340
Author: Jacek Grzebyta <[email protected]>
Date: 2017-01-04T16:35:47Z
Adds YAML support
- Adds YAML vocabulary
- Adds YAML extractor and extractor factory
- Adds unit tests
Signed-off-by:Jacek Grzebyta <[email protected]>
commit 33ee8b180f39aaa30d382a3c594eb66fd1712580
Author: Jacek Grzebyta <[email protected]>
Date: 2017-01-04T19:55:13Z
Fix problem with multiple-document files
Add layer of document for all files.
Signed-off-by:Jacek Grzebyta <[email protected]>
commit f751ff888333e58da8ca937e563d2600958e95a3
Author: Jacek Grzebyta <[email protected]>
Date: 2017-01-04T23:41:44Z
Fix a few bugs
Signed-off-by:Jacek Grzebyta <[email protected]>
commit 95742dacb1548f8b5a7c73034d480c79701a5149
Author: Jacek Grzebyta <[email protected]>
Date: 2017-01-05T14:45:50Z
Update mimetypes.xml
- Import main content from
org/apache/tika/mime/tika-mimetypes.xml in
org.apache.tika:tika-core:1.14:jar
except application/x-atom and application/x-wsdl
Signed-off-by:Jacek Grzebyta <[email protected]>
commit bc90b1257dbb598d8985efb8ec116cbb93082138
Author: Jacek Grzebyta <[email protected]>
Date: 2017-01-05T14:46:26Z
Add mime detection test for yaml files
Signed-off-by:Jacek Grzebyta <[email protected]>
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---