Package org.apache.tika.language.detect
Class LanguageHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.apache.tika.sax.ContentHandlerDecorator
org.apache.tika.sax.WriteOutContentHandler
org.apache.tika.language.detect.LanguageHandler
- All Implemented Interfaces:
ContentHandler,DTDHandler,EntityResolver,ErrorHandler
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
SAX content handler that updates a language detector based on all the
received character content.
- Since:
- Apache Tika 0.10
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.LanguageHandler(LanguageDetector detector) Deprecated.LanguageHandler(LanguageWriter writer) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the language detector used by this content handler.Deprecated.Returns the detected language based on text handled thus far.Methods inherited from class org.apache.tika.sax.WriteOutContentHandler
characters, ignorableWhitespace, isWriteLimitReachedMethods inherited from class org.apache.tika.sax.ContentHandlerDecorator
endDocument, endElement, endPrefixMapping, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, toStringMethods inherited from class org.xml.sax.helpers.DefaultHandler
error, fatalError, notationDecl, resolveEntity, unparsedEntityDecl, warningMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.xml.sax.ContentHandler
declaration
-
Constructor Details
-
LanguageHandler
Deprecated.- Throws:
IOException
-
LanguageHandler
Deprecated. -
LanguageHandler
Deprecated.
-
-
Method Details
-
getDetector
Deprecated.Returns the language detector used by this content handler. Note that the returned detector gets updated whenever new SAX events are received by this content handler.- Returns:
- language detector
-
getLanguage
Deprecated.Returns the detected language based on text handled thus far.- Returns:
- LanguageResult
-