Class OpenNLPMetadataFilter
- java.lang.Object
-
- org.apache.tika.config.ConfigBase
-
- org.apache.tika.metadata.filter.MetadataFilter
-
- org.apache.tika.langdetect.opennlp.metadatafilter.OpenNLPMetadataFilter
-
- All Implemented Interfaces:
Serializable
public class OpenNLPMetadataFilter extends org.apache.tika.metadata.filter.MetadataFilter- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OpenNLPMetadataFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfilter(org.apache.tika.metadata.Metadata metadata)voidsetMaxCharsForDetection(int maxCharsForDetection)
-
-
-
Method Detail
-
setMaxCharsForDetection
@Field public void setMaxCharsForDetection(int maxCharsForDetection)
-
filter
public void filter(org.apache.tika.metadata.Metadata metadata) throws org.apache.tika.exception.TikaException- Specified by:
filterin classorg.apache.tika.metadata.filter.MetadataFilter- Throws:
org.apache.tika.exception.TikaException
-
-