opener-coreference-base 2.1.0 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -4
- data/core/corefgraph/{__init__.pyo → __init__.pyc} +0 -0
- data/core/corefgraph/features/{__init__.pyo → __init__.pyc} +0 -0
- data/core/corefgraph/features/{animacy.pyo → animacy.pyc} +0 -0
- data/core/corefgraph/features/{gender.pyo → gender.pyc} +0 -0
- data/core/corefgraph/features/grendel.pyc +0 -0
- data/core/corefgraph/features/{number.pyo → number.pyc} +0 -0
- data/core/corefgraph/features/speakerExtractor.pyc +0 -0
- data/core/corefgraph/features/{utils.pyo → utils.pyc} +0 -0
- data/core/corefgraph/graph/{__init__.pyo → __init__.pyc} +0 -0
- data/core/corefgraph/graph/graph_builder.pyc +0 -0
- data/core/corefgraph/graph/kafx.py +2 -1
- data/core/corefgraph/graph/kafx.pyc +0 -0
- data/core/corefgraph/graph/xutils.pyc +0 -0
- data/core/corefgraph/multisieve/__init__.pyc +0 -0
- data/core/corefgraph/multisieve/core.pyc +0 -0
- data/core/corefgraph/multisieve/mentionSelection.pyc +0 -0
- data/core/corefgraph/multisieve/sieves/{__init__.pyo → __init__.pyc} +0 -0
- data/core/corefgraph/multisieve/sieves/base.pyc +0 -0
- data/core/corefgraph/multisieve/sieves/extraPreciseConstruct.pyc +0 -0
- data/core/corefgraph/multisieve/sieves/preciseConstruct.pyc +0 -0
- data/core/corefgraph/multisieve/sieves/pronoumMatch.pyc +0 -0
- data/core/corefgraph/multisieve/sieves/speakertMatch.pyc +0 -0
- data/core/corefgraph/multisieve/sieves/strictHeadMatching.pyc +0 -0
- data/core/corefgraph/multisieve/sieves/stringMatch.pyc +0 -0
- data/core/corefgraph/output/{__init__.pyo → __init__.pyc} +0 -0
- data/core/corefgraph/output/basewriter.pyc +0 -0
- data/core/corefgraph/output/kafwritter.pyc +0 -0
- data/core/corefgraph/output/progressbar.pyc +0 -0
- data/core/corefgraph/process/{__init__.pyo → __init__.pyc} +0 -0
- data/core/corefgraph/properties/__init__.pyc +0 -0
- data/core/corefgraph/properties/properties_de.pyc +0 -0
- data/core/corefgraph/properties/properties_en.pyc +0 -0
- data/core/corefgraph/resources/{__init__.pyo → __init__.pyc} +0 -0
- data/core/corefgraph/resources/demonym/{__init__.pyo → __init__.pyc} +0 -0
- data/core/corefgraph/resources/dictionaries/{__init__.pyo → __init__.pyc} +0 -0
- data/core/corefgraph/resources/dictionaries/de_determiners.pyc +0 -0
- data/core/corefgraph/resources/dictionaries/de_pronouns.pyc +0 -0
- data/core/corefgraph/resources/dictionaries/de_stopwords.pyc +0 -0
- data/core/corefgraph/resources/dictionaries/de_temporals.pyc +0 -0
- data/core/corefgraph/resources/dictionaries/de_verbs.pyc +0 -0
- data/core/corefgraph/resources/dictionaries/{en_determiners.pyo → en_determiners.pyc} +0 -0
- data/core/corefgraph/resources/dictionaries/{en_pronouns.pyo → en_pronouns.pyc} +0 -0
- data/core/corefgraph/resources/dictionaries/{en_stopwords.pyo → en_stopwords.pyc} +0 -0
- data/core/corefgraph/resources/dictionaries/{en_temporals.pyo → en_temporals.pyc} +0 -0
- data/core/corefgraph/resources/dictionaries/{en_verbs.pyo → en_verbs.pyc} +0 -0
- data/core/corefgraph/resources/{lambdas.pyo → lambdas.pyc} +0 -0
- data/core/corefgraph/resources/tagset/{__init__.pyo → __init__.pyc} +0 -0
- data/core/corefgraph/resources/tagset/alpino_pos.py +13 -13
- data/core/corefgraph/resources/tagset/{conll_ner.pyo → conll_ner.pyc} +0 -0
- data/core/corefgraph/resources/tagset/default_dep.pyc +0 -0
- data/core/corefgraph/resources/tagset/default_ner.pyc +0 -0
- data/core/corefgraph/resources/tagset/negra_constituent.pyc +0 -0
- data/core/corefgraph/resources/tagset/negra_pos.pyc +0 -0
- data/core/corefgraph/resources/tagset/{penntreebank_constituent.pyo → penntreebank_constituent.pyc} +0 -0
- data/core/corefgraph/resources/tagset/penntreebank_pos.pyc +0 -0
- data/core/corefgraph/resources/tagset/{stanford_dep.pyo → stanford_dep.pyc} +0 -0
- data/core/corefgraph/resources/tree.pyc +0 -0
- data/core/corefgraph/{text_processor.pyo → text_processor.pyc} +0 -0
- data/core/vendor/dictconfig/{__init__.pyo → __init__.pyc} +0 -0
- data/core/vendor/dictconfig/dictconfig.pyc +0 -0
- data/core/vendor/pykaf/__init__.pyc +0 -0
- data/lib/opener/coreferences/base/version.rb +1 -1
- data/task/requirements.rake +1 -1
- metadata +61 -51
- data/core/corefgraph/features/grendel.pyo +0 -0
- data/core/corefgraph/features/speakerExtractor.pyo +0 -0
- data/core/corefgraph/graph/graph_builder.pyo +0 -0
- data/core/corefgraph/graph/kafx.pyo +0 -0
- data/core/corefgraph/graph/xutils.pyo +0 -0
- data/core/corefgraph/multisieve/__init__.pyo +0 -0
- data/core/corefgraph/multisieve/core.pyo +0 -0
- data/core/corefgraph/multisieve/mentionSelection.pyo +0 -0
- data/core/corefgraph/multisieve/sieves/base.pyo +0 -0
- data/core/corefgraph/multisieve/sieves/extraPreciseConstruct.pyo +0 -0
- data/core/corefgraph/multisieve/sieves/preciseConstruct.pyo +0 -0
- data/core/corefgraph/multisieve/sieves/pronoumMatch.pyo +0 -0
- data/core/corefgraph/multisieve/sieves/speakertMatch.pyo +0 -0
- data/core/corefgraph/multisieve/sieves/strictHeadMatching.pyo +0 -0
- data/core/corefgraph/multisieve/sieves/stringMatch.pyo +0 -0
- data/core/corefgraph/output/basewriter.pyo +0 -0
- data/core/corefgraph/output/kafwritter.pyo +0 -0
- data/core/corefgraph/output/progressbar.pyo +0 -0
- data/core/corefgraph/properties/__init__.pyo +0 -0
- data/core/corefgraph/properties/properties_en.pyo +0 -0
- data/core/corefgraph/resources/tagset/penntreebank_pos.pyo +0 -0
- data/core/corefgraph/resources/tree.pyo +0 -0
- data/core/vendor/dictconfig/dictconfig.pyo +0 -0
- data/core/vendor/pykaf/__init__.pyo +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dbae7fc1f2e8716e6f14e9a6ac25f8968bdaa877
|
|
4
|
+
data.tar.gz: 4a084901a0a5c5c03f3aba7bb544396230f82467
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8eae80860ef54dae317648fb8475fe069265af83283cc8a854b73714da0d00cb6bd39ac433f05af24734be08ebc513aacbdf98fd966ea1bbb7a5cce45f4150be
|
|
7
|
+
data.tar.gz: 1253a802a0cbfe2ca3bd2dc278c34fdbcb453fb060c49607a9d0d156e04612f4b4af2d99bbc7cb2630d33b121c19776f8fd7f1132be95219450740d11d64325f
|
data/README.md
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
[](https://drone.io/github.com/opener-project/coreference-base/latest)
|
|
2
|
-
|
|
3
1
|
# Coreference
|
|
4
2
|
|
|
5
3
|
This Gem provides coreference resolution for various languages such as English
|
|
@@ -93,5 +91,4 @@ one (see below) to be done in the **$project/core/corefgraph/resources** directo
|
|
|
93
91
|
* files/gender/$lang.gender.data
|
|
94
92
|
|
|
95
93
|
* files/number/$lang.plural.unigrams.txt
|
|
96
|
-
* files/number/$lang.singular.unigrams.txt
|
|
97
|
-
|
|
94
|
+
* files/number/$lang.singular.unigrams.txt
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
@@ -484,7 +484,8 @@ class KafAndTreeGraphBuilder(BaseGraphBuilder):
|
|
|
484
484
|
node_process_list.append(target_id)
|
|
485
485
|
if source_id.startswith("n"):
|
|
486
486
|
source = constituents_by_id[source_id]
|
|
487
|
-
|
|
487
|
+
# Alpino also attaches punctuation to roots, avoid these becoming root_head (HACK)
|
|
488
|
+
if target == root and source["label"] != "punct":
|
|
488
489
|
if root_head is None or edge.attrib.get("head", False):
|
|
489
490
|
root_head = source
|
|
490
491
|
else:
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
@@ -3,25 +3,25 @@ __author__ = 'Josu Bermudez <josu.bermudez@deusto.es>'
|
|
|
3
3
|
|
|
4
4
|
from ..lambdas import equality_checker, list_checker, fail
|
|
5
5
|
|
|
6
|
-
_personal_pronoun = "
|
|
7
|
-
_possessive_pronoun = "
|
|
8
|
-
_wh_pronoun = "
|
|
9
|
-
_wh_possessive_pronoun = "
|
|
6
|
+
_personal_pronoun = "VNW(pers)" #"PRP"
|
|
7
|
+
_possessive_pronoun = "VNW(bez)" #"PRP$"
|
|
8
|
+
_wh_pronoun = "VNW(vb)"
|
|
9
|
+
_wh_possessive_pronoun = "VNW(vb)"
|
|
10
10
|
_wh_determiner = fail
|
|
11
11
|
_wh_adverb = fail
|
|
12
|
-
_verbs_list= ("
|
|
12
|
+
_verbs_list= ("WW(pv)","WW(vd)","WW(inf)")
|
|
13
13
|
_modal = fail
|
|
14
|
-
_noun = "
|
|
15
|
-
_noun_plural = "
|
|
14
|
+
_noun = "N(soort)"
|
|
15
|
+
_noun_plural = "N(soort,mv)"
|
|
16
16
|
_interjection = fail
|
|
17
|
-
_proper_noun = "
|
|
18
|
-
_proper_noun_plural = "
|
|
17
|
+
_proper_noun = "N(eigen)"
|
|
18
|
+
_proper_noun_plural = "N(eigen,mv)"
|
|
19
19
|
|
|
20
|
-
_adjective = "
|
|
21
|
-
_adjective_comparative = "
|
|
22
|
-
_adjective_superlative = "
|
|
20
|
+
_adjective = "ADJ(basis)"
|
|
21
|
+
_adjective_comparative = "ADJ(comp)"
|
|
22
|
+
_adjective_superlative = "ADJ(sup)"
|
|
23
23
|
|
|
24
|
-
_conjunctions = ("
|
|
24
|
+
_conjunctions = ("VG(neven)",)
|
|
25
25
|
|
|
26
26
|
|
|
27
27
|
# Usable functions
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/core/corefgraph/resources/tagset/{penntreebank_constituent.pyo → penntreebank_constituent.pyc}
RENAMED
|
File without changes
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
data/task/requirements.rake
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: opener-coreference-base
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- development@olery.com
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2015-01-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
@@ -102,98 +102,104 @@ files:
|
|
|
102
102
|
- bin/coreference-it
|
|
103
103
|
- bin/coreference-nl
|
|
104
104
|
- core/corefgraph/__init__.py
|
|
105
|
-
- core/corefgraph/__init__.
|
|
105
|
+
- core/corefgraph/__init__.pyc
|
|
106
106
|
- core/corefgraph/features/__init__.py
|
|
107
|
-
- core/corefgraph/features/__init__.
|
|
107
|
+
- core/corefgraph/features/__init__.pyc
|
|
108
108
|
- core/corefgraph/features/animacy.py
|
|
109
|
-
- core/corefgraph/features/animacy.
|
|
109
|
+
- core/corefgraph/features/animacy.pyc
|
|
110
110
|
- core/corefgraph/features/gender.py
|
|
111
|
-
- core/corefgraph/features/gender.
|
|
111
|
+
- core/corefgraph/features/gender.pyc
|
|
112
112
|
- core/corefgraph/features/grendel.py
|
|
113
|
-
- core/corefgraph/features/grendel.
|
|
113
|
+
- core/corefgraph/features/grendel.pyc
|
|
114
114
|
- core/corefgraph/features/number.py
|
|
115
|
-
- core/corefgraph/features/number.
|
|
115
|
+
- core/corefgraph/features/number.pyc
|
|
116
116
|
- core/corefgraph/features/speakerExtractor.py
|
|
117
|
-
- core/corefgraph/features/speakerExtractor.
|
|
117
|
+
- core/corefgraph/features/speakerExtractor.pyc
|
|
118
118
|
- core/corefgraph/features/utils.py
|
|
119
|
-
- core/corefgraph/features/utils.
|
|
119
|
+
- core/corefgraph/features/utils.pyc
|
|
120
120
|
- core/corefgraph/graph/__init__.py
|
|
121
|
-
- core/corefgraph/graph/__init__.
|
|
121
|
+
- core/corefgraph/graph/__init__.pyc
|
|
122
122
|
- core/corefgraph/graph/graph_builder.py
|
|
123
|
-
- core/corefgraph/graph/graph_builder.
|
|
123
|
+
- core/corefgraph/graph/graph_builder.pyc
|
|
124
124
|
- core/corefgraph/graph/kafx.py
|
|
125
|
-
- core/corefgraph/graph/kafx.
|
|
125
|
+
- core/corefgraph/graph/kafx.pyc
|
|
126
126
|
- core/corefgraph/graph/xutils.py
|
|
127
|
-
- core/corefgraph/graph/xutils.
|
|
127
|
+
- core/corefgraph/graph/xutils.pyc
|
|
128
128
|
- core/corefgraph/multisieve/__init__.py
|
|
129
|
-
- core/corefgraph/multisieve/__init__.
|
|
129
|
+
- core/corefgraph/multisieve/__init__.pyc
|
|
130
130
|
- core/corefgraph/multisieve/core.py
|
|
131
|
-
- core/corefgraph/multisieve/core.
|
|
131
|
+
- core/corefgraph/multisieve/core.pyc
|
|
132
132
|
- core/corefgraph/multisieve/mentionSelection.py
|
|
133
|
-
- core/corefgraph/multisieve/mentionSelection.
|
|
133
|
+
- core/corefgraph/multisieve/mentionSelection.pyc
|
|
134
134
|
- core/corefgraph/multisieve/sieves/__init__.py
|
|
135
|
-
- core/corefgraph/multisieve/sieves/__init__.
|
|
135
|
+
- core/corefgraph/multisieve/sieves/__init__.pyc
|
|
136
136
|
- core/corefgraph/multisieve/sieves/base.py
|
|
137
|
-
- core/corefgraph/multisieve/sieves/base.
|
|
137
|
+
- core/corefgraph/multisieve/sieves/base.pyc
|
|
138
138
|
- core/corefgraph/multisieve/sieves/extraPreciseConstruct.py
|
|
139
|
-
- core/corefgraph/multisieve/sieves/extraPreciseConstruct.
|
|
139
|
+
- core/corefgraph/multisieve/sieves/extraPreciseConstruct.pyc
|
|
140
140
|
- core/corefgraph/multisieve/sieves/preciseConstruct.py
|
|
141
|
-
- core/corefgraph/multisieve/sieves/preciseConstruct.
|
|
141
|
+
- core/corefgraph/multisieve/sieves/preciseConstruct.pyc
|
|
142
142
|
- core/corefgraph/multisieve/sieves/pronoumMatch.py
|
|
143
|
-
- core/corefgraph/multisieve/sieves/pronoumMatch.
|
|
143
|
+
- core/corefgraph/multisieve/sieves/pronoumMatch.pyc
|
|
144
144
|
- core/corefgraph/multisieve/sieves/speakertMatch.py
|
|
145
|
-
- core/corefgraph/multisieve/sieves/speakertMatch.
|
|
145
|
+
- core/corefgraph/multisieve/sieves/speakertMatch.pyc
|
|
146
146
|
- core/corefgraph/multisieve/sieves/strictHeadMatching.py
|
|
147
|
-
- core/corefgraph/multisieve/sieves/strictHeadMatching.
|
|
147
|
+
- core/corefgraph/multisieve/sieves/strictHeadMatching.pyc
|
|
148
148
|
- core/corefgraph/multisieve/sieves/stringMatch.py
|
|
149
|
-
- core/corefgraph/multisieve/sieves/stringMatch.
|
|
149
|
+
- core/corefgraph/multisieve/sieves/stringMatch.pyc
|
|
150
150
|
- core/corefgraph/output/__init__.py
|
|
151
|
-
- core/corefgraph/output/__init__.
|
|
151
|
+
- core/corefgraph/output/__init__.pyc
|
|
152
152
|
- core/corefgraph/output/basewriter.py
|
|
153
|
-
- core/corefgraph/output/basewriter.
|
|
153
|
+
- core/corefgraph/output/basewriter.pyc
|
|
154
154
|
- core/corefgraph/output/conllwriter.py
|
|
155
155
|
- core/corefgraph/output/kafwritter.py
|
|
156
|
-
- core/corefgraph/output/kafwritter.
|
|
156
|
+
- core/corefgraph/output/kafwritter.pyc
|
|
157
157
|
- core/corefgraph/output/nafwritter.py
|
|
158
158
|
- core/corefgraph/output/progressbar.py
|
|
159
|
-
- core/corefgraph/output/progressbar.
|
|
159
|
+
- core/corefgraph/output/progressbar.pyc
|
|
160
160
|
- core/corefgraph/process/__init__.py
|
|
161
|
-
- core/corefgraph/process/__init__.
|
|
161
|
+
- core/corefgraph/process/__init__.pyc
|
|
162
162
|
- core/corefgraph/process/corpus.py
|
|
163
163
|
- core/corefgraph/process/file.py
|
|
164
164
|
- core/corefgraph/properties/__init__.py
|
|
165
|
-
- core/corefgraph/properties/__init__.
|
|
165
|
+
- core/corefgraph/properties/__init__.pyc
|
|
166
166
|
- core/corefgraph/properties/logging.conf
|
|
167
167
|
- core/corefgraph/properties/properties_de.py
|
|
168
|
+
- core/corefgraph/properties/properties_de.pyc
|
|
168
169
|
- core/corefgraph/properties/properties_en.py
|
|
169
|
-
- core/corefgraph/properties/properties_en.
|
|
170
|
+
- core/corefgraph/properties/properties_en.pyc
|
|
170
171
|
- core/corefgraph/properties/properties_es.py
|
|
171
172
|
- core/corefgraph/properties/properties_fr.py
|
|
172
173
|
- core/corefgraph/properties/properties_it.py
|
|
173
174
|
- core/corefgraph/properties/properties_nl.py
|
|
174
175
|
- core/corefgraph/resources/__init__.py
|
|
175
|
-
- core/corefgraph/resources/__init__.
|
|
176
|
+
- core/corefgraph/resources/__init__.pyc
|
|
176
177
|
- core/corefgraph/resources/demonym/Demonyn_extractor.py
|
|
177
178
|
- core/corefgraph/resources/demonym/__init__.py
|
|
178
|
-
- core/corefgraph/resources/demonym/__init__.
|
|
179
|
+
- core/corefgraph/resources/demonym/__init__.pyc
|
|
179
180
|
- core/corefgraph/resources/demonymWikiExtractor.py
|
|
180
181
|
- core/corefgraph/resources/dictionaries/__init__.py
|
|
181
|
-
- core/corefgraph/resources/dictionaries/__init__.
|
|
182
|
+
- core/corefgraph/resources/dictionaries/__init__.pyc
|
|
182
183
|
- core/corefgraph/resources/dictionaries/de_determiners.py
|
|
184
|
+
- core/corefgraph/resources/dictionaries/de_determiners.pyc
|
|
183
185
|
- core/corefgraph/resources/dictionaries/de_pronouns.py
|
|
186
|
+
- core/corefgraph/resources/dictionaries/de_pronouns.pyc
|
|
184
187
|
- core/corefgraph/resources/dictionaries/de_stopwords.py
|
|
188
|
+
- core/corefgraph/resources/dictionaries/de_stopwords.pyc
|
|
185
189
|
- core/corefgraph/resources/dictionaries/de_temporals.py
|
|
190
|
+
- core/corefgraph/resources/dictionaries/de_temporals.pyc
|
|
186
191
|
- core/corefgraph/resources/dictionaries/de_verbs.py
|
|
192
|
+
- core/corefgraph/resources/dictionaries/de_verbs.pyc
|
|
187
193
|
- core/corefgraph/resources/dictionaries/en_determiners.py
|
|
188
|
-
- core/corefgraph/resources/dictionaries/en_determiners.
|
|
194
|
+
- core/corefgraph/resources/dictionaries/en_determiners.pyc
|
|
189
195
|
- core/corefgraph/resources/dictionaries/en_pronouns.py
|
|
190
|
-
- core/corefgraph/resources/dictionaries/en_pronouns.
|
|
196
|
+
- core/corefgraph/resources/dictionaries/en_pronouns.pyc
|
|
191
197
|
- core/corefgraph/resources/dictionaries/en_stopwords.py
|
|
192
|
-
- core/corefgraph/resources/dictionaries/en_stopwords.
|
|
198
|
+
- core/corefgraph/resources/dictionaries/en_stopwords.pyc
|
|
193
199
|
- core/corefgraph/resources/dictionaries/en_temporals.py
|
|
194
|
-
- core/corefgraph/resources/dictionaries/en_temporals.
|
|
200
|
+
- core/corefgraph/resources/dictionaries/en_temporals.pyc
|
|
195
201
|
- core/corefgraph/resources/dictionaries/en_verbs.py
|
|
196
|
-
- core/corefgraph/resources/dictionaries/en_verbs.
|
|
202
|
+
- core/corefgraph/resources/dictionaries/en_verbs.pyc
|
|
197
203
|
- core/corefgraph/resources/dictionaries/es_determiners.py
|
|
198
204
|
- core/corefgraph/resources/dictionaries/es_pronouns.py
|
|
199
205
|
- core/corefgraph/resources/dictionaries/es_stopwords.py
|
|
@@ -286,42 +292,46 @@ files:
|
|
|
286
292
|
- core/corefgraph/resources/files/number/nl.plural.unigrams.txt
|
|
287
293
|
- core/corefgraph/resources/files/number/nl.singular.unigrams.txt
|
|
288
294
|
- core/corefgraph/resources/lambdas.py
|
|
289
|
-
- core/corefgraph/resources/lambdas.
|
|
295
|
+
- core/corefgraph/resources/lambdas.pyc
|
|
290
296
|
- core/corefgraph/resources/tagset/__init__.py
|
|
291
|
-
- core/corefgraph/resources/tagset/__init__.
|
|
297
|
+
- core/corefgraph/resources/tagset/__init__.pyc
|
|
292
298
|
- core/corefgraph/resources/tagset/alpino_constituent.py
|
|
293
299
|
- core/corefgraph/resources/tagset/alpino_pos.py
|
|
294
300
|
- core/corefgraph/resources/tagset/ancora_constituent.py
|
|
295
301
|
- core/corefgraph/resources/tagset/ancora_pos.py
|
|
296
302
|
- core/corefgraph/resources/tagset/conll_ner.py
|
|
297
|
-
- core/corefgraph/resources/tagset/conll_ner.
|
|
303
|
+
- core/corefgraph/resources/tagset/conll_ner.pyc
|
|
298
304
|
- core/corefgraph/resources/tagset/default_dep.py
|
|
305
|
+
- core/corefgraph/resources/tagset/default_dep.pyc
|
|
299
306
|
- core/corefgraph/resources/tagset/default_ner.py
|
|
307
|
+
- core/corefgraph/resources/tagset/default_ner.pyc
|
|
300
308
|
- core/corefgraph/resources/tagset/french_constituent.py
|
|
301
309
|
- core/corefgraph/resources/tagset/french_pos.py
|
|
302
310
|
- core/corefgraph/resources/tagset/negra_constituent.py
|
|
311
|
+
- core/corefgraph/resources/tagset/negra_constituent.pyc
|
|
303
312
|
- core/corefgraph/resources/tagset/negra_pos.py
|
|
313
|
+
- core/corefgraph/resources/tagset/negra_pos.pyc
|
|
304
314
|
- core/corefgraph/resources/tagset/penntreebank_constituent.py
|
|
305
|
-
- core/corefgraph/resources/tagset/penntreebank_constituent.
|
|
315
|
+
- core/corefgraph/resources/tagset/penntreebank_constituent.pyc
|
|
306
316
|
- core/corefgraph/resources/tagset/penntreebank_pos.py
|
|
307
|
-
- core/corefgraph/resources/tagset/penntreebank_pos.
|
|
317
|
+
- core/corefgraph/resources/tagset/penntreebank_pos.pyc
|
|
308
318
|
- core/corefgraph/resources/tagset/stanford_dep.py
|
|
309
|
-
- core/corefgraph/resources/tagset/stanford_dep.
|
|
319
|
+
- core/corefgraph/resources/tagset/stanford_dep.pyc
|
|
310
320
|
- core/corefgraph/resources/tagset/tutpenn_constituent.py
|
|
311
321
|
- core/corefgraph/resources/tagset/tutpenn_pos.py
|
|
312
322
|
- core/corefgraph/resources/tree.py
|
|
313
|
-
- core/corefgraph/resources/tree.
|
|
323
|
+
- core/corefgraph/resources/tree.pyc
|
|
314
324
|
- core/corefgraph/test/__init__.py
|
|
315
325
|
- core/corefgraph/test/test_sentenceCandidateExtractor_test.py
|
|
316
326
|
- core/corefgraph/text_processor.py
|
|
317
|
-
- core/corefgraph/text_processor.
|
|
327
|
+
- core/corefgraph/text_processor.pyc
|
|
318
328
|
- core/vendor/dictconfig/__init__.py
|
|
319
|
-
- core/vendor/dictconfig/__init__.
|
|
329
|
+
- core/vendor/dictconfig/__init__.pyc
|
|
320
330
|
- core/vendor/dictconfig/dictconfig.py
|
|
321
|
-
- core/vendor/dictconfig/dictconfig.
|
|
331
|
+
- core/vendor/dictconfig/dictconfig.pyc
|
|
322
332
|
- core/vendor/pykaf/LICENSE.txt
|
|
323
333
|
- core/vendor/pykaf/__init__.py
|
|
324
|
-
- core/vendor/pykaf/__init__.
|
|
334
|
+
- core/vendor/pykaf/__init__.pyc
|
|
325
335
|
- ext/hack/Rakefile
|
|
326
336
|
- lib/opener/coreferences/base.rb
|
|
327
337
|
- lib/opener/coreferences/base/version.rb
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|