AI Zone Admin Forum Add your forum

NEWS: Chatbots.org survey on 3000 US and UK consumers shows it is time for chatbot integration in customer service!read more..

SuperScript Update
 
 

Hi everyone, I’ve posted an update on Medium showcasing some of the new features that have landed over the last 2 months.

The TLDR is
- TF-IDF Topic exploration
- Out of bound channels
- Persistent user data
- Topic and Reply filters
- Realtime authoring and debugging.

https://medium.com/@rob_ellis/superscript-the-big-update-3fa8099ab89a

If anyone has any questions I’m active here, twitter and Github.

Rob

 

 
  [ # 1 ]

Do you think that you will open a section about Superscript on this forum,
like Rivescript here
https://www.chatbots.org/ai_zone/viewforum/48/

and ChatScript here
https://www.chatbots.org/ai_zone/viewforum/44/

or where it will be possible to discuss about Superscript when it will be stable?

 

 
  [ # 2 ]

It is not my place to create a section on here for SuperScript, that is up to the Mods.
I’m active on here, Github and twitter should you have any specific questions you can use any of those mediums.

All software has bugs and is never truly finished or stable smile

If you want to know a little more about how it works, check the website and docs - http://superscriptjs.com
If you find an issue or bug you can repot that here http://github.com/silentrob/superscript/issues
And for general discussion, that can happen here or in the issues as well.

Hope that helps.
Rob

 

 
  [ # 3 ]

I just browsed the documentation. It is quite clear and seems to be quite a powerful scripting language. The one thing I would add is the capture of wildcards * of unspecified length, or a “one or more” equivalent thereof, unless there already is and I overlooked it.

 

 
  [ # 4 ]

Thanks Don.

Good catch, I think I have a bug in the documentation around capturing wildcards. I know this functionality is a little different than Rive/CS and the reasons are kinda complicated.

So…
* does not capture data
*n captures
*~n captures
[a|b] does not capture
(a|b) captures
~wordnet captures

I will make sure the docs are a little more clear on that.
I also need to document how the fact system works and is drop-in compatible with ChatScript world data. (.tbl and .top)

 

 

 
  login or register to react