Category Archives: Uplug

Installing uplug on Linux

Tested on: Xubuntu 12.04 LTS (64-bit) for languages English, German (& French)

  • Install/check for uplug dependencies (libmodule-install-perl is compulsory, others could also be installed through cpan when running make):
  1. sudo apt-get install libmodule-install-perl libxml-parser-perl libxml-simple-perl libfile-sharedir-perl libipc-run-perl
  • Clone latest version from bitbucket repository:
  1. git clone https://bitbucket.org/tiedemann/uplug.git uplug
  • Third-party tools that are not automatically installed:
    • MElt (Tagger for French)
      • Dependencies: sudo apt-get install gawk python-numpy
  • Install individual modules:
cd uplug-XY
perl Makefile.PL
make
sudo make install
  • Install all modules:
cd uplug
make all
sudo make install
make test

Uplug

OPUS multilingual search interface (uplug-cwb)

2019-12-16 Developer / Project Head: Jörg Tiedemann
Purpose/Version/Date scripts for indexing and querying parallel corpora with CWB 3.10 2019-12-16 Platform/License Linux/OSX open source License: GNU GPLv3+ Price/Availability free Programming Language(s): Perl Key features: CWB, CORPUS INDEXING, PARALLEL CORPUS QUERYING Website: OPUS project page Website: Uplug Repository
Return to top.

Uplug

2019-12-16 Developer / Project Head: Jörg Tiedemann
Purpose/Version/Date NLP tools for processing (parallel) corpora stable: 0.3.10 16 Dec 2019 Platform/License Linux/OSX open source License: GNU GPLv3+ Price/Availability free Programming Language(s): Perl Key features: COMPLETE (PARALLEL) CORPUS CREATION PIPELINE Website: Uplug Repository Website: OPUS project page
Return to top.

Related posts on langui.ch