getDictInfo: Get information about the available dictionaries.

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/aspell.R

Description

This function queries the specified configuration and retrieves information about the different dictionaries that are available to it.

Usage

1

Arguments

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.

Value

A named list with entries created via the function given by el. By default, these are objects of class DictInfo.

Author(s)

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

References

For a list of available dictionaries, see http://aspell.sourceforge.net/man-html/Supported.html

See Also

setSpellConfig

Examples

1
2
3
4
  d = getDictInfo()
  d[[1]]
  names(d)
  sapply(d, function(x) x@code)

omegahat/Aspell documentation built on May 24, 2019, 1:50 p.m.