You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by le...@apache.org on 2017/07/26 20:57:09 UTC

[4/7] any23 git commit: Merge branch 'master' into ANY23-282

Merge branch 'master' into ANY23-282


Project: http://git-wip-us.apache.org/repos/asf/any23/repo
Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/f9c919f8
Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/f9c919f8
Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/f9c919f8

Branch: refs/heads/master
Commit: f9c919f8b95e0697796fa99c55cf57b2ddf66bd4
Parents: f8005ea b0baa94
Author: Lewis John McGibbney <le...@gmail.com>
Authored: Thu Jul 13 19:40:21 2017 -0700
Committer: Lewis John McGibbney <le...@gmail.com>
Committed: Thu Jul 13 19:40:21 2017 -0700

----------------------------------------------------------------------
 README.md                                       |  24 +--
 .../org/apache/any23/cli/YAMLRoverTest.java     |  79 +++++++++
 cli/src/test/resources/log4j.properties         |   2 +
 core/pom.xml                                    |  12 +-
 .../extractor/SingleDocumentExtraction.java     |   3 +-
 .../rdf/FunctionalSyntaxExtractor.java          |  53 ++++++
 .../rdf/FunctionalSyntaxExtractorFactory.java   |  59 +++++++
 .../rdf/ManchesterSyntaxExtractor.java          |  53 ++++++
 .../rdf/ManchesterSyntaxExtractorFactory.java   |  59 +++++++
 .../any23/extractor/rdf/RDFParserFactory.java   |  41 +++++
 .../any23/extractor/yaml/YAMLExtractor.java     |   7 +-
 .../org.apache.any23.extractor.ExtractorFactory |   2 +
 .../extractor/rdf/example-functionalsyntax.ofn  |   5 +
 .../extractor/rdf/example-manchestersyntax.omn  |   5 +
 .../rdf/FunctionalSyntaxExtractorTest.java      |  80 +++++++++
 .../rdf/ManchesterSyntaxExtractorTest.java      |  80 +++++++++
 .../any23/extractor/yaml/YAMLExtractorTest.java |   1 -
 .../extractor/yaml/YAMLTikaParserTest.java      |  72 +++++++++
 .../apache/any23/mime/TikaMIMETypeDetector.java |   3 +-
 .../java/org/apache/any23/plugin/PluginIT.java  |   3 +-
 pom.xml                                         | 162 ++++++++++++++-----
 service/pom.xml                                 |   5 +-
 .../owl-functional/example-functionalsyntax.ofn |   5 +
 .../owl-manchester/example-manchestersyntax.omn |   5 +
 24 files changed, 753 insertions(+), 67 deletions(-)
----------------------------------------------------------------------