getDictInfo {Aspell} | R Documentation |
This function queries the specified configuration and retrieves information about the different dictionaries that are available to it.
getDictInfo(conf = createSpellConfig(), el = createDictInfo)
conf |
the configuration object whose dictionaries are to be queried |
el |
a function that converts the dictionary information into an
R object. See Aspell:::createDictInfo .
|
A named list with entries created via the function
given by el
. By default, these are
objects of class DictInfo
.
Duncan Temple Lang <duncan@wald.ucdavis.edu>
For a list of available dictionaries, see http://aspell.sourceforge.net/man-html/Supported.html
d = getDictInfo() d[[1]] names(d) sapply(d, function(x) x@code)