Method | Description | |
---|---|---|
createIgnoreListFileIfNotExists ( ) : void | ||
getIgnoreList ( ) : HashSet |
Look for a word / character ignore list on disk at a specified location. If it is found, load it into memory and ignore all words / characters in the file. If it is not found a new ignore list will be created with a standard set of ignored characters.
|
Method | Description | |
---|---|---|
createInitialIgnoreList ( ) : HashSet |
These are the default characters that are always escaped. Users can specify others in the ignore list.
|
|
getIgnoreListFilePath ( ) : string | ||
ignoringNumbers ( ) : bool |
Whether we are to ignore numbers in the frequency counting.
|
|
readIgnoreList ( ) : HashSet |
public static createIgnoreListFileIfNotExists ( ) : void | ||
return | void |