ModuleInfo-class {Aspell}R Documentation

Representation of information about an aspell library module.

Description

This class is used to provide a description of an aspell module.

Objects from the Class

Objects can be created by calls of the form new("ModuleInfo", ...). Objects of this class are typically created indirectly by a call to getModuleInfo, and directly by a helper function (createModuleInfo) in the package

Slots

name:
Object of class "character". A string giving the name of the module.
order_num:
Object of class "numeric". ?
lib_dir:
Object of class "character". The directory in which the module is located.
dict_dirs:
Object of class "character". A vector giving the names o the directories. This is not working for modules currently so is left as NA.
dict_exts:
Object of class "character". A list of the extensions for this module.

Methods

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

Author(s)

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

References

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

See Also

getModuleInfo

Examples



[Package Aspell version 0.2-0 Index]