[Openmcl-devel] langutils on ccl

Ron Garret ron at flownet.com
Thu Jul 10 09:11:21 PDT 2014


You need to call init-lexicon (and you probably need to edit the default pathnames).

On Jun 30, 2014, at 8:58 AM, peter <p2.edoc at gmail.com> wrote:

> 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.
> 
> _______________________________________________
> Openmcl-devel mailing list
> Openmcl-devel at clozure.com
> http://lists.clozure.com/mailman/listinfo/openmcl-devel




More information about the Openmcl-devel mailing list