1
0
forked from GitHub/gf-rgl

=959 verbs added in the extended lexicon

This commit is contained in:
David Bamutura
2020-08-05 08:50:25 +03:00
parent 88b8e84cab
commit 1be01b549e
5 changed files with 2089 additions and 36 deletions

View File

@@ -1,5 +1,5 @@
--# -path=.:../abstract:../common:../prelude
concrete AllCgg of AllCggAbs =
LangCgg, SentenceExtraCgg
LangCgg, SentenceExtraCgg,LexiconExtraCgg
** {} ;

View File

@@ -2,5 +2,6 @@
abstract AllCggAbs =
Lang,
SentenceExtra
SentenceExtra,
LexiconExtra
** {} ;

View File

@@ -92,7 +92,7 @@ lin
--ditransitive verbs
bite_V2 = mkV2 "rum";
break_V2 = mkV2 "hend"; --: V2 ;
break_V2 = mkV2 "hen" "da" "zire"; --: V2 ;
buy_V2 = mkV2 "gur" ; --: V2 ;
close_V2 = mkV2 "king";
count_V2 = mkV2 "ba" "ra" "zire";

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff