Skip to content

UCLM-ARCO/docker.scone-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an example of using scone-server with docker image.

To start docker container:

$ make scone-start

This will load a minimal knowledge at directory scone-knowledge.d.

Then, send a query:

$ make query
echo "(is-x-a-y? {Lucas} {monkey})" | ncat localhost 6517
[PROMPT]
YES
[PROMPT]

Finally, stop the container:

$ make scone-stop

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published