find first and last name in RedNotebook

Asked by Oliver Vornberger

I have several thousand pages in my RedNotebook and I would like to extract first and last names. I.e., I wonder, whether there is a tool, that runs through textfiles and spits out all word pairs, that are probably first and last names.

Question information

Language:
English Edit question
Status:
Solved
For:
RedNotebook Edit question
Assignee:
No assignee Edit question
Solved by:
Jendrik Seipp
Solved:
Last query:
Last reply:
Revision history for this message
Best Jendrik Seipp (jendrikseipp) said :
#1

I recommend having a look at NLTK for Python. See for example this post:
https://stackoverflow.com/a/24119115/1277298

Revision history for this message
Oliver Vornberger (l-oliver) said :
#2

Thanks Jendrik Seipp, that solved my question.