qupaloraarsuk / lang-ipk

Finite state and Constraint Grammar based analysers and proofing tools, and language resources for the Inupiaq language

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Inupiaq morphology and tools

This repository contains finite state source files for the Inupiaq 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 Inupiaq 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 Inupiaq 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-ipk

Using Subversion:

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

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 Inupiaq language

https://giellalt.uit.no

License:Other


Languages

Language:M4 42.1%Language:Shell 40.7%Language:Makefile 17.1%Language:Perl 0.1%