This package implements the Semantic Proto-Role Linking Model (SPROLIM), which is described in:
White, A. S., K. Rawlins, & B. Van Durme. (2017). The Semantic Proto-Role Linking Model. To appear in Proceedings of 15th Conference of the European Chapter of the Association for Computational Linguistics. Valencia, Spain. April 3-7, 2017.
The model described in that paper has a strict subset of the features that are currently implemented.
To install, simply use pip
.
sudo pip install git+git://github.com/aaronstevenwhite/SemanticProtoRoleLinkingModel.git
You can also clone and use the included setup.py
.
git clone https://github.com/aaronstevenwhite/SemanticProtoRoleLinkingModel
cd SemanticProtoRoleLinkingModel
python setup.py install