"Person" (Text Content Type)
[Experimental]
Text identified as the name of a person.
Details

- "Person" can be used in TextCases, TextPosition and TextContents.
- "Person" corresponds to any mention of a person (real or not real) in the context of the text.
- Homonyms of people that are not people should not be detected as "Person" (if the context allows disambiguation).
- TextCases[…,"Person""Interpretation"] attempts to return entities of type "Person", as Interpreter["Person"] does.
- Any specific "Person" entity such as can also be used as a content type in TextCases, TextPosition and TextContents.
Examples
Basic Examples (3)Summary of the most common use cases
Find occurrences of people in a text:
In[1]:=1

✖
https://wolfram.com/xid/0dnn1k0w3iovdneehldzzbu-qzf3s2
Out[1]=1

Get the result as a list of "Person" entities:
In[2]:=2

✖
https://wolfram.com/xid/0dnn1k0w3iovdneehldzzbu-n3etrp
Out[2]=2

A similar result can be obtained by applying Interpreter["Person"] to text snippets:
In[3]:=3

✖
https://wolfram.com/xid/0dnn1k0w3iovdneehldzzbu-c2b62n
Out[3]=3

Get properties about occurrences of people:
In[1]:=1

✖
https://wolfram.com/xid/0dnn1k0w3iovdneehldzzbu-tzqvbo
Out[1]=1

Find mentions of Allan Dwan in a text:
In[1]:=1

✖
https://wolfram.com/xid/0dnn1k0w3iovdneehldzzbu-s1idr
Out[1]=1
