reanz59
reanz59
This may be naive but surely retargetting corman common lisp to work with the GCC would automatically provide cross-platform support for Windows, Linux, MacOS etc? The GCC Windows binaries can...
parse-wordnet-data.lisp needs to include: (define-wordnet-pointer-symbol "+" :adverb :derivationally-related-form) ; added by reanz1959 Complete set of pointer symbols should now be: (progn ;; It's debatable which of these should or shouldn't...
Lisp WordNet as provided from github is compatible with the WordNet 3.1 database. Just drop it in to the dict directory after renaming the 3.0 database.
Replacement code guards limit of from vector: (defun compute-coll-string (coll) (declare (optimize (speed 3) (safety 1))) ;; return the string that's in the collection (let ((from (collector-data coll))) (subseq from...