Discussion:
langutils on ccl
peter
2014-06-30 15:58:07 UTC
Permalink
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.
Ron Garret
2014-07-10 16:11:21 UTC
Permalink
You need to call init-lexicon (and you probably need to edit the default pathnames).
Post by peter
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.
"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
http://lists.clozure.com/mailman/listinfo/openmcl-devel
Loading...