[Openmcl-devel] langutils on ccl
peter
p2.edoc at gmail.com
Mon Jun 30 08:58:07 PDT 2014
Has anyone managed to get langutils running under ccl?
[<https://github.com/eslick/cl-langutils>
ie. (ql:quickload "langutils")]
(load "cl-langutils-20121125-git/src/example.lisp") gives
#<CCL::SIMPLE-PROGRAM-ERROR #x30200215464D>
> Break: Break
> While executing: TOKENIZE-STREAM, in process Listener(4).
> Type cmd-/ to continue, cmd-. to abort, cmd-\ for a list of
>available restarts.
> If continued: Return from BREAK.
> Type :? for other options.
1 >
Invoking restart: Return from BREAK.
You can tokenize sentences like:
"This is a test of the running system. End of sentences. "
as
"
"
#<CCL::SIMPLE-PROGRAM-ERROR #x30200214AE6D>
> Break: Break
> While executing: TOKENIZE-STREAM, in process Listener(4).
> Type cmd-/ to continue, cmd-. to abort, cmd-\ for a list of
>available restarts.
> If continued: Return from BREAK.
> Type :? for other options.
1 >
Invoking restart: Return from BREAK.
Tokenization does a few odd things: Ain't isn't a word. ->
> Error: The value NIL is not of the expected type HASH-TABLE.
> While executing: GETHASH, in process Listener(4).
etc.
More information about the Openmcl-devel
mailing list