Chanakya icon indicating copy to clipboard operation
Chanakya copied to clipboard

[Knowledge Base] Replace custom knowledge-base format with JSON.

Open ArjArav98 opened this issue 4 years ago • 3 comments

I think its possible to implement a custom JSON compiler using DFAs. I've been trying using a convoluted logic till now, but that seems to be much more easier.

ArjArav98 avatar May 30 '20 21:05 ArjArav98

Finished the custom json-validation. Need to move onto building the info tree with it now.

ArjArav98 avatar Jun 03 '20 15:06 ArjArav98

Need to add the getKeywords function from the tree builder function.

ArjArav98 avatar Jun 05 '20 20:06 ArjArav98

Right, so instead of getting keywords and all that from the json file. We are going to convert it to a knowledge file instead. This will involve no extra programming when involving more file formats.

ArjArav98 avatar Jun 14 '20 07:06 ArjArav98