Advanced NLP with spaCy
Ines Montani
spaCy core developer
nlp.begin_training
nlp.update
("iPhone X is coming", {'entities': [(0, 8, 'GADGET')]})
("I need a new phone! Any tips?", {'entities': []})
Matcher