How to remove a prebuilt entity label from an utterance

rory.ap

I'm training my LUIS app with utterances, and I've added the prebuilt entity "number". I've noticed when you're labeling utterances for training, you can remove custom labels that are automatically guessed but you can't remove prebuilt entity labels. For example, if I have this utterance:

enter image description here

I can click on Person (a custom entity I created) and remove that label but I can't do the same for number (the prebuilt entity). I'd like to do it for this utterance because the number should actually be "point five" -- e.g. "0.5", and thus I want to label it with another entity that indicates it's a number.

Is this possible?

Jyo Fanidam

Unfortunately we cannot remove the prebuilt entity labels as the users have minimal control over it. If you are not satisfied with the quality of the existing prebuilt entity, then an alternative could be to either build your own simple entity or regular expression entity to replace it.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

How to remove luis entity marker from utterance

LUIS API for removing entity marked from utterance

want to remove entity that has no label from the result

how to remove label from application

Chartjs: how to remove datapoint info from label?

How to remove a Warning label from Tkinter GUI

how to remove a specific string from a label

How remove label from seaborn left axis?

How to remove Label from charts.js

How to remove the label from geom_label_repel() in the third facet?

How to remove entity from collection when it was deleted

How to remove Required field from an entity in Jhipster

LUIS Bot not able to find entity in the user utterance

Remove label from the clone?

Remove indent from label

How to remove, randomly, rows from a dataframe but from each label?

How to define two different entity roles for the same prebuilt Entity (number) in LUIS

how to remove SELinux label?

How to remove a Label in UserForm?

How to remove string from ArrayList after show it in a label?

Kubernetes API: How to add/remove label from Node

How can i remove default space occupied by label from group?

How to remove one bar label from the legend in a multiple bar chart

How can I remove all label layers from cell

How do I remove gesture recogniser from a label in a UITableViewCell?

How do I entirely remove the label from a CheckBox?

How to remove label from group tag in Odoo 11 in views

how to remove underline from link label in compact framework (windows ce)

How do you remove the cell label from your table?