org.semanticdesktop.aperture.extractor.word
Class TmExtractorsWrapper

java.lang.Object
  extended by org.semanticdesktop.aperture.extractor.word.TmExtractorsWrapper

public class TmExtractorsWrapper
extends Object

A little wrapper around the textmining.org text extraction classes. It is supposed to make sure that all direct dependencies on those classes are confined to a single class, which allows use to work without them if they are unavailable.

Author:
antheque

Constructor Summary
TmExtractorsWrapper()
           
 
Method Summary
 String getText(InputStream st)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TmExtractorsWrapper

public TmExtractorsWrapper()
Method Detail

getText

public String getText(InputStream st)
               throws Exception
Throws:
Exception


Copyright © 2010 Aperture Development Team. All Rights Reserved.