Github user lewismc commented on a diff in the pull request:
https://github.com/apache/any23/pull/104#discussion_r208054967
--- Diff: api/src/main/resources/default-configuration.properties ---
@@ -47,6 +47,14 @@ any23.extraction.metadata.domain.per.entity=off
# registered the RDFa 1.0 legacy one
(org.deri.any23.extractor.rdfa.RDFaExtractor).
--- End diff --
There should be no mention of ```org.deri.any23``` in this file. It should
be ```org.apache.any23```, can you please correct this. Thanks
---