;;; -*- Mode: LISP; Syntax: Common-Lisp; Package: LKB -*- ;;; ;;; This script file uses the defaults we prefer to use for ;;; treebanking in the Hinoki project: ;;; ChaSen off (assuming presegmented input), ;;; precise analysis on (load the ambiguous files). ;;; (setf *features* (remove :chasen *features*)) (pushnew :psql *features*) (lkb-load-lisp (this-directory) "script.common")