mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-17 16:59:34 -06:00
This patch removes all superfluous files from the directory, especially the binary files in the doc folder. They are still available in the git repository http://github.com/daherb/GF-latin which is still the main repository for the development of the latin grammar. The GF files are updated to a state close to the one at the end of the GF Summer School 2015 where they were extended to support the MUSTE grammar.
9 lines
102 B
Plaintext
9 lines
102 B
Plaintext
abstract ExtraLatAbs =
|
|
Extra,
|
|
ExtraLexiconLatAbs **
|
|
{
|
|
fun
|
|
UsePronNonDrop : Pron -> NP ;
|
|
|
|
}
|