1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
<paragraph gate:gateId="0">Installation
------------
</paragraph>
<paragraph gate:gateId="1">1. Install a Perl interpreter (if you have not already installed one).
You can download Perl for free at
http://www.perl.com/pub/language/info/software.html
</paragraph>
<paragraph gate:gateId="2">2. Move the TreeTagger directory to the root directory of drive C:.
</paragraph>
<paragraph gate:gateId="3">3. Download the PC parameter files for the languages you need, decompress
them (e.g. using Winzip) and move them to the subdirectory lib
</paragraph>
<paragraph gate:gateId="4">4. Add the following line to autoexec.bat (Windows 95/98)
set PATH=C:\TreeTagger\bin;%PATH%
or change the corresponding system settings (Windows NT).
</paragraph>
<paragraph gate:gateId="5">5. Open a shell and type the command
set PATH=C:\TreeTagger\bin;%PATH%
</paragraph>
<paragraph gate:gateId="6">6. Change to the directory C:\TreeTagger
</paragraph>
<paragraph gate:gateId="7">7. Now you can test the tagger, e.g. by analyzing this file with the command
tag-english INSTALL.txt
</paragraph> |