-
Notifications
You must be signed in to change notification settings - Fork 3
Name Entity Recognition (NER)
richardyy1188 edited this page Aug 21, 2018
·
8 revisions
Find out all names.
overview
Use as many NER tools as we can, to increase recall.
- Stanford CoreNLP:
PERSON
tag from NER output - Jieba:
nr
tag from pos output
we use regular expression to find the name of and relations with biographee's family at the same time.
see Use regex to extract kinship