Github user lewismc commented on a diff in the pull request:

    https://github.com/apache/any23/pull/44#discussion_r129171485
  
    --- 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 --
    
    @jgrzebyta is the intention here to print the number of triples extracted? 
If so then this is not current behavior with Rover. It could be default 
behaviour if we switched it to use counting triple handler... just a thought.


---
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.
---

Reply via email to