Uplug::DA - Uplug Language pack for Danish
# prepare some data uplug pre/markup -in input.txt | uplug pre/sent -l da > sentences.xml uplug pre/da/basic -in input.txt -out tokenized.xml # tag tokenized text in XML uplug pre/da/tagHunPos -in tokenized.xml -out tagged.xml # parse a tagged corpus using the MaltParser uplug pre/da/malt -in tagged -out parsed.xml # run the entire pipeline uplug pre/da-all -in input.txt -out output.xml
Note that you need to install the main components of Uplug first. Download the latest version of uplug-main from https://bitbucket.org/tiedemann/uplug or from CPAN and install it on your system.
The Uplug::DA package includes configuration files for running annotation tools for Danish. To install configuration files and models, simply run:
perl Makefile.PL make make install
Project website: https://bitbucket.org/tiedemann/uplug
CPAN: http://search.cpan.org/~tiedemann/uplug-main/
To install Uplug::DA, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Uplug::DA
CPAN shell
perl -MCPAN -e shell install Uplug::DA
For more information on module installation, please visit the detailed CPAN module installation guide.