Logo Lanfrica

giellalt/lang-dag

Domain:

natural language processing

Record type:

software
Creator:
gie
Host:
Finite state and Constraint Grammar based analysers and proofing tools, and language resources for the Dagbani language The Dagbani morphology and tools ========================================== Download nightly / CI/CD installation packages for testing (contains the core zhfst file(s)): __NB!!__ Note that the nightly / CI/CD installation packages are not tested for language quality, and might contain regressions and errors. This repository contains finite state source files for the Dagbani language, for building morphological analysers, proofing tools and dictionaries. The data and implementation are licenced under __LICENCE__ 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 Dagbani language by using the Divvun Installer (some languages are only available via the nightly channel). Spell-checker accuracy: Download and test speller files ------------------------------- The speller files downloadable at the top of this page (the `*.bhfst` files) can be used with divvunspell, to test their performance. These files are the exact same ones as installed on users' computers and mobile phones. Desktop and mobile speller files differ from each other in the error model and should be tested separately — thus also two different downloads. Documentation ------------- Documentation can be found at: - Language specific documentation - General documentation Core dependencies ----------------- In order to compile and use Dagbani 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 **macOS**: ``` curl apertium.projectjj.com | sudo bash ``` or terminal on **Ubuntu, Debian or Windows Subsystem for Linux**: ``` wget apertium.projectjj.com -O - | sudo bash sudo apt-get install cg3 hfst ``` or terminal on **RedHat, Fedora, CentOS or Windows Subsystem …