package Lingua::Terminum;

use 5.014001;
use strict;
use warnings;

require Exporter;

our @ISA = qw(Exporter);

our %EXPORT_TAGS = ( 'all' => [ qw( ) ] );

our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );

our @EXPORT = qw( );

our $VERSION = '0.01';
# Preloaded methods go here.  
1;

__END__

# Below is stub documentation for your module. You'd better edit it!

=head1 NAME

Lingua::Terminum - a toolkit for (CWB-based) parallel corpora

=head1 SYNOPSIS

  use the individual commands

=head1 DESCRIPTION

=head2 EXPORT

=head1 SEE ALSO

		addradical
		align2tmx
		aligntabproc
		bi-lang_cld_check
		cqpalign2tmx
		cwb-init
		filealigner
		html2pml
		htmlaligner
		lang_cld_ident
		lawpp
		mkterminum
		pdfaligner
		pdfrawpp
		quebraxmlsent
		tmx2cqp
		txt2cqp
		xmlalign2cqp

=head1 AUTHOR

=head1 COPYRIGHT AND LICENSE

=cut
