Remove 2011 Remove Algorithm Remove Computational Linguistics
article thumbnail

The State of Multilingual AI

Sebastian Ruder

Bender [2] highlighted the need for language independence in 2011. Initiatives   The Association for Computational Linguistics (ACL) has emphasized the importance of language diversity, with a special theme track at the main ACL 2022 conference on this topic. Linguistic Issues in Language Technology, 6(3), 1–26.

article thumbnail

Parsing English in 500 Lines of Python

Explosion

Today, almost all high-performance parsers are using a variant of the algorithm described below (including spaCy). This doesn’t just give us a likely advantage in learnability; it can have deep algorithmic implications. But the parsing algorithm I’ll be explaining deals with projective trees.

Python 45