Skip to content

Commit

Permalink
zhs zht
Browse files Browse the repository at this point in the history
  • Loading branch information
sanghoun committed Jan 28, 2015
1 parent 4862d31 commit a80b614
Show file tree
Hide file tree
Showing 6 changed files with 97 additions and 0 deletions.
21 changes: 21 additions & 0 deletions enen/ace/config.tdl
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
transfer := yes.

grammar-top := "top.tdl".

input-vpm := "../in.vpm".
output-vpm := "../out.vpm".

top-type := top.
semarg-type := u.
list-type := list.
cons-type := cons.
null-type := null.
diff-list-type := diff-list.

mrs-rels-list := RELS.
mrs-hcons-list := HCONS.

invent-ltop := no.
hook-path := .

enable-icons := yes.
11 changes: 11 additions & 0 deletions enen/ace/top.tdl
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
:begin :type.
:include "../../mrs.tdl".
:include "../../mtr.tdl".
:include "../../predicates.tdl".
:include "../../predicates.erg.tdl".
:include "../types.tdl".
:end :type.

:begin :instance :status rule.
:include "../test.mtr".
:end :instance.
29 changes: 29 additions & 0 deletions enen/in.vpm
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
PERS : PERS
* >> *

NUM : NUM
* >> *

IND : IND
* >> *

SF : SF
* >> *

TENSE : TENSE
* >> *

MOOD : MOOD
* >> *

PERF : PERF
* >> *

PROG : PROG
* >> *

SPECI : SPECI
* >> *

COG-ST : COG-ST
* >> *
29 changes: 29 additions & 0 deletions enen/out.vpm
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
PERS : PERS
* >> *

NUM : NUM
* >> *

IND : IND
* >> *

SF : SF
* >> *

TENSE : TENSE
* >> *

MOOD : MOOD
* >> *

PERF : PERF
* >> *

PROG : PROG
* >> *

SPECI : SPECI
* >> *

COG-ST : COG-ST
* >> *
Empty file added enen/test.mtr
Empty file.
7 changes: 7 additions & 0 deletions enen/types.tdl
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
semsort := u.
tense := top.
present := tense.
prop-or-ques := sforce.
i :+ [ SORT semsort, PERSON person, NUMBER number ].
3rd := person.
x :+ [ GENDER gender ].

0 comments on commit a80b614

Please sign in to comment.