Scoredata::allowedCharacters
Scoredata::loadData command ?language? ?filename?
command
argument is the name of the scoring table into which the data will be loaded. The language
argument indicates which precomputed language table should be loaded. Use an empty string {}
for the default language, English. The filename
argument is the name of the file containing the scoring data. If filename
is specified, then the language
argument is ignored.
Scoredata::saveData command filename
command
argument is the name of the scoring table object to save. The filename
argument is the name of the file to which the data will be written. Use -
as a filename to write to stdout.
Scoredata::generate command file1 ?file2 ...?
command
argument is the name of the scoring table that will receive the new data. Any number of files may be specified for the source data. The data will be normalized after it has all been loaded.