Lingua::ZH::CCDICT::Storage::BerkeleyDB

Lingua::ZH::CCDICT::Storage::BerkeleyDB module can store the dictionary in BerkeleyDB files.
Download

Lingua::ZH::CCDICT::Storage::BerkeleyDB Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Dave Rolsky
  • Publisher web site:
  • http://search.cpan.org/~drolsky/

Lingua::ZH::CCDICT::Storage::BerkeleyDB Tags


Lingua::ZH::CCDICT::Storage::BerkeleyDB Description

Lingua::ZH::CCDICT::Storage::BerkeleyDB module can store the dictionary in BerkeleyDB files. Lingua::ZH::CCDICT::Storage::BerkeleyDB module can store the dictionary in BerkeleyDB files.USAGE use Lingua::ZH::CCDICT; my $dict = Lingua::ZH::CCDICT->new( storage => 'BerkeleyDB', work_dir => '/path/to/work/dir', );This module stores the CCDICT dictionary in a set of BerkeleyDB files. There is one file for the data and a number of other files used as indexes.This storage implementation is quite fast and uses very little memory.METHODSThis class offers only one method not documented in the Lingua::ZH::CCDICT class.files This returns a list of the files that make up the dictionary. It does include files automatically created by BerkeleyDB for its own use. Requirements: · Perl


Lingua::ZH::CCDICT::Storage::BerkeleyDB Related Software