From be42447620e3d40a6b8dd5404f65dd50ba8489b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 1 Jun 2020 23:44:00 +0100 Subject: [PATCH] docs: note that mycroft adapt does not convert integers back yet. --- docs/intent-recognition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intent-recognition.md b/docs/intent-recognition.md index b1b1e21..8361ea7 100755 --- a/docs/intent-recognition.md +++ b/docs/intent-recognition.md @@ -55,7 +55,7 @@ See `rhasspy.intent.FuzzyWuzzyRecognizer` for details. ## Mycroft Adapt -Recognizes intents using [Mycroft Adapt](https://github.com/MycroftAI/adapt). Works best when you have a medium number of sentences (hundreds to thousands) and need to be able to recognize sentences not seen during training (no new words, though). +Recognizes intents using [Mycroft Adapt](https://github.com/MycroftAI/adapt). Works best when you have a medium number of sentences (hundreds to thousands) and need to be able to recognize sentences not seen during training (no new words, though). This recognizer does not support converters, i.e. numbers are not converted back to integers. Add to your [profile](profiles.md):