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
- Host: GitHub
- URL: https://github.com/michmech/gf-snippets
- Owner: michmech
- Created: 2023-08-29T06:53:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-09T15:55:11.000Z (about 1 year ago)
- Last Synced: 2025-10-07T17:51:44.608Z (8 months ago)
- Topics: grammatical-framework
- Language: Grammatical Framework
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.