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