Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miselico/knowledgebase
Library for prototype based knowledge base construction
https://github.com/miselico/knowledgebase
Last synced: 16 days ago
JSON representation
Library for prototype based knowledge base construction
- Host: GitHub
- URL: https://github.com/miselico/knowledgebase
- Owner: miselico
- License: other
- Created: 2015-10-08T15:14:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-05-23T23:29:38.000Z (over 2 years ago)
- Last Synced: 2024-11-06T20:35:48.743Z (2 months ago)
- Language: Java
- Size: 103 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
This repository contains an implementation of a Prototype based Knowledge Representation Framework.
An example on how to use this implementation in your software can be found from `miselico.prototypes.experiments.MyKnowledgeBase`.
Several benchmarks can be found from the same experiments package, for more details see the README.md file of that package.To run a prototype server, have a look at `miselico.prototypes.server.StartServer`.
This implementation is licensed under the LGPLv3 license. See LICENSE.txt, gpl.txt, and lgpl.txt for more information.