How best to store data for a chatbot?

后端 未结 4 1760
无人及你
无人及你 2021-02-06 16:39

I was looking on the internet for chatbots. It was only fun. But now, I love this subject so much that I want to develop my own chatbot.
But the first thing is to l

4条回答
  •  花落未央
    2021-02-06 17:04

    You are probably looking at a database. Any serious NLP system would be using one, unless you have a rule-based thing which operates on a small set of rules. Think about whether you would want to write a piece of C code that handles a 5 MB xml file. I would most definitely not. Stanford university host a nice demo if you are interested in the linguistic side of it.

提交回复
热议问题