David Kagramanyan
commited on
Commit
•
cae9ed3
1
Parent(s):
4bce455
initial
Browse files- .gitattributes +2 -0
- LICENSE +428 -0
- LICENSES_SOURCES +1320 -0
- README.md +127 -0
- accuracy.json +353 -0
- attribute_ruler/patterns +0 -0
- config.cfg +313 -0
- lemmatizer/cfg +1056 -0
- lemmatizer/model +0 -0
- lemmatizer/trees +0 -0
- meta.json +755 -0
- morphologizer/cfg +141 -0
- morphologizer/model +0 -0
- ner/cfg +13 -0
- ner/model +3 -0
- ner/moves +1 -0
- parser/cfg +13 -0
- parser/model +0 -0
- parser/moves +1 -0
- senter/cfg +3 -0
- senter/model +0 -0
- tagger/cfg +210 -0
- tagger/model +0 -0
- tok2vec/cfg +3 -0
- tok2vec/model +3 -0
- tokenizer +0 -0
- vocab/key2row +1 -0
- vocab/lookups.bin +3 -0
- vocab/strings.json +0 -0
- vocab/vectors +0 -0
- vocab/vectors.cfg +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
ner/model filter=lfs diff=lfs merge=lfs -text
|
37 |
+
tok2vec/model filter=lfs diff=lfs merge=lfs -text
|
LICENSE
ADDED
@@ -0,0 +1,428 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Attribution-ShareAlike 4.0 International
|
2 |
+
|
3 |
+
=======================================================================
|
4 |
+
|
5 |
+
Creative Commons Corporation ("Creative Commons") is not a law firm and
|
6 |
+
does not provide legal services or legal advice. Distribution of
|
7 |
+
Creative Commons public licenses does not create a lawyer-client or
|
8 |
+
other relationship. Creative Commons makes its licenses and related
|
9 |
+
information available on an "as-is" basis. Creative Commons gives no
|
10 |
+
warranties regarding its licenses, any material licensed under their
|
11 |
+
terms and conditions, or any related information. Creative Commons
|
12 |
+
disclaims all liability for damages resulting from their use to the
|
13 |
+
fullest extent possible.
|
14 |
+
|
15 |
+
Using Creative Commons Public Licenses
|
16 |
+
|
17 |
+
Creative Commons public licenses provide a standard set of terms and
|
18 |
+
conditions that creators and other rights holders may use to share
|
19 |
+
original works of authorship and other material subject to copyright
|
20 |
+
and certain other rights specified in the public license below. The
|
21 |
+
following considerations are for informational purposes only, are not
|
22 |
+
exhaustive, and do not form part of our licenses.
|
23 |
+
|
24 |
+
Considerations for licensors: Our public licenses are
|
25 |
+
intended for use by those authorized to give the public
|
26 |
+
permission to use material in ways otherwise restricted by
|
27 |
+
copyright and certain other rights. Our licenses are
|
28 |
+
irrevocable. Licensors should read and understand the terms
|
29 |
+
and conditions of the license they choose before applying it.
|
30 |
+
Licensors should also secure all rights necessary before
|
31 |
+
applying our licenses so that the public can reuse the
|
32 |
+
material as expected. Licensors should clearly mark any
|
33 |
+
material not subject to the license. This includes other CC-
|
34 |
+
licensed material, or material used under an exception or
|
35 |
+
limitation to copyright. More considerations for licensors:
|
36 |
+
wiki.creativecommons.org/Considerations_for_licensors
|
37 |
+
|
38 |
+
Considerations for the public: By using one of our public
|
39 |
+
licenses, a licensor grants the public permission to use the
|
40 |
+
licensed material under specified terms and conditions. If
|
41 |
+
the licensor's permission is not necessary for any reason--for
|
42 |
+
example, because of any applicable exception or limitation to
|
43 |
+
copyright--then that use is not regulated by the license. Our
|
44 |
+
licenses grant only permissions under copyright and certain
|
45 |
+
other rights that a licensor has authority to grant. Use of
|
46 |
+
the licensed material may still be restricted for other
|
47 |
+
reasons, including because others have copyright or other
|
48 |
+
rights in the material. A licensor may make special requests,
|
49 |
+
such as asking that all changes be marked or described.
|
50 |
+
Although not required by our licenses, you are encouraged to
|
51 |
+
respect those requests where reasonable. More considerations
|
52 |
+
for the public:
|
53 |
+
wiki.creativecommons.org/Considerations_for_licensees
|
54 |
+
|
55 |
+
=======================================================================
|
56 |
+
|
57 |
+
Creative Commons Attribution-ShareAlike 4.0 International Public
|
58 |
+
License
|
59 |
+
|
60 |
+
By exercising the Licensed Rights (defined below), You accept and agree
|
61 |
+
to be bound by the terms and conditions of this Creative Commons
|
62 |
+
Attribution-ShareAlike 4.0 International Public License ("Public
|
63 |
+
License"). To the extent this Public License may be interpreted as a
|
64 |
+
contract, You are granted the Licensed Rights in consideration of Your
|
65 |
+
acceptance of these terms and conditions, and the Licensor grants You
|
66 |
+
such rights in consideration of benefits the Licensor receives from
|
67 |
+
making the Licensed Material available under these terms and
|
68 |
+
conditions.
|
69 |
+
|
70 |
+
|
71 |
+
Section 1 -- Definitions.
|
72 |
+
|
73 |
+
a. Adapted Material means material subject to Copyright and Similar
|
74 |
+
Rights that is derived from or based upon the Licensed Material
|
75 |
+
and in which the Licensed Material is translated, altered,
|
76 |
+
arranged, transformed, or otherwise modified in a manner requiring
|
77 |
+
permission under the Copyright and Similar Rights held by the
|
78 |
+
Licensor. For purposes of this Public License, where the Licensed
|
79 |
+
Material is a musical work, performance, or sound recording,
|
80 |
+
Adapted Material is always produced where the Licensed Material is
|
81 |
+
synched in timed relation with a moving image.
|
82 |
+
|
83 |
+
b. Adapter's License means the license You apply to Your Copyright
|
84 |
+
and Similar Rights in Your contributions to Adapted Material in
|
85 |
+
accordance with the terms and conditions of this Public License.
|
86 |
+
|
87 |
+
c. BY-SA Compatible License means a license listed at
|
88 |
+
creativecommons.org/compatiblelicenses, approved by Creative
|
89 |
+
Commons as essentially the equivalent of this Public License.
|
90 |
+
|
91 |
+
d. Copyright and Similar Rights means copyright and/or similar rights
|
92 |
+
closely related to copyright including, without limitation,
|
93 |
+
performance, broadcast, sound recording, and Sui Generis Database
|
94 |
+
Rights, without regard to how the rights are labeled or
|
95 |
+
categorized. For purposes of this Public License, the rights
|
96 |
+
specified in Section 2(b)(1)-(2) are not Copyright and Similar
|
97 |
+
Rights.
|
98 |
+
|
99 |
+
e. Effective Technological Measures means those measures that, in the
|
100 |
+
absence of proper authority, may not be circumvented under laws
|
101 |
+
fulfilling obligations under Article 11 of the WIPO Copyright
|
102 |
+
Treaty adopted on December 20, 1996, and/or similar international
|
103 |
+
agreements.
|
104 |
+
|
105 |
+
f. Exceptions and Limitations means fair use, fair dealing, and/or
|
106 |
+
any other exception or limitation to Copyright and Similar Rights
|
107 |
+
that applies to Your use of the Licensed Material.
|
108 |
+
|
109 |
+
g. License Elements means the license attributes listed in the name
|
110 |
+
of a Creative Commons Public License. The License Elements of this
|
111 |
+
Public License are Attribution and ShareAlike.
|
112 |
+
|
113 |
+
h. Licensed Material means the artistic or literary work, database,
|
114 |
+
or other material to which the Licensor applied this Public
|
115 |
+
License.
|
116 |
+
|
117 |
+
i. Licensed Rights means the rights granted to You subject to the
|
118 |
+
terms and conditions of this Public License, which are limited to
|
119 |
+
all Copyright and Similar Rights that apply to Your use of the
|
120 |
+
Licensed Material and that the Licensor has authority to license.
|
121 |
+
|
122 |
+
j. Licensor means the individual(s) or entity(ies) granting rights
|
123 |
+
under this Public License.
|
124 |
+
|
125 |
+
k. Share means to provide material to the public by any means or
|
126 |
+
process that requires permission under the Licensed Rights, such
|
127 |
+
as reproduction, public display, public performance, distribution,
|
128 |
+
dissemination, communication, or importation, and to make material
|
129 |
+
available to the public including in ways that members of the
|
130 |
+
public may access the material from a place and at a time
|
131 |
+
individually chosen by them.
|
132 |
+
|
133 |
+
l. Sui Generis Database Rights means rights other than copyright
|
134 |
+
resulting from Directive 96/9/EC of the European Parliament and of
|
135 |
+
the Council of 11 March 1996 on the legal protection of databases,
|
136 |
+
as amended and/or succeeded, as well as other essentially
|
137 |
+
equivalent rights anywhere in the world.
|
138 |
+
|
139 |
+
m. You means the individual or entity exercising the Licensed Rights
|
140 |
+
under this Public License. Your has a corresponding meaning.
|
141 |
+
|
142 |
+
|
143 |
+
Section 2 -- Scope.
|
144 |
+
|
145 |
+
a. License grant.
|
146 |
+
|
147 |
+
1. Subject to the terms and conditions of this Public License,
|
148 |
+
the Licensor hereby grants You a worldwide, royalty-free,
|
149 |
+
non-sublicensable, non-exclusive, irrevocable license to
|
150 |
+
exercise the Licensed Rights in the Licensed Material to:
|
151 |
+
|
152 |
+
a. reproduce and Share the Licensed Material, in whole or
|
153 |
+
in part; and
|
154 |
+
|
155 |
+
b. produce, reproduce, and Share Adapted Material.
|
156 |
+
|
157 |
+
2. Exceptions and Limitations. For the avoidance of doubt, where
|
158 |
+
Exceptions and Limitations apply to Your use, this Public
|
159 |
+
License does not apply, and You do not need to comply with
|
160 |
+
its terms and conditions.
|
161 |
+
|
162 |
+
3. Term. The term of this Public License is specified in Section
|
163 |
+
6(a).
|
164 |
+
|
165 |
+
4. Media and formats; technical modifications allowed. The
|
166 |
+
Licensor authorizes You to exercise the Licensed Rights in
|
167 |
+
all media and formats whether now known or hereafter created,
|
168 |
+
and to make technical modifications necessary to do so. The
|
169 |
+
Licensor waives and/or agrees not to assert any right or
|
170 |
+
authority to forbid You from making technical modifications
|
171 |
+
necessary to exercise the Licensed Rights, including
|
172 |
+
technical modifications necessary to circumvent Effective
|
173 |
+
Technological Measures. For purposes of this Public License,
|
174 |
+
simply making modifications authorized by this Section 2(a)
|
175 |
+
(4) never produces Adapted Material.
|
176 |
+
|
177 |
+
5. Downstream recipients.
|
178 |
+
|
179 |
+
a. Offer from the Licensor -- Licensed Material. Every
|
180 |
+
recipient of the Licensed Material automatically
|
181 |
+
receives an offer from the Licensor to exercise the
|
182 |
+
Licensed Rights under the terms and conditions of this
|
183 |
+
Public License.
|
184 |
+
|
185 |
+
b. Additional offer from the Licensor -- Adapted Material.
|
186 |
+
Every recipient of Adapted Material from You
|
187 |
+
automatically receives an offer from the Licensor to
|
188 |
+
exercise the Licensed Rights in the Adapted Material
|
189 |
+
under the conditions of the Adapter's License You apply.
|
190 |
+
|
191 |
+
c. No downstream restrictions. You may not offer or impose
|
192 |
+
any additional or different terms or conditions on, or
|
193 |
+
apply any Effective Technological Measures to, the
|
194 |
+
Licensed Material if doing so restricts exercise of the
|
195 |
+
Licensed Rights by any recipient of the Licensed
|
196 |
+
Material.
|
197 |
+
|
198 |
+
6. No endorsement. Nothing in this Public License constitutes or
|
199 |
+
may be construed as permission to assert or imply that You
|
200 |
+
are, or that Your use of the Licensed Material is, connected
|
201 |
+
with, or sponsored, endorsed, or granted official status by,
|
202 |
+
the Licensor or others designated to receive attribution as
|
203 |
+
provided in Section 3(a)(1)(A)(i).
|
204 |
+
|
205 |
+
b. Other rights.
|
206 |
+
|
207 |
+
1. Moral rights, such as the right of integrity, are not
|
208 |
+
licensed under this Public License, nor are publicity,
|
209 |
+
privacy, and/or other similar personality rights; however, to
|
210 |
+
the extent possible, the Licensor waives and/or agrees not to
|
211 |
+
assert any such rights held by the Licensor to the limited
|
212 |
+
extent necessary to allow You to exercise the Licensed
|
213 |
+
Rights, but not otherwise.
|
214 |
+
|
215 |
+
2. Patent and trademark rights are not licensed under this
|
216 |
+
Public License.
|
217 |
+
|
218 |
+
3. To the extent possible, the Licensor waives any right to
|
219 |
+
collect royalties from You for the exercise of the Licensed
|
220 |
+
Rights, whether directly or through a collecting society
|
221 |
+
under any voluntary or waivable statutory or compulsory
|
222 |
+
licensing scheme. In all other cases the Licensor expressly
|
223 |
+
reserves any right to collect such royalties.
|
224 |
+
|
225 |
+
|
226 |
+
Section 3 -- License Conditions.
|
227 |
+
|
228 |
+
Your exercise of the Licensed Rights is expressly made subject to the
|
229 |
+
following conditions.
|
230 |
+
|
231 |
+
a. Attribution.
|
232 |
+
|
233 |
+
1. If You Share the Licensed Material (including in modified
|
234 |
+
form), You must:
|
235 |
+
|
236 |
+
a. retain the following if it is supplied by the Licensor
|
237 |
+
with the Licensed Material:
|
238 |
+
|
239 |
+
i. identification of the creator(s) of the Licensed
|
240 |
+
Material and any others designated to receive
|
241 |
+
attribution, in any reasonable manner requested by
|
242 |
+
the Licensor (including by pseudonym if
|
243 |
+
designated);
|
244 |
+
|
245 |
+
ii. a copyright notice;
|
246 |
+
|
247 |
+
iii. a notice that refers to this Public License;
|
248 |
+
|
249 |
+
iv. a notice that refers to the disclaimer of
|
250 |
+
warranties;
|
251 |
+
|
252 |
+
v. a URI or hyperlink to the Licensed Material to the
|
253 |
+
extent reasonably practicable;
|
254 |
+
|
255 |
+
b. indicate if You modified the Licensed Material and
|
256 |
+
retain an indication of any previous modifications; and
|
257 |
+
|
258 |
+
c. indicate the Licensed Material is licensed under this
|
259 |
+
Public License, and include the text of, or the URI or
|
260 |
+
hyperlink to, this Public License.
|
261 |
+
|
262 |
+
2. You may satisfy the conditions in Section 3(a)(1) in any
|
263 |
+
reasonable manner based on the medium, means, and context in
|
264 |
+
which You Share the Licensed Material. For example, it may be
|
265 |
+
reasonable to satisfy the conditions by providing a URI or
|
266 |
+
hyperlink to a resource that includes the required
|
267 |
+
information.
|
268 |
+
|
269 |
+
3. If requested by the Licensor, You must remove any of the
|
270 |
+
information required by Section 3(a)(1)(A) to the extent
|
271 |
+
reasonably practicable.
|
272 |
+
|
273 |
+
b. ShareAlike.
|
274 |
+
|
275 |
+
In addition to the conditions in Section 3(a), if You Share
|
276 |
+
Adapted Material You produce, the following conditions also apply.
|
277 |
+
|
278 |
+
1. The Adapter's License You apply must be a Creative Commons
|
279 |
+
license with the same License Elements, this version or
|
280 |
+
later, or a BY-SA Compatible License.
|
281 |
+
|
282 |
+
2. You must include the text of, or the URI or hyperlink to, the
|
283 |
+
Adapter's License You apply. You may satisfy this condition
|
284 |
+
in any reasonable manner based on the medium, means, and
|
285 |
+
context in which You Share Adapted Material.
|
286 |
+
|
287 |
+
3. You may not offer or impose any additional or different terms
|
288 |
+
or conditions on, or apply any Effective Technological
|
289 |
+
Measures to, Adapted Material that restrict exercise of the
|
290 |
+
rights granted under the Adapter's License You apply.
|
291 |
+
|
292 |
+
|
293 |
+
Section 4 -- Sui Generis Database Rights.
|
294 |
+
|
295 |
+
Where the Licensed Rights include Sui Generis Database Rights that
|
296 |
+
apply to Your use of the Licensed Material:
|
297 |
+
|
298 |
+
a. for the avoidance of doubt, Section 2(a)(1) grants You the right
|
299 |
+
to extract, reuse, reproduce, and Share all or a substantial
|
300 |
+
portion of the contents of the database;
|
301 |
+
|
302 |
+
b. if You include all or a substantial portion of the database
|
303 |
+
contents in a database in which You have Sui Generis Database
|
304 |
+
Rights, then the database in which You have Sui Generis Database
|
305 |
+
Rights (but not its individual contents) is Adapted Material,
|
306 |
+
|
307 |
+
including for purposes of Section 3(b); and
|
308 |
+
c. You must comply with the conditions in Section 3(a) if You Share
|
309 |
+
all or a substantial portion of the contents of the database.
|
310 |
+
|
311 |
+
For the avoidance of doubt, this Section 4 supplements and does not
|
312 |
+
replace Your obligations under this Public License where the Licensed
|
313 |
+
Rights include other Copyright and Similar Rights.
|
314 |
+
|
315 |
+
|
316 |
+
Section 5 -- Disclaimer of Warranties and Limitation of Liability.
|
317 |
+
|
318 |
+
a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
|
319 |
+
EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
|
320 |
+
AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
|
321 |
+
ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
|
322 |
+
IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
|
323 |
+
WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
|
324 |
+
PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
|
325 |
+
ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
|
326 |
+
KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
|
327 |
+
ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
|
328 |
+
|
329 |
+
b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
|
330 |
+
TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
|
331 |
+
NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
|
332 |
+
INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
|
333 |
+
COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
|
334 |
+
USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
|
335 |
+
ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
|
336 |
+
DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
|
337 |
+
IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
|
338 |
+
|
339 |
+
c. The disclaimer of warranties and limitation of liability provided
|
340 |
+
above shall be interpreted in a manner that, to the extent
|
341 |
+
possible, most closely approximates an absolute disclaimer and
|
342 |
+
waiver of all liability.
|
343 |
+
|
344 |
+
|
345 |
+
Section 6 -- Term and Termination.
|
346 |
+
|
347 |
+
a. This Public License applies for the term of the Copyright and
|
348 |
+
Similar Rights licensed here. However, if You fail to comply with
|
349 |
+
this Public License, then Your rights under this Public License
|
350 |
+
terminate automatically.
|
351 |
+
|
352 |
+
b. Where Your right to use the Licensed Material has terminated under
|
353 |
+
Section 6(a), it reinstates:
|
354 |
+
|
355 |
+
1. automatically as of the date the violation is cured, provided
|
356 |
+
it is cured within 30 days of Your discovery of the
|
357 |
+
violation; or
|
358 |
+
|
359 |
+
2. upon express reinstatement by the Licensor.
|
360 |
+
|
361 |
+
For the avoidance of doubt, this Section 6(b) does not affect any
|
362 |
+
right the Licensor may have to seek remedies for Your violations
|
363 |
+
of this Public License.
|
364 |
+
|
365 |
+
c. For the avoidance of doubt, the Licensor may also offer the
|
366 |
+
Licensed Material under separate terms or conditions or stop
|
367 |
+
distributing the Licensed Material at any time; however, doing so
|
368 |
+
will not terminate this Public License.
|
369 |
+
|
370 |
+
d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
|
371 |
+
License.
|
372 |
+
|
373 |
+
|
374 |
+
Section 7 -- Other Terms and Conditions.
|
375 |
+
|
376 |
+
a. The Licensor shall not be bound by any additional or different
|
377 |
+
terms or conditions communicated by You unless expressly agreed.
|
378 |
+
|
379 |
+
b. Any arrangements, understandings, or agreements regarding the
|
380 |
+
Licensed Material not stated herein are separate from and
|
381 |
+
independent of the terms and conditions of this Public License.
|
382 |
+
|
383 |
+
|
384 |
+
Section 8 -- Interpretation.
|
385 |
+
|
386 |
+
a. For the avoidance of doubt, this Public License does not, and
|
387 |
+
shall not be interpreted to, reduce, limit, restrict, or impose
|
388 |
+
conditions on any use of the Licensed Material that could lawfully
|
389 |
+
be made without permission under this Public License.
|
390 |
+
|
391 |
+
b. To the extent possible, if any provision of this Public License is
|
392 |
+
deemed unenforceable, it shall be automatically reformed to the
|
393 |
+
minimum extent necessary to make it enforceable. If the provision
|
394 |
+
cannot be reformed, it shall be severed from this Public License
|
395 |
+
without affecting the enforceability of the remaining terms and
|
396 |
+
conditions.
|
397 |
+
|
398 |
+
c. No term or condition of this Public License will be waived and no
|
399 |
+
failure to comply consented to unless expressly agreed to by the
|
400 |
+
Licensor.
|
401 |
+
|
402 |
+
d. Nothing in this Public License constitutes or may be interpreted
|
403 |
+
as a limitation upon, or waiver of, any privileges and immunities
|
404 |
+
that apply to the Licensor or You, including from the legal
|
405 |
+
processes of any jurisdiction or authority.
|
406 |
+
|
407 |
+
|
408 |
+
=======================================================================
|
409 |
+
|
410 |
+
Creative Commons is not a party to its public
|
411 |
+
licenses. Notwithstanding, Creative Commons may elect to apply one of
|
412 |
+
its public licenses to material it publishes and in those instances
|
413 |
+
will be considered the “Licensor.” The text of the Creative Commons
|
414 |
+
public licenses is dedicated to the public domain under the CC0 Public
|
415 |
+
Domain Dedication. Except for the limited purpose of indicating that
|
416 |
+
material is shared under a Creative Commons public license or as
|
417 |
+
otherwise permitted by the Creative Commons policies published at
|
418 |
+
creativecommons.org/policies, Creative Commons does not authorize the
|
419 |
+
use of the trademark "Creative Commons" or any other trademark or logo
|
420 |
+
of Creative Commons without its prior written consent including,
|
421 |
+
without limitation, in connection with any unauthorized modifications
|
422 |
+
to any of its public licenses or any other arrangements,
|
423 |
+
understandings, or agreements concerning use of licensed material. For
|
424 |
+
the avoidance of doubt, this paragraph does not form part of the
|
425 |
+
public licenses.
|
426 |
+
|
427 |
+
Creative Commons may be contacted at creativecommons.org.
|
428 |
+
|
LICENSES_SOURCES
ADDED
@@ -0,0 +1,1320 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# UD Dutch LassySmall v2.8
|
2 |
+
|
3 |
+
* Author: Bouma, Gosse; van Noord, Gertjan
|
4 |
+
* URL: https://github.com/UniversalDependencies/UD_Dutch-LassySmall
|
5 |
+
* License: CC BY-SA 4.0
|
6 |
+
|
7 |
+
```
|
8 |
+
Attribution-ShareAlike 4.0 International
|
9 |
+
|
10 |
+
=======================================================================
|
11 |
+
|
12 |
+
Creative Commons Corporation ("Creative Commons") is not a law firm and
|
13 |
+
does not provide legal services or legal advice. Distribution of
|
14 |
+
Creative Commons public licenses does not create a lawyer-client or
|
15 |
+
other relationship. Creative Commons makes its licenses and related
|
16 |
+
information available on an "as-is" basis. Creative Commons gives no
|
17 |
+
warranties regarding its licenses, any material licensed under their
|
18 |
+
terms and conditions, or any related information. Creative Commons
|
19 |
+
disclaims all liability for damages resulting from their use to the
|
20 |
+
fullest extent possible.
|
21 |
+
|
22 |
+
Using Creative Commons Public Licenses
|
23 |
+
|
24 |
+
Creative Commons public licenses provide a standard set of terms and
|
25 |
+
conditions that creators and other rights holders may use to share
|
26 |
+
original works of authorship and other material subject to copyright
|
27 |
+
and certain other rights specified in the public license below. The
|
28 |
+
following considerations are for informational purposes only, are not
|
29 |
+
exhaustive, and do not form part of our licenses.
|
30 |
+
|
31 |
+
Considerations for licensors: Our public licenses are
|
32 |
+
intended for use by those authorized to give the public
|
33 |
+
permission to use material in ways otherwise restricted by
|
34 |
+
copyright and certain other rights. Our licenses are
|
35 |
+
irrevocable. Licensors should read and understand the terms
|
36 |
+
and conditions of the license they choose before applying it.
|
37 |
+
Licensors should also secure all rights necessary before
|
38 |
+
applying our licenses so that the public can reuse the
|
39 |
+
material as expected. Licensors should clearly mark any
|
40 |
+
material not subject to the license. This includes other CC-
|
41 |
+
licensed material, or material used under an exception or
|
42 |
+
limitation to copyright. More considerations for licensors:
|
43 |
+
wiki.creativecommons.org/Considerations_for_licensors
|
44 |
+
|
45 |
+
Considerations for the public: By using one of our public
|
46 |
+
licenses, a licensor grants the public permission to use the
|
47 |
+
licensed material under specified terms and conditions. If
|
48 |
+
the licensor's permission is not necessary for any reason--for
|
49 |
+
example, because of any applicable exception or limitation to
|
50 |
+
copyright--then that use is not regulated by the license. Our
|
51 |
+
licenses grant only permissions under copyright and certain
|
52 |
+
other rights that a licensor has authority to grant. Use of
|
53 |
+
the licensed material may still be restricted for other
|
54 |
+
reasons, including because others have copyright or other
|
55 |
+
rights in the material. A licensor may make special requests,
|
56 |
+
such as asking that all changes be marked or described.
|
57 |
+
Although not required by our licenses, you are encouraged to
|
58 |
+
respect those requests where reasonable. More considerations
|
59 |
+
for the public:
|
60 |
+
wiki.creativecommons.org/Considerations_for_licensees
|
61 |
+
|
62 |
+
=======================================================================
|
63 |
+
|
64 |
+
Creative Commons Attribution-ShareAlike 4.0 International Public
|
65 |
+
License
|
66 |
+
|
67 |
+
By exercising the Licensed Rights (defined below), You accept and agree
|
68 |
+
to be bound by the terms and conditions of this Creative Commons
|
69 |
+
Attribution-ShareAlike 4.0 International Public License ("Public
|
70 |
+
License"). To the extent this Public License may be interpreted as a
|
71 |
+
contract, You are granted the Licensed Rights in consideration of Your
|
72 |
+
acceptance of these terms and conditions, and the Licensor grants You
|
73 |
+
such rights in consideration of benefits the Licensor receives from
|
74 |
+
making the Licensed Material available under these terms and
|
75 |
+
conditions.
|
76 |
+
|
77 |
+
|
78 |
+
Section 1 -- Definitions.
|
79 |
+
|
80 |
+
a. Adapted Material means material subject to Copyright and Similar
|
81 |
+
Rights that is derived from or based upon the Licensed Material
|
82 |
+
and in which the Licensed Material is translated, altered,
|
83 |
+
arranged, transformed, or otherwise modified in a manner requiring
|
84 |
+
permission under the Copyright and Similar Rights held by the
|
85 |
+
Licensor. For purposes of this Public License, where the Licensed
|
86 |
+
Material is a musical work, performance, or sound recording,
|
87 |
+
Adapted Material is always produced where the Licensed Material is
|
88 |
+
synched in timed relation with a moving image.
|
89 |
+
|
90 |
+
b. Adapter's License means the license You apply to Your Copyright
|
91 |
+
and Similar Rights in Your contributions to Adapted Material in
|
92 |
+
accordance with the terms and conditions of this Public License.
|
93 |
+
|
94 |
+
c. BY-SA Compatible License means a license listed at
|
95 |
+
creativecommons.org/compatiblelicenses, approved by Creative
|
96 |
+
Commons as essentially the equivalent of this Public License.
|
97 |
+
|
98 |
+
d. Copyright and Similar Rights means copyright and/or similar rights
|
99 |
+
closely related to copyright including, without limitation,
|
100 |
+
performance, broadcast, sound recording, and Sui Generis Database
|
101 |
+
Rights, without regard to how the rights are labeled or
|
102 |
+
categorized. For purposes of this Public License, the rights
|
103 |
+
specified in Section 2(b)(1)-(2) are not Copyright and Similar
|
104 |
+
Rights.
|
105 |
+
|
106 |
+
e. Effective Technological Measures means those measures that, in the
|
107 |
+
absence of proper authority, may not be circumvented under laws
|
108 |
+
fulfilling obligations under Article 11 of the WIPO Copyright
|
109 |
+
Treaty adopted on December 20, 1996, and/or similar international
|
110 |
+
agreements.
|
111 |
+
|
112 |
+
f. Exceptions and Limitations means fair use, fair dealing, and/or
|
113 |
+
any other exception or limitation to Copyright and Similar Rights
|
114 |
+
that applies to Your use of the Licensed Material.
|
115 |
+
|
116 |
+
g. License Elements means the license attributes listed in the name
|
117 |
+
of a Creative Commons Public License. The License Elements of this
|
118 |
+
Public License are Attribution and ShareAlike.
|
119 |
+
|
120 |
+
h. Licensed Material means the artistic or literary work, database,
|
121 |
+
or other material to which the Licensor applied this Public
|
122 |
+
License.
|
123 |
+
|
124 |
+
i. Licensed Rights means the rights granted to You subject to the
|
125 |
+
terms and conditions of this Public License, which are limited to
|
126 |
+
all Copyright and Similar Rights that apply to Your use of the
|
127 |
+
Licensed Material and that the Licensor has authority to license.
|
128 |
+
|
129 |
+
j. Licensor means the individual(s) or entity(ies) granting rights
|
130 |
+
under this Public License.
|
131 |
+
|
132 |
+
k. Share means to provide material to the public by any means or
|
133 |
+
process that requires permission under the Licensed Rights, such
|
134 |
+
as reproduction, public display, public performance, distribution,
|
135 |
+
dissemination, communication, or importation, and to make material
|
136 |
+
available to the public including in ways that members of the
|
137 |
+
public may access the material from a place and at a time
|
138 |
+
individually chosen by them.
|
139 |
+
|
140 |
+
l. Sui Generis Database Rights means rights other than copyright
|
141 |
+
resulting from Directive 96/9/EC of the European Parliament and of
|
142 |
+
the Council of 11 March 1996 on the legal protection of databases,
|
143 |
+
as amended and/or succeeded, as well as other essentially
|
144 |
+
equivalent rights anywhere in the world.
|
145 |
+
|
146 |
+
m. You means the individual or entity exercising the Licensed Rights
|
147 |
+
under this Public License. Your has a corresponding meaning.
|
148 |
+
|
149 |
+
|
150 |
+
Section 2 -- Scope.
|
151 |
+
|
152 |
+
a. License grant.
|
153 |
+
|
154 |
+
1. Subject to the terms and conditions of this Public License,
|
155 |
+
the Licensor hereby grants You a worldwide, royalty-free,
|
156 |
+
non-sublicensable, non-exclusive, irrevocable license to
|
157 |
+
exercise the Licensed Rights in the Licensed Material to:
|
158 |
+
|
159 |
+
a. reproduce and Share the Licensed Material, in whole or
|
160 |
+
in part; and
|
161 |
+
|
162 |
+
b. produce, reproduce, and Share Adapted Material.
|
163 |
+
|
164 |
+
2. Exceptions and Limitations. For the avoidance of doubt, where
|
165 |
+
Exceptions and Limitations apply to Your use, this Public
|
166 |
+
License does not apply, and You do not need to comply with
|
167 |
+
its terms and conditions.
|
168 |
+
|
169 |
+
3. Term. The term of this Public License is specified in Section
|
170 |
+
6(a).
|
171 |
+
|
172 |
+
4. Media and formats; technical modifications allowed. The
|
173 |
+
Licensor authorizes You to exercise the Licensed Rights in
|
174 |
+
all media and formats whether now known or hereafter created,
|
175 |
+
and to make technical modifications necessary to do so. The
|
176 |
+
Licensor waives and/or agrees not to assert any right or
|
177 |
+
authority to forbid You from making technical modifications
|
178 |
+
necessary to exercise the Licensed Rights, including
|
179 |
+
technical modifications necessary to circumvent Effective
|
180 |
+
Technological Measures. For purposes of this Public License,
|
181 |
+
simply making modifications authorized by this Section 2(a)
|
182 |
+
(4) never produces Adapted Material.
|
183 |
+
|
184 |
+
5. Downstream recipients.
|
185 |
+
|
186 |
+
a. Offer from the Licensor -- Licensed Material. Every
|
187 |
+
recipient of the Licensed Material automatically
|
188 |
+
receives an offer from the Licensor to exercise the
|
189 |
+
Licensed Rights under the terms and conditions of this
|
190 |
+
Public License.
|
191 |
+
|
192 |
+
b. Additional offer from the Licensor -- Adapted Material.
|
193 |
+
Every recipient of Adapted Material from You
|
194 |
+
automatically receives an offer from the Licensor to
|
195 |
+
exercise the Licensed Rights in the Adapted Material
|
196 |
+
under the conditions of the Adapter's License You apply.
|
197 |
+
|
198 |
+
c. No downstream restrictions. You may not offer or impose
|
199 |
+
any additional or different terms or conditions on, or
|
200 |
+
apply any Effective Technological Measures to, the
|
201 |
+
Licensed Material if doing so restricts exercise of the
|
202 |
+
Licensed Rights by any recipient of the Licensed
|
203 |
+
Material.
|
204 |
+
|
205 |
+
6. No endorsement. Nothing in this Public License constitutes or
|
206 |
+
may be construed as permission to assert or imply that You
|
207 |
+
are, or that Your use of the Licensed Material is, connected
|
208 |
+
with, or sponsored, endorsed, or granted official status by,
|
209 |
+
the Licensor or others designated to receive attribution as
|
210 |
+
provided in Section 3(a)(1)(A)(i).
|
211 |
+
|
212 |
+
b. Other rights.
|
213 |
+
|
214 |
+
1. Moral rights, such as the right of integrity, are not
|
215 |
+
licensed under this Public License, nor are publicity,
|
216 |
+
privacy, and/or other similar personality rights; however, to
|
217 |
+
the extent possible, the Licensor waives and/or agrees not to
|
218 |
+
assert any such rights held by the Licensor to the limited
|
219 |
+
extent necessary to allow You to exercise the Licensed
|
220 |
+
Rights, but not otherwise.
|
221 |
+
|
222 |
+
2. Patent and trademark rights are not licensed under this
|
223 |
+
Public License.
|
224 |
+
|
225 |
+
3. To the extent possible, the Licensor waives any right to
|
226 |
+
collect royalties from You for the exercise of the Licensed
|
227 |
+
Rights, whether directly or through a collecting society
|
228 |
+
under any voluntary or waivable statutory or compulsory
|
229 |
+
licensing scheme. In all other cases the Licensor expressly
|
230 |
+
reserves any right to collect such royalties.
|
231 |
+
|
232 |
+
|
233 |
+
Section 3 -- License Conditions.
|
234 |
+
|
235 |
+
Your exercise of the Licensed Rights is expressly made subject to the
|
236 |
+
following conditions.
|
237 |
+
|
238 |
+
a. Attribution.
|
239 |
+
|
240 |
+
1. If You Share the Licensed Material (including in modified
|
241 |
+
form), You must:
|
242 |
+
|
243 |
+
a. retain the following if it is supplied by the Licensor
|
244 |
+
with the Licensed Material:
|
245 |
+
|
246 |
+
i. identification of the creator(s) of the Licensed
|
247 |
+
Material and any others designated to receive
|
248 |
+
attribution, in any reasonable manner requested by
|
249 |
+
the Licensor (including by pseudonym if
|
250 |
+
designated);
|
251 |
+
|
252 |
+
ii. a copyright notice;
|
253 |
+
|
254 |
+
iii. a notice that refers to this Public License;
|
255 |
+
|
256 |
+
iv. a notice that refers to the disclaimer of
|
257 |
+
warranties;
|
258 |
+
|
259 |
+
v. a URI or hyperlink to the Licensed Material to the
|
260 |
+
extent reasonably practicable;
|
261 |
+
|
262 |
+
b. indicate if You modified the Licensed Material and
|
263 |
+
retain an indication of any previous modifications; and
|
264 |
+
|
265 |
+
c. indicate the Licensed Material is licensed under this
|
266 |
+
Public License, and include the text of, or the URI or
|
267 |
+
hyperlink to, this Public License.
|
268 |
+
|
269 |
+
2. You may satisfy the conditions in Section 3(a)(1) in any
|
270 |
+
reasonable manner based on the medium, means, and context in
|
271 |
+
which You Share the Licensed Material. For example, it may be
|
272 |
+
reasonable to satisfy the conditions by providing a URI or
|
273 |
+
hyperlink to a resource that includes the required
|
274 |
+
information.
|
275 |
+
|
276 |
+
3. If requested by the Licensor, You must remove any of the
|
277 |
+
information required by Section 3(a)(1)(A) to the extent
|
278 |
+
reasonably practicable.
|
279 |
+
|
280 |
+
b. ShareAlike.
|
281 |
+
|
282 |
+
In addition to the conditions in Section 3(a), if You Share
|
283 |
+
Adapted Material You produce, the following conditions also apply.
|
284 |
+
|
285 |
+
1. The Adapter's License You apply must be a Creative Commons
|
286 |
+
license with the same License Elements, this version or
|
287 |
+
later, or a BY-SA Compatible License.
|
288 |
+
|
289 |
+
2. You must include the text of, or the URI or hyperlink to, the
|
290 |
+
Adapter's License You apply. You may satisfy this condition
|
291 |
+
in any reasonable manner based on the medium, means, and
|
292 |
+
context in which You Share Adapted Material.
|
293 |
+
|
294 |
+
3. You may not offer or impose any additional or different terms
|
295 |
+
or conditions on, or apply any Effective Technological
|
296 |
+
Measures to, Adapted Material that restrict exercise of the
|
297 |
+
rights granted under the Adapter's License You apply.
|
298 |
+
|
299 |
+
|
300 |
+
Section 4 -- Sui Generis Database Rights.
|
301 |
+
|
302 |
+
Where the Licensed Rights include Sui Generis Database Rights that
|
303 |
+
apply to Your use of the Licensed Material:
|
304 |
+
|
305 |
+
a. for the avoidance of doubt, Section 2(a)(1) grants You the right
|
306 |
+
to extract, reuse, reproduce, and Share all or a substantial
|
307 |
+
portion of the contents of the database;
|
308 |
+
|
309 |
+
b. if You include all or a substantial portion of the database
|
310 |
+
contents in a database in which You have Sui Generis Database
|
311 |
+
Rights, then the database in which You have Sui Generis Database
|
312 |
+
Rights (but not its individual contents) is Adapted Material,
|
313 |
+
|
314 |
+
including for purposes of Section 3(b); and
|
315 |
+
c. You must comply with the conditions in Section 3(a) if You Share
|
316 |
+
all or a substantial portion of the contents of the database.
|
317 |
+
|
318 |
+
For the avoidance of doubt, this Section 4 supplements and does not
|
319 |
+
replace Your obligations under this Public License where the Licensed
|
320 |
+
Rights include other Copyright and Similar Rights.
|
321 |
+
|
322 |
+
|
323 |
+
Section 5 -- Disclaimer of Warranties and Limitation of Liability.
|
324 |
+
|
325 |
+
a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
|
326 |
+
EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
|
327 |
+
AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
|
328 |
+
ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
|
329 |
+
IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
|
330 |
+
WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
|
331 |
+
PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
|
332 |
+
ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
|
333 |
+
KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
|
334 |
+
ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
|
335 |
+
|
336 |
+
b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
|
337 |
+
TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
|
338 |
+
NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
|
339 |
+
INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
|
340 |
+
COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
|
341 |
+
USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
|
342 |
+
ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
|
343 |
+
DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
|
344 |
+
IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
|
345 |
+
|
346 |
+
c. The disclaimer of warranties and limitation of liability provided
|
347 |
+
above shall be interpreted in a manner that, to the extent
|
348 |
+
possible, most closely approximates an absolute disclaimer and
|
349 |
+
waiver of all liability.
|
350 |
+
|
351 |
+
|
352 |
+
Section 6 -- Term and Termination.
|
353 |
+
|
354 |
+
a. This Public License applies for the term of the Copyright and
|
355 |
+
Similar Rights licensed here. However, if You fail to comply with
|
356 |
+
this Public License, then Your rights under this Public License
|
357 |
+
terminate automatically.
|
358 |
+
|
359 |
+
b. Where Your right to use the Licensed Material has terminated under
|
360 |
+
Section 6(a), it reinstates:
|
361 |
+
|
362 |
+
1. automatically as of the date the violation is cured, provided
|
363 |
+
it is cured within 30 days of Your discovery of the
|
364 |
+
violation; or
|
365 |
+
|
366 |
+
2. upon express reinstatement by the Licensor.
|
367 |
+
|
368 |
+
For the avoidance of doubt, this Section 6(b) does not affect any
|
369 |
+
right the Licensor may have to seek remedies for Your violations
|
370 |
+
of this Public License.
|
371 |
+
|
372 |
+
c. For the avoidance of doubt, the Licensor may also offer the
|
373 |
+
Licensed Material under separate terms or conditions or stop
|
374 |
+
distributing the Licensed Material at any time; however, doing so
|
375 |
+
will not terminate this Public License.
|
376 |
+
|
377 |
+
d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
|
378 |
+
License.
|
379 |
+
|
380 |
+
|
381 |
+
Section 7 -- Other Terms and Conditions.
|
382 |
+
|
383 |
+
a. The Licensor shall not be bound by any additional or different
|
384 |
+
terms or conditions communicated by You unless expressly agreed.
|
385 |
+
|
386 |
+
b. Any arrangements, understandings, or agreements regarding the
|
387 |
+
Licensed Material not stated herein are separate from and
|
388 |
+
independent of the terms and conditions of this Public License.
|
389 |
+
|
390 |
+
|
391 |
+
Section 8 -- Interpretation.
|
392 |
+
|
393 |
+
a. For the avoidance of doubt, this Public License does not, and
|
394 |
+
shall not be interpreted to, reduce, limit, restrict, or impose
|
395 |
+
conditions on any use of the Licensed Material that could lawfully
|
396 |
+
be made without permission under this Public License.
|
397 |
+
|
398 |
+
b. To the extent possible, if any provision of this Public License is
|
399 |
+
deemed unenforceable, it shall be automatically reformed to the
|
400 |
+
minimum extent necessary to make it enforceable. If the provision
|
401 |
+
cannot be reformed, it shall be severed from this Public License
|
402 |
+
without affecting the enforceability of the remaining terms and
|
403 |
+
conditions.
|
404 |
+
|
405 |
+
c. No term or condition of this Public License will be waived and no
|
406 |
+
failure to comply consented to unless expressly agreed to by the
|
407 |
+
Licensor.
|
408 |
+
|
409 |
+
d. Nothing in this Public License constitutes or may be interpreted
|
410 |
+
as a limitation upon, or waiver of, any privileges and immunities
|
411 |
+
that apply to the Licensor or You, including from the legal
|
412 |
+
processes of any jurisdiction or authority.
|
413 |
+
|
414 |
+
|
415 |
+
=======================================================================
|
416 |
+
|
417 |
+
Creative Commons is not a party to its public
|
418 |
+
licenses. Notwithstanding, Creative Commons may elect to apply one of
|
419 |
+
its public licenses to material it publishes and in those instances
|
420 |
+
will be considered the “Licensor.” The text of the Creative Commons
|
421 |
+
public licenses is dedicated to the public domain under the CC0 Public
|
422 |
+
Domain Dedication. Except for the limited purpose of indicating that
|
423 |
+
material is shared under a Creative Commons public license or as
|
424 |
+
otherwise permitted by the Creative Commons policies published at
|
425 |
+
creativecommons.org/policies, Creative Commons does not authorize the
|
426 |
+
use of the trademark "Creative Commons" or any other trademark or logo
|
427 |
+
of Creative Commons without its prior written consent including,
|
428 |
+
without limitation, in connection with any unauthorized modifications
|
429 |
+
to any of its public licenses or any other arrangements,
|
430 |
+
understandings, or agreements concerning use of licensed material. For
|
431 |
+
the avoidance of doubt, this paragraph does not form part of the
|
432 |
+
public licenses.
|
433 |
+
|
434 |
+
Creative Commons may be contacted at creativecommons.org.
|
435 |
+
|
436 |
+
```
|
437 |
+
|
438 |
+
|
439 |
+
|
440 |
+
|
441 |
+
# Dutch NER Annotations for UD LassySmall
|
442 |
+
|
443 |
+
* Author: NLP Town
|
444 |
+
* URL: https://nlp.town
|
445 |
+
* License: CC BY-SA 4.0
|
446 |
+
|
447 |
+
```
|
448 |
+
Attribution-ShareAlike 4.0 International
|
449 |
+
|
450 |
+
=======================================================================
|
451 |
+
|
452 |
+
Creative Commons Corporation ("Creative Commons") is not a law firm and
|
453 |
+
does not provide legal services or legal advice. Distribution of
|
454 |
+
Creative Commons public licenses does not create a lawyer-client or
|
455 |
+
other relationship. Creative Commons makes its licenses and related
|
456 |
+
information available on an "as-is" basis. Creative Commons gives no
|
457 |
+
warranties regarding its licenses, any material licensed under their
|
458 |
+
terms and conditions, or any related information. Creative Commons
|
459 |
+
disclaims all liability for damages resulting from their use to the
|
460 |
+
fullest extent possible.
|
461 |
+
|
462 |
+
Using Creative Commons Public Licenses
|
463 |
+
|
464 |
+
Creative Commons public licenses provide a standard set of terms and
|
465 |
+
conditions that creators and other rights holders may use to share
|
466 |
+
original works of authorship and other material subject to copyright
|
467 |
+
and certain other rights specified in the public license below. The
|
468 |
+
following considerations are for informational purposes only, are not
|
469 |
+
exhaustive, and do not form part of our licenses.
|
470 |
+
|
471 |
+
Considerations for licensors: Our public licenses are
|
472 |
+
intended for use by those authorized to give the public
|
473 |
+
permission to use material in ways otherwise restricted by
|
474 |
+
copyright and certain other rights. Our licenses are
|
475 |
+
irrevocable. Licensors should read and understand the terms
|
476 |
+
and conditions of the license they choose before applying it.
|
477 |
+
Licensors should also secure all rights necessary before
|
478 |
+
applying our licenses so that the public can reuse the
|
479 |
+
material as expected. Licensors should clearly mark any
|
480 |
+
material not subject to the license. This includes other CC-
|
481 |
+
licensed material, or material used under an exception or
|
482 |
+
limitation to copyright. More considerations for licensors:
|
483 |
+
wiki.creativecommons.org/Considerations_for_licensors
|
484 |
+
|
485 |
+
Considerations for the public: By using one of our public
|
486 |
+
licenses, a licensor grants the public permission to use the
|
487 |
+
licensed material under specified terms and conditions. If
|
488 |
+
the licensor's permission is not necessary for any reason--for
|
489 |
+
example, because of any applicable exception or limitation to
|
490 |
+
copyright--then that use is not regulated by the license. Our
|
491 |
+
licenses grant only permissions under copyright and certain
|
492 |
+
other rights that a licensor has authority to grant. Use of
|
493 |
+
the licensed material may still be restricted for other
|
494 |
+
reasons, including because others have copyright or other
|
495 |
+
rights in the material. A licensor may make special requests,
|
496 |
+
such as asking that all changes be marked or described.
|
497 |
+
Although not required by our licenses, you are encouraged to
|
498 |
+
respect those requests where reasonable. More considerations
|
499 |
+
for the public:
|
500 |
+
wiki.creativecommons.org/Considerations_for_licensees
|
501 |
+
|
502 |
+
=======================================================================
|
503 |
+
|
504 |
+
Creative Commons Attribution-ShareAlike 4.0 International Public
|
505 |
+
License
|
506 |
+
|
507 |
+
By exercising the Licensed Rights (defined below), You accept and agree
|
508 |
+
to be bound by the terms and conditions of this Creative Commons
|
509 |
+
Attribution-ShareAlike 4.0 International Public License ("Public
|
510 |
+
License"). To the extent this Public License may be interpreted as a
|
511 |
+
contract, You are granted the Licensed Rights in consideration of Your
|
512 |
+
acceptance of these terms and conditions, and the Licensor grants You
|
513 |
+
such rights in consideration of benefits the Licensor receives from
|
514 |
+
making the Licensed Material available under these terms and
|
515 |
+
conditions.
|
516 |
+
|
517 |
+
|
518 |
+
Section 1 -- Definitions.
|
519 |
+
|
520 |
+
a. Adapted Material means material subject to Copyright and Similar
|
521 |
+
Rights that is derived from or based upon the Licensed Material
|
522 |
+
and in which the Licensed Material is translated, altered,
|
523 |
+
arranged, transformed, or otherwise modified in a manner requiring
|
524 |
+
permission under the Copyright and Similar Rights held by the
|
525 |
+
Licensor. For purposes of this Public License, where the Licensed
|
526 |
+
Material is a musical work, performance, or sound recording,
|
527 |
+
Adapted Material is always produced where the Licensed Material is
|
528 |
+
synched in timed relation with a moving image.
|
529 |
+
|
530 |
+
b. Adapter's License means the license You apply to Your Copyright
|
531 |
+
and Similar Rights in Your contributions to Adapted Material in
|
532 |
+
accordance with the terms and conditions of this Public License.
|
533 |
+
|
534 |
+
c. BY-SA Compatible License means a license listed at
|
535 |
+
creativecommons.org/compatiblelicenses, approved by Creative
|
536 |
+
Commons as essentially the equivalent of this Public License.
|
537 |
+
|
538 |
+
d. Copyright and Similar Rights means copyright and/or similar rights
|
539 |
+
closely related to copyright including, without limitation,
|
540 |
+
performance, broadcast, sound recording, and Sui Generis Database
|
541 |
+
Rights, without regard to how the rights are labeled or
|
542 |
+
categorized. For purposes of this Public License, the rights
|
543 |
+
specified in Section 2(b)(1)-(2) are not Copyright and Similar
|
544 |
+
Rights.
|
545 |
+
|
546 |
+
e. Effective Technological Measures means those measures that, in the
|
547 |
+
absence of proper authority, may not be circumvented under laws
|
548 |
+
fulfilling obligations under Article 11 of the WIPO Copyright
|
549 |
+
Treaty adopted on December 20, 1996, and/or similar international
|
550 |
+
agreements.
|
551 |
+
|
552 |
+
f. Exceptions and Limitations means fair use, fair dealing, and/or
|
553 |
+
any other exception or limitation to Copyright and Similar Rights
|
554 |
+
that applies to Your use of the Licensed Material.
|
555 |
+
|
556 |
+
g. License Elements means the license attributes listed in the name
|
557 |
+
of a Creative Commons Public License. The License Elements of this
|
558 |
+
Public License are Attribution and ShareAlike.
|
559 |
+
|
560 |
+
h. Licensed Material means the artistic or literary work, database,
|
561 |
+
or other material to which the Licensor applied this Public
|
562 |
+
License.
|
563 |
+
|
564 |
+
i. Licensed Rights means the rights granted to You subject to the
|
565 |
+
terms and conditions of this Public License, which are limited to
|
566 |
+
all Copyright and Similar Rights that apply to Your use of the
|
567 |
+
Licensed Material and that the Licensor has authority to license.
|
568 |
+
|
569 |
+
j. Licensor means the individual(s) or entity(ies) granting rights
|
570 |
+
under this Public License.
|
571 |
+
|
572 |
+
k. Share means to provide material to the public by any means or
|
573 |
+
process that requires permission under the Licensed Rights, such
|
574 |
+
as reproduction, public display, public performance, distribution,
|
575 |
+
dissemination, communication, or importation, and to make material
|
576 |
+
available to the public including in ways that members of the
|
577 |
+
public may access the material from a place and at a time
|
578 |
+
individually chosen by them.
|
579 |
+
|
580 |
+
l. Sui Generis Database Rights means rights other than copyright
|
581 |
+
resulting from Directive 96/9/EC of the European Parliament and of
|
582 |
+
the Council of 11 March 1996 on the legal protection of databases,
|
583 |
+
as amended and/or succeeded, as well as other essentially
|
584 |
+
equivalent rights anywhere in the world.
|
585 |
+
|
586 |
+
m. You means the individual or entity exercising the Licensed Rights
|
587 |
+
under this Public License. Your has a corresponding meaning.
|
588 |
+
|
589 |
+
|
590 |
+
Section 2 -- Scope.
|
591 |
+
|
592 |
+
a. License grant.
|
593 |
+
|
594 |
+
1. Subject to the terms and conditions of this Public License,
|
595 |
+
the Licensor hereby grants You a worldwide, royalty-free,
|
596 |
+
non-sublicensable, non-exclusive, irrevocable license to
|
597 |
+
exercise the Licensed Rights in the Licensed Material to:
|
598 |
+
|
599 |
+
a. reproduce and Share the Licensed Material, in whole or
|
600 |
+
in part; and
|
601 |
+
|
602 |
+
b. produce, reproduce, and Share Adapted Material.
|
603 |
+
|
604 |
+
2. Exceptions and Limitations. For the avoidance of doubt, where
|
605 |
+
Exceptions and Limitations apply to Your use, this Public
|
606 |
+
License does not apply, and You do not need to comply with
|
607 |
+
its terms and conditions.
|
608 |
+
|
609 |
+
3. Term. The term of this Public License is specified in Section
|
610 |
+
6(a).
|
611 |
+
|
612 |
+
4. Media and formats; technical modifications allowed. The
|
613 |
+
Licensor authorizes You to exercise the Licensed Rights in
|
614 |
+
all media and formats whether now known or hereafter created,
|
615 |
+
and to make technical modifications necessary to do so. The
|
616 |
+
Licensor waives and/or agrees not to assert any right or
|
617 |
+
authority to forbid You from making technical modifications
|
618 |
+
necessary to exercise the Licensed Rights, including
|
619 |
+
technical modifications necessary to circumvent Effective
|
620 |
+
Technological Measures. For purposes of this Public License,
|
621 |
+
simply making modifications authorized by this Section 2(a)
|
622 |
+
(4) never produces Adapted Material.
|
623 |
+
|
624 |
+
5. Downstream recipients.
|
625 |
+
|
626 |
+
a. Offer from the Licensor -- Licensed Material. Every
|
627 |
+
recipient of the Licensed Material automatically
|
628 |
+
receives an offer from the Licensor to exercise the
|
629 |
+
Licensed Rights under the terms and conditions of this
|
630 |
+
Public License.
|
631 |
+
|
632 |
+
b. Additional offer from the Licensor -- Adapted Material.
|
633 |
+
Every recipient of Adapted Material from You
|
634 |
+
automatically receives an offer from the Licensor to
|
635 |
+
exercise the Licensed Rights in the Adapted Material
|
636 |
+
under the conditions of the Adapter's License You apply.
|
637 |
+
|
638 |
+
c. No downstream restrictions. You may not offer or impose
|
639 |
+
any additional or different terms or conditions on, or
|
640 |
+
apply any Effective Technological Measures to, the
|
641 |
+
Licensed Material if doing so restricts exercise of the
|
642 |
+
Licensed Rights by any recipient of the Licensed
|
643 |
+
Material.
|
644 |
+
|
645 |
+
6. No endorsement. Nothing in this Public License constitutes or
|
646 |
+
may be construed as permission to assert or imply that You
|
647 |
+
are, or that Your use of the Licensed Material is, connected
|
648 |
+
with, or sponsored, endorsed, or granted official status by,
|
649 |
+
the Licensor or others designated to receive attribution as
|
650 |
+
provided in Section 3(a)(1)(A)(i).
|
651 |
+
|
652 |
+
b. Other rights.
|
653 |
+
|
654 |
+
1. Moral rights, such as the right of integrity, are not
|
655 |
+
licensed under this Public License, nor are publicity,
|
656 |
+
privacy, and/or other similar personality rights; however, to
|
657 |
+
the extent possible, the Licensor waives and/or agrees not to
|
658 |
+
assert any such rights held by the Licensor to the limited
|
659 |
+
extent necessary to allow You to exercise the Licensed
|
660 |
+
Rights, but not otherwise.
|
661 |
+
|
662 |
+
2. Patent and trademark rights are not licensed under this
|
663 |
+
Public License.
|
664 |
+
|
665 |
+
3. To the extent possible, the Licensor waives any right to
|
666 |
+
collect royalties from You for the exercise of the Licensed
|
667 |
+
Rights, whether directly or through a collecting society
|
668 |
+
under any voluntary or waivable statutory or compulsory
|
669 |
+
licensing scheme. In all other cases the Licensor expressly
|
670 |
+
reserves any right to collect such royalties.
|
671 |
+
|
672 |
+
|
673 |
+
Section 3 -- License Conditions.
|
674 |
+
|
675 |
+
Your exercise of the Licensed Rights is expressly made subject to the
|
676 |
+
following conditions.
|
677 |
+
|
678 |
+
a. Attribution.
|
679 |
+
|
680 |
+
1. If You Share the Licensed Material (including in modified
|
681 |
+
form), You must:
|
682 |
+
|
683 |
+
a. retain the following if it is supplied by the Licensor
|
684 |
+
with the Licensed Material:
|
685 |
+
|
686 |
+
i. identification of the creator(s) of the Licensed
|
687 |
+
Material and any others designated to receive
|
688 |
+
attribution, in any reasonable manner requested by
|
689 |
+
the Licensor (including by pseudonym if
|
690 |
+
designated);
|
691 |
+
|
692 |
+
ii. a copyright notice;
|
693 |
+
|
694 |
+
iii. a notice that refers to this Public License;
|
695 |
+
|
696 |
+
iv. a notice that refers to the disclaimer of
|
697 |
+
warranties;
|
698 |
+
|
699 |
+
v. a URI or hyperlink to the Licensed Material to the
|
700 |
+
extent reasonably practicable;
|
701 |
+
|
702 |
+
b. indicate if You modified the Licensed Material and
|
703 |
+
retain an indication of any previous modifications; and
|
704 |
+
|
705 |
+
c. indicate the Licensed Material is licensed under this
|
706 |
+
Public License, and include the text of, or the URI or
|
707 |
+
hyperlink to, this Public License.
|
708 |
+
|
709 |
+
2. You may satisfy the conditions in Section 3(a)(1) in any
|
710 |
+
reasonable manner based on the medium, means, and context in
|
711 |
+
which You Share the Licensed Material. For example, it may be
|
712 |
+
reasonable to satisfy the conditions by providing a URI or
|
713 |
+
hyperlink to a resource that includes the required
|
714 |
+
information.
|
715 |
+
|
716 |
+
3. If requested by the Licensor, You must remove any of the
|
717 |
+
information required by Section 3(a)(1)(A) to the extent
|
718 |
+
reasonably practicable.
|
719 |
+
|
720 |
+
b. ShareAlike.
|
721 |
+
|
722 |
+
In addition to the conditions in Section 3(a), if You Share
|
723 |
+
Adapted Material You produce, the following conditions also apply.
|
724 |
+
|
725 |
+
1. The Adapter's License You apply must be a Creative Commons
|
726 |
+
license with the same License Elements, this version or
|
727 |
+
later, or a BY-SA Compatible License.
|
728 |
+
|
729 |
+
2. You must include the text of, or the URI or hyperlink to, the
|
730 |
+
Adapter's License You apply. You may satisfy this condition
|
731 |
+
in any reasonable manner based on the medium, means, and
|
732 |
+
context in which You Share Adapted Material.
|
733 |
+
|
734 |
+
3. You may not offer or impose any additional or different terms
|
735 |
+
or conditions on, or apply any Effective Technological
|
736 |
+
Measures to, Adapted Material that restrict exercise of the
|
737 |
+
rights granted under the Adapter's License You apply.
|
738 |
+
|
739 |
+
|
740 |
+
Section 4 -- Sui Generis Database Rights.
|
741 |
+
|
742 |
+
Where the Licensed Rights include Sui Generis Database Rights that
|
743 |
+
apply to Your use of the Licensed Material:
|
744 |
+
|
745 |
+
a. for the avoidance of doubt, Section 2(a)(1) grants You the right
|
746 |
+
to extract, reuse, reproduce, and Share all or a substantial
|
747 |
+
portion of the contents of the database;
|
748 |
+
|
749 |
+
b. if You include all or a substantial portion of the database
|
750 |
+
contents in a database in which You have Sui Generis Database
|
751 |
+
Rights, then the database in which You have Sui Generis Database
|
752 |
+
Rights (but not its individual contents) is Adapted Material,
|
753 |
+
|
754 |
+
including for purposes of Section 3(b); and
|
755 |
+
c. You must comply with the conditions in Section 3(a) if You Share
|
756 |
+
all or a substantial portion of the contents of the database.
|
757 |
+
|
758 |
+
For the avoidance of doubt, this Section 4 supplements and does not
|
759 |
+
replace Your obligations under this Public License where the Licensed
|
760 |
+
Rights include other Copyright and Similar Rights.
|
761 |
+
|
762 |
+
|
763 |
+
Section 5 -- Disclaimer of Warranties and Limitation of Liability.
|
764 |
+
|
765 |
+
a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
|
766 |
+
EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
|
767 |
+
AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
|
768 |
+
ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
|
769 |
+
IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
|
770 |
+
WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
|
771 |
+
PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
|
772 |
+
ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
|
773 |
+
KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
|
774 |
+
ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
|
775 |
+
|
776 |
+
b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
|
777 |
+
TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
|
778 |
+
NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
|
779 |
+
INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
|
780 |
+
COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
|
781 |
+
USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
|
782 |
+
ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
|
783 |
+
DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
|
784 |
+
IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
|
785 |
+
|
786 |
+
c. The disclaimer of warranties and limitation of liability provided
|
787 |
+
above shall be interpreted in a manner that, to the extent
|
788 |
+
possible, most closely approximates an absolute disclaimer and
|
789 |
+
waiver of all liability.
|
790 |
+
|
791 |
+
|
792 |
+
Section 6 -- Term and Termination.
|
793 |
+
|
794 |
+
a. This Public License applies for the term of the Copyright and
|
795 |
+
Similar Rights licensed here. However, if You fail to comply with
|
796 |
+
this Public License, then Your rights under this Public License
|
797 |
+
terminate automatically.
|
798 |
+
|
799 |
+
b. Where Your right to use the Licensed Material has terminated under
|
800 |
+
Section 6(a), it reinstates:
|
801 |
+
|
802 |
+
1. automatically as of the date the violation is cured, provided
|
803 |
+
it is cured within 30 days of Your discovery of the
|
804 |
+
violation; or
|
805 |
+
|
806 |
+
2. upon express reinstatement by the Licensor.
|
807 |
+
|
808 |
+
For the avoidance of doubt, this Section 6(b) does not affect any
|
809 |
+
right the Licensor may have to seek remedies for Your violations
|
810 |
+
of this Public License.
|
811 |
+
|
812 |
+
c. For the avoidance of doubt, the Licensor may also offer the
|
813 |
+
Licensed Material under separate terms or conditions or stop
|
814 |
+
distributing the Licensed Material at any time; however, doing so
|
815 |
+
will not terminate this Public License.
|
816 |
+
|
817 |
+
d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
|
818 |
+
License.
|
819 |
+
|
820 |
+
|
821 |
+
Section 7 -- Other Terms and Conditions.
|
822 |
+
|
823 |
+
a. The Licensor shall not be bound by any additional or different
|
824 |
+
terms or conditions communicated by You unless expressly agreed.
|
825 |
+
|
826 |
+
b. Any arrangements, understandings, or agreements regarding the
|
827 |
+
Licensed Material not stated herein are separate from and
|
828 |
+
independent of the terms and conditions of this Public License.
|
829 |
+
|
830 |
+
|
831 |
+
Section 8 -- Interpretation.
|
832 |
+
|
833 |
+
a. For the avoidance of doubt, this Public License does not, and
|
834 |
+
shall not be interpreted to, reduce, limit, restrict, or impose
|
835 |
+
conditions on any use of the Licensed Material that could lawfully
|
836 |
+
be made without permission under this Public License.
|
837 |
+
|
838 |
+
b. To the extent possible, if any provision of this Public License is
|
839 |
+
deemed unenforceable, it shall be automatically reformed to the
|
840 |
+
minimum extent necessary to make it enforceable. If the provision
|
841 |
+
cannot be reformed, it shall be severed from this Public License
|
842 |
+
without affecting the enforceability of the remaining terms and
|
843 |
+
conditions.
|
844 |
+
|
845 |
+
c. No term or condition of this Public License will be waived and no
|
846 |
+
failure to comply consented to unless expressly agreed to by the
|
847 |
+
Licensor.
|
848 |
+
|
849 |
+
d. Nothing in this Public License constitutes or may be interpreted
|
850 |
+
as a limitation upon, or waiver of, any privileges and immunities
|
851 |
+
that apply to the Licensor or You, including from the legal
|
852 |
+
processes of any jurisdiction or authority.
|
853 |
+
|
854 |
+
|
855 |
+
=======================================================================
|
856 |
+
|
857 |
+
Creative Commons is not a party to its public
|
858 |
+
licenses. Notwithstanding, Creative Commons may elect to apply one of
|
859 |
+
its public licenses to material it publishes and in those instances
|
860 |
+
will be considered the “Licensor.” The text of the Creative Commons
|
861 |
+
public licenses is dedicated to the public domain under the CC0 Public
|
862 |
+
Domain Dedication. Except for the limited purpose of indicating that
|
863 |
+
material is shared under a Creative Commons public license or as
|
864 |
+
otherwise permitted by the Creative Commons policies published at
|
865 |
+
creativecommons.org/policies, Creative Commons does not authorize the
|
866 |
+
use of the trademark "Creative Commons" or any other trademark or logo
|
867 |
+
of Creative Commons without its prior written consent including,
|
868 |
+
without limitation, in connection with any unauthorized modifications
|
869 |
+
to any of its public licenses or any other arrangements,
|
870 |
+
understandings, or agreements concerning use of licensed material. For
|
871 |
+
the avoidance of doubt, this paragraph does not form part of the
|
872 |
+
public licenses.
|
873 |
+
|
874 |
+
Creative Commons may be contacted at creativecommons.org.
|
875 |
+
|
876 |
+
```
|
877 |
+
|
878 |
+
|
879 |
+
|
880 |
+
|
881 |
+
# UD Dutch Alpino v2.8
|
882 |
+
|
883 |
+
* Author: Zeman, Daniel; Žabokrtský, Zdeněk; Bouma, Gosse; van Noord, Gertjan
|
884 |
+
* URL: https://github.com/UniversalDependencies/UD_Dutch-Alpino
|
885 |
+
* License: CC BY-SA 4.0
|
886 |
+
|
887 |
+
```
|
888 |
+
Attribution-ShareAlike 4.0 International
|
889 |
+
|
890 |
+
=======================================================================
|
891 |
+
|
892 |
+
Creative Commons Corporation ("Creative Commons") is not a law firm and
|
893 |
+
does not provide legal services or legal advice. Distribution of
|
894 |
+
Creative Commons public licenses does not create a lawyer-client or
|
895 |
+
other relationship. Creative Commons makes its licenses and related
|
896 |
+
information available on an "as-is" basis. Creative Commons gives no
|
897 |
+
warranties regarding its licenses, any material licensed under their
|
898 |
+
terms and conditions, or any related information. Creative Commons
|
899 |
+
disclaims all liability for damages resulting from their use to the
|
900 |
+
fullest extent possible.
|
901 |
+
|
902 |
+
Using Creative Commons Public Licenses
|
903 |
+
|
904 |
+
Creative Commons public licenses provide a standard set of terms and
|
905 |
+
conditions that creators and other rights holders may use to share
|
906 |
+
original works of authorship and other material subject to copyright
|
907 |
+
and certain other rights specified in the public license below. The
|
908 |
+
following considerations are for informational purposes only, are not
|
909 |
+
exhaustive, and do not form part of our licenses.
|
910 |
+
|
911 |
+
Considerations for licensors: Our public licenses are
|
912 |
+
intended for use by those authorized to give the public
|
913 |
+
permission to use material in ways otherwise restricted by
|
914 |
+
copyright and certain other rights. Our licenses are
|
915 |
+
irrevocable. Licensors should read and understand the terms
|
916 |
+
and conditions of the license they choose before applying it.
|
917 |
+
Licensors should also secure all rights necessary before
|
918 |
+
applying our licenses so that the public can reuse the
|
919 |
+
material as expected. Licensors should clearly mark any
|
920 |
+
material not subject to the license. This includes other CC-
|
921 |
+
licensed material, or material used under an exception or
|
922 |
+
limitation to copyright. More considerations for licensors:
|
923 |
+
wiki.creativecommons.org/Considerations_for_licensors
|
924 |
+
|
925 |
+
Considerations for the public: By using one of our public
|
926 |
+
licenses, a licensor grants the public permission to use the
|
927 |
+
licensed material under specified terms and conditions. If
|
928 |
+
the licensor's permission is not necessary for any reason--for
|
929 |
+
example, because of any applicable exception or limitation to
|
930 |
+
copyright--then that use is not regulated by the license. Our
|
931 |
+
licenses grant only permissions under copyright and certain
|
932 |
+
other rights that a licensor has authority to grant. Use of
|
933 |
+
the licensed material may still be restricted for other
|
934 |
+
reasons, including because others have copyright or other
|
935 |
+
rights in the material. A licensor may make special requests,
|
936 |
+
such as asking that all changes be marked or described.
|
937 |
+
Although not required by our licenses, you are encouraged to
|
938 |
+
respect those requests where reasonable. More considerations
|
939 |
+
for the public:
|
940 |
+
wiki.creativecommons.org/Considerations_for_licensees
|
941 |
+
|
942 |
+
=======================================================================
|
943 |
+
|
944 |
+
Creative Commons Attribution-ShareAlike 4.0 International Public
|
945 |
+
License
|
946 |
+
|
947 |
+
By exercising the Licensed Rights (defined below), You accept and agree
|
948 |
+
to be bound by the terms and conditions of this Creative Commons
|
949 |
+
Attribution-ShareAlike 4.0 International Public License ("Public
|
950 |
+
License"). To the extent this Public License may be interpreted as a
|
951 |
+
contract, You are granted the Licensed Rights in consideration of Your
|
952 |
+
acceptance of these terms and conditions, and the Licensor grants You
|
953 |
+
such rights in consideration of benefits the Licensor receives from
|
954 |
+
making the Licensed Material available under these terms and
|
955 |
+
conditions.
|
956 |
+
|
957 |
+
|
958 |
+
Section 1 -- Definitions.
|
959 |
+
|
960 |
+
a. Adapted Material means material subject to Copyright and Similar
|
961 |
+
Rights that is derived from or based upon the Licensed Material
|
962 |
+
and in which the Licensed Material is translated, altered,
|
963 |
+
arranged, transformed, or otherwise modified in a manner requiring
|
964 |
+
permission under the Copyright and Similar Rights held by the
|
965 |
+
Licensor. For purposes of this Public License, where the Licensed
|
966 |
+
Material is a musical work, performance, or sound recording,
|
967 |
+
Adapted Material is always produced where the Licensed Material is
|
968 |
+
synched in timed relation with a moving image.
|
969 |
+
|
970 |
+
b. Adapter's License means the license You apply to Your Copyright
|
971 |
+
and Similar Rights in Your contributions to Adapted Material in
|
972 |
+
accordance with the terms and conditions of this Public License.
|
973 |
+
|
974 |
+
c. BY-SA Compatible License means a license listed at
|
975 |
+
creativecommons.org/compatiblelicenses, approved by Creative
|
976 |
+
Commons as essentially the equivalent of this Public License.
|
977 |
+
|
978 |
+
d. Copyright and Similar Rights means copyright and/or similar rights
|
979 |
+
closely related to copyright including, without limitation,
|
980 |
+
performance, broadcast, sound recording, and Sui Generis Database
|
981 |
+
Rights, without regard to how the rights are labeled or
|
982 |
+
categorized. For purposes of this Public License, the rights
|
983 |
+
specified in Section 2(b)(1)-(2) are not Copyright and Similar
|
984 |
+
Rights.
|
985 |
+
|
986 |
+
e. Effective Technological Measures means those measures that, in the
|
987 |
+
absence of proper authority, may not be circumvented under laws
|
988 |
+
fulfilling obligations under Article 11 of the WIPO Copyright
|
989 |
+
Treaty adopted on December 20, 1996, and/or similar international
|
990 |
+
agreements.
|
991 |
+
|
992 |
+
f. Exceptions and Limitations means fair use, fair dealing, and/or
|
993 |
+
any other exception or limitation to Copyright and Similar Rights
|
994 |
+
that applies to Your use of the Licensed Material.
|
995 |
+
|
996 |
+
g. License Elements means the license attributes listed in the name
|
997 |
+
of a Creative Commons Public License. The License Elements of this
|
998 |
+
Public License are Attribution and ShareAlike.
|
999 |
+
|
1000 |
+
h. Licensed Material means the artistic or literary work, database,
|
1001 |
+
or other material to which the Licensor applied this Public
|
1002 |
+
License.
|
1003 |
+
|
1004 |
+
i. Licensed Rights means the rights granted to You subject to the
|
1005 |
+
terms and conditions of this Public License, which are limited to
|
1006 |
+
all Copyright and Similar Rights that apply to Your use of the
|
1007 |
+
Licensed Material and that the Licensor has authority to license.
|
1008 |
+
|
1009 |
+
j. Licensor means the individual(s) or entity(ies) granting rights
|
1010 |
+
under this Public License.
|
1011 |
+
|
1012 |
+
k. Share means to provide material to the public by any means or
|
1013 |
+
process that requires permission under the Licensed Rights, such
|
1014 |
+
as reproduction, public display, public performance, distribution,
|
1015 |
+
dissemination, communication, or importation, and to make material
|
1016 |
+
available to the public including in ways that members of the
|
1017 |
+
public may access the material from a place and at a time
|
1018 |
+
individually chosen by them.
|
1019 |
+
|
1020 |
+
l. Sui Generis Database Rights means rights other than copyright
|
1021 |
+
resulting from Directive 96/9/EC of the European Parliament and of
|
1022 |
+
the Council of 11 March 1996 on the legal protection of databases,
|
1023 |
+
as amended and/or succeeded, as well as other essentially
|
1024 |
+
equivalent rights anywhere in the world.
|
1025 |
+
|
1026 |
+
m. You means the individual or entity exercising the Licensed Rights
|
1027 |
+
under this Public License. Your has a corresponding meaning.
|
1028 |
+
|
1029 |
+
|
1030 |
+
Section 2 -- Scope.
|
1031 |
+
|
1032 |
+
a. License grant.
|
1033 |
+
|
1034 |
+
1. Subject to the terms and conditions of this Public License,
|
1035 |
+
the Licensor hereby grants You a worldwide, royalty-free,
|
1036 |
+
non-sublicensable, non-exclusive, irrevocable license to
|
1037 |
+
exercise the Licensed Rights in the Licensed Material to:
|
1038 |
+
|
1039 |
+
a. reproduce and Share the Licensed Material, in whole or
|
1040 |
+
in part; and
|
1041 |
+
|
1042 |
+
b. produce, reproduce, and Share Adapted Material.
|
1043 |
+
|
1044 |
+
2. Exceptions and Limitations. For the avoidance of doubt, where
|
1045 |
+
Exceptions and Limitations apply to Your use, this Public
|
1046 |
+
License does not apply, and You do not need to comply with
|
1047 |
+
its terms and conditions.
|
1048 |
+
|
1049 |
+
3. Term. The term of this Public License is specified in Section
|
1050 |
+
6(a).
|
1051 |
+
|
1052 |
+
4. Media and formats; technical modifications allowed. The
|
1053 |
+
Licensor authorizes You to exercise the Licensed Rights in
|
1054 |
+
all media and formats whether now known or hereafter created,
|
1055 |
+
and to make technical modifications necessary to do so. The
|
1056 |
+
Licensor waives and/or agrees not to assert any right or
|
1057 |
+
authority to forbid You from making technical modifications
|
1058 |
+
necessary to exercise the Licensed Rights, including
|
1059 |
+
technical modifications necessary to circumvent Effective
|
1060 |
+
Technological Measures. For purposes of this Public License,
|
1061 |
+
simply making modifications authorized by this Section 2(a)
|
1062 |
+
(4) never produces Adapted Material.
|
1063 |
+
|
1064 |
+
5. Downstream recipients.
|
1065 |
+
|
1066 |
+
a. Offer from the Licensor -- Licensed Material. Every
|
1067 |
+
recipient of the Licensed Material automatically
|
1068 |
+
receives an offer from the Licensor to exercise the
|
1069 |
+
Licensed Rights under the terms and conditions of this
|
1070 |
+
Public License.
|
1071 |
+
|
1072 |
+
b. Additional offer from the Licensor -- Adapted Material.
|
1073 |
+
Every recipient of Adapted Material from You
|
1074 |
+
automatically receives an offer from the Licensor to
|
1075 |
+
exercise the Licensed Rights in the Adapted Material
|
1076 |
+
under the conditions of the Adapter's License You apply.
|
1077 |
+
|
1078 |
+
c. No downstream restrictions. You may not offer or impose
|
1079 |
+
any additional or different terms or conditions on, or
|
1080 |
+
apply any Effective Technological Measures to, the
|
1081 |
+
Licensed Material if doing so restricts exercise of the
|
1082 |
+
Licensed Rights by any recipient of the Licensed
|
1083 |
+
Material.
|
1084 |
+
|
1085 |
+
6. No endorsement. Nothing in this Public License constitutes or
|
1086 |
+
may be construed as permission to assert or imply that You
|
1087 |
+
are, or that Your use of the Licensed Material is, connected
|
1088 |
+
with, or sponsored, endorsed, or granted official status by,
|
1089 |
+
the Licensor or others designated to receive attribution as
|
1090 |
+
provided in Section 3(a)(1)(A)(i).
|
1091 |
+
|
1092 |
+
b. Other rights.
|
1093 |
+
|
1094 |
+
1. Moral rights, such as the right of integrity, are not
|
1095 |
+
licensed under this Public License, nor are publicity,
|
1096 |
+
privacy, and/or other similar personality rights; however, to
|
1097 |
+
the extent possible, the Licensor waives and/or agrees not to
|
1098 |
+
assert any such rights held by the Licensor to the limited
|
1099 |
+
extent necessary to allow You to exercise the Licensed
|
1100 |
+
Rights, but not otherwise.
|
1101 |
+
|
1102 |
+
2. Patent and trademark rights are not licensed under this
|
1103 |
+
Public License.
|
1104 |
+
|
1105 |
+
3. To the extent possible, the Licensor waives any right to
|
1106 |
+
collect royalties from You for the exercise of the Licensed
|
1107 |
+
Rights, whether directly or through a collecting society
|
1108 |
+
under any voluntary or waivable statutory or compulsory
|
1109 |
+
licensing scheme. In all other cases the Licensor expressly
|
1110 |
+
reserves any right to collect such royalties.
|
1111 |
+
|
1112 |
+
|
1113 |
+
Section 3 -- License Conditions.
|
1114 |
+
|
1115 |
+
Your exercise of the Licensed Rights is expressly made subject to the
|
1116 |
+
following conditions.
|
1117 |
+
|
1118 |
+
a. Attribution.
|
1119 |
+
|
1120 |
+
1. If You Share the Licensed Material (including in modified
|
1121 |
+
form), You must:
|
1122 |
+
|
1123 |
+
a. retain the following if it is supplied by the Licensor
|
1124 |
+
with the Licensed Material:
|
1125 |
+
|
1126 |
+
i. identification of the creator(s) of the Licensed
|
1127 |
+
Material and any others designated to receive
|
1128 |
+
attribution, in any reasonable manner requested by
|
1129 |
+
the Licensor (including by pseudonym if
|
1130 |
+
designated);
|
1131 |
+
|
1132 |
+
ii. a copyright notice;
|
1133 |
+
|
1134 |
+
iii. a notice that refers to this Public License;
|
1135 |
+
|
1136 |
+
iv. a notice that refers to the disclaimer of
|
1137 |
+
warranties;
|
1138 |
+
|
1139 |
+
v. a URI or hyperlink to the Licensed Material to the
|
1140 |
+
extent reasonably practicable;
|
1141 |
+
|
1142 |
+
b. indicate if You modified the Licensed Material and
|
1143 |
+
retain an indication of any previous modifications; and
|
1144 |
+
|
1145 |
+
c. indicate the Licensed Material is licensed under this
|
1146 |
+
Public License, and include the text of, or the URI or
|
1147 |
+
hyperlink to, this Public License.
|
1148 |
+
|
1149 |
+
2. You may satisfy the conditions in Section 3(a)(1) in any
|
1150 |
+
reasonable manner based on the medium, means, and context in
|
1151 |
+
which You Share the Licensed Material. For example, it may be
|
1152 |
+
reasonable to satisfy the conditions by providing a URI or
|
1153 |
+
hyperlink to a resource that includes the required
|
1154 |
+
information.
|
1155 |
+
|
1156 |
+
3. If requested by the Licensor, You must remove any of the
|
1157 |
+
information required by Section 3(a)(1)(A) to the extent
|
1158 |
+
reasonably practicable.
|
1159 |
+
|
1160 |
+
b. ShareAlike.
|
1161 |
+
|
1162 |
+
In addition to the conditions in Section 3(a), if You Share
|
1163 |
+
Adapted Material You produce, the following conditions also apply.
|
1164 |
+
|
1165 |
+
1. The Adapter's License You apply must be a Creative Commons
|
1166 |
+
license with the same License Elements, this version or
|
1167 |
+
later, or a BY-SA Compatible License.
|
1168 |
+
|
1169 |
+
2. You must include the text of, or the URI or hyperlink to, the
|
1170 |
+
Adapter's License You apply. You may satisfy this condition
|
1171 |
+
in any reasonable manner based on the medium, means, and
|
1172 |
+
context in which You Share Adapted Material.
|
1173 |
+
|
1174 |
+
3. You may not offer or impose any additional or different terms
|
1175 |
+
or conditions on, or apply any Effective Technological
|
1176 |
+
Measures to, Adapted Material that restrict exercise of the
|
1177 |
+
rights granted under the Adapter's License You apply.
|
1178 |
+
|
1179 |
+
|
1180 |
+
Section 4 -- Sui Generis Database Rights.
|
1181 |
+
|
1182 |
+
Where the Licensed Rights include Sui Generis Database Rights that
|
1183 |
+
apply to Your use of the Licensed Material:
|
1184 |
+
|
1185 |
+
a. for the avoidance of doubt, Section 2(a)(1) grants You the right
|
1186 |
+
to extract, reuse, reproduce, and Share all or a substantial
|
1187 |
+
portion of the contents of the database;
|
1188 |
+
|
1189 |
+
b. if You include all or a substantial portion of the database
|
1190 |
+
contents in a database in which You have Sui Generis Database
|
1191 |
+
Rights, then the database in which You have Sui Generis Database
|
1192 |
+
Rights (but not its individual contents) is Adapted Material,
|
1193 |
+
|
1194 |
+
including for purposes of Section 3(b); and
|
1195 |
+
c. You must comply with the conditions in Section 3(a) if You Share
|
1196 |
+
all or a substantial portion of the contents of the database.
|
1197 |
+
|
1198 |
+
For the avoidance of doubt, this Section 4 supplements and does not
|
1199 |
+
replace Your obligations under this Public License where the Licensed
|
1200 |
+
Rights include other Copyright and Similar Rights.
|
1201 |
+
|
1202 |
+
|
1203 |
+
Section 5 -- Disclaimer of Warranties and Limitation of Liability.
|
1204 |
+
|
1205 |
+
a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
|
1206 |
+
EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
|
1207 |
+
AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
|
1208 |
+
ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
|
1209 |
+
IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
|
1210 |
+
WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
|
1211 |
+
PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
|
1212 |
+
ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
|
1213 |
+
KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
|
1214 |
+
ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
|
1215 |
+
|
1216 |
+
b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
|
1217 |
+
TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
|
1218 |
+
NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
|
1219 |
+
INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
|
1220 |
+
COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
|
1221 |
+
USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
|
1222 |
+
ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
|
1223 |
+
DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
|
1224 |
+
IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
|
1225 |
+
|
1226 |
+
c. The disclaimer of warranties and limitation of liability provided
|
1227 |
+
above shall be interpreted in a manner that, to the extent
|
1228 |
+
possible, most closely approximates an absolute disclaimer and
|
1229 |
+
waiver of all liability.
|
1230 |
+
|
1231 |
+
|
1232 |
+
Section 6 -- Term and Termination.
|
1233 |
+
|
1234 |
+
a. This Public License applies for the term of the Copyright and
|
1235 |
+
Similar Rights licensed here. However, if You fail to comply with
|
1236 |
+
this Public License, then Your rights under this Public License
|
1237 |
+
terminate automatically.
|
1238 |
+
|
1239 |
+
b. Where Your right to use the Licensed Material has terminated under
|
1240 |
+
Section 6(a), it reinstates:
|
1241 |
+
|
1242 |
+
1. automatically as of the date the violation is cured, provided
|
1243 |
+
it is cured within 30 days of Your discovery of the
|
1244 |
+
violation; or
|
1245 |
+
|
1246 |
+
2. upon express reinstatement by the Licensor.
|
1247 |
+
|
1248 |
+
For the avoidance of doubt, this Section 6(b) does not affect any
|
1249 |
+
right the Licensor may have to seek remedies for Your violations
|
1250 |
+
of this Public License.
|
1251 |
+
|
1252 |
+
c. For the avoidance of doubt, the Licensor may also offer the
|
1253 |
+
Licensed Material under separate terms or conditions or stop
|
1254 |
+
distributing the Licensed Material at any time; however, doing so
|
1255 |
+
will not terminate this Public License.
|
1256 |
+
|
1257 |
+
d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
|
1258 |
+
License.
|
1259 |
+
|
1260 |
+
|
1261 |
+
Section 7 -- Other Terms and Conditions.
|
1262 |
+
|
1263 |
+
a. The Licensor shall not be bound by any additional or different
|
1264 |
+
terms or conditions communicated by You unless expressly agreed.
|
1265 |
+
|
1266 |
+
b. Any arrangements, understandings, or agreements regarding the
|
1267 |
+
Licensed Material not stated herein are separate from and
|
1268 |
+
independent of the terms and conditions of this Public License.
|
1269 |
+
|
1270 |
+
|
1271 |
+
Section 8 -- Interpretation.
|
1272 |
+
|
1273 |
+
a. For the avoidance of doubt, this Public License does not, and
|
1274 |
+
shall not be interpreted to, reduce, limit, restrict, or impose
|
1275 |
+
conditions on any use of the Licensed Material that could lawfully
|
1276 |
+
be made without permission under this Public License.
|
1277 |
+
|
1278 |
+
b. To the extent possible, if any provision of this Public License is
|
1279 |
+
deemed unenforceable, it shall be automatically reformed to the
|
1280 |
+
minimum extent necessary to make it enforceable. If the provision
|
1281 |
+
cannot be reformed, it shall be severed from this Public License
|
1282 |
+
without affecting the enforceability of the remaining terms and
|
1283 |
+
conditions.
|
1284 |
+
|
1285 |
+
c. No term or condition of this Public License will be waived and no
|
1286 |
+
failure to comply consented to unless expressly agreed to by the
|
1287 |
+
Licensor.
|
1288 |
+
|
1289 |
+
d. Nothing in this Public License constitutes or may be interpreted
|
1290 |
+
as a limitation upon, or waiver of, any privileges and immunities
|
1291 |
+
that apply to the Licensor or You, including from the legal
|
1292 |
+
processes of any jurisdiction or authority.
|
1293 |
+
|
1294 |
+
|
1295 |
+
=======================================================================
|
1296 |
+
|
1297 |
+
Creative Commons is not a party to its public
|
1298 |
+
licenses. Notwithstanding, Creative Commons may elect to apply one of
|
1299 |
+
its public licenses to material it publishes and in those instances
|
1300 |
+
will be considered the “Licensor.” The text of the Creative Commons
|
1301 |
+
public licenses is dedicated to the public domain under the CC0 Public
|
1302 |
+
Domain Dedication. Except for the limited purpose of indicating that
|
1303 |
+
material is shared under a Creative Commons public license or as
|
1304 |
+
otherwise permitted by the Creative Commons policies published at
|
1305 |
+
creativecommons.org/policies, Creative Commons does not authorize the
|
1306 |
+
use of the trademark "Creative Commons" or any other trademark or logo
|
1307 |
+
of Creative Commons without its prior written consent including,
|
1308 |
+
without limitation, in connection with any unauthorized modifications
|
1309 |
+
to any of its public licenses or any other arrangements,
|
1310 |
+
understandings, or agreements concerning use of licensed material. For
|
1311 |
+
the avoidance of doubt, this paragraph does not form part of the
|
1312 |
+
public licenses.
|
1313 |
+
|
1314 |
+
Creative Commons may be contacted at creativecommons.org.
|
1315 |
+
|
1316 |
+
```
|
1317 |
+
|
1318 |
+
|
1319 |
+
|
1320 |
+
|
README.md
ADDED
@@ -0,0 +1,127 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- spacy
|
4 |
+
- token-classification
|
5 |
+
language:
|
6 |
+
- nl
|
7 |
+
license: cc-by-sa-4.0
|
8 |
+
model-index:
|
9 |
+
- name: nl_core_news_sm
|
10 |
+
results:
|
11 |
+
- task:
|
12 |
+
name: NER
|
13 |
+
type: token-classification
|
14 |
+
metrics:
|
15 |
+
- name: NER Precision
|
16 |
+
type: precision
|
17 |
+
value: 0.7496350365
|
18 |
+
- name: NER Recall
|
19 |
+
type: recall
|
20 |
+
value: 0.7102351314
|
21 |
+
- name: NER F Score
|
22 |
+
type: f_score
|
23 |
+
value: 0.7294034091
|
24 |
+
- task:
|
25 |
+
name: TAG
|
26 |
+
type: token-classification
|
27 |
+
metrics:
|
28 |
+
- name: TAG (XPOS) Accuracy
|
29 |
+
type: accuracy
|
30 |
+
value: 0.939195673
|
31 |
+
- task:
|
32 |
+
name: POS
|
33 |
+
type: token-classification
|
34 |
+
metrics:
|
35 |
+
- name: POS (UPOS) Accuracy
|
36 |
+
type: accuracy
|
37 |
+
value: 0.9572746505
|
38 |
+
- task:
|
39 |
+
name: MORPH
|
40 |
+
type: token-classification
|
41 |
+
metrics:
|
42 |
+
- name: Morph (UFeats) Accuracy
|
43 |
+
type: accuracy
|
44 |
+
value: 0.9504635184
|
45 |
+
- task:
|
46 |
+
name: LEMMA
|
47 |
+
type: token-classification
|
48 |
+
metrics:
|
49 |
+
- name: Lemma Accuracy
|
50 |
+
type: accuracy
|
51 |
+
value: 0.9504328674
|
52 |
+
- task:
|
53 |
+
name: UNLABELED_DEPENDENCIES
|
54 |
+
type: token-classification
|
55 |
+
metrics:
|
56 |
+
- name: Unlabeled Attachment Score (UAS)
|
57 |
+
type: f_score
|
58 |
+
value: 0.8535422689
|
59 |
+
- task:
|
60 |
+
name: LABELED_DEPENDENCIES
|
61 |
+
type: token-classification
|
62 |
+
metrics:
|
63 |
+
- name: Labeled Attachment Score (LAS)
|
64 |
+
type: f_score
|
65 |
+
value: 0.80149091
|
66 |
+
- task:
|
67 |
+
name: SENTS
|
68 |
+
type: token-classification
|
69 |
+
metrics:
|
70 |
+
- name: Sentences F-Score
|
71 |
+
type: f_score
|
72 |
+
value: 0.8658922914
|
73 |
+
---
|
74 |
+
### Details: https://spacy.io/models/nl#nl_core_news_sm
|
75 |
+
|
76 |
+
Dutch pipeline optimized for CPU. Components: tok2vec, morphologizer, tagger, parser, lemmatizer (trainable_lemmatizer), senter, ner.
|
77 |
+
|
78 |
+
| Feature | Description |
|
79 |
+
| --- | --- |
|
80 |
+
| **Name** | `nl_core_news_sm` |
|
81 |
+
| **Version** | `3.6.0` |
|
82 |
+
| **spaCy** | `>=3.6.0,<3.7.0` |
|
83 |
+
| **Default Pipeline** | `tok2vec`, `morphologizer`, `tagger`, `parser`, `lemmatizer`, `attribute_ruler`, `ner` |
|
84 |
+
| **Components** | `tok2vec`, `morphologizer`, `tagger`, `parser`, `lemmatizer`, `senter`, `attribute_ruler`, `ner` |
|
85 |
+
| **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
|
86 |
+
| **Sources** | [UD Dutch LassySmall v2.8](https://github.com/UniversalDependencies/UD_Dutch-LassySmall) (Bouma, Gosse; van Noord, Gertjan)<br />[Dutch NER Annotations for UD LassySmall](https://nlp.town) (NLP Town)<br />[UD Dutch Alpino v2.8](https://github.com/UniversalDependencies/UD_Dutch-Alpino) (Zeman, Daniel; Žabokrtský, Zdeněk; Bouma, Gosse; van Noord, Gertjan) |
|
87 |
+
| **License** | `CC BY-SA 4.0` |
|
88 |
+
| **Author** | [Explosion](https://explosion.ai) |
|
89 |
+
|
90 |
+
### Label Scheme
|
91 |
+
|
92 |
+
<details>
|
93 |
+
|
94 |
+
<summary>View label scheme (323 labels for 4 components)</summary>
|
95 |
+
|
96 |
+
| Component | Labels |
|
97 |
+
| --- | --- |
|
98 |
+
| **`morphologizer`** | `POS=PRON\|Person=3\|PronType=Dem`, `Number=Sing\|POS=AUX\|Tense=Pres\|VerbForm=Fin`, `POS=ADV`, `POS=VERB\|VerbForm=Part`, `POS=PUNCT`, `Number=Sing\|POS=AUX\|Tense=Past\|VerbForm=Fin`, `POS=ADP`, `POS=NUM`, `Number=Plur\|POS=NOUN`, `POS=VERB\|VerbForm=Inf`, `POS=SCONJ`, `Definite=Def\|POS=DET`, `Gender=Com\|Number=Sing\|POS=NOUN`, `Number=Sing\|POS=VERB\|Tense=Pres\|VerbForm=Fin`, `Degree=Pos\|POS=ADJ`, `Gender=Neut\|Number=Sing\|POS=PROPN`, `Gender=Com\|Number=Sing\|POS=PROPN`, `POS=AUX\|VerbForm=Inf`, `Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Fin`, `POS=DET`, `Gender=Neut\|Number=Sing\|POS=NOUN`, `POS=PRON\|Person=3\|PronType=Prs`, `POS=CCONJ`, `Number=Plur\|POS=VERB\|Tense=Pres\|VerbForm=Fin`, `POS=PRON\|Person=3\|PronType=Ind`, `Degree=Cmp\|POS=ADJ`, `Case=Nom\|POS=PRON\|Person=1\|PronType=Prs`, `Definite=Ind\|POS=DET`, `Case=Nom\|POS=PRON\|Person=3\|PronType=Prs`, `POS=PRON\|Person=3\|Poss=Yes\|PronType=Prs`, `Number=Plur\|POS=AUX\|Tense=Pres\|VerbForm=Fin`, `POS=PRON\|PronType=Rel`, `Case=Acc\|POS=PRON\|Person=1\|PronType=Prs`, `Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Fin`, `Gender=Com,Neut\|Number=Sing\|POS=NOUN`, `Case=Acc\|POS=PRON\|Person=3\|PronType=Prs\|Reflex=Yes`, `Case=Acc\|POS=PRON\|Person=3\|PronType=Prs`, `POS=PROPN`, `POS=PRON\|PronType=Ind`, `POS=PRON\|Person=3\|PronType=Int`, `Case=Acc\|POS=PRON\|PronType=Rcp`, `Number=Plur\|POS=AUX\|Tense=Past\|VerbForm=Fin`, `Number=Sing\|POS=NOUN`, `POS=PRON\|Person=1\|Poss=Yes\|PronType=Prs`, `POS=SYM`, `Abbr=Yes\|POS=X`, `Gender=Com,Neut\|Number=Sing\|POS=PROPN`, `Degree=Sup\|POS=ADJ`, `POS=ADJ`, `Number=Sing\|POS=PROPN`, `POS=PRON\|PronType=Dem`, `POS=AUX\|VerbForm=Part`, `POS=SPACE`, `POS=PRON\|Person=3\|PronType=Rel`, `Number=Plur\|POS=PROPN`, `POS=PRON\|Person=2\|Poss=Yes\|PronType=Prs`, `Case=Dat\|POS=PRON\|PronType=Dem`, `Case=Nom\|POS=PRON\|Person=2\|PronType=Prs`, `POS=INTJ`, `Case=Acc\|POS=PRON\|Person=2\|PronType=Prs`, `Case=Gen\|POS=PRON\|Person=3\|Poss=Yes\|PronType=Prs`, `POS=PRON\|PronType=Int`, `POS=PRON\|Person=2\|PronType=Prs`, `POS=PRON\|Person=3`, `Case=Gen\|POS=PRON\|Person=2\|PronType=Prs`, `POS=X` |
|
99 |
+
| **`tagger`** | `ADJ\|nom\|basis\|met-e\|mv-n`, `ADJ\|nom\|basis\|met-e\|zonder-n\|bijz`, `ADJ\|nom\|basis\|met-e\|zonder-n\|stan`, `ADJ\|nom\|basis\|zonder\|mv-n`, `ADJ\|nom\|basis\|zonder\|zonder-n`, `ADJ\|nom\|comp\|met-e\|mv-n`, `ADJ\|nom\|comp\|met-e\|zonder-n\|stan`, `ADJ\|nom\|sup\|met-e\|mv-n`, `ADJ\|nom\|sup\|met-e\|zonder-n\|bijz`, `ADJ\|nom\|sup\|met-e\|zonder-n\|stan`, `ADJ\|nom\|sup\|zonder\|zonder-n`, `ADJ\|postnom\|basis\|met-s`, `ADJ\|postnom\|basis\|zonder`, `ADJ\|postnom\|comp\|met-s`, `ADJ\|prenom\|basis\|met-e\|bijz`, `ADJ\|prenom\|basis\|met-e\|stan`, `ADJ\|prenom\|basis\|zonder`, `ADJ\|prenom\|comp\|met-e\|stan`, `ADJ\|prenom\|comp\|zonder`, `ADJ\|prenom\|sup\|met-e\|stan`, `ADJ\|prenom\|sup\|zonder`, `ADJ\|vrij\|basis\|zonder`, `ADJ\|vrij\|comp\|zonder`, `ADJ\|vrij\|dim\|zonder`, `ADJ\|vrij\|sup\|zonder`, `BW`, `LET`, `LID\|bep\|dat\|evmo`, `LID\|bep\|gen\|evmo`, `LID\|bep\|gen\|rest3`, `LID\|bep\|stan\|evon`, `LID\|bep\|stan\|rest`, `LID\|onbep\|stan\|agr`, `N\|eigen\|ev\|basis\|gen`, `N\|eigen\|ev\|basis\|genus\|stan`, `N\|eigen\|ev\|basis\|onz\|stan`, `N\|eigen\|ev\|basis\|zijd\|stan`, `N\|eigen\|ev\|dim\|onz\|stan`, `N\|eigen\|mv\|basis`, `N\|soort\|ev\|basis\|dat`, `N\|soort\|ev\|basis\|gen`, `N\|soort\|ev\|basis\|genus\|stan`, `N\|soort\|ev\|basis\|onz\|stan`, `N\|soort\|ev\|basis\|zijd\|stan`, `N\|soort\|ev\|dim\|onz\|stan`, `N\|soort\|mv\|basis`, `N\|soort\|mv\|dim`, `SPEC\|afgebr`, `SPEC\|afk`, `SPEC\|deeleigen`, `SPEC\|enof`, `SPEC\|meta`, `SPEC\|symb`, `SPEC\|vreemd`, `TSW`, `TW\|hoofd\|nom\|mv-n\|basis`, `TW\|hoofd\|nom\|mv-n\|dim`, `TW\|hoofd\|nom\|zonder-n\|basis`, `TW\|hoofd\|nom\|zonder-n\|dim`, `TW\|hoofd\|prenom\|stan`, `TW\|hoofd\|vrij`, `TW\|rang\|nom\|mv-n`, `TW\|rang\|nom\|zonder-n`, `TW\|rang\|prenom\|stan`, `VG\|neven`, `VG\|onder`, `VNW\|aanw\|adv-pron\|obl\|vol\|3o\|getal`, `VNW\|aanw\|adv-pron\|stan\|red\|3\|getal`, `VNW\|aanw\|det\|dat\|nom\|met-e\|zonder-n`, `VNW\|aanw\|det\|dat\|prenom\|met-e\|evmo`, `VNW\|aanw\|det\|gen\|prenom\|met-e\|rest3`, `VNW\|aanw\|det\|stan\|nom\|met-e\|mv-n`, `VNW\|aanw\|det\|stan\|nom\|met-e\|zonder-n`, `VNW\|aanw\|det\|stan\|prenom\|met-e\|rest`, `VNW\|aanw\|det\|stan\|prenom\|zonder\|agr`, `VNW\|aanw\|det\|stan\|prenom\|zonder\|evon`, `VNW\|aanw\|det\|stan\|prenom\|zonder\|rest`, `VNW\|aanw\|det\|stan\|vrij\|zonder`, `VNW\|aanw\|pron\|gen\|vol\|3m\|ev`, `VNW\|aanw\|pron\|stan\|vol\|3o\|ev`, `VNW\|aanw\|pron\|stan\|vol\|3\|getal`, `VNW\|betr\|det\|stan\|nom\|met-e\|zonder-n`, `VNW\|betr\|det\|stan\|nom\|zonder\|zonder-n`, `VNW\|betr\|pron\|stan\|vol\|3\|ev`, `VNW\|betr\|pron\|stan\|vol\|persoon\|getal`, `VNW\|bez\|det\|gen\|vol\|3\|ev\|prenom\|met-e\|rest3`, `VNW\|bez\|det\|stan\|nadr\|2v\|mv\|prenom\|zonder\|agr`, `VNW\|bez\|det\|stan\|red\|1\|ev\|prenom\|zonder\|agr`, `VNW\|bez\|det\|stan\|red\|2v\|ev\|prenom\|zonder\|agr`, `VNW\|bez\|det\|stan\|red\|3\|ev\|prenom\|zonder\|agr`, `VNW\|bez\|det\|stan\|vol\|1\|ev\|prenom\|met-e\|rest`, `VNW\|bez\|det\|stan\|vol\|1\|ev\|prenom\|zonder\|agr`, `VNW\|bez\|det\|stan\|vol\|1\|mv\|prenom\|met-e\|rest`, `VNW\|bez\|det\|stan\|vol\|1\|mv\|prenom\|zonder\|evon`, `VNW\|bez\|det\|stan\|vol\|2v\|ev\|prenom\|zonder\|agr`, `VNW\|bez\|det\|stan\|vol\|2\|getal\|prenom\|zonder\|agr`, `VNW\|bez\|det\|stan\|vol\|3m\|ev\|nom\|met-e\|zonder-n`, `VNW\|bez\|det\|stan\|vol\|3m\|ev\|prenom\|met-e\|rest`, `VNW\|bez\|det\|stan\|vol\|3p\|mv\|prenom\|met-e\|rest`, `VNW\|bez\|det\|stan\|vol\|3v\|ev\|nom\|met-e\|zonder-n`, `VNW\|bez\|det\|stan\|vol\|3v\|ev\|prenom\|met-e\|rest`, `VNW\|bez\|det\|stan\|vol\|3\|ev\|prenom\|zonder\|agr`, `VNW\|bez\|det\|stan\|vol\|3\|mv\|prenom\|zonder\|agr`, `VNW\|excl\|pron\|stan\|vol\|3\|getal`, `VNW\|onbep\|adv-pron\|gen\|red\|3\|getal`, `VNW\|onbep\|adv-pron\|obl\|vol\|3o\|getal`, `VNW\|onbep\|det\|stan\|nom\|met-e\|mv-n`, `VNW\|onbep\|det\|stan\|nom\|met-e\|zonder-n`, `VNW\|onbep\|det\|stan\|nom\|zonder\|zonder-n`, `VNW\|onbep\|det\|stan\|prenom\|met-e\|agr`, `VNW\|onbep\|det\|stan\|prenom\|met-e\|evz`, `VNW\|onbep\|det\|stan\|prenom\|met-e\|mv`, `VNW\|onbep\|det\|stan\|prenom\|met-e\|rest`, `VNW\|onbep\|det\|stan\|prenom\|zonder\|agr`, `VNW\|onbep\|det\|stan\|prenom\|zonder\|evon`, `VNW\|onbep\|det\|stan\|vrij\|zonder`, `VNW\|onbep\|grad\|gen\|nom\|met-e\|mv-n\|basis`, `VNW\|onbep\|grad\|stan\|nom\|met-e\|mv-n\|basis`, `VNW\|onbep\|grad\|stan\|nom\|met-e\|mv-n\|sup`, `VNW\|onbep\|grad\|stan\|nom\|met-e\|zonder-n\|basis`, `VNW\|onbep\|grad\|stan\|nom\|met-e\|zonder-n\|sup`, `VNW\|onbep\|grad\|stan\|prenom\|met-e\|agr\|basis`, `VNW\|onbep\|grad\|stan\|prenom\|met-e\|agr\|comp`, `VNW\|onbep\|grad\|stan\|prenom\|met-e\|agr\|sup`, `VNW\|onbep\|grad\|stan\|prenom\|met-e\|mv\|basis`, `VNW\|onbep\|grad\|stan\|prenom\|zonder\|agr\|basis`, `VNW\|onbep\|grad\|stan\|prenom\|zonder\|agr\|comp`, `VNW\|onbep\|grad\|stan\|vrij\|zonder\|basis`, `VNW\|onbep\|grad\|stan\|vrij\|zonder\|comp`, `VNW\|onbep\|grad\|stan\|vrij\|zonder\|sup`, `VNW\|onbep\|pron\|gen\|vol\|3p\|ev`, `VNW\|onbep\|pron\|stan\|vol\|3o\|ev`, `VNW\|onbep\|pron\|stan\|vol\|3p\|ev`, `VNW\|pers\|pron\|gen\|vol\|2\|getal`, `VNW\|pers\|pron\|nomin\|nadr\|3m\|ev\|masc`, `VNW\|pers\|pron\|nomin\|nadr\|3v\|ev\|fem`, `VNW\|pers\|pron\|nomin\|red\|1\|mv`, `VNW\|pers\|pron\|nomin\|red\|2v\|ev`, `VNW\|pers\|pron\|nomin\|red\|2\|getal`, `VNW\|pers\|pron\|nomin\|red\|3p\|ev\|masc`, `VNW\|pers\|pron\|nomin\|red\|3\|ev\|masc`, `VNW\|pers\|pron\|nomin\|vol\|1\|ev`, `VNW\|pers\|pron\|nomin\|vol\|1\|mv`, `VNW\|pers\|pron\|nomin\|vol\|2b\|getal`, `VNW\|pers\|pron\|nomin\|vol\|2v\|ev`, `VNW\|pers\|pron\|nomin\|vol\|2\|getal`, `VNW\|pers\|pron\|nomin\|vol\|3p\|mv`, `VNW\|pers\|pron\|nomin\|vol\|3v\|ev\|fem`, `VNW\|pers\|pron\|nomin\|vol\|3\|ev\|masc`, `VNW\|pers\|pron\|obl\|nadr\|3m\|ev\|masc`, `VNW\|pers\|pron\|obl\|red\|3\|ev\|masc`, `VNW\|pers\|pron\|obl\|vol\|2v\|ev`, `VNW\|pers\|pron\|obl\|vol\|3p\|mv`, `VNW\|pers\|pron\|obl\|vol\|3\|ev\|masc`, `VNW\|pers\|pron\|obl\|vol\|3\|getal\|fem`, `VNW\|pers\|pron\|stan\|nadr\|2v\|mv`, `VNW\|pers\|pron\|stan\|red\|3\|ev\|fem`, `VNW\|pers\|pron\|stan\|red\|3\|ev\|onz`, `VNW\|pers\|pron\|stan\|red\|3\|mv`, `VNW\|pr\|pron\|obl\|nadr\|1\|ev`, `VNW\|pr\|pron\|obl\|nadr\|2v\|getal`, `VNW\|pr\|pron\|obl\|nadr\|2\|getal`, `VNW\|pr\|pron\|obl\|red\|1\|ev`, `VNW\|pr\|pron\|obl\|red\|2v\|getal`, `VNW\|pr\|pron\|obl\|vol\|1\|ev`, `VNW\|pr\|pron\|obl\|vol\|1\|mv`, `VNW\|pr\|pron\|obl\|vol\|2\|getal`, `VNW\|recip\|pron\|gen\|vol\|persoon\|mv`, `VNW\|recip\|pron\|obl\|vol\|persoon\|mv`, `VNW\|refl\|pron\|obl\|nadr\|3\|getal`, `VNW\|refl\|pron\|obl\|red\|3\|getal`, `VNW\|vb\|adv-pron\|obl\|vol\|3o\|getal`, `VNW\|vb\|det\|stan\|nom\|met-e\|zonder-n`, `VNW\|vb\|det\|stan\|prenom\|met-e\|rest`, `VNW\|vb\|det\|stan\|prenom\|zonder\|evon`, `VNW\|vb\|pron\|gen\|vol\|3m\|ev`, `VNW\|vb\|pron\|gen\|vol\|3p\|mv`, `VNW\|vb\|pron\|gen\|vol\|3v\|ev`, `VNW\|vb\|pron\|stan\|vol\|3o\|ev`, `VNW\|vb\|pron\|stan\|vol\|3p\|getal`, `VZ\|fin`, `VZ\|init`, `VZ\|versm`, `WW\|inf\|nom\|zonder\|zonder-n`, `WW\|inf\|prenom\|met-e`, `WW\|inf\|vrij\|zonder`, `WW\|od\|nom\|met-e\|mv-n`, `WW\|od\|nom\|met-e\|zonder-n`, `WW\|od\|prenom\|met-e`, `WW\|od\|prenom\|zonder`, `WW\|od\|vrij\|zonder`, `WW\|pv\|conj\|ev`, `WW\|pv\|tgw\|ev`, `WW\|pv\|tgw\|met-t`, `WW\|pv\|tgw\|mv`, `WW\|pv\|verl\|ev`, `WW\|pv\|verl\|mv`, `WW\|vd\|nom\|met-e\|mv-n`, `WW\|vd\|nom\|met-e\|zonder-n`, `WW\|vd\|prenom\|met-e`, `WW\|vd\|prenom\|zonder`, `WW\|vd\|vrij\|zonder`, `_SP` |
|
100 |
+
| **`parser`** | `ROOT`, `acl`, `acl:relcl`, `advcl`, `advmod`, `amod`, `appos`, `aux`, `aux:pass`, `case`, `cc`, `ccomp`, `compound:prt`, `conj`, `cop`, `csubj`, `dep`, `det`, `expl`, `expl:pv`, `fixed`, `flat`, `iobj`, `mark`, `nmod`, `nmod:poss`, `nsubj`, `nsubj:pass`, `nummod`, `obj`, `obl`, `obl:agent`, `orphan`, `parataxis`, `punct`, `xcomp` |
|
101 |
+
| **`ner`** | `CARDINAL`, `DATE`, `EVENT`, `FAC`, `GPE`, `LANGUAGE`, `LAW`, `LOC`, `MONEY`, `NORP`, `ORDINAL`, `ORG`, `PERCENT`, `PERSON`, `PRODUCT`, `QUANTITY`, `TIME`, `WORK_OF_ART` |
|
102 |
+
|
103 |
+
</details>
|
104 |
+
|
105 |
+
### Accuracy
|
106 |
+
|
107 |
+
| Type | Score |
|
108 |
+
| --- | --- |
|
109 |
+
| `TAG_ACC` | 93.92 |
|
110 |
+
| `SENTS_P` | 85.00 |
|
111 |
+
| `SENTS_R` | 88.24 |
|
112 |
+
| `SENTS_F` | 86.59 |
|
113 |
+
| `DEP_UAS` | 85.35 |
|
114 |
+
| `DEP_LAS` | 80.15 |
|
115 |
+
| `ENTS_P` | 74.96 |
|
116 |
+
| `ENTS_R` | 71.02 |
|
117 |
+
| `ENTS_F` | 72.94 |
|
118 |
+
| `TOKEN_ACC` | 99.94 |
|
119 |
+
| `TOKEN_P` | 99.74 |
|
120 |
+
| `TOKEN_R` | 99.76 |
|
121 |
+
| `TOKEN_F` | 99.75 |
|
122 |
+
| `POS_ACC` | 95.73 |
|
123 |
+
| `MORPH_ACC` | 95.05 |
|
124 |
+
| `MORPH_MICRO_P` | 95.82 |
|
125 |
+
| `MORPH_MICRO_R` | 93.63 |
|
126 |
+
| `MORPH_MICRO_F` | 94.71 |
|
127 |
+
| `LEMMA_ACC` | 95.04 |
|
accuracy.json
ADDED
@@ -0,0 +1,353 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"tag_acc": 0.939195673,
|
3 |
+
"sents_p": 0.8500345543,
|
4 |
+
"sents_r": 0.8823529412,
|
5 |
+
"sents_f": 0.8658922914,
|
6 |
+
"dep_uas": 0.8535422689,
|
7 |
+
"dep_las": 0.80149091,
|
8 |
+
"dep_las_per_type": {
|
9 |
+
"nmod:poss": {
|
10 |
+
"p": 0.9413919414,
|
11 |
+
"r": 0.9379562044,
|
12 |
+
"f": 0.9396709324
|
13 |
+
},
|
14 |
+
"nsubj": {
|
15 |
+
"p": 0.8272907053,
|
16 |
+
"r": 0.8251150559,
|
17 |
+
"f": 0.8262014483
|
18 |
+
},
|
19 |
+
"aux": {
|
20 |
+
"p": 0.8827361564,
|
21 |
+
"r": 0.8914473684,
|
22 |
+
"f": 0.8870703764
|
23 |
+
},
|
24 |
+
"advmod": {
|
25 |
+
"p": 0.738874895,
|
26 |
+
"r": 0.7857142857,
|
27 |
+
"f": 0.7615750757
|
28 |
+
},
|
29 |
+
"root": {
|
30 |
+
"p": 0.8507256393,
|
31 |
+
"r": 0.8830703013,
|
32 |
+
"f": 0.8665962689
|
33 |
+
},
|
34 |
+
"det": {
|
35 |
+
"p": 0.9329446064,
|
36 |
+
"r": 0.9692773691,
|
37 |
+
"f": 0.9507640068
|
38 |
+
},
|
39 |
+
"amod": {
|
40 |
+
"p": 0.8520452567,
|
41 |
+
"r": 0.8772401434,
|
42 |
+
"f": 0.8644591611
|
43 |
+
},
|
44 |
+
"obl": {
|
45 |
+
"p": 0.7286295794,
|
46 |
+
"r": 0.7271496276,
|
47 |
+
"f": 0.7278888512
|
48 |
+
},
|
49 |
+
"mark": {
|
50 |
+
"p": 0.8917431193,
|
51 |
+
"r": 0.8836363636,
|
52 |
+
"f": 0.8876712329
|
53 |
+
},
|
54 |
+
"ccomp": {
|
55 |
+
"p": 0.6494845361,
|
56 |
+
"r": 0.5887850467,
|
57 |
+
"f": 0.6176470588
|
58 |
+
},
|
59 |
+
"case": {
|
60 |
+
"p": 0.9296357616,
|
61 |
+
"r": 0.9512918255,
|
62 |
+
"f": 0.940339125
|
63 |
+
},
|
64 |
+
"appos": {
|
65 |
+
"p": 0.7166123779,
|
66 |
+
"r": 0.6666666667,
|
67 |
+
"f": 0.6907378336
|
68 |
+
},
|
69 |
+
"obj": {
|
70 |
+
"p": 0.7241887906,
|
71 |
+
"r": 0.7496183206,
|
72 |
+
"f": 0.736684171
|
73 |
+
},
|
74 |
+
"compound:prt": {
|
75 |
+
"p": 0.7616580311,
|
76 |
+
"r": 0.6901408451,
|
77 |
+
"f": 0.724137931
|
78 |
+
},
|
79 |
+
"xcomp": {
|
80 |
+
"p": 0.63099631,
|
81 |
+
"r": 0.6218181818,
|
82 |
+
"f": 0.6263736264
|
83 |
+
},
|
84 |
+
"flat": {
|
85 |
+
"p": 0.788590604,
|
86 |
+
"r": 0.7476139979,
|
87 |
+
"f": 0.7675557975
|
88 |
+
},
|
89 |
+
"expl:pv": {
|
90 |
+
"p": 0.7446808511,
|
91 |
+
"r": 0.7954545455,
|
92 |
+
"f": 0.7692307692
|
93 |
+
},
|
94 |
+
"acl": {
|
95 |
+
"p": 0.4776119403,
|
96 |
+
"r": 0.3265306122,
|
97 |
+
"f": 0.3878787879
|
98 |
+
},
|
99 |
+
"advcl": {
|
100 |
+
"p": 0.4401913876,
|
101 |
+
"r": 0.4144144144,
|
102 |
+
"f": 0.4269141531
|
103 |
+
},
|
104 |
+
"nummod": {
|
105 |
+
"p": 0.8037974684,
|
106 |
+
"r": 0.8466666667,
|
107 |
+
"f": 0.8246753247
|
108 |
+
},
|
109 |
+
"nmod": {
|
110 |
+
"p": 0.7025,
|
111 |
+
"r": 0.7330434783,
|
112 |
+
"f": 0.7174468085
|
113 |
+
},
|
114 |
+
"cc": {
|
115 |
+
"p": 0.8579439252,
|
116 |
+
"r": 0.8693181818,
|
117 |
+
"f": 0.863593603
|
118 |
+
},
|
119 |
+
"conj": {
|
120 |
+
"p": 0.6082337317,
|
121 |
+
"r": 0.6222826087,
|
122 |
+
"f": 0.6151779718
|
123 |
+
},
|
124 |
+
"nsubj:pass": {
|
125 |
+
"p": 0.7604790419,
|
126 |
+
"r": 0.7987421384,
|
127 |
+
"f": 0.7791411043
|
128 |
+
},
|
129 |
+
"aux:pass": {
|
130 |
+
"p": 0.8882681564,
|
131 |
+
"r": 0.8833333333,
|
132 |
+
"f": 0.8857938719
|
133 |
+
},
|
134 |
+
"iobj": {
|
135 |
+
"p": 0.7058823529,
|
136 |
+
"r": 0.3636363636,
|
137 |
+
"f": 0.48
|
138 |
+
},
|
139 |
+
"dep": {
|
140 |
+
"p": 0.0,
|
141 |
+
"r": 0.0,
|
142 |
+
"f": 0.0
|
143 |
+
},
|
144 |
+
"cop": {
|
145 |
+
"p": 0.7321428571,
|
146 |
+
"r": 0.7509157509,
|
147 |
+
"f": 0.7414104882
|
148 |
+
},
|
149 |
+
"acl:relcl": {
|
150 |
+
"p": 0.6603773585,
|
151 |
+
"r": 0.6603773585,
|
152 |
+
"f": 0.6603773585
|
153 |
+
},
|
154 |
+
"parataxis": {
|
155 |
+
"p": 0.3092783505,
|
156 |
+
"r": 0.2173913043,
|
157 |
+
"f": 0.2553191489
|
158 |
+
},
|
159 |
+
"fixed": {
|
160 |
+
"p": 0.6479750779,
|
161 |
+
"r": 0.3761301989,
|
162 |
+
"f": 0.47597254
|
163 |
+
},
|
164 |
+
"expl": {
|
165 |
+
"p": 0.4210526316,
|
166 |
+
"r": 0.380952381,
|
167 |
+
"f": 0.4
|
168 |
+
},
|
169 |
+
"obl:agent": {
|
170 |
+
"p": 0.8518518519,
|
171 |
+
"r": 0.7931034483,
|
172 |
+
"f": 0.8214285714
|
173 |
+
},
|
174 |
+
"csubj": {
|
175 |
+
"p": 0.6,
|
176 |
+
"r": 0.45,
|
177 |
+
"f": 0.5142857143
|
178 |
+
},
|
179 |
+
"orphan": {
|
180 |
+
"p": 0.0,
|
181 |
+
"r": 0.0,
|
182 |
+
"f": 0.0
|
183 |
+
}
|
184 |
+
},
|
185 |
+
"ents_p": 0.7496350365,
|
186 |
+
"ents_r": 0.7102351314,
|
187 |
+
"ents_f": 0.7294034091,
|
188 |
+
"ents_per_type": {
|
189 |
+
"DATE": {
|
190 |
+
"p": 0.0,
|
191 |
+
"r": 0.0,
|
192 |
+
"f": 0.0
|
193 |
+
},
|
194 |
+
"NORP": {
|
195 |
+
"p": 0.0,
|
196 |
+
"r": 0.0,
|
197 |
+
"f": 0.0
|
198 |
+
},
|
199 |
+
"LOC": {
|
200 |
+
"p": 0.0,
|
201 |
+
"r": 0.0,
|
202 |
+
"f": 0.0
|
203 |
+
},
|
204 |
+
"WORK_OF_ART": {
|
205 |
+
"p": 0.0,
|
206 |
+
"r": 0.0,
|
207 |
+
"f": 0.0
|
208 |
+
},
|
209 |
+
"CARDINAL": {
|
210 |
+
"p": 0.0,
|
211 |
+
"r": 0.0,
|
212 |
+
"f": 0.0
|
213 |
+
},
|
214 |
+
"PERSON": {
|
215 |
+
"p": 0.0,
|
216 |
+
"r": 0.0,
|
217 |
+
"f": 0.0
|
218 |
+
},
|
219 |
+
"EVENT": {
|
220 |
+
"p": 0.0,
|
221 |
+
"r": 0.0,
|
222 |
+
"f": 0.0
|
223 |
+
},
|
224 |
+
"GPE": {
|
225 |
+
"p": 0.0,
|
226 |
+
"r": 0.0,
|
227 |
+
"f": 0.0
|
228 |
+
},
|
229 |
+
"ORDINAL": {
|
230 |
+
"p": 0.0,
|
231 |
+
"r": 0.0,
|
232 |
+
"f": 0.0
|
233 |
+
},
|
234 |
+
"FAC": {
|
235 |
+
"p": 0.0,
|
236 |
+
"r": 0.0,
|
237 |
+
"f": 0.0
|
238 |
+
},
|
239 |
+
"LANGUAGE": {
|
240 |
+
"p": 0.0,
|
241 |
+
"r": 0.0,
|
242 |
+
"f": 0.0
|
243 |
+
},
|
244 |
+
"ORG": {
|
245 |
+
"p": 0.0,
|
246 |
+
"r": 0.0,
|
247 |
+
"f": 0.0
|
248 |
+
},
|
249 |
+
"QUANTITY": {
|
250 |
+
"p": 0.0,
|
251 |
+
"r": 0.0,
|
252 |
+
"f": 0.0
|
253 |
+
},
|
254 |
+
"MONEY": {
|
255 |
+
"p": 0.0,
|
256 |
+
"r": 0.0,
|
257 |
+
"f": 0.0
|
258 |
+
},
|
259 |
+
"TIME": {
|
260 |
+
"p": 0.0,
|
261 |
+
"r": 0.0,
|
262 |
+
"f": 0.0
|
263 |
+
},
|
264 |
+
"PERCENT": {
|
265 |
+
"p": 0.0,
|
266 |
+
"r": 0.0,
|
267 |
+
"f": 0.0
|
268 |
+
},
|
269 |
+
"LAW": {
|
270 |
+
"p": 0.0,
|
271 |
+
"r": 0.0,
|
272 |
+
"f": 0.0
|
273 |
+
},
|
274 |
+
"PRODUCT": {
|
275 |
+
"p": 0.0,
|
276 |
+
"r": 0.0,
|
277 |
+
"f": 0.0
|
278 |
+
}
|
279 |
+
},
|
280 |
+
"speed": 11638.5774475565,
|
281 |
+
"token_acc": 0.999433329,
|
282 |
+
"token_p": 0.9974281853,
|
283 |
+
"token_r": 0.9975586363,
|
284 |
+
"token_f": 0.9974934066,
|
285 |
+
"pos_acc": 0.9572746505,
|
286 |
+
"morph_acc": 0.9504635184,
|
287 |
+
"morph_micro_p": 0.9581605554,
|
288 |
+
"morph_micro_r": 0.9363474935,
|
289 |
+
"morph_micro_f": 0.9471284484,
|
290 |
+
"morph_per_feat": {
|
291 |
+
"Person": {
|
292 |
+
"p": 0.9911154985,
|
293 |
+
"r": 0.9598470363,
|
294 |
+
"f": 0.9752306945
|
295 |
+
},
|
296 |
+
"Poss": {
|
297 |
+
"p": 0.9921259843,
|
298 |
+
"r": 0.9655172414,
|
299 |
+
"f": 0.9786407767
|
300 |
+
},
|
301 |
+
"PronType": {
|
302 |
+
"p": 0.9905008636,
|
303 |
+
"r": 0.9534497091,
|
304 |
+
"f": 0.971622194
|
305 |
+
},
|
306 |
+
"Gender": {
|
307 |
+
"p": 0.906358074,
|
308 |
+
"r": 0.8667005851,
|
309 |
+
"f": 0.8860858257
|
310 |
+
},
|
311 |
+
"Number": {
|
312 |
+
"p": 0.9747808704,
|
313 |
+
"r": 0.9488100584,
|
314 |
+
"f": 0.9616201456
|
315 |
+
},
|
316 |
+
"Tense": {
|
317 |
+
"p": 0.9576129392,
|
318 |
+
"r": 0.9439252336,
|
319 |
+
"f": 0.9507198228
|
320 |
+
},
|
321 |
+
"VerbForm": {
|
322 |
+
"p": 0.9392948019,
|
323 |
+
"r": 0.9298308744,
|
324 |
+
"f": 0.9345388788
|
325 |
+
},
|
326 |
+
"Degree": {
|
327 |
+
"p": 0.9271809661,
|
328 |
+
"r": 0.9238505747,
|
329 |
+
"f": 0.9255127744
|
330 |
+
},
|
331 |
+
"Definite": {
|
332 |
+
"p": 0.9942806863,
|
333 |
+
"r": 0.9947183099,
|
334 |
+
"f": 0.9944994499
|
335 |
+
},
|
336 |
+
"Case": {
|
337 |
+
"p": 0.9940357853,
|
338 |
+
"r": 0.9960159363,
|
339 |
+
"f": 0.9950248756
|
340 |
+
},
|
341 |
+
"Reflex": {
|
342 |
+
"p": 1.0,
|
343 |
+
"r": 1.0,
|
344 |
+
"f": 1.0
|
345 |
+
},
|
346 |
+
"Abbr": {
|
347 |
+
"p": 1.0,
|
348 |
+
"r": 0.5555555556,
|
349 |
+
"f": 0.7142857143
|
350 |
+
}
|
351 |
+
},
|
352 |
+
"lemma_acc": 0.9504328674
|
353 |
+
}
|
attribute_ruler/patterns
ADDED
Binary file (123 Bytes). View file
|
|
config.cfg
ADDED
@@ -0,0 +1,313 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[paths]
|
2 |
+
train = null
|
3 |
+
dev = null
|
4 |
+
vectors = null
|
5 |
+
init_tok2vec = null
|
6 |
+
|
7 |
+
[system]
|
8 |
+
gpu_allocator = null
|
9 |
+
seed = 0
|
10 |
+
|
11 |
+
[nlp]
|
12 |
+
lang = "nl"
|
13 |
+
pipeline = ["tok2vec","morphologizer","tagger","parser","lemmatizer","senter","attribute_ruler","ner"]
|
14 |
+
disabled = ["senter"]
|
15 |
+
before_creation = null
|
16 |
+
after_creation = null
|
17 |
+
after_pipeline_creation = null
|
18 |
+
batch_size = 256
|
19 |
+
tokenizer = {"@tokenizers":"spacy.Tokenizer.v1"}
|
20 |
+
|
21 |
+
[components]
|
22 |
+
|
23 |
+
[components.attribute_ruler]
|
24 |
+
factory = "attribute_ruler"
|
25 |
+
scorer = {"@scorers":"spacy.attribute_ruler_scorer.v1"}
|
26 |
+
validate = false
|
27 |
+
|
28 |
+
[components.lemmatizer]
|
29 |
+
factory = "trainable_lemmatizer"
|
30 |
+
backoff = "orth"
|
31 |
+
min_tree_freq = 3
|
32 |
+
overwrite = false
|
33 |
+
scorer = {"@scorers":"spacy.lemmatizer_scorer.v1"}
|
34 |
+
top_k = 1
|
35 |
+
|
36 |
+
[components.lemmatizer.model]
|
37 |
+
@architectures = "spacy.Tagger.v2"
|
38 |
+
nO = null
|
39 |
+
normalize = false
|
40 |
+
|
41 |
+
[components.lemmatizer.model.tok2vec]
|
42 |
+
@architectures = "spacy.Tok2VecListener.v1"
|
43 |
+
width = ${components.tok2vec.model.encode:width}
|
44 |
+
upstream = "tok2vec"
|
45 |
+
|
46 |
+
[components.morphologizer]
|
47 |
+
factory = "morphologizer"
|
48 |
+
extend = false
|
49 |
+
label_smoothing = 0.0
|
50 |
+
overwrite = true
|
51 |
+
scorer = {"@scorers":"spacy.morphologizer_scorer.v1"}
|
52 |
+
|
53 |
+
[components.morphologizer.model]
|
54 |
+
@architectures = "spacy.Tagger.v2"
|
55 |
+
nO = null
|
56 |
+
normalize = false
|
57 |
+
|
58 |
+
[components.morphologizer.model.tok2vec]
|
59 |
+
@architectures = "spacy.Tok2VecListener.v1"
|
60 |
+
width = ${components.tok2vec.model.encode:width}
|
61 |
+
upstream = "tok2vec"
|
62 |
+
|
63 |
+
[components.ner]
|
64 |
+
factory = "ner"
|
65 |
+
incorrect_spans_key = null
|
66 |
+
moves = null
|
67 |
+
scorer = {"@scorers":"spacy.ner_scorer.v1"}
|
68 |
+
update_with_oracle_cut_size = 100
|
69 |
+
|
70 |
+
[components.ner.model]
|
71 |
+
@architectures = "spacy.TransitionBasedParser.v2"
|
72 |
+
state_type = "ner"
|
73 |
+
extra_state_tokens = false
|
74 |
+
hidden_width = 64
|
75 |
+
maxout_pieces = 2
|
76 |
+
use_upper = true
|
77 |
+
nO = null
|
78 |
+
|
79 |
+
[components.ner.model.tok2vec]
|
80 |
+
@architectures = "spacy.Tok2Vec.v2"
|
81 |
+
|
82 |
+
[components.ner.model.tok2vec.embed]
|
83 |
+
@architectures = "spacy.MultiHashEmbed.v2"
|
84 |
+
width = 96
|
85 |
+
attrs = ["NORM","PREFIX","SUFFIX","SHAPE"]
|
86 |
+
rows = [5000,1000,2500,2500]
|
87 |
+
include_static_vectors = false
|
88 |
+
|
89 |
+
[components.ner.model.tok2vec.encode]
|
90 |
+
@architectures = "spacy.MaxoutWindowEncoder.v2"
|
91 |
+
width = 96
|
92 |
+
depth = 4
|
93 |
+
window_size = 1
|
94 |
+
maxout_pieces = 3
|
95 |
+
|
96 |
+
[components.parser]
|
97 |
+
factory = "parser"
|
98 |
+
learn_tokens = false
|
99 |
+
min_action_freq = 30
|
100 |
+
moves = null
|
101 |
+
scorer = {"@scorers":"spacy.parser_scorer.v1"}
|
102 |
+
update_with_oracle_cut_size = 100
|
103 |
+
|
104 |
+
[components.parser.model]
|
105 |
+
@architectures = "spacy.TransitionBasedParser.v2"
|
106 |
+
state_type = "parser"
|
107 |
+
extra_state_tokens = false
|
108 |
+
hidden_width = 64
|
109 |
+
maxout_pieces = 2
|
110 |
+
use_upper = true
|
111 |
+
nO = null
|
112 |
+
|
113 |
+
[components.parser.model.tok2vec]
|
114 |
+
@architectures = "spacy.Tok2VecListener.v1"
|
115 |
+
width = ${components.tok2vec.model.encode:width}
|
116 |
+
upstream = "tok2vec"
|
117 |
+
|
118 |
+
[components.senter]
|
119 |
+
factory = "senter"
|
120 |
+
overwrite = false
|
121 |
+
scorer = {"@scorers":"spacy.senter_scorer.v1"}
|
122 |
+
|
123 |
+
[components.senter.model]
|
124 |
+
@architectures = "spacy.Tagger.v2"
|
125 |
+
nO = null
|
126 |
+
normalize = false
|
127 |
+
|
128 |
+
[components.senter.model.tok2vec]
|
129 |
+
@architectures = "spacy.Tok2Vec.v2"
|
130 |
+
|
131 |
+
[components.senter.model.tok2vec.embed]
|
132 |
+
@architectures = "spacy.MultiHashEmbed.v2"
|
133 |
+
width = 16
|
134 |
+
attrs = ["NORM","PREFIX","SUFFIX","SHAPE","SPACY"]
|
135 |
+
rows = [1000,500,500,500,50]
|
136 |
+
include_static_vectors = false
|
137 |
+
|
138 |
+
[components.senter.model.tok2vec.encode]
|
139 |
+
@architectures = "spacy.MaxoutWindowEncoder.v2"
|
140 |
+
width = 16
|
141 |
+
depth = 2
|
142 |
+
window_size = 1
|
143 |
+
maxout_pieces = 2
|
144 |
+
|
145 |
+
[components.tagger]
|
146 |
+
factory = "tagger"
|
147 |
+
label_smoothing = 0.0
|
148 |
+
neg_prefix = "!"
|
149 |
+
overwrite = false
|
150 |
+
scorer = {"@scorers":"spacy.tagger_scorer.v1"}
|
151 |
+
|
152 |
+
[components.tagger.model]
|
153 |
+
@architectures = "spacy.Tagger.v2"
|
154 |
+
nO = null
|
155 |
+
normalize = false
|
156 |
+
|
157 |
+
[components.tagger.model.tok2vec]
|
158 |
+
@architectures = "spacy.Tok2VecListener.v1"
|
159 |
+
width = ${components.tok2vec.model.encode:width}
|
160 |
+
upstream = "tok2vec"
|
161 |
+
|
162 |
+
[components.tok2vec]
|
163 |
+
factory = "tok2vec"
|
164 |
+
|
165 |
+
[components.tok2vec.model]
|
166 |
+
@architectures = "spacy.Tok2Vec.v2"
|
167 |
+
|
168 |
+
[components.tok2vec.model.embed]
|
169 |
+
@architectures = "spacy.MultiHashEmbed.v2"
|
170 |
+
width = ${components.tok2vec.model.encode:width}
|
171 |
+
attrs = ["NORM","PREFIX","SUFFIX","SHAPE","SPACY","IS_SPACE"]
|
172 |
+
rows = [5000,1000,2500,2500,50,50]
|
173 |
+
include_static_vectors = false
|
174 |
+
|
175 |
+
[components.tok2vec.model.encode]
|
176 |
+
@architectures = "spacy.MaxoutWindowEncoder.v2"
|
177 |
+
width = 96
|
178 |
+
depth = 4
|
179 |
+
window_size = 1
|
180 |
+
maxout_pieces = 3
|
181 |
+
|
182 |
+
[corpora]
|
183 |
+
|
184 |
+
[corpora.dev]
|
185 |
+
@readers = "spacy.Corpus.v1"
|
186 |
+
path = ${paths.dev}
|
187 |
+
gold_preproc = false
|
188 |
+
max_length = 0
|
189 |
+
limit = 0
|
190 |
+
augmenter = null
|
191 |
+
|
192 |
+
[corpora.train]
|
193 |
+
@readers = "spacy.Corpus.v1"
|
194 |
+
path = ${paths.train}
|
195 |
+
gold_preproc = false
|
196 |
+
max_length = 0
|
197 |
+
limit = 0
|
198 |
+
augmenter = null
|
199 |
+
|
200 |
+
[training]
|
201 |
+
train_corpus = "corpora.train"
|
202 |
+
dev_corpus = "corpora.dev"
|
203 |
+
seed = ${system:seed}
|
204 |
+
gpu_allocator = ${system:gpu_allocator}
|
205 |
+
dropout = 0.1
|
206 |
+
accumulate_gradient = 1
|
207 |
+
patience = 5000
|
208 |
+
max_epochs = 0
|
209 |
+
max_steps = 100000
|
210 |
+
eval_frequency = 1000
|
211 |
+
frozen_components = []
|
212 |
+
before_to_disk = null
|
213 |
+
annotating_components = []
|
214 |
+
before_update = null
|
215 |
+
|
216 |
+
[training.batcher]
|
217 |
+
@batchers = "spacy.batch_by_words.v1"
|
218 |
+
discard_oversize = false
|
219 |
+
tolerance = 0.2
|
220 |
+
get_length = null
|
221 |
+
|
222 |
+
[training.batcher.size]
|
223 |
+
@schedules = "compounding.v1"
|
224 |
+
start = 100
|
225 |
+
stop = 1000
|
226 |
+
compound = 1.001
|
227 |
+
t = 0.0
|
228 |
+
|
229 |
+
[training.logger]
|
230 |
+
@loggers = "spacy.ConsoleLogger.v1"
|
231 |
+
progress_bar = false
|
232 |
+
|
233 |
+
[training.optimizer]
|
234 |
+
@optimizers = "Adam.v1"
|
235 |
+
beta1 = 0.9
|
236 |
+
beta2 = 0.999
|
237 |
+
L2_is_weight_decay = true
|
238 |
+
L2 = 0.01
|
239 |
+
grad_clip = 1.0
|
240 |
+
use_averages = true
|
241 |
+
eps = 0.00000001
|
242 |
+
learn_rate = 0.001
|
243 |
+
|
244 |
+
[training.score_weights]
|
245 |
+
pos_acc = 0.1
|
246 |
+
morph_acc = 0.09
|
247 |
+
morph_per_feat = null
|
248 |
+
tag_acc = 0.1
|
249 |
+
dep_uas = 0.0
|
250 |
+
dep_las = 0.29
|
251 |
+
dep_las_per_type = null
|
252 |
+
sents_p = null
|
253 |
+
sents_r = null
|
254 |
+
sents_f = 0.04
|
255 |
+
lemma_acc = 0.1
|
256 |
+
ents_f = 0.29
|
257 |
+
ents_p = 0.0
|
258 |
+
ents_r = 0.0
|
259 |
+
ents_per_type = null
|
260 |
+
speed = 0.0
|
261 |
+
|
262 |
+
[pretraining]
|
263 |
+
|
264 |
+
[initialize]
|
265 |
+
vocab_data = null
|
266 |
+
vectors = ${paths.vectors}
|
267 |
+
init_tok2vec = ${paths.init_tok2vec}
|
268 |
+
before_init = null
|
269 |
+
after_init = null
|
270 |
+
|
271 |
+
[initialize.components]
|
272 |
+
|
273 |
+
[initialize.components.lemmatizer]
|
274 |
+
|
275 |
+
[initialize.components.lemmatizer.labels]
|
276 |
+
@readers = "spacy.read_labels.v1"
|
277 |
+
path = "corpus/labels/trainable_lemmatizer.json"
|
278 |
+
require = false
|
279 |
+
|
280 |
+
[initialize.components.morphologizer]
|
281 |
+
|
282 |
+
[initialize.components.morphologizer.labels]
|
283 |
+
@readers = "spacy.read_labels.v1"
|
284 |
+
path = "corpus/labels/morphologizer.json"
|
285 |
+
require = false
|
286 |
+
|
287 |
+
[initialize.components.ner]
|
288 |
+
|
289 |
+
[initialize.components.ner.labels]
|
290 |
+
@readers = "spacy.read_labels.v1"
|
291 |
+
path = "corpus/labels/ner.json"
|
292 |
+
require = false
|
293 |
+
|
294 |
+
[initialize.components.parser]
|
295 |
+
|
296 |
+
[initialize.components.parser.labels]
|
297 |
+
@readers = "spacy.read_labels.v1"
|
298 |
+
path = "corpus/labels/parser.json"
|
299 |
+
require = false
|
300 |
+
|
301 |
+
[initialize.components.tagger]
|
302 |
+
|
303 |
+
[initialize.components.tagger.labels]
|
304 |
+
@readers = "spacy.read_labels.v1"
|
305 |
+
path = "corpus/labels/tagger.json"
|
306 |
+
require = false
|
307 |
+
|
308 |
+
[initialize.lookups]
|
309 |
+
@misc = "spacy.LookupsDataLoader.v1"
|
310 |
+
lang = ${nlp.lang}
|
311 |
+
tables = []
|
312 |
+
|
313 |
+
[initialize.tokenizer]
|
lemmatizer/cfg
ADDED
@@ -0,0 +1,1056 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"labels":[
|
3 |
+
1,
|
4 |
+
4,
|
5 |
+
5,
|
6 |
+
10,
|
7 |
+
12,
|
8 |
+
14,
|
9 |
+
16,
|
10 |
+
20,
|
11 |
+
24,
|
12 |
+
25,
|
13 |
+
28,
|
14 |
+
30,
|
15 |
+
32,
|
16 |
+
34,
|
17 |
+
37,
|
18 |
+
41,
|
19 |
+
43,
|
20 |
+
45,
|
21 |
+
48,
|
22 |
+
50,
|
23 |
+
52,
|
24 |
+
54,
|
25 |
+
55,
|
26 |
+
58,
|
27 |
+
59,
|
28 |
+
61,
|
29 |
+
62,
|
30 |
+
64,
|
31 |
+
65,
|
32 |
+
66,
|
33 |
+
68,
|
34 |
+
71,
|
35 |
+
73,
|
36 |
+
75,
|
37 |
+
77,
|
38 |
+
79,
|
39 |
+
81,
|
40 |
+
83,
|
41 |
+
85,
|
42 |
+
89,
|
43 |
+
91,
|
44 |
+
93,
|
45 |
+
96,
|
46 |
+
98,
|
47 |
+
100,
|
48 |
+
102,
|
49 |
+
105,
|
50 |
+
107,
|
51 |
+
109,
|
52 |
+
110,
|
53 |
+
114,
|
54 |
+
116,
|
55 |
+
118,
|
56 |
+
121,
|
57 |
+
123,
|
58 |
+
126,
|
59 |
+
128,
|
60 |
+
133,
|
61 |
+
134,
|
62 |
+
137,
|
63 |
+
138,
|
64 |
+
140,
|
65 |
+
141,
|
66 |
+
143,
|
67 |
+
147,
|
68 |
+
148,
|
69 |
+
149,
|
70 |
+
151,
|
71 |
+
153,
|
72 |
+
157,
|
73 |
+
159,
|
74 |
+
161,
|
75 |
+
163,
|
76 |
+
165,
|
77 |
+
166,
|
78 |
+
168,
|
79 |
+
171,
|
80 |
+
173,
|
81 |
+
176,
|
82 |
+
180,
|
83 |
+
182,
|
84 |
+
185,
|
85 |
+
186,
|
86 |
+
189,
|
87 |
+
190,
|
88 |
+
192,
|
89 |
+
194,
|
90 |
+
197,
|
91 |
+
199,
|
92 |
+
200,
|
93 |
+
203,
|
94 |
+
207,
|
95 |
+
209,
|
96 |
+
211,
|
97 |
+
213,
|
98 |
+
217,
|
99 |
+
220,
|
100 |
+
222,
|
101 |
+
225,
|
102 |
+
229,
|
103 |
+
232,
|
104 |
+
234,
|
105 |
+
236,
|
106 |
+
237,
|
107 |
+
239,
|
108 |
+
240,
|
109 |
+
243,
|
110 |
+
70,
|
111 |
+
245,
|
112 |
+
247,
|
113 |
+
249,
|
114 |
+
252,
|
115 |
+
254,
|
116 |
+
257,
|
117 |
+
258,
|
118 |
+
260,
|
119 |
+
262,
|
120 |
+
264,
|
121 |
+
266,
|
122 |
+
268,
|
123 |
+
270,
|
124 |
+
272,
|
125 |
+
276,
|
126 |
+
278,
|
127 |
+
281,
|
128 |
+
283,
|
129 |
+
285,
|
130 |
+
284,
|
131 |
+
287,
|
132 |
+
288,
|
133 |
+
292,
|
134 |
+
294,
|
135 |
+
295,
|
136 |
+
296,
|
137 |
+
299,
|
138 |
+
301,
|
139 |
+
302,
|
140 |
+
304,
|
141 |
+
305,
|
142 |
+
307,
|
143 |
+
309,
|
144 |
+
314,
|
145 |
+
316,
|
146 |
+
319,
|
147 |
+
322,
|
148 |
+
324,
|
149 |
+
325,
|
150 |
+
326,
|
151 |
+
328,
|
152 |
+
330,
|
153 |
+
334,
|
154 |
+
335,
|
155 |
+
337,
|
156 |
+
339,
|
157 |
+
341,
|
158 |
+
343,
|
159 |
+
345,
|
160 |
+
347,
|
161 |
+
349,
|
162 |
+
350,
|
163 |
+
353,
|
164 |
+
355,
|
165 |
+
359,
|
166 |
+
361,
|
167 |
+
362,
|
168 |
+
365,
|
169 |
+
368,
|
170 |
+
370,
|
171 |
+
373,
|
172 |
+
375,
|
173 |
+
376,
|
174 |
+
378,
|
175 |
+
382,
|
176 |
+
385,
|
177 |
+
388,
|
178 |
+
389,
|
179 |
+
390,
|
180 |
+
391,
|
181 |
+
393,
|
182 |
+
394,
|
183 |
+
395,
|
184 |
+
398,
|
185 |
+
400,
|
186 |
+
402,
|
187 |
+
404,
|
188 |
+
405,
|
189 |
+
406,
|
190 |
+
408,
|
191 |
+
410,
|
192 |
+
412,
|
193 |
+
414,
|
194 |
+
416,
|
195 |
+
418,
|
196 |
+
420,
|
197 |
+
421,
|
198 |
+
423,
|
199 |
+
425,
|
200 |
+
427,
|
201 |
+
429,
|
202 |
+
430,
|
203 |
+
434,
|
204 |
+
436,
|
205 |
+
438,
|
206 |
+
440,
|
207 |
+
9,
|
208 |
+
442,
|
209 |
+
445,
|
210 |
+
446,
|
211 |
+
448,
|
212 |
+
449,
|
213 |
+
451,
|
214 |
+
452,
|
215 |
+
454,
|
216 |
+
457,
|
217 |
+
459,
|
218 |
+
463,
|
219 |
+
464,
|
220 |
+
466,
|
221 |
+
469,
|
222 |
+
473,
|
223 |
+
475,
|
224 |
+
478,
|
225 |
+
480,
|
226 |
+
482,
|
227 |
+
483,
|
228 |
+
486,
|
229 |
+
487,
|
230 |
+
491,
|
231 |
+
492,
|
232 |
+
493,
|
233 |
+
494,
|
234 |
+
496,
|
235 |
+
500,
|
236 |
+
503,
|
237 |
+
505,
|
238 |
+
507,
|
239 |
+
510,
|
240 |
+
511,
|
241 |
+
513,
|
242 |
+
516,
|
243 |
+
518,
|
244 |
+
521,
|
245 |
+
522,
|
246 |
+
524,
|
247 |
+
526,
|
248 |
+
527,
|
249 |
+
528,
|
250 |
+
529,
|
251 |
+
530,
|
252 |
+
533,
|
253 |
+
535,
|
254 |
+
537,
|
255 |
+
540,
|
256 |
+
541,
|
257 |
+
543,
|
258 |
+
545,
|
259 |
+
548,
|
260 |
+
550,
|
261 |
+
551,
|
262 |
+
554,
|
263 |
+
555,
|
264 |
+
557,
|
265 |
+
558,
|
266 |
+
333,
|
267 |
+
559,
|
268 |
+
561,
|
269 |
+
563,
|
270 |
+
565,
|
271 |
+
568,
|
272 |
+
569,
|
273 |
+
570,
|
274 |
+
572,
|
275 |
+
574,
|
276 |
+
578,
|
277 |
+
582,
|
278 |
+
584,
|
279 |
+
585,
|
280 |
+
587,
|
281 |
+
588,
|
282 |
+
589,
|
283 |
+
593,
|
284 |
+
595,
|
285 |
+
564,
|
286 |
+
596,
|
287 |
+
598,
|
288 |
+
599,
|
289 |
+
600,
|
290 |
+
602,
|
291 |
+
603,
|
292 |
+
604,
|
293 |
+
606,
|
294 |
+
608,
|
295 |
+
609,
|
296 |
+
610,
|
297 |
+
613,
|
298 |
+
614,
|
299 |
+
615,
|
300 |
+
617,
|
301 |
+
619,
|
302 |
+
621,
|
303 |
+
623,
|
304 |
+
626,
|
305 |
+
628,
|
306 |
+
630,
|
307 |
+
631,
|
308 |
+
634,
|
309 |
+
636,
|
310 |
+
637,
|
311 |
+
638,
|
312 |
+
639,
|
313 |
+
641,
|
314 |
+
644,
|
315 |
+
646,
|
316 |
+
647,
|
317 |
+
648,
|
318 |
+
652,
|
319 |
+
654,
|
320 |
+
655,
|
321 |
+
656,
|
322 |
+
657,
|
323 |
+
658,
|
324 |
+
660,
|
325 |
+
662,
|
326 |
+
663,
|
327 |
+
666,
|
328 |
+
669,
|
329 |
+
672,
|
330 |
+
674,
|
331 |
+
676,
|
332 |
+
677,
|
333 |
+
678,
|
334 |
+
679,
|
335 |
+
681,
|
336 |
+
683,
|
337 |
+
686,
|
338 |
+
689,
|
339 |
+
690,
|
340 |
+
691,
|
341 |
+
694,
|
342 |
+
695,
|
343 |
+
697,
|
344 |
+
699,
|
345 |
+
701,
|
346 |
+
704,
|
347 |
+
706,
|
348 |
+
707,
|
349 |
+
709,
|
350 |
+
712,
|
351 |
+
713,
|
352 |
+
714,
|
353 |
+
717,
|
354 |
+
719,
|
355 |
+
721,
|
356 |
+
723,
|
357 |
+
33,
|
358 |
+
726,
|
359 |
+
729,
|
360 |
+
730,
|
361 |
+
733,
|
362 |
+
735,
|
363 |
+
737,
|
364 |
+
740,
|
365 |
+
741,
|
366 |
+
743,
|
367 |
+
744,
|
368 |
+
747,
|
369 |
+
748,
|
370 |
+
749,
|
371 |
+
750,
|
372 |
+
751,
|
373 |
+
752,
|
374 |
+
753,
|
375 |
+
756,
|
376 |
+
757,
|
377 |
+
758,
|
378 |
+
759,
|
379 |
+
760,
|
380 |
+
761,
|
381 |
+
762,
|
382 |
+
765,
|
383 |
+
768,
|
384 |
+
770,
|
385 |
+
771,
|
386 |
+
728,
|
387 |
+
772,
|
388 |
+
774,
|
389 |
+
777,
|
390 |
+
778,
|
391 |
+
780,
|
392 |
+
782,
|
393 |
+
783,
|
394 |
+
785,
|
395 |
+
787,
|
396 |
+
788,
|
397 |
+
789,
|
398 |
+
791,
|
399 |
+
792,
|
400 |
+
795,
|
401 |
+
796,
|
402 |
+
798,
|
403 |
+
799,
|
404 |
+
802,
|
405 |
+
803,
|
406 |
+
804,
|
407 |
+
806,
|
408 |
+
807,
|
409 |
+
808,
|
410 |
+
811,
|
411 |
+
815,
|
412 |
+
819,
|
413 |
+
821,
|
414 |
+
823,
|
415 |
+
825,
|
416 |
+
826,
|
417 |
+
827,
|
418 |
+
829,
|
419 |
+
830,
|
420 |
+
832,
|
421 |
+
833,
|
422 |
+
834,
|
423 |
+
835,
|
424 |
+
836,
|
425 |
+
839,
|
426 |
+
840,
|
427 |
+
842,
|
428 |
+
843,
|
429 |
+
844,
|
430 |
+
845,
|
431 |
+
846,
|
432 |
+
847,
|
433 |
+
849,
|
434 |
+
850,
|
435 |
+
851,
|
436 |
+
853,
|
437 |
+
856,
|
438 |
+
742,
|
439 |
+
858,
|
440 |
+
861,
|
441 |
+
863,
|
442 |
+
866,
|
443 |
+
867,
|
444 |
+
870,
|
445 |
+
873,
|
446 |
+
874,
|
447 |
+
875,
|
448 |
+
877,
|
449 |
+
879,
|
450 |
+
880,
|
451 |
+
882,
|
452 |
+
883,
|
453 |
+
885,
|
454 |
+
887,
|
455 |
+
889,
|
456 |
+
890,
|
457 |
+
891,
|
458 |
+
894,
|
459 |
+
897,
|
460 |
+
898,
|
461 |
+
899,
|
462 |
+
900,
|
463 |
+
903,
|
464 |
+
906,
|
465 |
+
908,
|
466 |
+
909,
|
467 |
+
911,
|
468 |
+
913,
|
469 |
+
917,
|
470 |
+
919,
|
471 |
+
920,
|
472 |
+
921,
|
473 |
+
925,
|
474 |
+
926,
|
475 |
+
927,
|
476 |
+
932,
|
477 |
+
934,
|
478 |
+
935,
|
479 |
+
936,
|
480 |
+
937,
|
481 |
+
938,
|
482 |
+
939,
|
483 |
+
941,
|
484 |
+
943,
|
485 |
+
946,
|
486 |
+
948,
|
487 |
+
949,
|
488 |
+
952,
|
489 |
+
953,
|
490 |
+
954,
|
491 |
+
956,
|
492 |
+
957,
|
493 |
+
959,
|
494 |
+
716,
|
495 |
+
961,
|
496 |
+
963,
|
497 |
+
964,
|
498 |
+
965,
|
499 |
+
966,
|
500 |
+
967,
|
501 |
+
972,
|
502 |
+
973,
|
503 |
+
976,
|
504 |
+
978,
|
505 |
+
979,
|
506 |
+
980,
|
507 |
+
983,
|
508 |
+
985,
|
509 |
+
986,
|
510 |
+
988,
|
511 |
+
990,
|
512 |
+
992,
|
513 |
+
993,
|
514 |
+
996,
|
515 |
+
999,
|
516 |
+
1001,
|
517 |
+
1002,
|
518 |
+
1004,
|
519 |
+
1005,
|
520 |
+
1006,
|
521 |
+
1010,
|
522 |
+
1013,
|
523 |
+
1014,
|
524 |
+
1016,
|
525 |
+
1017,
|
526 |
+
1018,
|
527 |
+
82,
|
528 |
+
1019,
|
529 |
+
1022,
|
530 |
+
1024,
|
531 |
+
1025,
|
532 |
+
1028,
|
533 |
+
1030,
|
534 |
+
1032,
|
535 |
+
1033,
|
536 |
+
1035,
|
537 |
+
1037,
|
538 |
+
1038,
|
539 |
+
1040,
|
540 |
+
1042,
|
541 |
+
1043,
|
542 |
+
1044,
|
543 |
+
1045,
|
544 |
+
1049,
|
545 |
+
1053,
|
546 |
+
1054,
|
547 |
+
1055,
|
548 |
+
1057,
|
549 |
+
1058,
|
550 |
+
1060,
|
551 |
+
1061,
|
552 |
+
1062,
|
553 |
+
313,
|
554 |
+
1064,
|
555 |
+
280,
|
556 |
+
1065,
|
557 |
+
1067,
|
558 |
+
1069,
|
559 |
+
1070,
|
560 |
+
1072,
|
561 |
+
1073,
|
562 |
+
1074,
|
563 |
+
1075,
|
564 |
+
1076,
|
565 |
+
1077,
|
566 |
+
1079,
|
567 |
+
1081,
|
568 |
+
1082,
|
569 |
+
1085,
|
570 |
+
1086,
|
571 |
+
1088,
|
572 |
+
1090,
|
573 |
+
1092,
|
574 |
+
1093,
|
575 |
+
1094,
|
576 |
+
1096,
|
577 |
+
1098,
|
578 |
+
1099,
|
579 |
+
1103,
|
580 |
+
1104,
|
581 |
+
1108,
|
582 |
+
1109,
|
583 |
+
1111,
|
584 |
+
1112,
|
585 |
+
1113,
|
586 |
+
1115,
|
587 |
+
1116,
|
588 |
+
1117,
|
589 |
+
1118,
|
590 |
+
1119,
|
591 |
+
1122,
|
592 |
+
1123,
|
593 |
+
1124,
|
594 |
+
1125,
|
595 |
+
1128,
|
596 |
+
1129,
|
597 |
+
1132,
|
598 |
+
1133,
|
599 |
+
1134,
|
600 |
+
1137,
|
601 |
+
1139,
|
602 |
+
1140,
|
603 |
+
1142,
|
604 |
+
1145,
|
605 |
+
1146,
|
606 |
+
1150,
|
607 |
+
1151,
|
608 |
+
1155,
|
609 |
+
1156,
|
610 |
+
1158,
|
611 |
+
1159,
|
612 |
+
1160,
|
613 |
+
1161,
|
614 |
+
1163,
|
615 |
+
1164,
|
616 |
+
1165,
|
617 |
+
1166,
|
618 |
+
1168,
|
619 |
+
1171,
|
620 |
+
1173,
|
621 |
+
1174,
|
622 |
+
1175,
|
623 |
+
1176,
|
624 |
+
1177,
|
625 |
+
1179,
|
626 |
+
1180,
|
627 |
+
1184,
|
628 |
+
1185,
|
629 |
+
1186,
|
630 |
+
1188,
|
631 |
+
1189,
|
632 |
+
1192,
|
633 |
+
1195,
|
634 |
+
1196,
|
635 |
+
1198,
|
636 |
+
1199,
|
637 |
+
1201,
|
638 |
+
1202,
|
639 |
+
1203,
|
640 |
+
1204,
|
641 |
+
1205,
|
642 |
+
1206,
|
643 |
+
1208,
|
644 |
+
1209,
|
645 |
+
1211,
|
646 |
+
1214,
|
647 |
+
1215,
|
648 |
+
1218,
|
649 |
+
1219,
|
650 |
+
1221,
|
651 |
+
1222,
|
652 |
+
1223,
|
653 |
+
1225,
|
654 |
+
1226,
|
655 |
+
1227,
|
656 |
+
1228,
|
657 |
+
1231,
|
658 |
+
1233,
|
659 |
+
1235,
|
660 |
+
1237,
|
661 |
+
1238,
|
662 |
+
1239,
|
663 |
+
1241,
|
664 |
+
1242,
|
665 |
+
1243,
|
666 |
+
1244,
|
667 |
+
1245,
|
668 |
+
1249,
|
669 |
+
1252,
|
670 |
+
1253,
|
671 |
+
1254,
|
672 |
+
1255,
|
673 |
+
1256,
|
674 |
+
1257,
|
675 |
+
1260,
|
676 |
+
1041,
|
677 |
+
1261,
|
678 |
+
1262,
|
679 |
+
1264,
|
680 |
+
1265,
|
681 |
+
1266,
|
682 |
+
1267,
|
683 |
+
1268,
|
684 |
+
1269,
|
685 |
+
1271,
|
686 |
+
1272,
|
687 |
+
1273,
|
688 |
+
1274,
|
689 |
+
1275,
|
690 |
+
1277,
|
691 |
+
1278,
|
692 |
+
1279,
|
693 |
+
1281,
|
694 |
+
1282,
|
695 |
+
1285,
|
696 |
+
1286,
|
697 |
+
1288,
|
698 |
+
1289,
|
699 |
+
1290,
|
700 |
+
1291,
|
701 |
+
1292,
|
702 |
+
1293,
|
703 |
+
1296,
|
704 |
+
1297,
|
705 |
+
1299,
|
706 |
+
1300,
|
707 |
+
1302,
|
708 |
+
1305,
|
709 |
+
1306,
|
710 |
+
1307,
|
711 |
+
1308,
|
712 |
+
1309,
|
713 |
+
1310,
|
714 |
+
1311,
|
715 |
+
1313,
|
716 |
+
1315,
|
717 |
+
1316,
|
718 |
+
1317,
|
719 |
+
1318,
|
720 |
+
1321,
|
721 |
+
1324,
|
722 |
+
1325,
|
723 |
+
1326,
|
724 |
+
1328,
|
725 |
+
1329,
|
726 |
+
1330,
|
727 |
+
1333,
|
728 |
+
1334,
|
729 |
+
1336,
|
730 |
+
1337,
|
731 |
+
1338,
|
732 |
+
1341,
|
733 |
+
1342,
|
734 |
+
1343,
|
735 |
+
1344,
|
736 |
+
1345,
|
737 |
+
1347,
|
738 |
+
1348,
|
739 |
+
1349,
|
740 |
+
1351,
|
741 |
+
1352,
|
742 |
+
1354,
|
743 |
+
1356,
|
744 |
+
1357,
|
745 |
+
1358,
|
746 |
+
1362,
|
747 |
+
1363,
|
748 |
+
1366,
|
749 |
+
1367,
|
750 |
+
1368,
|
751 |
+
1369,
|
752 |
+
1370,
|
753 |
+
1371,
|
754 |
+
1372,
|
755 |
+
1373,
|
756 |
+
1374,
|
757 |
+
1375,
|
758 |
+
1378,
|
759 |
+
1382,
|
760 |
+
1384,
|
761 |
+
1386,
|
762 |
+
1387,
|
763 |
+
1390,
|
764 |
+
1391,
|
765 |
+
1392,
|
766 |
+
1393,
|
767 |
+
1394,
|
768 |
+
1395,
|
769 |
+
1396,
|
770 |
+
1397,
|
771 |
+
1398,
|
772 |
+
1402,
|
773 |
+
1403,
|
774 |
+
1404,
|
775 |
+
1405,
|
776 |
+
1408,
|
777 |
+
1410,
|
778 |
+
1412,
|
779 |
+
1415,
|
780 |
+
1416,
|
781 |
+
1417,
|
782 |
+
1419,
|
783 |
+
1421,
|
784 |
+
1422,
|
785 |
+
1423,
|
786 |
+
1424,
|
787 |
+
1426,
|
788 |
+
1427,
|
789 |
+
1428,
|
790 |
+
1429,
|
791 |
+
1431,
|
792 |
+
1433,
|
793 |
+
1434,
|
794 |
+
1436,
|
795 |
+
1437,
|
796 |
+
1438,
|
797 |
+
1439,
|
798 |
+
1440,
|
799 |
+
1442,
|
800 |
+
1443,
|
801 |
+
1444,
|
802 |
+
1445,
|
803 |
+
1447,
|
804 |
+
1448,
|
805 |
+
1451,
|
806 |
+
1452,
|
807 |
+
1454,
|
808 |
+
1455,
|
809 |
+
1457,
|
810 |
+
1459,
|
811 |
+
1462,
|
812 |
+
1463,
|
813 |
+
1464,
|
814 |
+
1465,
|
815 |
+
1466,
|
816 |
+
1467,
|
817 |
+
1468,
|
818 |
+
1469,
|
819 |
+
1471,
|
820 |
+
1472,
|
821 |
+
1473,
|
822 |
+
1474,
|
823 |
+
1476,
|
824 |
+
1477,
|
825 |
+
1479,
|
826 |
+
1480,
|
827 |
+
1483,
|
828 |
+
1484,
|
829 |
+
1485,
|
830 |
+
1488,
|
831 |
+
1490,
|
832 |
+
1492,
|
833 |
+
1494,
|
834 |
+
1497,
|
835 |
+
1498,
|
836 |
+
1499,
|
837 |
+
1500,
|
838 |
+
1501,
|
839 |
+
1504,
|
840 |
+
1507,
|
841 |
+
1508,
|
842 |
+
1509,
|
843 |
+
1510,
|
844 |
+
1511,
|
845 |
+
1512,
|
846 |
+
1513,
|
847 |
+
1515,
|
848 |
+
1518,
|
849 |
+
1519,
|
850 |
+
1521,
|
851 |
+
1522,
|
852 |
+
1523,
|
853 |
+
1525,
|
854 |
+
1526,
|
855 |
+
1527,
|
856 |
+
1528,
|
857 |
+
1532,
|
858 |
+
1533,
|
859 |
+
1534,
|
860 |
+
1536,
|
861 |
+
1537,
|
862 |
+
1538,
|
863 |
+
1539,
|
864 |
+
1540,
|
865 |
+
1541,
|
866 |
+
1542,
|
867 |
+
1544,
|
868 |
+
1546,
|
869 |
+
1547,
|
870 |
+
1550,
|
871 |
+
1551,
|
872 |
+
1553,
|
873 |
+
1555,
|
874 |
+
1556,
|
875 |
+
1558,
|
876 |
+
1560,
|
877 |
+
1561,
|
878 |
+
1562,
|
879 |
+
1565,
|
880 |
+
1567,
|
881 |
+
1568,
|
882 |
+
1571,
|
883 |
+
1574,
|
884 |
+
1575,
|
885 |
+
1576,
|
886 |
+
1578,
|
887 |
+
1580,
|
888 |
+
1581,
|
889 |
+
1582,
|
890 |
+
1584,
|
891 |
+
1585,
|
892 |
+
1586,
|
893 |
+
1587,
|
894 |
+
1276,
|
895 |
+
1589,
|
896 |
+
1590,
|
897 |
+
1591,
|
898 |
+
1593,
|
899 |
+
1595,
|
900 |
+
1596,
|
901 |
+
1597,
|
902 |
+
1599,
|
903 |
+
1600,
|
904 |
+
1602,
|
905 |
+
1605,
|
906 |
+
1606,
|
907 |
+
1607,
|
908 |
+
1608,
|
909 |
+
1609,
|
910 |
+
1610,
|
911 |
+
1613,
|
912 |
+
1614,
|
913 |
+
1615,
|
914 |
+
1617,
|
915 |
+
1618,
|
916 |
+
1620,
|
917 |
+
1621,
|
918 |
+
1622,
|
919 |
+
1623,
|
920 |
+
1624,
|
921 |
+
1625,
|
922 |
+
1594,
|
923 |
+
1627,
|
924 |
+
1629,
|
925 |
+
1631,
|
926 |
+
1632,
|
927 |
+
1633,
|
928 |
+
1634,
|
929 |
+
1636,
|
930 |
+
1638,
|
931 |
+
1639,
|
932 |
+
1640,
|
933 |
+
1643,
|
934 |
+
1644,
|
935 |
+
1645,
|
936 |
+
1646,
|
937 |
+
1647,
|
938 |
+
1648,
|
939 |
+
1650,
|
940 |
+
1651,
|
941 |
+
1652,
|
942 |
+
265,
|
943 |
+
1653,
|
944 |
+
1654,
|
945 |
+
1655,
|
946 |
+
1656,
|
947 |
+
1658,
|
948 |
+
1660,
|
949 |
+
1662,
|
950 |
+
1663,
|
951 |
+
1664,
|
952 |
+
1666,
|
953 |
+
1668,
|
954 |
+
1670,
|
955 |
+
1671,
|
956 |
+
1672,
|
957 |
+
1674,
|
958 |
+
1675,
|
959 |
+
1676,
|
960 |
+
1678,
|
961 |
+
1679,
|
962 |
+
1680,
|
963 |
+
1681,
|
964 |
+
1682,
|
965 |
+
1684,
|
966 |
+
1686,
|
967 |
+
1687,
|
968 |
+
1689,
|
969 |
+
1690,
|
970 |
+
1692,
|
971 |
+
1694,
|
972 |
+
1697,
|
973 |
+
1698,
|
974 |
+
1701,
|
975 |
+
1703,
|
976 |
+
1704,
|
977 |
+
1706,
|
978 |
+
1707,
|
979 |
+
1710,
|
980 |
+
1711,
|
981 |
+
1714,
|
982 |
+
1715,
|
983 |
+
1716,
|
984 |
+
1717,
|
985 |
+
1719,
|
986 |
+
1720,
|
987 |
+
42,
|
988 |
+
1722,
|
989 |
+
1723,
|
990 |
+
1724,
|
991 |
+
1725,
|
992 |
+
1726,
|
993 |
+
1730,
|
994 |
+
1731,
|
995 |
+
1732,
|
996 |
+
1735,
|
997 |
+
1738,
|
998 |
+
1739,
|
999 |
+
1740,
|
1000 |
+
1742,
|
1001 |
+
1743,
|
1002 |
+
1744,
|
1003 |
+
1089,
|
1004 |
+
1745,
|
1005 |
+
1746,
|
1006 |
+
1747,
|
1007 |
+
1748,
|
1008 |
+
1749,
|
1009 |
+
1751,
|
1010 |
+
1752,
|
1011 |
+
1754,
|
1012 |
+
1755,
|
1013 |
+
1757,
|
1014 |
+
1760,
|
1015 |
+
1761,
|
1016 |
+
1762,
|
1017 |
+
1470,
|
1018 |
+
1763,
|
1019 |
+
1765,
|
1020 |
+
1766,
|
1021 |
+
1767,
|
1022 |
+
1768,
|
1023 |
+
1769,
|
1024 |
+
1770,
|
1025 |
+
1772,
|
1026 |
+
1773,
|
1027 |
+
1775,
|
1028 |
+
1777,
|
1029 |
+
1779,
|
1030 |
+
1783,
|
1031 |
+
1785,
|
1032 |
+
1786,
|
1033 |
+
1787,
|
1034 |
+
1789,
|
1035 |
+
1790,
|
1036 |
+
1792,
|
1037 |
+
1793,
|
1038 |
+
1795,
|
1039 |
+
1797,
|
1040 |
+
1799,
|
1041 |
+
1800,
|
1042 |
+
1804,
|
1043 |
+
1805,
|
1044 |
+
1807,
|
1045 |
+
1808,
|
1046 |
+
1810,
|
1047 |
+
1812,
|
1048 |
+
1813,
|
1049 |
+
1815,
|
1050 |
+
1816,
|
1051 |
+
1818,
|
1052 |
+
1819,
|
1053 |
+
1820,
|
1054 |
+
1822
|
1055 |
+
]
|
1056 |
+
}
|
lemmatizer/model
ADDED
Binary file (409 kB). View file
|
|
lemmatizer/trees
ADDED
Binary file (237 kB). View file
|
|
meta.json
ADDED
@@ -0,0 +1,755 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"lang":"nl",
|
3 |
+
"name":"core_news_sm",
|
4 |
+
"version":"3.6.0",
|
5 |
+
"description":"Dutch pipeline optimized for CPU. Components: tok2vec, morphologizer, tagger, parser, lemmatizer (trainable_lemmatizer), senter, ner.",
|
6 |
+
"author":"Explosion",
|
7 |
+
"email":"[email protected]",
|
8 |
+
"url":"https://explosion.ai",
|
9 |
+
"license":"CC BY-SA 4.0",
|
10 |
+
"spacy_version":">=3.6.0,<3.7.0",
|
11 |
+
"spacy_git_version":"cb4fdc83e",
|
12 |
+
"vectors":{
|
13 |
+
"width":0,
|
14 |
+
"vectors":0,
|
15 |
+
"keys":0,
|
16 |
+
"name":null
|
17 |
+
},
|
18 |
+
"labels":{
|
19 |
+
"tok2vec":[
|
20 |
+
|
21 |
+
],
|
22 |
+
"morphologizer":[
|
23 |
+
"POS=PRON|Person=3|PronType=Dem",
|
24 |
+
"Number=Sing|POS=AUX|Tense=Pres|VerbForm=Fin",
|
25 |
+
"POS=ADV",
|
26 |
+
"POS=VERB|VerbForm=Part",
|
27 |
+
"POS=PUNCT",
|
28 |
+
"Number=Sing|POS=AUX|Tense=Past|VerbForm=Fin",
|
29 |
+
"POS=ADP",
|
30 |
+
"POS=NUM",
|
31 |
+
"Number=Plur|POS=NOUN",
|
32 |
+
"POS=VERB|VerbForm=Inf",
|
33 |
+
"POS=SCONJ",
|
34 |
+
"Definite=Def|POS=DET",
|
35 |
+
"Gender=Com|Number=Sing|POS=NOUN",
|
36 |
+
"Number=Sing|POS=VERB|Tense=Pres|VerbForm=Fin",
|
37 |
+
"Degree=Pos|POS=ADJ",
|
38 |
+
"Gender=Neut|Number=Sing|POS=PROPN",
|
39 |
+
"Gender=Com|Number=Sing|POS=PROPN",
|
40 |
+
"POS=AUX|VerbForm=Inf",
|
41 |
+
"Number=Sing|POS=VERB|Tense=Past|VerbForm=Fin",
|
42 |
+
"POS=DET",
|
43 |
+
"Gender=Neut|Number=Sing|POS=NOUN",
|
44 |
+
"POS=PRON|Person=3|PronType=Prs",
|
45 |
+
"POS=CCONJ",
|
46 |
+
"Number=Plur|POS=VERB|Tense=Pres|VerbForm=Fin",
|
47 |
+
"POS=PRON|Person=3|PronType=Ind",
|
48 |
+
"Degree=Cmp|POS=ADJ",
|
49 |
+
"Case=Nom|POS=PRON|Person=1|PronType=Prs",
|
50 |
+
"Definite=Ind|POS=DET",
|
51 |
+
"Case=Nom|POS=PRON|Person=3|PronType=Prs",
|
52 |
+
"POS=PRON|Person=3|Poss=Yes|PronType=Prs",
|
53 |
+
"Number=Plur|POS=AUX|Tense=Pres|VerbForm=Fin",
|
54 |
+
"POS=PRON|PronType=Rel",
|
55 |
+
"Case=Acc|POS=PRON|Person=1|PronType=Prs",
|
56 |
+
"Number=Plur|POS=VERB|Tense=Past|VerbForm=Fin",
|
57 |
+
"Gender=Com,Neut|Number=Sing|POS=NOUN",
|
58 |
+
"Case=Acc|POS=PRON|Person=3|PronType=Prs|Reflex=Yes",
|
59 |
+
"Case=Acc|POS=PRON|Person=3|PronType=Prs",
|
60 |
+
"POS=PROPN",
|
61 |
+
"POS=PRON|PronType=Ind",
|
62 |
+
"POS=PRON|Person=3|PronType=Int",
|
63 |
+
"Case=Acc|POS=PRON|PronType=Rcp",
|
64 |
+
"Number=Plur|POS=AUX|Tense=Past|VerbForm=Fin",
|
65 |
+
"Number=Sing|POS=NOUN",
|
66 |
+
"POS=PRON|Person=1|Poss=Yes|PronType=Prs",
|
67 |
+
"POS=SYM",
|
68 |
+
"Abbr=Yes|POS=X",
|
69 |
+
"Gender=Com,Neut|Number=Sing|POS=PROPN",
|
70 |
+
"Degree=Sup|POS=ADJ",
|
71 |
+
"POS=ADJ",
|
72 |
+
"Number=Sing|POS=PROPN",
|
73 |
+
"POS=PRON|PronType=Dem",
|
74 |
+
"POS=AUX|VerbForm=Part",
|
75 |
+
"POS=SPACE",
|
76 |
+
"POS=PRON|Person=3|PronType=Rel",
|
77 |
+
"Number=Plur|POS=PROPN",
|
78 |
+
"POS=PRON|Person=2|Poss=Yes|PronType=Prs",
|
79 |
+
"Case=Dat|POS=PRON|PronType=Dem",
|
80 |
+
"Case=Nom|POS=PRON|Person=2|PronType=Prs",
|
81 |
+
"POS=INTJ",
|
82 |
+
"Case=Acc|POS=PRON|Person=2|PronType=Prs",
|
83 |
+
"Case=Gen|POS=PRON|Person=3|Poss=Yes|PronType=Prs",
|
84 |
+
"POS=PRON|PronType=Int",
|
85 |
+
"POS=PRON|Person=2|PronType=Prs",
|
86 |
+
"POS=PRON|Person=3",
|
87 |
+
"Case=Gen|POS=PRON|Person=2|PronType=Prs",
|
88 |
+
"POS=X"
|
89 |
+
],
|
90 |
+
"tagger":[
|
91 |
+
"ADJ|nom|basis|met-e|mv-n",
|
92 |
+
"ADJ|nom|basis|met-e|zonder-n|bijz",
|
93 |
+
"ADJ|nom|basis|met-e|zonder-n|stan",
|
94 |
+
"ADJ|nom|basis|zonder|mv-n",
|
95 |
+
"ADJ|nom|basis|zonder|zonder-n",
|
96 |
+
"ADJ|nom|comp|met-e|mv-n",
|
97 |
+
"ADJ|nom|comp|met-e|zonder-n|stan",
|
98 |
+
"ADJ|nom|sup|met-e|mv-n",
|
99 |
+
"ADJ|nom|sup|met-e|zonder-n|bijz",
|
100 |
+
"ADJ|nom|sup|met-e|zonder-n|stan",
|
101 |
+
"ADJ|nom|sup|zonder|zonder-n",
|
102 |
+
"ADJ|postnom|basis|met-s",
|
103 |
+
"ADJ|postnom|basis|zonder",
|
104 |
+
"ADJ|postnom|comp|met-s",
|
105 |
+
"ADJ|prenom|basis|met-e|bijz",
|
106 |
+
"ADJ|prenom|basis|met-e|stan",
|
107 |
+
"ADJ|prenom|basis|zonder",
|
108 |
+
"ADJ|prenom|comp|met-e|stan",
|
109 |
+
"ADJ|prenom|comp|zonder",
|
110 |
+
"ADJ|prenom|sup|met-e|stan",
|
111 |
+
"ADJ|prenom|sup|zonder",
|
112 |
+
"ADJ|vrij|basis|zonder",
|
113 |
+
"ADJ|vrij|comp|zonder",
|
114 |
+
"ADJ|vrij|dim|zonder",
|
115 |
+
"ADJ|vrij|sup|zonder",
|
116 |
+
"BW",
|
117 |
+
"LET",
|
118 |
+
"LID|bep|dat|evmo",
|
119 |
+
"LID|bep|gen|evmo",
|
120 |
+
"LID|bep|gen|rest3",
|
121 |
+
"LID|bep|stan|evon",
|
122 |
+
"LID|bep|stan|rest",
|
123 |
+
"LID|onbep|stan|agr",
|
124 |
+
"N|eigen|ev|basis|gen",
|
125 |
+
"N|eigen|ev|basis|genus|stan",
|
126 |
+
"N|eigen|ev|basis|onz|stan",
|
127 |
+
"N|eigen|ev|basis|zijd|stan",
|
128 |
+
"N|eigen|ev|dim|onz|stan",
|
129 |
+
"N|eigen|mv|basis",
|
130 |
+
"N|soort|ev|basis|dat",
|
131 |
+
"N|soort|ev|basis|gen",
|
132 |
+
"N|soort|ev|basis|genus|stan",
|
133 |
+
"N|soort|ev|basis|onz|stan",
|
134 |
+
"N|soort|ev|basis|zijd|stan",
|
135 |
+
"N|soort|ev|dim|onz|stan",
|
136 |
+
"N|soort|mv|basis",
|
137 |
+
"N|soort|mv|dim",
|
138 |
+
"SPEC|afgebr",
|
139 |
+
"SPEC|afk",
|
140 |
+
"SPEC|deeleigen",
|
141 |
+
"SPEC|enof",
|
142 |
+
"SPEC|meta",
|
143 |
+
"SPEC|symb",
|
144 |
+
"SPEC|vreemd",
|
145 |
+
"TSW",
|
146 |
+
"TW|hoofd|nom|mv-n|basis",
|
147 |
+
"TW|hoofd|nom|mv-n|dim",
|
148 |
+
"TW|hoofd|nom|zonder-n|basis",
|
149 |
+
"TW|hoofd|nom|zonder-n|dim",
|
150 |
+
"TW|hoofd|prenom|stan",
|
151 |
+
"TW|hoofd|vrij",
|
152 |
+
"TW|rang|nom|mv-n",
|
153 |
+
"TW|rang|nom|zonder-n",
|
154 |
+
"TW|rang|prenom|stan",
|
155 |
+
"VG|neven",
|
156 |
+
"VG|onder",
|
157 |
+
"VNW|aanw|adv-pron|obl|vol|3o|getal",
|
158 |
+
"VNW|aanw|adv-pron|stan|red|3|getal",
|
159 |
+
"VNW|aanw|det|dat|nom|met-e|zonder-n",
|
160 |
+
"VNW|aanw|det|dat|prenom|met-e|evmo",
|
161 |
+
"VNW|aanw|det|gen|prenom|met-e|rest3",
|
162 |
+
"VNW|aanw|det|stan|nom|met-e|mv-n",
|
163 |
+
"VNW|aanw|det|stan|nom|met-e|zonder-n",
|
164 |
+
"VNW|aanw|det|stan|prenom|met-e|rest",
|
165 |
+
"VNW|aanw|det|stan|prenom|zonder|agr",
|
166 |
+
"VNW|aanw|det|stan|prenom|zonder|evon",
|
167 |
+
"VNW|aanw|det|stan|prenom|zonder|rest",
|
168 |
+
"VNW|aanw|det|stan|vrij|zonder",
|
169 |
+
"VNW|aanw|pron|gen|vol|3m|ev",
|
170 |
+
"VNW|aanw|pron|stan|vol|3o|ev",
|
171 |
+
"VNW|aanw|pron|stan|vol|3|getal",
|
172 |
+
"VNW|betr|det|stan|nom|met-e|zonder-n",
|
173 |
+
"VNW|betr|det|stan|nom|zonder|zonder-n",
|
174 |
+
"VNW|betr|pron|stan|vol|3|ev",
|
175 |
+
"VNW|betr|pron|stan|vol|persoon|getal",
|
176 |
+
"VNW|bez|det|gen|vol|3|ev|prenom|met-e|rest3",
|
177 |
+
"VNW|bez|det|stan|nadr|2v|mv|prenom|zonder|agr",
|
178 |
+
"VNW|bez|det|stan|red|1|ev|prenom|zonder|agr",
|
179 |
+
"VNW|bez|det|stan|red|2v|ev|prenom|zonder|agr",
|
180 |
+
"VNW|bez|det|stan|red|3|ev|prenom|zonder|agr",
|
181 |
+
"VNW|bez|det|stan|vol|1|ev|prenom|met-e|rest",
|
182 |
+
"VNW|bez|det|stan|vol|1|ev|prenom|zonder|agr",
|
183 |
+
"VNW|bez|det|stan|vol|1|mv|prenom|met-e|rest",
|
184 |
+
"VNW|bez|det|stan|vol|1|mv|prenom|zonder|evon",
|
185 |
+
"VNW|bez|det|stan|vol|2v|ev|prenom|zonder|agr",
|
186 |
+
"VNW|bez|det|stan|vol|2|getal|prenom|zonder|agr",
|
187 |
+
"VNW|bez|det|stan|vol|3m|ev|nom|met-e|zonder-n",
|
188 |
+
"VNW|bez|det|stan|vol|3m|ev|prenom|met-e|rest",
|
189 |
+
"VNW|bez|det|stan|vol|3p|mv|prenom|met-e|rest",
|
190 |
+
"VNW|bez|det|stan|vol|3v|ev|nom|met-e|zonder-n",
|
191 |
+
"VNW|bez|det|stan|vol|3v|ev|prenom|met-e|rest",
|
192 |
+
"VNW|bez|det|stan|vol|3|ev|prenom|zonder|agr",
|
193 |
+
"VNW|bez|det|stan|vol|3|mv|prenom|zonder|agr",
|
194 |
+
"VNW|excl|pron|stan|vol|3|getal",
|
195 |
+
"VNW|onbep|adv-pron|gen|red|3|getal",
|
196 |
+
"VNW|onbep|adv-pron|obl|vol|3o|getal",
|
197 |
+
"VNW|onbep|det|stan|nom|met-e|mv-n",
|
198 |
+
"VNW|onbep|det|stan|nom|met-e|zonder-n",
|
199 |
+
"VNW|onbep|det|stan|nom|zonder|zonder-n",
|
200 |
+
"VNW|onbep|det|stan|prenom|met-e|agr",
|
201 |
+
"VNW|onbep|det|stan|prenom|met-e|evz",
|
202 |
+
"VNW|onbep|det|stan|prenom|met-e|mv",
|
203 |
+
"VNW|onbep|det|stan|prenom|met-e|rest",
|
204 |
+
"VNW|onbep|det|stan|prenom|zonder|agr",
|
205 |
+
"VNW|onbep|det|stan|prenom|zonder|evon",
|
206 |
+
"VNW|onbep|det|stan|vrij|zonder",
|
207 |
+
"VNW|onbep|grad|gen|nom|met-e|mv-n|basis",
|
208 |
+
"VNW|onbep|grad|stan|nom|met-e|mv-n|basis",
|
209 |
+
"VNW|onbep|grad|stan|nom|met-e|mv-n|sup",
|
210 |
+
"VNW|onbep|grad|stan|nom|met-e|zonder-n|basis",
|
211 |
+
"VNW|onbep|grad|stan|nom|met-e|zonder-n|sup",
|
212 |
+
"VNW|onbep|grad|stan|prenom|met-e|agr|basis",
|
213 |
+
"VNW|onbep|grad|stan|prenom|met-e|agr|comp",
|
214 |
+
"VNW|onbep|grad|stan|prenom|met-e|agr|sup",
|
215 |
+
"VNW|onbep|grad|stan|prenom|met-e|mv|basis",
|
216 |
+
"VNW|onbep|grad|stan|prenom|zonder|agr|basis",
|
217 |
+
"VNW|onbep|grad|stan|prenom|zonder|agr|comp",
|
218 |
+
"VNW|onbep|grad|stan|vrij|zonder|basis",
|
219 |
+
"VNW|onbep|grad|stan|vrij|zonder|comp",
|
220 |
+
"VNW|onbep|grad|stan|vrij|zonder|sup",
|
221 |
+
"VNW|onbep|pron|gen|vol|3p|ev",
|
222 |
+
"VNW|onbep|pron|stan|vol|3o|ev",
|
223 |
+
"VNW|onbep|pron|stan|vol|3p|ev",
|
224 |
+
"VNW|pers|pron|gen|vol|2|getal",
|
225 |
+
"VNW|pers|pron|nomin|nadr|3m|ev|masc",
|
226 |
+
"VNW|pers|pron|nomin|nadr|3v|ev|fem",
|
227 |
+
"VNW|pers|pron|nomin|red|1|mv",
|
228 |
+
"VNW|pers|pron|nomin|red|2v|ev",
|
229 |
+
"VNW|pers|pron|nomin|red|2|getal",
|
230 |
+
"VNW|pers|pron|nomin|red|3p|ev|masc",
|
231 |
+
"VNW|pers|pron|nomin|red|3|ev|masc",
|
232 |
+
"VNW|pers|pron|nomin|vol|1|ev",
|
233 |
+
"VNW|pers|pron|nomin|vol|1|mv",
|
234 |
+
"VNW|pers|pron|nomin|vol|2b|getal",
|
235 |
+
"VNW|pers|pron|nomin|vol|2v|ev",
|
236 |
+
"VNW|pers|pron|nomin|vol|2|getal",
|
237 |
+
"VNW|pers|pron|nomin|vol|3p|mv",
|
238 |
+
"VNW|pers|pron|nomin|vol|3v|ev|fem",
|
239 |
+
"VNW|pers|pron|nomin|vol|3|ev|masc",
|
240 |
+
"VNW|pers|pron|obl|nadr|3m|ev|masc",
|
241 |
+
"VNW|pers|pron|obl|red|3|ev|masc",
|
242 |
+
"VNW|pers|pron|obl|vol|2v|ev",
|
243 |
+
"VNW|pers|pron|obl|vol|3p|mv",
|
244 |
+
"VNW|pers|pron|obl|vol|3|ev|masc",
|
245 |
+
"VNW|pers|pron|obl|vol|3|getal|fem",
|
246 |
+
"VNW|pers|pron|stan|nadr|2v|mv",
|
247 |
+
"VNW|pers|pron|stan|red|3|ev|fem",
|
248 |
+
"VNW|pers|pron|stan|red|3|ev|onz",
|
249 |
+
"VNW|pers|pron|stan|red|3|mv",
|
250 |
+
"VNW|pr|pron|obl|nadr|1|ev",
|
251 |
+
"VNW|pr|pron|obl|nadr|2v|getal",
|
252 |
+
"VNW|pr|pron|obl|nadr|2|getal",
|
253 |
+
"VNW|pr|pron|obl|red|1|ev",
|
254 |
+
"VNW|pr|pron|obl|red|2v|getal",
|
255 |
+
"VNW|pr|pron|obl|vol|1|ev",
|
256 |
+
"VNW|pr|pron|obl|vol|1|mv",
|
257 |
+
"VNW|pr|pron|obl|vol|2|getal",
|
258 |
+
"VNW|recip|pron|gen|vol|persoon|mv",
|
259 |
+
"VNW|recip|pron|obl|vol|persoon|mv",
|
260 |
+
"VNW|refl|pron|obl|nadr|3|getal",
|
261 |
+
"VNW|refl|pron|obl|red|3|getal",
|
262 |
+
"VNW|vb|adv-pron|obl|vol|3o|getal",
|
263 |
+
"VNW|vb|det|stan|nom|met-e|zonder-n",
|
264 |
+
"VNW|vb|det|stan|prenom|met-e|rest",
|
265 |
+
"VNW|vb|det|stan|prenom|zonder|evon",
|
266 |
+
"VNW|vb|pron|gen|vol|3m|ev",
|
267 |
+
"VNW|vb|pron|gen|vol|3p|mv",
|
268 |
+
"VNW|vb|pron|gen|vol|3v|ev",
|
269 |
+
"VNW|vb|pron|stan|vol|3o|ev",
|
270 |
+
"VNW|vb|pron|stan|vol|3p|getal",
|
271 |
+
"VZ|fin",
|
272 |
+
"VZ|init",
|
273 |
+
"VZ|versm",
|
274 |
+
"WW|inf|nom|zonder|zonder-n",
|
275 |
+
"WW|inf|prenom|met-e",
|
276 |
+
"WW|inf|vrij|zonder",
|
277 |
+
"WW|od|nom|met-e|mv-n",
|
278 |
+
"WW|od|nom|met-e|zonder-n",
|
279 |
+
"WW|od|prenom|met-e",
|
280 |
+
"WW|od|prenom|zonder",
|
281 |
+
"WW|od|vrij|zonder",
|
282 |
+
"WW|pv|conj|ev",
|
283 |
+
"WW|pv|tgw|ev",
|
284 |
+
"WW|pv|tgw|met-t",
|
285 |
+
"WW|pv|tgw|mv",
|
286 |
+
"WW|pv|verl|ev",
|
287 |
+
"WW|pv|verl|mv",
|
288 |
+
"WW|vd|nom|met-e|mv-n",
|
289 |
+
"WW|vd|nom|met-e|zonder-n",
|
290 |
+
"WW|vd|prenom|met-e",
|
291 |
+
"WW|vd|prenom|zonder",
|
292 |
+
"WW|vd|vrij|zonder",
|
293 |
+
"_SP"
|
294 |
+
],
|
295 |
+
"parser":[
|
296 |
+
"ROOT",
|
297 |
+
"acl",
|
298 |
+
"acl:relcl",
|
299 |
+
"advcl",
|
300 |
+
"advmod",
|
301 |
+
"amod",
|
302 |
+
"appos",
|
303 |
+
"aux",
|
304 |
+
"aux:pass",
|
305 |
+
"case",
|
306 |
+
"cc",
|
307 |
+
"ccomp",
|
308 |
+
"compound:prt",
|
309 |
+
"conj",
|
310 |
+
"cop",
|
311 |
+
"csubj",
|
312 |
+
"dep",
|
313 |
+
"det",
|
314 |
+
"expl",
|
315 |
+
"expl:pv",
|
316 |
+
"fixed",
|
317 |
+
"flat",
|
318 |
+
"iobj",
|
319 |
+
"mark",
|
320 |
+
"nmod",
|
321 |
+
"nmod:poss",
|
322 |
+
"nsubj",
|
323 |
+
"nsubj:pass",
|
324 |
+
"nummod",
|
325 |
+
"obj",
|
326 |
+
"obl",
|
327 |
+
"obl:agent",
|
328 |
+
"orphan",
|
329 |
+
"parataxis",
|
330 |
+
"punct",
|
331 |
+
"xcomp"
|
332 |
+
],
|
333 |
+
"attribute_ruler":[
|
334 |
+
|
335 |
+
],
|
336 |
+
"ner":[
|
337 |
+
"CARDINAL",
|
338 |
+
"DATE",
|
339 |
+
"EVENT",
|
340 |
+
"FAC",
|
341 |
+
"GPE",
|
342 |
+
"LANGUAGE",
|
343 |
+
"LAW",
|
344 |
+
"LOC",
|
345 |
+
"MONEY",
|
346 |
+
"NORP",
|
347 |
+
"ORDINAL",
|
348 |
+
"ORG",
|
349 |
+
"PERCENT",
|
350 |
+
"PERSON",
|
351 |
+
"PRODUCT",
|
352 |
+
"QUANTITY",
|
353 |
+
"TIME",
|
354 |
+
"WORK_OF_ART"
|
355 |
+
]
|
356 |
+
},
|
357 |
+
"pipeline":[
|
358 |
+
"tok2vec",
|
359 |
+
"morphologizer",
|
360 |
+
"tagger",
|
361 |
+
"parser",
|
362 |
+
"lemmatizer",
|
363 |
+
"attribute_ruler",
|
364 |
+
"ner"
|
365 |
+
],
|
366 |
+
"components":[
|
367 |
+
"tok2vec",
|
368 |
+
"morphologizer",
|
369 |
+
"tagger",
|
370 |
+
"parser",
|
371 |
+
"lemmatizer",
|
372 |
+
"senter",
|
373 |
+
"attribute_ruler",
|
374 |
+
"ner"
|
375 |
+
],
|
376 |
+
"disabled":[
|
377 |
+
"senter"
|
378 |
+
],
|
379 |
+
"performance":{
|
380 |
+
"tag_acc":0.939195673,
|
381 |
+
"sents_p":0.8500345543,
|
382 |
+
"sents_r":0.8823529412,
|
383 |
+
"sents_f":0.8658922914,
|
384 |
+
"dep_uas":0.8535422689,
|
385 |
+
"dep_las":0.80149091,
|
386 |
+
"dep_las_per_type":{
|
387 |
+
"nmod:poss":{
|
388 |
+
"p":0.9413919414,
|
389 |
+
"r":0.9379562044,
|
390 |
+
"f":0.9396709324
|
391 |
+
},
|
392 |
+
"nsubj":{
|
393 |
+
"p":0.8272907053,
|
394 |
+
"r":0.8251150559,
|
395 |
+
"f":0.8262014483
|
396 |
+
},
|
397 |
+
"aux":{
|
398 |
+
"p":0.8827361564,
|
399 |
+
"r":0.8914473684,
|
400 |
+
"f":0.8870703764
|
401 |
+
},
|
402 |
+
"advmod":{
|
403 |
+
"p":0.738874895,
|
404 |
+
"r":0.7857142857,
|
405 |
+
"f":0.7615750757
|
406 |
+
},
|
407 |
+
"root":{
|
408 |
+
"p":0.8507256393,
|
409 |
+
"r":0.8830703013,
|
410 |
+
"f":0.8665962689
|
411 |
+
},
|
412 |
+
"det":{
|
413 |
+
"p":0.9329446064,
|
414 |
+
"r":0.9692773691,
|
415 |
+
"f":0.9507640068
|
416 |
+
},
|
417 |
+
"amod":{
|
418 |
+
"p":0.8520452567,
|
419 |
+
"r":0.8772401434,
|
420 |
+
"f":0.8644591611
|
421 |
+
},
|
422 |
+
"obl":{
|
423 |
+
"p":0.7286295794,
|
424 |
+
"r":0.7271496276,
|
425 |
+
"f":0.7278888512
|
426 |
+
},
|
427 |
+
"mark":{
|
428 |
+
"p":0.8917431193,
|
429 |
+
"r":0.8836363636,
|
430 |
+
"f":0.8876712329
|
431 |
+
},
|
432 |
+
"ccomp":{
|
433 |
+
"p":0.6494845361,
|
434 |
+
"r":0.5887850467,
|
435 |
+
"f":0.6176470588
|
436 |
+
},
|
437 |
+
"case":{
|
438 |
+
"p":0.9296357616,
|
439 |
+
"r":0.9512918255,
|
440 |
+
"f":0.940339125
|
441 |
+
},
|
442 |
+
"appos":{
|
443 |
+
"p":0.7166123779,
|
444 |
+
"r":0.6666666667,
|
445 |
+
"f":0.6907378336
|
446 |
+
},
|
447 |
+
"obj":{
|
448 |
+
"p":0.7241887906,
|
449 |
+
"r":0.7496183206,
|
450 |
+
"f":0.736684171
|
451 |
+
},
|
452 |
+
"compound:prt":{
|
453 |
+
"p":0.7616580311,
|
454 |
+
"r":0.6901408451,
|
455 |
+
"f":0.724137931
|
456 |
+
},
|
457 |
+
"xcomp":{
|
458 |
+
"p":0.63099631,
|
459 |
+
"r":0.6218181818,
|
460 |
+
"f":0.6263736264
|
461 |
+
},
|
462 |
+
"flat":{
|
463 |
+
"p":0.788590604,
|
464 |
+
"r":0.7476139979,
|
465 |
+
"f":0.7675557975
|
466 |
+
},
|
467 |
+
"expl:pv":{
|
468 |
+
"p":0.7446808511,
|
469 |
+
"r":0.7954545455,
|
470 |
+
"f":0.7692307692
|
471 |
+
},
|
472 |
+
"acl":{
|
473 |
+
"p":0.4776119403,
|
474 |
+
"r":0.3265306122,
|
475 |
+
"f":0.3878787879
|
476 |
+
},
|
477 |
+
"advcl":{
|
478 |
+
"p":0.4401913876,
|
479 |
+
"r":0.4144144144,
|
480 |
+
"f":0.4269141531
|
481 |
+
},
|
482 |
+
"nummod":{
|
483 |
+
"p":0.8037974684,
|
484 |
+
"r":0.8466666667,
|
485 |
+
"f":0.8246753247
|
486 |
+
},
|
487 |
+
"nmod":{
|
488 |
+
"p":0.7025,
|
489 |
+
"r":0.7330434783,
|
490 |
+
"f":0.7174468085
|
491 |
+
},
|
492 |
+
"cc":{
|
493 |
+
"p":0.8579439252,
|
494 |
+
"r":0.8693181818,
|
495 |
+
"f":0.863593603
|
496 |
+
},
|
497 |
+
"conj":{
|
498 |
+
"p":0.6082337317,
|
499 |
+
"r":0.6222826087,
|
500 |
+
"f":0.6151779718
|
501 |
+
},
|
502 |
+
"nsubj:pass":{
|
503 |
+
"p":0.7604790419,
|
504 |
+
"r":0.7987421384,
|
505 |
+
"f":0.7791411043
|
506 |
+
},
|
507 |
+
"aux:pass":{
|
508 |
+
"p":0.8882681564,
|
509 |
+
"r":0.8833333333,
|
510 |
+
"f":0.8857938719
|
511 |
+
},
|
512 |
+
"iobj":{
|
513 |
+
"p":0.7058823529,
|
514 |
+
"r":0.3636363636,
|
515 |
+
"f":0.48
|
516 |
+
},
|
517 |
+
"dep":{
|
518 |
+
"p":0.0,
|
519 |
+
"r":0.0,
|
520 |
+
"f":0.0
|
521 |
+
},
|
522 |
+
"cop":{
|
523 |
+
"p":0.7321428571,
|
524 |
+
"r":0.7509157509,
|
525 |
+
"f":0.7414104882
|
526 |
+
},
|
527 |
+
"acl:relcl":{
|
528 |
+
"p":0.6603773585,
|
529 |
+
"r":0.6603773585,
|
530 |
+
"f":0.6603773585
|
531 |
+
},
|
532 |
+
"parataxis":{
|
533 |
+
"p":0.3092783505,
|
534 |
+
"r":0.2173913043,
|
535 |
+
"f":0.2553191489
|
536 |
+
},
|
537 |
+
"fixed":{
|
538 |
+
"p":0.6479750779,
|
539 |
+
"r":0.3761301989,
|
540 |
+
"f":0.47597254
|
541 |
+
},
|
542 |
+
"expl":{
|
543 |
+
"p":0.4210526316,
|
544 |
+
"r":0.380952381,
|
545 |
+
"f":0.4
|
546 |
+
},
|
547 |
+
"obl:agent":{
|
548 |
+
"p":0.8518518519,
|
549 |
+
"r":0.7931034483,
|
550 |
+
"f":0.8214285714
|
551 |
+
},
|
552 |
+
"csubj":{
|
553 |
+
"p":0.6,
|
554 |
+
"r":0.45,
|
555 |
+
"f":0.5142857143
|
556 |
+
},
|
557 |
+
"orphan":{
|
558 |
+
"p":0.0,
|
559 |
+
"r":0.0,
|
560 |
+
"f":0.0
|
561 |
+
}
|
562 |
+
},
|
563 |
+
"ents_p":0.7496350365,
|
564 |
+
"ents_r":0.7102351314,
|
565 |
+
"ents_f":0.7294034091,
|
566 |
+
"ents_per_type":{
|
567 |
+
"DATE":{
|
568 |
+
"p":0.0,
|
569 |
+
"r":0.0,
|
570 |
+
"f":0.0
|
571 |
+
},
|
572 |
+
"NORP":{
|
573 |
+
"p":0.0,
|
574 |
+
"r":0.0,
|
575 |
+
"f":0.0
|
576 |
+
},
|
577 |
+
"LOC":{
|
578 |
+
"p":0.0,
|
579 |
+
"r":0.0,
|
580 |
+
"f":0.0
|
581 |
+
},
|
582 |
+
"WORK_OF_ART":{
|
583 |
+
"p":0.0,
|
584 |
+
"r":0.0,
|
585 |
+
"f":0.0
|
586 |
+
},
|
587 |
+
"CARDINAL":{
|
588 |
+
"p":0.0,
|
589 |
+
"r":0.0,
|
590 |
+
"f":0.0
|
591 |
+
},
|
592 |
+
"PERSON":{
|
593 |
+
"p":0.0,
|
594 |
+
"r":0.0,
|
595 |
+
"f":0.0
|
596 |
+
},
|
597 |
+
"EVENT":{
|
598 |
+
"p":0.0,
|
599 |
+
"r":0.0,
|
600 |
+
"f":0.0
|
601 |
+
},
|
602 |
+
"GPE":{
|
603 |
+
"p":0.0,
|
604 |
+
"r":0.0,
|
605 |
+
"f":0.0
|
606 |
+
},
|
607 |
+
"ORDINAL":{
|
608 |
+
"p":0.0,
|
609 |
+
"r":0.0,
|
610 |
+
"f":0.0
|
611 |
+
},
|
612 |
+
"FAC":{
|
613 |
+
"p":0.0,
|
614 |
+
"r":0.0,
|
615 |
+
"f":0.0
|
616 |
+
},
|
617 |
+
"LANGUAGE":{
|
618 |
+
"p":0.0,
|
619 |
+
"r":0.0,
|
620 |
+
"f":0.0
|
621 |
+
},
|
622 |
+
"ORG":{
|
623 |
+
"p":0.0,
|
624 |
+
"r":0.0,
|
625 |
+
"f":0.0
|
626 |
+
},
|
627 |
+
"QUANTITY":{
|
628 |
+
"p":0.0,
|
629 |
+
"r":0.0,
|
630 |
+
"f":0.0
|
631 |
+
},
|
632 |
+
"MONEY":{
|
633 |
+
"p":0.0,
|
634 |
+
"r":0.0,
|
635 |
+
"f":0.0
|
636 |
+
},
|
637 |
+
"TIME":{
|
638 |
+
"p":0.0,
|
639 |
+
"r":0.0,
|
640 |
+
"f":0.0
|
641 |
+
},
|
642 |
+
"PERCENT":{
|
643 |
+
"p":0.0,
|
644 |
+
"r":0.0,
|
645 |
+
"f":0.0
|
646 |
+
},
|
647 |
+
"LAW":{
|
648 |
+
"p":0.0,
|
649 |
+
"r":0.0,
|
650 |
+
"f":0.0
|
651 |
+
},
|
652 |
+
"PRODUCT":{
|
653 |
+
"p":0.0,
|
654 |
+
"r":0.0,
|
655 |
+
"f":0.0
|
656 |
+
}
|
657 |
+
},
|
658 |
+
"speed":11638.5774475565,
|
659 |
+
"token_acc":0.999433329,
|
660 |
+
"token_p":0.9974281853,
|
661 |
+
"token_r":0.9975586363,
|
662 |
+
"token_f":0.9974934066,
|
663 |
+
"pos_acc":0.9572746505,
|
664 |
+
"morph_acc":0.9504635184,
|
665 |
+
"morph_micro_p":0.9581605554,
|
666 |
+
"morph_micro_r":0.9363474935,
|
667 |
+
"morph_micro_f":0.9471284484,
|
668 |
+
"morph_per_feat":{
|
669 |
+
"Person":{
|
670 |
+
"p":0.9911154985,
|
671 |
+
"r":0.9598470363,
|
672 |
+
"f":0.9752306945
|
673 |
+
},
|
674 |
+
"Poss":{
|
675 |
+
"p":0.9921259843,
|
676 |
+
"r":0.9655172414,
|
677 |
+
"f":0.9786407767
|
678 |
+
},
|
679 |
+
"PronType":{
|
680 |
+
"p":0.9905008636,
|
681 |
+
"r":0.9534497091,
|
682 |
+
"f":0.971622194
|
683 |
+
},
|
684 |
+
"Gender":{
|
685 |
+
"p":0.906358074,
|
686 |
+
"r":0.8667005851,
|
687 |
+
"f":0.8860858257
|
688 |
+
},
|
689 |
+
"Number":{
|
690 |
+
"p":0.9747808704,
|
691 |
+
"r":0.9488100584,
|
692 |
+
"f":0.9616201456
|
693 |
+
},
|
694 |
+
"Tense":{
|
695 |
+
"p":0.9576129392,
|
696 |
+
"r":0.9439252336,
|
697 |
+
"f":0.9507198228
|
698 |
+
},
|
699 |
+
"VerbForm":{
|
700 |
+
"p":0.9392948019,
|
701 |
+
"r":0.9298308744,
|
702 |
+
"f":0.9345388788
|
703 |
+
},
|
704 |
+
"Degree":{
|
705 |
+
"p":0.9271809661,
|
706 |
+
"r":0.9238505747,
|
707 |
+
"f":0.9255127744
|
708 |
+
},
|
709 |
+
"Definite":{
|
710 |
+
"p":0.9942806863,
|
711 |
+
"r":0.9947183099,
|
712 |
+
"f":0.9944994499
|
713 |
+
},
|
714 |
+
"Case":{
|
715 |
+
"p":0.9940357853,
|
716 |
+
"r":0.9960159363,
|
717 |
+
"f":0.9950248756
|
718 |
+
},
|
719 |
+
"Reflex":{
|
720 |
+
"p":1.0,
|
721 |
+
"r":1.0,
|
722 |
+
"f":1.0
|
723 |
+
},
|
724 |
+
"Abbr":{
|
725 |
+
"p":1.0,
|
726 |
+
"r":0.5555555556,
|
727 |
+
"f":0.7142857143
|
728 |
+
}
|
729 |
+
},
|
730 |
+
"lemma_acc":0.9504328674
|
731 |
+
},
|
732 |
+
"sources":[
|
733 |
+
{
|
734 |
+
"name":"UD Dutch LassySmall v2.8",
|
735 |
+
"url":"https://github.com/UniversalDependencies/UD_Dutch-LassySmall",
|
736 |
+
"license":"CC BY-SA 4.0",
|
737 |
+
"author":"Bouma, Gosse; van Noord, Gertjan"
|
738 |
+
},
|
739 |
+
{
|
740 |
+
"name":"Dutch NER Annotations for UD LassySmall",
|
741 |
+
"url":"https://nlp.town",
|
742 |
+
"license":"CC BY-SA 4.0",
|
743 |
+
"author":"NLP Town"
|
744 |
+
},
|
745 |
+
{
|
746 |
+
"name":"UD Dutch Alpino v2.8",
|
747 |
+
"url":"https://github.com/UniversalDependencies/UD_Dutch-Alpino",
|
748 |
+
"license":"CC BY-SA 4.0",
|
749 |
+
"author":"Zeman, Daniel; \u017dabokrtsk\u00fd, Zden\u011bk; Bouma, Gosse; van Noord, Gertjan"
|
750 |
+
}
|
751 |
+
],
|
752 |
+
"requirements":[
|
753 |
+
|
754 |
+
]
|
755 |
+
}
|
morphologizer/cfg
ADDED
@@ -0,0 +1,141 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"extend":false,
|
3 |
+
"label_smoothing":0.0,
|
4 |
+
"labels_morph":{
|
5 |
+
"POS=PRON|Person=3|PronType=Dem":"Person=3|PronType=Dem",
|
6 |
+
"Number=Sing|POS=AUX|Tense=Pres|VerbForm=Fin":"Number=Sing|Tense=Pres|VerbForm=Fin",
|
7 |
+
"POS=ADV":"",
|
8 |
+
"POS=VERB|VerbForm=Part":"VerbForm=Part",
|
9 |
+
"POS=PUNCT":"",
|
10 |
+
"Number=Sing|POS=AUX|Tense=Past|VerbForm=Fin":"Number=Sing|Tense=Past|VerbForm=Fin",
|
11 |
+
"POS=ADP":"",
|
12 |
+
"POS=NUM":"",
|
13 |
+
"Number=Plur|POS=NOUN":"Number=Plur",
|
14 |
+
"POS=VERB|VerbForm=Inf":"VerbForm=Inf",
|
15 |
+
"POS=SCONJ":"",
|
16 |
+
"Definite=Def|POS=DET":"Definite=Def",
|
17 |
+
"Gender=Com|Number=Sing|POS=NOUN":"Gender=Com|Number=Sing",
|
18 |
+
"Number=Sing|POS=VERB|Tense=Pres|VerbForm=Fin":"Number=Sing|Tense=Pres|VerbForm=Fin",
|
19 |
+
"Degree=Pos|POS=ADJ":"Degree=Pos",
|
20 |
+
"Gender=Neut|Number=Sing|POS=PROPN":"Gender=Neut|Number=Sing",
|
21 |
+
"Gender=Com|Number=Sing|POS=PROPN":"Gender=Com|Number=Sing",
|
22 |
+
"POS=AUX|VerbForm=Inf":"VerbForm=Inf",
|
23 |
+
"Number=Sing|POS=VERB|Tense=Past|VerbForm=Fin":"Number=Sing|Tense=Past|VerbForm=Fin",
|
24 |
+
"POS=DET":"",
|
25 |
+
"Gender=Neut|Number=Sing|POS=NOUN":"Gender=Neut|Number=Sing",
|
26 |
+
"POS=PRON|Person=3|PronType=Prs":"Person=3|PronType=Prs",
|
27 |
+
"POS=CCONJ":"",
|
28 |
+
"Number=Plur|POS=VERB|Tense=Pres|VerbForm=Fin":"Number=Plur|Tense=Pres|VerbForm=Fin",
|
29 |
+
"POS=PRON|Person=3|PronType=Ind":"Person=3|PronType=Ind",
|
30 |
+
"Degree=Cmp|POS=ADJ":"Degree=Cmp",
|
31 |
+
"Case=Nom|POS=PRON|Person=1|PronType=Prs":"Case=Nom|Person=1|PronType=Prs",
|
32 |
+
"Definite=Ind|POS=DET":"Definite=Ind",
|
33 |
+
"Case=Nom|POS=PRON|Person=3|PronType=Prs":"Case=Nom|Person=3|PronType=Prs",
|
34 |
+
"POS=PRON|Person=3|Poss=Yes|PronType=Prs":"Person=3|Poss=Yes|PronType=Prs",
|
35 |
+
"Number=Plur|POS=AUX|Tense=Pres|VerbForm=Fin":"Number=Plur|Tense=Pres|VerbForm=Fin",
|
36 |
+
"POS=PRON|PronType=Rel":"PronType=Rel",
|
37 |
+
"Case=Acc|POS=PRON|Person=1|PronType=Prs":"Case=Acc|Person=1|PronType=Prs",
|
38 |
+
"Number=Plur|POS=VERB|Tense=Past|VerbForm=Fin":"Number=Plur|Tense=Past|VerbForm=Fin",
|
39 |
+
"Gender=Com,Neut|Number=Sing|POS=NOUN":"Gender=Com,Neut|Number=Sing",
|
40 |
+
"Case=Acc|POS=PRON|Person=3|PronType=Prs|Reflex=Yes":"Case=Acc|Person=3|PronType=Prs|Reflex=Yes",
|
41 |
+
"Case=Acc|POS=PRON|Person=3|PronType=Prs":"Case=Acc|Person=3|PronType=Prs",
|
42 |
+
"POS=PROPN":"",
|
43 |
+
"POS=PRON|PronType=Ind":"PronType=Ind",
|
44 |
+
"POS=PRON|Person=3|PronType=Int":"Person=3|PronType=Int",
|
45 |
+
"Case=Acc|POS=PRON|PronType=Rcp":"Case=Acc|PronType=Rcp",
|
46 |
+
"Number=Plur|POS=AUX|Tense=Past|VerbForm=Fin":"Number=Plur|Tense=Past|VerbForm=Fin",
|
47 |
+
"Number=Sing|POS=NOUN":"Number=Sing",
|
48 |
+
"POS=PRON|Person=1|Poss=Yes|PronType=Prs":"Person=1|Poss=Yes|PronType=Prs",
|
49 |
+
"POS=SYM":"",
|
50 |
+
"Abbr=Yes|POS=X":"Abbr=Yes",
|
51 |
+
"Gender=Com,Neut|Number=Sing|POS=PROPN":"Gender=Com,Neut|Number=Sing",
|
52 |
+
"Degree=Sup|POS=ADJ":"Degree=Sup",
|
53 |
+
"POS=ADJ":"",
|
54 |
+
"Number=Sing|POS=PROPN":"Number=Sing",
|
55 |
+
"POS=PRON|PronType=Dem":"PronType=Dem",
|
56 |
+
"POS=AUX|VerbForm=Part":"VerbForm=Part",
|
57 |
+
"POS=SPACE":"",
|
58 |
+
"POS=PRON|Person=3|PronType=Rel":"Person=3|PronType=Rel",
|
59 |
+
"Number=Plur|POS=PROPN":"Number=Plur",
|
60 |
+
"POS=PRON|Person=2|Poss=Yes|PronType=Prs":"Person=2|Poss=Yes|PronType=Prs",
|
61 |
+
"Case=Dat|POS=PRON|PronType=Dem":"Case=Dat|PronType=Dem",
|
62 |
+
"Case=Nom|POS=PRON|Person=2|PronType=Prs":"Case=Nom|Person=2|PronType=Prs",
|
63 |
+
"POS=INTJ":"",
|
64 |
+
"Case=Acc|POS=PRON|Person=2|PronType=Prs":"Case=Acc|Person=2|PronType=Prs",
|
65 |
+
"Case=Gen|POS=PRON|Person=3|Poss=Yes|PronType=Prs":"Case=Gen|Person=3|Poss=Yes|PronType=Prs",
|
66 |
+
"POS=PRON|PronType=Int":"PronType=Int",
|
67 |
+
"POS=PRON|Person=2|PronType=Prs":"Person=2|PronType=Prs",
|
68 |
+
"POS=PRON|Person=3":"Person=3",
|
69 |
+
"Case=Gen|POS=PRON|Person=2|PronType=Prs":"Case=Gen|Person=2|PronType=Prs",
|
70 |
+
"POS=X":""
|
71 |
+
},
|
72 |
+
"labels_pos":{
|
73 |
+
"POS=PRON|Person=3|PronType=Dem":95,
|
74 |
+
"Number=Sing|POS=AUX|Tense=Pres|VerbForm=Fin":87,
|
75 |
+
"POS=ADV":86,
|
76 |
+
"POS=VERB|VerbForm=Part":100,
|
77 |
+
"POS=PUNCT":97,
|
78 |
+
"Number=Sing|POS=AUX|Tense=Past|VerbForm=Fin":87,
|
79 |
+
"POS=ADP":85,
|
80 |
+
"POS=NUM":93,
|
81 |
+
"Number=Plur|POS=NOUN":92,
|
82 |
+
"POS=VERB|VerbForm=Inf":100,
|
83 |
+
"POS=SCONJ":98,
|
84 |
+
"Definite=Def|POS=DET":90,
|
85 |
+
"Gender=Com|Number=Sing|POS=NOUN":92,
|
86 |
+
"Number=Sing|POS=VERB|Tense=Pres|VerbForm=Fin":100,
|
87 |
+
"Degree=Pos|POS=ADJ":84,
|
88 |
+
"Gender=Neut|Number=Sing|POS=PROPN":96,
|
89 |
+
"Gender=Com|Number=Sing|POS=PROPN":96,
|
90 |
+
"POS=AUX|VerbForm=Inf":87,
|
91 |
+
"Number=Sing|POS=VERB|Tense=Past|VerbForm=Fin":100,
|
92 |
+
"POS=DET":90,
|
93 |
+
"Gender=Neut|Number=Sing|POS=NOUN":92,
|
94 |
+
"POS=PRON|Person=3|PronType=Prs":95,
|
95 |
+
"POS=CCONJ":89,
|
96 |
+
"Number=Plur|POS=VERB|Tense=Pres|VerbForm=Fin":100,
|
97 |
+
"POS=PRON|Person=3|PronType=Ind":95,
|
98 |
+
"Degree=Cmp|POS=ADJ":84,
|
99 |
+
"Case=Nom|POS=PRON|Person=1|PronType=Prs":95,
|
100 |
+
"Definite=Ind|POS=DET":90,
|
101 |
+
"Case=Nom|POS=PRON|Person=3|PronType=Prs":95,
|
102 |
+
"POS=PRON|Person=3|Poss=Yes|PronType=Prs":95,
|
103 |
+
"Number=Plur|POS=AUX|Tense=Pres|VerbForm=Fin":87,
|
104 |
+
"POS=PRON|PronType=Rel":95,
|
105 |
+
"Case=Acc|POS=PRON|Person=1|PronType=Prs":95,
|
106 |
+
"Number=Plur|POS=VERB|Tense=Past|VerbForm=Fin":100,
|
107 |
+
"Gender=Com,Neut|Number=Sing|POS=NOUN":92,
|
108 |
+
"Case=Acc|POS=PRON|Person=3|PronType=Prs|Reflex=Yes":95,
|
109 |
+
"Case=Acc|POS=PRON|Person=3|PronType=Prs":95,
|
110 |
+
"POS=PROPN":96,
|
111 |
+
"POS=PRON|PronType=Ind":95,
|
112 |
+
"POS=PRON|Person=3|PronType=Int":95,
|
113 |
+
"Case=Acc|POS=PRON|PronType=Rcp":95,
|
114 |
+
"Number=Plur|POS=AUX|Tense=Past|VerbForm=Fin":87,
|
115 |
+
"Number=Sing|POS=NOUN":92,
|
116 |
+
"POS=PRON|Person=1|Poss=Yes|PronType=Prs":95,
|
117 |
+
"POS=SYM":99,
|
118 |
+
"Abbr=Yes|POS=X":101,
|
119 |
+
"Gender=Com,Neut|Number=Sing|POS=PROPN":96,
|
120 |
+
"Degree=Sup|POS=ADJ":84,
|
121 |
+
"POS=ADJ":84,
|
122 |
+
"Number=Sing|POS=PROPN":96,
|
123 |
+
"POS=PRON|PronType=Dem":95,
|
124 |
+
"POS=AUX|VerbForm=Part":87,
|
125 |
+
"POS=SPACE":103,
|
126 |
+
"POS=PRON|Person=3|PronType=Rel":95,
|
127 |
+
"Number=Plur|POS=PROPN":96,
|
128 |
+
"POS=PRON|Person=2|Poss=Yes|PronType=Prs":95,
|
129 |
+
"Case=Dat|POS=PRON|PronType=Dem":95,
|
130 |
+
"Case=Nom|POS=PRON|Person=2|PronType=Prs":95,
|
131 |
+
"POS=INTJ":91,
|
132 |
+
"Case=Acc|POS=PRON|Person=2|PronType=Prs":95,
|
133 |
+
"Case=Gen|POS=PRON|Person=3|Poss=Yes|PronType=Prs":95,
|
134 |
+
"POS=PRON|PronType=Int":95,
|
135 |
+
"POS=PRON|Person=2|PronType=Prs":95,
|
136 |
+
"POS=PRON|Person=3":95,
|
137 |
+
"Case=Gen|POS=PRON|Person=2|PronType=Prs":95,
|
138 |
+
"POS=X":101
|
139 |
+
},
|
140 |
+
"overwrite":true
|
141 |
+
}
|
morphologizer/model
ADDED
Binary file (26 kB). View file
|
|
ner/cfg
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"moves":null,
|
3 |
+
"update_with_oracle_cut_size":100,
|
4 |
+
"multitasks":[
|
5 |
+
|
6 |
+
],
|
7 |
+
"min_action_freq":1,
|
8 |
+
"learn_tokens":false,
|
9 |
+
"beam_width":1,
|
10 |
+
"beam_density":0.0,
|
11 |
+
"beam_update_prob":0.0,
|
12 |
+
"incorrect_spans_key":null
|
13 |
+
}
|
ner/model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a2ef88cc3787f2c5feae140a2fb95fdb9d1ceddeac40d4b2e14291f557ce59e
|
3 |
+
size 6154601
|
ner/moves
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
��moves��{"0":{},"1":{"PERSON":4553,"DATE":2684,"GPE":2525,"ORG":2170,"WORK_OF_ART":1439,"NORP":1021,"CARDINAL":761,"EVENT":605,"FAC":530,"LOC":301,"ORDINAL":233,"LANGUAGE":146,"PERCENT":100,"QUANTITY":90,"LAW":65,"TIME":54,"PRODUCT":37,"MONEY":34},"2":{"PERSON":4553,"DATE":2684,"GPE":2525,"ORG":2170,"WORK_OF_ART":1439,"NORP":1021,"CARDINAL":761,"EVENT":605,"FAC":530,"LOC":301,"ORDINAL":233,"LANGUAGE":146,"PERCENT":100,"QUANTITY":90,"LAW":65,"TIME":54,"PRODUCT":37,"MONEY":34},"3":{"PERSON":4553,"DATE":2684,"GPE":2525,"ORG":2170,"WORK_OF_ART":1439,"NORP":1021,"CARDINAL":761,"EVENT":605,"FAC":530,"LOC":301,"ORDINAL":233,"LANGUAGE":146,"PERCENT":100,"QUANTITY":90,"LAW":65,"TIME":54,"PRODUCT":37,"MONEY":34},"4":{"PERSON":4553,"DATE":2684,"GPE":2525,"ORG":2170,"WORK_OF_ART":1439,"NORP":1021,"CARDINAL":761,"EVENT":605,"FAC":530,"LOC":301,"ORDINAL":233,"LANGUAGE":146,"PERCENT":100,"QUANTITY":90,"LAW":65,"TIME":54,"PRODUCT":37,"MONEY":34,"":1},"5":{"":1}}�cfg��neg_key�
|
parser/cfg
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"moves":null,
|
3 |
+
"update_with_oracle_cut_size":100,
|
4 |
+
"multitasks":[
|
5 |
+
|
6 |
+
],
|
7 |
+
"min_action_freq":30,
|
8 |
+
"learn_tokens":false,
|
9 |
+
"beam_width":1,
|
10 |
+
"beam_density":0.0,
|
11 |
+
"beam_update_prob":0.0,
|
12 |
+
"incorrect_spans_key":null
|
13 |
+
}
|
parser/model
ADDED
Binary file (315 kB). View file
|
|
parser/moves
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
��moves��{"0":{"":151646},"1":{"":92888},"2":{"det":29834,"case":26244,"nsubj":13574,"amod":12930,"punct":11769,"advmod":9701,"obl":8122,"mark":6683,"cc":5442,"obj":4514,"aux":4218,"nsubj:pass":2513,"aux:pass":2468,"cop":2077,"nummod":2054,"nmod:poss":2019,"nmod":1249,"xcomp":1160,"compound:prt":839,"advcl":643,"acl":507,"parataxis":413,"iobj":307,"expl":273,"advmod||xcomp":266,"expl:pv":261,"obl||xcomp":259,"obl:agent":227,"obj||xcomp":200,"case||obl":162,"ccomp":108,"expl||advcl":60,"case||advcl":51,"obl||ccomp":50,"csubj":50,"advmod||ccomp":49,"obj||ccomp":47,"obl||obj":42,"advcl||xcomp":31,"dep":0},"3":{"punct":19558,"nmod":12995,"flat":9165,"conj":7139,"obl":6798,"fixed":4636,"nsubj":4269,"appos":3301,"obj":3144,"advmod":3092,"parataxis":2279,"xcomp":2098,"acl:relcl":2035,"advcl":1596,"dep":1442,"compound:prt":1376,"cop":1282,"ccomp":1231,"acl":775,"amod":490,"aux:pass":398,"csubj":396,"nummod":365,"aux":355,"iobj":230,"expl:pv":225,"obl:agent":221,"nmod||obj":178,"advcl||advmod":152,"case":147,"acl:relcl||obj":135,"case||obl":132,"acl:relcl||nsubj":98,"acl||obj":88,"expl":83,"mark":69,"orphan":68,"acl:relcl||nsubj:pass":55,"obl||xcomp":53,"expl||advcl":47,"cc":35,"advcl||amod":35,"advcl||nmod":34,"obl||obj":32,"nmod||nsubj":31},"4":{"ROOT":18078}}�cfg��neg_key�
|
senter/cfg
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"overwrite":false
|
3 |
+
}
|
senter/model
ADDED
Binary file (197 kB). View file
|
|
tagger/cfg
ADDED
@@ -0,0 +1,210 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"label_smoothing":0.0,
|
3 |
+
"labels":[
|
4 |
+
"ADJ|nom|basis|met-e|mv-n",
|
5 |
+
"ADJ|nom|basis|met-e|zonder-n|bijz",
|
6 |
+
"ADJ|nom|basis|met-e|zonder-n|stan",
|
7 |
+
"ADJ|nom|basis|zonder|mv-n",
|
8 |
+
"ADJ|nom|basis|zonder|zonder-n",
|
9 |
+
"ADJ|nom|comp|met-e|mv-n",
|
10 |
+
"ADJ|nom|comp|met-e|zonder-n|stan",
|
11 |
+
"ADJ|nom|sup|met-e|mv-n",
|
12 |
+
"ADJ|nom|sup|met-e|zonder-n|bijz",
|
13 |
+
"ADJ|nom|sup|met-e|zonder-n|stan",
|
14 |
+
"ADJ|nom|sup|zonder|zonder-n",
|
15 |
+
"ADJ|postnom|basis|met-s",
|
16 |
+
"ADJ|postnom|basis|zonder",
|
17 |
+
"ADJ|postnom|comp|met-s",
|
18 |
+
"ADJ|prenom|basis|met-e|bijz",
|
19 |
+
"ADJ|prenom|basis|met-e|stan",
|
20 |
+
"ADJ|prenom|basis|zonder",
|
21 |
+
"ADJ|prenom|comp|met-e|stan",
|
22 |
+
"ADJ|prenom|comp|zonder",
|
23 |
+
"ADJ|prenom|sup|met-e|stan",
|
24 |
+
"ADJ|prenom|sup|zonder",
|
25 |
+
"ADJ|vrij|basis|zonder",
|
26 |
+
"ADJ|vrij|comp|zonder",
|
27 |
+
"ADJ|vrij|dim|zonder",
|
28 |
+
"ADJ|vrij|sup|zonder",
|
29 |
+
"BW",
|
30 |
+
"LET",
|
31 |
+
"LID|bep|dat|evmo",
|
32 |
+
"LID|bep|gen|evmo",
|
33 |
+
"LID|bep|gen|rest3",
|
34 |
+
"LID|bep|stan|evon",
|
35 |
+
"LID|bep|stan|rest",
|
36 |
+
"LID|onbep|stan|agr",
|
37 |
+
"N|eigen|ev|basis|gen",
|
38 |
+
"N|eigen|ev|basis|genus|stan",
|
39 |
+
"N|eigen|ev|basis|onz|stan",
|
40 |
+
"N|eigen|ev|basis|zijd|stan",
|
41 |
+
"N|eigen|ev|dim|onz|stan",
|
42 |
+
"N|eigen|mv|basis",
|
43 |
+
"N|soort|ev|basis|dat",
|
44 |
+
"N|soort|ev|basis|gen",
|
45 |
+
"N|soort|ev|basis|genus|stan",
|
46 |
+
"N|soort|ev|basis|onz|stan",
|
47 |
+
"N|soort|ev|basis|zijd|stan",
|
48 |
+
"N|soort|ev|dim|onz|stan",
|
49 |
+
"N|soort|mv|basis",
|
50 |
+
"N|soort|mv|dim",
|
51 |
+
"SPEC|afgebr",
|
52 |
+
"SPEC|afk",
|
53 |
+
"SPEC|deeleigen",
|
54 |
+
"SPEC|enof",
|
55 |
+
"SPEC|meta",
|
56 |
+
"SPEC|symb",
|
57 |
+
"SPEC|vreemd",
|
58 |
+
"TSW",
|
59 |
+
"TW|hoofd|nom|mv-n|basis",
|
60 |
+
"TW|hoofd|nom|mv-n|dim",
|
61 |
+
"TW|hoofd|nom|zonder-n|basis",
|
62 |
+
"TW|hoofd|nom|zonder-n|dim",
|
63 |
+
"TW|hoofd|prenom|stan",
|
64 |
+
"TW|hoofd|vrij",
|
65 |
+
"TW|rang|nom|mv-n",
|
66 |
+
"TW|rang|nom|zonder-n",
|
67 |
+
"TW|rang|prenom|stan",
|
68 |
+
"VG|neven",
|
69 |
+
"VG|onder",
|
70 |
+
"VNW|aanw|adv-pron|obl|vol|3o|getal",
|
71 |
+
"VNW|aanw|adv-pron|stan|red|3|getal",
|
72 |
+
"VNW|aanw|det|dat|nom|met-e|zonder-n",
|
73 |
+
"VNW|aanw|det|dat|prenom|met-e|evmo",
|
74 |
+
"VNW|aanw|det|gen|prenom|met-e|rest3",
|
75 |
+
"VNW|aanw|det|stan|nom|met-e|mv-n",
|
76 |
+
"VNW|aanw|det|stan|nom|met-e|zonder-n",
|
77 |
+
"VNW|aanw|det|stan|prenom|met-e|rest",
|
78 |
+
"VNW|aanw|det|stan|prenom|zonder|agr",
|
79 |
+
"VNW|aanw|det|stan|prenom|zonder|evon",
|
80 |
+
"VNW|aanw|det|stan|prenom|zonder|rest",
|
81 |
+
"VNW|aanw|det|stan|vrij|zonder",
|
82 |
+
"VNW|aanw|pron|gen|vol|3m|ev",
|
83 |
+
"VNW|aanw|pron|stan|vol|3o|ev",
|
84 |
+
"VNW|aanw|pron|stan|vol|3|getal",
|
85 |
+
"VNW|betr|det|stan|nom|met-e|zonder-n",
|
86 |
+
"VNW|betr|det|stan|nom|zonder|zonder-n",
|
87 |
+
"VNW|betr|pron|stan|vol|3|ev",
|
88 |
+
"VNW|betr|pron|stan|vol|persoon|getal",
|
89 |
+
"VNW|bez|det|gen|vol|3|ev|prenom|met-e|rest3",
|
90 |
+
"VNW|bez|det|stan|nadr|2v|mv|prenom|zonder|agr",
|
91 |
+
"VNW|bez|det|stan|red|1|ev|prenom|zonder|agr",
|
92 |
+
"VNW|bez|det|stan|red|2v|ev|prenom|zonder|agr",
|
93 |
+
"VNW|bez|det|stan|red|3|ev|prenom|zonder|agr",
|
94 |
+
"VNW|bez|det|stan|vol|1|ev|prenom|met-e|rest",
|
95 |
+
"VNW|bez|det|stan|vol|1|ev|prenom|zonder|agr",
|
96 |
+
"VNW|bez|det|stan|vol|1|mv|prenom|met-e|rest",
|
97 |
+
"VNW|bez|det|stan|vol|1|mv|prenom|zonder|evon",
|
98 |
+
"VNW|bez|det|stan|vol|2v|ev|prenom|zonder|agr",
|
99 |
+
"VNW|bez|det|stan|vol|2|getal|prenom|zonder|agr",
|
100 |
+
"VNW|bez|det|stan|vol|3m|ev|nom|met-e|zonder-n",
|
101 |
+
"VNW|bez|det|stan|vol|3m|ev|prenom|met-e|rest",
|
102 |
+
"VNW|bez|det|stan|vol|3p|mv|prenom|met-e|rest",
|
103 |
+
"VNW|bez|det|stan|vol|3v|ev|nom|met-e|zonder-n",
|
104 |
+
"VNW|bez|det|stan|vol|3v|ev|prenom|met-e|rest",
|
105 |
+
"VNW|bez|det|stan|vol|3|ev|prenom|zonder|agr",
|
106 |
+
"VNW|bez|det|stan|vol|3|mv|prenom|zonder|agr",
|
107 |
+
"VNW|excl|pron|stan|vol|3|getal",
|
108 |
+
"VNW|onbep|adv-pron|gen|red|3|getal",
|
109 |
+
"VNW|onbep|adv-pron|obl|vol|3o|getal",
|
110 |
+
"VNW|onbep|det|stan|nom|met-e|mv-n",
|
111 |
+
"VNW|onbep|det|stan|nom|met-e|zonder-n",
|
112 |
+
"VNW|onbep|det|stan|nom|zonder|zonder-n",
|
113 |
+
"VNW|onbep|det|stan|prenom|met-e|agr",
|
114 |
+
"VNW|onbep|det|stan|prenom|met-e|evz",
|
115 |
+
"VNW|onbep|det|stan|prenom|met-e|mv",
|
116 |
+
"VNW|onbep|det|stan|prenom|met-e|rest",
|
117 |
+
"VNW|onbep|det|stan|prenom|zonder|agr",
|
118 |
+
"VNW|onbep|det|stan|prenom|zonder|evon",
|
119 |
+
"VNW|onbep|det|stan|vrij|zonder",
|
120 |
+
"VNW|onbep|grad|gen|nom|met-e|mv-n|basis",
|
121 |
+
"VNW|onbep|grad|stan|nom|met-e|mv-n|basis",
|
122 |
+
"VNW|onbep|grad|stan|nom|met-e|mv-n|sup",
|
123 |
+
"VNW|onbep|grad|stan|nom|met-e|zonder-n|basis",
|
124 |
+
"VNW|onbep|grad|stan|nom|met-e|zonder-n|sup",
|
125 |
+
"VNW|onbep|grad|stan|prenom|met-e|agr|basis",
|
126 |
+
"VNW|onbep|grad|stan|prenom|met-e|agr|comp",
|
127 |
+
"VNW|onbep|grad|stan|prenom|met-e|agr|sup",
|
128 |
+
"VNW|onbep|grad|stan|prenom|met-e|mv|basis",
|
129 |
+
"VNW|onbep|grad|stan|prenom|zonder|agr|basis",
|
130 |
+
"VNW|onbep|grad|stan|prenom|zonder|agr|comp",
|
131 |
+
"VNW|onbep|grad|stan|vrij|zonder|basis",
|
132 |
+
"VNW|onbep|grad|stan|vrij|zonder|comp",
|
133 |
+
"VNW|onbep|grad|stan|vrij|zonder|sup",
|
134 |
+
"VNW|onbep|pron|gen|vol|3p|ev",
|
135 |
+
"VNW|onbep|pron|stan|vol|3o|ev",
|
136 |
+
"VNW|onbep|pron|stan|vol|3p|ev",
|
137 |
+
"VNW|pers|pron|gen|vol|2|getal",
|
138 |
+
"VNW|pers|pron|nomin|nadr|3m|ev|masc",
|
139 |
+
"VNW|pers|pron|nomin|nadr|3v|ev|fem",
|
140 |
+
"VNW|pers|pron|nomin|red|1|mv",
|
141 |
+
"VNW|pers|pron|nomin|red|2v|ev",
|
142 |
+
"VNW|pers|pron|nomin|red|2|getal",
|
143 |
+
"VNW|pers|pron|nomin|red|3p|ev|masc",
|
144 |
+
"VNW|pers|pron|nomin|red|3|ev|masc",
|
145 |
+
"VNW|pers|pron|nomin|vol|1|ev",
|
146 |
+
"VNW|pers|pron|nomin|vol|1|mv",
|
147 |
+
"VNW|pers|pron|nomin|vol|2b|getal",
|
148 |
+
"VNW|pers|pron|nomin|vol|2v|ev",
|
149 |
+
"VNW|pers|pron|nomin|vol|2|getal",
|
150 |
+
"VNW|pers|pron|nomin|vol|3p|mv",
|
151 |
+
"VNW|pers|pron|nomin|vol|3v|ev|fem",
|
152 |
+
"VNW|pers|pron|nomin|vol|3|ev|masc",
|
153 |
+
"VNW|pers|pron|obl|nadr|3m|ev|masc",
|
154 |
+
"VNW|pers|pron|obl|red|3|ev|masc",
|
155 |
+
"VNW|pers|pron|obl|vol|2v|ev",
|
156 |
+
"VNW|pers|pron|obl|vol|3p|mv",
|
157 |
+
"VNW|pers|pron|obl|vol|3|ev|masc",
|
158 |
+
"VNW|pers|pron|obl|vol|3|getal|fem",
|
159 |
+
"VNW|pers|pron|stan|nadr|2v|mv",
|
160 |
+
"VNW|pers|pron|stan|red|3|ev|fem",
|
161 |
+
"VNW|pers|pron|stan|red|3|ev|onz",
|
162 |
+
"VNW|pers|pron|stan|red|3|mv",
|
163 |
+
"VNW|pr|pron|obl|nadr|1|ev",
|
164 |
+
"VNW|pr|pron|obl|nadr|2v|getal",
|
165 |
+
"VNW|pr|pron|obl|nadr|2|getal",
|
166 |
+
"VNW|pr|pron|obl|red|1|ev",
|
167 |
+
"VNW|pr|pron|obl|red|2v|getal",
|
168 |
+
"VNW|pr|pron|obl|vol|1|ev",
|
169 |
+
"VNW|pr|pron|obl|vol|1|mv",
|
170 |
+
"VNW|pr|pron|obl|vol|2|getal",
|
171 |
+
"VNW|recip|pron|gen|vol|persoon|mv",
|
172 |
+
"VNW|recip|pron|obl|vol|persoon|mv",
|
173 |
+
"VNW|refl|pron|obl|nadr|3|getal",
|
174 |
+
"VNW|refl|pron|obl|red|3|getal",
|
175 |
+
"VNW|vb|adv-pron|obl|vol|3o|getal",
|
176 |
+
"VNW|vb|det|stan|nom|met-e|zonder-n",
|
177 |
+
"VNW|vb|det|stan|prenom|met-e|rest",
|
178 |
+
"VNW|vb|det|stan|prenom|zonder|evon",
|
179 |
+
"VNW|vb|pron|gen|vol|3m|ev",
|
180 |
+
"VNW|vb|pron|gen|vol|3p|mv",
|
181 |
+
"VNW|vb|pron|gen|vol|3v|ev",
|
182 |
+
"VNW|vb|pron|stan|vol|3o|ev",
|
183 |
+
"VNW|vb|pron|stan|vol|3p|getal",
|
184 |
+
"VZ|fin",
|
185 |
+
"VZ|init",
|
186 |
+
"VZ|versm",
|
187 |
+
"WW|inf|nom|zonder|zonder-n",
|
188 |
+
"WW|inf|prenom|met-e",
|
189 |
+
"WW|inf|vrij|zonder",
|
190 |
+
"WW|od|nom|met-e|mv-n",
|
191 |
+
"WW|od|nom|met-e|zonder-n",
|
192 |
+
"WW|od|prenom|met-e",
|
193 |
+
"WW|od|prenom|zonder",
|
194 |
+
"WW|od|vrij|zonder",
|
195 |
+
"WW|pv|conj|ev",
|
196 |
+
"WW|pv|tgw|ev",
|
197 |
+
"WW|pv|tgw|met-t",
|
198 |
+
"WW|pv|tgw|mv",
|
199 |
+
"WW|pv|verl|ev",
|
200 |
+
"WW|pv|verl|mv",
|
201 |
+
"WW|vd|nom|met-e|mv-n",
|
202 |
+
"WW|vd|nom|met-e|zonder-n",
|
203 |
+
"WW|vd|prenom|met-e",
|
204 |
+
"WW|vd|prenom|zonder",
|
205 |
+
"WW|vd|vrij|zonder",
|
206 |
+
"_SP"
|
207 |
+
],
|
208 |
+
"neg_prefix":"!",
|
209 |
+
"overwrite":false
|
210 |
+
}
|
tagger/model
ADDED
Binary file (79.2 kB). View file
|
|
tok2vec/cfg
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
|
3 |
+
}
|
tok2vec/model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:39657b4e1a19e8f08757fc12221ede9a3823190496298bf40ef712ddb1dce8dd
|
3 |
+
size 6269370
|
tokenizer
ADDED
The diff for this file is too large to render.
See raw diff
|
|
vocab/key2row
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
�
|
vocab/lookups.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:76be8b528d0075f7aae98d6fa57a6d3c83ae480a8469e668d7b0af968995ac71
|
3 |
+
size 1
|
vocab/strings.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
vocab/vectors
ADDED
Binary file (128 Bytes). View file
|
|
vocab/vectors.cfg
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"mode":"default"
|
3 |
+
}
|