Name : perl-Aard
| |
Version : 0.001
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp155.3.1
| Date : 2023-07-20 15:34:57
|
Group : Development/Libraries/Perl
| Source RPM : perl-Aard-0.001-lp155.3.1.src.rpm
|
Size : 0.01 MB
| |
Packager : https://www_suse_com/
| |
Summary : Read aarddict dictionaries
|
Description :
Aard is a module for reading files in the Aard Dictionary format (.aar). A dictionary is an array of _(key, article)_ pairs, with some associated metadata.
* *new*(_filename_)
Creates a new Aard object for the given file.
* *fh*
Returns the open filehandle to the dictionary.
* *count*
Returns the number of entries in this dictionary.
* *key*(_index_)
Returns the key of the _index_th element. This method caches the keys.
* *article*(_index_)
Returns the article of the _index_th element. This method caches the articles.
* *uuid*
Returns the UUID of this dictionary as a binary string. This is a value shared by all volumes of the same dictionary.
* *uuid_string*
Returns the UUID of this dictionary as a human-readable string. This is a value shared by all volumes of the same dictionary.
* *volume*
Returns the volume number of this file.
* *total_volumes*
Returns the total number of volumes for this dictionary.
* *meta*
Returns the raw metadata as a hashref.
* *article_count*
Returns the number of unique articles in this volume (if *article_count_is_volume_total* is true) or in this dictionary (otherwise).
* *article_count_is_volume_total*
Returns true if *article_count* means number of articles in this volume. This is always true since aardtools 0.9.0.
* *index_language*
Returns the dictionary\'s \"from\" language (two or three letter ISO code)
* *article_language*
Returns the dictionary\'s \"to\" language (two or three letter ISO code)
* *title*
Returns the dictionary title
* *version*
Returns the dictionary version
* *description*
Returns the dictionary description
* *copyright*
Returns the copyright notice
* *license*
Returns the full license text
* *source*
Returns the dictionary data source
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-A/15.5/noarch |