(in-package :lkb) ; currently not loaded by system #+mrs (load (merge-pathnames (make-pathname :name "mrsglobals.lsp") (parent-directory))) #+:psql (when (and *lexdb-params* (fboundp 'index-lexical-rules) (fboundp 'index-grammar-rules)) (index-lexical-rules) (index-grammar-rules) ) ;; *grammar*-directory is only set in lkb/script, and this file must therefore be loaded from there ;#+mrs (read-mrs-rule-file-aux ; (merge-pathnames ; (make-pathname :directory ; (pathname-directory ; (dir-append *grammar-directory* ; '(:relative "lkb")))) ; (make-pathname ; :name "genrules.mrs")) ; t)