added tired_VP in Constructions

This commit is contained in:
krasimir
2016-07-04 21:15:00 +00:00
parent 348623db29
commit 10378917ff
22 changed files with 52 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
--# -path=.:../abstract:../prelude
--# -path=.:../abstract:../prelude:../api
concrete AllJpn of AllJpnAbs =
LangJpn,

View File

@@ -0,0 +1,7 @@
concrete ConstructionJpn of Construction = CatJpn **
open SyntaxJpn, ParadigmsJpn in {
lin
tired_VP = mkVP (mkA "疲れている" "疲れた") ;
}

View File

@@ -1,8 +1,9 @@
--# -path=.:../abstract:../common
--# -path=.:../abstract:../common:../api
concrete LangJpn of Lang =
GrammarJpn,
LexiconJpn
LexiconJpn,
ConstructionJpn
,DocumentationJpn --# notpresent
;