@Component
public class LangdetectProcessor
extends io.redlink.nlp.api.Processor
| Modifier and Type | Field and Description |
|---|---|
static float |
DEFAULT_MIN_CONF |
static String |
LANGDETECT_MIN_CONF |
protected LanguageIdentifier |
langIdentifier |
| Constructor and Description |
|---|
LangdetectProcessor(LanguageIdentifier languageIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
void |
doProcessing(io.redlink.nlp.api.ProcessingData pd) |
Map<String,Object> |
getDefaultConfiguration() |
protected void |
init() |
public static final String LANGDETECT_MIN_CONF
public static final float DEFAULT_MIN_CONF
protected LanguageIdentifier langIdentifier
@Autowired public LangdetectProcessor(LanguageIdentifier languageIdentifier)
Copyright © 2016–2017 Redlink GmbH. All rights reserved.