mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-19 16:12:52 -06:00
added scared_VP & ill_VP. fixed scared_A and ill_A in the general dictionaries of some languages
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
concrete ConstructionJpn of Construction = CatJpn **
|
||||
open SyntaxJpn, ParadigmsJpn in {
|
||||
open SyntaxJpn, ParadigmsJpn, ResJpn in {
|
||||
|
||||
lin
|
||||
hungry_VP = mkVP (mkV "お腹が空いている" Gr1) ;
|
||||
thirsty_VP = mkVP (mkA "喉が乾いている" "渇した") ;
|
||||
tired_VP = mkVP (mkA "疲れている" "疲れた") ;
|
||||
scared_VP = mkVP (mkA "怖い") ;
|
||||
ill_VP = mkVP (mkA "病気の") ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user