superscriptjs / superscript

A dialogue engine for creating chat bots
http://superscriptjs.com
MIT License
1.65k stars 209 forks source link

Fix concepts not referencing user-defined concepts in replies #341

Open bensalilijames opened 7 years ago

bensalilijames commented 7 years ago

If you write ~concept in a reply, it should expand to user-defined concepts over wordnet; currently it only looks at wordnet.

Should just involve copy-pasting the code from ss-parser that does wordnet+custom concept lookups.