Skip to content

Commit

Permalink
related to #51
Browse files Browse the repository at this point in the history
  • Loading branch information
arademaker committed Oct 7, 2021
1 parent 56548a0 commit 726f82f
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions ace/my-config.tdl
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
;;; files to load

grammar-top := "../my-portuguese.tdl".
variable-property-mapping := "../semi.vpm".
preprocessor := "../repp/vanilla.rpp".
;generation-ignore-signs := "generation.ignore".
generation-trigger-rules := "../trigger.mtr".
version := "../Version.lsp".
parse-node-labels := "../labels.tdl".

quickcheck-code := qc.tdl.

;;; grammar internal properties
orth-path := STEM.
semantics-path := SYNSEM LOCAL CONT.
lex-rels-path := SYNSEM LOCAL CONT RELS.
lex-carg-path := SYNSEM LKEYS KEYREL CARG.
lex-pred-path := SYNSEM LKEYS KEYREL PRED.
rule-rels-path := C-CONT RELS.
label-path := LABEL-NAME.

parsing-roots := root.
generation-roots := root.

semarg-type := semarg.
handle-type := h.
list-type := list.
cons-type := cons.
null-type := null.
diff-list-type := diff-list.

;chart-dependencies := .

deleted-daughters := ARGS HEAD-DTR NON-HEAD-DTR DTR.

parsing-packing-restrictor := STEM RELS HCONS RNAME.

generation-packing-restrictor := STEM RELS HCONS RNAME.

mrs-deleted-roles :=
IDIOMP LNK CFROM CTO --PSV WLINK PARAMS.

; hack for LTOP-GTOP issue
invent-ltop := true.

ortho-max-rules := 20.

enable-icons := yes.
mrs-icons-list := ICONS LIST.
icons-left := IARG1.
icons-right := IARG2.


0 comments on commit 726f82f

Please sign in to comment.