All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
String |
addWord(String word,
String type,
boolean custom) |
String |
addWord(String word,
String parentString,
boolean same,
String type,
boolean custom) |
static String |
clean(String val) |
static String |
cleanLeaveDashes(String val) |
static String |
cleanLeaveSpaces(String val) |
void |
clear() |
static boolean |
containsAnyNumbers(String str) |
static String |
deInitialise(String in) |
static ArrayList<String> |
deserialiseArrayString(String in) |
String |
generateKey(String word) |
Map<String,WordObject> |
getList() |
int |
getListType() |
static String |
getNumber(String word) |
String |
getStem(String word1) |
WordObject |
getWord(String word) |
boolean |
inlist(String word) |
boolean |
isBadWords(String[] words,
String[] comparitorWords) |
boolean |
isPhonetic() |
double |
isStemmed(String word1,
String word2) |
boolean |
isUseful(String word) |
boolean |
isUsefulForComparison(String word,
int min) |
boolean |
load() |
boolean |
load(boolean childisparent) |
static void |
main(String[] args) |
static String |
printDifference(Date startDate,
Date endDate) |
String |
removeAnon(String fullValue) |
static String |
serialiseArrayString(ArrayList<String> arrayList) |
void |
setChildisParent(boolean childisparent) |
void |
setListType(int listType) |
void |
setPhonetic(boolean isPhonetic) |
static String |
Singularize(String name) |
static boolean |
sisUsefulForComparison(String word,
int min) |
static String[] |
split(String value) |
String |
startsWith(String fullValue) |