LinPP: a Python-friendly algorithm for Linear Pregroup Parsing
2021-06-01ACL (SemSpace, IWCS) 2021Unverified0· sign in to hype
Irene Rizzo
Unverified — Be the first to reproduce this paper.
ReproduceAbstract
We define a linear pregroup parser, by applying some key modifications to the minimal parser defined in (Preller, 2007). These include handling words as separate blocks, and thus respecting their syntactic role in the sentence. We prove correctness of our algorithm with respect to parsing sentences in a subclass of pregroup grammars. The algorithm was specifically designed for a seamless implementation in Python. This facilitates its integration within the DisCopy module for QNLP and vastly increases the applicability of pregroup grammars to parsing real-world text data.