aichaos / rivescript-python

A RiveScript interpreter for Python. RiveScript is a scripting language for chatterbots.
https://www.rivescript.com
MIT License
157 stars 71 forks source link

Getting Substitution(s) #129

Open snoopyjc opened 5 years ago

snoopyjc commented 5 years ago

There should be a way to get a list of all substitutions and also to get them individually. This will enable doing substitutions while dynamically adding matches to the system without having to deparse the entire script.