mps:Python 中用于共指解析的多通道筛选器

时间:2024-07-02 19:30:53
【文件属性】:

文件名称:mps:Python 中用于共指解析的多通道筛选器

文件大小:940KB

文件格式:ZIP

更新时间:2024-07-02 19:30:53

Python

Python 中用于共指解析的多通道筛选器 介绍 这是在 Python 中实现的用于共指解析的多通道筛 (Raghunathan et al., 2010; Lee et al., 2011)。 我扩展了 ,它最初是为了对共指解析输出执行错误分析而编写的(Kummerfeld 和 Klein,2013 年)。 mps 程序进行端到端的共指解析。 该代码是在 Python 2.7.5 上实现和测试的,在 Python 3 上无法正常工作。 快速开始 将代码克隆到您的机器上: $ git clone https://github.com/canasai/mps $ cd mps 从 CoNLL-2012 共享任务下载试验数据: $ wget http://conll.cemantix.org/2012/download/conll-2012-trial-data.tar.gz 解压:


【文件预览】:
mps-master
----mps()
--------scorer_pairwise.py(3KB)
--------coref_resolver.py(9KB)
--------dictionaries.py(4KB)
--------logging_config.py(782B)
--------scorer_muc.py(3KB)
--------coref_rules.py(8KB)
--------init.py(1KB)
--------scorer_bcubed.py(2KB)
--------tests()
--------coref_scorer.py(277B)
--------mention_attributes.py(7KB)
--------post_processing.py(2KB)
--------coreference_reading.py(22KB)
--------__init__.py(51B)
--------pstree.py(10KB)
--------nlp_eval.py(1KB)
--------parse_errors.py(4KB)
--------mention_detector.py(9KB)
--------mention_scorer.py(3KB)
--------coreference_rendering.py(21KB)
--------coreference.py(14KB)
--------render_tree.py(10KB)
--------tree_transform.py(5KB)
--------error_analyzer.py(7KB)
--------default_config.json(2KB)
--------conll.py(1KB)
--------treebanks.py(16KB)
--------my_constant.py(670B)
--------head_finder.py(12KB)
----dict()
--------male.unigrams.txt(327KB)
--------animate.unigrams.txt(305KB)
--------inanimate.unigrams.txt(662KB)
--------female.unigrams.txt(43KB)
--------state.abbreviations.txt(937B)
--------plural.unigrams.txt(87KB)
--------singular.unigrams.txt(531KB)
--------country.abbreviations.txt(83B)
----.gitignore(30B)
----Makefile(93B)
----README.md(12KB)

网友评论