1
0
forked from GitHub/gf-core
Files
gf-core/lib/src/latin/ExtraLat.gf
Herbert Lange 72a39f69cc Latin grammar: clean up and update
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.
2016-04-11 14:37:32 +00:00

14 lines
248 B
Plaintext

concrete ExtraLat of ExtraLatAbs =
CatLat,
ExtraLexiconLat **
open ResLat, Coordination, Prelude in {
lin
UsePronNonDrop p = -- Pron -> NP
{
g = p.g ;
n = p.n ;
p = p.p ;
s = p.pers ! PronNonDrop ! PronNonRefl ;
} ;
}