This is all dealt with within a number of classes implementing http://any23.apache.org/apidocs/index.html?org/apache/any23/writer/TripleHandler.html For examples we have the following
http://any23.apache.org/apidocs/index.html?org/apache/any23/writer/BenchmarkTripleHandler.html where we can just call handler#report() http://any23.apache.org/apidocs/index.html?org/apache/any23/writer/CountingTripleHandler.html where we can just call handler#getCount() and http://any23.apache.org/apidocs/index.html?org/apache/any23/writer/ReportingTripleHandler.html where we can just call handler#printReport() Excellent tools and saves a whole load of time. BenchmarkTripleHandler is excellent. On Fri, Mar 28, 2014 at 7:21 PM, Lewis John Mcgibbney < [email protected]> wrote: > Hi Folks, > Is there any method to access the number of triples extracted? > I am looking into ExtractionReport and ValidationReport and can't see > anything. > Thanks > Lewis > > -- > *Lewis* > -- *Lewis*
