aichaos / rivescript-wd

The RiveScript Working Draft describes the language specification for RiveScript.
https://www.rivescript.com/
7 stars 3 forks source link

Support ranged word wildcard matching #3

Open kirsle opened 9 years ago

kirsle commented 9 years ago

Support an extended syntax for wildcard characters in triggers to enable them to match ranged numbers of words, for example one could match "between 2 and 4 words" or one could be "no more than 3 words" and so on.

Syntax example:

// match 2 words (first and last name)
+ my name is *2
- Nice to meet you <formal>.

Types of ranged words to support: