Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Notes for Mark Watson's NLP library

TBD: history

ExtractNames - named entity recognition

The file test_data/propernames.ser is a serialized object file containing first names, last names, and place names.

Just for educational purposes, the class constructor writes these names to the text files firstnames.txt, lastnames.txt, and placenames.txt.

These text files are not used for anything except for giving you an easy way to see what entity name data we are using in this example.