(lkb-load-lisp (parent-directory) "globals.lsp")
(lkb-load-lisp (parent-directory) "user-fns.lsp")
(load-lkb-preferences (parent-directory) "user-prefs.lsp")
(read-tdl-type-files-aux
     (list (lkb-pathname (this-directory) "types.tdl")))
(read-tdl-lex-file-aux 
     (lkb-pathname (this-directory) "lexicon.tdl"))
(read-tdl-grammar-file-aux 
     (lkb-pathname (this-directory) "grules.tdl"))
(read-morph-file-aux (lkb-pathname (this-directory) "infl-rules.tdl"))
(load-irregular-spellings (lkb-pathname (this-directory) "irregs.txt"))
(read-tdl-psort-file-aux 
          (lkb-pathname (this-directory) "roots.tdl"))
(read-tdl-parse-node-file-aux 
          (lkb-pathname (this-directory) "parse-nodes.tdl"))