@@ -39,7 +39,7 @@ Features
39
39
40
40
.. note ::
41
41
42
- Composite entities are currently just supported by the :ref: `` diet-classifier`` and :ref: `` CRFEntityExtractor` `.
42
+ Composite entities are currently just supported by the :ref: `diet-classifier ` and :ref: `CRFEntityExtractor `.
43
43
- `#5465 <https://github.com/rasahq/rasa/issues/5465 >`_: Update training data format for NLU to support entities with a role or group label.
44
44
45
45
You can now specify synonyms, roles, and groups of entities using the following data format:
@@ -66,7 +66,7 @@ Features
66
66
67
67
The markdown format ``[LA](location:Los Angeles) `` is deprecated. To update your training data file just
68
68
execute the following command on the terminal of your choice:
69
- ``sed -i .deprecated -E 's/\[(.*) \]\((.*):(.*) \)/\ [\1\]\ {"entity": "\2", "value": "\3"\ }/g' nlu.md ``
69
+ ``sed -i -E 's/\[([^)]+) \]\(([^)]+):([^)]+) \)/[\1] {"entity": "\2", "value": "\3"}/g' nlu.md ``
70
70
71
71
For more information about the new data format see :ref: `training-data-format `.
72
72
@@ -939,8 +939,8 @@ Features
939
939
- ``CRFEntityExtractor `` updated to accept arbitrary token-level features like word
940
940
vectors (issues/4214)
941
941
- ``SpacyFeaturizer `` updated to add ``ner_features `` for ``CRFEntityExtractor ``
942
- - Sanitizing incoming messages from slack to remove slack formatting like <mailto:
[email protected] |
[email protected] >
943
- or <http://url.com|url.com> and substitute it with original content
942
+ - Sanitizing incoming messages from slack to remove slack formatting like
`` <mailto:[email protected] |[email protected] > ``
943
+ or `` <http://url.com|url.com> `` and substitute it with original content
944
944
- Added the ability to configure the number of Sanic worker processes in the HTTP
945
945
server (``rasa.server ``) and input channel server
946
946
(``rasa.core.agent.handle_channels() ``). The number of workers can be set using the
@@ -1705,4 +1705,4 @@ Bugfixes
1705
1705
1706
1706
.. _`master` : https://github.com/RasaHQ/rasa/
1707
1707
1708
- .. _`Semantic Versioning` : http ://semver.org/
1708
+ .. _`Semantic Versioning` : https ://semver.org/
0 commit comments