Package org.apache.tika.example
Class TrecDocumentGenerator
- java.lang.Object
-
- org.apache.tika.example.TrecDocumentGenerator
-
public class TrecDocumentGenerator extends Object
Generates document summaries for corpus analysis in the Open Relevance project.
-
-
Constructor Summary
Constructors Constructor Description TrecDocumentGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.tika.example.TrecDocumentGenerator.TrecDocument
summarize(File file)
-
-
-
Method Detail
-
summarize
public org.apache.tika.example.TrecDocumentGenerator.TrecDocument summarize(File file) throws FileNotFoundException, IOException, TikaException
-
-