Skip to content

Common Lisp code for natural language processing (NLP) - see book "Loving Common Lisp, or the Savvy Programmer's Secret Weapon"

Notifications You must be signed in to change notification settings

mark-watson/kbnlp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the stub README.txt for the "kbnlp" project.

From my book URI: https://leanpub.com/lovinglisp

Clone this repo into ~/quicklisp/local-projects and then try:


````
(ql:quickload "kbnlp")
(kbnlp:make-text-object "President Bill Clinton ran for president of the USA")
(kbnlp:make-text-object "President Bill Clinton ran for president of the USA. He campaigned on better public health care. Clinton was criticized for military actions in Yugoslavia and also for lying to Congress.")
````

## Making a standalone executable (just one file):

````
$ sbcl
* (ql:quickload "kbnlp")
* (defun test123 () (print (kbnlp:make-text-object "President Bill Clinton ran for president of the USA")))
* (sb-ext:save-lisp-and-die "kbnlptest" :toplevel #'test123 :executable t)


About

Common Lisp code for natural language processing (NLP) - see book "Loving Common Lisp, or the Savvy Programmer's Secret Weapon"

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published