saveWordLists {Aspell}R Documentation

Save the session, personal and main word lists for the speller.

Description

This function commits the updated word lists for the given speller that have been accumulated as the speller has been used. Users can have added new “acceptable” words for the speller and different replacement words to further train the speller. This function provides the facilities to allow these changes to persist to other sessions.

Usage

saveWordLists(speller)

Arguments

speller the AspellSpeller-class instance whose word lists are to be saved.

Value

A logical value indicating whether the word lists were saved.

Author(s)

Duncan Temple Lang <duncan@wald.ucdavis.edu>

References

http://aspell.sourceforge.net

See Also

addToList addCorrection

Examples



[Package Aspell version 0.2-0 Index]