The Wayback Machine - https://web.archive.org/web/20210726093630/https://github.com/topics/knowledge-based-systems
Skip to content
#

knowledge-based-systems

Here are 43 public repositories matching this topic...

vardoc

Knowledge Base System - Ready for Drupal 8 - a wiki system, and a documentation management system designed to host massive amount of content in a structured and easy-to-find format. Vardoc helps you build a connected organization, product, or knowledge area to allow everyone involved to find the answers they seek, and contribute their expertise in the knowledge base. Built Using Varbase

  • Updated Jun 12, 2021
  • CSS

This project is a simple implementation of a knowledge-based system. It is a simple ChatBot. There is a prolog file that defines the knowledge base. The questions are handled with python. The key idea is mapping different questions for the same answer. The simplest way is finding keywords in the question. Using the keywords, a query is performed on the prolog knowledge base. Then the query result is shown with some prefix and suffix as the answer.

  • Updated Nov 14, 2020
  • Python

Improve this page

Add a description, image, and links to the knowledge-based-systems topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the knowledge-based-systems topic, visit your repo's landing page and select "manage topics."

Learn more