public final class Statistics
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static int |
PERCENT_EXACT_MATCH |
protected static int |
PERCENT_REPETITIONS |
Modifier and Type | Method and Description |
---|---|
static int |
numberOfCharactersWithoutSpaces(java.lang.String str)
Computes the number of characters excluding spaces in a string.
|
static int |
numberOfCharactersWithSpaces(java.lang.String str)
Computes the number of characters with spaces in a string.
|
static int |
numberOfWords(java.lang.String str)
Computes the number of words in a string.
|
static void |
writeStat(java.lang.String filename,
java.lang.String text)
Write text to file.
|
protected static final int PERCENT_EXACT_MATCH
protected static final int PERCENT_REPETITIONS
public static int numberOfCharactersWithoutSpaces(java.lang.String str)
public static int numberOfCharactersWithSpaces(java.lang.String str)
public static int numberOfWords(java.lang.String str)
public static void writeStat(java.lang.String filename, java.lang.String text)
filename
- data
-