lang-slh
Finite state and Constraint Grammar based analysers and proofing tools, and language resources for the Southern Lushootseed language.
Science Score: 57.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
Found 3 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.5%) to scientific vocabulary
Keywords
Repository
Finite state and Constraint Grammar based analysers and proofing tools, and language resources for the Southern Lushootseed language.
Basic Info
- Host: GitHub
- Owner: giellalt
- License: lgpl-3.0
- Language: Text
- Default Branch: main
- Homepage: https://giellalt.uit.no/
- Size: 2.85 MB
Statistics
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
The Southern Lushootseed 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 Southern Lushootseed 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 Southern Lushootseed 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:
Core dependencies
In order to compile and use Southern Lushootseed 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 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-slh
Using Subversion:
svn checkout https://github.com/giellalt/lang-slh.git/trunk lang-slh
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
Citing
Rueter, J., Hämäläinen, M., & Alnajjar, K. (2023). Modelling the Reduplicating Lushootseed Morphology with an FST and LSTM. In M. Mager, A. Ebrahimi, & A. Oncevay, et al. (Eds.), Proceedings of the Workshop on Natural Language Processing for Indigenous Languages of the Americas (AmericasNLP) (pp. 40-46). The Association for Computational Linguistics. https://doi.org/10.18653/v1/2023.americasnlp-1.6
`bibtex
@inproceedings{f61050ee279c40a18cf138859332d422,
title = "Modelling the Reduplicating Lushootseed Morphology with an FST and LSTM",
abstract = "In this paper, we present an FST based approach for conducting morphological analysis, lemmatization and generation of Lushootseed words. Furthermore, we use the FST to generate training data for an LSTM based neural model and train this model to do morphological analysis. The neural model reaches a 71.9% accuracy on the test data. Furthermore, we discuss reduplication types in the Lushootseed language forms. The approach involves the use of both attested instances of reduplication and bare stems for applying a variety of reduplications to, as it is unclear just how much variation can be attributed to the individual speakers and authors of the source materials. That is, there may be areal factors that can be aligned with certain types of reduplication and their frequencies.",
keywords = "6121 Languages, 113 Computer and information sciences",
author = "Jack Rueter and Mika H{\"a}m{\"a}l{\"a}inen and Khalid Alnajjar",
year = "2023",
month = jul,
doi = "10.18653/v1/2023.americasnlp-1.6",
language = "English",
pages = "40--46",
editor = "Mager, {Manuel } and Ebrahimi, {Abteen } and {Oncevay, et al.}, {Arturo }",
booktitle = "Proceedings of the Workshop on Natural Language Processing for Indigenous Languages of the Americas (AmericasNLP)",
publisher = "The Association for Computational Linguistics",
address = "United States",
note = "Workshop on Natural Language Processing for indigenous Languages of the Americas ; Conference date: 14-06-2023 Through 14-06-2023",
url = "https://turing.iimas.unam.mx/americasnlp/2023_workshop.html",
If you use language data from more than one GiellaLT language, consider citing our LREC 2022 article on whole infra:
Linda Wiechetek, Katri Hiovain-Asikainen, Inga Lill Sigga Mikkelsen, Sjur Moshagen, Flammie Pirinen, Trond Trosterud, and Børre 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"
}
Owner
- Name: GiellaLT
- Login: giellalt
- Kind: organization
- Email: giellalt@uit.no
- Location: Tromsø
- Website: https://giellalt.github.io
- Repositories: 118
- Profile: https://github.com/giellalt
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: Alnajjar
given-names: Khalid
orcid: "https://orcid.org/0000-0002-7986-2994"
cff-version: 1.2.0
date-released: "2023"
identifiers:
- description: ACL anthology
type: url
value: https://aclanthology.org/2023.americasnlp-1.6/
keywords:
- Lushootseed
- Southern Puget Sound Salish
- Reduplication
- NLP
- morphology
- LSTM
- FST
message: If you use this software, please cite it using these metadata.
repository-code: "https://github.com/giellalt/lang-slh"
title: Modelling the Reduplicating Lushootseed Morphology with an FST and LSTM
version: 0.0.0
preferred-citation: # whole repo, replace with specific if one exists!
authors:
- family-names: Rueter
given-names: Jack
- family-names: Hämäläinen
given-names: Mika
- family-names: Alnajjar
given-names: Khalid
title: "Modelling the Reduplicating Lushootseed Morphology with an FST and LSTM"
type: article
Rueter, J., Hämäläinen, M., & Alnajjar, K. (2023). Modelling the Reduplicating Lushootseed Morphology with an FST and LSTM. In M. Mager, A. Ebrahimi, & A. Oncevay, et al. (Eds.), Proceedings of the Workshop on Natural Language Processing for Indigenous Languages of the Americas (AmericasNLP) (pp. 40-46). The Association for Computational Linguistics. https://doi.org/10.18653/v1/2023.americasnlp-1.6
````bibtex
@inproceedings{f61050ee279c40a18cf138859332d422,
title = "Modelling the Reduplicating Lushootseed Morphology with an FST and LSTM",
abstract = "In this paper, we present an FST based approach for conducting morphological analysis, lemmatization and generation of Lushootseed words. Furthermore, we use the FST to generate training data for an LSTM based neural model and train this model to do morphological analysis. The neural model reaches a 71.9% accuracy on the test data. Furthermore, we discuss reduplication types in the Lushootseed language forms. The approach involves the use of both attested instances of reduplication and bare stems for applying a variety of reduplications to, as it is unclear just how much variation can be attributed to the individual speakers and authors of the source materials. That is, there may be areal factors that can be aligned with certain types of reduplication and their frequencies.",
keywords = "6121 Languages, 113 Computer and information sciences",
author = "Jack Rueter and Mika H{\"a}m{\"a}l{\"a}inen and Khalid Alnajjar",
year = "2023",
month = jul,
doi = "10.18653/v1/2023.americasnlp-1.6",
language = "English",
pages = "40--46",
editor = "Mager, {Manuel } and Ebrahimi, {Abteen } and {Oncevay, et al.}, {Arturo }",
booktitle = "Proceedings of the Workshop on Natural Language Processing for Indigenous Languages of the Americas (AmericasNLP)",
publisher = "The Association for Computational Linguistics",
address = "United States",
note = "Workshop on Natural Language Processing for indigenous Languages of the Americas ; Conference date: 14-06-2023 Through 14-06-2023",
url = "https://turing.iimas.unam.mx/americasnlp/2023_workshop.html",
```
license: __CC-BY-SA__
url: https://github.com/giellalt/lang-slh/
GitHub Events
Total
- Push event: 62
Last Year
- Push event: 62
Dependencies
- 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
- actions/checkout v3 composite
- actions/github-script v6 composite
- tj-actions/changed-files v41 composite
- zulip/github-actions-zulip/send-message v1 composite