Sha256: 9af5e7a67c4516f67724ca255e5dc6612ea26678ff6dd6552c034c66b5e6e7f7
Contents?: true
Size: 487 Bytes
Versions: 5
Compression:
Stored size: 487 Bytes
Contents
# coding=utf-8 """ A coreference resolution module based on Stanford Multisieve System for multi language. The system is not an exact replica of the system described in the papers. Heeyoung Lee, Angel Chang, Yves Peirsman, Nathanael Chambers, Mihai Surdeanu and Dan Jurafsky. Deterministic coreference resolution based on entity-centric, precision-ranked rules. Computational Linguistics 39(4), 2013. """ __author__ = 'Josu Bermudez <josu.bermudez@deusto.es>' __date__ = '14-11-2012'
Version data entries
5 entries across 5 versions & 1 rubygems