Metadata-Version: 1.1
Name: corefgraph
Version: 1.0.1
Summary: Module to resolve intra-document coreference.
Home-page: https://bitbucket.org/josu/corefgraph/
Author: Josu Bermudez, Rodrigo Agerri
Author-email: josu.bermudez@deusto.es, rodrigo.agerri@ehu.es
License: Apache License Version 2.0
Download-URL: https://bitbucket.org/Josu/corefgraph//get/default.tar.gz
Description: *CorefGraph is an independent module to perform coreference resolution*. View as a NLP task which consists of determining the mentions that refer to the same entity in a text or discourse. CorefGraph is a python reimplementation of the [Stanford Multi Sieve Pass system (Lee et al., 2013)](http://www-nlp.stanford.edu/downloads/dcoref.shtml) adatpted with multi language and spanish resources.
        
        The module provides resources for English and Spanish coreference resolution but it can be adapted to other languages.
        
        For further information  about their use visit [Project home Page](https://bitbucket.org/Josu/corefgraph).
        
        **If you use corefgraph, please cite this paper:**
        
        Rodrigo Agerri, Josu Bermudez and German Rigau (2014): "IXA pipeline: Efficient and Ready to Use Multilingual NLP tools", in: Proceedings of the 9th Language Resources and Evaluation Conference (LREC2014), 26-31 May, 2014, Reykjavik, Iceland.
        
        CorefGraph is being used by the [ixa pipes tools](http://ixa2.si.ehu.es/ixa-pipes) which can be used to provide the necessary input. 
        
        
        This work has been partially funded by a *PhD Grant of the University of Deusto*.
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Natural Language :: Spanish
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
