parameters.lisp 329 B

12345678
  1. ;;;; parameters.lisp
  2. (in-package #:bcgreek)
  3. (defparameter *auto-final-sigma* t "Whether to automatically convert word-final \"s\" to final sigma.")
  4. (defparameter *j-sigma* t "Whether to convert \"j\" to final sigma.")
  5. (defparameter *case* :ignore "One of :IGNORE, :UPPER, and :LOWER indicating case sensitivity of conversion")