AmbientLighter / lang-sma

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

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The South Sámi morphology and tools

GitHub issues Build Status License

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

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

Spell-checker accuracy:

Speller Accuracy Spell-checking accuracy development graph

Documentation

Documentation can be found at:

Core dependencies

In order to compile and use South Sámi 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-sma

Using Subversion:

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

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 Southern Sami language

https://giellalt.uit.no

License:GNU General Public License v3.0


Languages

Language:HTML 95.7%Language:Shell 1.5%Language:M4 1.3%Language:Makefile 1.2%Language:Perl 0.2%Language:JavaScript 0.0%