za419 / Eugene

A chatterbot, originally for the TI-84+ SE, which was ported to Android for further development. World record holder for dumbest chatterbot (unofficially). No relation to Goostman.
MIT License
0 stars 0 forks source link

Expand pattern recognition #6

Open za419 opened 8 years ago

za419 commented 8 years ago

Eugene has a very rudimentary way of getting information out of a few different common phrases. Adding more phrases or improving this system would enhance the user experience greatly.

za419 commented 8 years ago

Development branch: recognition-expansion

za419 commented 8 years ago

Possible thing that might make this feel more fluid: Fuzzy recognition. Right now, Eugene directly searches for certain strings to recognize phrases. If the user could be less precise about it, Eugene could get away with recognizing a few corner cases and syntax differences by finding them to be only slightly different relative to the checked phrase.

In the deep future, of course, a much smarter recognition system, like a pre-trained and learning neural net, would do much better at this task.