Aard
view release on metacpan or search on metacpan
lib/Aard.pm view on Meta::CPAN
=item B<volume>
Returns the volume number of this file.
=item B<total_volumes>
Returns the total number of volumes for this dictionary.
=item B<meta>
Returns the raw metadata as a hashref.
=item B<article_count>
Returns the number of unique articles in this volume (if B<article_count_is_volume_total> is true) or in this dictionary (otherwise).
=item B<article_count_is_volume_total>
Returns true if B<article_count> means number of articles in this volume. This is always true since aardtools 0.9.0.
=item B<index_language>
Returns the dictionary's "from" language (two or three letter ISO code)
=item B<article_language>
Returns the dictionary's "to" language (two or three letter ISO code)
=item B<title>
Returns the dictionary title
=item B<version>
Returns the dictionary version
=item B<description>
Returns the dictionary description
=item B<copyright>
Returns the copyright notice
=item B<license>
Returns the full license text
=item B<source>
Returns the dictionary data source
=back
=head1 SEE ALSO
L<http://aarddict.org>, L<http://aarddict.org/aardtools/doc/aardformat.html>
=head1 AUTHOR
Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
=head1 COPYRIGHT AND LICENSE
Copyright (C) 2014 by Marius Gavrilescu
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.18.2 or,
at your option, any later version of Perl 5 you may have available.
=cut
( run in 1.749 second using v1.01-cache-2.11-cpan-98e64b0badf )