(in-package :lkb) (clear-repp) ;;; ;;; as of September 2008, REPP supports `ensembles' of rule sets, where select ;;; modules (XML or LaTeX markup normalization, for example) can be activated ;;; in the REPP environment or top-level repp() call. ;;; (read-repp (lkb-pathname (parent-directory "rpp") "preprocessor.rpp")) (read-repp (lkb-pathname (parent-directory "rpp") "char.rpp")) (read-repp (lkb-pathname (parent-directory "rpp") "diacritics.rpp")) (read-repp (lkb-pathname (parent-directory "rpp") "tone.rpp")) (setf *repp-characterize-p* t) (setf *repp-calls* ()) (setf *repp-interactive* '(:preprocessor :char )) (setf *repp-debug-p* t)