DictInfo-class {Aspell} | R Documentation |
This is a class for representing the details of a particular dictionary for the aspell library.
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
.
name
:"character"
. The
human-readable short-hand name of the dictionary. code
:"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
:"character"
.
Typically the suffix for the name
, i.e. the bit that
differs from the code.size
:"integer"
. ?XXXmoduleName
:"character"
. The
module with which the dictionary is associated.No methods defined with class "DictInfo" in the signature.
Duncan Temple Lang <duncan@wald.ucdavis.edu>
http://aspell.sourceforge.net http://www.omegahat.org
d = getDictInfo() d[[1]]