DictInfo-class: Representation of libaspell dictionary information.

Description Objects from the Class Slots Methods Author(s) References See Also Examples

Description

This is a class for representing the details of a particular dictionary for the aspell library.

Objects from the Class

Objects can be created by calls of the form new("DictInfo", ...). These are typically not used directly, but are generated via a call to getDictInfo.

Slots

name:

Object of class "character". The human-readable short-hand name of the dictionary.

code:

Object of class "character". This is the name that is used to specify the dictionary for the configuration options for a speller, i.e. the value for the "lang" option.

jargon:

Object of class "character". Typically the suffix for the name, i.e. the bit that differs from the code.

size:

Object of class "integer". ?XXX

moduleName:

Object of class "character". The module with which the dictionary is associated.

Methods

No methods defined with class "DictInfo" in the signature.

Author(s)

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

References

http://aspell.sourceforge.net http://www.omegahat.org

See Also

getDictInfo.

Examples

1
2
  d = getDictInfo()
  d[[1]]

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