NAME

dcdb-export.perl - export a text representation of a DiaColloDB diachronic collocation database

SYNOPSIS

dcdb-export.perl [OPTIONS] DBDIR

General Options:
  -help
  -version
  -[no]time            ##-- do/don't report timing information (default=do)

Export Options:
  -[no]raw             ##-- inverse of -[no]sdat
  -[no]sdat            ##-- do/don't export stringified tuples (*.sdat; default=do)
  -[no]cof             ##-- do/don't export co-frequency files (cof.*; default=do)
  -[no]tdf             ##-- do/don't export term-document files (tdf.*; default=do)
  -output DIR          ##-- dump directory (default=DBDIR.export)

DESCRIPTION

dcdb-export.perl exports the DiaColloDB database directory specified in the DBDIR argument as text to the output directory specified by the -output option. Mainly useful for debugging.

OPTIONS AND ARGUMENTS

Arguments

DBDIR

DiaColloDB database directory to be exported.

General Options

-help

Display a brief help message and exit.

-version

Display version information and exit.

Export Options

-raw
-noraw

Don't/do export stringified tuples (inverse of -[no]sdat; default=do):

-sdat
-sdat

Do/don't export stringified tuples (*.sdat; default=do).

-[no]cof

Do/don't export co-frequency files (cof.*; default=do).

-[no]tdf

Do/don't export term-document files (tdf.*; default=do).

-output DIR

Export to directory DIR (default=DBDIR.export)

BUGS AND LIMITATIONS

Probably many.

ACKNOWLEDGEMENTS

Perl by Larry Wall.

AUTHOR

Bryan Jurish <moocow@cpan.org>

SEE ALSO

DiaColloDB(3pm), dcdb-create.perl(1), dcdb-info.perl(1), dcdb-query.perl(1), perl(1).