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
+26-1Lines changed: 26 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,34 @@ ms.author: aahi
16
16
17
17
The Text Analytics API is updated on an ongoing basis. To stay up-to-date with recent developments, this article provides you with information about new releases and features.
18
18
19
+
## Named Entity Recognition v3 public preview - February 2020
20
+
21
+
Additional new types are now available in the Named Entity Recognition (NER) v3 public preview service as we expand the detection of general and PII entities found in text. It includes:
22
+
23
+
* Recognition of the following general entity types (English only):
24
+
* PersonType
25
+
* Product
26
+
* Event
27
+
* Geopolitical Entity (GPE) as a subtype under Location
28
+
* Skill
29
+
30
+
* Recognition of the following personal information entity types (English only):
31
+
* Person
32
+
* Organization
33
+
* Age as a subtype under Quantity
34
+
* Date as a subtype under DateTime
35
+
* Email
36
+
* Phone Number (US only)
37
+
* URL
38
+
* IP Address
39
+
40
+
> [!div class="nextstepaction"]
41
+
> [Learn more about Named Entity Recognition v3](how-tos/text-analytics-how-to-entity-linking.md#named-entity-recognition-versions-and-features)
42
+
43
+
19
44
## Named Entity Recognition v3 public preview - October 2019
20
45
21
-
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:
46
+
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:
0 commit comments