Skip to main content

JAICP release 1.11.7

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 NLU 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.

tip
You don’t need to type in the full commit hash every time — only the first few characters which identify the commit unambiguously are enough.

Patterns

Regular expressions

We have fixed the behavior of the $regexp advanced pattern element. This element is now case-sensitive.

caution
If you need a case-insensitive regular expression for your pattern, use the $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 NLU intents. Now you can find out how to use patterns in intents and how to add several phrases to the training set at once.