Skip to content

sanjangs/CAKE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CAKE

Computerized Knowledge Engine/Answer Engine in Python 3

CAKE is an extrememly simple answer engine made in python. All the knowledge which it attains is stored in knowledge.py. To add new bits of knowledge in it, or to edit, or delete a pre-existing information, simply edit knowledge.py. To use it as a python module, The code is as follows.

import cake
print(cake.search('PLEASE ENTER YOUR QUERY HERE.'))