mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 01:18:57 -06:00
=959 verbs added in the extended lexicon
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
--# -path=.:../abstract:../common:../prelude
|
--# -path=.:../abstract:../common:../prelude
|
||||||
|
|
||||||
concrete AllCgg of AllCggAbs =
|
concrete AllCgg of AllCggAbs =
|
||||||
LangCgg, SentenceExtraCgg
|
LangCgg, SentenceExtraCgg,LexiconExtraCgg
|
||||||
** {} ;
|
** {} ;
|
||||||
@@ -2,5 +2,6 @@
|
|||||||
|
|
||||||
abstract AllCggAbs =
|
abstract AllCggAbs =
|
||||||
Lang,
|
Lang,
|
||||||
SentenceExtra
|
SentenceExtra,
|
||||||
|
LexiconExtra
|
||||||
** {} ;
|
** {} ;
|
||||||
@@ -92,7 +92,7 @@ lin
|
|||||||
|
|
||||||
--ditransitive verbs
|
--ditransitive verbs
|
||||||
bite_V2 = mkV2 "rum";
|
bite_V2 = mkV2 "rum";
|
||||||
break_V2 = mkV2 "hend"; --: V2 ;
|
break_V2 = mkV2 "hen" "da" "zire"; --: V2 ;
|
||||||
buy_V2 = mkV2 "gur" ; --: V2 ;
|
buy_V2 = mkV2 "gur" ; --: V2 ;
|
||||||
close_V2 = mkV2 "king";
|
close_V2 = mkV2 "king";
|
||||||
count_V2 = mkV2 "ba" "ra" "zire";
|
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
Reference in New Issue
Block a user