lang-epo

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

文件列表:
.build-config.yml (138, 2024-01-03)
.gut/ (0, 2024-01-03)
.gut/delta.toml (229, 2024-01-03)
.taskcluster.yml (3217, 2024-01-03)
AUTHORS (247, 2024-01-03)
CITATION.cff (1796, 2024-01-03)
INSTALL (16208, 2024-01-03)
LICENSE (35147, 2024-01-03)
Makefile.am (606, 2024-01-03)
autogen.sh (6594, 2024-01-03)
configure.ac (9232, 2024-01-03)
devtools/ (0, 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 (1667, 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)
docs/ (0, 2024-01-03)
docs/Makefile.am (254, 2024-01-03)
docs/_config.yml (178, 2024-01-03)
docs/_includes/ (0, 2024-01-03)
docs/_includes/toc.html (8911, 2024-01-03)
docs/_layouts/ (0, 2024-01-03)
docs/_layouts/default.html (2847, 2024-01-03)
docs/assets/ (0, 2024-01-03)
docs/assets/css/ (0, 2024-01-03)
docs/assets/css/style.scss (86, 2024-01-03)
docs/index-header.md (1180, 2024-01-03)
giella-epo.pc.in (281, 2024-01-03)
... ...

The Esperanto morphology and tools ========================================== [![Maturity](https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fgiellalt%2Flang-epo%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-epo%2Fgh-pages%2Flemmacount.json) [![GitHub issues](https://img.shields.io/github/issues-raw/giellalt/lang-epo)](https://github.com/giellalt/lang-epo/issues) [![Build Status](https://divvun-tc.giellalt.org/api/github/v1/repository/giellalt/lang-epo/main/badge.svg)](https://github.com/giellalt/lang-epo/actions) [![License](https://img.shields.io/github/license/giellalt/lang-epo)](https://github.com/giellalt/lang-epo/blob/main/LICENSE) [![Desktop speller download](https://img.shields.io/badge/download%40latest-desktop--bhfst-brightgreen)](https://pahkat.uit.no/main/download/speller-epo?platform=desktop&channel=nightly) [![Mobile speller download](https://img.shields.io/badge/download%40latest-mobile--bhfst-brightgreen)](https://pahkat.uit.no/main/download/speller-epo?platform=mbile&channel=nightly) This repository contains finite state source files for the Esperanto language, for building morphological analysers, proofing tools and dictionaries. The data and implementation are licenced under __LICENSE__ licence, also detailed in the [LICENSE](https://github.com/giellalt/lang-epo/blob/main/LICENSE). The authors named in the AUTHORS file are available to grant other licencing choices. The Esperanto analyser is made just for testing and pedagogical purposes. Install proofing tools and [keyboards](https://github.com/giellalt/keyboard-epo) for the Esperanto 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-epo/) - [General documentation](https://giellalt.github.io/) Core dependencies ----------------- In order to compile and use Esperanto 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-epo ``` Using Subversion: ``` svn checkout https://github.com/giellalt/lang-epo.git/trunk lang-epo ``` Building and installation ------------------------- [INSTALL](https://github.com/giellalt/lang-epo/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 ------ 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" } ```

近期下载者

相关文件


收藏者