NAME
Lingua::Thesaurus::IO - Role for input/output operations on a thesaurus
DESCRIPTION
This abstract role specifies that each IO concrete class will have a storage attribute, and should implement a load method. Other methods for dumping thesauri into files will be added in later release.
METHODS
load
$io_object->load(@files);
Parses the given files, and loads the terms and relations from these files into the storage object.