Skip to content

Commit e57e67c

Browse files
committed
minor fixes
1 parent e012123 commit e57e67c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/cognitive-services/LUIS/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,9 @@ items:
247247
href: https://github.com/Azure-Samples/cognitive-services-java-sdk-samples/tree/master/Language/LanguageUnderstanding
248248
- name: Node.js
249249
items:
250-
- name: NPM - authoring
250+
- name: npm - authoring
251251
href: https://www.npmjs.com/package/@azure/cognitiveservices-luis-authoring
252-
- name: NPM - runtime
252+
- name: npm - runtime
253253
href: https://www.npmjs.com/package/@azure/cognitiveservices-luis-runtime
254254
- name: Samples
255255
href: https://github.com/Azure-Samples/cognitive-services-node-sdk-samples/tree/master/Samples/luis

articles/cognitive-services/language-service/conversational-language-understanding/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Add any out of scope utterances to the [none intent](./concepts/none-intent.md).
7676

7777
## How do I control the none intent?
7878

79-
You can control the none intent threshhold from UI through the project settings, by changing the none inten threshold value. The values can be between 0.0 and 1.0. Also, you can change this threshold from the APIs by changing the *confidenceThreshold* in settings object. Learn more about [none intent](./concepts/none-intent.md#none-score-threshold)
79+
You can control the none intent threshold from UI through the project settings, by changing the none intent threshold value. The values can be between 0.0 and 1.0. Also, you can change this threshold from the APIs by changing the *confidenceThreshold* in settings object. Learn more about [none intent](./concepts/none-intent.md#none-score-threshold)
8080

8181
## Is there any SDK support?
8282

articles/cognitive-services/language-service/conversational-language-understanding/how-to/migrate-from-luis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The following table presents a side-by-side comparison between the features of L
3434
|:------------:|:----------------------------------------------:|:--------------:|
3535
|Machine-learned and Structured ML entities| Learned [entity components](#how-are-entities-different-in-clu) |Machine-learned entities without subentities will be transferred as CLU entities. Structured ML entities will only transfer leaf nodes (lowest level subentities without their own subentities) as entities in CLU. The name of the entity in CLU will be the name of the subentity concatenated with the parent. For example, _Order.Size_|
3636
|List and prebuilt entities| List and prebuilt [entity components](#how-are-entities-different-in-clu) | List and prebuilt entities will be transferred as entities in CLU with a populated entity component based on the entity type.|
37-
|Regex and Pattern.Any entities| Not currently available | Pattern.Any entities will be removed. Regex entities will be removed.|
37+
|Regex and `Pattern.Any` entities| Not currently available | `Pattern.Any` entities will be removed. Regex entities will be removed.|
3838
|Single culture for each application|[Multilingual models](#how-is-conversational-language-understanding-multilingual) enable multiple languages for each project. |The primary language of your project will be set as your LUIS application culture. Your project can be trained to extend to different languages.|
3939
|Entity roles |[Roles](#how-are-entity-roles-transferred-to-clu) are no longer needed. | Entity roles will be transferred as entities.|
4040
|Settings for: normalize punctuation, normalize diacritics, normalize word form, use all training data |[Settings](#how-is-the-accuracy-of-clu-better-than-luis) are no longer needed. |Settings will not be transferred. |
@@ -186,7 +186,7 @@ Any extracted entity has a 100% confidence score and therefore entity confidence
186186
187187
CLU uses state-of-the-art models to enhance machine learning performance of different models of intent classification and entity extraction.
188188
189-
These models are insensitive to minor variations, which removes the need for the following settings: _Normalize punctuation_, _normalize diacritics_, _normalize word form_, and _use all training data_.
189+
These models are insensitive to minor variations, removing the need for the following settings: _Normalize punctuation_, _normalize diacritics_, _normalize word form_, and _use all training data_.
190190
191191
Additionally, the new models do not support phrase list features as they no longer require supplementary information from the user to provide semantically similar words for better accuracy. Patterns were also used to provide improved intent classification using rule-based matching techniques that are not necessary in the new model paradigm.
192192

0 commit comments

Comments
 (0)