-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
56548a0
commit 726f82f
Showing
1 changed file
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
|