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 can be found at:
In order to compile and use Russian language morphology and dictionaries, you need:
- an FST compiler: HFST, Foma or Xerox Xfst
- VislCG3 Constraint Grammar tools
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.
Using Git:
git clone https://github.com/giellalt/lang-rus
Using Subversion:
svn checkout https://github.com/giellalt/lang-rus.git/trunk lang-rus
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