jnjcc / cl-nlp

Natural Language Processing in Common Lisp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU General Public License v2.0


Languages

Language:Common Lisp 100.0%