forked from GitHub/gf-rgl
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.
This commit is contained in:
@@ -276,7 +276,8 @@ oper
|
||||
bon + "ioribus" ;
|
||||
bon + "ioribus" ;
|
||||
bon + "iora" ] ! c
|
||||
}
|
||||
} ;
|
||||
_ => \\_ => nonExist -- Default case
|
||||
} ;
|
||||
|
||||
super : Str -> ( Agr => Str ) = \bonus ->
|
||||
@@ -286,7 +287,8 @@ oper
|
||||
faci + "lis" => faci + "l" ; -- Bayer-Lindauer 48 3
|
||||
feli + "x" => feli + "c" ; -- Bayer-Lindauer 48 1
|
||||
ege + "ns" => ege + "nt" ; -- Bayer-Lindauer 48 1
|
||||
bon + ( "us" | "is") => bon -- Bayer-Lindauer 48 1
|
||||
bon + ( "us" | "is") => bon ; -- Bayer-Lindauer 48 1
|
||||
_ => nonExist -- default case
|
||||
};
|
||||
suffix : Str = case bonus of {
|
||||
ac + "er" => "rim" ; -- Bayer-Lindauer 48 2
|
||||
|
||||
Reference in New Issue
Block a user