Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.29 KB

File metadata and controls

21 lines (14 loc) · 1.29 KB

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. (2026). OjibweMorph: An approachable finite-state transducer for Ojibwe (and beyond). Language Resources and Evaluation, 60, 1–44. https://doi.org/10.1007/s10579-025-09887-4