lang-kpv

Finite state and Constraint Grammar based analysers and proofing tools, and language resources for the Komi-Zyrian language

https://github.com/giellalt/lang-kpv

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.1%) to scientific vocabulary

Keywords

constraint-grammar finite-state-transducers geo-russia giellalt-langs langfam-uralic language-resources maturity-beta minority-language nlp proofing-tools
Last synced: 6 months ago · JSON representation ·

Repository

Finite state and Constraint Grammar based analysers and proofing tools, and language resources for the Komi-Zyrian language

Basic Info
  • Host: GitHub
  • Owner: giellalt
  • License: lgpl-3.0
  • Language: Text
  • Default Branch: main
  • Homepage: https://giellalt.uit.no
  • Size: 113 MB
Statistics
  • Stars: 8
  • Watchers: 22
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
constraint-grammar finite-state-transducers geo-russia giellalt-langs langfam-uralic language-resources maturity-beta minority-language nlp proofing-tools
Created almost 6 years ago · Last pushed 7 months ago
Metadata Files
Readme License Citation Authors

README.md

The Komi-Zyrian morphology and tools

Maturity Lemma count GitHub issues License Doc Build Status CI/CD Build Status

Download nightly / CI/CD installation packages for testing (contains the core zhfst file(s)):

Windows MacOS Mobile

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 Komi-Zyrian language, for building morphological analysers, proofing tools and dictionaries. The data and implementation are licenced under LICENSE 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 Komi-Zyrian language by using the Divvun Installer (some languages are only available via the nightly channel).

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:

See also:

Core dependencies

In order to compile and use Komi-Zyrian language morphology and dictionaries, you need:

To install VislCG3 and HFST, just copy/paste this into your Terminal on macOS:

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-kpv

Using Subversion: svn checkout https://github.com/giellalt/lang-kpv.git/trunk lang-kpv

Building and installation

INSTALL describes the GNU build system in detail, but for most users it is the usual:

sh ./autogen.sh # This will automatically clone or check out other GiellaLT dependencies ./configure make (as root) make install w

Citing

Jack Rueter, Niko Partanen, Mika Hämäläinen, and Trond Trosterud. 2021. Overview of Open-Source Morphology Development for the Komi-Zyrian Language: Past and future. In Proceedings of the Seventh International Workshop on Computational Linguistics of Uralic Languages, pages 29–39, Syktyvkar, Russia (Online). Association for Computational Linguistics.

@inproceedings{rueter-etal-2021-overview, title = "Overview of Open-Source Morphology Development for the {K}omi-{Z}yrian Language: Past and future", author = {Rueter, Jack and Partanen, Niko and H{\"a}m{\"a}l{\"a}inen, Mika and Trosterud, Trond}, booktitle = "Proceedings of the Seventh International Workshop on Computational Linguistics of {U}ralic Languages", month = sep, year = "2021", address = "Syktyvkar, Russia (Online)", publisher = "Association for Computational Linguistics", url = "https://aclanthology.org/2021.iwclul-1.4", pages = "29--39", }

Owner

  • Name: GiellaLT
  • Login: giellalt
  • Kind: organization
  • Email: giellalt@uit.no
  • Location: Tromsø

GiellaLT hosts resources for keyboards, proofing tools & text analysis for indigenous & minority languages. See also @divvun & @giellatekno.

Citation (CITATION.cff)

authors: # for whole infra, add / replace
  - family-names: Rueter
    given-names: Jack
    orcid: "https://orcid.org/0000-0002-3076-7929"
  - family-names: Hämäläinen
    given-names: Mika
    orcid: "https://orcid.org/0000-0001-9315-1278"
  - family-names: Partanen
    given-names: Niko
    orcid: "https://orcid.org/0000-0001-8584-3880"
  - family-names: Trosterud
    given-names: Trond
    orcid: "https://orcid.org/0000-0002-2300-2995"
cff-version: 1.2.0
date-released: "2022-06-19"
identifiers:
  - description: ACL anthology
    type: url
    value: https://aclanthology.org/2021.iwclul-1.4/
keywords:
  - Komi-Zyrian
  - finite-state description
  - morphology
  - NLP
  - transducer design
  - history of development
message: If you use this software, please cite it using these metadata.
repository-code: "https://github.com/giellalt/lang-kpv"
title: GiellaLT repository (__LANG__ language)
version: 0.0.0
preferred-citation: # whole repo, replace with specific if one exists!
  authors:
      - family-names: Rueter
        given-names: Jack
      - family-names: Partanen
        given-names: Niko
      - family-names: Hämäläinen
        given-names: Mika
      - family-names: Trosterud
        given-names: Trond
  title: "Overview of Open-Source Morphology Development for the Komi-Zyrian Language: Past and future"
  type: article
license: __CC-BY-SA__
url: https://github.com/giellalt/lang-kpv/

GitHub Events

Total
  • Push event: 59
Last Year
  • Push event: 59

Dependencies

.github/workflows/docsygen.yml actions
  • actions/checkout v2 composite
  • divvun/actions/lang/build master composite
  • divvun/actions/lang/install-deps master composite
  • divvun/compile-mermaid-markdown-action main composite
  • peaceiris/actions-gh-pages v3 composite
.github/workflows/zulip.yml actions
  • actions/checkout v3 composite
  • actions/github-script v6 composite
  • tj-actions/changed-files v35 composite
  • zulip/github-actions-zulip/send-message v1 composite