Skip to content

Commit 4177d00

Browse files
authored
raising acrolinx
1 parent d85e824 commit 4177d00

File tree

1 file changed

+3
-3
lines changed
  • articles/ai-services/language-service/conversational-language-understanding

1 file changed

+3
-3
lines changed

articles/ai-services/language-service/conversational-language-understanding/glossary.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ A model is an object that's trained to do a certain task, in this case conversat
3838

3939
## Overfitting
4040

41-
Overfitting happens when the model is fixated on the specific examples and is not able to generalize well.
41+
Overfitting happens when the model is fixated on the specific examples and isn't able to generalize well.
4242

4343
## Precision
4444
Measures how precise/accurate your model is. It's the ratio between the correctly identified positives (true positives) and all identified positives. The precision metric reveals how many of the predicted classes are correctly labeled.
@@ -53,14 +53,14 @@ Measures the model's ability to predict actual positive classes. It's the ratio
5353
A regular expression entity represents a regular expression. Regular expression entities are exact matches.
5454

5555
## Schema
56-
Schema is defined as the combination of intents and entities within your project. Schema design is a crucial part of your project's success. When creating a schema, you want think about which intents and entities should be included in your project.
56+
Schema is defined as the combination of intents and entities within your project. Schema design is a crucial part of your project's success. When creating a schema, you want to think about which intents and entities should be included in your project.
5757

5858
## Training data
5959
Training data is the set of information that is needed to train a model.
6060

6161
## Utterance
6262

63-
An utterance is user input that is short text representative of a sentence in a conversation. It is a natural language phrase such as "book 2 tickets to Seattle next Tuesday". Example utterances are added to train the model and the model predicts on new utterance at runtime
63+
An utterance is user input that is short text representative of a sentence in a conversation. It's a natural language phrase such as "book 2 tickets to Seattle next Tuesday". Example utterances are added to train the model and the model predicts on new utterance at runtime
6464

6565

6666
## Next steps

0 commit comments

Comments
 (0)