1
0
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:
Herbert Lange
2016-04-11 14:37:32 +00:00
parent f937383a94
commit 0c24247c2a
51 changed files with 309 additions and 49764 deletions
+3 -3
View File
@@ -122,7 +122,7 @@ lin
king_N = mkN "rex" "regis" masculine; -- regis m. (Langenscheidts)
know_V2 = mkV2 (mkV "scire") ; -- scio, scivi/scii, scitum 4 (Langenscheidts)
know_VQ = mkV "scire" ;
know_VS = mkV "scire" ;
know_VS = mkVS ( mkV "scire" );
lake_N = mkN "lacus" "lacus" masculine; -- -us m. (Langenscheidts)
lamp_N = mkN "lucerna" ; -- -ae f. (Langenscheidts)
learn_V2 = mkV2 (mkV "discere" "disco" "didici") ; -- disco, didici, - 3 (-isc-?) (Langenscheidts)
@@ -130,7 +130,7 @@ lin
leave_V2 = mkV2 (mkV "relinquere" "relinquo" "relinqui" "relictum") ; -- relinquo, relinqui, relictum 3 (Langenscheidts)
like_V2 = mkV2 ( IrregLat.want_V ) ; -- vello, velli (volsi, vulsi), vulsum 3 (Langenscheidts)
listen_V2 = mkV2 (mkV "auscultare") ; -- ausculto 1 (Langenscheidts)
live_V = mkV "vivere" ; -- vivo, vixi, victurus 3 (Langenscheidts)
live_V = mkV "vivere" "vivo" "vixi" "victurus" ; -- vivo, vixi, victurus 3 (Langenscheidts)
long_A = mkA "longus" ; -- 3 (Langenscheidts)
lose_V2 = mkV2 (mkV "amittere") ; -- amitto, amissi, amissum 3 (Langenscheidts)
love_N = mkN "amor" "amoris" masculine ; -- Ranta; -oris m. (Langenscheidts)
@@ -222,7 +222,7 @@ lin
university_N = mkN "universitas" "universitatis" feminine ; -- -atis f. (http://la.wikipedia.org/wiki/Universitas) and (Langenscheidts)
village_N = mkN "vicus" ; -- -i m. (Langenscheidts)
wait_V2 = mkV2 (mkV "exspectare") ; -- 1 (Langenscheidts)
walk_V = mkV "vadere" ; -- 3 (Langenscheidts)
walk_V = mkV "vadere" "vadio" "vasi"; -- 3 (Langenscheidts)
warm_A = mkA "calidus" ; -- 3 (Langenscheidts)
war_N = mkN "bellum" ; -- -i m. (Langenscheidts)
watch_V2 = mkV2 (mkV "spectare") ; -- 1 (Langenscheidts)