saveWordLists {Aspell} | R Documentation |
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.
saveWordLists(speller)
speller |
the AspellSpeller-class instance
whose word lists are to be saved. |
A logical value indicating whether the word lists were saved.
Duncan Temple Lang <duncan@wald.ucdavis.edu>