[go: up one dir, main page]

Menu

Tree [r544] / ddc-perl / trunk /
 History

HTTPS access


File Date Author Commit
 lib 2015-09-29 mukau [r528] * v0.20: require perl v5.10.0 for // operator
 t 2015-09-24 mukau [r513] + ddc-perl v0.17: workaround for CPAN module na...
 Changes 2015-09-29 mukau [r528] * v0.20: require perl v5.10.0 for // operator
 MANIFEST 2015-09-25 mukau [r523] v0.17_001: renamed distribution to DDC::Concord...
 MANIFEST.SKIP 2015-09-25 mukau [r523] v0.17_001: renamed distribution to DDC::Concord...
 Makefile.PL 2015-09-25 mukau [r523] v0.17_001: renamed distribution to DDC::Concord...
 README.rpod 2015-09-25 mukau [r523] v0.17_001: renamed distribution to DDC::Concord...
 README.txt 2015-09-25 mukau [r523] v0.17_001: renamed distribution to DDC::Concord...
 ddc-cgi.perl 2015-09-24 mukau [r513] + ddc-perl v0.17: workaround for CPAN module na...
 ddc-cgi.rc 2011-11-15 mukau [r7] + initial import of ddc-perl bindings for ddc-2...
 ddc-dump2tj.perl 2015-01-12 mukau [r377] + fixed -output arg to ddc-dump2tj.perl
 ddc-expand-lts-query.perl 2011-11-15 mukau [r7] + initial import of ddc-perl bindings for ddc-2...
 ddc-lts-wrapper.perl 2011-11-15 mukau [r7] + initial import of ddc-perl bindings for ddc-2...
 ddc-make-bibl.perl 2014-06-27 mukau [r259] v0.12: added scripts ddc-make-bibl.perl, ddc-du...
 ddc-query.perl 2015-10-09 mukau [r533] + better query_sleep for ddc-query.perl
 dummylex.perl 2011-11-15 mukau [r7] + initial import of ddc-perl bindings for ddc-2...
 footer.rpod 2015-09-25 mukau [r517] + pod cleanup
 qexpand.perl 2011-11-15 mukau [r7] + initial import of ddc-perl bindings for ddc-2...
 qparse.perl 2012-01-17 mukau [r25] v0.07: got DDC::Query::Parser up and running again
 testme.perl 2015-09-24 mukau [r513] + ddc-perl v0.17: workaround for CPAN module na...

Read Me

=pod

README for DDC::Concordance (formerly known as ddc-perl)

=head1 ABSTRACT

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

=head1 REQUIREMENTS

=over 4

=item IO::Socket::INET

=item NetServer::Generic

(for server wrapping)

=item Text::Wrap

=item Lingua::LTS

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

=item a running DDC server

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

=back



=head1 DESCRIPTION

The DDC::Concordance package (formerly known as F<ddc-perl>)
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.

=head2 Current Version

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

=head1 KNOWN BUGS

=head2 Conflicting CPAN module names

Unforunately, the top-level C<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 C<DDC::Concordance> in ddc-perl v0.17.
New code should use the L<DDC::Concordance|DDC::Concordance>
module directly as a top-level entry point and dependency target.

For backwards-compatibility,
the F<ddc-perl-compat> distribution is provided to enable older code to run without explicit changes,
but note that its installation may cause unexpected results if you also use
the C<DDC> module from the "Data::Coloured" distribution.
If necessary, you can explicitly define a dependency on C<DDC::Compat> to ensure that
a backwards-compatible top-level C<use DDC;> will load the L<DDC::Concordance|DDC::Concordance>
module.
The F<ddc-perl-compat> distribution is available
via sourceforce ( https://sourceforge.net/projects/ddc-concordance/files/ddc-perl/ ).

=head1 AUTHOR

Bryan Jurish E<lt>moocow@cpan.orgE<gt>

=cut