mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-29 22:42:52 -06:00
fix watch_*_V2 and stage_N in DictionaryFin and TopDictionaryFin
This commit is contained in:
@@ -48229,7 +48229,7 @@ lin staff_V2 = mkWV2 (k53A "miehittää") ; --UNCHK
|
||||
lin staff_office_N = mkWN (compoundN "henkilöstö" (k2 "osasto")) ; --UNCHK
|
||||
lin stag_N = mkWN (compoundN "uros" (k7 "hirvi")) ; --UNCHK
|
||||
lin stag_V = variants{} ; --
|
||||
lin stage_N = mkWN (k5A "etappi") ; --f57
|
||||
lin stage_N = mkN "vaihe" | mkWN (k5A "etappi") ; --- split näyttämö
|
||||
lin stage_V = mkWV (k71 "tehdä") ; --UNCHK
|
||||
lin stage_V2 = mkWV2 (k71 "tehdä") ; --UNCHK
|
||||
lin stage_whisper_N = mkWN (compoundN "teatteri" (k39 "kuiskaus")) ; --UNCHK
|
||||
@@ -56317,8 +56317,8 @@ lin wasteful_A = mkWA (compoundA "tuh" (k9 "laava")) ; --UNCHK
|
||||
lin wasteland_N = mkWN (k18 "maa") "hedelmätön" ; --UNCHK
|
||||
lin waster_N = mkWN (k10 "hävittäjä") ; --UNCHK
|
||||
lin wastrel_N = mkWN (k6 "tuhlari") ; --UNCHK
|
||||
lin watch_1_V2 = mkV2 "vartioida" partitive ;
|
||||
lin watch_2_V2 = mkV2 "katsella" partitive ;
|
||||
lin watch_1_V2 = mkV2 "katsella" partitive | mkV2 "katsoa" partitive;
|
||||
lin watch_2_V2 = mkV2 "vartioida" partitive ;
|
||||
lin watch_N = mkWN (k5A "vahti") ; --UNCHK
|
||||
lin watch_V = mkV "katsella" ;
|
||||
lin watch_V2 = L.watch_V2 ;
|
||||
|
||||
Reference in New Issue
Block a user