Skip to content

Personal experimental version: Finite state and Constraint Grammar based analysers and proofing tools, and language resources for the Russian language

License

Notifications You must be signed in to change notification settings

trondtynnol/lang-rus-trondtynnol

 
 

Repository files navigation

The Russian morphology and tools

GitHub issues Build Status License

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

Install proofing tools and keyboards for the Russian 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 Russian 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-rus

Using Subversion:

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

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

Personal experimental version: Finite state and Constraint Grammar based analysers and proofing tools, and language resources for the Russian language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 42.5%
  • Shell 23.0%
  • M4 22.1%
  • Makefile 12.4%