2

Is there any API in the cognitive services that will allow the application of the entity recognition function used in LUIS to blocks of text? (without the LUIS intent/command processing etc..)

I have tried the cognitive services "named entity recognition service", but it does not recognize the builtin entity types supported in LUIS. I have also tried setting up LUIS with a generic intent, but it has a 500 character query limit.

Element
  • 3,981
  • 7
  • 42
  • 51

1 Answers1

2

You could use the dependency library Recognizers-Text.

DFBerry
  • 1,818
  • 1
  • 19
  • 37