Skip to content

Rajat-dhyani/UnitexGramLab

 
 

Repository files navigation

Unitex/GramLab 3.1beta Rev. 4225 Build Status

December 08, 2015

Unitex/GramLab is an open source, cross-platform, multilingual, lexicon- and grammar-based corpus processing suite. Project home page can be found from: http://unitexgramlab.org.

Installation

This section covers compilation and installation of Unitex/GramLab on Windows and Unix-like systems. For the latest downloads please visit our releases page.

Windows

Unitex/GramLab for Windows is distributed as a binary executable installer. It can be downloaded from:

http://releases.unitexgramlab.org/latest-beta

The downloaded file will be named something similar to:

Unitex-GramLab-3.1beta_win32-setup.exe
Unitex-GramLab-3.1beta_win64-setup.exe

To begin the installation process, double-click on that file and follow the instructions provided. Please note it is best to uninstall any existing versions before continue.

Once the installation has been finished, you have nothing to do but running the graphical interface by double-clicking on the file "Unitex" (Unitex Classic IDE) or "GramLab" (Unitex Project-oriented IDE) located under the "App" directory. If you prefer a manual install, check the source distribution package section.

The Windows setup installer accepts several optional command line parameters. Some common options are:

  • /AllUsers : Sets default to a per-machine install
  • /CurrentUser : Sets default to a per-user install
  • /D C:\path\without quotes\: Sets the default installation directory
  • /NCRC : Not perform a Cyclic Redundancy Check
  • /S : Runs the installer silently

GNU/Linux

Unitex/GramLab for GNU/Linux is distributed as a binary executable installer. It can be downloaded from:

http://releases.unitexgramlab.org/latest-beta

The downloaded file will be named something similar to:

Unitex-GramLab-3.1beta-linux-i686.run
Unitex-GramLab-3.1beta-linux-x86_64.run

Before begin the installation process, you will need to give it executable permissions:

chmod a+x Unitex-GramLab-3.1beta-linux-i686.run

The .run file is a self-extracting archive. You can execute it at any time with:

./Unitex-GramLab-3.1beta-linux-i686.run

The GNU/Linux setup installer accepts several optional command line parameters. Some common options are:

  • --confirm : Ask before running the embedded installation script
  • --quiet : Do not print anything except error messages
  • --noexec : Do not run the embedded installation script
  • --target dir : Sets the default installation directory

Source Distribution Package

Proceeding through the install process is straightforward. First, acquire the source distribution package from:

http://releases.unitexgramlab.org/latest-beta

The downloaded file will be named something similar to:

Unitex-GramLab-3.1beta-source-distribution.zip

After this, extract the contents of the compressed file to a preferred location. Then, go into the directory named App/install and type:

sh setup

This script check if you have Java installed, compile the C++ Core sources, setup the Unitex and GramLab workspace directories and create some desktop shortcuts. After finish installing, double click in App/Unitex to open the Unitex IDE, or in App/GramLab to open the GramLab IDE.

If you want to compile only the C++ Core sources. Extract the files from the source distribution package, go into the directory named Src/C++/build and type:

make install

Documentation

User's Manual (in PDF format) is available in English and French (more translations are welcome). You can view and print them with Evince, downloadable here. The latest on-line version of the User's Manual is accessible here.

Support

Support questions can be posted in the community support forum. Please feel free to submit any suggestions or requests for new features too. Some general advice about asking technical support questions can be found here.

Reporting Bugs

See the Bug Reporting Guide for information on how to report bugs.

Governance Model

Unitex/GramLab project decision-making is based on a community meritocratic process, anyone with an interest in can join the community, contribute to the project design and participate in decisions. The Unitex/GramLab Governance Model describes how that participation takes place and how to set about earning merit within the project community.

Spelling

Unitex/GramLab is spelled with capitals "U" "G" and "L", and with everything else lower case. Excepting the forward slash, do not put a space or any character between words. Only when the forward slash is not allowed, you could replace it with a hyphen "-", i.e. "Unitex-GramLab".

It's common to refer to the Unitex/GramLab Core as "Unitex", and to the Unitex Project-oriented IDE as "GramLab". If you are mentioning the distribution suite (Core, IDE, Linguistic Resources and others bundled tools) always use "Unitex/GramLab".

License


Copyright (c) Universite Paris-Est Marne-la-Vallee, 2001-2015

About

Unitex/GramLab Source Distribution

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 92.4%
  • HTML 3.3%
  • C 1.9%
  • Makefile 1.8%
  • Java 0.4%
  • Shell 0.2%