In LUIS AI tool there is a "list entity count" shown. What is it actually?
Asked
Active
Viewed 235 times
-1
-
1Please, Show what you seen in the post. – OmG May 11 '17 at 10:52
1 Answers
0
I'm not entirely sure what your question is, but here's what I think you're asking about.
The List entity count (x/50) is the total amount of list entities you can have in your LUIS model. This limit is separate from the other types of entities; Prebuilt, Simple, Hierarchical (and their children) and Composite entities. You can only have a combination of up to 30 of these entities.
The reason why these 50 don't contribute to your limit of 30 is that these entities aren't machine learned. They're recognized through regex.
Each list entity can contain up to 20,000 items.
You can find more information on Entities in LUIS here.

Steven G.
- 1,632
- 1
- 11
- 14
-
I am sorry my question was silly!!! I seriously didnt notice the documentation for list entity.. Thanks a lot – Gp_1993 May 17 '17 at 04:42