fstmorph

A set of scripts for generating an FST and associated yaml tests from spreadsheets.

https://github.com/elf-lab/fstmorph

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
Last synced: 10 months ago · JSON representation ·

Repository

A set of scripts for generating an FST and associated yaml tests from spreadsheets.

Basic Info
  • Host: GitHub
  • Owner: ELF-Lab
  • License: other
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 2.61 MB
Statistics
  • Stars: 3
  • Watchers: 2
  • Forks: 0
  • Open Issues: 11
  • Releases: 0
Created over 3 years ago · Last pushed 10 months ago
Metadata Files
Readme License Citation

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:

Hammerly, C., Livesay, N., Arppe A., Stacey, A., & Silfverberg, M. (Submitted) OjibweMorph: An approachable morphological parser for Ojibwe

Owner

  • Name: ELF-Lab UBC
  • Login: ELF-Lab
  • Kind: organization
  • Email: elf.lab@ubc.ca
  • Location: Canada

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

csv2fst/poetry.lock pypi
  • 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
csv2fst/pyproject.toml pypi
  • 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