public class TextAnalysis extends Object
Modifier and Type | Class and Description |
---|---|
class |
TextAnalysis.WordSpelling |
Modifier and Type | Field and Description |
---|---|
static double |
DEFAULT_THRESHOLD |
Modifier and Type | Method and Description |
---|---|
static String |
combine(String left,
String right,
int minOverlap) |
double |
entropy(String source) |
boolean |
isVerbose() |
List<String> |
keywords(String source) |
TextAnalysis |
setVerbose(PrintStream verbose) |
double |
spelling(String source) |
List<String> |
splitChars(String text) |
List<String> |
splitChars(String source,
double threshold) |
List<String> |
splitMatches(String text,
int minSize) |
public double spelling(String source)
public double entropy(String source)
public boolean isVerbose()
public TextAnalysis setVerbose(PrintStream verbose)
Copyright © 2017 SimiaCryptus Software. All rights reserved.