public class TikaEvalMetadataFilter extends Object implements MetadataFilter
Modifier and Type | Field and Description |
---|---|
static Property |
LANGUAGE |
static Property |
LANGUAGE_CONFIDENCE |
static Property |
NUM_ALPHA_TOKENS |
static Property |
NUM_TOKENS |
static Property |
NUM_UNIQUE_ALPHA_TOKENS |
static Property |
NUM_UNIQUE_TOKENS |
static Property |
OUT_OF_VOCABULARY |
static String |
TIKA_EVAL_NS |
Constructor and Description |
---|
TikaEvalMetadataFilter() |
public static String TIKA_EVAL_NS
public static Property NUM_TOKENS
public static Property NUM_UNIQUE_TOKENS
public static Property NUM_ALPHA_TOKENS
public static Property NUM_UNIQUE_ALPHA_TOKENS
public static Property LANGUAGE
public static Property LANGUAGE_CONFIDENCE
public static Property OUT_OF_VOCABULARY
public void filter(Metadata metadata) throws TikaException
filter
in interface MetadataFilter
TikaException
Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.