qupaloraarsuk / lang-kal

Finite state and Constraint Grammar based analysers and proofing tools, and language resources for the Kalaallisut (Greenlandic) language

Home Page:https://giellalt.uit.no

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Kalaallisut morphology and tools

This repository contains finite state source files for the Kalaallisut language, for building morphological analysers, proofing tools and dictionaries. The data and implementation are licenced under LICENCE licence, also detailed in the LICENCE. The authors named in the AUTHORS file are available to grant other licencing choices.

GitHub issues Build Status

Install proofing tools and keyboards for the Kalaallisut language by using the Divvun Installer (some languages are only available via the nightly channel).

Documentation

Documentation can be found at:

Core dependencies

In order to compile and use Kalaallisut language morphology and dictionaries, you need:

To install VislCG3 and HFST, just copy/paste this into your Terminal on Mac OS X:

curl https://apertium.projectjj.com/osx/install-nightly.sh | sudo bash

or terminal on Ubuntu, Debian or Windows Subsystem for Linux:

wget https://apertium.projectjj.com/apt/install-nightly.sh -O - | sudo bash
sudo apt-get install cg3 hfst

or terminal on RedHat, Fedora, CentOS or Windows Subsystem for Linux:

wget https://apertium.projectjj.com/rpm/install-nightly.sh -O - | sudo bash
sudo dnf install cg3 hfst

Alternatively, the Apertium wiki has good instructions on how to install the dependencies for Mac OS X and how to install the dependencies on linux

Further details and dependencies are described on the GiellaLT Getting Started pages.

Downloading

Using Git:

git clone https://github.com/giellalt/lang-kal

Using Subversion:

svn checkout https://github.com/giellalt/lang-kal.git/trunk lang-kal

Building and installation

INSTALL describes the GNU build system in detail, but for most users it is the usual:

./autogen.sh # This will automatically clone or check out other GiellaLT dependencies
./configure
make
(as root) make install

About

Finite state and Constraint Grammar based analysers and proofing tools, and language resources for the Kalaallisut (Greenlandic) language

https://giellalt.uit.no

License:GNU General Public License v3.0


Languages

Language:Shell 29.6%Language:M4 29.5%Language:Perl 18.2%Language:Makefile 16.2%Language:HTML 6.4%