Skip to content

jnjcc/cl-nlp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cl-nlp

Natural Language Processing in Common Lisp

Unfortunately, this package is NOT production ready.

For one thing, most of the linear algebra stuff is written from scratch, which is definitely NOT efficient enough.

Usage

Tests

cd ~/quicklisp/local-projects/
git clone https://github.com/jnjcc/cl-dataset
git clone https://github.com/jnjcc/cl-ml
git clone https://github.com/jnjcc/cl-nlp
ln -s cl-dataset/nlp cl-nlp/test/dataset
(ql:quickload :cl-nlp)
(ql:quickload :cl-nlp-test)
(cl-nlp/test:run-all-tests)

COPYING

Copyright (c) 2012-2015 jnjcc, Yste.org

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.

About

Natural Language Processing in Common Lisp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published