Remove 2012 Remove Computational Linguistics Remove Explainability
article thumbnail

Explosion in 2019: Our Year in Review

Explosion

Adriane is a computational linguist who has been engaged in research since 2005, completing her PhD in 2012. In this episode he explained how to transition a rule-based prototype towards an NER model to achieve faster results and a baseline for machine learning experiments. ?

NLP 52
article thumbnail

Parsing English in 500 Lines of Python

Explosion

But the parsing algorithm I’ll be explaining deals with projective trees. The performance of our parser is made possible by an advance by Goldberg and Nivre (2012), who showed that we’d been doing this wrong for years. You can’t have a pair of dependencies that goes a1 b1 a2 b2, or b1 a1 b2 a2. Goldberg, Yoav; Nivre, Joakim.

Python 45