Github user lewismc commented on a diff in the pull request:
https://github.com/apache/any23/pull/44#discussion_r129690299
--- Diff:
core/src/main/java/org/apache/any23/writer/LoggingTripleHandler.java ---
@@ -111,6 +116,6 @@ public void setContentLength(long contentLength) {
}
private void printHeader(PrintWriter writer) {
- writer.println("#
Document-IRI\tContent-Length\tElapsed-Time\tSuccess\tExtractors");
+ writer.println("#
Document-IRI\tContent-Length\tElapsed-Time\tSuccess\tExtractors:Triples");
--- End diff --
Hi @jgrzebyta I get it, thank you for clarifying
---
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.
---