fstmorph
A set of scripts for generating an FST and associated yaml tests from spreadsheets.
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 (9.2%) to scientific vocabulary
Repository
A set of scripts for generating an FST and associated yaml tests from spreadsheets.
Basic Info
Statistics
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 11
- Releases: 0
Metadata Files
README.md
FSTmorph
This repository houses a set of language-neutral tools for converting CSVs to a finite-state transducer (FST), as well as for testing that FST via YAML files.
Documentation can be found inside docs.
User Instructions
Installation
This package can be installed via pip:
pip install fstmorph
The distribution files can also be downloaded directly from the dist/ folder.
Using FSTmorph
A thorough example of how to use this package is given in OjibweMorph, outlining how to build, test, and use an FST in Ojibwe using FSTmorph. The Makefile there outlines how the code in this repo is utilized.
That said, this FST-generating code is intended to be applicable for other Algonquian languages and beyond -- if you have the necessary spreadsheets for your target language, it should be compatible with this code!
Citation
To cite this work or the contents of the repository in an academic work, please use the following:
Owner
- Name: ELF-Lab UBC
- Login: ELF-Lab
- Kind: organization
- Email: elf.lab@ubc.ca
- Location: Canada
- Repositories: 1
- Profile: https://github.com/ELF-Lab
Experimental Linguistics and Fieldwork Lab at UBC
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Hammerly" given-names: "Christopher" orcid: "" - family-names: "Livesay" given-names: "Nora" orcid: "" - family-names: "Arppe" given-names: "Antti" orcid: "" - family-names: "Stacey" given-names: "Anna" orcid: "" - family-names: "Silfverberg" given-names: "Miikka" orcid: "" title: "OjibweMorph: An approachable morphological parser for Ojibwe" version: 0.1.0 date-released: 2025-05-15 url: "https://christopherhammerly.com/publication/ojibwemorph/OjibweMorph.pdf"
GitHub Events
Total
- Issues event: 2
- Issue comment event: 2
- Push event: 3
Last Year
- Issues event: 2
- Issue comment event: 2
- Push event: 3
Dependencies
- astroid 3.2.2
- click 8.1.7
- colorama 0.4.6
- dill 0.3.8
- exceptiongroup 1.2.1
- iniconfig 2.0.0
- isort 5.13.2
- jinja2 3.1.4
- markupsafe 2.1.5
- mccabe 0.7.0
- numpy 2.0.0
- packaging 24.1
- pandas 2.2.2
- platformdirs 4.2.2
- pluggy 1.5.0
- pylint 3.2.3
- pytest 8.2.2
- python-dateutil 2.9.0.post0
- pytz 2024.1
- six 1.16.0
- tomli 2.0.1
- tomlkit 0.12.5
- typing-extensions 4.12.2
- tzdata 2024.1
- pylint ^3.2.3 develop
- pytest ^8.2.2 develop
- click >=8.1.3
- jinja2 >=3.1.3
- pandas >=2.0.1
- python ^3.9