An open API service indexing awesome lists of open source software.

https://github.com/michmech/gf-snippets

Code examples which demonstrate how to do various things in Grammatical Framework
https://github.com/michmech/gf-snippets

grammatical-framework

Last synced: 4 months ago
JSON representation

Code examples which demonstrate how to do various things in Grammatical Framework

Awesome Lists containing this project

README

          

# GF Snippets

This is a growing collection of code snippets which show how to do various things in [Grammatical Framework](https://www.grammaticalframework.org/) (GF). I'm collecting these as an *aide-mémoire* for myself. If you find them useful too, all the better.

- The `rgl-examples` directory shows how to represent a wide variety of syntactical constructions from different languages in GF's Resource Grammar Library (RGL).

- The `rgl-stepbystep` directory has some step-by-step demos of how to build various types of expressions, such as declarative sentences, yes/no questions and imperative sentences, using the Resource Grammar Library (RGL).

- The `orthography` directory shows how to use several orthography-related features of GF such as the BIND token and the CAPIT token.