The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:DiaColloDB MOOCOW"

DiaColloDB - diachronic collocation database, top-level River stage one • 1 direct dependent • 1 total dependent

The DiaColloDB package is the top-level module for the DiaColloDB diachronic collocation database distribution. As a Perl class, a DiaColloDB object can be used to create or query a local native database instance....

MOOCOW/DiaColloDB-0.12.020 - 05 Feb 2021 07:24:49 UTC

DiaColloDB::XS - XS utilities for DiaColloDB River stage one • 1 direct dependent • 1 total dependent

The DiaColloDB::XS package provides optimized XS subroutines for some compile-time DiaColloDB operations. If it is available on your system, it should be implicitly used by the higher-level wrapper methods if and where appropriate. Otherwise, compati...

MOOCOW/DiaColloDB-0.12.020 - 05 Feb 2021 07:24:49 UTC

DiaColloDB::Temp - Descript: DiaColloDB: temporary data structures: common base class River stage one • 1 direct dependent • 1 total dependent

MOOCOW/DiaColloDB-0.12.020 - 05 Feb 2021 07:24:49 UTC

DiaColloDB::Timer - diachronic collocation db, timer River stage one • 1 direct dependent • 1 total dependent

DiaColloDB::Timer provides a simple object-oriented high resolution timer used e.g. for measuring query processing time in the command-line utilities....

MOOCOW/DiaColloDB-0.12.020 - 05 Feb 2021 07:24:49 UTC

DiaColloDB::Compat - DiaColloDB utilities: compatibility modules: top-level wrappers River stage one • 1 direct dependent • 1 total dependent

DiaColloDB::Compat is a top-level convenience package for limited (read-only) backwards-compatible access to outdated DiaColloDB data structures and file formats. By convention, individual compatibility wrappers for a DiaColloDB release with version ...

MOOCOW/DiaColloDB-0.12.020 - 05 Feb 2021 07:24:49 UTC

DiaColloDB::Corpus - diachronic collocation db, source corpous River stage one • 1 direct dependent • 1 total dependent

MOOCOW/DiaColloDB-0.12.020 - 05 Feb 2021 07:24:49 UTC

DiaColloDB::Utils - diachronic collocation database, generic utilities River stage one • 1 direct dependent • 1 total dependent

MOOCOW/DiaColloDB-0.12.020 - 05 Feb 2021 07:24:49 UTC

DiaColloDB::Client - diachronic collocation db, top-level client API River stage one • 1 direct dependent • 1 total dependent

MOOCOW/DiaColloDB-0.12.020 - 05 Feb 2021 07:24:49 UTC

DiaColloDB::Logger - DiaColloDB logging (using Log::Log4perl) River stage one • 1 direct dependent • 1 total dependent

MOOCOW/DiaColloDB-0.12.020 - 05 Feb 2021 07:24:49 UTC

DiaColloDB::threads - wrapper for threads.pm or forks.pm River stage one • 1 direct dependent • 1 total dependent

The "DiaColloDB::threads" module attempts to load (pseudo)-thread support from either threads.pm or forks.pm, depending on whether or not your perl has builtin thread support according to $Config{usethreads}. It also wraps the "import()" method of wh...

MOOCOW/DiaColloDB-0.12.020 - 05 Feb 2021 07:24:49 UTC

DiaColloDB::Upgrade - DiaColloDB utilities: auto-magic upgrades: top level River stage one • 1 direct dependent • 1 total dependent

DiaColloDB::Upgrade is a convenience package for performing automatic in-place upgrades to DiaColloDB database directories, used by the dcdb-upgrade.perl script included in the DiaColloDB distribution....

MOOCOW/DiaColloDB-0.12.020 - 05 Feb 2021 07:24:49 UTC

DiaColloDB::PDL::MM - DiaColloDB utilities: (temporary) mmaped PDLs River stage one • 1 direct dependent • 1 total dependent

DiaColloDB::PDL::MM provides a simple object-oriented wrapper for (temporary) PDLs using mmap() via PDL::IO::FastRaw. This is mostly useful to ensure that the memory used by large intermediate piddles is freed when the objects are destroyed, since mm...

MOOCOW/DiaColloDB-0.12.020 - 05 Feb 2021 07:24:49 UTC

DiaColloDB::Document - diachronic collocation db, source document (base class) River stage one • 1 direct dependent • 1 total dependent

DiaColloDB::Document provides an abstract base-class for corpus documents from which a DiaColloDB database can be created. Support for alternative corpus formats can be be added by implementing a DiaColloDB::Document subclass for each required format...

MOOCOW/DiaColloDB-0.12.020 - 05 Feb 2021 07:24:49 UTC

DiaColloDB::Profile - diachronic collocation db, (co-)frequency profile River stage one • 1 direct dependent • 1 total dependent

DiaColloDB::Profile is a class for representing low-level collocate frequency profile data for a single date-slice as retrieved e.g. from a native index or DDC back-end. It includes methods for compiling profile scores via several score functions (e....

MOOCOW/DiaColloDB-0.12.020 - 05 Feb 2021 07:24:49 UTC

DiaColloDB::EnumFile - diachronic collocation db, symbollt-gtinteger enum River stage one • 1 direct dependent • 1 total dependent

DiaColloDB::EnumFile provides an object-oriented interface to static symbol<->integer mappings using direct file I/O for lookup. See DiaColloDB::EnumFile::MMap for a fast implementation using mmap()....

MOOCOW/DiaColloDB-0.12.020 - 05 Feb 2021 07:24:49 UTC

DiaColloDB::Relation - diachronic collocation db, relation API (abstract & utilities) River stage one • 1 direct dependent • 1 total dependent

DiaColloDB::Relation is a base class for low-level indices capable of returning raw frequency data suitable for constructing DiaColloDB::Profile::Multi objects. In addition to the API specification, the DiaColloDB::Relation package also provides seve...

MOOCOW/DiaColloDB-0.12.020 - 05 Feb 2021 07:24:49 UTC

DiaColloDB::Temp::Vec - DiaColloDB: temporary mmaped vec() buffers River stage one • 1 direct dependent • 1 total dependent

DiaColloDB::Temp::Hash provides a simple interface to large temporary vec() scalars mmap()ed to anonymous memory blocks. This is mostly useful to ensure that the memory used by large intermediate vectors is freed when the objects are destroyed, since...

MOOCOW/DiaColloDB-0.12.020 - 05 Feb 2021 07:24:49 UTC

DiaColloDB::Temp::Hash - DiaColloDB: temporary hashes River stage one • 1 direct dependent • 1 total dependent

DiaColloDB::Temp::Hash provides a simple tie() interface to large temporary hashes stored on disk....

MOOCOW/DiaColloDB-0.12.020 - 05 Feb 2021 07:24:49 UTC

DiaColloDB::Persistent - diachronic collocation db, generic persistent objects River stage one • 1 direct dependent • 1 total dependent

DiaColloDB::Persistent is a generic base class for persistent objects in the DiaColloDB class hierarchy. It provides flexible methods for determining disk usage and file timestamps, text I/O, and object metadata I/O via JSON header files....

MOOCOW/DiaColloDB-0.12.020 - 05 Feb 2021 07:24:49 UTC

DiaColloDB::PackedFile - diachronic collocation db: flat fixed-length record-oriented files River stage one • 1 direct dependent • 1 total dependent

DiaColloDB::PackedFile provides an object-oriented interface for static fixed-length record sets accessed via direct file I/O....

MOOCOW/DiaColloDB-0.12.020 - 05 Feb 2021 07:24:49 UTC
66 results (0.032 seconds)