Download Latest Version ddc-2.2.12.tar.gz (1.9 MB)
Email in envelope

Get an email when there's a new version of DWDS/Dialing Concordance

Home / ddc-perl
Name Modified Size InfoDownloads / Week
Parent folder
ddc-perl-compat-0.17.tar.gz 2015-09-25 3.4 kB
README.txt 2015-09-24 1.8 kB
ddc-perl-0.17.tar.gz 2015-09-24 56.8 kB
ddc-perl-0.16.tar.gz 2015-04-24 56.0 kB
ddc-perl-0.15.tar.gz 2015-01-20 55.8 kB
ddc-perl-0.14.tar.gz 2014-12-04 55.6 kB
ddc-perl-0.13.tar.gz 2014-10-07 55.3 kB
ddc-perl-0.12.tar.gz 2014-06-27 54.9 kB
ddc-perl-0.11.tar.gz 2014-05-27 51.5 kB
ddc-perl-0.10.tar.gz 2014-03-27 49.4 kB
ddc-perl-0.07.tar.gz 2014-03-07 45.4 kB
ddc-perl-0.06.tar.gz 2014-03-07 42.5 kB
ddc-perl-0.01b.tar.gz 2014-03-07 12.9 kB
ddc-perl-0.09.tar.gz 2014-03-07 46.0 kB
Totals: 14 Items   587.5 kB 0
    README for ddc-perl

ABSTRACT
    DDC::Concordance - Query and wrapper utilities for DDC concordance
    search engine

REQUIREMENTS
    IO::Socket::INET
    NetServer::Generic
        (for server wrapping)

    Text::Wrap
    Lingua::LTS
        (for LTS wrapping, see 'grimm/lts/Lingua-LTS' directory in the DWDS
        CVS Repository)

    a running DDC server
        (for client connection) Current sources for the DDC search engine
        should be available from
        http://sourceforge.net/projects/ddc-concordance/

DESCRIPTION
    The ddc-perl package provides object-oriented wrappers for querying
    and/or wrapping a DDC corpus index server. Also included in the
    distribution are some example scripts for querying a server, simple
    query expansion using an LTS transducer and an indexed 'pho' field, as
    well as a drop-in wrapper for an underlying DDC server which performs
    transparent query translation for an indexed 'pho' field.

  Current Version
    Current sources for this module should be available from CPAN (
    http://metacpan.org/release/ddc-perl ) or via sourceforce (
    https://sourceforge.net/projects/ddc-concordance/files/ddc-perl/ ).

KNOWN BUGS
  Conflicting CPAN module names
    Unforunately, the top-level DDC namespace conflicts with another module
    on CPAN, namely Torsten Raudssus' "DDC" from the "Data-Coloured"
    distribution ( https://metacpan.org/pod/DDC ). As a workaround to this
    problem, the top-level module for this package has been renamed to
    'DDC::Concordance' in ddc-perl v0.17. For backwards-compatibility, this
    distribution also contains a 'DDC.pm' which simply includes the new
    top-level 'DDC::Concordance' module. Subclass names (e.g. DDC::Client)
    have not been changed.

AUTHOR
    Bryan Jurish <moocow@cpan.org>

Source: README.txt, updated 2015-09-24