Hello Miao, Di
Thanks for reaching out to us here! I think you are mentioning the named entity recognition model in Azure Machine Learning Studio Classic as below screenshot -
This component has been deprecated in Azure Machine Learning Studio. I am sorry for all inconveniences.
For workaround, there are two ways you may want to consider for Text named entity project.
1.In the data labeling projects, you can create Text named entity project as below screenshot -
The reference document you may want to take a look is here - https://learn.microsoft.com/en-us/azure/machine-learning/how-to-create-text-labeling-projects#create-a-text-labeling-project
2.Cognitive Service - Language Service NER
Named Entity Recognition (NER) is one of the features offered by Azure Cognitive Service for Language, a collection of machine learning and AI algorithms in the cloud for developing intelligent applications that involve written language. The NER feature can identify and categorize entities in unstructured text. For example: people, places, organizations, and quantities.
Document you may want to take a look at - https://learn.microsoft.com/en-us/azure/cognitive-services/language-service/named-entity-recognition/overview
I hope this helps!
Regards,
Yutong
-Please kindly accept the answer and vote 'Yes' if you feel helpful to support the community, thanks a lot.