Package | Description |
---|---|
org.apache.tika.language |
Language detection.
|
Modifier and Type | Method and Description |
---|---|
static LanguageProfilerBuilder |
LanguageProfilerBuilder.create(String name,
InputStream is,
String encoding)
Creates a new Language profile from (preferably quite large - 5-10k of
lines) text file
|
Modifier and Type | Method and Description |
---|---|
float |
LanguageProfilerBuilder.getSimilarity(LanguageProfilerBuilder another)
Calculates a score how well NGramProfiles match each other
|
Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.