Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mihaimaruseac/fsframe
A Frame System
https://github.com/mihaimaruseac/fsframe
Last synced: 2 months ago
JSON representation
A Frame System
- Host: GitHub
- URL: https://github.com/mihaimaruseac/fsframe
- Owner: mihaimaruseac
- License: mit
- Created: 2011-12-19T07:19:38.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2020-06-21T04:07:55.000Z (over 4 years ago)
- Last Synced: 2023-03-11T06:42:32.483Z (almost 2 years ago)
- Language: Haskell
- Homepage:
- Size: 206 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
FSSFrame
========A. About
........This is a homework for the Knowledge Representation and Reasoning course I am
taking during my Master Degree in Artificial Intelligence at POLITEHNICA
University of Bucharest.It allows an user devise a Frame Representation for a set of facts. Also, it
allows him to use and define actions for working with this knowledge base.
Please read the files in ``doc/`` for further details (both in ODT and PDF
formats).It is implemented in Haskell.
B. Usage
........Simply run ``make run`` and a REPL interpreter will start. The syntax of
commands you can use are given in ``doc/FSFrame.pdf`` or ``doc/FSFrame.odt``.