mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-10 11:42:51 -06:00
added tired_VP in Constructions
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
--# -path=.:../abstract:../prelude
|
||||
--# -path=.:../abstract:../prelude:../api
|
||||
|
||||
concrete AllJpn of AllJpnAbs =
|
||||
LangJpn,
|
||||
|
||||
7
lib/src/japanese/ConstructionJpn.gf
Normal file
7
lib/src/japanese/ConstructionJpn.gf
Normal file
@@ -0,0 +1,7 @@
|
||||
concrete ConstructionJpn of Construction = CatJpn **
|
||||
open SyntaxJpn, ParadigmsJpn in {
|
||||
|
||||
lin
|
||||
tired_VP = mkVP (mkA "疲れている" "疲れた") ;
|
||||
|
||||
}
|
||||
@@ -1,8 +1,9 @@
|
||||
--# -path=.:../abstract:../common
|
||||
--# -path=.:../abstract:../common:../api
|
||||
|
||||
concrete LangJpn of Lang =
|
||||
GrammarJpn,
|
||||
LexiconJpn
|
||||
LexiconJpn,
|
||||
ConstructionJpn
|
||||
,DocumentationJpn --# notpresent
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user