Python: Chunking others than noun phrases (e.g. prepositional) using Spacy, etc
问题 Since I was told Spacy was such a powerful Python module for natural speech processing, I am now desperately looking for a way to group words together to more than noun phrases, most importantly, prepositional phrases. I doubt there is a Spacy function for this but that would be the easiest way I guess (SpacySpaCy import is already implemented in my project). Nevertheless, I'm open for any possibility of phrase recognition/ chunking. 回答1: Here's a solution to get PPs. In general you can get