NAME

Lingua::ZH::CCDICT::Storage::BerkeleyDB - 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',
                                  );

DESCRIPTION

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.

METHODS

This 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.

SEE ALSO

Lingua::ZH::CCDICT

1 POD Error

The following errors were encountered while parsing the POD:

Around line 213:

You forgot a '=back' before '=head1'