posextract: A Software Package in Python

posextract is a software package for extracting grammatical triples. See Syntactic Dependency Parsing for the Extraction of Grammatical Triples for descriptions on how extracted triples have been used in research and why triples analysis might open dimensions of analysis for your own area of study!

posextact has been designed to meet the increasing need for high-accuracy triples outputs for the analysis of text. We propose a solution aimed at reducing errors related to: a) ungrammatical extractions; b) double counting; and c) the missed detection of triples.

For usage instructions or to get a copy, see our repository on GitHub. Or, install posextract from PyPI via pip install posextract.