You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/text-analytics/whats-new.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,19 @@ Additional entity types are now available in the Named Entity Recognition (NER)
37
37
* URL
38
38
* IP Address
39
39
40
-
Entity linking supports English and Spanish. NER language support varies by the entity type.
40
+
### October 2019
41
+
42
+
The next version of Named Entity Recognition(NER) is now available for public preview, and provides expanded detection and categorization of entities found in text. It provides:
43
+
44
+
* Recognition of the following new entity types:
45
+
* Phone number
46
+
* IP address
47
+
48
+
* A [new endpoint](https://westus.dev.cognitive.microsoft.com/docs/services/TextAnalytics-v3-0-Preview-1/operations/EntitiesRecognitionPii) for recognizing personal information entity types (English only)
49
+
50
+
* Separate endpoints for [entity recognition](https://westus.dev.cognitive.microsoft.com/docs/services/TextAnalytics-v3-0-Preview-1/operations/EntitiesRecognitionGeneral) and [entity linking](https://westus.dev.cognitive.microsoft.com/docs/services/TextAnalytics-v3-0-Preview-1/operations/EntitiesLinking).
51
+
52
+
Entity linking supports English and Spanish. NER language support varies by the entity type.
41
53
42
54
> [!div class="nextstepaction"]
43
55
> [Learn more about Named Entity Recognition v3](how-tos/text-analytics-how-to-entity-linking.md#named-entity-recognition-versions-and-features)
0 commit comments