lang-olo

所属分类:自然语言处理
开发工具:TEXT
文件大小:0KB
下载次数:0
上传日期:2023-10-05 11:48:55
上 传 者sh-1993
说明:  基于有限状态和约束语法的分析器和校对工具,以及Livvi语言的语言资源,
(Finite state and Constraint Grammar based analysers and proofing tools, and language resources for the Livvi language,)

文件列表:
.build-config.yml (138, 2024-01-03)
.gut/ (0, 2024-01-03)
.gut/delta.toml (226, 2024-01-03)
.taskcluster.yml (3217, 2024-01-03)
AUTHORS (413, 2024-01-03)
CITATION.cff (1792, 2024-01-03)
INSTALL (16208, 2024-01-03)
LICENSE (7651, 2024-01-03)
Makefile.am (606, 2024-01-03)
autogen.sh (6594, 2024-01-03)
configure.ac (9353, 2024-01-03)
devtools/ (0, 2024-01-03)
devtools/adj_minip.sh (843, 2024-01-03)
devtools/check_analysis_regressions.sh.in (15060, 2024-01-03)
devtools/generate-adj-wordforms.sh (1687, 2024-01-03)
devtools/generate-noun-wordforms.sh (1705, 2024-01-03)
devtools/generate-prop-wordforms.sh (1764, 2024-01-03)
devtools/generate-verb-wordforms.sh (1691, 2024-01-03)
devtools/noun_minip.sh (853, 2024-01-03)
devtools/numerals_minip.sh (843, 2024-01-03)
devtools/prop_minip.sh (649, 2024-01-03)
devtools/tag_test.sh (802, 2024-01-03)
devtools/test_grammar_checker.sh.in (884, 2024-01-03)
devtools/test_ospell-office_suggestions.sh.in (5459, 2024-01-03)
devtools/test_voikkospell_suggestions.sh.in (4464, 2024-01-03)
devtools/verb_minip.sh (731, 2024-01-03)
docs/ (0, 2024-01-03)
docs/Makefile.am (254, 2024-01-03)
docs/_config.yml (174, 2024-01-03)
docs/_includes/ (0, 2024-01-03)
docs/_includes/toc.html (8911, 2024-01-03)
docs/_layouts/ (0, 2024-01-03)
... ...

The Olonets Karelian morphology and tools ========================================== [![Maturity](https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fgiellalt%2Flang-olo%2Fgh-pages%2Fmaturity.json)](https://giellalt.github.io/MaturityClassification.html) ![Lemma count](https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fgiellalt%2Flang-olo%2Fgh-pages%2Flemmacount.json) [![GitHub issues](https://img.shields.io/github/issues-raw/giellalt/lang-olo)](https://github.com/giellalt/lang-olo/issues) [![Build Status](https://divvun-tc.giellalt.org/api/github/v1/repository/giellalt/lang-olo/main/badge.svg)](https://github.com/giellalt/lang-olo/actions) [![License](https://img.shields.io/github/license/giellalt/lang-olo)](https://github.com/giellalt/lang-olo/blob/main/LICENSE) [![Desktop speller download](https://img.shields.io/badge/download%40latest-desktop--bhfst-brightgreen)](https://pahkat.uit.no/main/download/speller-olo?platform=desktop&channel=nightly) [![Mobile speller download](https://img.shields.io/badge/download%40latest-mobile--bhfst-brightgreen)](https://pahkat.uit.no/main/download/speller-olo?platform=mbile&channel=nightly) This repository contains finite state source files for the Olonets Karelian language, for building morphological analysers, proofing tools and dictionaries. The data and implementation are licenced under GNU GPL licence, also detailed in the [LICENSE](https://github.com/giellalt/lang-olo/blob/main/LICENSE). The authors named in the AUTHORS file are available to grant other licencing choices. Install proofing tools and [keyboards](https://github.com/giellalt/keyboard-olo) for the Olonets Karelian language by using the [Divvun Installer](http://divvun.no) (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](https://github.com/divvun/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](https://giellalt.github.io/lang-olo/) - [General documentation](https://giellalt.github.io/) Core dependencies ----------------- In order to compile and use Olonets Karelian language morphology and dictionaries, you need: - an FST compiler: [HFST](https://github.com/hfst/hfst), [Foma](https://github.com/mhulden/foma) or [Xerox Xfst](https://web.stanford.edu/~laurik/fsmbook/home.html) - [VislCG3](https://visl.sdu.dk/svn/visl/tools/vislcg3/trunk) 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](https://wiki.apertium.org/wiki/Apertium_on_Mac_OS_X) and how to [install the dependencies on linux](https://wiki.apertium.org/wiki/Installation_of_grammar_libraries) Further details and dependencies are described on the GiellaLT [Getting Started](https://giellalt.uit.no/infra/GettingStarted.html) pages. Downloading ----------- Using Git: ``` git clone https://github.com/giellalt/lang-olo ``` Using Subversion: ``` svn checkout https://github.com/giellalt/lang-olo.git/trunk lang-olo ``` Building and installation ------------------------- [INSTALL](https://github.com/giellalt/lang-olo/blob/main/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 ``` Citing ------ Rueter, J. (2014). [The Livonian-Estonian-Latvian Dictionary as a threshold to the era of language technological applications](https://ojs.utlib.ee/index.php/jeful/article/view/jeful.2014.5.1.14). In: Journal of Estonian and Finno-Ugric Linguistics. 5, 1, p. 251–259 9 p. ```bibtex @article{2a8a012a1cc640db9ec0e4466f9d3e65, title = "The Livonian-Estonian-Latvian Dictionary as a threshold to the era of language technological applications", abstract = "This article outlines the multiple use of electronic source materials from the Livonian-Estonian-Latvian Dictionary of 2012 in a “Kone Foundation” funded project for developing finite-state morphological parsers. It provides an introduction to the project, the language-independent Giellatekno infrastructure at Troms{\o}, Norway, and the materials utilized in the electronic manuscript of the dictionary. The introduction is followed by an extensive description of what has been developed on the Giellatekno infrastructure with explicit indications of where parallel projects might be initiated.", keywords = "6121 Languages, Livonian, Uralic Languages, Kone Language Programme, open-source, language-independent infrastructure, HFST, Giellatekno, morphological parser, spellcheckers, morphology-savvy web dictionary, intelligent computer-assisted language learning", author = "Jack Rueter", note = "ESUKA – JEFUL 2013, 5–1: 253–261 ", year = "2014", doi = "10.12697/jeful.2014.5.1.14", language = "English", volume = "5", pages = "251–259", journal = "Journal of Estonian and Finno-Ugric Linguistics", issn = "1736-8987", publisher = "University of Tartu", number = "1", } ``` If you use language data from more than one GiellaLT language, consider citing [our LREC 2022 article on whole infra](https://aclanthology.org/2022.lrec-1.125/): > Linda Wiechetek, Katri Hiovain-Asikainen, Inga Lill Sigga Mikkelsen, Sjur Moshagen, Flammie Pirinen, Trond Trosterud, and Brre Gaup. 2022. *Unmasking the Myth of Effortless Big Data - Making an Open Source Multi-lingual Infrastructure and Building Language Resources from Scratch*. In Proceedings of the Thirteenth Language Resources and Evaluation Conference, pages 1167–1177, Marseille, France. European Language Resources Association. If you use bibtex, following is as it is on ACL anthology: ```bibtex @inproceedings{wiechetek-etal-2022-unmasking, title = "Unmasking the Myth of Effortless Big Data - Making an Open Source Multi-lingual Infrastructure and Building Language Resources from Scratch", author = "Wiechetek, Linda and Hiovain-Asikainen, Katri and Mikkelsen, Inga Lill Sigga and Moshagen, Sjur and Pirinen, Flammie and Trosterud, Trond and Gaup, B{\o}rre", booktitle = "Proceedings of the Thirteenth Language Resources and Evaluation Conference", month = jun, year = "2022", address = "Marseille, France", publisher = "European Language Resources Association", url = "https://aclanthology.org/2022.lrec-1.125", pages = "1167--1177" } ```

近期下载者

相关文件


收藏者