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.
Files changed (90) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -4
  3. data/core/corefgraph/{__init__.pyo → __init__.pyc} +0 -0
  4. data/core/corefgraph/features/{__init__.pyo → __init__.pyc} +0 -0
  5. data/core/corefgraph/features/{animacy.pyo → animacy.pyc} +0 -0
  6. data/core/corefgraph/features/{gender.pyo → gender.pyc} +0 -0
  7. data/core/corefgraph/features/grendel.pyc +0 -0
  8. data/core/corefgraph/features/{number.pyo → number.pyc} +0 -0
  9. data/core/corefgraph/features/speakerExtractor.pyc +0 -0
  10. data/core/corefgraph/features/{utils.pyo → utils.pyc} +0 -0
  11. data/core/corefgraph/graph/{__init__.pyo → __init__.pyc} +0 -0
  12. data/core/corefgraph/graph/graph_builder.pyc +0 -0
  13. data/core/corefgraph/graph/kafx.py +2 -1
  14. data/core/corefgraph/graph/kafx.pyc +0 -0
  15. data/core/corefgraph/graph/xutils.pyc +0 -0
  16. data/core/corefgraph/multisieve/__init__.pyc +0 -0
  17. data/core/corefgraph/multisieve/core.pyc +0 -0
  18. data/core/corefgraph/multisieve/mentionSelection.pyc +0 -0
  19. data/core/corefgraph/multisieve/sieves/{__init__.pyo → __init__.pyc} +0 -0
  20. data/core/corefgraph/multisieve/sieves/base.pyc +0 -0
  21. data/core/corefgraph/multisieve/sieves/extraPreciseConstruct.pyc +0 -0
  22. data/core/corefgraph/multisieve/sieves/preciseConstruct.pyc +0 -0
  23. data/core/corefgraph/multisieve/sieves/pronoumMatch.pyc +0 -0
  24. data/core/corefgraph/multisieve/sieves/speakertMatch.pyc +0 -0
  25. data/core/corefgraph/multisieve/sieves/strictHeadMatching.pyc +0 -0
  26. data/core/corefgraph/multisieve/sieves/stringMatch.pyc +0 -0
  27. data/core/corefgraph/output/{__init__.pyo → __init__.pyc} +0 -0
  28. data/core/corefgraph/output/basewriter.pyc +0 -0
  29. data/core/corefgraph/output/kafwritter.pyc +0 -0
  30. data/core/corefgraph/output/progressbar.pyc +0 -0
  31. data/core/corefgraph/process/{__init__.pyo → __init__.pyc} +0 -0
  32. data/core/corefgraph/properties/__init__.pyc +0 -0
  33. data/core/corefgraph/properties/properties_de.pyc +0 -0
  34. data/core/corefgraph/properties/properties_en.pyc +0 -0
  35. data/core/corefgraph/resources/{__init__.pyo → __init__.pyc} +0 -0
  36. data/core/corefgraph/resources/demonym/{__init__.pyo → __init__.pyc} +0 -0
  37. data/core/corefgraph/resources/dictionaries/{__init__.pyo → __init__.pyc} +0 -0
  38. data/core/corefgraph/resources/dictionaries/de_determiners.pyc +0 -0
  39. data/core/corefgraph/resources/dictionaries/de_pronouns.pyc +0 -0
  40. data/core/corefgraph/resources/dictionaries/de_stopwords.pyc +0 -0
  41. data/core/corefgraph/resources/dictionaries/de_temporals.pyc +0 -0
  42. data/core/corefgraph/resources/dictionaries/de_verbs.pyc +0 -0
  43. data/core/corefgraph/resources/dictionaries/{en_determiners.pyo → en_determiners.pyc} +0 -0
  44. data/core/corefgraph/resources/dictionaries/{en_pronouns.pyo → en_pronouns.pyc} +0 -0
  45. data/core/corefgraph/resources/dictionaries/{en_stopwords.pyo → en_stopwords.pyc} +0 -0
  46. data/core/corefgraph/resources/dictionaries/{en_temporals.pyo → en_temporals.pyc} +0 -0
  47. data/core/corefgraph/resources/dictionaries/{en_verbs.pyo → en_verbs.pyc} +0 -0
  48. data/core/corefgraph/resources/{lambdas.pyo → lambdas.pyc} +0 -0
  49. data/core/corefgraph/resources/tagset/{__init__.pyo → __init__.pyc} +0 -0
  50. data/core/corefgraph/resources/tagset/alpino_pos.py +13 -13
  51. data/core/corefgraph/resources/tagset/{conll_ner.pyo → conll_ner.pyc} +0 -0
  52. data/core/corefgraph/resources/tagset/default_dep.pyc +0 -0
  53. data/core/corefgraph/resources/tagset/default_ner.pyc +0 -0
  54. data/core/corefgraph/resources/tagset/negra_constituent.pyc +0 -0
  55. data/core/corefgraph/resources/tagset/negra_pos.pyc +0 -0
  56. data/core/corefgraph/resources/tagset/{penntreebank_constituent.pyo → penntreebank_constituent.pyc} +0 -0
  57. data/core/corefgraph/resources/tagset/penntreebank_pos.pyc +0 -0
  58. data/core/corefgraph/resources/tagset/{stanford_dep.pyo → stanford_dep.pyc} +0 -0
  59. data/core/corefgraph/resources/tree.pyc +0 -0
  60. data/core/corefgraph/{text_processor.pyo → text_processor.pyc} +0 -0
  61. data/core/vendor/dictconfig/{__init__.pyo → __init__.pyc} +0 -0
  62. data/core/vendor/dictconfig/dictconfig.pyc +0 -0
  63. data/core/vendor/pykaf/__init__.pyc +0 -0
  64. data/lib/opener/coreferences/base/version.rb +1 -1
  65. data/task/requirements.rake +1 -1
  66. metadata +61 -51
  67. data/core/corefgraph/features/grendel.pyo +0 -0
  68. data/core/corefgraph/features/speakerExtractor.pyo +0 -0
  69. data/core/corefgraph/graph/graph_builder.pyo +0 -0
  70. data/core/corefgraph/graph/kafx.pyo +0 -0
  71. data/core/corefgraph/graph/xutils.pyo +0 -0
  72. data/core/corefgraph/multisieve/__init__.pyo +0 -0
  73. data/core/corefgraph/multisieve/core.pyo +0 -0
  74. data/core/corefgraph/multisieve/mentionSelection.pyo +0 -0
  75. data/core/corefgraph/multisieve/sieves/base.pyo +0 -0
  76. data/core/corefgraph/multisieve/sieves/extraPreciseConstruct.pyo +0 -0
  77. data/core/corefgraph/multisieve/sieves/preciseConstruct.pyo +0 -0
  78. data/core/corefgraph/multisieve/sieves/pronoumMatch.pyo +0 -0
  79. data/core/corefgraph/multisieve/sieves/speakertMatch.pyo +0 -0
  80. data/core/corefgraph/multisieve/sieves/strictHeadMatching.pyo +0 -0
  81. data/core/corefgraph/multisieve/sieves/stringMatch.pyo +0 -0
  82. data/core/corefgraph/output/basewriter.pyo +0 -0
  83. data/core/corefgraph/output/kafwritter.pyo +0 -0
  84. data/core/corefgraph/output/progressbar.pyo +0 -0
  85. data/core/corefgraph/properties/__init__.pyo +0 -0
  86. data/core/corefgraph/properties/properties_en.pyo +0 -0
  87. data/core/corefgraph/resources/tagset/penntreebank_pos.pyo +0 -0
  88. data/core/corefgraph/resources/tree.pyo +0 -0
  89. data/core/vendor/dictconfig/dictconfig.pyo +0 -0
  90. data/core/vendor/pykaf/__init__.pyo +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d82ab55ffb5b85595bbb392d03b595c68d350892
4
- data.tar.gz: c66c8fbfc34313bc2f9d93b60aaf4530eb25666f
3
+ metadata.gz: dbae7fc1f2e8716e6f14e9a6ac25f8968bdaa877
4
+ data.tar.gz: 4a084901a0a5c5c03f3aba7bb544396230f82467
5
5
  SHA512:
6
- metadata.gz: 5518ef3db93c7b19e2d638f05dbf3ae9ef87dafb5da56cf76f9a100aefc4c360d35ab7f68b146dfc3e30e9aeca742363b4655284f87a1ba6cb1a27726892d5a8
7
- data.tar.gz: 09ebc9a10fb8e325580ae382f7371ca911bdb59ed5f42d2cebd2cd09c49001957913d9c905f8fa3755f84b60dc824136464d99659b260356450710b6595d39ff
6
+ metadata.gz: 8eae80860ef54dae317648fb8475fe069265af83283cc8a854b73714da0d00cb6bd39ac433f05af24734be08ebc513aacbdf98fd966ea1bbb7a5cce45f4150be
7
+ data.tar.gz: 1253a802a0cbfe2ca3bd2dc278c34fdbcb453fb060c49607a9d0d156e04612f4b4af2d99bbc7cb2630d33b121c19776f8fd7f1132be95219450740d11d64325f
data/README.md CHANGED
@@ -1,5 +1,3 @@
1
- [![Build Status](https://drone.io/github.com/opener-project/coreference-base/status.png)](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
@@ -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
- if target == root:
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:
@@ -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 = "Pron" #"PRP"
7
- _possessive_pronoun = "Det" #"PRP$"
8
- _wh_pronoun = "Pron"
9
- _wh_possessive_pronoun = "Det"
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= ("VB",)
12
+ _verbs_list= ("WW(pv)","WW(vd)","WW(inf)")
13
13
  _modal = fail
14
- _noun = "Noun"
15
- _noun_plural = "Noun"
14
+ _noun = "N(soort)"
15
+ _noun_plural = "N(soort,mv)"
16
16
  _interjection = fail
17
- _proper_noun = "Name"
18
- _proper_noun_plural = "Name"
17
+ _proper_noun = "N(eigen)"
18
+ _proper_noun_plural = "N(eigen,mv)"
19
19
 
20
- _adjective = "Adj"
21
- _adjective_comparative = "Adj"
22
- _adjective_superlative = "Adj"
20
+ _adjective = "ADJ(basis)"
21
+ _adjective_comparative = "ADJ(comp)"
22
+ _adjective_superlative = "ADJ(sup)"
23
23
 
24
- _conjunctions = ("Vg",)
24
+ _conjunctions = ("VG(neven)",)
25
25
 
26
26
 
27
27
  # Usable functions
@@ -1,7 +1,7 @@
1
1
  module Opener
2
2
  module Coreferences
3
3
  class Base
4
- VERSION = '2.1.0'
4
+ VERSION = '2.1.1'
5
5
  end # Base
6
6
  end # Coreferences
7
7
  end # Opener
@@ -3,5 +3,5 @@ task :requirements do
3
3
  require 'cliver'
4
4
 
5
5
  Cliver.detect!('python', '~> 2.6')
6
- Cliver.detect!('pip', '~> 1.3')
6
+ Cliver.detect!('pip', '>= 1.3')
7
7
  end
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.0
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: 2014-06-25 00:00:00.000000000 Z
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__.pyo
105
+ - core/corefgraph/__init__.pyc
106
106
  - core/corefgraph/features/__init__.py
107
- - core/corefgraph/features/__init__.pyo
107
+ - core/corefgraph/features/__init__.pyc
108
108
  - core/corefgraph/features/animacy.py
109
- - core/corefgraph/features/animacy.pyo
109
+ - core/corefgraph/features/animacy.pyc
110
110
  - core/corefgraph/features/gender.py
111
- - core/corefgraph/features/gender.pyo
111
+ - core/corefgraph/features/gender.pyc
112
112
  - core/corefgraph/features/grendel.py
113
- - core/corefgraph/features/grendel.pyo
113
+ - core/corefgraph/features/grendel.pyc
114
114
  - core/corefgraph/features/number.py
115
- - core/corefgraph/features/number.pyo
115
+ - core/corefgraph/features/number.pyc
116
116
  - core/corefgraph/features/speakerExtractor.py
117
- - core/corefgraph/features/speakerExtractor.pyo
117
+ - core/corefgraph/features/speakerExtractor.pyc
118
118
  - core/corefgraph/features/utils.py
119
- - core/corefgraph/features/utils.pyo
119
+ - core/corefgraph/features/utils.pyc
120
120
  - core/corefgraph/graph/__init__.py
121
- - core/corefgraph/graph/__init__.pyo
121
+ - core/corefgraph/graph/__init__.pyc
122
122
  - core/corefgraph/graph/graph_builder.py
123
- - core/corefgraph/graph/graph_builder.pyo
123
+ - core/corefgraph/graph/graph_builder.pyc
124
124
  - core/corefgraph/graph/kafx.py
125
- - core/corefgraph/graph/kafx.pyo
125
+ - core/corefgraph/graph/kafx.pyc
126
126
  - core/corefgraph/graph/xutils.py
127
- - core/corefgraph/graph/xutils.pyo
127
+ - core/corefgraph/graph/xutils.pyc
128
128
  - core/corefgraph/multisieve/__init__.py
129
- - core/corefgraph/multisieve/__init__.pyo
129
+ - core/corefgraph/multisieve/__init__.pyc
130
130
  - core/corefgraph/multisieve/core.py
131
- - core/corefgraph/multisieve/core.pyo
131
+ - core/corefgraph/multisieve/core.pyc
132
132
  - core/corefgraph/multisieve/mentionSelection.py
133
- - core/corefgraph/multisieve/mentionSelection.pyo
133
+ - core/corefgraph/multisieve/mentionSelection.pyc
134
134
  - core/corefgraph/multisieve/sieves/__init__.py
135
- - core/corefgraph/multisieve/sieves/__init__.pyo
135
+ - core/corefgraph/multisieve/sieves/__init__.pyc
136
136
  - core/corefgraph/multisieve/sieves/base.py
137
- - core/corefgraph/multisieve/sieves/base.pyo
137
+ - core/corefgraph/multisieve/sieves/base.pyc
138
138
  - core/corefgraph/multisieve/sieves/extraPreciseConstruct.py
139
- - core/corefgraph/multisieve/sieves/extraPreciseConstruct.pyo
139
+ - core/corefgraph/multisieve/sieves/extraPreciseConstruct.pyc
140
140
  - core/corefgraph/multisieve/sieves/preciseConstruct.py
141
- - core/corefgraph/multisieve/sieves/preciseConstruct.pyo
141
+ - core/corefgraph/multisieve/sieves/preciseConstruct.pyc
142
142
  - core/corefgraph/multisieve/sieves/pronoumMatch.py
143
- - core/corefgraph/multisieve/sieves/pronoumMatch.pyo
143
+ - core/corefgraph/multisieve/sieves/pronoumMatch.pyc
144
144
  - core/corefgraph/multisieve/sieves/speakertMatch.py
145
- - core/corefgraph/multisieve/sieves/speakertMatch.pyo
145
+ - core/corefgraph/multisieve/sieves/speakertMatch.pyc
146
146
  - core/corefgraph/multisieve/sieves/strictHeadMatching.py
147
- - core/corefgraph/multisieve/sieves/strictHeadMatching.pyo
147
+ - core/corefgraph/multisieve/sieves/strictHeadMatching.pyc
148
148
  - core/corefgraph/multisieve/sieves/stringMatch.py
149
- - core/corefgraph/multisieve/sieves/stringMatch.pyo
149
+ - core/corefgraph/multisieve/sieves/stringMatch.pyc
150
150
  - core/corefgraph/output/__init__.py
151
- - core/corefgraph/output/__init__.pyo
151
+ - core/corefgraph/output/__init__.pyc
152
152
  - core/corefgraph/output/basewriter.py
153
- - core/corefgraph/output/basewriter.pyo
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.pyo
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.pyo
159
+ - core/corefgraph/output/progressbar.pyc
160
160
  - core/corefgraph/process/__init__.py
161
- - core/corefgraph/process/__init__.pyo
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__.pyo
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.pyo
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__.pyo
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__.pyo
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__.pyo
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.pyo
194
+ - core/corefgraph/resources/dictionaries/en_determiners.pyc
189
195
  - core/corefgraph/resources/dictionaries/en_pronouns.py
190
- - core/corefgraph/resources/dictionaries/en_pronouns.pyo
196
+ - core/corefgraph/resources/dictionaries/en_pronouns.pyc
191
197
  - core/corefgraph/resources/dictionaries/en_stopwords.py
192
- - core/corefgraph/resources/dictionaries/en_stopwords.pyo
198
+ - core/corefgraph/resources/dictionaries/en_stopwords.pyc
193
199
  - core/corefgraph/resources/dictionaries/en_temporals.py
194
- - core/corefgraph/resources/dictionaries/en_temporals.pyo
200
+ - core/corefgraph/resources/dictionaries/en_temporals.pyc
195
201
  - core/corefgraph/resources/dictionaries/en_verbs.py
196
- - core/corefgraph/resources/dictionaries/en_verbs.pyo
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.pyo
295
+ - core/corefgraph/resources/lambdas.pyc
290
296
  - core/corefgraph/resources/tagset/__init__.py
291
- - core/corefgraph/resources/tagset/__init__.pyo
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.pyo
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.pyo
315
+ - core/corefgraph/resources/tagset/penntreebank_constituent.pyc
306
316
  - core/corefgraph/resources/tagset/penntreebank_pos.py
307
- - core/corefgraph/resources/tagset/penntreebank_pos.pyo
317
+ - core/corefgraph/resources/tagset/penntreebank_pos.pyc
308
318
  - core/corefgraph/resources/tagset/stanford_dep.py
309
- - core/corefgraph/resources/tagset/stanford_dep.pyo
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.pyo
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.pyo
327
+ - core/corefgraph/text_processor.pyc
318
328
  - core/vendor/dictconfig/__init__.py
319
- - core/vendor/dictconfig/__init__.pyo
329
+ - core/vendor/dictconfig/__init__.pyc
320
330
  - core/vendor/dictconfig/dictconfig.py
321
- - core/vendor/dictconfig/dictconfig.pyo
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__.pyo
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