WordWeaver: A tool for creating RESTful morphology web services


License
MIT
Install
pip install wordweaver==0.0.35

Documentation

WordWeaver

Coverage Status Documentation Status Build Status PyPI package license standard-readme compliant

Creating RESTful morphology web services for Iroquoian languages

⚠️ 🚧 This repo is currently under construction 🚧 ⚠️

Please visit the docs for more information!

Table of Contents

Background

WordWeaver is a Python library for turning an FST made with Foma into a RESTful API. It combines with the WordWeaver GUI to create an interactive web application for the data as well. WordWeaver was initially built for Kanyen’kéha but with all Iroquoian languages in mind. It will likely work for similar polysynthetic languages and Foma FSTs that model inflectional verbal morphology, but non-Iroquoian languages will likely have to modify the source in order to work.

Install

The best thing to do is install with pip pip install wordweaver.

Otherwise, clone the repo and pip install it locally.

$ git clone https://github.com/nrc-cnrc/wordweaver.git
$ cd wordweaver
$ pip install -e .

Usage

Please visit the docs for more information.

Maintainers

@roedoejet. @anna-ka.

Contributing

Feel free to dive in! Open an issue or submit PRs.

This repo follows the Contributor Covenant Code of Conduct.

License

MIT