https://github.com/michmech/gf-pidgin
A tiny Grammatical Framework mini-resource grammar in a fake English-like language. People can use this as a starting point to write mini-resource grammars in their own languages. I did!
https://github.com/michmech/gf-pidgin
grammatical-framework
Last synced: 4 months ago
JSON representation
A tiny Grammatical Framework mini-resource grammar in a fake English-like language. People can use this as a starting point to write mini-resource grammars in their own languages. I did!
- Host: GitHub
- URL: https://github.com/michmech/gf-pidgin
- Owner: michmech
- License: mit
- Created: 2018-05-12T09:24:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-12T09:27:05.000Z (about 8 years ago)
- Last Synced: 2025-02-27T04:47:21.438Z (over 1 year ago)
- Topics: grammatical-framework
- Language: Grammatical Framework
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pidgin mini-resource grammar for Grammatical Framework
This is a [Grammatical Framework](http://www.grammaticalframework.org/) miniature resource grammar for a kind of "pidgin" English with no inflection and no variations in word order. It generates sentences such as "the man arrive", "you be big", "me love you not". Every category is linearized as just a single string. All strings are built as concatenations of other strings. Negative polarity is linearized by adding "not" to the end of the sentence. The perfect tense is linearized by adding "in the past" to the end of the sentence.
You may find this useful as a starting point for writing a miniature resource grammar in a new language. Start by translating the lexical items, then continue by gradually adding more detail to the structure building functions.
This grammar is compatible with the other miniature resource grammars found in the GF [contributions repository](https://github.com/GrammaticalFramework/gf-contrib/tree/master/miniresource) on GitHub.