Tadpole 0.6
A Tagger-Lemmatizer-Morphological-Analyzer-Dependency-Parser for Dutch
Version 0.6
http://ilk.uvt.nl/tadpole
Copyright 2006-2010 Bertjan Busser, Antal van den Bosch, and Ko
van der Sloot
ILK Research Group, Faculty of Humanities, Tilburg University
http://ilk.uvt.nl
Tadpole is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
Tadpole is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .
For more information and updates, see:
http://ilk.uvt.nl/tadpole
---------------------------------------------------------------------
Installation and Quick Start
Tadpole relies on Timbl version 6.3, TimblServer version 1.0, and Mbt
version 3.2. TimblServer relies on Timbl; Mbt relies on Timbl and
TimblServer. The logical order of installation is therefore (1) Timbl,
(2) TimblServer, (3) Mbt, and (4) Tadpole. Tadpole will NOT work with
previous versions of Timbl and Mbt. The three software packages can be
downloaded from
http://ilk.uvt.nl/timbl (Timbl and TimblServer)
http://ilk.uvt.nl/mbt (Mbt)
Please consult the installation instructions with these packages.
Tadpole also relies on Python 2.5 or higher, libboost 1.33 or higher,
and ICU 3.6 or higher. Please consult your system maintainer if you
cannot install these packages yourself.
When you have downloaded the Tadpole tarball from
http://ilk.uvt.nl/downloads/pub/software/tadpole , you can untar the
package, and go to the Tadpole directory. If you installed Timbl,
TimblSever and Mbt in the same install directory (i.e., you specified
the same install directory with "--prefix=" in all three
package installations), it is sufficient to the same with Tadpole.
%prompt$> tar zxvf tadpole-0.6.tar.gz
%prompt$> cd tadpole-0.6
%prompt$> ./configure --prefix=
%prompt$> make && make install
Invoking the Tadpole binary without arguments prints a basic usage:
%prompt$> ./Tadpole
Tadpole v.0.6
Options:
-d path to config dir (default ./config)
-T (uses Mbt-style settings file)
-M (morphological analysis)
accepts:
t
m
-L (lemmatizer)
accepts:
p (for filenames)
O
-U (multiwordchunker)
accepts:
t
c (char between tokens in a mwu)
-P
accepts:
to do...
-t
--testdir= (all files in this dir will be processed
-o (default stdout)
--outputdir= (default stdout)
-s