microsoft / CognitiveServicesLanguageUtilities

Utilities for the Cognitive Service Custom Text document processing tool.
MIT License
17 stars 1 forks source link

Generate app schema automatically #69

Open mshaban-msft opened 3 years ago

mshaban-msft commented 3 years ago

currently, Custom Text authoring resource doesn't have an api to retreive app schema So what we're doing, is let the user figure out how to get all custom entities in the app and provide them in the schema.json file (see Docs folder) So we need to generate the schema automatically proposed solution: use the 'id_**_labels.json' file in the blob container used by CustomText this file contains all info about labeling use the 'entityNames' section that contains the labels/entities

mshaban-msft commented 3 years ago

estimated time: 1.5 days