Welcome! This repository hosts the Ojibwe constraint grammar project.
This project develops two unique grammars for the Ojibwe language: one for morphological disambiguation, and one for syntactic dependency parsing.
This page is mainly an index to the repository and to the documentation. Linguistic background, usage instructions, and other notes are all in the documentation/ folder, as detailed below.
data/– Data and outputs generated from most of the code in the repositorydocumentation/– Documentation and examplesevaluation/– Creation and evaluation of the gold standard for disambiguation and dependency parsingscripts/– Collection of scripts for running the modules from the CLIsrc/– Main modules and helper filestests/– Regression tests for disambiguationud-tools/– Third-party repository with the UD CoNLL-U format validator
01_overview.md– project goals and scope02_usage.md– installation and running examples03_grammar_modules.md– explanation of the 2 CG modules04_examples.md– examples for disambiguation and dependency applications05_work_in_progress.md– next steps and current limitations of the project06_references_and_credits.md– summary of references and contributions to the project