I’m playing with LKB-FOS (most current version) and this grammar (derived from @olzama’s Matrix sandbox + my standard choices file for Lab 1 for 567) and hitting various incompatibilities. The first is that there’s an empty trigger.mtr file, which LKB-FOS doesn’t like. Commenting out the call to load that from lkb/script then gives me this error when I try to load:
The value
NIL
is not of type
MT::SEMI
[Condition of type TYPE-ERROR]
In the LKB buffer, this is what I see:
- (lkb::read-script-file-aux “~/567_english/lkb/script”)
; loading #P"~/567_english/lkb/script"
;; loading #P"/home/ubuntu/567_english/Version.lsp"
;; loading #P"/home/ubuntu/567_english/lkb/globals.lsp"
set-coding-system(): activated UTF8.
;; loading #P"/home/ubuntu/567_english/lkb/user-fns.lsp"
read-repp(): reading file `vanilla.rpp’.
Reading in type file matrix
Reading in type file head-types
Reading in type file 567_english
Reading in type file mtr
Checking type hierarchy
Checking for unique greatest lower bounds
Created 408 glb types
Expanding constraints
Making constraints well formed
Expanding defaults
Type file checked successfully
Computing display ordering
Reading in lexical entry file lexicon
Reading in rules file rules
Reading in lexical rules file lrules
Reading in lexical rules file irules
Reading in root file roots
Reading in parse node file labels
;; loading #P"/home/ubuntu/567_english/lkb/mrsglobals.lsp"
read-vpm(): reading file `semi.vpm’.
;; loading #P"/home/ubuntu/567_english/lkb/mt.lsp"
Indexing starting…
(recompiling semantic indices)While evaluating the form starting at line 123, column 0
@johnca do you have any suggestions as to what I might need to fix in my grammar so that it can load?
Thanks!