Named Entity Recognition in Texts using 'NameTag'
Read Europeana Newspaper data
Download a Nametag model
Load a Named Entity Recognition
Define text transformations serving as predictive elements in the name...
Train a Named Entity Recognition Model using NameTag
Perform Named Entity Recognition on tokenised text
Save a tokenised dataset as nametagger train data
Wraps the 'nametag' library <https://github.com/ufal/nametag>, allowing users to find and extract entities (names, persons, locations, addresses, ...) in raw text and build your own entity recognition models. Based on a maximum entropy Markov model which is described in Strakova J., Straka M. and Hajic J. (2013) <https://ufal.mff.cuni.cz/~straka/papers/2013-tsd_ner.pdf>.