README


README for Taxi::Mysql

(Back to Top)


ABSTRACT

Taxi::Mysql - Extendable full-text indices for Mysql

(Back to Top)


REQUIREMENTS

Carp
CGI
Cwd
Data::Dumper
DBD::mysql
DBI
Encode
Exporter
File::Basename
Gfsm
HTTP::Daemon
HTTP::Status
IO::File
Lingua::LTS::ACPM
Lingua::LTS::Gfsm
Lingua::LTS::Trie
Parse::Lex

Note: there is a bug in Parse::Lex v2.15 - for best results, use the hacked version available at:

http://www.ling.uni-potsdam.de/~moocow/projects/perl/ParseLex-2.15-hacked.tar.gz

Parse::Yapp::Driver
PDL

For Grimm2 edit-distance lemma realization heuristics.

PDL::EditDistance

For Grimm2 edit-distance lemma realization heuristics.

POSIX
Storable
Text::Template
Text::Wrap
Tie::Cache
Time::HiRes
URI::Escape
XML::LibXML
XML::LibXSLT

(Back to Top)


DESCRIPTION

Taxi::Mysql is a Text and XML Indexing package which uses a mysql database as a backend for storing structured text corpora. The distribution includes a set of base classes and executable scripts for the creation, maintainence of Taxi indices as well as evaluation and formatting of runtime user queries, either directly from the command line or via a standalone server using the HTTP CGI protocol.

(Back to Top)


INSTALLATION

Issue (something like) the following commands to the shell:

 cd PACKAGE-X.YY/  # (or whereever you unpacked the distribution)
 perl Makefile.PL
 make
 make test
 make install

For more details, see the perlmodinstall(1) manpage.

(Back to Top)


AUTHOR

Bryan Jurish <moocow@bbaw.de>

(Back to Top)

 README