Improved
- Project deployment from a Git tag or commit.
- Case-sensitive
$regexp
pattern element. - Modifying the weight of individual pattern components.
Docs
- Updated article about CAILA intents.
Git project deployment
If you have JAICP projects stored in external repositories, you can now use Git tags as well as branches when deploying them to channels. It is also possible to enter specific commit hashes.
Patterns
Regular expressions
We have fixed the behavior of the $regexp
advanced pattern element.
This element is now case-sensitive.
$regexp_i
element instead.Pattern weight modification
A new $localWeight
pattern element can now be used for pattern weight modification.
This element is followed by a named pattern reference.
In contrast to $weight
and instead of modifying the total weight of pattern matches,
it only changes the weight of substrings matched by this named pattern.
Documentation updates
We have updated the article about CAILA intents. Now you can find out how to use patterns in intents and how to add several phrases to the training set at once.