scl-machine is an inference module designed for the OSTIS Technology. scl-machine serves as a crucial inference engine within the OSTIS Technology, leveraging semantic technologies to enhance intelligent systems' capabilities in reasoning and knowledge processing.
To get started, check out our quick start guide.
-
A brief user manual and developer docs are hosted on our GitHub Pages.
-
Build documentation locally
pip3 install mkdocs mkdocs-material mkdocs serve # and open http://127.0.0.1:8006/ in your browser
-
-
Documentation about implementation of components is located in docs/main.pdf file of this project.
-
Build documentation locally
-
cd docs TEXINPUTS=./scn: latexmk -pdf -bibtex main.tex
-
docker run -v ${PWD}:/workdir --rm -it ostis/scn-latex-plugin:latest "docs/main.tex"
-
After the compilation, the
main.pdf
file should appear atscl-machine/docs/
. You can find more information about scn-latex-plugin here.
-
-
Contributions, bug reports and feature requests are welcome! Feel free to check our issues page and file a new issue (or comment in existing ones).
Distributed under the Apache License. Check LICENSE for more information.