Adriane Boyd
commited on
Commit
•
b5c2f1b
1
Parent(s):
beab878
Update spaCy pipeline
Browse files- .gitattributes +3 -0
- LICENSE +428 -0
- LICENSES_SOURCES +440 -0
- README.md +127 -0
- accuracy.json +338 -0
- attribute_ruler/patterns +0 -0
- config.cfg +310 -0
- hr_core_news_sm-any-py3-none-any.whl +3 -0
- lemmatizer/cfg +1024 -0
- lemmatizer/model +0 -0
- lemmatizer/trees +0 -0
- meta.json +1923 -0
- morphologizer/cfg +0 -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 +666 -0
- tagger/model +0 -0
- tok2vec/cfg +3 -0
- tok2vec/model +3 -0
- tokenizer +3 -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
@@ -29,3 +29,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
29 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
30 |
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
31 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
29 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
30 |
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
31 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
32 |
+
hr_core_news_sm-any-py3-none-any.whl filter=lfs diff=lfs merge=lfs -text
|
33 |
+
ner/model filter=lfs diff=lfs merge=lfs -text
|
34 |
+
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,440 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Training corpus hr500k 1.0
|
2 |
+
|
3 |
+
* Author: Ljubešić, Nikola ; Agić, Željko ; Klubička, Filip ; Batanović, Vuk and Erjavec, Tomaž
|
4 |
+
* URL: http://hdl.handle.net/11356/1183
|
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 |
+
|
README.md
ADDED
@@ -0,0 +1,127 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- spacy
|
4 |
+
- token-classification
|
5 |
+
language:
|
6 |
+
- hr
|
7 |
+
license: cc-by-sa-4.0
|
8 |
+
model-index:
|
9 |
+
- name: hr_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.763016158
|
18 |
+
- name: NER Recall
|
19 |
+
type: recall
|
20 |
+
value: 0.7589285714
|
21 |
+
- name: NER F Score
|
22 |
+
type: f_score
|
23 |
+
value: 0.7609668756
|
24 |
+
- task:
|
25 |
+
name: TAG
|
26 |
+
type: token-classification
|
27 |
+
metrics:
|
28 |
+
- name: TAG (XPOS) Accuracy
|
29 |
+
type: accuracy
|
30 |
+
value: 0.9010995113
|
31 |
+
- task:
|
32 |
+
name: POS
|
33 |
+
type: token-classification
|
34 |
+
metrics:
|
35 |
+
- name: POS (UPOS) Accuracy
|
36 |
+
type: accuracy
|
37 |
+
value: 0.9664962774
|
38 |
+
- task:
|
39 |
+
name: MORPH
|
40 |
+
type: token-classification
|
41 |
+
metrics:
|
42 |
+
- name: Morph (UFeats) Accuracy
|
43 |
+
type: accuracy
|
44 |
+
value: 0.9082224876
|
45 |
+
- task:
|
46 |
+
name: LEMMA
|
47 |
+
type: token-classification
|
48 |
+
metrics:
|
49 |
+
- name: Lemma Accuracy
|
50 |
+
type: accuracy
|
51 |
+
value: 0.9187698249
|
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.8468673822
|
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.7749240891
|
66 |
+
- task:
|
67 |
+
name: SENTS
|
68 |
+
type: token-classification
|
69 |
+
metrics:
|
70 |
+
- name: Sentences F-Score
|
71 |
+
type: f_score
|
72 |
+
value: 0.9411764706
|
73 |
+
---
|
74 |
+
### Details: https://spacy.io/models/hr#hr_core_news_sm
|
75 |
+
|
76 |
+
Croatian pipeline optimized for CPU. Components: tok2vec, tagger, morphologizer, parser, lemmatizer (trainable_lemmatizer), senter, ner.
|
77 |
+
|
78 |
+
| Feature | Description |
|
79 |
+
| --- | --- |
|
80 |
+
| **Name** | `hr_core_news_sm` |
|
81 |
+
| **Version** | `3.4.0` |
|
82 |
+
| **spaCy** | `>=3.4.0,<3.5.0` |
|
83 |
+
| **Default Pipeline** | `tok2vec`, `tagger`, `morphologizer`, `parser`, `lemmatizer`, `attribute_ruler`, `ner` |
|
84 |
+
| **Components** | `tok2vec`, `tagger`, `morphologizer`, `parser`, `lemmatizer`, `senter`, `attribute_ruler`, `ner` |
|
85 |
+
| **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
|
86 |
+
| **Sources** | [Training corpus hr500k 1.0](http://hdl.handle.net/11356/1183) (Ljubešić, Nikola ; Agić, Željko ; Klubička, Filip ; Batanović, Vuk and Erjavec, Tomaž) |
|
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 (1518 labels for 4 components)</summary>
|
95 |
+
|
96 |
+
| Component | Labels |
|
97 |
+
| --- | --- |
|
98 |
+
| **`tagger`** | `Agcfpay`, `Agcfpdy`, `Agcfpgy`, `Agcfpiy`, `Agcfply`, `Agcfpny`, `Agcfsay`, `Agcfsdy`, `Agcfsgy`, `Agcfsiy`, `Agcfsly`, `Agcfsny`, `Agcmpay`, `Agcmpgy`, `Agcmpiy`, `Agcmpny`, `Agcmsany`, `Agcmsay`, `Agcmsayn`, `Agcmsdy`, `Agcmsgy`, `Agcmsiy`, `Agcmsly`, `Agcmsny`, `Agcnpay`, `Agcnpdy`, `Agcnpgy`, `Agcnpny`, `Agcnsay`, `Agcnsdy`, `Agcnsgy`, `Agcnsiy`, `Agcnsly`, `Agcnsny`, `Agpfpay`, `Agpfpdy`, `Agpfpgy`, `Agpfpiy`, `Agpfply`, `Agpfpny`, `Agpfsay`, `Agpfsdy`, `Agpfsgy`, `Agpfsin`, `Agpfsiy`, `Agpfsly`, `Agpfsny`, `Agpfsvy`, `Agpmpay`, `Agpmpdy`, `Agpmpgy`, `Agpmpiy`, `Agpmply`, `Agpmpny`, `Agpmsan`, `Agpmsann`, `Agpmsany`, `Agpmsay`, `Agpmsayn`, `Agpmsayy`, `Agpmsdy`, `Agpmsgn`, `Agpmsgy`, `Agpmsiy`, `Agpmsln`, `Agpmsly`, `Agpmsnn`, `Agpmsny`, `Agpmsvy`, `Agpnpay`, `Agpnpdy`, `Agpnpgy`, `Agpnpiy`, `Agpnply`, `Agpnpny`, `Agpnsay`, `Agpnsdy`, `Agpnsgn`, `Agpnsgy`, `Agpnsiy`, `Agpnsln`, `Agpnsly`, `Agpnsny`, `Agsfpay`, `Agsfpdy`, `Agsfpgy`, `Agsfpiy`, `Agsfply`, `Agsfpny`, `Agsfsay`, `Agsfsdy`, `Agsfsgy`, `Agsfsiy`, `Agsfsly`, `Agsfsny`, `Agsmpay`, `Agsmpdy`, `Agsmpgy`, `Agsmpiy`, `Agsmply`, `Agsmpny`, `Agsmsany`, `Agsmsayn`, `Agsmsayy`, `Agsmsdy`, `Agsmsgy`, `Agsmsiy`, `Agsmsly`, `Agsmsny`, `Agsnpay`, `Agsnpgy`, `Agsnply`, `Agsnpny`, `Agsnsay`, `Agsnsdy`, `Agsnsgy`, `Agsnsiy`, `Agsnsly`, `Agsnsny`, `Appfpay`, `Appfpdy`, `Appfpgy`, `Appfpiy`, `Appfply`, `Appfpny`, `Appfsay`, `Appfsgy`, `Appfsiy`, `Appfsly`, `Appfsny`, `Appmpay`, `Appmpdy`, `Appmpgy`, `Appmpiy`, `Appmply`, `Appmpny`, `Appmsann`, `Appmsany`, `Appmsayn`, `Appmsayy`, `Appmsdy`, `Appmsgn`, `Appmsgy`, `Appmsiy`, `Appmsly`, `Appmsnn`, `Appmsny`, `Appnpay`, `Appnpdy`, `Appnpgy`, `Appnpiy`, `Appnply`, `Appnpny`, `Appnsay`, `Appnsgy`, `Appnsly`, `Appnsny`, `Aspfpay`, `Aspfpgy`, `Aspfpiy`, `Aspfply`, `Aspfpny`, `Aspfsay`, `Aspfsdy`, `Aspfsgy`, `Aspfsly`, `Aspfsny`, `Aspmpay`, `Aspmpgy`, `Aspmply`, `Aspmpny`, `Aspmsayn`, `Aspmsayy`, `Aspmsdn`, `Aspmsdy`, `Aspmsgn`, `Aspmsgy`, `Aspmsiy`, `Aspmsln`, `Aspmsly`, `Aspmsnn`, `Aspnpay`, `Aspnpgy`, `Aspnpny`, `Aspnsay`, `Aspnsgn`, `Aspnsgy`, `Aspnsln`, `Aspnsly`, `Aspnsny`, `Cc`, `Cs`, `I`, `Mdc`, `Mdm`, `Mdo`, `Mds`, `Mlc`, `Mlc--g`, `Mlc--i`, `Mlc--l`, `Mlcf-a`, `Mlcf-d`, `Mlcf-g`, `Mlcf-n`, `Mlcfsa`, `Mlcfsd`, `Mlcfsg`, `Mlcfsi`, `Mlcfsl`, `Mlcfsn`, `Mlcm-a`, `Mlcm-g`, `Mlcm-l`, `Mlcm-n`, `Mlcmpn`, `Mlcmsan`, `Mlcmsay`, `Mlcmsg`, `Mlcmsi`, `Mlcmsl`, `Mlcmsn`, `Mlcn-n`, `Mlcnsa`, `Mlcnsg`, `Mlcnsn`, `Mlofpa`, `Mlofpd`, `Mlofpg`, `Mlofpi`, `Mlofpl`, `Mlofpn`, `Mlofsa`, `Mlofsd`, `Mlofsg`, `Mlofsi`, `Mlofsl`, `Mlofsn`, `Mlompa`, `Mlompd`, `Mlompg`, `Mlompi`, `Mlompl`, `Mlompn`, `Mlomsan`, `Mlomsay`, `Mlomsd`, `Mlomsg`, `Mlomsi`, `Mlomsl`, `Mlomsn`, `Mlonpa`, `Mlonpg`, `Mlonpl`, `Mlonpn`, `Mlonsa`, `Mlonsd`, `Mlonsg`, `Mlonsi`, `Mlonsl`, `Mlonsn`, `Mls`, `Mlsf-a`, `Mlsf-g`, `Mlsf-i`, `Mlsf-l`, `Mlsf-n`, `Mlsm-a`, `Mlsm-g`, `Mlsm-l`, `Mlsm-n`, `Mlsmpn`, `Mlsn-n`, `Mrc`, `Mro`, `Ncfpa`, `Ncfpd`, `Ncfpg`, `Ncfpi`, `Ncfpl`, `Ncfpn`, `Ncfpv`, `Ncfsa`, `Ncfsd`, `Ncfsg`, `Ncfsi`, `Ncfsl`, `Ncfsn`, `Ncfsv`, `Ncmpa`, `Ncmpd`, `Ncmpg`, `Ncmpi`, `Ncmpl`, `Ncmpn`, `Ncmpv`, `Ncmsan`, `Ncmsay`, `Ncmsd`, `Ncmsg`, `Ncmsi`, `Ncmsl`, `Ncmsn`, `Ncmsv`, `Ncnpa`, `Ncnpd`, `Ncnpg`, `Ncnpi`, `Ncnpl`, `Ncnpn`, `Ncnsa`, `Ncnsd`, `Ncnsg`, `Ncnsi`, `Ncnsl`, `Ncnsn`, `Ncnsv`, `Npfpa`, `Npfpg`, `Npfpl`, `Npfpn`, `Npfsa`, `Npfsd`, `Npfsg`, `Npfsi`, `Npfsl`, `Npfsn`, `Npmpa`, `Npmpd`, `Npmpg`, `Npmpi`, `Npmpl`, `Npmpn`, `Npmsan`, `Npmsay`, `Npmsd`, `Npmsg`, `Npmsi`, `Npmsl`, `Npmsn`, `Npmsv`, `Npnpg`, `Npnpn`, `Npnsa`, `Npnsd`, `Npnsg`, `Npnsi`, `Npnsl`, `Npnsn`, `Pd-fpa`, `Pd-fpd`, `Pd-fpg`, `Pd-fpi`, `Pd-fpl`, `Pd-fpn`, `Pd-fsa`, `Pd-fsd`, `Pd-fsg`, `Pd-fsi`, `Pd-fsl`, `Pd-fsn`, `Pd-mpa`, `Pd-mpd`, `Pd-mpg`, `Pd-mpi`, `Pd-mpl`, `Pd-mpn`, `Pd-msan`, `Pd-msay`, `Pd-msd`, `Pd-msg`, `Pd-msi`, `Pd-msl`, `Pd-msn`, `Pd-npa`, `Pd-npg`, `Pd-npi`, `Pd-npn`, `Pd-nsa`, `Pd-nsd`, `Pd-nsg`, `Pd-nsi`, `Pd-nsl`, `Pd-nsn`, `Pi-fpa`, `Pi-fpd`, `Pi-fpg`, `Pi-fpi`, `Pi-fpl`, `Pi-fpn`, `Pi-fsa`, `Pi-fsd`, `Pi-fsg`, `Pi-fsi`, `Pi-fsl`, `Pi-fsn`, `Pi-mpa`, `Pi-mpd`, `Pi-mpg`, `Pi-mpi`, `Pi-mpl`, `Pi-mpn`, `Pi-msan`, `Pi-msay`, `Pi-msd`, `Pi-msg`, `Pi-msi`, `Pi-msl`, `Pi-msn`, `Pi-npa`, `Pi-npd`, `Pi-npg`, `Pi-npi`, `Pi-npl`, `Pi-npn`, `Pi-nsa`, `Pi-nsd`, `Pi-nsg`, `Pi-nsi`, `Pi-nsl`, `Pi-nsn`, `Pi3m-a`, `Pi3m-d`, `Pi3m-g`, `Pi3m-i`, `Pi3m-n`, `Pi3n-a`, `Pi3n-d`, `Pi3n-g`, `Pi3n-i`, `Pi3n-l`, `Pi3n-n`, `Pp1-pa`, `Pp1-pd`, `Pp1-pg`, `Pp1-pi`, `Pp1-pl`, `Pp1-pn`, `Pp1-sa`, `Pp1-sd`, `Pp1-sg`, `Pp1-si`, `Pp1-sl`, `Pp1-sn`, `Pp2-pa`, `Pp2-pd`, `Pp2-pl`, `Pp2-pn`, `Pp2-sa`, `Pp2-sd`, `Pp2-sg`, `Pp2-sl`, `Pp2-sn`, `Pp3-pa`, `Pp3-pd`, `Pp3-pg`, `Pp3-pi`, `Pp3-pl`, `Pp3fpn`, `Pp3fsa`, `Pp3fsd`, `Pp3fsg`, `Pp3fsi`, `Pp3fsl`, `Pp3fsn`, `Pp3mpn`, `Pp3msa`, `Pp3msd`, `Pp3msg`, `Pp3msi`, `Pp3msl`, `Pp3msn`, `Pp3npn`, `Pp3nsa`, `Pp3nsi`, `Pp3nsn`, `Pq-fpa`, `Pq-fpn`, `Pq-fsa`, `Pq-fsi`, `Pq-fsl`, `Pq-fsn`, `Pq-mpn`, `Pq-msn`, `Pq-nsn`, `Pq3m-d`, `Pq3m-n`, `Pq3n-a`, `Pq3n-l`, `Pq3n-n`, `Ps1fpa`, `Ps1fpg`, `Ps1fpl`, `Ps1fpn`, `Ps1fsa`, `Ps1fsd`, `Ps1fsg`, `Ps1fsi`, `Ps1fsl`, `Ps1fsn`, _(truncated: full list in pipeline meta)_ |
|
99 |
+
| **`morphologizer`** | `Case=Nom\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Case=Loc\|POS=ADP`, `Case=Loc\|Gender=Neut\|Number=Sing\|POS=PROPN`, `Case=Ins\|POS=ADP`, `Case=Ins\|Gender=Neut\|Number=Sing\|POS=NOUN`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=PROPN`, `Degree=Pos\|POS=ADV`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Animacy=Inan\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Case=Loc\|Gender=Neut\|Number=Sing\|POS=NOUN`, `Case=Gen\|Definite=Def\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Gen\|Gender=Fem\|Number=Plur\|POS=NOUN`, `POS=PUNCT`, `POS=PART`, `Case=Loc\|Gender=Masc\|Number=Sing\|POS=NOUN`, `POS=SCONJ`, `Case=Nom\|Definite=Def\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Case=Acc\|Gender=Neut\|Number=Plur\|POS=NOUN`, `Case=Acc\|POS=PRON\|PronType=Prs\|Reflex=Yes`, `Case=Gen\|Gender=Neut\|Number=Sing\|POS=NOUN`, `Case=Gen\|Gender=Neut\|Number=Sing\|Number[psor]=Plur\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `POS=CCONJ`, `Case=Gen\|POS=ADP`, `Case=Dat\|Gender=Neut\|Number=Sing\|POS=NOUN`, `Case=Gen\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=NOUN`, `POS=VERB\|VerbForm=Inf`, `Case=Acc\|Definite=Def\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Case=Nom\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `POS=PART\|Polarity=Neg`, `Case=Acc\|Gender=Neut\|POS=PRON\|PronType=Neg`, `Case=Ins\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Degree=Pos\|POS=ADV\|PronType=Dem`, `Degree=Cmp\|POS=ADV`, `Case=Acc\|POS=ADP`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Case=Nom\|Gender=Masc\|NumType=Card\|Number=Sing\|POS=NUM`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Nom\|Gender=Masc\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=1\|Poss=Yes\|PronType=Prs`, `Gender=Masc\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Loc\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Case=Nom\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs`, `NumType=Ord\|POS=ADJ`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=1\|Tense=Pres\|VerbForm=Fin`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Case=Acc\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Nom\|Definite=Def\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Nom\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Gender=Fem\|Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Animacy=Inan\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Dem`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=3\|Polarity=Neg\|Tense=Pres\|VerbForm=Fin`, `Gender=Neut\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Loc\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Loc\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Case=Nom\|Definite=Def\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ\|VerbForm=Part\|Voice=Pass`, `Case=Gen\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Nom\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Int,Rel`, `Case=Nom\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Nom\|Gender=Neut\|POS=PRON\|PronType=Int,Rel`, `Case=Gen\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Gen\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Case=Nom\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=NOUN`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=1\|Tense=Pres\|VerbForm=Fin`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=NOUN`, `Case=Nom\|Definite=Def\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Gender=Fem\|Number=Plur\|POS=AUX\|Tense=Past\|VerbForm=Part\|Voice=Act`, `NumType=Card\|POS=NUM`, `Case=Gen\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ\|VerbForm=Part\|Voice=Pass`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Int,Rel`, `Gender=Fem\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Loc\|Definite=Def\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Loc\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Case=Gen\|Definite=Def\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Animacy=Inan\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Case=Acc\|Definite=Def\|Degree=Cmp\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Dem`, `Gender=Masc\|Number=Sing\|POS=AUX\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Nom\|Definite=Ind\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ\|VerbForm=Part\|Voice=Pass`, `Animacy=Inan\|Case=Acc\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Case=Loc\|Definite=Def\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Degree=Pos\|POS=ADV\|PronType=Int,Rel`, `Gender=Neut\|Number=Sing\|POS=AUX\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Loc\|Gender=Neut\|Number=Plur\|POS=NOUN`, `Case=Nom\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Int,Rel`, `Case=Nom\|Definite=Def\|Degree=Pos\|Gender=Neut\|Number=Plur\|POS=ADJ\|VerbForm=Part\|Voice=Pass`, `Case=Nom\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Nom\|Gender=Neut\|Number=Plur\|POS=NOUN`, `Case=Gen\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Gen\|Definite=Def\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Nom\|Definite=Def\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ\|VerbForm=Part\|Voice=Pass`, `Mood=Cnd\|Number=Plur\|POS=AUX\|Person=3\|Tense=Past\|VerbForm=Fin`, `Case=Nom\|Definite=Def\|Degree=Cmp\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Gender=Masc\|Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Gen\|Definite=Def\|Degree=Cmp\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=3\|Polarity=Neg\|Tense=Pres\|VerbForm=Fin`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Int,Rel`, `Case=Acc\|Definite=Def\|Degree=Cmp\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Int,Rel`, `Case=Nom\|Definite=Ind\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Loc\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Int,Rel`, `Case=Dat\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Case=Loc\|Gender=Neut\|Gender[psor]=Masc,Neut\|Number=Plur\|Number[psor]=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Loc\|Definite=Def\|Degree=Pos\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Case=Dat\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Dat\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Case=Acc\|Definite=Def\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Mood=Cnd\|Number=Sing\|POS=AUX\|Person=3\|Tense=Past\|VerbForm=Fin`, `Case=Loc\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Dem`, `POS=X`, `Case=Nom\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ\|VerbForm=Part\|Voice=Pass`, `Case=Loc\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Loc\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Int,Rel`, `Case=Loc\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Tot`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Tot`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Int,Rel`, `Case=Nom\|Gender=Masc\|Number=Sing\|Number[psor]=Plur\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Animacy=Anim\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Case=Nom\|Definite=Def\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ\|VerbForm=Part\|Voice=Pass`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Int,Rel`, `Case=Nom\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Int,Rel`, `Case=Gen\|Gender=Fem\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Case=Loc\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Int,Rel`, `Case=Nom\|Definite=Def\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ\|Poss=Yes`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=2\|Tense=Pres\|VerbForm=Fin`, `Case=Acc\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Animacy=Inan\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Int,Rel`, `Case=Loc\|Gender=Fem\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Case=Acc\|Definite=Def\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Loc\|Definite=Def\|Degree=Sup\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Gen\|Definite=Def\|Degree=Sup\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Tense=Pres\|VerbForm=Fin`, `Case=Loc\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Loc\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Ins\|Definite=Def\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Ins\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Case=Dat\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Case=Nom\|Definite=Ind\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ\|Poss=Yes`, `Case=Gen\|Gender=Neut\|Gender[psor]=Masc,Neut\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Ins\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Animacy=Anim\|Case=Acc\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Animacy=Anim\|Case=Acc\|Gender=Masc\|NumType=Card\|Number=Sing\|POS=NUM`, `Animacy=Anim\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Case=Nom\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=1\|Tense=Pres\|VerbForm=Fin`, `POS=AUX\|VerbForm=Inf`, `Case=Loc\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Case=Gen\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Ins\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Gender=Fem\|Number=Sing\|POS=AUX\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Ins\|Definite=Def\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Ins\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Ins\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Degree=Pos\|POS=ADV\|PronType=Ind`, `Animacy=Inan\|Case=Acc\|Definite=Ind\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Acc\|Definite=Def\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ\|Poss=Yes`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Degree=Pos\|POS=ADV\|PronType=Neg`, `Animacy=Inan\|Case=Acc\|Gender=Masc\|NumType=Card\|Number=Sing\|POS=NUM`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Case=Acc\|Gender=Neut\|Gender[psor]=Masc,Neut\|Number=Plur\|Number[psor]=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Nom\|Gender=Fem\|Gender[psor]=Masc,Neut\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Ins\|Definite=Def\|Degree=Cmp\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Acc\|Definite=Def\|Degree=Pos\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Dat\|Definite=Def\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Dat\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Case=Nom\|Definite=Def\|Degree=Pos\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Case=Loc\|Gender=Neut\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Case=Nom\|Gender=Masc\|POS=PRON\|PronType=Neg`, `Case=Gen\|Definite=Def\|Degree=Pos\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Case=Gen\|Gender=Neut\|Number=Plur\|POS=NOUN`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Tot`, `Mood=Cnd\|Number=Plur\|POS=AUX\|Person=1\|Tense=Past\|VerbForm=Fin`, `Case=Dat\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Nom\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Loc\|Gender=Masc\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=1\|Poss=Yes\|PronType=Prs`, `Case=Dat\|Definite=Def\|Degree=Cmp\|Gender=Fem\|Number=Sing\|POS=ADJ`, `POS=NOUN`, `Case=Voc\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Case=Gen\|Gender=Neut\|Number=Sing\|POS=PROPN`, `Case=Ins\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Loc\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Int,Rel`, `Case=Acc\|Gender=Masc\|Gender[psor]=Fem\|Number=Plur\|Number[psor]=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Ins\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Acc\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Loc\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Loc\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Loc\|Gender=Masc\|Number=Plur\|Number[psor]=Plur\|POS=DET\|Person=1\|Poss=Yes\|PronType=Prs`, `Case=Nom\|Gender=Fem\|Number=Sing\|Number[psor]=Plur\|POS=DET\|Person=1\|Poss=Yes\|PronType=Prs`, `Case=Nom\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Nom\|Gender=Fem\|NumType=Card\|Number=Plur\|POS=NUM`, `Case=Dat\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Tot`, `Case=Acc\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Loc\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Int,Rel`, `Case=Dat\|Gender=Fem\|Number=Sing\|Number[psor]=Plur\|POS=DET\|Person=1\|Poss=Yes\|PronType=Prs`, `Case=Nom\|Number=Plur\|POS=PRON\|Person=2\|PronType=Prs`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Case=Loc\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Int,Rel`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=2\|Tense=Pres\|VerbForm=Fin`, `Case=Ins\|Gender=Masc\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Case=Dat\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Dat\|Gender=Fem\|Number=Plur\|POS=NOUN`, `POS=SPACE`, `Mood=Cnd\|Number=Sing\|POS=AUX\|Person=1\|Tense=Past\|VerbForm=Fin`, `Case=Loc\|Gender=Masc\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Case=Nom\|Gender=Masc\|Number=Sing\|Number[psor]=Plur\|POS=DET\|Person=1\|Poss=Yes\|PronType=Prs`, `Case=Acc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Gen\|Gender=Fem\|Number=Plur\|Number[psor]=Plur\|POS=DET\|Person=1\|Poss=Yes\|PronType=Prs`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=1\|Polarity=Neg\|Tense=Pres\|VerbForm=Fin`, `Case=Nom\|Definite=Def\|Degree=Cmp\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Nom\|Gender=Fem\|Gender[psor]=Fem\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Loc\|Definite=Def\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Nom\|Gender=Masc\|POS=PRON\|PronType=Ind`, `Case=Acc\|Definite=Def\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ\|VerbForm=Part\|Voice=Pass`, `Case=Nom\|Gender=Neut\|Number=Sing\|Number[psor]=Plur\|POS=DET\|Person=2\|Poss=Yes\|PronType=Prs`, `Case=Loc\|Gender=Neut\|Number=Sing\|Number[psor]=Plur\|POS=DET\|Person=2\|Poss=Yes\|PronType=Prs`, `Case=Dat\|Definite=Def\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Gen\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Dem`, `Animacy=Inan\|Case=Acc\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Ins\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ\|VerbForm=Part\|Voice=Pass`, `Case=Dat\|Gender=Masc\|POS=PRON\|PronType=Neg`, `Case=Ins\|Gender=Neut\|POS=PRON\|PronType=Int,Rel`, `Case=Dat\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Dat\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ\|VerbForm=Part\|Voice=Pass`, `Case=Acc\|Gender=Neut\|Number=Sing\|Number[psor]=Plur\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Animacy=Anim\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Int,Rel`, `Case=Dat\|POS=ADP`, `Degree=Sup\|POS=ADV`, `Case=Ins\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Int,Rel`, `POS=ADV\|Tense=Pres\|VerbForm=Conv`, `Case=Ins\|POS=PRON\|PronType=Prs\|Reflex=Yes`, `Case=Loc\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Int,Rel`, `Case=Loc\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Gender=Neut\|Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Nom\|Gender=Neut\|NumType=Card\|Number=Plur\|POS=NUM`, `Case=Gen\|Definite=Def\|Degree=Pos\|Gender=Neut\|Number=Plur\|POS=ADJ\|VerbForm=Part\|Voice=Pass`, `Case=Loc\|Gender=Fem\|Gender[psor]=Fem\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Ins\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Gen\|Degree=Pos\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Case=Ins\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ\|Poss=Yes`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Gen\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ\|Poss=Yes`, `Case=Acc\|Gender=Fem\|NumType=Card\|Number=Plur\|POS=NUM`, `Case=Nom\|Gender=Fem\|Number=Plur\|POS=PROPN`, `Case=Ins\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Gen\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Int,Rel`, `Case=Nom\|Gender=Fem\|NumType=Card\|Number=Sing\|POS=NUM`, `NumType=Mult\|POS=NUM`, `Case=Acc\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Ins\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Int,Rel`, `Case=Gen\|Gender=Fem\|NumType=Mult\|POS=NUM`, `Case=Acc\|Gender=Neut\|POS=PRON\|PronType=Int,Rel`, `Animacy=Inan\|Case=Acc\|Definite=Def\|Degree=Cmp\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Nom\|Gender=Fem\|NumType=Mult\|POS=NUM`, `Case=Ins\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Int,Rel`, `Case=Loc\|Gender=Neut\|Number=Sing\|Number[psor]=Plur\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Gen\|Gender=Fem\|NumType=Card\|Number=Plur\|POS=NUM`, `Case=Gen\|Gender=Masc\|Number=Plur\|POS=PROPN`, `Case=Nom\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Dat\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Acc\|Gender=Fem\|Number=Sing\|Number[psor]=Plur\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Gen\|Definite=Def\|Degree=Cmp\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Ins\|Gender=Neut\|Number=Sing\|POS=PROPN`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=PROPN`, `Case=Dat\|Gender=Masc\|Gender[psor]=Fem\|Number=Plur\|Number[psor]=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Animacy=Inan\|Case=Acc\|Gender=Masc\|Number=Sing\|Number[psor]=Plur\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Gen\|Gender=Masc\|NumType=Card\|Number=Sing\|POS=NUM`, `Case=Loc\|Gender=Neut\|POS=PRON\|PronType=Int,Rel`, `Animacy=Anim\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Ind`, `Case=Acc\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ\|VerbForm=Part\|Voice=Pass`, `Animacy=Inan\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Tot`, `Case=Ins\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ\|VerbForm=Part\|Voice=Pass`, `POS=ADV\|Tense=Past\|VerbForm=Conv`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Int,Rel`, `Case=Gen\|Gender=Fem\|Number=Sing\|Number[psor]=Plur\|POS=DET\|Person=1\|Poss=Yes\|PronType=Prs`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Case=Nom\|Definite=Def\|Degree=Cmp\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Nom\|Gender=Masc\|POS=PRON\|PronType=Int,Rel`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Int,Rel`, `Case=Gen\|Definite=Def\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ\|Poss=Yes`, `Case=Ins\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Ins\|Gender=Neut\|Number=Plur\|POS=NOUN`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Int,Rel`, `Case=Gen\|Gender=Masc\|Gender[psor]=Masc,Neut\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Loc\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ\|VerbForm=Part\|Voice=Pass`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Acc\|Definite=Def\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ\|VerbForm=Part\|Voice=Pass`, `Case=Gen\|Definite=Def\|Degree=Cmp\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Ins\|Gender=Masc\|NumType=Card\|Number=Sing\|POS=NUM`, `Case=Ins\|Definite=Def\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Dat\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Int,Rel`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Tot`, `Case=Gen\|Definite=Def\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ\|VerbForm=Part\|Voice=Pass`, `Case=Nom\|Definite=Def\|Degree=Sup\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Gen\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Ins\|Gender=Fem\|NumType=Card\|Number=Sing\|POS=NUM`, `Degree=Pos\|POS=ADV\|PronType=Tot`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Dat\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Gen\|Gender=Neut\|NumType=Card\|Number=Sing\|POS=NUM`, `Gender=Masc\|Number=Plur\|POS=AUX\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Int,Rel`, `Case=Ins\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Int,Rel`, `Case=Nom\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Loc\|Gender=Fem\|Gender[psor]=Masc,Neut\|Number=Plur\|Number[psor]=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Ins\|Definite=Def\|Degree=Sup\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Gen\|Definite=Def\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ\|VerbForm=Part\|Voice=Pass`, `Case=Gen\|Gender=Fem\|Gender[psor]=Fem\|Number=Plur\|Number[psor]=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Dat\|Definite=Def\|Degree=Pos\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Case=Dat\|Gender=Neut\|Number=Plur\|POS=NOUN`, `Case=Dat\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Dat\|Definite=Def\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Loc\|Gender=Fem\|Gender[psor]=Masc,Neut\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Ins\|Gender=Fem\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Case=Ins\|Definite=Def\|Degree=Sup\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Nom\|Gender=Neut\|POS=PRON\|PronType=Neg`, `Case=Gen\|Gender=Masc\|NumType=Mult\|POS=NUM`, `Case=Ins\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Int,Rel`, `Animacy=Inan\|Case=Acc\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ\|VerbForm=Part\|Voice=Pass`, `Case=Gen\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Acc\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Nom\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Gender=Neut\|Number=Plur\|POS=AUX\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Ins\|Definite=Def\|Degree=Cmp\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Nom\|Gender=Fem\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=1\|Poss=Yes\|PronType=Prs`, `Case=Ins\|Definite=Def\|Degree=Pos\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Case=Loc\|Gender=Masc\|NumType=Card\|Number=Sing\|POS=NUM`, `Case=Gen\|Gender=Fem\|Number=Plur\|Number[psor]=Plur\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Nom\|Definite=Def\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ\|Poss=Yes`, `Mood=Imp\|Number=Plur\|POS=VERB\|Person=2\|VerbForm=Fin`, `Case=Ins\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Int,Rel`, `Case=Gen\|Gender=Neut\|Gender[psor]=Masc,Neut\|Number=Plur\|Number[psor]=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Gen\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Int,Rel`, `Case=Ins\|Definite=Def\|Degree=Pos\|Gender=Neut\|Number=Plur\|POS=ADJ\|VerbForm=Part\|Voice=Pass`, `Case=Loc\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Ind`, `Case=Ins\|Definite=Def\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ\|VerbForm=Part\|Voice=Pass`, `Case=Loc\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Gen\|Gender=Fem\|Number=Plur\|POS=PROPN`, `Case=Nom\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Loc\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Gen\|Gender=Fem\|Gender[psor]=Masc,Neut\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Ins\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=PROPN`, `Case=Acc\|Gender=Neut\|POS=PRON\|PronType=Ind`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Int,Rel`, `Case=Loc\|Definite=Def\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ\|Poss=Yes`, `Case=Ins\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Dat\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Int,Rel`, `Case=Dat\|Gender=Neut\|Number=Sing\|POS=PROPN`, `Case=Acc\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Int,Rel`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Tot`, `Case=Gen\|Definite=Def\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ\|Poss=Yes`, `Case=Dat\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Int,Rel`, `Case=Gen\|Gender=Masc\|Gender[psor]=Fem\|Number=Plur\|Number[psor]=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `NumType=Mult\|POS=SYM`, `Case=Loc\|Definite=Def\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ\|VerbForm=Part\|Voice=Pass`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Case=Nom\|Gender=Masc\|Gender[psor]=Fem\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Nom\|Gender=Masc\|Gender[psor]=Masc,Neut\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Dat\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ\|Poss=Yes`, `Case=Gen\|Definite=Def\|Degree=Pos\|Gender=Neut\|Number=Plur\|POS=ADJ\|Poss=Yes`, `Animacy=Anim\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Case=Nom\|Definite=Def\|Degree=Cmp\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Acc\|Gender=Masc\|NumType=Card\|Number=Plur\|POS=NUM`, `Case=Gen\|Definite=Def\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ\|VerbForm=Part\|Voice=Pass`, `Case=Loc\|Gender=Masc\|Gender[psor]=Masc,Neut\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Loc\|Definite=Def\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ\|VerbForm=Part\|Voice=Pass`, `Case=Acc\|Gender=Neut\|Number=Plur\|Number[psor]=Plur\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Gen\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ\|VerbForm=Part\|Voice=Pass`, `Case=Ins\|Gender=Masc\|Number=Plur\|POS=PROPN`, `Case=Loc\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Nom\|Gender=Neut\|NumType=Card\|Number=Sing\|POS=NUM`, `Case=Ins\|Gender=Masc\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Case=Gen\|Definite=Def\|Degree=Sup\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Gen\|Gender=Masc\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=PROPN`, `Case=Loc\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Tot`, `Case=Loc\|Definite=Def\|Degree=Sup\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Gen\|Gender=Neut\|Number=Sing\|Number[psor]=Plur\|POS=DET\|Person=1\|Poss=Yes\|PronType=Prs`, `Case=Ins\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Int,Rel`, `Case=Dat\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Int,Rel`, `Case=Acc\|Definite=Def\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ\|Poss=Yes`, `Case=Loc\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Acc\|Gender=Fem\|NumType=Card\|Number=Sing\|POS=NUM`, `Case=Dat\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Gen\|Gender=Neut\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Case=Loc\|Definite=Def\|Degree=Pos\|Gender=Neut\|Number=Plur\|POS=ADJ\|VerbForm=Part\|Voice=Pass`, `Case=Acc\|Definite=Def\|Degree=Sup\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Dat\|Definite=Def\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ\|Poss=Yes`, `Case=Nom\|Gender=Masc\|Number=Plur\|Number[psor]=Plur\|POS=DET\|Person=1\|Poss=Yes\|PronType=Prs`, `Case=Gen\|Gender=Fem\|NumType=Card\|Number=Sing\|POS=NUM`, `Case=Nom\|Definite=Def\|Degree=Sup\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Mood=Cnd\|Number=Sing\|POS=AUX\|Person=2\|Tense=Past\|VerbForm=Fin`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Ind`, `Case=Dat\|Gender=Masc\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Case=Gen\|Definite=Def\|Degree=Cmp\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Dat\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Gen\|Definite=Def\|Degree=Sup\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Ind`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Neg`, `Case=Loc\|Definite=Def\|Degree=Sup\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Dat\|Gender=Masc\|Number=Plur\|Number[psor]=Plur\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `POS=SYM`, `Case=Ins\|Definite=Def\|Degree=Cmp\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Nom\|Gender=Masc\|Gender[psor]=Masc,Neut\|Number=Plur\|Number[psor]=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Gen\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Gen\|Gender=Fem\|Number=Sing\|Number[psor]=Plur\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Dat\|Gender=Fem\|Gender[psor]=Masc,Neut\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Gen\|Definite=Def\|Degree=Sup\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Gen\|Definite=Def\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ\|Poss=Yes`, `Case=Gen\|Gender=Fem\|Gender[psor]=Masc,Neut\|Number=Plur\|Number[psor]=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Animacy=Anim\|Case=Acc\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ\|VerbForm=Part\|Voice=Pass`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Dat\|Gender=Masc\|Gender[psor]=Fem\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Loc\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Nom\|Gender=Neut\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Gen\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Tot`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Int,Rel`, `Case=Ins\|Definite=Def\|Degree=Cmp\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Dat\|Gender=Masc\|Number=Plur\|POS=PROPN`, `Case=Acc\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Loc\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Gen\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Tot`, `Case=Nom\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ\|VerbForm=Part\|Voice=Pass`, `Case=Nom\|Definite=Def\|Degree=Sup\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Gen\|Gender=Masc\|Number=Sing\|Number[psor]=Plur\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Gen\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ\|Poss=Yes`, `Case=Gen\|Definite=Def\|Degree=Sup\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Case=Gen\|Gender=Neut\|Gender[psor]=Fem\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Ins\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Gen\|Gender=Masc\|Gender[psor]=Masc,Neut\|Number=Plur\|Number[psor]=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Gen\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=1\|Polarity=Neg\|Tense=Pres\|VerbForm=Fin`, `Case=Ins\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Acc\|Definite=Def\|Degree=Sup\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Dat\|Gender=Fem\|NumType=Card\|Number=Sing\|POS=NUM`, `Case=Gen\|Gender=Neut\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Case=Acc\|Gender=Neut\|Gender[psor]=Fem\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Acc\|Gender=Fem\|Number=Plur\|Number[psor]=Plur\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Gen\|NumType=Card\|Number=Plur\|POS=NUM`, `Animacy=Anim\|Case=Acc\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Dat\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ\|VerbForm=Part\|Voice=Pass`, `Animacy=Inan\|Case=Acc\|Gender=Masc\|Gender[psor]=Masc,Neut\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Acc\|Gender=Masc\|Gender[psor]=Masc,Neut\|Number=Plur\|Number[psor]=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Nom\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ\|Poss=Yes`, `Case=Acc\|Definite=Def\|Degree=Cmp\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Animacy=Inan\|Case=Acc\|Definite=Def\|Degree=Sup\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Animacy=Anim\|Case=Acc\|Definite=Def\|Degree=Sup\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Gen\|Definite=Ind\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Animacy=Inan\|Case=Acc\|Gender=Masc\|Gender[psor]=Fem\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Loc\|Definite=Def\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ\|VerbForm=Part\|Voice=Pass`, `Case=Gen\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Ind`, `Animacy=Anim\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Tot`, `Case=Nom\|Gender=Masc\|Number=Plur\|Number[psor]=Plur\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Acc\|Gender=Fem\|Gender[psor]=Fem\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Ins\|Definite=Def\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ\|VerbForm=Part\|Voice=Pass`, `Case=Loc\|POS=PRON\|PronType=Prs\|Reflex=Yes`, `Case=Loc\|Definite=Def\|Degree=Cmp\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Nom\|Definite=Def\|Degree=Cmp\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Acc\|Definite=Def\|Degree=Cmp\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Dat\|Definite=Def\|Degree=Cmp\|Gender=Masc\|Number=Sing\|POS=ADJ`, _(truncated: full list in pipeline meta)_ |
|
100 |
+
| **`parser`** | `ROOT`, `acl`, `advcl`, `advmod`, `advmod:emph`, `amod`, `appos`, `aux`, `aux:pass`, `case`, `cc`, `ccomp`, `compound`, `conj`, `cop`, `csubj`, `csubj:pass`, `dep`, `det`, `discourse`, `expl:pv`, `fixed`, `flat`, `flat:foreign`, `goeswith`, `iobj`, `mark`, `nmod`, `nsubj`, `nsubj:pass`, `nummod`, `obj`, `obl`, `orphan`, `parataxis`, `punct`, `xcomp` |
|
101 |
+
| **`ner`** | `DERIV_PER`, `LOC`, `MISC`, `ORG`, `PER` |
|
102 |
+
|
103 |
+
</details>
|
104 |
+
|
105 |
+
### Accuracy
|
106 |
+
|
107 |
+
| Type | Score |
|
108 |
+
| --- | --- |
|
109 |
+
| `TOKEN_ACC` | 99.94 |
|
110 |
+
| `TOKEN_P` | 97.28 |
|
111 |
+
| `TOKEN_R` | 98.71 |
|
112 |
+
| `TOKEN_F` | 97.99 |
|
113 |
+
| `TAG_ACC` | 90.11 |
|
114 |
+
| `POS_ACC` | 96.65 |
|
115 |
+
| `MORPH_ACC` | 90.82 |
|
116 |
+
| `MORPH_MICRO_P` | 94.83 |
|
117 |
+
| `MORPH_MICRO_R` | 94.32 |
|
118 |
+
| `MORPH_MICRO_F` | 94.57 |
|
119 |
+
| `SENTS_P` | 94.23 |
|
120 |
+
| `SENTS_R` | 94.00 |
|
121 |
+
| `SENTS_F` | 94.12 |
|
122 |
+
| `DEP_UAS` | 84.69 |
|
123 |
+
| `DEP_LAS` | 77.49 |
|
124 |
+
| `LEMMA_ACC` | 91.88 |
|
125 |
+
| `ENTS_P` | 76.30 |
|
126 |
+
| `ENTS_R` | 75.89 |
|
127 |
+
| `ENTS_F` | 76.10 |
|
accuracy.json
ADDED
@@ -0,0 +1,338 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"token_acc": 0.9994249569,
|
3 |
+
"token_p": 0.9727969349,
|
4 |
+
"token_r": 0.9870598689,
|
5 |
+
"token_f": 0.9798765024,
|
6 |
+
"tag_acc": 0.9010995113,
|
7 |
+
"pos_acc": 0.9664962774,
|
8 |
+
"morph_acc": 0.9082224876,
|
9 |
+
"morph_micro_p": 0.9482693597,
|
10 |
+
"morph_micro_r": 0.9431512701,
|
11 |
+
"morph_micro_f": 0.9457033903,
|
12 |
+
"morph_per_feat": {
|
13 |
+
"Case": {
|
14 |
+
"p": 0.9151417465,
|
15 |
+
"r": 0.912891327,
|
16 |
+
"f": 0.9140151515
|
17 |
+
},
|
18 |
+
"Gender": {
|
19 |
+
"p": 0.9411377114,
|
20 |
+
"r": 0.9390751698,
|
21 |
+
"f": 0.9401053093
|
22 |
+
},
|
23 |
+
"Number": {
|
24 |
+
"p": 0.9582948884,
|
25 |
+
"r": 0.9555616892,
|
26 |
+
"f": 0.9569263371
|
27 |
+
},
|
28 |
+
"Mood": {
|
29 |
+
"p": 0.976945245,
|
30 |
+
"r": 0.97582038,
|
31 |
+
"f": 0.9763824885
|
32 |
+
},
|
33 |
+
"Person": {
|
34 |
+
"p": 0.9779147406,
|
35 |
+
"r": 0.9714285714,
|
36 |
+
"f": 0.9746608651
|
37 |
+
},
|
38 |
+
"Tense": {
|
39 |
+
"p": 0.9789296249,
|
40 |
+
"r": 0.9801687764,
|
41 |
+
"f": 0.9795488088
|
42 |
+
},
|
43 |
+
"VerbForm": {
|
44 |
+
"p": 0.9686639118,
|
45 |
+
"r": 0.9656711294,
|
46 |
+
"f": 0.9671652054
|
47 |
+
},
|
48 |
+
"Definite": {
|
49 |
+
"p": 0.9547073791,
|
50 |
+
"r": 0.9365951073,
|
51 |
+
"f": 0.9455645161
|
52 |
+
},
|
53 |
+
"Degree": {
|
54 |
+
"p": 0.9628024558,
|
55 |
+
"r": 0.9548710602,
|
56 |
+
"f": 0.9588203561
|
57 |
+
},
|
58 |
+
"PronType": {
|
59 |
+
"p": 0.9832073887,
|
60 |
+
"r": 0.9742096506,
|
61 |
+
"f": 0.9786878395
|
62 |
+
},
|
63 |
+
"Reflex": {
|
64 |
+
"p": 0.9900990099,
|
65 |
+
"r": 1.0,
|
66 |
+
"f": 0.9950248756
|
67 |
+
},
|
68 |
+
"Animacy": {
|
69 |
+
"p": 0.8333333333,
|
70 |
+
"r": 0.7326732673,
|
71 |
+
"f": 0.779768177
|
72 |
+
},
|
73 |
+
"Polarity": {
|
74 |
+
"p": 0.992481203,
|
75 |
+
"r": 0.992481203,
|
76 |
+
"f": 0.992481203
|
77 |
+
},
|
78 |
+
"Voice": {
|
79 |
+
"p": 0.9459459459,
|
80 |
+
"r": 0.9375,
|
81 |
+
"f": 0.9417040359
|
82 |
+
},
|
83 |
+
"Poss": {
|
84 |
+
"p": 0.9508196721,
|
85 |
+
"r": 0.8446601942,
|
86 |
+
"f": 0.8946015424
|
87 |
+
},
|
88 |
+
"NumType": {
|
89 |
+
"p": 0.9530864198,
|
90 |
+
"r": 0.965,
|
91 |
+
"f": 0.9590062112
|
92 |
+
},
|
93 |
+
"Gender[psor]": {
|
94 |
+
"p": 0.9666666667,
|
95 |
+
"r": 0.9666666667,
|
96 |
+
"f": 0.9666666667
|
97 |
+
},
|
98 |
+
"Number[psor]": {
|
99 |
+
"p": 0.9871794872,
|
100 |
+
"r": 0.9166666667,
|
101 |
+
"f": 0.950617284
|
102 |
+
}
|
103 |
+
},
|
104 |
+
"sents_p": 0.9423076923,
|
105 |
+
"sents_r": 0.9400479616,
|
106 |
+
"sents_f": 0.9411764706,
|
107 |
+
"dep_uas": 0.8468673822,
|
108 |
+
"dep_las": 0.7749240891,
|
109 |
+
"dep_las_per_type": {
|
110 |
+
"discourse": {
|
111 |
+
"p": 0.5617283951,
|
112 |
+
"r": 0.5055555556,
|
113 |
+
"f": 0.5321637427
|
114 |
+
},
|
115 |
+
"case": {
|
116 |
+
"p": 0.9401805869,
|
117 |
+
"r": 0.9439093484,
|
118 |
+
"f": 0.9420412779
|
119 |
+
},
|
120 |
+
"obl": {
|
121 |
+
"p": 0.7178349601,
|
122 |
+
"r": 0.7191111111,
|
123 |
+
"f": 0.7184724689
|
124 |
+
},
|
125 |
+
"nsubj": {
|
126 |
+
"p": 0.771123872,
|
127 |
+
"r": 0.7755775578,
|
128 |
+
"f": 0.7733443028
|
129 |
+
},
|
130 |
+
"root": {
|
131 |
+
"p": 0.8689903846,
|
132 |
+
"r": 0.8669064748,
|
133 |
+
"f": 0.8679471789
|
134 |
+
},
|
135 |
+
"mark": {
|
136 |
+
"p": 0.8403361345,
|
137 |
+
"r": 0.8547008547,
|
138 |
+
"f": 0.8474576271
|
139 |
+
},
|
140 |
+
"cop": {
|
141 |
+
"p": 0.6308139535,
|
142 |
+
"r": 0.6910828025,
|
143 |
+
"f": 0.6595744681
|
144 |
+
},
|
145 |
+
"amod": {
|
146 |
+
"p": 0.8869720405,
|
147 |
+
"r": 0.893349311,
|
148 |
+
"f": 0.8901492537
|
149 |
+
},
|
150 |
+
"expl:pv": {
|
151 |
+
"p": 0.7233009709,
|
152 |
+
"r": 0.8465909091,
|
153 |
+
"f": 0.780104712
|
154 |
+
},
|
155 |
+
"acl": {
|
156 |
+
"p": 0.6479750779,
|
157 |
+
"r": 0.5994236311,
|
158 |
+
"f": 0.622754491
|
159 |
+
},
|
160 |
+
"ccomp": {
|
161 |
+
"p": 0.7692307692,
|
162 |
+
"r": 0.8333333333,
|
163 |
+
"f": 0.8
|
164 |
+
},
|
165 |
+
"cc": {
|
166 |
+
"p": 0.8035190616,
|
167 |
+
"r": 0.8340943683,
|
168 |
+
"f": 0.8185212845
|
169 |
+
},
|
170 |
+
"advmod": {
|
171 |
+
"p": 0.7285513361,
|
172 |
+
"r": 0.7410586552,
|
173 |
+
"f": 0.734751773
|
174 |
+
},
|
175 |
+
"conj": {
|
176 |
+
"p": 0.5658362989,
|
177 |
+
"r": 0.5910780669,
|
178 |
+
"f": 0.5781818182
|
179 |
+
},
|
180 |
+
"advcl": {
|
181 |
+
"p": 0.4339622642,
|
182 |
+
"r": 0.4156626506,
|
183 |
+
"f": 0.4246153846
|
184 |
+
},
|
185 |
+
"obj": {
|
186 |
+
"p": 0.7556109726,
|
187 |
+
"r": 0.7283653846,
|
188 |
+
"f": 0.7417380661
|
189 |
+
},
|
190 |
+
"aux": {
|
191 |
+
"p": 0.9164179104,
|
192 |
+
"r": 0.8924418605,
|
193 |
+
"f": 0.9042709867
|
194 |
+
},
|
195 |
+
"parataxis": {
|
196 |
+
"p": 0.5329949239,
|
197 |
+
"r": 0.5,
|
198 |
+
"f": 0.515970516
|
199 |
+
},
|
200 |
+
"nmod": {
|
201 |
+
"p": 0.755,
|
202 |
+
"r": 0.7901162791,
|
203 |
+
"f": 0.7721590909
|
204 |
+
},
|
205 |
+
"det": {
|
206 |
+
"p": 0.8699690402,
|
207 |
+
"r": 0.8289085546,
|
208 |
+
"f": 0.8489425982
|
209 |
+
},
|
210 |
+
"advmod:emph": {
|
211 |
+
"p": 0.0,
|
212 |
+
"r": 0.0,
|
213 |
+
"f": 0.0
|
214 |
+
},
|
215 |
+
"nsubj:pass": {
|
216 |
+
"p": 0.3684210526,
|
217 |
+
"r": 0.35,
|
218 |
+
"f": 0.358974359
|
219 |
+
},
|
220 |
+
"appos": {
|
221 |
+
"p": 0.6097560976,
|
222 |
+
"r": 0.572519084,
|
223 |
+
"f": 0.5905511811
|
224 |
+
},
|
225 |
+
"nummod": {
|
226 |
+
"p": 0.8063380282,
|
227 |
+
"r": 0.8035087719,
|
228 |
+
"f": 0.8049209139
|
229 |
+
},
|
230 |
+
"aux:pass": {
|
231 |
+
"p": 0.6022727273,
|
232 |
+
"r": 0.630952381,
|
233 |
+
"f": 0.6162790698
|
234 |
+
},
|
235 |
+
"flat": {
|
236 |
+
"p": 0.7336244541,
|
237 |
+
"r": 0.8115942029,
|
238 |
+
"f": 0.7706422018
|
239 |
+
},
|
240 |
+
"compound": {
|
241 |
+
"p": 0.479338843,
|
242 |
+
"r": 0.3052631579,
|
243 |
+
"f": 0.3729903537
|
244 |
+
},
|
245 |
+
"iobj": {
|
246 |
+
"p": 0.425,
|
247 |
+
"r": 0.2786885246,
|
248 |
+
"f": 0.3366336634
|
249 |
+
},
|
250 |
+
"xcomp": {
|
251 |
+
"p": 0.8076923077,
|
252 |
+
"r": 0.8171206226,
|
253 |
+
"f": 0.8123791103
|
254 |
+
},
|
255 |
+
"csubj": {
|
256 |
+
"p": 0.5384615385,
|
257 |
+
"r": 0.5185185185,
|
258 |
+
"f": 0.5283018868
|
259 |
+
},
|
260 |
+
"goeswith": {
|
261 |
+
"p": 0.0,
|
262 |
+
"r": 0.0,
|
263 |
+
"f": 0.0
|
264 |
+
},
|
265 |
+
"fixed": {
|
266 |
+
"p": 0.5098039216,
|
267 |
+
"r": 0.4905660377,
|
268 |
+
"f": 0.5
|
269 |
+
},
|
270 |
+
"dep": {
|
271 |
+
"p": 0.0,
|
272 |
+
"r": 0.0,
|
273 |
+
"f": 0.0
|
274 |
+
},
|
275 |
+
"csubj:pass": {
|
276 |
+
"p": 1.0,
|
277 |
+
"r": 0.25,
|
278 |
+
"f": 0.4
|
279 |
+
},
|
280 |
+
"orphan": {
|
281 |
+
"p": 0.3,
|
282 |
+
"r": 0.1578947368,
|
283 |
+
"f": 0.2068965517
|
284 |
+
},
|
285 |
+
"expl": {
|
286 |
+
"p": 0.0,
|
287 |
+
"r": 0.0,
|
288 |
+
"f": 0.0
|
289 |
+
},
|
290 |
+
"flat:foreign": {
|
291 |
+
"p": 0.6666666667,
|
292 |
+
"r": 0.4,
|
293 |
+
"f": 0.5
|
294 |
+
},
|
295 |
+
"list": {
|
296 |
+
"p": 0.0,
|
297 |
+
"r": 0.0,
|
298 |
+
"f": 0.0
|
299 |
+
},
|
300 |
+
"vocative": {
|
301 |
+
"p": 0.0,
|
302 |
+
"r": 0.0,
|
303 |
+
"f": 0.0
|
304 |
+
}
|
305 |
+
},
|
306 |
+
"lemma_acc": 0.9187698249,
|
307 |
+
"ents_p": 0.763016158,
|
308 |
+
"ents_r": 0.7589285714,
|
309 |
+
"ents_f": 0.7609668756,
|
310 |
+
"ents_per_type": {
|
311 |
+
"LOC": {
|
312 |
+
"p": 0.8368421053,
|
313 |
+
"r": 0.848,
|
314 |
+
"f": 0.842384106
|
315 |
+
},
|
316 |
+
"DERIV_PER": {
|
317 |
+
"p": 0.6153846154,
|
318 |
+
"r": 0.4705882353,
|
319 |
+
"f": 0.5333333333
|
320 |
+
},
|
321 |
+
"ORG": {
|
322 |
+
"p": 0.6861111111,
|
323 |
+
"r": 0.715942029,
|
324 |
+
"f": 0.7007092199
|
325 |
+
},
|
326 |
+
"PER": {
|
327 |
+
"p": 0.8184931507,
|
328 |
+
"r": 0.8445229682,
|
329 |
+
"f": 0.8313043478
|
330 |
+
},
|
331 |
+
"MISC": {
|
332 |
+
"p": 0.5507246377,
|
333 |
+
"r": 0.38,
|
334 |
+
"f": 0.449704142
|
335 |
+
}
|
336 |
+
},
|
337 |
+
"speed": 8900.8287549458
|
338 |
+
}
|
attribute_ruler/patterns
ADDED
Binary file (123 Bytes). View file
|
|
config.cfg
ADDED
@@ -0,0 +1,310 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 = "hr"
|
13 |
+
pipeline = ["tok2vec","tagger","morphologizer","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 |
+
overwrite = true
|
50 |
+
scorer = {"@scorers":"spacy.morphologizer_scorer.v1"}
|
51 |
+
|
52 |
+
[components.morphologizer.model]
|
53 |
+
@architectures = "spacy.Tagger.v2"
|
54 |
+
nO = null
|
55 |
+
normalize = false
|
56 |
+
|
57 |
+
[components.morphologizer.model.tok2vec]
|
58 |
+
@architectures = "spacy.Tok2VecListener.v1"
|
59 |
+
width = ${components.tok2vec.model.encode:width}
|
60 |
+
upstream = "tok2vec"
|
61 |
+
|
62 |
+
[components.ner]
|
63 |
+
factory = "ner"
|
64 |
+
incorrect_spans_key = null
|
65 |
+
moves = null
|
66 |
+
scorer = {"@scorers":"spacy.ner_scorer.v1"}
|
67 |
+
update_with_oracle_cut_size = 100
|
68 |
+
|
69 |
+
[components.ner.model]
|
70 |
+
@architectures = "spacy.TransitionBasedParser.v2"
|
71 |
+
state_type = "ner"
|
72 |
+
extra_state_tokens = false
|
73 |
+
hidden_width = 64
|
74 |
+
maxout_pieces = 2
|
75 |
+
use_upper = true
|
76 |
+
nO = null
|
77 |
+
|
78 |
+
[components.ner.model.tok2vec]
|
79 |
+
@architectures = "spacy.Tok2Vec.v2"
|
80 |
+
|
81 |
+
[components.ner.model.tok2vec.embed]
|
82 |
+
@architectures = "spacy.MultiHashEmbed.v2"
|
83 |
+
width = 96
|
84 |
+
attrs = ["NORM","PREFIX","SUFFIX","SHAPE","SPACY"]
|
85 |
+
rows = [5000,1000,2500,2500,50]
|
86 |
+
include_static_vectors = false
|
87 |
+
|
88 |
+
[components.ner.model.tok2vec.encode]
|
89 |
+
@architectures = "spacy.MaxoutWindowEncoder.v2"
|
90 |
+
width = 96
|
91 |
+
depth = 4
|
92 |
+
window_size = 1
|
93 |
+
maxout_pieces = 3
|
94 |
+
|
95 |
+
[components.parser]
|
96 |
+
factory = "parser"
|
97 |
+
learn_tokens = false
|
98 |
+
min_action_freq = 30
|
99 |
+
moves = null
|
100 |
+
scorer = {"@scorers":"spacy.parser_scorer.v1"}
|
101 |
+
update_with_oracle_cut_size = 100
|
102 |
+
|
103 |
+
[components.parser.model]
|
104 |
+
@architectures = "spacy.TransitionBasedParser.v2"
|
105 |
+
state_type = "parser"
|
106 |
+
extra_state_tokens = false
|
107 |
+
hidden_width = 64
|
108 |
+
maxout_pieces = 2
|
109 |
+
use_upper = true
|
110 |
+
nO = null
|
111 |
+
|
112 |
+
[components.parser.model.tok2vec]
|
113 |
+
@architectures = "spacy.Tok2VecListener.v1"
|
114 |
+
width = ${components.tok2vec.model.encode:width}
|
115 |
+
upstream = "tok2vec"
|
116 |
+
|
117 |
+
[components.senter]
|
118 |
+
factory = "senter"
|
119 |
+
overwrite = false
|
120 |
+
scorer = {"@scorers":"spacy.senter_scorer.v1"}
|
121 |
+
|
122 |
+
[components.senter.model]
|
123 |
+
@architectures = "spacy.Tagger.v2"
|
124 |
+
nO = null
|
125 |
+
normalize = false
|
126 |
+
|
127 |
+
[components.senter.model.tok2vec]
|
128 |
+
@architectures = "spacy.Tok2Vec.v2"
|
129 |
+
|
130 |
+
[components.senter.model.tok2vec.embed]
|
131 |
+
@architectures = "spacy.MultiHashEmbed.v2"
|
132 |
+
width = 16
|
133 |
+
attrs = ["NORM","PREFIX","SUFFIX","SHAPE","SPACY"]
|
134 |
+
rows = [1000,500,500,500,50]
|
135 |
+
include_static_vectors = false
|
136 |
+
|
137 |
+
[components.senter.model.tok2vec.encode]
|
138 |
+
@architectures = "spacy.MaxoutWindowEncoder.v2"
|
139 |
+
width = 16
|
140 |
+
depth = 2
|
141 |
+
window_size = 1
|
142 |
+
maxout_pieces = 2
|
143 |
+
|
144 |
+
[components.tagger]
|
145 |
+
factory = "tagger"
|
146 |
+
neg_prefix = "!"
|
147 |
+
overwrite = false
|
148 |
+
scorer = {"@scorers":"spacy.tagger_scorer.v1"}
|
149 |
+
|
150 |
+
[components.tagger.model]
|
151 |
+
@architectures = "spacy.Tagger.v2"
|
152 |
+
nO = null
|
153 |
+
normalize = false
|
154 |
+
|
155 |
+
[components.tagger.model.tok2vec]
|
156 |
+
@architectures = "spacy.Tok2VecListener.v1"
|
157 |
+
width = ${components.tok2vec.model.encode:width}
|
158 |
+
upstream = "tok2vec"
|
159 |
+
|
160 |
+
[components.tok2vec]
|
161 |
+
factory = "tok2vec"
|
162 |
+
|
163 |
+
[components.tok2vec.model]
|
164 |
+
@architectures = "spacy.Tok2Vec.v2"
|
165 |
+
|
166 |
+
[components.tok2vec.model.embed]
|
167 |
+
@architectures = "spacy.MultiHashEmbed.v2"
|
168 |
+
width = ${components.tok2vec.model.encode:width}
|
169 |
+
attrs = ["NORM","PREFIX","SUFFIX","SHAPE","SPACY"]
|
170 |
+
rows = [5000,1000,2500,2500,50]
|
171 |
+
include_static_vectors = false
|
172 |
+
|
173 |
+
[components.tok2vec.model.encode]
|
174 |
+
@architectures = "spacy.MaxoutWindowEncoder.v2"
|
175 |
+
width = 96
|
176 |
+
depth = 4
|
177 |
+
window_size = 1
|
178 |
+
maxout_pieces = 3
|
179 |
+
|
180 |
+
[corpora]
|
181 |
+
|
182 |
+
[corpora.dev]
|
183 |
+
@readers = "spacy.Corpus.v1"
|
184 |
+
path = ${paths.dev}
|
185 |
+
gold_preproc = false
|
186 |
+
max_length = 0
|
187 |
+
limit = 0
|
188 |
+
augmenter = null
|
189 |
+
|
190 |
+
[corpora.train]
|
191 |
+
@readers = "spacy.Corpus.v1"
|
192 |
+
path = ${paths.train}
|
193 |
+
gold_preproc = false
|
194 |
+
max_length = 0
|
195 |
+
limit = 0
|
196 |
+
augmenter = null
|
197 |
+
|
198 |
+
[training]
|
199 |
+
train_corpus = "corpora.train"
|
200 |
+
dev_corpus = "corpora.dev"
|
201 |
+
seed = ${system:seed}
|
202 |
+
gpu_allocator = ${system:gpu_allocator}
|
203 |
+
dropout = 0.1
|
204 |
+
accumulate_gradient = 1
|
205 |
+
patience = 5000
|
206 |
+
max_epochs = 0
|
207 |
+
max_steps = 100000
|
208 |
+
eval_frequency = 1000
|
209 |
+
frozen_components = []
|
210 |
+
before_to_disk = null
|
211 |
+
annotating_components = []
|
212 |
+
|
213 |
+
[training.batcher]
|
214 |
+
@batchers = "spacy.batch_by_words.v1"
|
215 |
+
discard_oversize = false
|
216 |
+
tolerance = 0.2
|
217 |
+
get_length = null
|
218 |
+
|
219 |
+
[training.batcher.size]
|
220 |
+
@schedules = "compounding.v1"
|
221 |
+
start = 100
|
222 |
+
stop = 1000
|
223 |
+
compound = 1.001
|
224 |
+
t = 0.0
|
225 |
+
|
226 |
+
[training.logger]
|
227 |
+
@loggers = "spacy.ConsoleLogger.v1"
|
228 |
+
progress_bar = false
|
229 |
+
|
230 |
+
[training.optimizer]
|
231 |
+
@optimizers = "Adam.v1"
|
232 |
+
beta1 = 0.9
|
233 |
+
beta2 = 0.999
|
234 |
+
L2_is_weight_decay = true
|
235 |
+
L2 = 0.01
|
236 |
+
grad_clip = 1.0
|
237 |
+
use_averages = true
|
238 |
+
eps = 0.00000001
|
239 |
+
learn_rate = 0.001
|
240 |
+
|
241 |
+
[training.score_weights]
|
242 |
+
tag_acc = 0.1
|
243 |
+
pos_acc = 0.1
|
244 |
+
morph_acc = 0.09
|
245 |
+
morph_per_feat = null
|
246 |
+
dep_uas = 0.0
|
247 |
+
dep_las = 0.29
|
248 |
+
dep_las_per_type = null
|
249 |
+
sents_p = null
|
250 |
+
sents_r = null
|
251 |
+
sents_f = 0.04
|
252 |
+
lemma_acc = 0.1
|
253 |
+
ents_f = 0.29
|
254 |
+
ents_p = 0.0
|
255 |
+
ents_r = 0.0
|
256 |
+
ents_per_type = null
|
257 |
+
speed = 0.0
|
258 |
+
|
259 |
+
[pretraining]
|
260 |
+
|
261 |
+
[initialize]
|
262 |
+
vocab_data = null
|
263 |
+
vectors = ${paths.vectors}
|
264 |
+
init_tok2vec = ${paths.init_tok2vec}
|
265 |
+
before_init = null
|
266 |
+
after_init = null
|
267 |
+
|
268 |
+
[initialize.components]
|
269 |
+
|
270 |
+
[initialize.components.lemmatizer]
|
271 |
+
|
272 |
+
[initialize.components.lemmatizer.labels]
|
273 |
+
@readers = "spacy.read_labels.v1"
|
274 |
+
path = "corpus/labels/trainable_lemmatizer.json"
|
275 |
+
require = false
|
276 |
+
|
277 |
+
[initialize.components.morphologizer]
|
278 |
+
|
279 |
+
[initialize.components.morphologizer.labels]
|
280 |
+
@readers = "spacy.read_labels.v1"
|
281 |
+
path = "corpus/labels/morphologizer.json"
|
282 |
+
require = false
|
283 |
+
|
284 |
+
[initialize.components.ner]
|
285 |
+
|
286 |
+
[initialize.components.ner.labels]
|
287 |
+
@readers = "spacy.read_labels.v1"
|
288 |
+
path = "corpus/labels/ner.json"
|
289 |
+
require = false
|
290 |
+
|
291 |
+
[initialize.components.parser]
|
292 |
+
|
293 |
+
[initialize.components.parser.labels]
|
294 |
+
@readers = "spacy.read_labels.v1"
|
295 |
+
path = "corpus/labels/parser.json"
|
296 |
+
require = false
|
297 |
+
|
298 |
+
[initialize.components.tagger]
|
299 |
+
|
300 |
+
[initialize.components.tagger.labels]
|
301 |
+
@readers = "spacy.read_labels.v1"
|
302 |
+
path = "corpus/labels/tagger.json"
|
303 |
+
require = false
|
304 |
+
|
305 |
+
[initialize.lookups]
|
306 |
+
@misc = "spacy.LookupsDataLoader.v1"
|
307 |
+
lang = ${nlp.lang}
|
308 |
+
tables = []
|
309 |
+
|
310 |
+
[initialize.tokenizer]
|
hr_core_news_sm-any-py3-none-any.whl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:507189b82da89ae8314d0bd7cc27cda45690aed0163cfdc41347cec52e084b3c
|
3 |
+
size 13184009
|
lemmatizer/cfg
ADDED
@@ -0,0 +1,1024 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"labels":[
|
3 |
+
1,
|
4 |
+
3,
|
5 |
+
4,
|
6 |
+
6,
|
7 |
+
8,
|
8 |
+
10,
|
9 |
+
12,
|
10 |
+
14,
|
11 |
+
16,
|
12 |
+
18,
|
13 |
+
22,
|
14 |
+
24,
|
15 |
+
26,
|
16 |
+
28,
|
17 |
+
30,
|
18 |
+
32,
|
19 |
+
34,
|
20 |
+
36,
|
21 |
+
37,
|
22 |
+
40,
|
23 |
+
42,
|
24 |
+
44,
|
25 |
+
46,
|
26 |
+
48,
|
27 |
+
49,
|
28 |
+
52,
|
29 |
+
54,
|
30 |
+
55,
|
31 |
+
57,
|
32 |
+
60,
|
33 |
+
62,
|
34 |
+
64,
|
35 |
+
66,
|
36 |
+
68,
|
37 |
+
69,
|
38 |
+
71,
|
39 |
+
73,
|
40 |
+
74,
|
41 |
+
75,
|
42 |
+
76,
|
43 |
+
78,
|
44 |
+
79,
|
45 |
+
81,
|
46 |
+
83,
|
47 |
+
84,
|
48 |
+
86,
|
49 |
+
89,
|
50 |
+
91,
|
51 |
+
92,
|
52 |
+
94,
|
53 |
+
96,
|
54 |
+
97,
|
55 |
+
99,
|
56 |
+
102,
|
57 |
+
104,
|
58 |
+
106,
|
59 |
+
108,
|
60 |
+
109,
|
61 |
+
111,
|
62 |
+
115,
|
63 |
+
117,
|
64 |
+
119,
|
65 |
+
121,
|
66 |
+
123,
|
67 |
+
125,
|
68 |
+
126,
|
69 |
+
128,
|
70 |
+
130,
|
71 |
+
132,
|
72 |
+
134,
|
73 |
+
136,
|
74 |
+
138,
|
75 |
+
140,
|
76 |
+
142,
|
77 |
+
145,
|
78 |
+
147,
|
79 |
+
150,
|
80 |
+
152,
|
81 |
+
154,
|
82 |
+
156,
|
83 |
+
158,
|
84 |
+
160,
|
85 |
+
162,
|
86 |
+
163,
|
87 |
+
165,
|
88 |
+
169,
|
89 |
+
171,
|
90 |
+
174,
|
91 |
+
176,
|
92 |
+
179,
|
93 |
+
183,
|
94 |
+
184,
|
95 |
+
186,
|
96 |
+
189,
|
97 |
+
191,
|
98 |
+
192,
|
99 |
+
194,
|
100 |
+
196,
|
101 |
+
198,
|
102 |
+
199,
|
103 |
+
201,
|
104 |
+
202,
|
105 |
+
205,
|
106 |
+
208,
|
107 |
+
210,
|
108 |
+
212,
|
109 |
+
214,
|
110 |
+
216,
|
111 |
+
218,
|
112 |
+
219,
|
113 |
+
221,
|
114 |
+
223,
|
115 |
+
225,
|
116 |
+
227,
|
117 |
+
229,
|
118 |
+
230,
|
119 |
+
232,
|
120 |
+
234,
|
121 |
+
235,
|
122 |
+
237,
|
123 |
+
239,
|
124 |
+
241,
|
125 |
+
242,
|
126 |
+
243,
|
127 |
+
244,
|
128 |
+
246,
|
129 |
+
248,
|
130 |
+
250,
|
131 |
+
252,
|
132 |
+
253,
|
133 |
+
254,
|
134 |
+
256,
|
135 |
+
258,
|
136 |
+
262,
|
137 |
+
264,
|
138 |
+
267,
|
139 |
+
269,
|
140 |
+
271,
|
141 |
+
272,
|
142 |
+
274,
|
143 |
+
276,
|
144 |
+
279,
|
145 |
+
282,
|
146 |
+
284,
|
147 |
+
286,
|
148 |
+
288,
|
149 |
+
290,
|
150 |
+
292,
|
151 |
+
294,
|
152 |
+
298,
|
153 |
+
300,
|
154 |
+
301,
|
155 |
+
302,
|
156 |
+
304,
|
157 |
+
306,
|
158 |
+
308,
|
159 |
+
310,
|
160 |
+
311,
|
161 |
+
313,
|
162 |
+
315,
|
163 |
+
317,
|
164 |
+
318,
|
165 |
+
321,
|
166 |
+
322,
|
167 |
+
324,
|
168 |
+
326,
|
169 |
+
328,
|
170 |
+
330,
|
171 |
+
331,
|
172 |
+
333,
|
173 |
+
334,
|
174 |
+
336,
|
175 |
+
337,
|
176 |
+
338,
|
177 |
+
339,
|
178 |
+
340,
|
179 |
+
341,
|
180 |
+
343,
|
181 |
+
344,
|
182 |
+
346,
|
183 |
+
347,
|
184 |
+
350,
|
185 |
+
352,
|
186 |
+
354,
|
187 |
+
356,
|
188 |
+
357,
|
189 |
+
358,
|
190 |
+
360,
|
191 |
+
361,
|
192 |
+
362,
|
193 |
+
363,
|
194 |
+
365,
|
195 |
+
287,
|
196 |
+
367,
|
197 |
+
369,
|
198 |
+
371,
|
199 |
+
374,
|
200 |
+
376,
|
201 |
+
378,
|
202 |
+
379,
|
203 |
+
381,
|
204 |
+
384,
|
205 |
+
387,
|
206 |
+
389,
|
207 |
+
390,
|
208 |
+
392,
|
209 |
+
394,
|
210 |
+
395,
|
211 |
+
397,
|
212 |
+
400,
|
213 |
+
402,
|
214 |
+
404,
|
215 |
+
405,
|
216 |
+
407,
|
217 |
+
408,
|
218 |
+
410,
|
219 |
+
412,
|
220 |
+
414,
|
221 |
+
417,
|
222 |
+
419,
|
223 |
+
421,
|
224 |
+
422,
|
225 |
+
424,
|
226 |
+
425,
|
227 |
+
427,
|
228 |
+
429,
|
229 |
+
430,
|
230 |
+
431,
|
231 |
+
432,
|
232 |
+
434,
|
233 |
+
436,
|
234 |
+
438,
|
235 |
+
440,
|
236 |
+
442,
|
237 |
+
443,
|
238 |
+
445,
|
239 |
+
447,
|
240 |
+
448,
|
241 |
+
450,
|
242 |
+
452,
|
243 |
+
454,
|
244 |
+
456,
|
245 |
+
457,
|
246 |
+
458,
|
247 |
+
460,
|
248 |
+
461,
|
249 |
+
464,
|
250 |
+
465,
|
251 |
+
466,
|
252 |
+
467,
|
253 |
+
468,
|
254 |
+
471,
|
255 |
+
474,
|
256 |
+
475,
|
257 |
+
476,
|
258 |
+
477,
|
259 |
+
478,
|
260 |
+
479,
|
261 |
+
480,
|
262 |
+
481,
|
263 |
+
483,
|
264 |
+
484,
|
265 |
+
487,
|
266 |
+
488,
|
267 |
+
489,
|
268 |
+
490,
|
269 |
+
492,
|
270 |
+
496,
|
271 |
+
498,
|
272 |
+
499,
|
273 |
+
501,
|
274 |
+
503,
|
275 |
+
506,
|
276 |
+
507,
|
277 |
+
509,
|
278 |
+
512,
|
279 |
+
515,
|
280 |
+
516,
|
281 |
+
518,
|
282 |
+
519,
|
283 |
+
522,
|
284 |
+
526,
|
285 |
+
527,
|
286 |
+
529,
|
287 |
+
531,
|
288 |
+
534,
|
289 |
+
535,
|
290 |
+
538,
|
291 |
+
540,
|
292 |
+
542,
|
293 |
+
543,
|
294 |
+
545,
|
295 |
+
547,
|
296 |
+
549,
|
297 |
+
551,
|
298 |
+
553,
|
299 |
+
555,
|
300 |
+
557,
|
301 |
+
558,
|
302 |
+
561,
|
303 |
+
563,
|
304 |
+
564,
|
305 |
+
565,
|
306 |
+
566,
|
307 |
+
568,
|
308 |
+
569,
|
309 |
+
571,
|
310 |
+
573,
|
311 |
+
575,
|
312 |
+
577,
|
313 |
+
579,
|
314 |
+
580,
|
315 |
+
582,
|
316 |
+
584,
|
317 |
+
585,
|
318 |
+
589,
|
319 |
+
591,
|
320 |
+
594,
|
321 |
+
596,
|
322 |
+
599,
|
323 |
+
601,
|
324 |
+
602,
|
325 |
+
603,
|
326 |
+
604,
|
327 |
+
605,
|
328 |
+
606,
|
329 |
+
608,
|
330 |
+
610,
|
331 |
+
611,
|
332 |
+
613,
|
333 |
+
614,
|
334 |
+
615,
|
335 |
+
616,
|
336 |
+
617,
|
337 |
+
619,
|
338 |
+
621,
|
339 |
+
622,
|
340 |
+
624,
|
341 |
+
626,
|
342 |
+
628,
|
343 |
+
629,
|
344 |
+
630,
|
345 |
+
631,
|
346 |
+
633,
|
347 |
+
634,
|
348 |
+
635,
|
349 |
+
636,
|
350 |
+
637,
|
351 |
+
638,
|
352 |
+
642,
|
353 |
+
643,
|
354 |
+
645,
|
355 |
+
647,
|
356 |
+
648,
|
357 |
+
650,
|
358 |
+
651,
|
359 |
+
655,
|
360 |
+
656,
|
361 |
+
657,
|
362 |
+
658,
|
363 |
+
660,
|
364 |
+
662,
|
365 |
+
665,
|
366 |
+
666,
|
367 |
+
667,
|
368 |
+
668,
|
369 |
+
669,
|
370 |
+
670,
|
371 |
+
672,
|
372 |
+
673,
|
373 |
+
676,
|
374 |
+
677,
|
375 |
+
682,
|
376 |
+
684,
|
377 |
+
685,
|
378 |
+
686,
|
379 |
+
688,
|
380 |
+
689,
|
381 |
+
690,
|
382 |
+
692,
|
383 |
+
694,
|
384 |
+
697,
|
385 |
+
699,
|
386 |
+
700,
|
387 |
+
702,
|
388 |
+
703,
|
389 |
+
704,
|
390 |
+
707,
|
391 |
+
709,
|
392 |
+
710,
|
393 |
+
712,
|
394 |
+
714,
|
395 |
+
715,
|
396 |
+
717,
|
397 |
+
718,
|
398 |
+
720,
|
399 |
+
721,
|
400 |
+
723,
|
401 |
+
724,
|
402 |
+
727,
|
403 |
+
729,
|
404 |
+
731,
|
405 |
+
732,
|
406 |
+
733,
|
407 |
+
734,
|
408 |
+
735,
|
409 |
+
736,
|
410 |
+
737,
|
411 |
+
739,
|
412 |
+
740,
|
413 |
+
741,
|
414 |
+
742,
|
415 |
+
745,
|
416 |
+
747,
|
417 |
+
748,
|
418 |
+
750,
|
419 |
+
752,
|
420 |
+
757,
|
421 |
+
758,
|
422 |
+
759,
|
423 |
+
760,
|
424 |
+
762,
|
425 |
+
764,
|
426 |
+
766,
|
427 |
+
767,
|
428 |
+
769,
|
429 |
+
771,
|
430 |
+
391,
|
431 |
+
773,
|
432 |
+
774,
|
433 |
+
775,
|
434 |
+
777,
|
435 |
+
780,
|
436 |
+
782,
|
437 |
+
784,
|
438 |
+
785,
|
439 |
+
786,
|
440 |
+
788,
|
441 |
+
791,
|
442 |
+
793,
|
443 |
+
795,
|
444 |
+
797,
|
445 |
+
799,
|
446 |
+
800,
|
447 |
+
802,
|
448 |
+
804,
|
449 |
+
806,
|
450 |
+
808,
|
451 |
+
809,
|
452 |
+
810,
|
453 |
+
811,
|
454 |
+
812,
|
455 |
+
815,
|
456 |
+
817,
|
457 |
+
819,
|
458 |
+
821,
|
459 |
+
822,
|
460 |
+
824,
|
461 |
+
826,
|
462 |
+
828,
|
463 |
+
830,
|
464 |
+
832,
|
465 |
+
833,
|
466 |
+
834,
|
467 |
+
835,
|
468 |
+
836,
|
469 |
+
837,
|
470 |
+
839,
|
471 |
+
841,
|
472 |
+
843,
|
473 |
+
844,
|
474 |
+
845,
|
475 |
+
847,
|
476 |
+
848,
|
477 |
+
849,
|
478 |
+
850,
|
479 |
+
852,
|
480 |
+
853,
|
481 |
+
854,
|
482 |
+
856,
|
483 |
+
858,
|
484 |
+
860,
|
485 |
+
862,
|
486 |
+
864,
|
487 |
+
866,
|
488 |
+
867,
|
489 |
+
868,
|
490 |
+
870,
|
491 |
+
871,
|
492 |
+
873,
|
493 |
+
875,
|
494 |
+
877,
|
495 |
+
878,
|
496 |
+
880,
|
497 |
+
883,
|
498 |
+
884,
|
499 |
+
885,
|
500 |
+
887,
|
501 |
+
889,
|
502 |
+
891,
|
503 |
+
893,
|
504 |
+
895,
|
505 |
+
896,
|
506 |
+
898,
|
507 |
+
900,
|
508 |
+
902,
|
509 |
+
903,
|
510 |
+
905,
|
511 |
+
907,
|
512 |
+
909,
|
513 |
+
912,
|
514 |
+
913,
|
515 |
+
914,
|
516 |
+
916,
|
517 |
+
918,
|
518 |
+
919,
|
519 |
+
920,
|
520 |
+
921,
|
521 |
+
923,
|
522 |
+
924,
|
523 |
+
926,
|
524 |
+
928,
|
525 |
+
930,
|
526 |
+
931,
|
527 |
+
933,
|
528 |
+
934,
|
529 |
+
936,
|
530 |
+
938,
|
531 |
+
940,
|
532 |
+
941,
|
533 |
+
942,
|
534 |
+
945,
|
535 |
+
946,
|
536 |
+
948,
|
537 |
+
950,
|
538 |
+
953,
|
539 |
+
955,
|
540 |
+
958,
|
541 |
+
960,
|
542 |
+
963,
|
543 |
+
964,
|
544 |
+
965,
|
545 |
+
967,
|
546 |
+
970,
|
547 |
+
971,
|
548 |
+
972,
|
549 |
+
973,
|
550 |
+
974,
|
551 |
+
975,
|
552 |
+
976,
|
553 |
+
978,
|
554 |
+
979,
|
555 |
+
980,
|
556 |
+
982,
|
557 |
+
983,
|
558 |
+
984,
|
559 |
+
985,
|
560 |
+
987,
|
561 |
+
990,
|
562 |
+
992,
|
563 |
+
994,
|
564 |
+
996,
|
565 |
+
997,
|
566 |
+
998,
|
567 |
+
999,
|
568 |
+
1000,
|
569 |
+
1001,
|
570 |
+
1002,
|
571 |
+
1004,
|
572 |
+
1005,
|
573 |
+
1007,
|
574 |
+
1009,
|
575 |
+
1010,
|
576 |
+
1013,
|
577 |
+
1015,
|
578 |
+
1017,
|
579 |
+
1018,
|
580 |
+
1021,
|
581 |
+
1022,
|
582 |
+
1025,
|
583 |
+
1026,
|
584 |
+
1029,
|
585 |
+
1031,
|
586 |
+
1032,
|
587 |
+
1034,
|
588 |
+
1036,
|
589 |
+
1038,
|
590 |
+
1039,
|
591 |
+
1040,
|
592 |
+
1041,
|
593 |
+
1043,
|
594 |
+
1044,
|
595 |
+
1046,
|
596 |
+
1047,
|
597 |
+
1049,
|
598 |
+
1050,
|
599 |
+
1052,
|
600 |
+
1055,
|
601 |
+
1056,
|
602 |
+
1057,
|
603 |
+
1058,
|
604 |
+
1061,
|
605 |
+
1063,
|
606 |
+
1064,
|
607 |
+
1065,
|
608 |
+
1067,
|
609 |
+
1068,
|
610 |
+
1069,
|
611 |
+
1071,
|
612 |
+
1073,
|
613 |
+
1074,
|
614 |
+
1076,
|
615 |
+
1077,
|
616 |
+
1078,
|
617 |
+
1079,
|
618 |
+
1081,
|
619 |
+
1082,
|
620 |
+
1084,
|
621 |
+
1086,
|
622 |
+
1088,
|
623 |
+
1089,
|
624 |
+
1090,
|
625 |
+
1091,
|
626 |
+
1092,
|
627 |
+
1095,
|
628 |
+
1099,
|
629 |
+
1102,
|
630 |
+
1104,
|
631 |
+
1105,
|
632 |
+
1106,
|
633 |
+
1107,
|
634 |
+
1108,
|
635 |
+
1109,
|
636 |
+
1110,
|
637 |
+
1111,
|
638 |
+
1114,
|
639 |
+
1115,
|
640 |
+
1116,
|
641 |
+
1118,
|
642 |
+
1120,
|
643 |
+
1121,
|
644 |
+
1123,
|
645 |
+
1125,
|
646 |
+
1126,
|
647 |
+
1127,
|
648 |
+
1128,
|
649 |
+
1130,
|
650 |
+
1131,
|
651 |
+
1133,
|
652 |
+
1134,
|
653 |
+
1136,
|
654 |
+
1138,
|
655 |
+
1139,
|
656 |
+
1140,
|
657 |
+
1142,
|
658 |
+
1144,
|
659 |
+
1145,
|
660 |
+
1146,
|
661 |
+
1147,
|
662 |
+
1148,
|
663 |
+
1149,
|
664 |
+
1150,
|
665 |
+
1151,
|
666 |
+
1152,
|
667 |
+
1153,
|
668 |
+
1155,
|
669 |
+
1156,
|
670 |
+
1158,
|
671 |
+
1159,
|
672 |
+
1161,
|
673 |
+
1162,
|
674 |
+
1164,
|
675 |
+
1165,
|
676 |
+
1166,
|
677 |
+
1167,
|
678 |
+
1169,
|
679 |
+
1170,
|
680 |
+
1172,
|
681 |
+
1174,
|
682 |
+
1176,
|
683 |
+
1178,
|
684 |
+
1180,
|
685 |
+
1181,
|
686 |
+
1182,
|
687 |
+
1183,
|
688 |
+
1184,
|
689 |
+
1185,
|
690 |
+
1187,
|
691 |
+
1188,
|
692 |
+
1189,
|
693 |
+
1190,
|
694 |
+
1191,
|
695 |
+
1192,
|
696 |
+
1193,
|
697 |
+
1194,
|
698 |
+
1195,
|
699 |
+
1197,
|
700 |
+
1198,
|
701 |
+
1200,
|
702 |
+
1201,
|
703 |
+
1203,
|
704 |
+
1204,
|
705 |
+
1206,
|
706 |
+
1207,
|
707 |
+
1209,
|
708 |
+
1210,
|
709 |
+
1211,
|
710 |
+
1212,
|
711 |
+
1215,
|
712 |
+
1217,
|
713 |
+
1219,
|
714 |
+
1222,
|
715 |
+
1223,
|
716 |
+
1224,
|
717 |
+
1196,
|
718 |
+
1225,
|
719 |
+
1226,
|
720 |
+
1228,
|
721 |
+
1230,
|
722 |
+
1232,
|
723 |
+
1233,
|
724 |
+
1234,
|
725 |
+
1235,
|
726 |
+
1236,
|
727 |
+
1238,
|
728 |
+
1239,
|
729 |
+
1241,
|
730 |
+
1242,
|
731 |
+
1244,
|
732 |
+
1245,
|
733 |
+
1247,
|
734 |
+
1248,
|
735 |
+
1251,
|
736 |
+
1253,
|
737 |
+
1254,
|
738 |
+
1255,
|
739 |
+
1258,
|
740 |
+
1259,
|
741 |
+
1260,
|
742 |
+
1263,
|
743 |
+
1264,
|
744 |
+
1265,
|
745 |
+
1267,
|
746 |
+
1268,
|
747 |
+
1270,
|
748 |
+
1271,
|
749 |
+
1273,
|
750 |
+
1275,
|
751 |
+
1276,
|
752 |
+
1278,
|
753 |
+
1279,
|
754 |
+
1280,
|
755 |
+
1282,
|
756 |
+
1283,
|
757 |
+
1284,
|
758 |
+
1286,
|
759 |
+
1288,
|
760 |
+
1290,
|
761 |
+
1293,
|
762 |
+
1294,
|
763 |
+
1295,
|
764 |
+
1297,
|
765 |
+
1298,
|
766 |
+
1301,
|
767 |
+
1304,
|
768 |
+
1305,
|
769 |
+
1306,
|
770 |
+
1308,
|
771 |
+
1309,
|
772 |
+
1310,
|
773 |
+
1312,
|
774 |
+
1313,
|
775 |
+
1314,
|
776 |
+
1315,
|
777 |
+
1316,
|
778 |
+
1317,
|
779 |
+
1318,
|
780 |
+
1319,
|
781 |
+
1321,
|
782 |
+
1324,
|
783 |
+
1327,
|
784 |
+
1328,
|
785 |
+
1329,
|
786 |
+
1331,
|
787 |
+
1332,
|
788 |
+
1333,
|
789 |
+
1335,
|
790 |
+
1337,
|
791 |
+
1338,
|
792 |
+
1340,
|
793 |
+
1343,
|
794 |
+
1344,
|
795 |
+
1345,
|
796 |
+
1347,
|
797 |
+
1349,
|
798 |
+
1350,
|
799 |
+
1351,
|
800 |
+
1353,
|
801 |
+
1354,
|
802 |
+
1355,
|
803 |
+
1356,
|
804 |
+
1357,
|
805 |
+
1359,
|
806 |
+
1360,
|
807 |
+
1362,
|
808 |
+
1363,
|
809 |
+
1365,
|
810 |
+
1367,
|
811 |
+
1368,
|
812 |
+
1370,
|
813 |
+
1371,
|
814 |
+
1373,
|
815 |
+
1374,
|
816 |
+
1375,
|
817 |
+
1377,
|
818 |
+
1379,
|
819 |
+
1381,
|
820 |
+
1384,
|
821 |
+
1385,
|
822 |
+
1387,
|
823 |
+
1388,
|
824 |
+
1390,
|
825 |
+
1391,
|
826 |
+
1392,
|
827 |
+
1393,
|
828 |
+
1394,
|
829 |
+
1395,
|
830 |
+
1396,
|
831 |
+
1397,
|
832 |
+
1398,
|
833 |
+
1399,
|
834 |
+
1400,
|
835 |
+
1401,
|
836 |
+
1403,
|
837 |
+
1404,
|
838 |
+
1405,
|
839 |
+
1406,
|
840 |
+
1407,
|
841 |
+
1408,
|
842 |
+
1409,
|
843 |
+
1410,
|
844 |
+
1411,
|
845 |
+
1412,
|
846 |
+
1413,
|
847 |
+
1414,
|
848 |
+
1416,
|
849 |
+
1417,
|
850 |
+
1419,
|
851 |
+
1420,
|
852 |
+
1422,
|
853 |
+
1424,
|
854 |
+
1426,
|
855 |
+
1427,
|
856 |
+
1429,
|
857 |
+
1430,
|
858 |
+
1431,
|
859 |
+
1433,
|
860 |
+
1435,
|
861 |
+
1437,
|
862 |
+
1439,
|
863 |
+
1440,
|
864 |
+
1442,
|
865 |
+
1443,
|
866 |
+
1445,
|
867 |
+
1447,
|
868 |
+
1449,
|
869 |
+
1451,
|
870 |
+
1453,
|
871 |
+
1455,
|
872 |
+
1456,
|
873 |
+
1457,
|
874 |
+
1458,
|
875 |
+
1459,
|
876 |
+
1461,
|
877 |
+
1463,
|
878 |
+
1464,
|
879 |
+
1466,
|
880 |
+
1468,
|
881 |
+
1469,
|
882 |
+
1471,
|
883 |
+
1472,
|
884 |
+
1474,
|
885 |
+
1476,
|
886 |
+
1477,
|
887 |
+
1479,
|
888 |
+
1481,
|
889 |
+
1482,
|
890 |
+
1484,
|
891 |
+
1485,
|
892 |
+
1486,
|
893 |
+
1487,
|
894 |
+
1489,
|
895 |
+
1491,
|
896 |
+
1492,
|
897 |
+
1494,
|
898 |
+
1495,
|
899 |
+
1497,
|
900 |
+
1498,
|
901 |
+
1500,
|
902 |
+
1502,
|
903 |
+
1503,
|
904 |
+
1504,
|
905 |
+
1505,
|
906 |
+
1506,
|
907 |
+
1507,
|
908 |
+
1508,
|
909 |
+
1510,
|
910 |
+
1513,
|
911 |
+
1514,
|
912 |
+
1515,
|
913 |
+
1517,
|
914 |
+
1519,
|
915 |
+
1521,
|
916 |
+
1523,
|
917 |
+
1525,
|
918 |
+
1527,
|
919 |
+
1529,
|
920 |
+
1531,
|
921 |
+
1532,
|
922 |
+
1533,
|
923 |
+
1534,
|
924 |
+
1536,
|
925 |
+
1538,
|
926 |
+
1540,
|
927 |
+
1542,
|
928 |
+
1544,
|
929 |
+
1545,
|
930 |
+
1547,
|
931 |
+
1549,
|
932 |
+
1551,
|
933 |
+
98,
|
934 |
+
1553,
|
935 |
+
1555,
|
936 |
+
1556,
|
937 |
+
1559,
|
938 |
+
1562,
|
939 |
+
1565,
|
940 |
+
1569,
|
941 |
+
1570,
|
942 |
+
1571,
|
943 |
+
1572,
|
944 |
+
1575,
|
945 |
+
1576,
|
946 |
+
1577,
|
947 |
+
1578,
|
948 |
+
1579,
|
949 |
+
1580,
|
950 |
+
1581,
|
951 |
+
1582,
|
952 |
+
1584,
|
953 |
+
1586,
|
954 |
+
1587,
|
955 |
+
1589,
|
956 |
+
1591,
|
957 |
+
1593,
|
958 |
+
1594,
|
959 |
+
1595,
|
960 |
+
1597,
|
961 |
+
1599,
|
962 |
+
1600,
|
963 |
+
1601,
|
964 |
+
1604,
|
965 |
+
1605,
|
966 |
+
1606,
|
967 |
+
1607,
|
968 |
+
1608,
|
969 |
+
1609,
|
970 |
+
1611,
|
971 |
+
1612,
|
972 |
+
1614,
|
973 |
+
1616,
|
974 |
+
1617,
|
975 |
+
1619,
|
976 |
+
1621,
|
977 |
+
1624,
|
978 |
+
1625,
|
979 |
+
1626,
|
980 |
+
1628,
|
981 |
+
1630,
|
982 |
+
1632,
|
983 |
+
1633,
|
984 |
+
1634,
|
985 |
+
1635,
|
986 |
+
1636,
|
987 |
+
1637,
|
988 |
+
1638,
|
989 |
+
1639,
|
990 |
+
1640,
|
991 |
+
1641,
|
992 |
+
1643,
|
993 |
+
1645,
|
994 |
+
1647,
|
995 |
+
1649,
|
996 |
+
1650,
|
997 |
+
1651,
|
998 |
+
1652,
|
999 |
+
1653,
|
1000 |
+
1654,
|
1001 |
+
1655,
|
1002 |
+
1656,
|
1003 |
+
1657,
|
1004 |
+
1659,
|
1005 |
+
1661,
|
1006 |
+
1662,
|
1007 |
+
1663,
|
1008 |
+
1664,
|
1009 |
+
1666,
|
1010 |
+
1668,
|
1011 |
+
1670,
|
1012 |
+
1672,
|
1013 |
+
1673,
|
1014 |
+
1674,
|
1015 |
+
1675,
|
1016 |
+
1677,
|
1017 |
+
1680,
|
1018 |
+
1681,
|
1019 |
+
1682,
|
1020 |
+
1683,
|
1021 |
+
1685,
|
1022 |
+
1686
|
1023 |
+
]
|
1024 |
+
}
|
lemmatizer/model
ADDED
Binary file (396 kB). View file
|
|
lemmatizer/trees
ADDED
Binary file (251 kB). View file
|
|
meta.json
ADDED
@@ -0,0 +1,1923 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"lang":"hr",
|
3 |
+
"name":"core_news_sm",
|
4 |
+
"version":"3.4.0",
|
5 |
+
"description":"Croatian pipeline optimized for CPU. Components: tok2vec, tagger, morphologizer, parser, lemmatizer (trainable_lemmatizer), senter, ner.",
|
6 |
+
"author":"Explosion",
|
7 |
+
"email":"contact@explosion.ai",
|
8 |
+
"url":"https://explosion.ai",
|
9 |
+
"license":"CC BY-SA 4.0",
|
10 |
+
"spacy_version":">=3.4.0,<3.5.0",
|
11 |
+
"spacy_git_version":"dd038b536",
|
12 |
+
"vectors":{
|
13 |
+
"width":0,
|
14 |
+
"vectors":0,
|
15 |
+
"keys":0,
|
16 |
+
"name":null
|
17 |
+
},
|
18 |
+
"labels":{
|
19 |
+
"tok2vec":[
|
20 |
+
|
21 |
+
],
|
22 |
+
"tagger":[
|
23 |
+
"Agcfpay",
|
24 |
+
"Agcfpdy",
|
25 |
+
"Agcfpgy",
|
26 |
+
"Agcfpiy",
|
27 |
+
"Agcfply",
|
28 |
+
"Agcfpny",
|
29 |
+
"Agcfsay",
|
30 |
+
"Agcfsdy",
|
31 |
+
"Agcfsgy",
|
32 |
+
"Agcfsiy",
|
33 |
+
"Agcfsly",
|
34 |
+
"Agcfsny",
|
35 |
+
"Agcmpay",
|
36 |
+
"Agcmpgy",
|
37 |
+
"Agcmpiy",
|
38 |
+
"Agcmpny",
|
39 |
+
"Agcmsany",
|
40 |
+
"Agcmsay",
|
41 |
+
"Agcmsayn",
|
42 |
+
"Agcmsdy",
|
43 |
+
"Agcmsgy",
|
44 |
+
"Agcmsiy",
|
45 |
+
"Agcmsly",
|
46 |
+
"Agcmsny",
|
47 |
+
"Agcnpay",
|
48 |
+
"Agcnpdy",
|
49 |
+
"Agcnpgy",
|
50 |
+
"Agcnpny",
|
51 |
+
"Agcnsay",
|
52 |
+
"Agcnsdy",
|
53 |
+
"Agcnsgy",
|
54 |
+
"Agcnsiy",
|
55 |
+
"Agcnsly",
|
56 |
+
"Agcnsny",
|
57 |
+
"Agpfpay",
|
58 |
+
"Agpfpdy",
|
59 |
+
"Agpfpgy",
|
60 |
+
"Agpfpiy",
|
61 |
+
"Agpfply",
|
62 |
+
"Agpfpny",
|
63 |
+
"Agpfsay",
|
64 |
+
"Agpfsdy",
|
65 |
+
"Agpfsgy",
|
66 |
+
"Agpfsin",
|
67 |
+
"Agpfsiy",
|
68 |
+
"Agpfsly",
|
69 |
+
"Agpfsny",
|
70 |
+
"Agpfsvy",
|
71 |
+
"Agpmpay",
|
72 |
+
"Agpmpdy",
|
73 |
+
"Agpmpgy",
|
74 |
+
"Agpmpiy",
|
75 |
+
"Agpmply",
|
76 |
+
"Agpmpny",
|
77 |
+
"Agpmsan",
|
78 |
+
"Agpmsann",
|
79 |
+
"Agpmsany",
|
80 |
+
"Agpmsay",
|
81 |
+
"Agpmsayn",
|
82 |
+
"Agpmsayy",
|
83 |
+
"Agpmsdy",
|
84 |
+
"Agpmsgn",
|
85 |
+
"Agpmsgy",
|
86 |
+
"Agpmsiy",
|
87 |
+
"Agpmsln",
|
88 |
+
"Agpmsly",
|
89 |
+
"Agpmsnn",
|
90 |
+
"Agpmsny",
|
91 |
+
"Agpmsvy",
|
92 |
+
"Agpnpay",
|
93 |
+
"Agpnpdy",
|
94 |
+
"Agpnpgy",
|
95 |
+
"Agpnpiy",
|
96 |
+
"Agpnply",
|
97 |
+
"Agpnpny",
|
98 |
+
"Agpnsay",
|
99 |
+
"Agpnsdy",
|
100 |
+
"Agpnsgn",
|
101 |
+
"Agpnsgy",
|
102 |
+
"Agpnsiy",
|
103 |
+
"Agpnsln",
|
104 |
+
"Agpnsly",
|
105 |
+
"Agpnsny",
|
106 |
+
"Agsfpay",
|
107 |
+
"Agsfpdy",
|
108 |
+
"Agsfpgy",
|
109 |
+
"Agsfpiy",
|
110 |
+
"Agsfply",
|
111 |
+
"Agsfpny",
|
112 |
+
"Agsfsay",
|
113 |
+
"Agsfsdy",
|
114 |
+
"Agsfsgy",
|
115 |
+
"Agsfsiy",
|
116 |
+
"Agsfsly",
|
117 |
+
"Agsfsny",
|
118 |
+
"Agsmpay",
|
119 |
+
"Agsmpdy",
|
120 |
+
"Agsmpgy",
|
121 |
+
"Agsmpiy",
|
122 |
+
"Agsmply",
|
123 |
+
"Agsmpny",
|
124 |
+
"Agsmsany",
|
125 |
+
"Agsmsayn",
|
126 |
+
"Agsmsayy",
|
127 |
+
"Agsmsdy",
|
128 |
+
"Agsmsgy",
|
129 |
+
"Agsmsiy",
|
130 |
+
"Agsmsly",
|
131 |
+
"Agsmsny",
|
132 |
+
"Agsnpay",
|
133 |
+
"Agsnpgy",
|
134 |
+
"Agsnply",
|
135 |
+
"Agsnpny",
|
136 |
+
"Agsnsay",
|
137 |
+
"Agsnsdy",
|
138 |
+
"Agsnsgy",
|
139 |
+
"Agsnsiy",
|
140 |
+
"Agsnsly",
|
141 |
+
"Agsnsny",
|
142 |
+
"Appfpay",
|
143 |
+
"Appfpdy",
|
144 |
+
"Appfpgy",
|
145 |
+
"Appfpiy",
|
146 |
+
"Appfply",
|
147 |
+
"Appfpny",
|
148 |
+
"Appfsay",
|
149 |
+
"Appfsgy",
|
150 |
+
"Appfsiy",
|
151 |
+
"Appfsly",
|
152 |
+
"Appfsny",
|
153 |
+
"Appmpay",
|
154 |
+
"Appmpdy",
|
155 |
+
"Appmpgy",
|
156 |
+
"Appmpiy",
|
157 |
+
"Appmply",
|
158 |
+
"Appmpny",
|
159 |
+
"Appmsann",
|
160 |
+
"Appmsany",
|
161 |
+
"Appmsayn",
|
162 |
+
"Appmsayy",
|
163 |
+
"Appmsdy",
|
164 |
+
"Appmsgn",
|
165 |
+
"Appmsgy",
|
166 |
+
"Appmsiy",
|
167 |
+
"Appmsly",
|
168 |
+
"Appmsnn",
|
169 |
+
"Appmsny",
|
170 |
+
"Appnpay",
|
171 |
+
"Appnpdy",
|
172 |
+
"Appnpgy",
|
173 |
+
"Appnpiy",
|
174 |
+
"Appnply",
|
175 |
+
"Appnpny",
|
176 |
+
"Appnsay",
|
177 |
+
"Appnsgy",
|
178 |
+
"Appnsly",
|
179 |
+
"Appnsny",
|
180 |
+
"Aspfpay",
|
181 |
+
"Aspfpgy",
|
182 |
+
"Aspfpiy",
|
183 |
+
"Aspfply",
|
184 |
+
"Aspfpny",
|
185 |
+
"Aspfsay",
|
186 |
+
"Aspfsdy",
|
187 |
+
"Aspfsgy",
|
188 |
+
"Aspfsly",
|
189 |
+
"Aspfsny",
|
190 |
+
"Aspmpay",
|
191 |
+
"Aspmpgy",
|
192 |
+
"Aspmply",
|
193 |
+
"Aspmpny",
|
194 |
+
"Aspmsayn",
|
195 |
+
"Aspmsayy",
|
196 |
+
"Aspmsdn",
|
197 |
+
"Aspmsdy",
|
198 |
+
"Aspmsgn",
|
199 |
+
"Aspmsgy",
|
200 |
+
"Aspmsiy",
|
201 |
+
"Aspmsln",
|
202 |
+
"Aspmsly",
|
203 |
+
"Aspmsnn",
|
204 |
+
"Aspnpay",
|
205 |
+
"Aspnpgy",
|
206 |
+
"Aspnpny",
|
207 |
+
"Aspnsay",
|
208 |
+
"Aspnsgn",
|
209 |
+
"Aspnsgy",
|
210 |
+
"Aspnsln",
|
211 |
+
"Aspnsly",
|
212 |
+
"Aspnsny",
|
213 |
+
"Cc",
|
214 |
+
"Cs",
|
215 |
+
"I",
|
216 |
+
"Mdc",
|
217 |
+
"Mdm",
|
218 |
+
"Mdo",
|
219 |
+
"Mds",
|
220 |
+
"Mlc",
|
221 |
+
"Mlc--g",
|
222 |
+
"Mlc--i",
|
223 |
+
"Mlc--l",
|
224 |
+
"Mlcf-a",
|
225 |
+
"Mlcf-d",
|
226 |
+
"Mlcf-g",
|
227 |
+
"Mlcf-n",
|
228 |
+
"Mlcfsa",
|
229 |
+
"Mlcfsd",
|
230 |
+
"Mlcfsg",
|
231 |
+
"Mlcfsi",
|
232 |
+
"Mlcfsl",
|
233 |
+
"Mlcfsn",
|
234 |
+
"Mlcm-a",
|
235 |
+
"Mlcm-g",
|
236 |
+
"Mlcm-l",
|
237 |
+
"Mlcm-n",
|
238 |
+
"Mlcmpn",
|
239 |
+
"Mlcmsan",
|
240 |
+
"Mlcmsay",
|
241 |
+
"Mlcmsg",
|
242 |
+
"Mlcmsi",
|
243 |
+
"Mlcmsl",
|
244 |
+
"Mlcmsn",
|
245 |
+
"Mlcn-n",
|
246 |
+
"Mlcnsa",
|
247 |
+
"Mlcnsg",
|
248 |
+
"Mlcnsn",
|
249 |
+
"Mlofpa",
|
250 |
+
"Mlofpd",
|
251 |
+
"Mlofpg",
|
252 |
+
"Mlofpi",
|
253 |
+
"Mlofpl",
|
254 |
+
"Mlofpn",
|
255 |
+
"Mlofsa",
|
256 |
+
"Mlofsd",
|
257 |
+
"Mlofsg",
|
258 |
+
"Mlofsi",
|
259 |
+
"Mlofsl",
|
260 |
+
"Mlofsn",
|
261 |
+
"Mlompa",
|
262 |
+
"Mlompd",
|
263 |
+
"Mlompg",
|
264 |
+
"Mlompi",
|
265 |
+
"Mlompl",
|
266 |
+
"Mlompn",
|
267 |
+
"Mlomsan",
|
268 |
+
"Mlomsay",
|
269 |
+
"Mlomsd",
|
270 |
+
"Mlomsg",
|
271 |
+
"Mlomsi",
|
272 |
+
"Mlomsl",
|
273 |
+
"Mlomsn",
|
274 |
+
"Mlonpa",
|
275 |
+
"Mlonpg",
|
276 |
+
"Mlonpl",
|
277 |
+
"Mlonpn",
|
278 |
+
"Mlonsa",
|
279 |
+
"Mlonsd",
|
280 |
+
"Mlonsg",
|
281 |
+
"Mlonsi",
|
282 |
+
"Mlonsl",
|
283 |
+
"Mlonsn",
|
284 |
+
"Mls",
|
285 |
+
"Mlsf-a",
|
286 |
+
"Mlsf-g",
|
287 |
+
"Mlsf-i",
|
288 |
+
"Mlsf-l",
|
289 |
+
"Mlsf-n",
|
290 |
+
"Mlsm-a",
|
291 |
+
"Mlsm-g",
|
292 |
+
"Mlsm-l",
|
293 |
+
"Mlsm-n",
|
294 |
+
"Mlsmpn",
|
295 |
+
"Mlsn-n",
|
296 |
+
"Mrc",
|
297 |
+
"Mro",
|
298 |
+
"Ncfpa",
|
299 |
+
"Ncfpd",
|
300 |
+
"Ncfpg",
|
301 |
+
"Ncfpi",
|
302 |
+
"Ncfpl",
|
303 |
+
"Ncfpn",
|
304 |
+
"Ncfpv",
|
305 |
+
"Ncfsa",
|
306 |
+
"Ncfsd",
|
307 |
+
"Ncfsg",
|
308 |
+
"Ncfsi",
|
309 |
+
"Ncfsl",
|
310 |
+
"Ncfsn",
|
311 |
+
"Ncfsv",
|
312 |
+
"Ncmpa",
|
313 |
+
"Ncmpd",
|
314 |
+
"Ncmpg",
|
315 |
+
"Ncmpi",
|
316 |
+
"Ncmpl",
|
317 |
+
"Ncmpn",
|
318 |
+
"Ncmpv",
|
319 |
+
"Ncmsan",
|
320 |
+
"Ncmsay",
|
321 |
+
"Ncmsd",
|
322 |
+
"Ncmsg",
|
323 |
+
"Ncmsi",
|
324 |
+
"Ncmsl",
|
325 |
+
"Ncmsn",
|
326 |
+
"Ncmsv",
|
327 |
+
"Ncnpa",
|
328 |
+
"Ncnpd",
|
329 |
+
"Ncnpg",
|
330 |
+
"Ncnpi",
|
331 |
+
"Ncnpl",
|
332 |
+
"Ncnpn",
|
333 |
+
"Ncnsa",
|
334 |
+
"Ncnsd",
|
335 |
+
"Ncnsg",
|
336 |
+
"Ncnsi",
|
337 |
+
"Ncnsl",
|
338 |
+
"Ncnsn",
|
339 |
+
"Ncnsv",
|
340 |
+
"Npfpa",
|
341 |
+
"Npfpg",
|
342 |
+
"Npfpl",
|
343 |
+
"Npfpn",
|
344 |
+
"Npfsa",
|
345 |
+
"Npfsd",
|
346 |
+
"Npfsg",
|
347 |
+
"Npfsi",
|
348 |
+
"Npfsl",
|
349 |
+
"Npfsn",
|
350 |
+
"Npmpa",
|
351 |
+
"Npmpd",
|
352 |
+
"Npmpg",
|
353 |
+
"Npmpi",
|
354 |
+
"Npmpl",
|
355 |
+
"Npmpn",
|
356 |
+
"Npmsan",
|
357 |
+
"Npmsay",
|
358 |
+
"Npmsd",
|
359 |
+
"Npmsg",
|
360 |
+
"Npmsi",
|
361 |
+
"Npmsl",
|
362 |
+
"Npmsn",
|
363 |
+
"Npmsv",
|
364 |
+
"Npnpg",
|
365 |
+
"Npnpn",
|
366 |
+
"Npnsa",
|
367 |
+
"Npnsd",
|
368 |
+
"Npnsg",
|
369 |
+
"Npnsi",
|
370 |
+
"Npnsl",
|
371 |
+
"Npnsn",
|
372 |
+
"Pd-fpa",
|
373 |
+
"Pd-fpd",
|
374 |
+
"Pd-fpg",
|
375 |
+
"Pd-fpi",
|
376 |
+
"Pd-fpl",
|
377 |
+
"Pd-fpn",
|
378 |
+
"Pd-fsa",
|
379 |
+
"Pd-fsd",
|
380 |
+
"Pd-fsg",
|
381 |
+
"Pd-fsi",
|
382 |
+
"Pd-fsl",
|
383 |
+
"Pd-fsn",
|
384 |
+
"Pd-mpa",
|
385 |
+
"Pd-mpd",
|
386 |
+
"Pd-mpg",
|
387 |
+
"Pd-mpi",
|
388 |
+
"Pd-mpl",
|
389 |
+
"Pd-mpn",
|
390 |
+
"Pd-msan",
|
391 |
+
"Pd-msay",
|
392 |
+
"Pd-msd",
|
393 |
+
"Pd-msg",
|
394 |
+
"Pd-msi",
|
395 |
+
"Pd-msl",
|
396 |
+
"Pd-msn",
|
397 |
+
"Pd-npa",
|
398 |
+
"Pd-npg",
|
399 |
+
"Pd-npi",
|
400 |
+
"Pd-npn",
|
401 |
+
"Pd-nsa",
|
402 |
+
"Pd-nsd",
|
403 |
+
"Pd-nsg",
|
404 |
+
"Pd-nsi",
|
405 |
+
"Pd-nsl",
|
406 |
+
"Pd-nsn",
|
407 |
+
"Pi-fpa",
|
408 |
+
"Pi-fpd",
|
409 |
+
"Pi-fpg",
|
410 |
+
"Pi-fpi",
|
411 |
+
"Pi-fpl",
|
412 |
+
"Pi-fpn",
|
413 |
+
"Pi-fsa",
|
414 |
+
"Pi-fsd",
|
415 |
+
"Pi-fsg",
|
416 |
+
"Pi-fsi",
|
417 |
+
"Pi-fsl",
|
418 |
+
"Pi-fsn",
|
419 |
+
"Pi-mpa",
|
420 |
+
"Pi-mpd",
|
421 |
+
"Pi-mpg",
|
422 |
+
"Pi-mpi",
|
423 |
+
"Pi-mpl",
|
424 |
+
"Pi-mpn",
|
425 |
+
"Pi-msan",
|
426 |
+
"Pi-msay",
|
427 |
+
"Pi-msd",
|
428 |
+
"Pi-msg",
|
429 |
+
"Pi-msi",
|
430 |
+
"Pi-msl",
|
431 |
+
"Pi-msn",
|
432 |
+
"Pi-npa",
|
433 |
+
"Pi-npd",
|
434 |
+
"Pi-npg",
|
435 |
+
"Pi-npi",
|
436 |
+
"Pi-npl",
|
437 |
+
"Pi-npn",
|
438 |
+
"Pi-nsa",
|
439 |
+
"Pi-nsd",
|
440 |
+
"Pi-nsg",
|
441 |
+
"Pi-nsi",
|
442 |
+
"Pi-nsl",
|
443 |
+
"Pi-nsn",
|
444 |
+
"Pi3m-a",
|
445 |
+
"Pi3m-d",
|
446 |
+
"Pi3m-g",
|
447 |
+
"Pi3m-i",
|
448 |
+
"Pi3m-n",
|
449 |
+
"Pi3n-a",
|
450 |
+
"Pi3n-d",
|
451 |
+
"Pi3n-g",
|
452 |
+
"Pi3n-i",
|
453 |
+
"Pi3n-l",
|
454 |
+
"Pi3n-n",
|
455 |
+
"Pp1-pa",
|
456 |
+
"Pp1-pd",
|
457 |
+
"Pp1-pg",
|
458 |
+
"Pp1-pi",
|
459 |
+
"Pp1-pl",
|
460 |
+
"Pp1-pn",
|
461 |
+
"Pp1-sa",
|
462 |
+
"Pp1-sd",
|
463 |
+
"Pp1-sg",
|
464 |
+
"Pp1-si",
|
465 |
+
"Pp1-sl",
|
466 |
+
"Pp1-sn",
|
467 |
+
"Pp2-pa",
|
468 |
+
"Pp2-pd",
|
469 |
+
"Pp2-pl",
|
470 |
+
"Pp2-pn",
|
471 |
+
"Pp2-sa",
|
472 |
+
"Pp2-sd",
|
473 |
+
"Pp2-sg",
|
474 |
+
"Pp2-sl",
|
475 |
+
"Pp2-sn",
|
476 |
+
"Pp3-pa",
|
477 |
+
"Pp3-pd",
|
478 |
+
"Pp3-pg",
|
479 |
+
"Pp3-pi",
|
480 |
+
"Pp3-pl",
|
481 |
+
"Pp3fpn",
|
482 |
+
"Pp3fsa",
|
483 |
+
"Pp3fsd",
|
484 |
+
"Pp3fsg",
|
485 |
+
"Pp3fsi",
|
486 |
+
"Pp3fsl",
|
487 |
+
"Pp3fsn",
|
488 |
+
"Pp3mpn",
|
489 |
+
"Pp3msa",
|
490 |
+
"Pp3msd",
|
491 |
+
"Pp3msg",
|
492 |
+
"Pp3msi",
|
493 |
+
"Pp3msl",
|
494 |
+
"Pp3msn",
|
495 |
+
"Pp3npn",
|
496 |
+
"Pp3nsa",
|
497 |
+
"Pp3nsi",
|
498 |
+
"Pp3nsn",
|
499 |
+
"Pq-fpa",
|
500 |
+
"Pq-fpn",
|
501 |
+
"Pq-fsa",
|
502 |
+
"Pq-fsi",
|
503 |
+
"Pq-fsl",
|
504 |
+
"Pq-fsn",
|
505 |
+
"Pq-mpn",
|
506 |
+
"Pq-msn",
|
507 |
+
"Pq-nsn",
|
508 |
+
"Pq3m-d",
|
509 |
+
"Pq3m-n",
|
510 |
+
"Pq3n-a",
|
511 |
+
"Pq3n-l",
|
512 |
+
"Pq3n-n",
|
513 |
+
"Ps1fpa",
|
514 |
+
"Ps1fpg",
|
515 |
+
"Ps1fpl",
|
516 |
+
"Ps1fpn",
|
517 |
+
"Ps1fsa",
|
518 |
+
"Ps1fsd",
|
519 |
+
"Ps1fsg",
|
520 |
+
"Ps1fsi",
|
521 |
+
"Ps1fsl",
|
522 |
+
"Ps1fsn",
|
523 |
+
"Ps1fsv",
|
524 |
+
"Ps1mpa",
|
525 |
+
"Ps1mpd",
|
526 |
+
"Ps1mpg",
|
527 |
+
"Ps1mpi",
|
528 |
+
"Ps1mpl",
|
529 |
+
"Ps1mpn",
|
530 |
+
"Ps1msan",
|
531 |
+
"Ps1msay",
|
532 |
+
"Ps1msd",
|
533 |
+
"Ps1msg",
|
534 |
+
"Ps1msi",
|
535 |
+
"Ps1msl",
|
536 |
+
"Ps1msn",
|
537 |
+
"Ps1msv",
|
538 |
+
"Ps1nsa",
|
539 |
+
"Ps1nsg",
|
540 |
+
"Ps1nsl",
|
541 |
+
"Ps1nsn",
|
542 |
+
"Ps2fpa",
|
543 |
+
"Ps2fpl",
|
544 |
+
"Ps2fpn",
|
545 |
+
"Ps2fsg",
|
546 |
+
"Ps2fsn",
|
547 |
+
"Ps2mpa",
|
548 |
+
"Ps2mpg",
|
549 |
+
"Ps2mpn",
|
550 |
+
"Ps2msan",
|
551 |
+
"Ps2msd",
|
552 |
+
"Ps2msi",
|
553 |
+
"Ps2msl",
|
554 |
+
"Ps2msn",
|
555 |
+
"Ps2npn",
|
556 |
+
"Ps2nsg",
|
557 |
+
"Ps2nsi",
|
558 |
+
"Ps2nsl",
|
559 |
+
"Ps2nsn",
|
560 |
+
"Ps3fpa",
|
561 |
+
"Ps3fpg",
|
562 |
+
"Ps3fpl",
|
563 |
+
"Ps3fpn",
|
564 |
+
"Ps3fsa",
|
565 |
+
"Ps3fsd",
|
566 |
+
"Ps3fsg",
|
567 |
+
"Ps3fsi",
|
568 |
+
"Ps3fsl",
|
569 |
+
"Ps3fsn",
|
570 |
+
"Ps3mpa",
|
571 |
+
"Ps3mpd",
|
572 |
+
"Ps3mpg",
|
573 |
+
"Ps3mpi",
|
574 |
+
"Ps3mpl",
|
575 |
+
"Ps3mpn",
|
576 |
+
"Ps3msan",
|
577 |
+
"Ps3msay",
|
578 |
+
"Ps3msd",
|
579 |
+
"Ps3msg",
|
580 |
+
"Ps3msi",
|
581 |
+
"Ps3msl",
|
582 |
+
"Ps3msn",
|
583 |
+
"Ps3npa",
|
584 |
+
"Ps3npg",
|
585 |
+
"Ps3npl",
|
586 |
+
"Ps3npn",
|
587 |
+
"Ps3nsa",
|
588 |
+
"Ps3nsg",
|
589 |
+
"Ps3nsi",
|
590 |
+
"Ps3nsl",
|
591 |
+
"Ps3nsn",
|
592 |
+
"Px--sa",
|
593 |
+
"Px--sd",
|
594 |
+
"Px--sg",
|
595 |
+
"Px--si",
|
596 |
+
"Px--sl",
|
597 |
+
"Px-fpa",
|
598 |
+
"Px-fpg",
|
599 |
+
"Px-fpi",
|
600 |
+
"Px-fpl",
|
601 |
+
"Px-fpn",
|
602 |
+
"Px-fsa",
|
603 |
+
"Px-fsd",
|
604 |
+
"Px-fsg",
|
605 |
+
"Px-fsi",
|
606 |
+
"Px-fsl",
|
607 |
+
"Px-mpa",
|
608 |
+
"Px-mpd",
|
609 |
+
"Px-mpg",
|
610 |
+
"Px-mpi",
|
611 |
+
"Px-mpl",
|
612 |
+
"Px-msan",
|
613 |
+
"Px-msay",
|
614 |
+
"Px-msd",
|
615 |
+
"Px-msg",
|
616 |
+
"Px-msi",
|
617 |
+
"Px-msl",
|
618 |
+
"Px-npa",
|
619 |
+
"Px-npd",
|
620 |
+
"Px-npg",
|
621 |
+
"Px-npi",
|
622 |
+
"Px-npl",
|
623 |
+
"Px-nsa",
|
624 |
+
"Px-nsg",
|
625 |
+
"Px-nsi",
|
626 |
+
"Px-nsl",
|
627 |
+
"Qo",
|
628 |
+
"Qq",
|
629 |
+
"Qr",
|
630 |
+
"Qz",
|
631 |
+
"Rgc",
|
632 |
+
"Rgp",
|
633 |
+
"Rgs",
|
634 |
+
"Rr",
|
635 |
+
"Sa",
|
636 |
+
"Sd",
|
637 |
+
"Sg",
|
638 |
+
"Si",
|
639 |
+
"Sl",
|
640 |
+
"Vaa1p",
|
641 |
+
"Vaa1s",
|
642 |
+
"Vaa2p",
|
643 |
+
"Vaa2s",
|
644 |
+
"Vaa3p",
|
645 |
+
"Vaa3s",
|
646 |
+
"Vae3s",
|
647 |
+
"Vam2p",
|
648 |
+
"Van",
|
649 |
+
"Vap-pf",
|
650 |
+
"Vap-pm",
|
651 |
+
"Vap-pn",
|
652 |
+
"Vap-sf",
|
653 |
+
"Vap-sm",
|
654 |
+
"Vap-sn",
|
655 |
+
"Var1p",
|
656 |
+
"Var1s",
|
657 |
+
"Var2p",
|
658 |
+
"Var2s",
|
659 |
+
"Var3p",
|
660 |
+
"Var3s",
|
661 |
+
"Vma3s",
|
662 |
+
"Vmm1p",
|
663 |
+
"Vmm2p",
|
664 |
+
"Vmm2s",
|
665 |
+
"Vmn",
|
666 |
+
"Vmp-pf",
|
667 |
+
"Vmp-pm",
|
668 |
+
"Vmp-pn",
|
669 |
+
"Vmp-sf",
|
670 |
+
"Vmp-sm",
|
671 |
+
"Vmp-sn",
|
672 |
+
"Vmr1p",
|
673 |
+
"Vmr1s",
|
674 |
+
"Vmr2p",
|
675 |
+
"Vmr2s",
|
676 |
+
"Vmr3p",
|
677 |
+
"Vmr3s",
|
678 |
+
"X",
|
679 |
+
"Xf",
|
680 |
+
"Y",
|
681 |
+
"Z",
|
682 |
+
"_SP"
|
683 |
+
],
|
684 |
+
"morphologizer":[
|
685 |
+
"Case=Nom|Gender=Masc|Number=Sing|POS=NOUN",
|
686 |
+
"Case=Gen|Gender=Fem|Number=Sing|POS=NOUN",
|
687 |
+
"Case=Loc|POS=ADP",
|
688 |
+
"Case=Loc|Gender=Neut|Number=Sing|POS=PROPN",
|
689 |
+
"Case=Ins|POS=ADP",
|
690 |
+
"Case=Ins|Gender=Neut|Number=Sing|POS=NOUN",
|
691 |
+
"Case=Nom|Gender=Neut|Number=Sing|POS=PROPN",
|
692 |
+
"Degree=Pos|POS=ADV",
|
693 |
+
"Mood=Ind|Number=Sing|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin",
|
694 |
+
"Animacy=Inan|Case=Acc|Gender=Masc|Number=Sing|POS=NOUN",
|
695 |
+
"Case=Loc|Gender=Neut|Number=Sing|POS=NOUN",
|
696 |
+
"Case=Gen|Definite=Def|Degree=Pos|Gender=Fem|Number=Plur|POS=ADJ",
|
697 |
+
"Case=Gen|Gender=Fem|Number=Plur|POS=NOUN",
|
698 |
+
"POS=PUNCT",
|
699 |
+
"POS=PART",
|
700 |
+
"Case=Loc|Gender=Masc|Number=Sing|POS=NOUN",
|
701 |
+
"POS=SCONJ",
|
702 |
+
"Case=Nom|Definite=Def|Degree=Pos|Gender=Fem|Number=Sing|POS=ADJ",
|
703 |
+
"Case=Nom|Gender=Fem|Number=Sing|POS=NOUN",
|
704 |
+
"Case=Nom|Gender=Fem|Number=Sing|POS=PROPN",
|
705 |
+
"Case=Acc|Gender=Neut|Number=Plur|POS=NOUN",
|
706 |
+
"Case=Acc|POS=PRON|PronType=Prs|Reflex=Yes",
|
707 |
+
"Case=Gen|Gender=Neut|Number=Sing|POS=NOUN",
|
708 |
+
"Case=Gen|Gender=Neut|Number=Sing|Number[psor]=Plur|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
709 |
+
"POS=CCONJ",
|
710 |
+
"Case=Gen|POS=ADP",
|
711 |
+
"Case=Dat|Gender=Neut|Number=Sing|POS=NOUN",
|
712 |
+
"Case=Gen|Definite=Def|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ",
|
713 |
+
"Case=Gen|Gender=Masc|Number=Sing|POS=NOUN",
|
714 |
+
"Mood=Ind|Number=Plur|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin",
|
715 |
+
"Case=Nom|Gender=Masc|Number=Plur|POS=DET|PronType=Ind",
|
716 |
+
"Case=Nom|Gender=Masc|Number=Plur|POS=NOUN",
|
717 |
+
"POS=VERB|VerbForm=Inf",
|
718 |
+
"Case=Acc|Definite=Def|Degree=Pos|Gender=Fem|Number=Plur|POS=ADJ",
|
719 |
+
"Case=Acc|Gender=Fem|Number=Plur|POS=NOUN",
|
720 |
+
"Case=Nom|Degree=Pos|Gender=Masc|Number=Plur|POS=ADJ",
|
721 |
+
"POS=PART|Polarity=Neg",
|
722 |
+
"Case=Acc|Gender=Neut|POS=PRON|PronType=Neg",
|
723 |
+
"Case=Ins|Gender=Masc|Number=Sing|POS=NOUN",
|
724 |
+
"Degree=Pos|POS=ADV|PronType=Dem",
|
725 |
+
"Degree=Cmp|POS=ADV",
|
726 |
+
"Case=Acc|POS=ADP",
|
727 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=NOUN",
|
728 |
+
"Case=Nom|Gender=Masc|Number=Sing|POS=PROPN",
|
729 |
+
"Mood=Ind|Number=Sing|POS=AUX|Person=3|Tense=Pres|VerbForm=Fin",
|
730 |
+
"Case=Nom|Gender=Masc|NumType=Card|Number=Sing|POS=NUM",
|
731 |
+
"Case=Nom|Gender=Masc|Number=Sing|POS=DET|PronType=Dem",
|
732 |
+
"Case=Nom|Gender=Masc|Number=Sing|Number[psor]=Sing|POS=DET|Person=1|Poss=Yes|PronType=Prs",
|
733 |
+
"Gender=Masc|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
734 |
+
"Case=Loc|Gender=Fem|Number=Sing|POS=NOUN",
|
735 |
+
"Case=Nom|Number=Sing|POS=PRON|Person=1|PronType=Prs",
|
736 |
+
"NumType=Ord|POS=ADJ",
|
737 |
+
"Mood=Ind|Number=Sing|POS=AUX|Person=1|Tense=Pres|VerbForm=Fin",
|
738 |
+
"Mood=Ind|Number=Plur|POS=AUX|Person=3|Tense=Pres|VerbForm=Fin",
|
739 |
+
"Case=Acc|Number=Plur|POS=PRON|Person=1|PronType=Prs",
|
740 |
+
"Case=Nom|Definite=Def|Degree=Pos|Gender=Fem|Number=Plur|POS=ADJ",
|
741 |
+
"Case=Nom|Gender=Fem|Number=Plur|POS=NOUN",
|
742 |
+
"Gender=Fem|Number=Plur|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
743 |
+
"Animacy=Inan|Case=Acc|Gender=Masc|Number=Sing|POS=DET|Poss=Yes|PronType=Prs|Reflex=Yes",
|
744 |
+
"Case=Nom|Gender=Neut|Number=Sing|POS=DET|PronType=Dem",
|
745 |
+
"Mood=Ind|Number=Sing|POS=AUX|Person=3|Polarity=Neg|Tense=Pres|VerbForm=Fin",
|
746 |
+
"Gender=Neut|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
747 |
+
"Case=Loc|Gender=Masc|Number=Plur|POS=DET|PronType=Ind",
|
748 |
+
"Case=Loc|Gender=Masc|Number=Plur|POS=NOUN",
|
749 |
+
"Case=Nom|Definite=Def|Degree=Pos|Gender=Fem|Number=Plur|POS=ADJ|VerbForm=Part|Voice=Pass",
|
750 |
+
"Case=Gen|Gender=Neut|Number=Sing|POS=DET|PronType=Dem",
|
751 |
+
"Case=Nom|Gender=Fem|Number=Plur|POS=DET|PronType=Int,Rel",
|
752 |
+
"Case=Nom|Definite=Def|Degree=Pos|Gender=Masc|Number=Plur|POS=ADJ",
|
753 |
+
"Case=Nom|Gender=Neut|POS=PRON|PronType=Int,Rel",
|
754 |
+
"Case=Gen|Definite=Def|Degree=Pos|Gender=Masc|Number=Plur|POS=ADJ",
|
755 |
+
"Case=Gen|Gender=Masc|Number=Plur|POS=NOUN",
|
756 |
+
"Case=Nom|Definite=Def|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ",
|
757 |
+
"Case=Acc|Gender=Neut|Number=Sing|POS=NOUN",
|
758 |
+
"Mood=Ind|Number=Plur|POS=VERB|Person=1|Tense=Pres|VerbForm=Fin",
|
759 |
+
"Case=Nom|Gender=Neut|Number=Sing|POS=NOUN",
|
760 |
+
"Case=Nom|Definite=Def|Degree=Pos|Gender=Neut|Number=Sing|POS=ADJ",
|
761 |
+
"Gender=Fem|Number=Plur|POS=AUX|Tense=Past|VerbForm=Part|Voice=Act",
|
762 |
+
"NumType=Card|POS=NUM",
|
763 |
+
"Case=Gen|Definite=Def|Degree=Pos|Gender=Masc|Number=Plur|POS=ADJ|VerbForm=Part|Voice=Pass",
|
764 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=DET|PronType=Int,Rel",
|
765 |
+
"Gender=Fem|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
766 |
+
"Case=Loc|Definite=Def|Degree=Pos|Gender=Fem|Number=Plur|POS=ADJ",
|
767 |
+
"Case=Loc|Gender=Fem|Number=Plur|POS=NOUN",
|
768 |
+
"Case=Gen|Definite=Def|Degree=Pos|Gender=Neut|Number=Sing|POS=ADJ",
|
769 |
+
"Animacy=Inan|Case=Acc|Gender=Masc|Number=Sing|POS=PROPN",
|
770 |
+
"Case=Acc|Definite=Def|Degree=Cmp|Gender=Fem|Number=Plur|POS=ADJ",
|
771 |
+
"Case=Gen|Gender=Fem|Number=Sing|POS=DET|PronType=Dem",
|
772 |
+
"Gender=Masc|Number=Sing|POS=AUX|Tense=Past|VerbForm=Part|Voice=Act",
|
773 |
+
"Case=Nom|Definite=Ind|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ|VerbForm=Part|Voice=Pass",
|
774 |
+
"Animacy=Inan|Case=Acc|Definite=Def|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ",
|
775 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=NOUN",
|
776 |
+
"Case=Loc|Definite=Def|Degree=Pos|Gender=Fem|Number=Sing|POS=ADJ",
|
777 |
+
"Degree=Pos|POS=ADV|PronType=Int,Rel",
|
778 |
+
"Gender=Neut|Number=Sing|POS=AUX|Tense=Past|VerbForm=Part|Voice=Act",
|
779 |
+
"Case=Loc|Gender=Neut|Number=Plur|POS=NOUN",
|
780 |
+
"Case=Nom|Gender=Neut|Number=Plur|POS=DET|PronType=Int,Rel",
|
781 |
+
"Case=Nom|Definite=Def|Degree=Pos|Gender=Neut|Number=Plur|POS=ADJ|VerbForm=Part|Voice=Pass",
|
782 |
+
"Case=Nom|Gender=Neut|Number=Plur|POS=DET|PronType=Dem",
|
783 |
+
"Case=Nom|Gender=Neut|Number=Plur|POS=NOUN",
|
784 |
+
"Case=Gen|Number=Plur|POS=PRON|Person=3|PronType=Prs",
|
785 |
+
"Case=Gen|Definite=Def|Degree=Pos|Gender=Fem|Number=Sing|POS=ADJ",
|
786 |
+
"Case=Nom|Definite=Def|Degree=Pos|Gender=Neut|Number=Sing|POS=ADJ|VerbForm=Part|Voice=Pass",
|
787 |
+
"Mood=Cnd|Number=Plur|POS=AUX|Person=3|Tense=Past|VerbForm=Fin",
|
788 |
+
"Case=Nom|Definite=Def|Degree=Cmp|Gender=Masc|Number=Plur|POS=ADJ",
|
789 |
+
"Gender=Masc|Number=Plur|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
790 |
+
"Case=Gen|Definite=Def|Degree=Cmp|Gender=Masc|Number=Plur|POS=ADJ",
|
791 |
+
"Mood=Ind|Number=Plur|POS=AUX|Person=3|Polarity=Neg|Tense=Pres|VerbForm=Fin",
|
792 |
+
"Case=Nom|Gender=Masc|Number=Sing|POS=DET|PronType=Int,Rel",
|
793 |
+
"Case=Acc|Definite=Def|Degree=Cmp|Gender=Fem|Number=Sing|POS=ADJ",
|
794 |
+
"Case=Nom|Gender=Masc|Number=Plur|POS=DET|PronType=Dem",
|
795 |
+
"Case=Nom|Gender=Masc|Number=Plur|POS=DET|PronType=Int,Rel",
|
796 |
+
"Case=Nom|Definite=Ind|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ",
|
797 |
+
"Case=Loc|Gender=Masc|Number=Sing|POS=DET|PronType=Int,Rel",
|
798 |
+
"Case=Dat|Gender=Masc|Number=Sing|POS=PROPN",
|
799 |
+
"Case=Loc|Gender=Neut|Gender[psor]=Masc,Neut|Number=Plur|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
800 |
+
"Case=Loc|Definite=Def|Degree=Pos|Gender=Neut|Number=Plur|POS=ADJ",
|
801 |
+
"Case=Dat|Definite=Def|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ",
|
802 |
+
"Case=Dat|Gender=Masc|Number=Sing|POS=NOUN",
|
803 |
+
"Case=Acc|Definite=Def|Degree=Pos|Gender=Fem|Number=Sing|POS=ADJ",
|
804 |
+
"Mood=Cnd|Number=Sing|POS=AUX|Person=3|Tense=Past|VerbForm=Fin",
|
805 |
+
"Case=Loc|Gender=Fem|Number=Sing|POS=DET|PronType=Dem",
|
806 |
+
"POS=X",
|
807 |
+
"Case=Nom|Definite=Def|Degree=Pos|Gender=Masc|Number=Plur|POS=ADJ|VerbForm=Part|Voice=Pass",
|
808 |
+
"Case=Loc|Gender=Masc|Number=Plur|POS=DET|PronType=Dem",
|
809 |
+
"Case=Loc|Gender=Masc|Number=Plur|POS=DET|PronType=Int,Rel",
|
810 |
+
"Case=Loc|Definite=Def|Degree=Pos|Gender=Masc|Number=Plur|POS=ADJ",
|
811 |
+
"Case=Gen|Gender=Fem|Number=Sing|POS=PROPN",
|
812 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=DET|PronType=Tot",
|
813 |
+
"Case=Acc|Gender=Neut|Number=Sing|POS=DET|PronType=Tot",
|
814 |
+
"Case=Nom|Gender=Neut|Number=Sing|POS=DET|PronType=Int,Rel",
|
815 |
+
"Case=Nom|Gender=Masc|Number=Sing|Number[psor]=Plur|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
816 |
+
"Animacy=Anim|Case=Acc|Gender=Masc|Number=Sing|POS=PROPN",
|
817 |
+
"Case=Gen|Gender=Masc|Number=Sing|POS=PROPN",
|
818 |
+
"Case=Nom|Definite=Def|Degree=Pos|Gender=Fem|Number=Sing|POS=ADJ|VerbForm=Part|Voice=Pass",
|
819 |
+
"Case=Nom|Gender=Fem|Number=Sing|POS=DET|PronType=Int,Rel",
|
820 |
+
"Case=Nom|Degree=Pos|Gender=Fem|Number=Sing|POS=ADJ",
|
821 |
+
"Case=Nom|Gender=Neut|Number=Sing|POS=DET|Poss=Yes|PronType=Int,Rel",
|
822 |
+
"Case=Gen|Gender=Fem|Number=Plur|POS=DET|Poss=Yes|PronType=Prs|Reflex=Yes",
|
823 |
+
"Case=Loc|Gender=Fem|Number=Sing|POS=PROPN",
|
824 |
+
"Case=Acc|Gender=Neut|Number=Sing|POS=DET|Poss=Yes|PronType=Int,Rel",
|
825 |
+
"Case=Nom|Definite=Def|Degree=Pos|Gender=Fem|Number=Sing|POS=ADJ|Poss=Yes",
|
826 |
+
"Mood=Ind|Number=Plur|POS=VERB|Person=2|Tense=Pres|VerbForm=Fin",
|
827 |
+
"Case=Acc|Definite=Def|Degree=Pos|Gender=Masc|Number=Plur|POS=ADJ",
|
828 |
+
"Animacy=Inan|Case=Acc|Gender=Masc|Number=Sing|POS=DET|PronType=Int,Rel",
|
829 |
+
"Case=Loc|Gender=Fem|Number=Sing|POS=DET|Poss=Yes|PronType=Prs|Reflex=Yes",
|
830 |
+
"Case=Acc|Definite=Def|Degree=Pos|Gender=Neut|Number=Sing|POS=ADJ",
|
831 |
+
"Case=Loc|Definite=Def|Degree=Sup|Gender=Neut|Number=Sing|POS=ADJ",
|
832 |
+
"Case=Gen|Definite=Def|Degree=Sup|Gender=Masc|Number=Plur|POS=ADJ",
|
833 |
+
"Mood=Ind|Number=Sing|POS=VERB|Person=1|Tense=Pres|VerbForm=Fin",
|
834 |
+
"Case=Loc|Gender=Masc|Number=Sing|POS=DET|PronType=Dem",
|
835 |
+
"Case=Loc|Definite=Def|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ",
|
836 |
+
"Case=Ins|Definite=Def|Degree=Pos|Gender=Fem|Number=Plur|POS=ADJ",
|
837 |
+
"Case=Ins|Gender=Fem|Number=Plur|POS=NOUN",
|
838 |
+
"Case=Dat|Gender=Masc|Number=Plur|POS=NOUN",
|
839 |
+
"Case=Nom|Definite=Ind|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ|Poss=Yes",
|
840 |
+
"Case=Gen|Gender=Neut|Gender[psor]=Masc,Neut|Number=Sing|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
841 |
+
"Case=Ins|Gender=Masc|Number=Sing|POS=PROPN",
|
842 |
+
"Animacy=Anim|Case=Acc|Definite=Def|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ",
|
843 |
+
"Animacy=Anim|Case=Acc|Gender=Masc|NumType=Card|Number=Sing|POS=NUM",
|
844 |
+
"Animacy=Anim|Case=Acc|Gender=Masc|Number=Sing|POS=NOUN",
|
845 |
+
"Case=Nom|Number=Plur|POS=PRON|Person=1|PronType=Prs",
|
846 |
+
"Mood=Ind|Number=Plur|POS=AUX|Person=1|Tense=Pres|VerbForm=Fin",
|
847 |
+
"POS=AUX|VerbForm=Inf",
|
848 |
+
"Case=Loc|Gender=Masc|Number=Sing|POS=PROPN",
|
849 |
+
"Case=Gen|Gender=Masc|Number=Plur|POS=DET|PronType=Dem",
|
850 |
+
"Case=Ins|Gender=Fem|Number=Sing|POS=NOUN",
|
851 |
+
"Gender=Fem|Number=Sing|POS=AUX|Tense=Past|VerbForm=Part|Voice=Act",
|
852 |
+
"Case=Ins|Definite=Def|Degree=Pos|Gender=Fem|Number=Sing|POS=ADJ",
|
853 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Prs",
|
854 |
+
"Case=Ins|Definite=Def|Degree=Pos|Gender=Masc|Number=Plur|POS=ADJ",
|
855 |
+
"Case=Ins|Gender=Masc|Number=Plur|POS=NOUN",
|
856 |
+
"Degree=Pos|POS=ADV|PronType=Ind",
|
857 |
+
"Animacy=Inan|Case=Acc|Definite=Ind|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ",
|
858 |
+
"Case=Acc|Definite=Def|Degree=Pos|Gender=Fem|Number=Sing|POS=ADJ|Poss=Yes",
|
859 |
+
"Case=Nom|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Prs",
|
860 |
+
"Degree=Pos|POS=ADV|PronType=Neg",
|
861 |
+
"Animacy=Inan|Case=Acc|Gender=Masc|NumType=Card|Number=Sing|POS=NUM",
|
862 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=PROPN",
|
863 |
+
"Case=Dat|Gender=Fem|Number=Sing|POS=NOUN",
|
864 |
+
"Case=Acc|Gender=Neut|Gender[psor]=Masc,Neut|Number=Plur|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
865 |
+
"Case=Dat|Gender=Fem|Number=Sing|POS=PROPN",
|
866 |
+
"Case=Acc|Gender=Neut|Number=Sing|POS=DET|PronType=Dem",
|
867 |
+
"Case=Nom|Gender=Fem|Gender[psor]=Masc,Neut|Number=Sing|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
868 |
+
"Case=Ins|Definite=Def|Degree=Cmp|Gender=Masc|Number=Plur|POS=ADJ",
|
869 |
+
"Case=Acc|Definite=Def|Degree=Pos|Gender=Neut|Number=Plur|POS=ADJ",
|
870 |
+
"Case=Nom|Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Prs",
|
871 |
+
"Case=Dat|Definite=Def|Degree=Pos|Gender=Fem|Number=Sing|POS=ADJ",
|
872 |
+
"Case=Dat|Number=Plur|POS=PRON|Person=1|PronType=Prs",
|
873 |
+
"Case=Nom|Gender=Neut|Number=Sing|POS=PRON|Person=3|PronType=Prs",
|
874 |
+
"Case=Acc|Gender=Neut|Number=Sing|POS=DET|Poss=Yes|PronType=Prs|Reflex=Yes",
|
875 |
+
"Case=Nom|Definite=Def|Degree=Pos|Gender=Neut|Number=Plur|POS=ADJ",
|
876 |
+
"Case=Loc|Gender=Neut|Number=Plur|POS=DET|Poss=Yes|PronType=Prs|Reflex=Yes",
|
877 |
+
"Case=Nom|Gender=Masc|POS=PRON|PronType=Neg",
|
878 |
+
"Case=Gen|Definite=Def|Degree=Pos|Gender=Neut|Number=Plur|POS=ADJ",
|
879 |
+
"Case=Gen|Gender=Neut|Number=Plur|POS=NOUN",
|
880 |
+
"Case=Gen|Gender=Fem|Number=Sing|POS=DET|PronType=Tot",
|
881 |
+
"Mood=Cnd|Number=Plur|POS=AUX|Person=1|Tense=Past|VerbForm=Fin",
|
882 |
+
"Case=Dat|Number=Sing|POS=PRON|Person=1|PronType=Prs",
|
883 |
+
"Case=Nom|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ",
|
884 |
+
"Case=Loc|Gender=Masc|Number=Sing|Number[psor]=Sing|POS=DET|Person=1|Poss=Yes|PronType=Prs",
|
885 |
+
"Case=Dat|Definite=Def|Degree=Cmp|Gender=Fem|Number=Sing|POS=ADJ",
|
886 |
+
"POS=NOUN",
|
887 |
+
"Case=Voc|Gender=Masc|Number=Sing|POS=NOUN",
|
888 |
+
"Case=Gen|Gender=Neut|Number=Sing|POS=PROPN",
|
889 |
+
"Case=Ins|Gender=Masc|Number=Sing|POS=DET|PronType=Dem",
|
890 |
+
"Case=Loc|Gender=Neut|Number=Sing|POS=DET|PronType=Int,Rel",
|
891 |
+
"Case=Acc|Gender=Masc|Gender[psor]=Fem|Number=Plur|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
892 |
+
"Case=Ins|Gender=Fem|Number=Sing|POS=PROPN",
|
893 |
+
"Case=Acc|Gender=Fem|Number=Plur|POS=DET|PronType=Ind",
|
894 |
+
"Case=Acc|Degree=Pos|Gender=Fem|Number=Plur|POS=ADJ",
|
895 |
+
"Case=Loc|Gender=Neut|Number=Sing|POS=DET|PronType=Dem",
|
896 |
+
"Case=Loc|Number=Plur|POS=PRON|Person=1|PronType=Prs",
|
897 |
+
"Case=Loc|Gender=Masc|Number=Plur|Number[psor]=Plur|POS=DET|Person=1|Poss=Yes|PronType=Prs",
|
898 |
+
"Case=Nom|Gender=Fem|Number=Sing|Number[psor]=Plur|POS=DET|Person=1|Poss=Yes|PronType=Prs",
|
899 |
+
"Case=Nom|Degree=Pos|Gender=Fem|Number=Plur|POS=ADJ",
|
900 |
+
"Case=Nom|Gender=Fem|NumType=Card|Number=Plur|POS=NUM",
|
901 |
+
"Case=Dat|Gender=Masc|Number=Sing|POS=DET|PronType=Dem",
|
902 |
+
"Case=Nom|Gender=Neut|Number=Sing|POS=DET|PronType=Tot",
|
903 |
+
"Case=Acc|Gender=Neut|Number=Plur|POS=DET|PronType=Dem",
|
904 |
+
"Case=Loc|Gender=Fem|Number=Sing|POS=DET|PronType=Int,Rel",
|
905 |
+
"Case=Dat|Gender=Fem|Number=Sing|Number[psor]=Plur|POS=DET|Person=1|Poss=Yes|PronType=Prs",
|
906 |
+
"Case=Nom|Number=Plur|POS=PRON|Person=2|PronType=Prs",
|
907 |
+
"Case=Gen|Gender=Masc|Number=Sing|POS=DET|PronType=Dem",
|
908 |
+
"Case=Gen|Gender=Masc|Number=Sing|POS=DET|Poss=Yes|PronType=Prs|Reflex=Yes",
|
909 |
+
"Case=Loc|Gender=Fem|Number=Plur|POS=DET|PronType=Int,Rel",
|
910 |
+
"Mood=Ind|Number=Plur|POS=AUX|Person=2|Tense=Pres|VerbForm=Fin",
|
911 |
+
"Case=Ins|Gender=Masc|Number=Sing|POS=DET|Poss=Yes|PronType=Prs|Reflex=Yes",
|
912 |
+
"Case=Dat|Gender=Fem|Number=Plur|POS=DET|PronType=Dem",
|
913 |
+
"Case=Dat|Gender=Fem|Number=Plur|POS=NOUN",
|
914 |
+
"POS=SPACE",
|
915 |
+
"Mood=Cnd|Number=Sing|POS=AUX|Person=1|Tense=Past|VerbForm=Fin",
|
916 |
+
"Case=Loc|Gender=Masc|Number=Sing|POS=DET|Poss=Yes|PronType=Prs|Reflex=Yes",
|
917 |
+
"Case=Nom|Gender=Masc|Number=Sing|Number[psor]=Plur|POS=DET|Person=1|Poss=Yes|PronType=Prs",
|
918 |
+
"Case=Acc|Number=Plur|POS=PRON|Person=3|PronType=Prs",
|
919 |
+
"Case=Gen|Gender=Fem|Number=Plur|Number[psor]=Plur|POS=DET|Person=1|Poss=Yes|PronType=Prs",
|
920 |
+
"Mood=Ind|Number=Plur|POS=AUX|Person=1|Polarity=Neg|Tense=Pres|VerbForm=Fin",
|
921 |
+
"Case=Nom|Definite=Def|Degree=Cmp|Gender=Fem|Number=Sing|POS=ADJ",
|
922 |
+
"Case=Nom|Gender=Fem|Gender[psor]=Fem|Number=Sing|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
923 |
+
"Case=Loc|Definite=Def|Degree=Pos|Gender=Neut|Number=Sing|POS=ADJ",
|
924 |
+
"Case=Nom|Gender=Masc|POS=PRON|PronType=Ind",
|
925 |
+
"Case=Acc|Definite=Def|Degree=Pos|Gender=Fem|Number=Plur|POS=ADJ|VerbForm=Part|Voice=Pass",
|
926 |
+
"Case=Nom|Gender=Neut|Number=Sing|Number[psor]=Plur|POS=DET|Person=2|Poss=Yes|PronType=Prs",
|
927 |
+
"Case=Loc|Gender=Neut|Number=Sing|Number[psor]=Plur|POS=DET|Person=2|Poss=Yes|PronType=Prs",
|
928 |
+
"Case=Dat|Definite=Def|Degree=Pos|Gender=Fem|Number=Plur|POS=ADJ",
|
929 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Prs",
|
930 |
+
"Case=Gen|Gender=Fem|Number=Plur|POS=DET|PronType=Dem",
|
931 |
+
"Animacy=Inan|Case=Acc|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ",
|
932 |
+
"Case=Ins|Definite=Def|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ|VerbForm=Part|Voice=Pass",
|
933 |
+
"Case=Dat|Gender=Masc|POS=PRON|PronType=Neg",
|
934 |
+
"Case=Ins|Gender=Neut|POS=PRON|PronType=Int,Rel",
|
935 |
+
"Case=Dat|Definite=Def|Degree=Pos|Gender=Masc|Number=Plur|POS=ADJ",
|
936 |
+
"Case=Dat|Definite=Def|Degree=Pos|Gender=Masc|Number=Plur|POS=ADJ|VerbForm=Part|Voice=Pass",
|
937 |
+
"Case=Acc|Gender=Neut|Number=Sing|Number[psor]=Plur|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
938 |
+
"Animacy=Anim|Case=Acc|Gender=Masc|Number=Sing|POS=DET|PronType=Int,Rel",
|
939 |
+
"Case=Dat|POS=ADP",
|
940 |
+
"Degree=Sup|POS=ADV",
|
941 |
+
"Case=Ins|Definite=Def|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ",
|
942 |
+
"Case=Acc|Gender=Fem|Number=Plur|POS=DET|PronType=Int,Rel",
|
943 |
+
"POS=ADV|Tense=Pres|VerbForm=Conv",
|
944 |
+
"Case=Ins|POS=PRON|PronType=Prs|Reflex=Yes",
|
945 |
+
"Case=Loc|Gender=Neut|Number=Plur|POS=DET|PronType=Int,Rel",
|
946 |
+
"Case=Loc|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Prs",
|
947 |
+
"Gender=Neut|Number=Plur|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
948 |
+
"Case=Nom|Gender=Neut|NumType=Card|Number=Plur|POS=NUM",
|
949 |
+
"Case=Gen|Definite=Def|Degree=Pos|Gender=Neut|Number=Plur|POS=ADJ|VerbForm=Part|Voice=Pass",
|
950 |
+
"Case=Loc|Gender=Fem|Gender[psor]=Fem|Number=Sing|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
951 |
+
"Case=Ins|Gender=Neut|Number=Sing|POS=DET|PronType=Dem",
|
952 |
+
"Case=Gen|Degree=Pos|Gender=Neut|Number=Plur|POS=ADJ",
|
953 |
+
"Case=Ins|Definite=Def|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ|Poss=Yes",
|
954 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=DET|PronType=Ind",
|
955 |
+
"Case=Gen|Definite=Def|Degree=Pos|Gender=Masc|Number=Plur|POS=ADJ|Poss=Yes",
|
956 |
+
"Case=Acc|Gender=Fem|NumType=Card|Number=Plur|POS=NUM",
|
957 |
+
"Case=Nom|Gender=Fem|Number=Plur|POS=PROPN",
|
958 |
+
"Case=Ins|Gender=Fem|Number=Sing|POS=DET|PronType=Dem",
|
959 |
+
"Case=Gen|Gender=Fem|Number=Plur|POS=DET|PronType=Int,Rel",
|
960 |
+
"Case=Nom|Gender=Fem|NumType=Card|Number=Sing|POS=NUM",
|
961 |
+
"NumType=Mult|POS=NUM",
|
962 |
+
"Case=Acc|Degree=Pos|Gender=Masc|Number=Plur|POS=ADJ",
|
963 |
+
"Case=Ins|Gender=Masc|Number=Plur|POS=DET|PronType=Int,Rel",
|
964 |
+
"Case=Gen|Gender=Fem|NumType=Mult|POS=NUM",
|
965 |
+
"Case=Acc|Gender=Neut|POS=PRON|PronType=Int,Rel",
|
966 |
+
"Animacy=Inan|Case=Acc|Definite=Def|Degree=Cmp|Gender=Masc|Number=Sing|POS=ADJ",
|
967 |
+
"Case=Nom|Gender=Fem|NumType=Mult|POS=NUM",
|
968 |
+
"Case=Ins|Gender=Fem|Number=Plur|POS=DET|PronType=Int,Rel",
|
969 |
+
"Case=Loc|Gender=Neut|Number=Sing|Number[psor]=Plur|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
970 |
+
"Case=Gen|Gender=Fem|NumType=Card|Number=Plur|POS=NUM",
|
971 |
+
"Case=Gen|Gender=Masc|Number=Plur|POS=PROPN",
|
972 |
+
"Case=Nom|Gender=Fem|Number=Plur|POS=DET|PronType=Dem",
|
973 |
+
"Case=Dat|Number=Plur|POS=PRON|Person=3|PronType=Prs",
|
974 |
+
"Case=Acc|Gender=Fem|Number=Sing|Number[psor]=Plur|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
975 |
+
"Case=Gen|Definite=Def|Degree=Cmp|Gender=Masc|Number=Sing|POS=ADJ",
|
976 |
+
"Case=Ins|Gender=Neut|Number=Sing|POS=PROPN",
|
977 |
+
"Case=Nom|Gender=Masc|Number=Plur|POS=PROPN",
|
978 |
+
"Case=Dat|Gender=Masc|Gender[psor]=Fem|Number=Plur|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
979 |
+
"Animacy=Inan|Case=Acc|Gender=Masc|Number=Sing|Number[psor]=Plur|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
980 |
+
"Case=Gen|Gender=Masc|NumType=Card|Number=Sing|POS=NUM",
|
981 |
+
"Case=Loc|Gender=Neut|POS=PRON|PronType=Int,Rel",
|
982 |
+
"Animacy=Anim|Case=Acc|Gender=Masc|Number=Sing|POS=DET|PronType=Ind",
|
983 |
+
"Case=Acc|Definite=Def|Degree=Pos|Gender=Masc|Number=Plur|POS=ADJ|VerbForm=Part|Voice=Pass",
|
984 |
+
"Animacy=Inan|Case=Acc|Gender=Masc|Number=Sing|POS=DET|PronType=Dem",
|
985 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=DET|PronType=Tot",
|
986 |
+
"Case=Ins|Definite=Def|Degree=Pos|Gender=Masc|Number=Plur|POS=ADJ|VerbForm=Part|Voice=Pass",
|
987 |
+
"POS=ADV|Tense=Past|VerbForm=Conv",
|
988 |
+
"Case=Nom|Gender=Fem|Number=Sing|POS=DET|PronType=Dem",
|
989 |
+
"Case=Gen|Gender=Masc|Number=Sing|POS=DET|PronType=Int,Rel",
|
990 |
+
"Case=Gen|Gender=Fem|Number=Sing|Number[psor]=Plur|POS=DET|Person=1|Poss=Yes|PronType=Prs",
|
991 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=DET|Poss=Yes|PronType=Prs|Reflex=Yes",
|
992 |
+
"Case=Nom|Definite=Def|Degree=Cmp|Gender=Masc|Number=Sing|POS=ADJ",
|
993 |
+
"Case=Nom|Gender=Masc|POS=PRON|PronType=Int,Rel",
|
994 |
+
"Case=Nom|Gender=Masc|Number=Sing|POS=DET|Poss=Yes|PronType=Int,Rel",
|
995 |
+
"Case=Gen|Definite=Def|Degree=Pos|Gender=Fem|Number=Plur|POS=ADJ|Poss=Yes",
|
996 |
+
"Case=Ins|Gender=Neut|Number=Plur|POS=DET|PronType=Dem",
|
997 |
+
"Case=Ins|Gender=Neut|Number=Plur|POS=NOUN",
|
998 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=DET|PronType=Int,Rel",
|
999 |
+
"Case=Gen|Gender=Masc|Gender[psor]=Masc,Neut|Number=Sing|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1000 |
+
"Case=Loc|Definite=Def|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ|VerbForm=Part|Voice=Pass",
|
1001 |
+
"Case=Dat|Gender=Fem|Number=Sing|POS=DET|PronType=Dem",
|
1002 |
+
"Case=Acc|Definite=Def|Degree=Pos|Gender=Fem|Number=Sing|POS=ADJ|VerbForm=Part|Voice=Pass",
|
1003 |
+
"Case=Gen|Definite=Def|Degree=Cmp|Gender=Neut|Number=Sing|POS=ADJ",
|
1004 |
+
"Case=Ins|Gender=Masc|NumType=Card|Number=Sing|POS=NUM",
|
1005 |
+
"Case=Ins|Definite=Def|Degree=Pos|Gender=Neut|Number=Sing|POS=ADJ",
|
1006 |
+
"Case=Dat|Gender=Neut|Number=Sing|POS=DET|PronType=Dem",
|
1007 |
+
"Case=Nom|Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Prs",
|
1008 |
+
"Case=Acc|Gender=Neut|Number=Sing|POS=DET|PronType=Int,Rel",
|
1009 |
+
"Case=Gen|Gender=Masc|Number=Sing|POS=DET|PronType=Tot",
|
1010 |
+
"Case=Gen|Definite=Def|Degree=Pos|Gender=Neut|Number=Sing|POS=ADJ|VerbForm=Part|Voice=Pass",
|
1011 |
+
"Case=Nom|Definite=Def|Degree=Sup|Gender=Masc|Number=Sing|POS=ADJ",
|
1012 |
+
"Case=Gen|Degree=Pos|Gender=Fem|Number=Plur|POS=ADJ",
|
1013 |
+
"Case=Ins|Gender=Fem|NumType=Card|Number=Sing|POS=NUM",
|
1014 |
+
"Degree=Pos|POS=ADV|PronType=Tot",
|
1015 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=DET|Poss=Yes|PronType=Prs|Reflex=Yes",
|
1016 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=DET|PronType=Dem",
|
1017 |
+
"Case=Dat|Gender=Masc|Number=Plur|POS=DET|PronType=Dem",
|
1018 |
+
"Case=Gen|Gender=Neut|NumType=Card|Number=Sing|POS=NUM",
|
1019 |
+
"Gender=Masc|Number=Plur|POS=AUX|Tense=Past|VerbForm=Part|Voice=Act",
|
1020 |
+
"Case=Nom|Gender=Fem|Number=Sing|POS=DET|Poss=Yes|PronType=Int,Rel",
|
1021 |
+
"Case=Ins|Gender=Fem|Number=Sing|POS=DET|PronType=Int,Rel",
|
1022 |
+
"Case=Nom|Degree=Pos|Gender=Neut|Number=Sing|POS=ADJ",
|
1023 |
+
"Case=Loc|Gender=Fem|Gender[psor]=Masc,Neut|Number=Plur|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1024 |
+
"Case=Acc|Gender=Fem|Number=Plur|POS=DET|PronType=Dem",
|
1025 |
+
"Case=Ins|Definite=Def|Degree=Sup|Gender=Masc|Number=Plur|POS=ADJ",
|
1026 |
+
"Case=Gen|Definite=Def|Degree=Pos|Gender=Fem|Number=Plur|POS=ADJ|VerbForm=Part|Voice=Pass",
|
1027 |
+
"Case=Gen|Gender=Fem|Gender[psor]=Fem|Number=Plur|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1028 |
+
"Case=Dat|Definite=Def|Degree=Pos|Gender=Neut|Number=Plur|POS=ADJ",
|
1029 |
+
"Case=Dat|Gender=Neut|Number=Plur|POS=NOUN",
|
1030 |
+
"Case=Dat|Degree=Pos|Gender=Fem|Number=Sing|POS=ADJ",
|
1031 |
+
"Case=Dat|Definite=Def|Degree=Pos|Gender=Neut|Number=Sing|POS=ADJ",
|
1032 |
+
"Case=Loc|Gender=Fem|Gender[psor]=Masc,Neut|Number=Sing|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1033 |
+
"Case=Ins|Gender=Fem|Number=Sing|POS=DET|Poss=Yes|PronType=Prs|Reflex=Yes",
|
1034 |
+
"Case=Ins|Definite=Def|Degree=Sup|Gender=Fem|Number=Plur|POS=ADJ",
|
1035 |
+
"Case=Nom|Gender=Neut|POS=PRON|PronType=Neg",
|
1036 |
+
"Case=Gen|Gender=Masc|NumType=Mult|POS=NUM",
|
1037 |
+
"Case=Ins|Gender=Neut|Number=Sing|POS=DET|PronType=Int,Rel",
|
1038 |
+
"Animacy=Inan|Case=Acc|Definite=Def|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ|VerbForm=Part|Voice=Pass",
|
1039 |
+
"Case=Gen|Degree=Pos|Gender=Fem|Number=Sing|POS=ADJ",
|
1040 |
+
"Case=Acc|Degree=Pos|Gender=Fem|Number=Sing|POS=ADJ",
|
1041 |
+
"Case=Nom|Gender=Fem|Number=Plur|POS=PRON|Person=3|PronType=Prs",
|
1042 |
+
"Case=Acc|Gender=Fem|Number=Plur|POS=DET|Poss=Yes|PronType=Prs|Reflex=Yes",
|
1043 |
+
"Gender=Neut|Number=Plur|POS=AUX|Tense=Past|VerbForm=Part|Voice=Act",
|
1044 |
+
"Case=Ins|Definite=Def|Degree=Cmp|Gender=Fem|Number=Plur|POS=ADJ",
|
1045 |
+
"Case=Nom|Gender=Fem|Number=Sing|Number[psor]=Sing|POS=DET|Person=1|Poss=Yes|PronType=Prs",
|
1046 |
+
"Case=Ins|Definite=Def|Degree=Pos|Gender=Neut|Number=Plur|POS=ADJ",
|
1047 |
+
"Case=Loc|Gender=Masc|NumType=Card|Number=Sing|POS=NUM",
|
1048 |
+
"Case=Gen|Gender=Fem|Number=Plur|Number[psor]=Plur|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1049 |
+
"Case=Nom|Definite=Def|Degree=Pos|Gender=Fem|Number=Plur|POS=ADJ|Poss=Yes",
|
1050 |
+
"Mood=Imp|Number=Plur|POS=VERB|Person=2|VerbForm=Fin",
|
1051 |
+
"Case=Ins|Gender=Masc|Number=Sing|POS=DET|PronType=Int,Rel",
|
1052 |
+
"Case=Gen|Gender=Neut|Gender[psor]=Masc,Neut|Number=Plur|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1053 |
+
"Case=Gen|Gender=Masc|Number=Plur|POS=DET|PronType=Int,Rel",
|
1054 |
+
"Case=Ins|Definite=Def|Degree=Pos|Gender=Neut|Number=Plur|POS=ADJ|VerbForm=Part|Voice=Pass",
|
1055 |
+
"Case=Loc|Gender=Fem|Number=Sing|POS=DET|PronType=Ind",
|
1056 |
+
"Case=Ins|Definite=Def|Degree=Pos|Gender=Fem|Number=Sing|POS=ADJ|VerbForm=Part|Voice=Pass",
|
1057 |
+
"Case=Loc|Degree=Pos|Gender=Fem|Number=Sing|POS=ADJ",
|
1058 |
+
"Case=Gen|Gender=Fem|Number=Plur|POS=PROPN",
|
1059 |
+
"Case=Nom|Gender=Fem|Number=Plur|POS=DET|PronType=Ind",
|
1060 |
+
"Case=Loc|Degree=Pos|Gender=Fem|Number=Plur|POS=ADJ",
|
1061 |
+
"Case=Gen|Gender=Fem|Gender[psor]=Masc,Neut|Number=Sing|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1062 |
+
"Case=Ins|Degree=Pos|Gender=Neut|Number=Sing|POS=ADJ",
|
1063 |
+
"Case=Acc|Gender=Neut|Number=Sing|POS=PROPN",
|
1064 |
+
"Case=Acc|Gender=Neut|POS=PRON|PronType=Ind",
|
1065 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=DET|Poss=Yes|PronType=Int,Rel",
|
1066 |
+
"Case=Loc|Definite=Def|Degree=Pos|Gender=Neut|Number=Sing|POS=ADJ|Poss=Yes",
|
1067 |
+
"Case=Ins|Number=Plur|POS=PRON|Person=3|PronType=Prs",
|
1068 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=DET|PronType=Dem",
|
1069 |
+
"Case=Dat|Gender=Masc|Number=Plur|POS=DET|PronType=Int,Rel",
|
1070 |
+
"Case=Dat|Gender=Neut|Number=Sing|POS=PROPN",
|
1071 |
+
"Case=Acc|Gender=Neut|Number=Plur|POS=DET|PronType=Int,Rel",
|
1072 |
+
"Case=Nom|Gender=Fem|Number=Sing|POS=DET|PronType=Tot",
|
1073 |
+
"Case=Gen|Definite=Def|Degree=Pos|Gender=Neut|Number=Sing|POS=ADJ|Poss=Yes",
|
1074 |
+
"Case=Dat|Gender=Neut|Number=Sing|POS=DET|PronType=Int,Rel",
|
1075 |
+
"Case=Gen|Gender=Masc|Gender[psor]=Fem|Number=Plur|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1076 |
+
"NumType=Mult|POS=SYM",
|
1077 |
+
"Case=Loc|Definite=Def|Degree=Pos|Gender=Neut|Number=Sing|POS=ADJ|VerbForm=Part|Voice=Pass",
|
1078 |
+
"Case=Gen|Gender=Fem|Number=Sing|POS=DET|Poss=Yes|PronType=Prs|Reflex=Yes",
|
1079 |
+
"Case=Nom|Gender=Masc|Gender[psor]=Fem|Number=Sing|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1080 |
+
"Case=Nom|Gender=Masc|Gender[psor]=Masc,Neut|Number=Sing|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1081 |
+
"Case=Dat|Definite=Def|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ|Poss=Yes",
|
1082 |
+
"Case=Gen|Definite=Def|Degree=Pos|Gender=Neut|Number=Plur|POS=ADJ|Poss=Yes",
|
1083 |
+
"Animacy=Anim|Case=Acc|Gender=Masc|Number=Sing|POS=DET|Poss=Yes|PronType=Prs|Reflex=Yes",
|
1084 |
+
"Case=Nom|Definite=Def|Degree=Cmp|Gender=Fem|Number=Plur|POS=ADJ",
|
1085 |
+
"Case=Acc|Gender=Masc|NumType=Card|Number=Plur|POS=NUM",
|
1086 |
+
"Case=Gen|Definite=Def|Degree=Pos|Gender=Fem|Number=Sing|POS=ADJ|VerbForm=Part|Voice=Pass",
|
1087 |
+
"Case=Loc|Gender=Masc|Gender[psor]=Masc,Neut|Number=Sing|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1088 |
+
"Case=Loc|Definite=Def|Degree=Pos|Gender=Fem|Number=Sing|POS=ADJ|VerbForm=Part|Voice=Pass",
|
1089 |
+
"Case=Acc|Gender=Neut|Number=Plur|Number[psor]=Plur|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1090 |
+
"Case=Gen|Definite=Def|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ|VerbForm=Part|Voice=Pass",
|
1091 |
+
"Case=Ins|Gender=Masc|Number=Plur|POS=PROPN",
|
1092 |
+
"Case=Loc|Gender=Fem|Number=Plur|POS=DET|PronType=Ind",
|
1093 |
+
"Case=Nom|Gender=Neut|NumType=Card|Number=Sing|POS=NUM",
|
1094 |
+
"Case=Ins|Gender=Masc|Number=Plur|POS=DET|Poss=Yes|PronType=Prs|Reflex=Yes",
|
1095 |
+
"Case=Gen|Definite=Def|Degree=Sup|Gender=Fem|Number=Sing|POS=ADJ",
|
1096 |
+
"Case=Gen|Gender=Masc|Number=Plur|POS=DET|Poss=Yes|PronType=Prs|Reflex=Yes",
|
1097 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=PROPN",
|
1098 |
+
"Case=Loc|Gender=Neut|Number=Sing|POS=DET|PronType=Tot",
|
1099 |
+
"Case=Loc|Definite=Def|Degree=Sup|Gender=Fem|Number=Sing|POS=ADJ",
|
1100 |
+
"Case=Gen|Gender=Neut|Number=Sing|Number[psor]=Plur|POS=DET|Person=1|Poss=Yes|PronType=Prs",
|
1101 |
+
"Case=Ins|Gender=Neut|Number=Plur|POS=DET|PronType=Int,Rel",
|
1102 |
+
"Case=Dat|Gender=Masc|Number=Sing|POS=DET|PronType=Int,Rel",
|
1103 |
+
"Case=Acc|Definite=Def|Degree=Pos|Gender=Fem|Number=Plur|POS=ADJ|Poss=Yes",
|
1104 |
+
"Case=Loc|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ",
|
1105 |
+
"Case=Acc|Gender=Fem|NumType=Card|Number=Sing|POS=NUM",
|
1106 |
+
"Case=Dat|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Prs",
|
1107 |
+
"Case=Gen|Gender=Neut|Number=Sing|POS=DET|Poss=Yes|PronType=Prs|Reflex=Yes",
|
1108 |
+
"Case=Loc|Definite=Def|Degree=Pos|Gender=Neut|Number=Plur|POS=ADJ|VerbForm=Part|Voice=Pass",
|
1109 |
+
"Case=Acc|Definite=Def|Degree=Sup|Gender=Fem|Number=Sing|POS=ADJ",
|
1110 |
+
"Case=Dat|Definite=Def|Degree=Pos|Gender=Fem|Number=Sing|POS=ADJ|Poss=Yes",
|
1111 |
+
"Case=Nom|Gender=Masc|Number=Plur|Number[psor]=Plur|POS=DET|Person=1|Poss=Yes|PronType=Prs",
|
1112 |
+
"Case=Gen|Gender=Fem|NumType=Card|Number=Sing|POS=NUM",
|
1113 |
+
"Case=Nom|Definite=Def|Degree=Sup|Gender=Masc|Number=Plur|POS=ADJ",
|
1114 |
+
"Mood=Cnd|Number=Sing|POS=AUX|Person=2|Tense=Past|VerbForm=Fin",
|
1115 |
+
"Case=Gen|Gender=Masc|Number=Sing|POS=DET|PronType=Ind",
|
1116 |
+
"Case=Dat|Gender=Masc|Number=Plur|POS=DET|Poss=Yes|PronType=Prs|Reflex=Yes",
|
1117 |
+
"Case=Gen|Definite=Def|Degree=Cmp|Gender=Fem|Number=Sing|POS=ADJ",
|
1118 |
+
"Case=Dat|Degree=Pos|Gender=Masc|Number=Plur|POS=ADJ",
|
1119 |
+
"Case=Gen|Definite=Def|Degree=Sup|Gender=Masc|Number=Sing|POS=ADJ",
|
1120 |
+
"Case=Gen|Gender=Fem|Number=Sing|POS=DET|PronType=Ind",
|
1121 |
+
"Case=Nom|Gender=Masc|Number=Plur|POS=DET|PronType=Neg",
|
1122 |
+
"Case=Loc|Definite=Def|Degree=Sup|Gender=Masc|Number=Sing|POS=ADJ",
|
1123 |
+
"Case=Dat|Gender=Masc|Number=Plur|Number[psor]=Plur|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1124 |
+
"POS=SYM",
|
1125 |
+
"Case=Ins|Definite=Def|Degree=Cmp|Gender=Neut|Number=Sing|POS=ADJ",
|
1126 |
+
"Case=Nom|Gender=Masc|Gender[psor]=Masc,Neut|Number=Plur|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1127 |
+
"Case=Gen|Degree=Pos|Gender=Masc|Number=Plur|POS=ADJ",
|
1128 |
+
"Case=Gen|Gender=Fem|Number=Sing|Number[psor]=Plur|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1129 |
+
"Case=Dat|Gender=Fem|Gender[psor]=Masc,Neut|Number=Sing|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1130 |
+
"Case=Gen|Definite=Def|Degree=Sup|Gender=Fem|Number=Plur|POS=ADJ",
|
1131 |
+
"Case=Dat|Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Prs",
|
1132 |
+
"Case=Gen|Definite=Def|Degree=Pos|Gender=Fem|Number=Sing|POS=ADJ|Poss=Yes",
|
1133 |
+
"Case=Gen|Gender=Fem|Gender[psor]=Masc,Neut|Number=Plur|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1134 |
+
"Animacy=Anim|Case=Acc|Definite=Def|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ|VerbForm=Part|Voice=Pass",
|
1135 |
+
"Case=Gen|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Prs",
|
1136 |
+
"Case=Dat|Gender=Masc|Gender[psor]=Fem|Number=Sing|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1137 |
+
"Case=Loc|Gender=Fem|Number=Plur|POS=DET|PronType=Dem",
|
1138 |
+
"Case=Nom|Gender=Neut|Number=Plur|POS=PRON|Person=3|PronType=Prs",
|
1139 |
+
"Case=Gen|Gender=Neut|Number=Plur|POS=DET|PronType=Ind",
|
1140 |
+
"Case=Nom|Gender=Masc|Number=Sing|POS=DET|PronType=Tot",
|
1141 |
+
"Case=Gen|Gender=Fem|Number=Sing|POS=DET|PronType=Int,Rel",
|
1142 |
+
"Case=Ins|Definite=Def|Degree=Cmp|Gender=Fem|Number=Sing|POS=ADJ",
|
1143 |
+
"Case=Dat|Gender=Masc|Number=Plur|POS=PROPN",
|
1144 |
+
"Case=Acc|Degree=Pos|Gender=Neut|Number=Sing|POS=ADJ",
|
1145 |
+
"Case=Loc|Degree=Pos|Gender=Neut|Number=Sing|POS=ADJ",
|
1146 |
+
"Case=Gen|Gender=Neut|Number=Sing|POS=DET|PronType=Tot",
|
1147 |
+
"Case=Nom|Definite=Def|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ|VerbForm=Part|Voice=Pass",
|
1148 |
+
"Case=Nom|Definite=Def|Degree=Sup|Gender=Fem|Number=Sing|POS=ADJ",
|
1149 |
+
"Case=Gen|Gender=Masc|Number=Sing|Number[psor]=Plur|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1150 |
+
"Case=Gen|Definite=Def|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ|Poss=Yes",
|
1151 |
+
"Case=Gen|Definite=Def|Degree=Sup|Gender=Neut|Number=Plur|POS=ADJ",
|
1152 |
+
"Case=Gen|Gender=Neut|Gender[psor]=Fem|Number=Sing|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1153 |
+
"Case=Ins|Degree=Pos|Gender=Fem|Number=Plur|POS=ADJ",
|
1154 |
+
"Case=Gen|Gender=Masc|Gender[psor]=Masc,Neut|Number=Plur|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1155 |
+
"Case=Gen|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ",
|
1156 |
+
"Mood=Ind|Number=Sing|POS=AUX|Person=1|Polarity=Neg|Tense=Pres|VerbForm=Fin",
|
1157 |
+
"Case=Ins|Gender=Fem|Number=Plur|POS=DET|PronType=Dem",
|
1158 |
+
"Case=Acc|Definite=Def|Degree=Sup|Gender=Masc|Number=Plur|POS=ADJ",
|
1159 |
+
"Case=Dat|Gender=Fem|NumType=Card|Number=Sing|POS=NUM",
|
1160 |
+
"Case=Gen|Gender=Neut|Number=Plur|POS=DET|Poss=Yes|PronType=Prs|Reflex=Yes",
|
1161 |
+
"Case=Acc|Gender=Neut|Gender[psor]=Fem|Number=Sing|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1162 |
+
"Case=Acc|Gender=Fem|Number=Plur|Number[psor]=Plur|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1163 |
+
"Case=Gen|NumType=Card|Number=Plur|POS=NUM",
|
1164 |
+
"Animacy=Anim|Case=Acc|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ",
|
1165 |
+
"Case=Dat|Definite=Def|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ|VerbForm=Part|Voice=Pass",
|
1166 |
+
"Animacy=Inan|Case=Acc|Gender=Masc|Gender[psor]=Masc,Neut|Number=Sing|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1167 |
+
"Case=Acc|Gender=Masc|Gender[psor]=Masc,Neut|Number=Plur|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1168 |
+
"Case=Nom|Definite=Def|Degree=Pos|Gender=Masc|Number=Plur|POS=ADJ|Poss=Yes",
|
1169 |
+
"Case=Acc|Definite=Def|Degree=Cmp|Gender=Neut|Number=Sing|POS=ADJ",
|
1170 |
+
"Animacy=Inan|Case=Acc|Definite=Def|Degree=Sup|Gender=Masc|Number=Sing|POS=ADJ",
|
1171 |
+
"Animacy=Anim|Case=Acc|Definite=Def|Degree=Sup|Gender=Masc|Number=Sing|POS=ADJ",
|
1172 |
+
"Case=Gen|Definite=Ind|Degree=Pos|Gender=Neut|Number=Sing|POS=ADJ",
|
1173 |
+
"Animacy=Inan|Case=Acc|Gender=Masc|Gender[psor]=Fem|Number=Sing|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1174 |
+
"Case=Loc|Definite=Def|Degree=Pos|Gender=Fem|Number=Plur|POS=ADJ|VerbForm=Part|Voice=Pass",
|
1175 |
+
"Case=Gen|Gender=Masc|Number=Plur|POS=DET|PronType=Ind",
|
1176 |
+
"Animacy=Anim|Case=Acc|Gender=Masc|Number=Sing|POS=DET|PronType=Tot",
|
1177 |
+
"Case=Nom|Gender=Masc|Number=Plur|Number[psor]=Plur|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1178 |
+
"Case=Acc|Gender=Fem|Gender[psor]=Fem|Number=Sing|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1179 |
+
"Case=Ins|Definite=Def|Degree=Pos|Gender=Fem|Number=Plur|POS=ADJ|VerbForm=Part|Voice=Pass",
|
1180 |
+
"Case=Loc|POS=PRON|PronType=Prs|Reflex=Yes",
|
1181 |
+
"Case=Loc|Definite=Def|Degree=Cmp|Gender=Masc|Number=Sing|POS=ADJ",
|
1182 |
+
"Case=Nom|Definite=Def|Degree=Cmp|Gender=Neut|Number=Sing|POS=ADJ",
|
1183 |
+
"Case=Acc|Definite=Def|Degree=Cmp|Gender=Masc|Number=Plur|POS=ADJ",
|
1184 |
+
"Case=Dat|Definite=Def|Degree=Cmp|Gender=Masc|Number=Sing|POS=ADJ",
|
1185 |
+
"Case=Loc|Definite=Def|Degree=Sup|Gender=Masc|Number=Plur|POS=ADJ",
|
1186 |
+
"Case=Loc|Gender=Masc|Number=Plur|POS=DET|Poss=Yes|PronType=Prs|Reflex=Yes",
|
1187 |
+
"Case=Nom|Gender=Masc|POS=PRON|PronType=Tot",
|
1188 |
+
"Case=Nom|Gender=Masc|NumType=Card|Number=Plur|POS=NUM",
|
1189 |
+
"Case=Acc|Gender=Fem|NumType=Mult|POS=NUM",
|
1190 |
+
"Case=Loc|Gender=Neut|Gender[psor]=Fem|Number=Sing|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1191 |
+
"Animacy=Inan|Case=Acc|Definite=Def|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ|Poss=Yes",
|
1192 |
+
"Case=Loc|Gender=Fem|Number=Plur|POS=PROPN",
|
1193 |
+
"Animacy=Inan|Case=Acc|Definite=Ind|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ|VerbForm=Part|Voice=Pass",
|
1194 |
+
"Animacy=Anim|Case=Acc|Gender=Masc|Gender[psor]=Masc,Neut|Number=Sing|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1195 |
+
"Case=Loc|Definite=Def|Degree=Cmp|Gender=Fem|Number=Sing|POS=ADJ",
|
1196 |
+
"Case=Gen|Gender=Masc|Gender[psor]=Fem|Number=Sing|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1197 |
+
"Case=Ins|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Prs",
|
1198 |
+
"Case=Gen|Definite=Ind|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ",
|
1199 |
+
"Case=Acc|Gender=Fem|Gender[psor]=Masc,Neut|Number=Sing|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1200 |
+
"Case=Gen|Gender=Neut|Number=Plur|Number[psor]=Plur|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1201 |
+
"Case=Nom|Gender=Fem|Number=Sing|Number[psor]=Plur|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1202 |
+
"Case=Acc|Number=Sing|POS=PRON|Person=1|PronType=Prs",
|
1203 |
+
"Animacy=Inan|Case=Acc|Gender=Masc|Number=Sing|POS=DET|PronType=Ind",
|
1204 |
+
"Case=Acc|Gender=Neut|Number=Plur|POS=DET|PronType=Ind",
|
1205 |
+
"Case=Loc|Gender=Masc|Number=Sing|POS=DET|PronType=Ind",
|
1206 |
+
"Case=Loc|Gender=Fem|Number=Sing|Number[psor]=Plur|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1207 |
+
"Case=Acc|Degree=Pos|Gender=Neut|Number=Plur|POS=ADJ",
|
1208 |
+
"Animacy=Anim|Case=Acc|Gender=Masc|Number=Sing|POS=PRON|PronType=Neg",
|
1209 |
+
"Case=Nom|Gender=Fem|Number=Plur|Number[psor]=Plur|POS=DET|Person=1|Poss=Yes|PronType=Prs",
|
1210 |
+
"Case=Gen|Gender=Fem|Number=Sing|Number[psor]=Sing|POS=DET|Person=1|Poss=Yes|PronType=Prs",
|
1211 |
+
"Case=Dat|Gender=Fem|Number=Sing|Number[psor]=Sing|POS=DET|Person=1|Poss=Yes|PronType=Prs",
|
1212 |
+
"Case=Gen|POS=PRON|PronType=Prs|Reflex=Yes",
|
1213 |
+
"Case=Gen|Gender=Neut|Number=Plur|POS=DET|PronType=Dem",
|
1214 |
+
"Case=Dat|POS=PRON|PronType=Prs|Reflex=Yes",
|
1215 |
+
"Case=Gen|Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Prs",
|
1216 |
+
"Case=Loc|Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Prs",
|
1217 |
+
"Case=Loc|Degree=Pos|Gender=Neut|Number=Plur|POS=ADJ",
|
1218 |
+
"Case=Loc|Definite=Def|Degree=Cmp|Gender=Neut|Number=Sing|POS=ADJ",
|
1219 |
+
"Case=Nom|Definite=Def|Degree=Sup|Gender=Neut|Number=Plur|POS=ADJ",
|
1220 |
+
"Case=Dat|Gender=Masc|Number=Sing|POS=DET|PronType=Ind",
|
1221 |
+
"Case=Acc|Gender=Masc|POS=PRON|PronType=Int,Rel",
|
1222 |
+
"Case=Loc|Degree=Pos|Gender=Masc|Number=Plur|POS=ADJ",
|
1223 |
+
"Case=Ins|Definite=Def|Degree=Sup|Gender=Fem|Number=Sing|POS=ADJ",
|
1224 |
+
"Case=Dat|Definite=Def|Degree=Sup|Gender=Masc|Number=Plur|POS=ADJ",
|
1225 |
+
"Mood=Ind|Number=Sing|POS=VERB|Person=3|Tense=Past|VerbForm=Fin",
|
1226 |
+
"Case=Nom|Gender=Neut|Number=Sing|Number[psor]=Plur|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1227 |
+
"Case=Loc|Gender=Fem|Number=Plur|Number[psor]=Sing|POS=DET|Person=2|Poss=Yes|PronType=Prs",
|
1228 |
+
"Case=Dat|Gender=Masc|Number=Plur|Number[psor]=Plur|POS=DET|Person=1|Poss=Yes|PronType=Prs",
|
1229 |
+
"Case=Ins|Gender=Fem|NumType=Mult|POS=NUM",
|
1230 |
+
"Mood=Ind|Number=Plur|POS=AUX|Person=2|Polarity=Neg|Tense=Pres|VerbForm=Fin",
|
1231 |
+
"Case=Acc|Gender=Fem|Number=Sing|Number[psor]=Sing|POS=DET|Person=1|Poss=Yes|PronType=Prs",
|
1232 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=DET|PronType=Ind",
|
1233 |
+
"POS=ADJ",
|
1234 |
+
"Case=Gen|Gender=Neut|Number=Sing|POS=DET|PronType=Int,Rel",
|
1235 |
+
"Case=Loc|Gender=Masc|Number=Plur|Number[psor]=Plur|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1236 |
+
"Case=Acc|Definite=Def|Degree=Pos|Gender=Masc|Number=Plur|POS=ADJ|Poss=Yes",
|
1237 |
+
"Case=Loc|Number=Plur|POS=PRON|Person=3|PronType=Prs",
|
1238 |
+
"Case=Ins|NumType=Card|Number=Plur|POS=NUM",
|
1239 |
+
"Case=Nom|Gender=Masc|Gender[psor]=Fem|Number=Plur|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1240 |
+
"Case=Nom|Definite=Def|Degree=Pos|Gender=Neut|Number=Sing|POS=ADJ|Poss=Yes",
|
1241 |
+
"Case=Gen|Definite=Ind|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ|Poss=Yes",
|
1242 |
+
"Case=Ins|Gender=Fem|Number=Plur|POS=DET|PronType=Ind",
|
1243 |
+
"Case=Ins|Definite=Def|Degree=Sup|Gender=Masc|Number=Sing|POS=ADJ",
|
1244 |
+
"Case=Dat|Gender=Fem|Number=Sing|POS=DET|PronType=Int,Rel",
|
1245 |
+
"Case=Nom|Gender=Fem|Gender[psor]=Masc,Neut|Number=Plur|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1246 |
+
"Case=Nom|Gender=Masc|Number=Sing|POS=DET|PronType=Ind",
|
1247 |
+
"Case=Loc|Gender=Masc|Number=Sing|Number[psor]=Plur|POS=DET|Person=1|Poss=Yes|PronType=Prs",
|
1248 |
+
"Case=Nom|Gender=Masc|Number=Plur|POS=DET|Poss=Yes|PronType=Int,Rel",
|
1249 |
+
"Case=Acc|Gender=Neut|Number=Sing|POS=PRON|Person=3|PronType=Prs",
|
1250 |
+
"Case=Acc|Definite=Def|Degree=Pos|Gender=Neut|Number=Sing|POS=ADJ|Poss=Yes",
|
1251 |
+
"Case=Ins|Degree=Pos|Gender=Masc|Number=Plur|POS=ADJ",
|
1252 |
+
"Case=Loc|Gender=Fem|Number=Plur|POS=DET|Poss=Yes|PronType=Prs|Reflex=Yes",
|
1253 |
+
"Case=Loc|Definite=Def|Degree=Pos|Gender=Fem|Number=Plur|POS=ADJ|Poss=Yes",
|
1254 |
+
"Case=Loc|Gender=Neut|Gender[psor]=Masc,Neut|Number=Sing|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1255 |
+
"Case=Gen|Gender=Masc|NumType=Card|Number=Plur|POS=NUM",
|
1256 |
+
"Case=Ins|Gender=Masc|Number=Plur|POS=DET|PronType=Dem",
|
1257 |
+
"Case=Ins|Gender=Neut|Number=Sing|POS=PRON|Person=3|PronType=Prs",
|
1258 |
+
"Case=Acc|Gender=Masc|NumType=Mult|POS=NUM",
|
1259 |
+
"Case=Dat|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ",
|
1260 |
+
"Case=Nom|Definite=Def|Degree=Sup|Gender=Fem|Number=Plur|POS=ADJ",
|
1261 |
+
"Case=Nom|Gender=Neut|Number=Sing|Number[psor]=Plur|POS=DET|Person=1|Poss=Yes|PronType=Prs",
|
1262 |
+
"Case=Ins|Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Prs",
|
1263 |
+
"Case=Acc|Definite=Def|Degree=Sup|Gender=Neut|Number=Plur|POS=ADJ",
|
1264 |
+
"Case=Nom|Gender=Fem|Number=Plur|POS=DET|Poss=Yes|PronType=Int,Rel",
|
1265 |
+
"Mood=Imp|Number=Plur|POS=VERB|Person=1|VerbForm=Fin",
|
1266 |
+
"Case=Ins|Gender=Fem|Number=Plur|POS=DET|Poss=Yes|PronType=Prs|Reflex=Yes",
|
1267 |
+
"Case=Nom|Gender=Fem|Number=Sing|Number[psor]=Plur|POS=DET|Person=2|Poss=Yes|PronType=Prs",
|
1268 |
+
"Case=Gen|Gender=Fem|Number=Sing|Number[psor]=Plur|POS=DET|Person=2|Poss=Yes|PronType=Prs",
|
1269 |
+
"Case=Dat|Number=Plur|POS=PRON|Person=2|PronType=Prs",
|
1270 |
+
"Case=Dat|Gender=Fem|Number=Plur|POS=DET|PronType=Int,Rel",
|
1271 |
+
"Animacy=Inan|Case=Acc|Gender=Masc|Number=Sing|POS=DET|PronType=Tot",
|
1272 |
+
"Case=Gen|Gender=Neut|POS=PRON|PronType=Int,Rel",
|
1273 |
+
"Case=Dat|Degree=Pos|Gender=Fem|Number=Plur|POS=ADJ",
|
1274 |
+
"Case=Gen|Definite=Def|Degree=Cmp|Gender=Fem|Number=Plur|POS=ADJ",
|
1275 |
+
"Case=Acc|Definite=Def|Degree=Pos|Gender=Neut|Number=Plur|POS=ADJ|Poss=Yes",
|
1276 |
+
"Case=Dat|Definite=Def|Degree=Sup|Gender=Masc|Number=Sing|POS=ADJ",
|
1277 |
+
"Case=Nom|Gender=Masc|NumType=Mult|Number=Plur|POS=NUM",
|
1278 |
+
"Case=Loc|Gender=Fem|NumType=Card|Number=Sing|POS=NUM",
|
1279 |
+
"Case=Nom|Definite=Def|Degree=Sup|Gender=Neut|Number=Sing|POS=ADJ",
|
1280 |
+
"Case=Acc|Number=Plur|POS=PRON|Person=2|PronType=Prs",
|
1281 |
+
"Case=Gen|Number=Plur|POS=PRON|Person=1|PronType=Prs",
|
1282 |
+
"Case=Ins|Gender=Neut|Gender[psor]=Fem|Number=Sing|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1283 |
+
"Case=Acc|Gender=Neut|NumType=Card|Number=Sing|POS=NUM",
|
1284 |
+
"Case=Loc|Gender=Masc|Number=Sing|POS=DET|PronType=Tot",
|
1285 |
+
"Case=Nom|Gender=Neut|POS=PRON|PronType=Ind",
|
1286 |
+
"Case=Loc|Gender=Fem|Gender[psor]=Fem|Number=Plur|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1287 |
+
"Case=Ins|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ",
|
1288 |
+
"Case=Dat|Gender=Masc|Number=Sing|Number[psor]=Plur|POS=DET|Person=1|Poss=Yes|PronType=Prs",
|
1289 |
+
"Case=Nom|Gender=Fem|Gender[psor]=Fem|Number=Plur|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1290 |
+
"Case=Loc|NumType=Card|Number=Plur|POS=NUM",
|
1291 |
+
"Case=Loc|Gender=Neut|Number=Sing|POS=DET|Poss=Yes|PronType=Prs|Reflex=Yes",
|
1292 |
+
"Case=Ins|Definite=Def|Degree=Cmp|Gender=Masc|Number=Sing|POS=ADJ",
|
1293 |
+
"Mood=Imp|Number=Sing|POS=VERB|Person=2|VerbForm=Fin",
|
1294 |
+
"Case=Ins|Gender=Fem|Gender[psor]=Fem|Number=Sing|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1295 |
+
"Case=Nom|Gender=Neut|Number=Plur|POS=DET|PronType=Ind",
|
1296 |
+
"Case=Acc|Gender=Neut|Number=Plur|POS=DET|Poss=Yes|PronType=Prs|Reflex=Yes",
|
1297 |
+
"Case=Dat|Definite=Def|Degree=Pos|Gender=Fem|Number=Plur|POS=ADJ|VerbForm=Part|Voice=Pass",
|
1298 |
+
"Case=Gen|Gender=Masc|Number=Plur|Number[psor]=Plur|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1299 |
+
"Case=Acc|Definite=Def|Degree=Sup|Gender=Neut|Number=Sing|POS=ADJ",
|
1300 |
+
"Case=Loc|Gender=Neut|Number=Sing|POS=DET|Poss=Yes|PronType=Int,Rel",
|
1301 |
+
"Case=Loc|Gender=Neut|POS=PRON|PronType=Ind",
|
1302 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=DET|PronType=Neg",
|
1303 |
+
"Case=Loc|Gender=Neut|Number=Plur|POS=DET|PronType=Ind",
|
1304 |
+
"POS=PROPN",
|
1305 |
+
"Case=Loc|Definite=Def|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ|Poss=Yes",
|
1306 |
+
"Case=Ins|Gender=Fem|Number=Sing|Number[psor]=Plur|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1307 |
+
"Case=Nom|Definite=Def|Degree=Cmp|Gender=Neut|Number=Plur|POS=ADJ",
|
1308 |
+
"Case=Loc|Gender=Fem|NumType=Mult|POS=NUM",
|
1309 |
+
"Case=Gen|Gender=Fem|Gender[psor]=Fem|Number=Sing|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1310 |
+
"Case=Dat|Gender=Masc|Number=Sing|POS=DET|Poss=Yes|PronType=Prs|Reflex=Yes",
|
1311 |
+
"Case=Dat|Gender=Fem|Number=Sing|POS=DET|Poss=Yes|PronType=Prs|Reflex=Yes",
|
1312 |
+
"Case=Gen|Gender=Masc|POS=PRON|PronType=Ind",
|
1313 |
+
"Case=Acc|Gender=Masc|POS=PRON|PronType=Neg",
|
1314 |
+
"Case=Acc|Gender=Neut|Gender[psor]=Masc,Neut|Number=Sing|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1315 |
+
"Animacy=Inan|Case=Acc|Gender=Masc|Number=Sing|Number[psor]=Plur|POS=DET|Person=1|Poss=Yes|PronType=Prs",
|
1316 |
+
"Case=Loc|Definite=Def|Degree=Pos|Gender=Masc|Number=Plur|POS=ADJ|VerbForm=Part|Voice=Pass",
|
1317 |
+
"Case=Acc|Gender=Neut|Gender[psor]=Fem|Number=Plur|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1318 |
+
"Case=Gen|Gender=Neut|Number=Plur|POS=PROPN",
|
1319 |
+
"Case=Nom|Gender=Fem|Number=Plur|POS=DET|Poss=Yes|PronType=Prs|Reflex=Yes",
|
1320 |
+
"Case=Loc|Gender=Fem|Number=Sing|Number[psor]=Plur|POS=DET|Person=1|Poss=Yes|PronType=Prs",
|
1321 |
+
"Case=Acc|Definite=Def|Degree=Pos|Gender=Neut|Number=Sing|POS=ADJ|VerbForm=Part|Voice=Pass",
|
1322 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=DET|PronType=Neg",
|
1323 |
+
"Case=Loc|Gender=Fem|Number=Sing|POS=DET|PronType=Tot",
|
1324 |
+
"Case=Loc|Definite=Def|Degree=Sup|Gender=Neut|Number=Plur|POS=ADJ",
|
1325 |
+
"Case=Loc|Gender=Masc|Number=Plur|POS=PROPN",
|
1326 |
+
"Case=Acc|Gender=Fem|Number=Plur|POS=DET|PronType=Tot",
|
1327 |
+
"Case=Dat|Gender=Neut|Number=Plur|POS=DET|PronType=Int,Rel",
|
1328 |
+
"Case=Ins|Number=Plur|POS=PRON|Person=1|PronType=Prs",
|
1329 |
+
"Case=Dat|Definite=Def|Degree=Cmp|Gender=Neut|Number=Sing|POS=ADJ",
|
1330 |
+
"Case=Acc|Gender=Neut|Number=Sing|POS=DET|PronType=Ind",
|
1331 |
+
"Case=Loc|Gender=Masc|Number=Sing|Number[psor]=Plur|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1332 |
+
"Mood=Cnd|Number=Plur|POS=AUX|Person=2|Tense=Past|VerbForm=Fin",
|
1333 |
+
"Case=Dat|Gender=Masc|POS=PRON|PronType=Int,Rel",
|
1334 |
+
"Case=Ins|Gender=Masc|Number=Sing|Number[psor]=Plur|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1335 |
+
"Case=Gen|Gender=Fem|Number=Sing|POS=DET|Poss=Yes|PronType=Tot",
|
1336 |
+
"Case=Loc|Definite=Def|Degree=Pos|Gender=Masc|Number=Plur|POS=ADJ|Poss=Yes",
|
1337 |
+
"Case=Ins|Degree=Pos|Gender=Fem|Number=Sing|POS=ADJ",
|
1338 |
+
"Case=Loc|Definite=Ind|Degree=Pos|Gender=Neut|Number=Sing|POS=ADJ",
|
1339 |
+
"Case=Dat|Gender=Masc|Number=Plur|POS=DET|PronType=Ind",
|
1340 |
+
"Case=Nom|Gender=Neut|Number=Sing|POS=DET|PronType=Ind",
|
1341 |
+
"Case=Loc|Definite=Def|Degree=Cmp|Gender=Fem|Number=Plur|POS=ADJ",
|
1342 |
+
"Case=Gen|Degree=Pos|Gender=Neut|Number=Sing|POS=ADJ",
|
1343 |
+
"Case=Dat|Definite=Def|Degree=Sup|Gender=Neut|Number=Sing|POS=ADJ",
|
1344 |
+
"Case=Nom|Gender=Fem|Number=Sing|POS=DET|PronType=Ind",
|
1345 |
+
"Case=Nom|Definite=Def|Degree=Pos|Gender=Neut|Number=Plur|POS=ADJ|Poss=Yes",
|
1346 |
+
"Case=Ins|Definite=Ind|Degree=Pos|Gender=Fem|Number=Sing|POS=ADJ",
|
1347 |
+
"Case=Acc|Gender=Fem|Number=Sing|Number[psor]=Plur|POS=DET|Person=1|Poss=Yes|PronType=Prs",
|
1348 |
+
"POS=INTJ",
|
1349 |
+
"Case=Nom|Gender=Masc|Number=Sing|Number[psor]=Plur|POS=DET|Person=2|Poss=Yes|PronType=Prs",
|
1350 |
+
"Case=Gen|Gender=Masc|Number=Plur|Number[psor]=Plur|POS=DET|Person=1|Poss=Yes|PronType=Prs",
|
1351 |
+
"POS=PART|Polarity=Pos",
|
1352 |
+
"Case=Acc|Gender=Neut|POS=PRON|PronType=Tot",
|
1353 |
+
"Mood=Ind|Number=Sing|POS=VERB|Person=2|Tense=Pres|VerbForm=Fin",
|
1354 |
+
"Case=Dat|Number=Sing|POS=PRON|Person=2|PronType=Prs",
|
1355 |
+
"Animacy=Anim|Case=Acc|Gender=Masc|Number=Sing|POS=DET|PronType=Dem",
|
1356 |
+
"Case=Ins|Gender=Masc|Number=Sing|Number[psor]=Plur|POS=DET|Person=1|Poss=Yes|PronType=Prs",
|
1357 |
+
"Case=Nom|Gender=Fem|Number=Sing|POS=DET|PronType=Neg",
|
1358 |
+
"Case=Loc|Gender=Masc|Gender[psor]=Fem|Number=Sing|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1359 |
+
"Case=Gen|Gender=Masc|Number=Sing|Number[psor]=Sing|POS=DET|Person=1|Poss=Yes|PronType=Prs",
|
1360 |
+
"Case=Gen|Gender=Masc|Number=Sing|Number[psor]=Plur|POS=DET|Person=1|Poss=Yes|PronType=Prs",
|
1361 |
+
"Case=Nom|Gender=Neut|Number=Plur|Number[psor]=Plur|POS=DET|Person=2|Poss=Yes|PronType=Prs",
|
1362 |
+
"Case=Dat|Definite=Def|Degree=Cmp|Gender=Fem|Number=Plur|POS=ADJ",
|
1363 |
+
"Case=Loc|Gender=Neut|Number=Sing|Number[psor]=Plur|POS=DET|Person=1|Poss=Yes|PronType=Prs",
|
1364 |
+
"Case=Acc|Gender=Fem|Gender[psor]=Masc,Neut|Number=Plur|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1365 |
+
"Animacy=Anim|Case=Acc|Definite=Ind|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ",
|
1366 |
+
"Case=Gen|Gender=Masc|Number=Plur|POS=DET|PronType=Tot",
|
1367 |
+
"Case=Dat|Definite=Def|Degree=Cmp|Gender=Neut|Number=Plur|POS=ADJ",
|
1368 |
+
"Case=Nom|Gender=Neut|Gender[psor]=Masc,Neut|Number=Plur|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1369 |
+
"Case=Nom|Gender=Neut|Gender[psor]=Fem|Number=Sing|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1370 |
+
"Animacy=Inan|Case=Acc|Gender=Masc|Number=Sing|POS=DET|PronType=Neg",
|
1371 |
+
"Case=Ins|Gender=Masc|POS=PRON|PronType=Int,Rel",
|
1372 |
+
"Case=Ins|Gender=Masc|Gender[psor]=Fem|Number=Sing|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1373 |
+
"Case=Gen|Gender=Masc|POS=PRON|PronType=Int,Rel",
|
1374 |
+
"Case=Ins|Gender=Neut|Number=Sing|POS=DET|Poss=Yes|PronType=Prs|Reflex=Yes",
|
1375 |
+
"Case=Acc|Gender=Masc|Number=Plur|Number[psor]=Plur|POS=DET|Person=1|Poss=Yes|PronType=Prs",
|
1376 |
+
"Case=Loc|Gender=Masc|Number=Plur|POS=DET|Poss=Yes|PronType=Int,Rel",
|
1377 |
+
"Case=Loc|Gender=Masc|NumType=Card|Number=Plur|POS=NUM",
|
1378 |
+
"Case=Nom|Gender=Neut|NumType=Mult|POS=NUM",
|
1379 |
+
"Case=Dat|Gender=Neut|Number=Plur|POS=DET|PronType=Ind",
|
1380 |
+
"Case=Acc|Number=Sing|POS=PRON|Person=2|PronType=Prs",
|
1381 |
+
"Case=Gen|Gender=Neut|POS=PRON|PronType=Ind",
|
1382 |
+
"Case=Gen|Gender=Neut|Number=Sing|POS=DET|PronType=Ind",
|
1383 |
+
"Case=Acc|Gender=Neut|Number=Sing|POS=DET|Poss=Yes|PronType=Ind",
|
1384 |
+
"Case=Ins|Gender=Neut|Number=Plur|POS=DET|PronType=Tot",
|
1385 |
+
"Case=Nom|Gender=Neut|Gender[psor]=Masc,Neut|Number=Sing|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1386 |
+
"Mood=Ind|Number=Sing|POS=AUX|Person=2|Tense=Pres|VerbForm=Fin",
|
1387 |
+
"Case=Voc|Gender=Neut|Number=Sing|POS=NOUN",
|
1388 |
+
"Case=Gen|Number=Sing|POS=PRON|Person=1|PronType=Prs",
|
1389 |
+
"Animacy=Anim|Case=Acc|Definite=Def|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ|Poss=Yes",
|
1390 |
+
"Case=Voc|Gender=Fem|Number=Sing|POS=NOUN",
|
1391 |
+
"Case=Acc|Gender=Fem|Gender[psor]=Fem|Number=Plur|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1392 |
+
"Case=Ins|Gender=Neut|Gender[psor]=Masc,Neut|Number=Sing|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1393 |
+
"Case=Ins|Gender=Masc|Gender[psor]=Fem|Number=Plur|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1394 |
+
"Case=Loc|Gender=Fem|Number=Plur|Number[psor]=Sing|POS=DET|Person=1|Poss=Yes|PronType=Prs",
|
1395 |
+
"Case=Ins|Gender=Masc|Number=Plur|Number[psor]=Sing|POS=DET|Person=1|Poss=Yes|PronType=Prs",
|
1396 |
+
"Case=Nom|Gender=Fem|Number=Plur|Number[psor]=Plur|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1397 |
+
"Case=Nom|Gender=Neut|Number=Sing|POS=DET|PronType=Neg",
|
1398 |
+
"Case=Voc|Gender=Fem|Number=Plur|POS=NOUN",
|
1399 |
+
"Case=Acc|Gender=Fem|Number=Plur|Number[psor]=Plur|POS=DET|Person=1|Poss=Yes|PronType=Prs",
|
1400 |
+
"Case=Ins|Gender=Masc|Number=Plur|Number[psor]=Plur|POS=DET|Person=1|Poss=Yes|PronType=Prs",
|
1401 |
+
"Case=Ins|Gender=Neut|Number=Sing|POS=DET|PronType=Tot",
|
1402 |
+
"Case=Loc|Gender=Masc|Number=Sing|Number[psor]=Plur|POS=DET|Person=2|Poss=Yes|PronType=Prs",
|
1403 |
+
"Case=Ins|Gender=Fem|Gender[psor]=Masc,Neut|Number=Sing|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1404 |
+
"Case=Ins|Gender=Neut|Number=Sing|POS=DET|Poss=Yes|PronType=Int,Rel",
|
1405 |
+
"Case=Ins|Gender=Masc|Number=Plur|POS=DET|PronType=Ind",
|
1406 |
+
"Case=Gen|Gender=Fem|Number=Plur|POS=DET|PronType=Ind",
|
1407 |
+
"Case=Ins|Gender=Fem|Number=Sing|Number[psor]=Plur|POS=DET|Person=1|Poss=Yes|PronType=Prs",
|
1408 |
+
"Case=Acc|Definite=Def|Degree=Sup|Gender=Fem|Number=Plur|POS=ADJ",
|
1409 |
+
"Case=Acc|Gender=Fem|Number=Plur|POS=PROPN",
|
1410 |
+
"Case=Gen|Definite=Ind|Degree=Pos|Gender=Neut|Number=Sing|POS=ADJ|Poss=Yes",
|
1411 |
+
"Case=Loc|Gender=Fem|Number=Sing|POS=DET|Poss=Yes|PronType=Int,Rel",
|
1412 |
+
"Case=Gen|Gender=Neut|POS=PRON|PronType=Neg",
|
1413 |
+
"Case=Nom|Gender=Fem|Number=Plur|POS=DET|PronType=Neg",
|
1414 |
+
"Case=Dat|Definite=Ind|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ|Poss=Yes",
|
1415 |
+
"Case=Dat|Gender=Neut|Number=Plur|POS=DET|Poss=Yes|PronType=Prs|Reflex=Yes",
|
1416 |
+
"Case=Acc|Gender=Masc|Number=Plur|Number[psor]=Plur|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1417 |
+
"Case=Loc|Gender=Masc|Number=Sing|POS=DET|Poss=Yes|PronType=Int,Rel",
|
1418 |
+
"Case=Loc|Definite=Ind|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ|Poss=Yes",
|
1419 |
+
"Case=Loc|Gender=Fem|Number=Plur|Number[psor]=Plur|POS=DET|Person=1|Poss=Yes|PronType=Prs",
|
1420 |
+
"Case=Dat|Definite=Def|Degree=Sup|Gender=Fem|Number=Sing|POS=ADJ",
|
1421 |
+
"Case=Acc|Definite=Def|Degree=Pos|Gender=Neut|Number=Plur|POS=ADJ|VerbForm=Part|Voice=Pass",
|
1422 |
+
"Case=Dat|Gender=Fem|Number=Sing|POS=DET|PronType=Ind",
|
1423 |
+
"POS=ADV",
|
1424 |
+
"Case=Loc|Definite=Def|Degree=Pos|Gender=Fem|Number=Sing|POS=ADJ|Poss=Yes",
|
1425 |
+
"Case=Dat|Gender=Neut|POS=PRON|PronType=Int,Rel",
|
1426 |
+
"Case=Acc|Definite=Def|Degree=Cmp|Gender=Masc|Number=Sing|POS=ADJ",
|
1427 |
+
"Case=Gen|Gender=Fem|Number=Sing|POS=DET|PronType=Neg",
|
1428 |
+
"Case=Loc|Number=Sing|POS=PRON|Person=2|PronType=Prs",
|
1429 |
+
"Case=Nom|Number=Sing|POS=PRON|Person=2|PronType=Prs",
|
1430 |
+
"Case=Ins|Definite=Def|Degree=Pos|Gender=Fem|Number=Plur|POS=ADJ|Poss=Yes",
|
1431 |
+
"Case=Voc|Definite=Def|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ",
|
1432 |
+
"Case=Nom|Gender=Fem|Number=Plur|Number[psor]=Sing|POS=DET|Person=2|Poss=Yes|PronType=Prs",
|
1433 |
+
"Animacy=Anim|Case=Acc|Gender=Masc|Number=Sing|Number[psor]=Sing|POS=DET|Person=1|Poss=Yes|PronType=Prs",
|
1434 |
+
"Case=Dat|Gender=Neut|Number=Sing|POS=DET|PronType=Tot",
|
1435 |
+
"Case=Acc|Definite=Def|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ",
|
1436 |
+
"Animacy=Anim|Case=Acc|Gender=Masc|Number=Sing|Number[psor]=Plur|POS=DET|Person=1|Poss=Yes|PronType=Prs",
|
1437 |
+
"Case=Nom|Gender=Fem|Number=Plur|Number[psor]=Sing|POS=DET|Person=1|Poss=Yes|PronType=Prs",
|
1438 |
+
"Mood=Ind|Number=Sing|POS=AUX|Person=3|Tense=Imp|VerbForm=Fin",
|
1439 |
+
"Case=Gen|Definite=Ind|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ|VerbForm=Part|Voice=Pass",
|
1440 |
+
"Mood=Ind|Number=Sing|POS=AUX|Person=2|Polarity=Neg|Tense=Pres|VerbForm=Fin",
|
1441 |
+
"Case=Dat|Gender=Masc|Gender[psor]=Masc,Neut|Number=Sing|Number[psor]=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
1442 |
+
"Case=Dat|Degree=Pos|Gender=Neut|Number=Sing|POS=ADJ",
|
1443 |
+
"Case=Loc|Definite=Def|Degree=Sup|Gender=Fem|Number=Plur|POS=ADJ",
|
1444 |
+
"Case=Ins|Gender=Masc|Number=Sing|POS=DET|PronType=Tot",
|
1445 |
+
"Case=Loc|Gender=Masc|NumType=Mult|POS=NUM",
|
1446 |
+
"Case=Nom|Gender=Masc|Number=Plur|Number[psor]=Sing|POS=DET|Person=2|Poss=Yes|PronType=Prs",
|
1447 |
+
"Case=Voc|Gender=Masc|Number=Sing|Number[psor]=Sing|POS=DET|Person=1|Poss=Yes|PronType=Prs",
|
1448 |
+
"Case=Voc|Gender=Masc|Number=Sing|POS=PROPN",
|
1449 |
+
"Case=Acc|Gender=Fem|Number=Plur|Number[psor]=Plur|POS=DET|Person=2|Poss=Yes|PronType=Prs",
|
1450 |
+
"Case=Loc|Gender=Fem|Number=Plur|Number[psor]=Plur|POS=DET|Person=2|Poss=Yes|PronType=Prs",
|
1451 |
+
"Case=Nom|Gender=Neut|Number=Plur|POS=PROPN",
|
1452 |
+
"Animacy=Inan|Case=Acc|Gender=Masc|Number=Sing|Number[psor]=Plur|POS=DET|Person=2|Poss=Yes|PronType=Prs",
|
1453 |
+
"Case=Loc|Gender=Neut|Number=Sing|POS=DET|PronType=Ind",
|
1454 |
+
"Case=Voc|Definite=Def|Degree=Pos|Gender=Fem|Number=Sing|POS=ADJ",
|
1455 |
+
"Case=Voc|Gender=Fem|Number=Sing|Number[psor]=Sing|POS=DET|Person=1|Poss=Yes|PronType=Prs",
|
1456 |
+
"Case=Dat|Definite=Def|Degree=Pos|Gender=Neut|Number=Plur|POS=ADJ|VerbForm=Part|Voice=Pass",
|
1457 |
+
"Case=Gen|Number=Sing|POS=PRON|Person=2|PronType=Prs",
|
1458 |
+
"Case=Ins|Gender=Masc|Number=Sing|Number[psor]=Plur|POS=DET|Person=2|Poss=Yes|PronType=Prs",
|
1459 |
+
"Case=Nom|Gender=Masc|NumType=Mult|POS=NUM",
|
1460 |
+
"Case=Nom|Degree=Pos|Gender=Neut|Number=Plur|POS=ADJ",
|
1461 |
+
"Case=Nom|Gender=Neut|Number=Sing|Number[psor]=Sing|POS=DET|Person=1|Poss=Yes|PronType=Prs",
|
1462 |
+
"Case=Acc|Definite=Ind|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ",
|
1463 |
+
"Case=Ins|Gender=Neut|Number=Sing|Number[psor]=Plur|POS=DET|Person=2|Poss=Yes|PronType=Prs",
|
1464 |
+
"Case=Gen|Gender=Masc|Number=Plur|Number[psor]=Plur|POS=DET|Person=2|Poss=Yes|PronType=Prs",
|
1465 |
+
"Case=Gen|Gender=Fem|Number=Plur|POS=DET|PronType=Tot",
|
1466 |
+
"Case=Ins|Definite=Def|Degree=Sup|Gender=Neut|Number=Sing|POS=ADJ",
|
1467 |
+
"Animacy=Anim|Case=Acc|Definite=Ind|Degree=Sup|Gender=Masc|Number=Sing|POS=ADJ",
|
1468 |
+
"Case=Loc|Definite=Ind|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ",
|
1469 |
+
"Case=Nom|Gender=Masc|Number=Sing|POS=DET|Poss=Yes|PronType=Ind",
|
1470 |
+
"Case=Voc|Gender=Masc|Number=Plur|POS=NOUN",
|
1471 |
+
"Case=Ins|Gender=Neut|Number=Sing|POS=DET|PronType=Ind",
|
1472 |
+
"Case=Ins|Number=Sing|POS=PRON|Person=1|PronType=Prs",
|
1473 |
+
"Case=Gen|Gender=Masc|Number=Plur|POS=DET|PronType=Neg",
|
1474 |
+
"Case=Acc|Gender=Masc|Number=Plur|Number[psor]=Sing|POS=DET|Person=1|Poss=Yes|PronType=Prs",
|
1475 |
+
"Case=Ins|Gender=Fem|Number=Sing|POS=DET|PronType=Tot",
|
1476 |
+
"Animacy=Anim|Case=Acc|Definite=Ind|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ|VerbForm=Part|Voice=Pass",
|
1477 |
+
"Case=Dat|Gender=Fem|NumType=Card|Number=Plur|POS=NUM",
|
1478 |
+
"Case=Dat|Definite=Def|Degree=Sup|Gender=Fem|Number=Plur|POS=ADJ",
|
1479 |
+
"Case=Acc|Gender=Masc|Number=Plur|Number[psor]=Plur|POS=DET|Person=2|Poss=Yes|PronType=Prs",
|
1480 |
+
"Case=Ins|Gender=Neut|Number=Plur|POS=DET|Poss=Yes|PronType=Prs|Reflex=Yes",
|
1481 |
+
"Case=Dat|Gender=Masc|Number=Sing|Number[psor]=Plur|POS=DET|Person=2|Poss=Yes|PronType=Prs",
|
1482 |
+
"Case=Dat|Gender=Neut|POS=PRON|PronType=Ind",
|
1483 |
+
"Case=Gen|Definite=Def|Degree=Cmp|Gender=Neut|Number=Plur|POS=ADJ",
|
1484 |
+
"Case=Dat|Gender=Masc|Number=Sing|POS=DET|PronType=Tot",
|
1485 |
+
"Animacy=Inan|Case=Acc|Gender=Masc|Number=Sing|POS=DET|Poss=Yes|PronType=Int,Rel",
|
1486 |
+
"Animacy=Anim|Case=Acc|Definite=Ind|Degree=Cmp|Gender=Masc|Number=Sing|POS=ADJ",
|
1487 |
+
"Mood=Imp|Number=Plur|POS=AUX|Person=2|VerbForm=Fin",
|
1488 |
+
"Case=Gen|Gender=Fem|Number=Plur|Number[psor]=Sing|POS=DET|Person=1|Poss=Yes|PronType=Prs",
|
1489 |
+
"Case=Acc|Gender=Neut|Number=Sing|Number[psor]=Plur|POS=DET|Person=1|Poss=Yes|PronType=Prs",
|
1490 |
+
"Case=Acc|Definite=Def|Degree=Cmp|Gender=Neut|Number=Plur|POS=ADJ",
|
1491 |
+
"Case=Acc|Gender=Neut|Number=Sing|POS=DET|PronType=Neg",
|
1492 |
+
"Case=Loc|Gender=Neut|POS=PRON|PronType=Tot",
|
1493 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=DET|Poss=Yes|PronType=Neg",
|
1494 |
+
"Case=Loc|Number=Sing|POS=PRON|Person=1|PronType=Prs",
|
1495 |
+
"Case=Nom|Gender=Masc|Number=Sing|Number[psor]=Sing|POS=DET|Person=2|Poss=Yes|PronType=Prs",
|
1496 |
+
"Case=Gen|Gender=Neut|Number=Sing|Number[psor]=Plur|POS=DET|Person=2|Poss=Yes|PronType=Prs",
|
1497 |
+
"Case=Gen|Definite=Def|Degree=Sup|Gender=Neut|Number=Sing|POS=ADJ",
|
1498 |
+
"Case=Loc|Definite=Ind|Degree=Pos|Gender=Neut|Number=Sing|POS=ADJ|Poss=Yes",
|
1499 |
+
"Case=Loc|Number=Plur|POS=PRON|Person=2|PronType=Prs",
|
1500 |
+
"Case=Gen|Gender=Neut|Number=Sing|Number[psor]=Sing|POS=DET|Person=1|Poss=Yes|PronType=Prs"
|
1501 |
+
],
|
1502 |
+
"parser":[
|
1503 |
+
"ROOT",
|
1504 |
+
"acl",
|
1505 |
+
"advcl",
|
1506 |
+
"advmod",
|
1507 |
+
"advmod:emph",
|
1508 |
+
"amod",
|
1509 |
+
"appos",
|
1510 |
+
"aux",
|
1511 |
+
"aux:pass",
|
1512 |
+
"case",
|
1513 |
+
"cc",
|
1514 |
+
"ccomp",
|
1515 |
+
"compound",
|
1516 |
+
"conj",
|
1517 |
+
"cop",
|
1518 |
+
"csubj",
|
1519 |
+
"csubj:pass",
|
1520 |
+
"dep",
|
1521 |
+
"det",
|
1522 |
+
"discourse",
|
1523 |
+
"expl:pv",
|
1524 |
+
"fixed",
|
1525 |
+
"flat",
|
1526 |
+
"flat:foreign",
|
1527 |
+
"goeswith",
|
1528 |
+
"iobj",
|
1529 |
+
"mark",
|
1530 |
+
"nmod",
|
1531 |
+
"nsubj",
|
1532 |
+
"nsubj:pass",
|
1533 |
+
"nummod",
|
1534 |
+
"obj",
|
1535 |
+
"obl",
|
1536 |
+
"orphan",
|
1537 |
+
"parataxis",
|
1538 |
+
"punct",
|
1539 |
+
"xcomp"
|
1540 |
+
],
|
1541 |
+
"attribute_ruler":[
|
1542 |
+
|
1543 |
+
],
|
1544 |
+
"ner":[
|
1545 |
+
"DERIV_PER",
|
1546 |
+
"LOC",
|
1547 |
+
"MISC",
|
1548 |
+
"ORG",
|
1549 |
+
"PER"
|
1550 |
+
]
|
1551 |
+
},
|
1552 |
+
"pipeline":[
|
1553 |
+
"tok2vec",
|
1554 |
+
"tagger",
|
1555 |
+
"morphologizer",
|
1556 |
+
"parser",
|
1557 |
+
"lemmatizer",
|
1558 |
+
"attribute_ruler",
|
1559 |
+
"ner"
|
1560 |
+
],
|
1561 |
+
"components":[
|
1562 |
+
"tok2vec",
|
1563 |
+
"tagger",
|
1564 |
+
"morphologizer",
|
1565 |
+
"parser",
|
1566 |
+
"lemmatizer",
|
1567 |
+
"senter",
|
1568 |
+
"attribute_ruler",
|
1569 |
+
"ner"
|
1570 |
+
],
|
1571 |
+
"disabled":[
|
1572 |
+
"senter"
|
1573 |
+
],
|
1574 |
+
"performance":{
|
1575 |
+
"token_acc":0.9994249569,
|
1576 |
+
"token_p":0.9727969349,
|
1577 |
+
"token_r":0.9870598689,
|
1578 |
+
"token_f":0.9798765024,
|
1579 |
+
"tag_acc":0.9010995113,
|
1580 |
+
"pos_acc":0.9664962774,
|
1581 |
+
"morph_acc":0.9082224876,
|
1582 |
+
"morph_micro_p":0.9482693597,
|
1583 |
+
"morph_micro_r":0.9431512701,
|
1584 |
+
"morph_micro_f":0.9457033903,
|
1585 |
+
"morph_per_feat":{
|
1586 |
+
"Case":{
|
1587 |
+
"p":0.9151417465,
|
1588 |
+
"r":0.912891327,
|
1589 |
+
"f":0.9140151515
|
1590 |
+
},
|
1591 |
+
"Gender":{
|
1592 |
+
"p":0.9411377114,
|
1593 |
+
"r":0.9390751698,
|
1594 |
+
"f":0.9401053093
|
1595 |
+
},
|
1596 |
+
"Number":{
|
1597 |
+
"p":0.9582948884,
|
1598 |
+
"r":0.9555616892,
|
1599 |
+
"f":0.9569263371
|
1600 |
+
},
|
1601 |
+
"Mood":{
|
1602 |
+
"p":0.976945245,
|
1603 |
+
"r":0.97582038,
|
1604 |
+
"f":0.9763824885
|
1605 |
+
},
|
1606 |
+
"Person":{
|
1607 |
+
"p":0.9779147406,
|
1608 |
+
"r":0.9714285714,
|
1609 |
+
"f":0.9746608651
|
1610 |
+
},
|
1611 |
+
"Tense":{
|
1612 |
+
"p":0.9789296249,
|
1613 |
+
"r":0.9801687764,
|
1614 |
+
"f":0.9795488088
|
1615 |
+
},
|
1616 |
+
"VerbForm":{
|
1617 |
+
"p":0.9686639118,
|
1618 |
+
"r":0.9656711294,
|
1619 |
+
"f":0.9671652054
|
1620 |
+
},
|
1621 |
+
"Definite":{
|
1622 |
+
"p":0.9547073791,
|
1623 |
+
"r":0.9365951073,
|
1624 |
+
"f":0.9455645161
|
1625 |
+
},
|
1626 |
+
"Degree":{
|
1627 |
+
"p":0.9628024558,
|
1628 |
+
"r":0.9548710602,
|
1629 |
+
"f":0.9588203561
|
1630 |
+
},
|
1631 |
+
"PronType":{
|
1632 |
+
"p":0.9832073887,
|
1633 |
+
"r":0.9742096506,
|
1634 |
+
"f":0.9786878395
|
1635 |
+
},
|
1636 |
+
"Reflex":{
|
1637 |
+
"p":0.9900990099,
|
1638 |
+
"r":1.0,
|
1639 |
+
"f":0.9950248756
|
1640 |
+
},
|
1641 |
+
"Animacy":{
|
1642 |
+
"p":0.8333333333,
|
1643 |
+
"r":0.7326732673,
|
1644 |
+
"f":0.779768177
|
1645 |
+
},
|
1646 |
+
"Polarity":{
|
1647 |
+
"p":0.992481203,
|
1648 |
+
"r":0.992481203,
|
1649 |
+
"f":0.992481203
|
1650 |
+
},
|
1651 |
+
"Voice":{
|
1652 |
+
"p":0.9459459459,
|
1653 |
+
"r":0.9375,
|
1654 |
+
"f":0.9417040359
|
1655 |
+
},
|
1656 |
+
"Poss":{
|
1657 |
+
"p":0.9508196721,
|
1658 |
+
"r":0.8446601942,
|
1659 |
+
"f":0.8946015424
|
1660 |
+
},
|
1661 |
+
"NumType":{
|
1662 |
+
"p":0.9530864198,
|
1663 |
+
"r":0.965,
|
1664 |
+
"f":0.9590062112
|
1665 |
+
},
|
1666 |
+
"Gender[psor]":{
|
1667 |
+
"p":0.9666666667,
|
1668 |
+
"r":0.9666666667,
|
1669 |
+
"f":0.9666666667
|
1670 |
+
},
|
1671 |
+
"Number[psor]":{
|
1672 |
+
"p":0.9871794872,
|
1673 |
+
"r":0.9166666667,
|
1674 |
+
"f":0.950617284
|
1675 |
+
}
|
1676 |
+
},
|
1677 |
+
"sents_p":0.9423076923,
|
1678 |
+
"sents_r":0.9400479616,
|
1679 |
+
"sents_f":0.9411764706,
|
1680 |
+
"dep_uas":0.8468673822,
|
1681 |
+
"dep_las":0.7749240891,
|
1682 |
+
"dep_las_per_type":{
|
1683 |
+
"discourse":{
|
1684 |
+
"p":0.5617283951,
|
1685 |
+
"r":0.5055555556,
|
1686 |
+
"f":0.5321637427
|
1687 |
+
},
|
1688 |
+
"case":{
|
1689 |
+
"p":0.9401805869,
|
1690 |
+
"r":0.9439093484,
|
1691 |
+
"f":0.9420412779
|
1692 |
+
},
|
1693 |
+
"obl":{
|
1694 |
+
"p":0.7178349601,
|
1695 |
+
"r":0.7191111111,
|
1696 |
+
"f":0.7184724689
|
1697 |
+
},
|
1698 |
+
"nsubj":{
|
1699 |
+
"p":0.771123872,
|
1700 |
+
"r":0.7755775578,
|
1701 |
+
"f":0.7733443028
|
1702 |
+
},
|
1703 |
+
"root":{
|
1704 |
+
"p":0.8689903846,
|
1705 |
+
"r":0.8669064748,
|
1706 |
+
"f":0.8679471789
|
1707 |
+
},
|
1708 |
+
"mark":{
|
1709 |
+
"p":0.8403361345,
|
1710 |
+
"r":0.8547008547,
|
1711 |
+
"f":0.8474576271
|
1712 |
+
},
|
1713 |
+
"cop":{
|
1714 |
+
"p":0.6308139535,
|
1715 |
+
"r":0.6910828025,
|
1716 |
+
"f":0.6595744681
|
1717 |
+
},
|
1718 |
+
"amod":{
|
1719 |
+
"p":0.8869720405,
|
1720 |
+
"r":0.893349311,
|
1721 |
+
"f":0.8901492537
|
1722 |
+
},
|
1723 |
+
"expl:pv":{
|
1724 |
+
"p":0.7233009709,
|
1725 |
+
"r":0.8465909091,
|
1726 |
+
"f":0.780104712
|
1727 |
+
},
|
1728 |
+
"acl":{
|
1729 |
+
"p":0.6479750779,
|
1730 |
+
"r":0.5994236311,
|
1731 |
+
"f":0.622754491
|
1732 |
+
},
|
1733 |
+
"ccomp":{
|
1734 |
+
"p":0.7692307692,
|
1735 |
+
"r":0.8333333333,
|
1736 |
+
"f":0.8
|
1737 |
+
},
|
1738 |
+
"cc":{
|
1739 |
+
"p":0.8035190616,
|
1740 |
+
"r":0.8340943683,
|
1741 |
+
"f":0.8185212845
|
1742 |
+
},
|
1743 |
+
"advmod":{
|
1744 |
+
"p":0.7285513361,
|
1745 |
+
"r":0.7410586552,
|
1746 |
+
"f":0.734751773
|
1747 |
+
},
|
1748 |
+
"conj":{
|
1749 |
+
"p":0.5658362989,
|
1750 |
+
"r":0.5910780669,
|
1751 |
+
"f":0.5781818182
|
1752 |
+
},
|
1753 |
+
"advcl":{
|
1754 |
+
"p":0.4339622642,
|
1755 |
+
"r":0.4156626506,
|
1756 |
+
"f":0.4246153846
|
1757 |
+
},
|
1758 |
+
"obj":{
|
1759 |
+
"p":0.7556109726,
|
1760 |
+
"r":0.7283653846,
|
1761 |
+
"f":0.7417380661
|
1762 |
+
},
|
1763 |
+
"aux":{
|
1764 |
+
"p":0.9164179104,
|
1765 |
+
"r":0.8924418605,
|
1766 |
+
"f":0.9042709867
|
1767 |
+
},
|
1768 |
+
"parataxis":{
|
1769 |
+
"p":0.5329949239,
|
1770 |
+
"r":0.5,
|
1771 |
+
"f":0.515970516
|
1772 |
+
},
|
1773 |
+
"nmod":{
|
1774 |
+
"p":0.755,
|
1775 |
+
"r":0.7901162791,
|
1776 |
+
"f":0.7721590909
|
1777 |
+
},
|
1778 |
+
"det":{
|
1779 |
+
"p":0.8699690402,
|
1780 |
+
"r":0.8289085546,
|
1781 |
+
"f":0.8489425982
|
1782 |
+
},
|
1783 |
+
"advmod:emph":{
|
1784 |
+
"p":0.0,
|
1785 |
+
"r":0.0,
|
1786 |
+
"f":0.0
|
1787 |
+
},
|
1788 |
+
"nsubj:pass":{
|
1789 |
+
"p":0.3684210526,
|
1790 |
+
"r":0.35,
|
1791 |
+
"f":0.358974359
|
1792 |
+
},
|
1793 |
+
"appos":{
|
1794 |
+
"p":0.6097560976,
|
1795 |
+
"r":0.572519084,
|
1796 |
+
"f":0.5905511811
|
1797 |
+
},
|
1798 |
+
"nummod":{
|
1799 |
+
"p":0.8063380282,
|
1800 |
+
"r":0.8035087719,
|
1801 |
+
"f":0.8049209139
|
1802 |
+
},
|
1803 |
+
"aux:pass":{
|
1804 |
+
"p":0.6022727273,
|
1805 |
+
"r":0.630952381,
|
1806 |
+
"f":0.6162790698
|
1807 |
+
},
|
1808 |
+
"flat":{
|
1809 |
+
"p":0.7336244541,
|
1810 |
+
"r":0.8115942029,
|
1811 |
+
"f":0.7706422018
|
1812 |
+
},
|
1813 |
+
"compound":{
|
1814 |
+
"p":0.479338843,
|
1815 |
+
"r":0.3052631579,
|
1816 |
+
"f":0.3729903537
|
1817 |
+
},
|
1818 |
+
"iobj":{
|
1819 |
+
"p":0.425,
|
1820 |
+
"r":0.2786885246,
|
1821 |
+
"f":0.3366336634
|
1822 |
+
},
|
1823 |
+
"xcomp":{
|
1824 |
+
"p":0.8076923077,
|
1825 |
+
"r":0.8171206226,
|
1826 |
+
"f":0.8123791103
|
1827 |
+
},
|
1828 |
+
"csubj":{
|
1829 |
+
"p":0.5384615385,
|
1830 |
+
"r":0.5185185185,
|
1831 |
+
"f":0.5283018868
|
1832 |
+
},
|
1833 |
+
"goeswith":{
|
1834 |
+
"p":0.0,
|
1835 |
+
"r":0.0,
|
1836 |
+
"f":0.0
|
1837 |
+
},
|
1838 |
+
"fixed":{
|
1839 |
+
"p":0.5098039216,
|
1840 |
+
"r":0.4905660377,
|
1841 |
+
"f":0.5
|
1842 |
+
},
|
1843 |
+
"dep":{
|
1844 |
+
"p":0.0,
|
1845 |
+
"r":0.0,
|
1846 |
+
"f":0.0
|
1847 |
+
},
|
1848 |
+
"csubj:pass":{
|
1849 |
+
"p":1.0,
|
1850 |
+
"r":0.25,
|
1851 |
+
"f":0.4
|
1852 |
+
},
|
1853 |
+
"orphan":{
|
1854 |
+
"p":0.3,
|
1855 |
+
"r":0.1578947368,
|
1856 |
+
"f":0.2068965517
|
1857 |
+
},
|
1858 |
+
"expl":{
|
1859 |
+
"p":0.0,
|
1860 |
+
"r":0.0,
|
1861 |
+
"f":0.0
|
1862 |
+
},
|
1863 |
+
"flat:foreign":{
|
1864 |
+
"p":0.6666666667,
|
1865 |
+
"r":0.4,
|
1866 |
+
"f":0.5
|
1867 |
+
},
|
1868 |
+
"list":{
|
1869 |
+
"p":0.0,
|
1870 |
+
"r":0.0,
|
1871 |
+
"f":0.0
|
1872 |
+
},
|
1873 |
+
"vocative":{
|
1874 |
+
"p":0.0,
|
1875 |
+
"r":0.0,
|
1876 |
+
"f":0.0
|
1877 |
+
}
|
1878 |
+
},
|
1879 |
+
"lemma_acc":0.9187698249,
|
1880 |
+
"ents_p":0.763016158,
|
1881 |
+
"ents_r":0.7589285714,
|
1882 |
+
"ents_f":0.7609668756,
|
1883 |
+
"ents_per_type":{
|
1884 |
+
"LOC":{
|
1885 |
+
"p":0.8368421053,
|
1886 |
+
"r":0.848,
|
1887 |
+
"f":0.842384106
|
1888 |
+
},
|
1889 |
+
"DERIV_PER":{
|
1890 |
+
"p":0.6153846154,
|
1891 |
+
"r":0.4705882353,
|
1892 |
+
"f":0.5333333333
|
1893 |
+
},
|
1894 |
+
"ORG":{
|
1895 |
+
"p":0.6861111111,
|
1896 |
+
"r":0.715942029,
|
1897 |
+
"f":0.7007092199
|
1898 |
+
},
|
1899 |
+
"PER":{
|
1900 |
+
"p":0.8184931507,
|
1901 |
+
"r":0.8445229682,
|
1902 |
+
"f":0.8313043478
|
1903 |
+
},
|
1904 |
+
"MISC":{
|
1905 |
+
"p":0.5507246377,
|
1906 |
+
"r":0.38,
|
1907 |
+
"f":0.449704142
|
1908 |
+
}
|
1909 |
+
},
|
1910 |
+
"speed":8900.8287549458
|
1911 |
+
},
|
1912 |
+
"sources":[
|
1913 |
+
{
|
1914 |
+
"name":"Training corpus hr500k 1.0",
|
1915 |
+
"url":"http://hdl.handle.net/11356/1183",
|
1916 |
+
"license":"CC BY-SA 4.0",
|
1917 |
+
"author":"Ljube\u0161i\u0107, Nikola ; Agi\u0107, \u017deljko ; Klubi\u010dka, Filip ; Batanovi\u0107, Vuk and Erjavec, Toma\u017e"
|
1918 |
+
}
|
1919 |
+
],
|
1920 |
+
"requirements":[
|
1921 |
+
|
1922 |
+
]
|
1923 |
+
}
|
morphologizer/cfg
ADDED
The diff for this file is too large to render.
See raw diff
|
|
morphologizer/model
ADDED
Binary file (317 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:afee13e93e8fbbd38915f9e2bacc49c5d5950def768e9c8a1ece240bffe1438d
|
3 |
+
size 6271242
|
ner/moves
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
��moves� {"0":{},"1":{"ORG":4926,"PER":4081,"LOC":3832,"MISC":1870,"DERIV_PER":95},"2":{"ORG":4926,"PER":4081,"LOC":3832,"MISC":1870,"DERIV_PER":95},"3":{"ORG":4926,"PER":4081,"LOC":3832,"MISC":1870,"DERIV_PER":95},"4":{"ORG":4926,"PER":4081,"LOC":3832,"MISC":1870,"DERIV_PER":95,"":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 (311 kB). View file
|
|
parser/moves
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
��moves��{"0":{"":84793},"1":{"":67882},"2":{"case":15137,"amod":14371,"punct":8219,"nsubj":8186,"cc":6032,"advmod":5880,"aux":4321,"obl":3403,"mark":3089,"det":2637,"cop":2325,"nummod":2177,"obj":1748,"discourse":1602,"expl:pv":1255,"compound":914,"aux:pass":587,"nsubj:pass":482,"advcl":460,"parataxis":383,"nmod":364,"iobj":241,"det||nsubj":91,"xcomp":80,"orphan":64,"amod||nsubj":64,"case||obl":56,"obj||xcomp":54,"expl:pv||xcomp":49,"flat:foreign":47,"amod||obl":44,"det||obl":43,"advmod:emph":33,"goeswith":31,"dep":0},"3":{"nmod":14315,"punct":11030,"conj":7596,"obl":6431,"obj":5191,"acl":3022,"appos":2307,"xcomp":2291,"nsubj":2243,"flat":1938,"aux":1768,"parataxis":1465,"ccomp":1421,"advcl":960,"compound":948,"dep":763,"advmod":635,"fixed":564,"cop":484,"expl:pv":455,"nsubj:pass":350,"iobj":307,"amod":219,"csubj":216,"aux:pass":211,"nummod":133,"mark":66,"cc":65,"flat:foreign":57,"csubj:pass":50,"discourse":44,"orphan":43},"4":{"ROOT":7141}}�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,666 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"labels":[
|
3 |
+
"Agcfpay",
|
4 |
+
"Agcfpdy",
|
5 |
+
"Agcfpgy",
|
6 |
+
"Agcfpiy",
|
7 |
+
"Agcfply",
|
8 |
+
"Agcfpny",
|
9 |
+
"Agcfsay",
|
10 |
+
"Agcfsdy",
|
11 |
+
"Agcfsgy",
|
12 |
+
"Agcfsiy",
|
13 |
+
"Agcfsly",
|
14 |
+
"Agcfsny",
|
15 |
+
"Agcmpay",
|
16 |
+
"Agcmpgy",
|
17 |
+
"Agcmpiy",
|
18 |
+
"Agcmpny",
|
19 |
+
"Agcmsany",
|
20 |
+
"Agcmsay",
|
21 |
+
"Agcmsayn",
|
22 |
+
"Agcmsdy",
|
23 |
+
"Agcmsgy",
|
24 |
+
"Agcmsiy",
|
25 |
+
"Agcmsly",
|
26 |
+
"Agcmsny",
|
27 |
+
"Agcnpay",
|
28 |
+
"Agcnpdy",
|
29 |
+
"Agcnpgy",
|
30 |
+
"Agcnpny",
|
31 |
+
"Agcnsay",
|
32 |
+
"Agcnsdy",
|
33 |
+
"Agcnsgy",
|
34 |
+
"Agcnsiy",
|
35 |
+
"Agcnsly",
|
36 |
+
"Agcnsny",
|
37 |
+
"Agpfpay",
|
38 |
+
"Agpfpdy",
|
39 |
+
"Agpfpgy",
|
40 |
+
"Agpfpiy",
|
41 |
+
"Agpfply",
|
42 |
+
"Agpfpny",
|
43 |
+
"Agpfsay",
|
44 |
+
"Agpfsdy",
|
45 |
+
"Agpfsgy",
|
46 |
+
"Agpfsin",
|
47 |
+
"Agpfsiy",
|
48 |
+
"Agpfsly",
|
49 |
+
"Agpfsny",
|
50 |
+
"Agpfsvy",
|
51 |
+
"Agpmpay",
|
52 |
+
"Agpmpdy",
|
53 |
+
"Agpmpgy",
|
54 |
+
"Agpmpiy",
|
55 |
+
"Agpmply",
|
56 |
+
"Agpmpny",
|
57 |
+
"Agpmsan",
|
58 |
+
"Agpmsann",
|
59 |
+
"Agpmsany",
|
60 |
+
"Agpmsay",
|
61 |
+
"Agpmsayn",
|
62 |
+
"Agpmsayy",
|
63 |
+
"Agpmsdy",
|
64 |
+
"Agpmsgn",
|
65 |
+
"Agpmsgy",
|
66 |
+
"Agpmsiy",
|
67 |
+
"Agpmsln",
|
68 |
+
"Agpmsly",
|
69 |
+
"Agpmsnn",
|
70 |
+
"Agpmsny",
|
71 |
+
"Agpmsvy",
|
72 |
+
"Agpnpay",
|
73 |
+
"Agpnpdy",
|
74 |
+
"Agpnpgy",
|
75 |
+
"Agpnpiy",
|
76 |
+
"Agpnply",
|
77 |
+
"Agpnpny",
|
78 |
+
"Agpnsay",
|
79 |
+
"Agpnsdy",
|
80 |
+
"Agpnsgn",
|
81 |
+
"Agpnsgy",
|
82 |
+
"Agpnsiy",
|
83 |
+
"Agpnsln",
|
84 |
+
"Agpnsly",
|
85 |
+
"Agpnsny",
|
86 |
+
"Agsfpay",
|
87 |
+
"Agsfpdy",
|
88 |
+
"Agsfpgy",
|
89 |
+
"Agsfpiy",
|
90 |
+
"Agsfply",
|
91 |
+
"Agsfpny",
|
92 |
+
"Agsfsay",
|
93 |
+
"Agsfsdy",
|
94 |
+
"Agsfsgy",
|
95 |
+
"Agsfsiy",
|
96 |
+
"Agsfsly",
|
97 |
+
"Agsfsny",
|
98 |
+
"Agsmpay",
|
99 |
+
"Agsmpdy",
|
100 |
+
"Agsmpgy",
|
101 |
+
"Agsmpiy",
|
102 |
+
"Agsmply",
|
103 |
+
"Agsmpny",
|
104 |
+
"Agsmsany",
|
105 |
+
"Agsmsayn",
|
106 |
+
"Agsmsayy",
|
107 |
+
"Agsmsdy",
|
108 |
+
"Agsmsgy",
|
109 |
+
"Agsmsiy",
|
110 |
+
"Agsmsly",
|
111 |
+
"Agsmsny",
|
112 |
+
"Agsnpay",
|
113 |
+
"Agsnpgy",
|
114 |
+
"Agsnply",
|
115 |
+
"Agsnpny",
|
116 |
+
"Agsnsay",
|
117 |
+
"Agsnsdy",
|
118 |
+
"Agsnsgy",
|
119 |
+
"Agsnsiy",
|
120 |
+
"Agsnsly",
|
121 |
+
"Agsnsny",
|
122 |
+
"Appfpay",
|
123 |
+
"Appfpdy",
|
124 |
+
"Appfpgy",
|
125 |
+
"Appfpiy",
|
126 |
+
"Appfply",
|
127 |
+
"Appfpny",
|
128 |
+
"Appfsay",
|
129 |
+
"Appfsgy",
|
130 |
+
"Appfsiy",
|
131 |
+
"Appfsly",
|
132 |
+
"Appfsny",
|
133 |
+
"Appmpay",
|
134 |
+
"Appmpdy",
|
135 |
+
"Appmpgy",
|
136 |
+
"Appmpiy",
|
137 |
+
"Appmply",
|
138 |
+
"Appmpny",
|
139 |
+
"Appmsann",
|
140 |
+
"Appmsany",
|
141 |
+
"Appmsayn",
|
142 |
+
"Appmsayy",
|
143 |
+
"Appmsdy",
|
144 |
+
"Appmsgn",
|
145 |
+
"Appmsgy",
|
146 |
+
"Appmsiy",
|
147 |
+
"Appmsly",
|
148 |
+
"Appmsnn",
|
149 |
+
"Appmsny",
|
150 |
+
"Appnpay",
|
151 |
+
"Appnpdy",
|
152 |
+
"Appnpgy",
|
153 |
+
"Appnpiy",
|
154 |
+
"Appnply",
|
155 |
+
"Appnpny",
|
156 |
+
"Appnsay",
|
157 |
+
"Appnsgy",
|
158 |
+
"Appnsly",
|
159 |
+
"Appnsny",
|
160 |
+
"Aspfpay",
|
161 |
+
"Aspfpgy",
|
162 |
+
"Aspfpiy",
|
163 |
+
"Aspfply",
|
164 |
+
"Aspfpny",
|
165 |
+
"Aspfsay",
|
166 |
+
"Aspfsdy",
|
167 |
+
"Aspfsgy",
|
168 |
+
"Aspfsly",
|
169 |
+
"Aspfsny",
|
170 |
+
"Aspmpay",
|
171 |
+
"Aspmpgy",
|
172 |
+
"Aspmply",
|
173 |
+
"Aspmpny",
|
174 |
+
"Aspmsayn",
|
175 |
+
"Aspmsayy",
|
176 |
+
"Aspmsdn",
|
177 |
+
"Aspmsdy",
|
178 |
+
"Aspmsgn",
|
179 |
+
"Aspmsgy",
|
180 |
+
"Aspmsiy",
|
181 |
+
"Aspmsln",
|
182 |
+
"Aspmsly",
|
183 |
+
"Aspmsnn",
|
184 |
+
"Aspnpay",
|
185 |
+
"Aspnpgy",
|
186 |
+
"Aspnpny",
|
187 |
+
"Aspnsay",
|
188 |
+
"Aspnsgn",
|
189 |
+
"Aspnsgy",
|
190 |
+
"Aspnsln",
|
191 |
+
"Aspnsly",
|
192 |
+
"Aspnsny",
|
193 |
+
"Cc",
|
194 |
+
"Cs",
|
195 |
+
"I",
|
196 |
+
"Mdc",
|
197 |
+
"Mdm",
|
198 |
+
"Mdo",
|
199 |
+
"Mds",
|
200 |
+
"Mlc",
|
201 |
+
"Mlc--g",
|
202 |
+
"Mlc--i",
|
203 |
+
"Mlc--l",
|
204 |
+
"Mlcf-a",
|
205 |
+
"Mlcf-d",
|
206 |
+
"Mlcf-g",
|
207 |
+
"Mlcf-n",
|
208 |
+
"Mlcfsa",
|
209 |
+
"Mlcfsd",
|
210 |
+
"Mlcfsg",
|
211 |
+
"Mlcfsi",
|
212 |
+
"Mlcfsl",
|
213 |
+
"Mlcfsn",
|
214 |
+
"Mlcm-a",
|
215 |
+
"Mlcm-g",
|
216 |
+
"Mlcm-l",
|
217 |
+
"Mlcm-n",
|
218 |
+
"Mlcmpn",
|
219 |
+
"Mlcmsan",
|
220 |
+
"Mlcmsay",
|
221 |
+
"Mlcmsg",
|
222 |
+
"Mlcmsi",
|
223 |
+
"Mlcmsl",
|
224 |
+
"Mlcmsn",
|
225 |
+
"Mlcn-n",
|
226 |
+
"Mlcnsa",
|
227 |
+
"Mlcnsg",
|
228 |
+
"Mlcnsn",
|
229 |
+
"Mlofpa",
|
230 |
+
"Mlofpd",
|
231 |
+
"Mlofpg",
|
232 |
+
"Mlofpi",
|
233 |
+
"Mlofpl",
|
234 |
+
"Mlofpn",
|
235 |
+
"Mlofsa",
|
236 |
+
"Mlofsd",
|
237 |
+
"Mlofsg",
|
238 |
+
"Mlofsi",
|
239 |
+
"Mlofsl",
|
240 |
+
"Mlofsn",
|
241 |
+
"Mlompa",
|
242 |
+
"Mlompd",
|
243 |
+
"Mlompg",
|
244 |
+
"Mlompi",
|
245 |
+
"Mlompl",
|
246 |
+
"Mlompn",
|
247 |
+
"Mlomsan",
|
248 |
+
"Mlomsay",
|
249 |
+
"Mlomsd",
|
250 |
+
"Mlomsg",
|
251 |
+
"Mlomsi",
|
252 |
+
"Mlomsl",
|
253 |
+
"Mlomsn",
|
254 |
+
"Mlonpa",
|
255 |
+
"Mlonpg",
|
256 |
+
"Mlonpl",
|
257 |
+
"Mlonpn",
|
258 |
+
"Mlonsa",
|
259 |
+
"Mlonsd",
|
260 |
+
"Mlonsg",
|
261 |
+
"Mlonsi",
|
262 |
+
"Mlonsl",
|
263 |
+
"Mlonsn",
|
264 |
+
"Mls",
|
265 |
+
"Mlsf-a",
|
266 |
+
"Mlsf-g",
|
267 |
+
"Mlsf-i",
|
268 |
+
"Mlsf-l",
|
269 |
+
"Mlsf-n",
|
270 |
+
"Mlsm-a",
|
271 |
+
"Mlsm-g",
|
272 |
+
"Mlsm-l",
|
273 |
+
"Mlsm-n",
|
274 |
+
"Mlsmpn",
|
275 |
+
"Mlsn-n",
|
276 |
+
"Mrc",
|
277 |
+
"Mro",
|
278 |
+
"Ncfpa",
|
279 |
+
"Ncfpd",
|
280 |
+
"Ncfpg",
|
281 |
+
"Ncfpi",
|
282 |
+
"Ncfpl",
|
283 |
+
"Ncfpn",
|
284 |
+
"Ncfpv",
|
285 |
+
"Ncfsa",
|
286 |
+
"Ncfsd",
|
287 |
+
"Ncfsg",
|
288 |
+
"Ncfsi",
|
289 |
+
"Ncfsl",
|
290 |
+
"Ncfsn",
|
291 |
+
"Ncfsv",
|
292 |
+
"Ncmpa",
|
293 |
+
"Ncmpd",
|
294 |
+
"Ncmpg",
|
295 |
+
"Ncmpi",
|
296 |
+
"Ncmpl",
|
297 |
+
"Ncmpn",
|
298 |
+
"Ncmpv",
|
299 |
+
"Ncmsan",
|
300 |
+
"Ncmsay",
|
301 |
+
"Ncmsd",
|
302 |
+
"Ncmsg",
|
303 |
+
"Ncmsi",
|
304 |
+
"Ncmsl",
|
305 |
+
"Ncmsn",
|
306 |
+
"Ncmsv",
|
307 |
+
"Ncnpa",
|
308 |
+
"Ncnpd",
|
309 |
+
"Ncnpg",
|
310 |
+
"Ncnpi",
|
311 |
+
"Ncnpl",
|
312 |
+
"Ncnpn",
|
313 |
+
"Ncnsa",
|
314 |
+
"Ncnsd",
|
315 |
+
"Ncnsg",
|
316 |
+
"Ncnsi",
|
317 |
+
"Ncnsl",
|
318 |
+
"Ncnsn",
|
319 |
+
"Ncnsv",
|
320 |
+
"Npfpa",
|
321 |
+
"Npfpg",
|
322 |
+
"Npfpl",
|
323 |
+
"Npfpn",
|
324 |
+
"Npfsa",
|
325 |
+
"Npfsd",
|
326 |
+
"Npfsg",
|
327 |
+
"Npfsi",
|
328 |
+
"Npfsl",
|
329 |
+
"Npfsn",
|
330 |
+
"Npmpa",
|
331 |
+
"Npmpd",
|
332 |
+
"Npmpg",
|
333 |
+
"Npmpi",
|
334 |
+
"Npmpl",
|
335 |
+
"Npmpn",
|
336 |
+
"Npmsan",
|
337 |
+
"Npmsay",
|
338 |
+
"Npmsd",
|
339 |
+
"Npmsg",
|
340 |
+
"Npmsi",
|
341 |
+
"Npmsl",
|
342 |
+
"Npmsn",
|
343 |
+
"Npmsv",
|
344 |
+
"Npnpg",
|
345 |
+
"Npnpn",
|
346 |
+
"Npnsa",
|
347 |
+
"Npnsd",
|
348 |
+
"Npnsg",
|
349 |
+
"Npnsi",
|
350 |
+
"Npnsl",
|
351 |
+
"Npnsn",
|
352 |
+
"Pd-fpa",
|
353 |
+
"Pd-fpd",
|
354 |
+
"Pd-fpg",
|
355 |
+
"Pd-fpi",
|
356 |
+
"Pd-fpl",
|
357 |
+
"Pd-fpn",
|
358 |
+
"Pd-fsa",
|
359 |
+
"Pd-fsd",
|
360 |
+
"Pd-fsg",
|
361 |
+
"Pd-fsi",
|
362 |
+
"Pd-fsl",
|
363 |
+
"Pd-fsn",
|
364 |
+
"Pd-mpa",
|
365 |
+
"Pd-mpd",
|
366 |
+
"Pd-mpg",
|
367 |
+
"Pd-mpi",
|
368 |
+
"Pd-mpl",
|
369 |
+
"Pd-mpn",
|
370 |
+
"Pd-msan",
|
371 |
+
"Pd-msay",
|
372 |
+
"Pd-msd",
|
373 |
+
"Pd-msg",
|
374 |
+
"Pd-msi",
|
375 |
+
"Pd-msl",
|
376 |
+
"Pd-msn",
|
377 |
+
"Pd-npa",
|
378 |
+
"Pd-npg",
|
379 |
+
"Pd-npi",
|
380 |
+
"Pd-npn",
|
381 |
+
"Pd-nsa",
|
382 |
+
"Pd-nsd",
|
383 |
+
"Pd-nsg",
|
384 |
+
"Pd-nsi",
|
385 |
+
"Pd-nsl",
|
386 |
+
"Pd-nsn",
|
387 |
+
"Pi-fpa",
|
388 |
+
"Pi-fpd",
|
389 |
+
"Pi-fpg",
|
390 |
+
"Pi-fpi",
|
391 |
+
"Pi-fpl",
|
392 |
+
"Pi-fpn",
|
393 |
+
"Pi-fsa",
|
394 |
+
"Pi-fsd",
|
395 |
+
"Pi-fsg",
|
396 |
+
"Pi-fsi",
|
397 |
+
"Pi-fsl",
|
398 |
+
"Pi-fsn",
|
399 |
+
"Pi-mpa",
|
400 |
+
"Pi-mpd",
|
401 |
+
"Pi-mpg",
|
402 |
+
"Pi-mpi",
|
403 |
+
"Pi-mpl",
|
404 |
+
"Pi-mpn",
|
405 |
+
"Pi-msan",
|
406 |
+
"Pi-msay",
|
407 |
+
"Pi-msd",
|
408 |
+
"Pi-msg",
|
409 |
+
"Pi-msi",
|
410 |
+
"Pi-msl",
|
411 |
+
"Pi-msn",
|
412 |
+
"Pi-npa",
|
413 |
+
"Pi-npd",
|
414 |
+
"Pi-npg",
|
415 |
+
"Pi-npi",
|
416 |
+
"Pi-npl",
|
417 |
+
"Pi-npn",
|
418 |
+
"Pi-nsa",
|
419 |
+
"Pi-nsd",
|
420 |
+
"Pi-nsg",
|
421 |
+
"Pi-nsi",
|
422 |
+
"Pi-nsl",
|
423 |
+
"Pi-nsn",
|
424 |
+
"Pi3m-a",
|
425 |
+
"Pi3m-d",
|
426 |
+
"Pi3m-g",
|
427 |
+
"Pi3m-i",
|
428 |
+
"Pi3m-n",
|
429 |
+
"Pi3n-a",
|
430 |
+
"Pi3n-d",
|
431 |
+
"Pi3n-g",
|
432 |
+
"Pi3n-i",
|
433 |
+
"Pi3n-l",
|
434 |
+
"Pi3n-n",
|
435 |
+
"Pp1-pa",
|
436 |
+
"Pp1-pd",
|
437 |
+
"Pp1-pg",
|
438 |
+
"Pp1-pi",
|
439 |
+
"Pp1-pl",
|
440 |
+
"Pp1-pn",
|
441 |
+
"Pp1-sa",
|
442 |
+
"Pp1-sd",
|
443 |
+
"Pp1-sg",
|
444 |
+
"Pp1-si",
|
445 |
+
"Pp1-sl",
|
446 |
+
"Pp1-sn",
|
447 |
+
"Pp2-pa",
|
448 |
+
"Pp2-pd",
|
449 |
+
"Pp2-pl",
|
450 |
+
"Pp2-pn",
|
451 |
+
"Pp2-sa",
|
452 |
+
"Pp2-sd",
|
453 |
+
"Pp2-sg",
|
454 |
+
"Pp2-sl",
|
455 |
+
"Pp2-sn",
|
456 |
+
"Pp3-pa",
|
457 |
+
"Pp3-pd",
|
458 |
+
"Pp3-pg",
|
459 |
+
"Pp3-pi",
|
460 |
+
"Pp3-pl",
|
461 |
+
"Pp3fpn",
|
462 |
+
"Pp3fsa",
|
463 |
+
"Pp3fsd",
|
464 |
+
"Pp3fsg",
|
465 |
+
"Pp3fsi",
|
466 |
+
"Pp3fsl",
|
467 |
+
"Pp3fsn",
|
468 |
+
"Pp3mpn",
|
469 |
+
"Pp3msa",
|
470 |
+
"Pp3msd",
|
471 |
+
"Pp3msg",
|
472 |
+
"Pp3msi",
|
473 |
+
"Pp3msl",
|
474 |
+
"Pp3msn",
|
475 |
+
"Pp3npn",
|
476 |
+
"Pp3nsa",
|
477 |
+
"Pp3nsi",
|
478 |
+
"Pp3nsn",
|
479 |
+
"Pq-fpa",
|
480 |
+
"Pq-fpn",
|
481 |
+
"Pq-fsa",
|
482 |
+
"Pq-fsi",
|
483 |
+
"Pq-fsl",
|
484 |
+
"Pq-fsn",
|
485 |
+
"Pq-mpn",
|
486 |
+
"Pq-msn",
|
487 |
+
"Pq-nsn",
|
488 |
+
"Pq3m-d",
|
489 |
+
"Pq3m-n",
|
490 |
+
"Pq3n-a",
|
491 |
+
"Pq3n-l",
|
492 |
+
"Pq3n-n",
|
493 |
+
"Ps1fpa",
|
494 |
+
"Ps1fpg",
|
495 |
+
"Ps1fpl",
|
496 |
+
"Ps1fpn",
|
497 |
+
"Ps1fsa",
|
498 |
+
"Ps1fsd",
|
499 |
+
"Ps1fsg",
|
500 |
+
"Ps1fsi",
|
501 |
+
"Ps1fsl",
|
502 |
+
"Ps1fsn",
|
503 |
+
"Ps1fsv",
|
504 |
+
"Ps1mpa",
|
505 |
+
"Ps1mpd",
|
506 |
+
"Ps1mpg",
|
507 |
+
"Ps1mpi",
|
508 |
+
"Ps1mpl",
|
509 |
+
"Ps1mpn",
|
510 |
+
"Ps1msan",
|
511 |
+
"Ps1msay",
|
512 |
+
"Ps1msd",
|
513 |
+
"Ps1msg",
|
514 |
+
"Ps1msi",
|
515 |
+
"Ps1msl",
|
516 |
+
"Ps1msn",
|
517 |
+
"Ps1msv",
|
518 |
+
"Ps1nsa",
|
519 |
+
"Ps1nsg",
|
520 |
+
"Ps1nsl",
|
521 |
+
"Ps1nsn",
|
522 |
+
"Ps2fpa",
|
523 |
+
"Ps2fpl",
|
524 |
+
"Ps2fpn",
|
525 |
+
"Ps2fsg",
|
526 |
+
"Ps2fsn",
|
527 |
+
"Ps2mpa",
|
528 |
+
"Ps2mpg",
|
529 |
+
"Ps2mpn",
|
530 |
+
"Ps2msan",
|
531 |
+
"Ps2msd",
|
532 |
+
"Ps2msi",
|
533 |
+
"Ps2msl",
|
534 |
+
"Ps2msn",
|
535 |
+
"Ps2npn",
|
536 |
+
"Ps2nsg",
|
537 |
+
"Ps2nsi",
|
538 |
+
"Ps2nsl",
|
539 |
+
"Ps2nsn",
|
540 |
+
"Ps3fpa",
|
541 |
+
"Ps3fpg",
|
542 |
+
"Ps3fpl",
|
543 |
+
"Ps3fpn",
|
544 |
+
"Ps3fsa",
|
545 |
+
"Ps3fsd",
|
546 |
+
"Ps3fsg",
|
547 |
+
"Ps3fsi",
|
548 |
+
"Ps3fsl",
|
549 |
+
"Ps3fsn",
|
550 |
+
"Ps3mpa",
|
551 |
+
"Ps3mpd",
|
552 |
+
"Ps3mpg",
|
553 |
+
"Ps3mpi",
|
554 |
+
"Ps3mpl",
|
555 |
+
"Ps3mpn",
|
556 |
+
"Ps3msan",
|
557 |
+
"Ps3msay",
|
558 |
+
"Ps3msd",
|
559 |
+
"Ps3msg",
|
560 |
+
"Ps3msi",
|
561 |
+
"Ps3msl",
|
562 |
+
"Ps3msn",
|
563 |
+
"Ps3npa",
|
564 |
+
"Ps3npg",
|
565 |
+
"Ps3npl",
|
566 |
+
"Ps3npn",
|
567 |
+
"Ps3nsa",
|
568 |
+
"Ps3nsg",
|
569 |
+
"Ps3nsi",
|
570 |
+
"Ps3nsl",
|
571 |
+
"Ps3nsn",
|
572 |
+
"Px--sa",
|
573 |
+
"Px--sd",
|
574 |
+
"Px--sg",
|
575 |
+
"Px--si",
|
576 |
+
"Px--sl",
|
577 |
+
"Px-fpa",
|
578 |
+
"Px-fpg",
|
579 |
+
"Px-fpi",
|
580 |
+
"Px-fpl",
|
581 |
+
"Px-fpn",
|
582 |
+
"Px-fsa",
|
583 |
+
"Px-fsd",
|
584 |
+
"Px-fsg",
|
585 |
+
"Px-fsi",
|
586 |
+
"Px-fsl",
|
587 |
+
"Px-mpa",
|
588 |
+
"Px-mpd",
|
589 |
+
"Px-mpg",
|
590 |
+
"Px-mpi",
|
591 |
+
"Px-mpl",
|
592 |
+
"Px-msan",
|
593 |
+
"Px-msay",
|
594 |
+
"Px-msd",
|
595 |
+
"Px-msg",
|
596 |
+
"Px-msi",
|
597 |
+
"Px-msl",
|
598 |
+
"Px-npa",
|
599 |
+
"Px-npd",
|
600 |
+
"Px-npg",
|
601 |
+
"Px-npi",
|
602 |
+
"Px-npl",
|
603 |
+
"Px-nsa",
|
604 |
+
"Px-nsg",
|
605 |
+
"Px-nsi",
|
606 |
+
"Px-nsl",
|
607 |
+
"Qo",
|
608 |
+
"Qq",
|
609 |
+
"Qr",
|
610 |
+
"Qz",
|
611 |
+
"Rgc",
|
612 |
+
"Rgp",
|
613 |
+
"Rgs",
|
614 |
+
"Rr",
|
615 |
+
"Sa",
|
616 |
+
"Sd",
|
617 |
+
"Sg",
|
618 |
+
"Si",
|
619 |
+
"Sl",
|
620 |
+
"Vaa1p",
|
621 |
+
"Vaa1s",
|
622 |
+
"Vaa2p",
|
623 |
+
"Vaa2s",
|
624 |
+
"Vaa3p",
|
625 |
+
"Vaa3s",
|
626 |
+
"Vae3s",
|
627 |
+
"Vam2p",
|
628 |
+
"Van",
|
629 |
+
"Vap-pf",
|
630 |
+
"Vap-pm",
|
631 |
+
"Vap-pn",
|
632 |
+
"Vap-sf",
|
633 |
+
"Vap-sm",
|
634 |
+
"Vap-sn",
|
635 |
+
"Var1p",
|
636 |
+
"Var1s",
|
637 |
+
"Var2p",
|
638 |
+
"Var2s",
|
639 |
+
"Var3p",
|
640 |
+
"Var3s",
|
641 |
+
"Vma3s",
|
642 |
+
"Vmm1p",
|
643 |
+
"Vmm2p",
|
644 |
+
"Vmm2s",
|
645 |
+
"Vmn",
|
646 |
+
"Vmp-pf",
|
647 |
+
"Vmp-pm",
|
648 |
+
"Vmp-pn",
|
649 |
+
"Vmp-sf",
|
650 |
+
"Vmp-sm",
|
651 |
+
"Vmp-sn",
|
652 |
+
"Vmr1p",
|
653 |
+
"Vmr1s",
|
654 |
+
"Vmr2p",
|
655 |
+
"Vmr2s",
|
656 |
+
"Vmr3p",
|
657 |
+
"Vmr3s",
|
658 |
+
"X",
|
659 |
+
"Xf",
|
660 |
+
"Y",
|
661 |
+
"Z",
|
662 |
+
"_SP"
|
663 |
+
],
|
664 |
+
"neg_prefix":"!",
|
665 |
+
"overwrite":false
|
666 |
+
}
|
tagger/model
ADDED
Binary file (257 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:fc4158e61ac26ff120c752492cbad4848616ee2be3cb32ebc52057b121f9c625
|
3 |
+
size 6139229
|
tokenizer
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
��prefix_search�~^§|^%|^=|^—|^–|^\+(?![0-9])|^…|^……|^,|^:|^;|^\!|^\?|^¿|^؟|^¡|^\(|^\)|^\[|^\]|^\{|^\}|^<|^>|^_|^#|^\*|^&|^。|^?|^!|^,|^、|^;|^:|^~|^·|^।|^،|^۔|^؛|^٪|^\.\.+|^…|^\'|^"|^”|^“|^`|^‘|^´|^’|^‚|^,|^„|^»|^«|^「|^」|^『|^』|^(|^)|^〔|^〕|^【|^】|^《|^》|^〈|^〉|^\$|^£|^€|^¥|^฿|^US\$|^C\$|^A\$|^₽|^﷼|^₴|^₠|^₡|^₢|^₣|^₤|^₥|^₦|^₧|^₨|^₩|^₪|^₫|^€|^₭|^₮|^₯|^₰|^₱|^₲|^₳|^₴|^₵|^₶|^₷|^₸|^₹|^₺|^₻|^₼|^₽|^₾|^₿|^[\u00A6\u00A9\u00AE\u00B0\u0482\u058D\u058E\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u09FA\u0B70\u0BF3-\u0BF8\u0BFA\u0C7F\u0D4F\u0D79\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116\u2117\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u214A\u214C\u214D\u214F\u218A\u218B\u2195-\u2199\u219C-\u219F\u21A1\u21A2\u21A4\u21A5\u21A7-\u21AD\u21AF-\u21CD\u21D0\u21D1\u21D3\u21D5-\u21F3\u2300-\u2307\u230C-\u231F\u2322-\u2328\u232B-\u237B\u237D-\u239A\u23B4-\u23DB\u23E2-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u25B6\u25B8-\u25C0\u25C2-\u25F7\u2600-\u266E\u2670-\u2767\u2794-\u27BF\u2800-\u28FF\u2B00-\u2B2F\u2B45\u2B46\u2B4D-\u2B73\u2B76-\u2B95\u2B98-\u2BC8\u2BCA-\u2BFE\u2CE5-\u2CEA\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFB\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u32FE\u3300-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA828-\uA82B\uA836\uA837\uA839\uAA77-\uAA79\uFDFD\uFFE4\uFFE8\uFFED\uFFEE\uFFFC\uFFFD\U00010137-\U0001013F\U00010179-\U00010189\U0001018C-\U0001018E\U00010190-\U0001019B\U000101A0\U000101D0-\U000101FC\U00010877\U00010878\U00010AC8\U0001173F\U00016B3C-\U00016B3F\U00016B45\U0001BC9C\U0001D000-\U0001D0F5\U0001D100-\U0001D126\U0001D129-\U0001D164\U0001D16A-\U0001D16C\U0001D183\U0001D184\U0001D18C-\U0001D1A9\U0001D1AE-\U0001D1E8\U0001D200-\U0001D241\U0001D245\U0001D300-\U0001D356\U0001D800-\U0001D9FF\U0001DA37-\U0001DA3A\U0001DA6D-\U0001DA74\U0001DA76-\U0001DA83\U0001DA85\U0001DA86\U0001ECAC\U0001F000-\U0001F02B\U0001F030-\U0001F093\U0001F0A0-\U0001F0AE\U0001F0B1-\U0001F0BF\U0001F0C1-\U0001F0CF\U0001F0D1-\U0001F0F5\U0001F110-\U0001F16B\U0001F170-\U0001F1AC\U0001F1E6-\U0001F202\U0001F210-\U0001F23B\U0001F240-\U0001F248\U0001F250\U0001F251\U0001F260-\U0001F265\U0001F300-\U0001F3FA\U0001F400-\U0001F6D4\U0001F6E0-\U0001F6EC\U0001F6F0-\U0001F6F9\U0001F700-\U0001F773\U0001F780-\U0001F7D8\U0001F800-\U0001F80B\U0001F810-\U0001F847\U0001F850-\U0001F859\U0001F860-\U0001F887\U0001F890-\U0001F8AD\U0001F900-\U0001F90B\U0001F910-\U0001F93E\U0001F940-\U0001F970\U0001F973-\U0001F976\U0001F97A\U0001F97C-\U0001F9A2\U0001F9B0-\U0001F9B9\U0001F9C0-\U0001F9C2\U0001F9D0-\U0001F9FF\U0001FA60-\U0001FA6D]�suffix_search�2y…$|……$|,$|:$|;$|\!$|\?$|¿$|؟$|¡$|\($|\)$|\[$|\]$|\{$|\}$|<$|>$|_$|#$|\*$|&$|。$|?$|!$|,$|、$|;$|:$|~$|·$|।$|،$|۔$|؛$|٪$|\.\.+$|…$|\'$|"$|”$|“$|`$|‘$|´$|’$|‚$|,$|„$|»$|«$|「$|」$|『$|』$|($|)$|〔$|〕$|【$|】$|《$|》$|〈$|〉$|[\u00A6\u00A9\u00AE\u00B0\u0482\u058D\u058E\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u09FA\u0B70\u0BF3-\u0BF8\u0BFA\u0C7F\u0D4F\u0D79\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116\u2117\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u214A\u214C\u214D\u214F\u218A\u218B\u2195-\u2199\u219C-\u219F\u21A1\u21A2\u21A4\u21A5\u21A7-\u21AD\u21AF-\u21CD\u21D0\u21D1\u21D3\u21D5-\u21F3\u2300-\u2307\u230C-\u231F\u2322-\u2328\u232B-\u237B\u237D-\u239A\u23B4-\u23DB\u23E2-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u25B6\u25B8-\u25C0\u25C2-\u25F7\u2600-\u266E\u2670-\u2767\u2794-\u27BF\u2800-\u28FF\u2B00-\u2B2F\u2B45\u2B46\u2B4D-\u2B73\u2B76-\u2B95\u2B98-\u2BC8\u2BCA-\u2BFE\u2CE5-\u2CEA\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFB\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u32FE\u3300-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA828-\uA82B\uA836\uA837\uA839\uAA77-\uAA79\uFDFD\uFFE4\uFFE8\uFFED\uFFEE\uFFFC\uFFFD\U00010137-\U0001013F\U00010179-\U00010189\U0001018C-\U0001018E\U00010190-\U0001019B\U000101A0\U000101D0-\U000101FC\U00010877\U00010878\U00010AC8\U0001173F\U00016B3C-\U00016B3F\U00016B45\U0001BC9C\U0001D000-\U0001D0F5\U0001D100-\U0001D126\U0001D129-\U0001D164\U0001D16A-\U0001D16C\U0001D183\U0001D184\U0001D18C-\U0001D1A9\U0001D1AE-\U0001D1E8\U0001D200-\U0001D241\U0001D245\U0001D300-\U0001D356\U0001D800-\U0001D9FF\U0001DA37-\U0001DA3A\U0001DA6D-\U0001DA74\U0001DA76-\U0001DA83\U0001DA85\U0001DA86\U0001ECAC\U0001F000-\U0001F02B\U0001F030-\U0001F093\U0001F0A0-\U0001F0AE\U0001F0B1-\U0001F0BF\U0001F0C1-\U0001F0CF\U0001F0D1-\U0001F0F5\U0001F110-\U0001F16B\U0001F170-\U0001F1AC\U0001F1E6-\U0001F202\U0001F210-\U0001F23B\U0001F240-\U0001F248\U0001F250\U0001F251\U0001F260-\U0001F265\U0001F300-\U0001F3FA\U0001F400-\U0001F6D4\U0001F6E0-\U0001F6EC\U0001F6F0-\U0001F6F9\U0001F700-\U0001F773\U0001F780-\U0001F7D8\U0001F800-\U0001F80B\U0001F810-\U0001F847\U0001F850-\U0001F859\U0001F860-\U0001F887\U0001F890-\U0001F8AD\U0001F900-\U0001F90B\U0001F910-\U0001F93E\U0001F940-\U0001F970\U0001F973-\U0001F976\U0001F97A\U0001F97C-\U0001F9A2\U0001F9B0-\U0001F9B9\U0001F9C0-\U0001F9C2\U0001F9D0-\U0001F9FF\U0001FA60-\U0001FA6D]$|'s$|'S$|’s$|’S$|—$|–$|(?<=[0-9])\+$|(?<=°[FfCcKk])\.$|(?<=[0-9])(?:\$|£|€|¥|฿|US\$|C\$|A\$|₽|﷼|₴|₠|₡|₢|₣|₤|₥|₦|₧|₨|₩|₪|₫|€|₭|₮|₯|₰|₱|₲|₳|₴|₵|₶|₷|₸|₹|₺|₻|₼|₽|₾|₿)$|(?<=[0-9])(?:km|km²|km³|m|m²|m³|dm|dm²|dm³|cm|cm²|cm³|mm|mm²|mm³|ha|µm|nm|yd|in|ft|kg|g|mg|µg|t|lb|oz|m/s|km/h|kmh|mph|hPa|Pa|mbar|mb|MB|kb|KB|gb|GB|tb|TB|T|G|M|K|%|км|км²|км³|м|м²|м³|дм|дм²|дм³|см|см²|см³|мм|мм²|мм³|нм|кг|г|мг|м/с|км/ч|кПа|Па|мбар|Кб|КБ|кб|Мб|МБ|мб|Гб|ГБ|гб|Тб|ТБ|тбكم|كم²|كم³|م|م²|م³|سم|سم²|سم³|مم|مم²|مم³|كم|غرام|جرام|جم|كغ|ملغ|كوب|اكواب)$|(?<=[0-9a-z\uFF41-\uFF5A\u00DF-\u00F6\u00F8-\u00FF\u0101\u0103\u0105\u0107\u0109\u010B\u010D\u010F\u0111\u0113\u0115\u0117\u0119\u011B\u011D\u011F\u0121\u0123\u0125\u0127\u0129\u012B\u012D\u012F\u0131\u0133\u0135\u0137\u0138\u013A\u013C\u013E\u0140\u0142\u0144\u0146\u0148\u0149\u014B\u014D\u014F\u0151\u0153\u0155\u0157\u0159\u015B\u015D\u015F\u0161\u0163\u0165\u0167\u0169\u016B\u016D\u016F\u0171\u0173\u0175\u0177\u017A\u017C\u017E\u017F\u0180\u0183\u0185\u0188\u018C\u018D\u0192\u0195\u0199-\u019B\u019E\u01A1\u01A3\u01A5\u01A8\u01AA\u01AB\u01AD\u01B0\u01B4\u01B6\u01B9\u01BA\u01BD-\u01BF\u01C6\u01C9\u01CC\u01CE\u01D0\u01D2\u01D4\u01D6\u01D8\u01DA\u01DC\u01DD\u01DF\u01E1\u01E3\u01E5\u01E7\u01E9\u01EB\u01ED\u01EF\u01F0\u01F3\u01F5\u01F9\u01FB\u01FD\u01FF\u0201\u0203\u0205\u0207\u0209\u020B\u020D\u020F\u0211\u0213\u0215\u0217\u0219\u021B\u021D\u021F\u0221\u0223\u0225\u0227\u0229\u022B\u022D\u022F\u0231\u0233-\u0239\u023C\u023F\u0240\u0242\u0247\u0249\u024B\u024D\u024F\u2C61\u2C65\u2C66\u2C68\u2C6A\u2C6C\u2C71\u2C73\u2C74\u2C76-\u2C7B\uA723\uA725\uA727\uA729\uA72B\uA72D\uA72F-\uA731\uA733\uA735\uA737\uA739\uA73B\uA73D\uA73F\uA741\uA743\uA745\uA747\uA749\uA74B\uA74D\uA74F\uA751\uA753\uA755\uA757\uA759\uA75B\uA75D\uA75F\uA761\uA763\uA765\uA767\uA769\uA76B\uA76D\uA76F\uA771-\uA778\uA77A\uA77C\uA77F\uA781\uA783\uA785\uA787\uA78C\uA78E\uA791\uA793-\uA795\uA797\uA799\uA79B\uA79D\uA79F\uA7A1\uA7A3\uA7A5\uA7A7\uA7A9\uA7AF\uA7B5\uA7B7\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E01\u1E03\u1E05\u1E07\u1E09\u1E0B\u1E0D\u1E0F\u1E11\u1E13\u1E15\u1E17\u1E19\u1E1B\u1E1D\u1E1F\u1E21\u1E23\u1E25\u1E27\u1E29\u1E2B\u1E2D\u1E2F\u1E31\u1E33\u1E35\u1E37\u1E39\u1E3B\u1E3D\u1E3F\u1E41\u1E43\u1E45\u1E47\u1E49\u1E4B\u1E4D\u1E4F\u1E51\u1E53\u1E55\u1E57\u1E59\u1E5B\u1E5D\u1E5F\u1E61\u1E63\u1E65\u1E67\u1E69\u1E6B\u1E6D\u1E6F\u1E71\u1E73\u1E75\u1E77\u1E79\u1E7B\u1E7D\u1E7F\u1E81\u1E83\u1E85\u1E87\u1E89\u1E8B\u1E8D\u1E8F\u1E91\u1E93\u1E95-\u1E9D\u1E9F\u1EA1\u1EA3\u1EA5\u1EA7\u1EA9\u1EAB\u1EAD\u1EAF\u1EB1\u1EB3\u1EB5\u1EB7\u1EB9\u1EBB\u1EBD\u1EBF\u1EC1\u1EC3\u1EC5\u1EC7\u1EC9\u1ECB\u1ECD\u1ECF\u1ED1\u1ED3\u1ED5\u1ED7\u1ED9\u1EDB\u1EDD\u1EDF\u1EE1\u1EE3\u1EE5\u1EE7\u1EE9\u1EEB\u1EED\u1EEF\u1EF1\u1EF3\u1EF5\u1EF7\u1EF9\u1EFB\u1EFD\u1EFFёа-яәөүҗңһα-ωάέίόώήύа-щюяіїєґѓѕјљњќѐѝ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F%²\-\+…|……|,|:|;|\!|\?|¿|؟|¡|\(|\)|\[|\]|\{|\}|<|>|_|#|\*|&|。|?|!|,|、|;|:|~|·|।|،|۔|؛|٪(?:\'"”“`‘´’‚,„»«「」『』()〔〕【】《》〈〉)])\.$|(?<=[A-Z\uFF21-\uFF3A\u00C0-\u00D6\u00D8-\u00DE\u0100\u0102\u0104\u0106\u0108\u010A\u010C\u010E\u0110\u0112\u0114\u0116\u0118\u011A\u011C\u011E\u0120\u0122\u0124\u0126\u0128\u012A\u012C\u012E\u0130\u0132\u0134\u0136\u0139\u013B\u013D\u013F\u0141\u0143\u0145\u0147\u014A\u014C\u014E\u0150\u0152\u0154\u0156\u0158\u015A\u015C\u015E\u0160\u0162\u0164\u0166\u0168\u016A\u016C\u016E\u0170\u0172\u0174\u0176\u0178\u0179\u017B\u017D\u0181\u0182\u0184\u0186\u0187\u0189-\u018B\u018E-\u0191\u0193\u0194\u0196-\u0198\u019C\u019D\u019F\u01A0\u01A2\u01A4\u01A6\u01A7\u01A9\u01AC\u01AE\u01AF\u01B1-\u01B3\u01B5\u01B7\u01B8\u01BC\u01C4\u01C7\u01CA\u01CD\u01CF\u01D1\u01D3\u01D5\u01D7\u01D9\u01DB\u01DE\u01E0\u01E2\u01E4\u01E6\u01E8\u01EA\u01EC\u01EE\u01F1\u01F4\u01F6-\u01F8\u01FA\u01FC\u01FE\u0200\u0202\u0204\u0206\u0208\u020A\u020C\u020E\u0210\u0212\u0214\u0216\u0218\u021A\u021C\u021E\u0220\u0222\u0224\u0226\u0228\u022A\u022C\u022E\u0230\u0232\u023A\u023B\u023D\u023E\u0241\u0243-\u0246\u0248\u024A\u024C\u024E\u2C60\u2C62-\u2C64\u2C67\u2C69\u2C6B\u2C6D-\u2C70\u2C72\u2C75\u2C7E\u2C7F\uA722\uA724\uA726\uA728\uA72A\uA72C\uA72E\uA732\uA734\uA736\uA738\uA73A\uA73C\uA73E\uA740\uA742\uA744\uA746\uA748\uA74A\uA74C\uA74E\uA750\uA752\uA754\uA756\uA758\uA75A\uA75C\uA75E\uA760\uA762\uA764\uA766\uA768\uA76A\uA76C\uA76E\uA779\uA77B\uA77D\uA77E\uA780\uA782\uA784\uA786\uA78B\uA78D\uA790\uA792\uA796\uA798\uA79A\uA79C\uA79E\uA7A0\uA7A2\uA7A4\uA7A6\uA7A8\uA7AA-\uA7AE\uA7B0-\uA7B4\uA7B6\uA7B8\u1E00\u1E02\u1E04\u1E06\u1E08\u1E0A\u1E0C\u1E0E\u1E10\u1E12\u1E14\u1E16\u1E18\u1E1A\u1E1C\u1E1E\u1E20\u1E22\u1E24\u1E26\u1E28\u1E2A\u1E2C\u1E2E\u1E30\u1E32\u1E34\u1E36\u1E38\u1E3A\u1E3C\u1E3E\u1E40\u1E42\u1E44\u1E46\u1E48\u1E4A\u1E4C\u1E4E\u1E50\u1E52\u1E54\u1E56\u1E58\u1E5A\u1E5C\u1E5E\u1E60\u1E62\u1E64\u1E66\u1E68\u1E6A\u1E6C\u1E6E\u1E70\u1E72\u1E74\u1E76\u1E78\u1E7A\u1E7C\u1E7E\u1E80\u1E82\u1E84\u1E86\u1E88\u1E8A\u1E8C\u1E8E\u1E90\u1E92\u1E94\u1E9E\u1EA0\u1EA2\u1EA4\u1EA6\u1EA8\u1EAA\u1EAC\u1EAE\u1EB0\u1EB2\u1EB4\u1EB6\u1EB8\u1EBA\u1EBC\u1EBE\u1EC0\u1EC2\u1EC4\u1EC6\u1EC8\u1ECA\u1ECC\u1ECE\u1ED0\u1ED2\u1ED4\u1ED6\u1ED8\u1EDA\u1EDC\u1EDE\u1EE0\u1EE2\u1EE4\u1EE6\u1EE8\u1EEA\u1EEC\u1EEE\u1EF0\u1EF2\u1EF4\u1EF6\u1EF8\u1EFA\u1EFC\u1EFEЁА-ЯӘӨҮҖҢҺΑ-ΩΆΈΊΌΏΉΎА-ЩЮЯІЇЄҐЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F][A-Z\uFF21-\uFF3A\u00C0-\u00D6\u00D8-\u00DE\u0100\u0102\u0104\u0106\u0108\u010A\u010C\u010E\u0110\u0112\u0114\u0116\u0118\u011A\u011C\u011E\u0120\u0122\u0124\u0126\u0128\u012A\u012C\u012E\u0130\u0132\u0134\u0136\u0139\u013B\u013D\u013F\u0141\u0143\u0145\u0147\u014A\u014C\u014E\u0150\u0152\u0154\u0156\u0158\u015A\u015C\u015E\u0160\u0162\u0164\u0166\u0168\u016A\u016C\u016E\u0170\u0172\u0174\u0176\u0178\u0179\u017B\u017D\u0181\u0182\u0184\u0186\u0187\u0189-\u018B\u018E-\u0191\u0193\u0194\u0196-\u0198\u019C\u019D\u019F\u01A0\u01A2\u01A4\u01A6\u01A7\u01A9\u01AC\u01AE\u01AF\u01B1-\u01B3\u01B5\u01B7\u01B8\u01BC\u01C4\u01C7\u01CA\u01CD\u01CF\u01D1\u01D3\u01D5\u01D7\u01D9\u01DB\u01DE\u01E0\u01E2\u01E4\u01E6\u01E8\u01EA\u01EC\u01EE\u01F1\u01F4\u01F6-\u01F8\u01FA\u01FC\u01FE\u0200\u0202\u0204\u0206\u0208\u020A\u020C\u020E\u0210\u0212\u0214\u0216\u0218\u021A\u021C\u021E\u0220\u0222\u0224\u0226\u0228\u022A\u022C\u022E\u0230\u0232\u023A\u023B\u023D\u023E\u0241\u0243-\u0246\u0248\u024A\u024C\u024E\u2C60\u2C62-\u2C64\u2C67\u2C69\u2C6B\u2C6D-\u2C70\u2C72\u2C75\u2C7E\u2C7F\uA722\uA724\uA726\uA728\uA72A\uA72C\uA72E\uA732\uA734\uA736\uA738\uA73A\uA73C\uA73E\uA740\uA742\uA744\uA746\uA748\uA74A\uA74C\uA74E\uA750\uA752\uA754\uA756\uA758\uA75A\uA75C\uA75E\uA760\uA762\uA764\uA766\uA768\uA76A\uA76C\uA76E\uA779\uA77B\uA77D\uA77E\uA780\uA782\uA784\uA786\uA78B\uA78D\uA790\uA792\uA796\uA798\uA79A\uA79C\uA79E\uA7A0\uA7A2\uA7A4\uA7A6\uA7A8\uA7AA-\uA7AE\uA7B0-\uA7B4\uA7B6\uA7B8\u1E00\u1E02\u1E04\u1E06\u1E08\u1E0A\u1E0C\u1E0E\u1E10\u1E12\u1E14\u1E16\u1E18\u1E1A\u1E1C\u1E1E\u1E20\u1E22\u1E24\u1E26\u1E28\u1E2A\u1E2C\u1E2E\u1E30\u1E32\u1E34\u1E36\u1E38\u1E3A\u1E3C\u1E3E\u1E40\u1E42\u1E44\u1E46\u1E48\u1E4A\u1E4C\u1E4E\u1E50\u1E52\u1E54\u1E56\u1E58\u1E5A\u1E5C\u1E5E\u1E60\u1E62\u1E64\u1E66\u1E68\u1E6A\u1E6C\u1E6E\u1E70\u1E72\u1E74\u1E76\u1E78\u1E7A\u1E7C\u1E7E\u1E80\u1E82\u1E84\u1E86\u1E88\u1E8A\u1E8C\u1E8E\u1E90\u1E92\u1E94\u1E9E\u1EA0\u1EA2\u1EA4\u1EA6\u1EA8\u1EAA\u1EAC\u1EAE\u1EB0\u1EB2\u1EB4\u1EB6\u1EB8\u1EBA\u1EBC\u1EBE\u1EC0\u1EC2\u1EC4\u1EC6\u1EC8\u1ECA\u1ECC\u1ECE\u1ED0\u1ED2\u1ED4\u1ED6\u1ED8\u1EDA\u1EDC\u1EDE\u1EE0\u1EE2\u1EE4\u1EE6\u1EE8\u1EEA\u1EEC\u1EEE\u1EF0\u1EF2\u1EF4\u1EF6\u1EF8\u1EFA\u1EFC\u1EFEЁА-ЯӘӨҮҖҢҺΑ-ΩΆΈΊΌΏΉΎА-ЩЮЯІЇЄҐЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])\.$�infix_finditer�>�\.\.+|…|[\u00A6\u00A9\u00AE\u00B0\u0482\u058D\u058E\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u09FA\u0B70\u0BF3-\u0BF8\u0BFA\u0C7F\u0D4F\u0D79\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116\u2117\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u214A\u214C\u214D\u214F\u218A\u218B\u2195-\u2199\u219C-\u219F\u21A1\u21A2\u21A4\u21A5\u21A7-\u21AD\u21AF-\u21CD\u21D0\u21D1\u21D3\u21D5-\u21F3\u2300-\u2307\u230C-\u231F\u2322-\u2328\u232B-\u237B\u237D-\u239A\u23B4-\u23DB\u23E2-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u25B6\u25B8-\u25C0\u25C2-\u25F7\u2600-\u266E\u2670-\u2767\u2794-\u27BF\u2800-\u28FF\u2B00-\u2B2F\u2B45\u2B46\u2B4D-\u2B73\u2B76-\u2B95\u2B98-\u2BC8\u2BCA-\u2BFE\u2CE5-\u2CEA\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFB\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u32FE\u3300-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA828-\uA82B\uA836\uA837\uA839\uAA77-\uAA79\uFDFD\uFFE4\uFFE8\uFFED\uFFEE\uFFFC\uFFFD\U00010137-\U0001013F\U00010179-\U00010189\U0001018C-\U0001018E\U00010190-\U0001019B\U000101A0\U000101D0-\U000101FC\U00010877\U00010878\U00010AC8\U0001173F\U00016B3C-\U00016B3F\U00016B45\U0001BC9C\U0001D000-\U0001D0F5\U0001D100-\U0001D126\U0001D129-\U0001D164\U0001D16A-\U0001D16C\U0001D183\U0001D184\U0001D18C-\U0001D1A9\U0001D1AE-\U0001D1E8\U0001D200-\U0001D241\U0001D245\U0001D300-\U0001D356\U0001D800-\U0001D9FF\U0001DA37-\U0001DA3A\U0001DA6D-\U0001DA74\U0001DA76-\U0001DA83\U0001DA85\U0001DA86\U0001ECAC\U0001F000-\U0001F02B\U0001F030-\U0001F093\U0001F0A0-\U0001F0AE\U0001F0B1-\U0001F0BF\U0001F0C1-\U0001F0CF\U0001F0D1-\U0001F0F5\U0001F110-\U0001F16B\U0001F170-\U0001F1AC\U0001F1E6-\U0001F202\U0001F210-\U0001F23B\U0001F240-\U0001F248\U0001F250\U0001F251\U0001F260-\U0001F265\U0001F300-\U0001F3FA\U0001F400-\U0001F6D4\U0001F6E0-\U0001F6EC\U0001F6F0-\U0001F6F9\U0001F700-\U0001F773\U0001F780-\U0001F7D8\U0001F800-\U0001F80B\U0001F810-\U0001F847\U0001F850-\U0001F859\U0001F860-\U0001F887\U0001F890-\U0001F8AD\U0001F900-\U0001F90B\U0001F910-\U0001F93E\U0001F940-\U0001F970\U0001F973-\U0001F976\U0001F97A\U0001F97C-\U0001F9A2\U0001F9B0-\U0001F9B9\U0001F9C0-\U0001F9C2\U0001F9D0-\U0001F9FF\U0001FA60-\U0001FA6D]|(?<=[0-9])[+\-\*^](?=[0-9-])|(?<=[a-z\uFF41-\uFF5A\u00DF-\u00F6\u00F8-\u00FF\u0101\u0103\u0105\u0107\u0109\u010B\u010D\u010F\u0111\u0113\u0115\u0117\u0119\u011B\u011D\u011F\u0121\u0123\u0125\u0127\u0129\u012B\u012D\u012F\u0131\u0133\u0135\u0137\u0138\u013A\u013C\u013E\u0140\u0142\u0144\u0146\u0148\u0149\u014B\u014D\u014F\u0151\u0153\u0155\u0157\u0159\u015B\u015D\u015F\u0161\u0163\u0165\u0167\u0169\u016B\u016D\u016F\u0171\u0173\u0175\u0177\u017A\u017C\u017E\u017F\u0180\u0183\u0185\u0188\u018C\u018D\u0192\u0195\u0199-\u019B\u019E\u01A1\u01A3\u01A5\u01A8\u01AA\u01AB\u01AD\u01B0\u01B4\u01B6\u01B9\u01BA\u01BD-\u01BF\u01C6\u01C9\u01CC\u01CE\u01D0\u01D2\u01D4\u01D6\u01D8\u01DA\u01DC\u01DD\u01DF\u01E1\u01E3\u01E5\u01E7\u01E9\u01EB\u01ED\u01EF\u01F0\u01F3\u01F5\u01F9\u01FB\u01FD\u01FF\u0201\u0203\u0205\u0207\u0209\u020B\u020D\u020F\u0211\u0213\u0215\u0217\u0219\u021B\u021D\u021F\u0221\u0223\u0225\u0227\u0229\u022B\u022D\u022F\u0231\u0233-\u0239\u023C\u023F\u0240\u0242\u0247\u0249\u024B\u024D\u024F\u2C61\u2C65\u2C66\u2C68\u2C6A\u2C6C\u2C71\u2C73\u2C74\u2C76-\u2C7B\uA723\uA725\uA727\uA729\uA72B\uA72D\uA72F-\uA731\uA733\uA735\uA737\uA739\uA73B\uA73D\uA73F\uA741\uA743\uA745\uA747\uA749\uA74B\uA74D\uA74F\uA751\uA753\uA755\uA757\uA759\uA75B\uA75D\uA75F\uA761\uA763\uA765\uA767\uA769\uA76B\uA76D\uA76F\uA771-\uA778\uA77A\uA77C\uA77F\uA781\uA783\uA785\uA787\uA78C\uA78E\uA791\uA793-\uA795\uA797\uA799\uA79B\uA79D\uA79F\uA7A1\uA7A3\uA7A5\uA7A7\uA7A9\uA7AF\uA7B5\uA7B7\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E01\u1E03\u1E05\u1E07\u1E09\u1E0B\u1E0D\u1E0F\u1E11\u1E13\u1E15\u1E17\u1E19\u1E1B\u1E1D\u1E1F\u1E21\u1E23\u1E25\u1E27\u1E29\u1E2B\u1E2D\u1E2F\u1E31\u1E33\u1E35\u1E37\u1E39\u1E3B\u1E3D\u1E3F\u1E41\u1E43\u1E45\u1E47\u1E49\u1E4B\u1E4D\u1E4F\u1E51\u1E53\u1E55\u1E57\u1E59\u1E5B\u1E5D\u1E5F\u1E61\u1E63\u1E65\u1E67\u1E69\u1E6B\u1E6D\u1E6F\u1E71\u1E73\u1E75\u1E77\u1E79\u1E7B\u1E7D\u1E7F\u1E81\u1E83\u1E85\u1E87\u1E89\u1E8B\u1E8D\u1E8F\u1E91\u1E93\u1E95-\u1E9D\u1E9F\u1EA1\u1EA3\u1EA5\u1EA7\u1EA9\u1EAB\u1EAD\u1EAF\u1EB1\u1EB3\u1EB5\u1EB7\u1EB9\u1EBB\u1EBD\u1EBF\u1EC1\u1EC3\u1EC5\u1EC7\u1EC9\u1ECB\u1ECD\u1ECF\u1ED1\u1ED3\u1ED5\u1ED7\u1ED9\u1EDB\u1EDD\u1EDF\u1EE1\u1EE3\u1EE5\u1EE7\u1EE9\u1EEB\u1EED\u1EEF\u1EF1\u1EF3\u1EF5\u1EF7\u1EF9\u1EFB\u1EFD\u1EFFёа-яәөүҗңһα-ωάέίόώήύа-щюяіїєґѓѕјљњќѐѝ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F\'"”“`‘´’‚,„»«「」『』()〔〕【】《》〈〉])\.(?=[A-Z\uFF21-\uFF3A\u00C0-\u00D6\u00D8-\u00DE\u0100\u0102\u0104\u0106\u0108\u010A\u010C\u010E\u0110\u0112\u0114\u0116\u0118\u011A\u011C\u011E\u0120\u0122\u0124\u0126\u0128\u012A\u012C\u012E\u0130\u0132\u0134\u0136\u0139\u013B\u013D\u013F\u0141\u0143\u0145\u0147\u014A\u014C\u014E\u0150\u0152\u0154\u0156\u0158\u015A\u015C\u015E\u0160\u0162\u0164\u0166\u0168\u016A\u016C\u016E\u0170\u0172\u0174\u0176\u0178\u0179\u017B\u017D\u0181\u0182\u0184\u0186\u0187\u0189-\u018B\u018E-\u0191\u0193\u0194\u0196-\u0198\u019C\u019D\u019F\u01A0\u01A2\u01A4\u01A6\u01A7\u01A9\u01AC\u01AE\u01AF\u01B1-\u01B3\u01B5\u01B7\u01B8\u01BC\u01C4\u01C7\u01CA\u01CD\u01CF\u01D1\u01D3\u01D5\u01D7\u01D9\u01DB\u01DE\u01E0\u01E2\u01E4\u01E6\u01E8\u01EA\u01EC\u01EE\u01F1\u01F4\u01F6-\u01F8\u01FA\u01FC\u01FE\u0200\u0202\u0204\u0206\u0208\u020A\u020C\u020E\u0210\u0212\u0214\u0216\u0218\u021A\u021C\u021E\u0220\u0222\u0224\u0226\u0228\u022A\u022C\u022E\u0230\u0232\u023A\u023B\u023D\u023E\u0241\u0243-\u0246\u0248\u024A\u024C\u024E\u2C60\u2C62-\u2C64\u2C67\u2C69\u2C6B\u2C6D-\u2C70\u2C72\u2C75\u2C7E\u2C7F\uA722\uA724\uA726\uA728\uA72A\uA72C\uA72E\uA732\uA734\uA736\uA738\uA73A\uA73C\uA73E\uA740\uA742\uA744\uA746\uA748\uA74A\uA74C\uA74E\uA750\uA752\uA754\uA756\uA758\uA75A\uA75C\uA75E\uA760\uA762\uA764\uA766\uA768\uA76A\uA76C\uA76E\uA779\uA77B\uA77D\uA77E\uA780\uA782\uA784\uA786\uA78B\uA78D\uA790\uA792\uA796\uA798\uA79A\uA79C\uA79E\uA7A0\uA7A2\uA7A4\uA7A6\uA7A8\uA7AA-\uA7AE\uA7B0-\uA7B4\uA7B6\uA7B8\u1E00\u1E02\u1E04\u1E06\u1E08\u1E0A\u1E0C\u1E0E\u1E10\u1E12\u1E14\u1E16\u1E18\u1E1A\u1E1C\u1E1E\u1E20\u1E22\u1E24\u1E26\u1E28\u1E2A\u1E2C\u1E2E\u1E30\u1E32\u1E34\u1E36\u1E38\u1E3A\u1E3C\u1E3E\u1E40\u1E42\u1E44\u1E46\u1E48\u1E4A\u1E4C\u1E4E\u1E50\u1E52\u1E54\u1E56\u1E58\u1E5A\u1E5C\u1E5E\u1E60\u1E62\u1E64\u1E66\u1E68\u1E6A\u1E6C\u1E6E\u1E70\u1E72\u1E74\u1E76\u1E78\u1E7A\u1E7C\u1E7E\u1E80\u1E82\u1E84\u1E86\u1E88\u1E8A\u1E8C\u1E8E\u1E90\u1E92\u1E94\u1E9E\u1EA0\u1EA2\u1EA4\u1EA6\u1EA8\u1EAA\u1EAC\u1EAE\u1EB0\u1EB2\u1EB4\u1EB6\u1EB8\u1EBA\u1EBC\u1EBE\u1EC0\u1EC2\u1EC4\u1EC6\u1EC8\u1ECA\u1ECC\u1ECE\u1ED0\u1ED2\u1ED4\u1ED6\u1ED8\u1EDA\u1EDC\u1EDE\u1EE0\u1EE2\u1EE4\u1EE6\u1EE8\u1EEA\u1EEC\u1EEE\u1EF0\u1EF2\u1EF4\u1EF6\u1EF8\u1EFA\u1EFC\u1EFEЁА-ЯӘӨҮҖҢҺΑ-ΩΆΈΊΌΏΉΎА-ЩЮЯІЇЄҐЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F\'"”“`‘´’‚,„»«「」『』()〔〕【】《》〈〉])|(?<=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-яЁА-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήύΑ-ΩΆΈΊΌΏΉΎа-щюяіїєґА-ЩЮЯІЇЄҐѓѕјљњќѐѝЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F]),(?=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-яЁА-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήύΑ-ΩΆΈΊΌΏΉΎа-щюяіїєґА-ЩЮЯІЇЄҐѓѕјљњќѐѝЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])|(?<=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-яЁА-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήύΑ-ΩΆΈΊΌΏΉΎа-щюяіїєґА-ЩЮЯІЇЄҐѓѕјљњќѐѝЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])(?:-|–|—|--|---|——|~)(?=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-яЁА-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήύΑ-ΩΆΈΊΌΏΉΎа-щюяіїєґА-ЩЮЯІЇЄҐѓѕјљњќѐѝЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])|(?<=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-яЁА-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήύΑ-ΩΆΈΊΌΏΉΎа-щюяіїєґА-ЩЮЯІЇЄҐѓѕјљњќѐѝЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F0-9])[:<>=/](?=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-яЁА-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήύΑ-ΩΆΈΊΌΏΉΎа-щюяіїєґА-ЩЮЯІЇЄҐѓѕјљњќѐѝЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])�token_match��url_match�
|
2 |
+
��A�
|
3 |
+
� ��A� �'��A�'�''��A�''�(*_*)��A�(*_*)�(-8��A�(-8�(-:��A�(-:�(-;��A�(-;�(-_-)��A�(-_-)�(._.)��A�(._.)�(:��A�(:�(;��A�(;�(=��A�(=�(>_<)��A�(>_<)�(^_^)��A�(^_^)�(o:��A�(o:�(¬_¬)��A�(¬_¬)�(ಠ_ಠ)��A�(ಠ_ಠ)�(╯°□°)╯︵┻━┻��A�(╯°□°)╯︵┻━┻�)-:��A�)-:�):��A�):�-_-��A�-_-�-__-��A�-__-�._.��A�._.�0.0��A�0.0�0.o��A�0.o�0_0��A�0_0�0_o��A�0_o�8)��A�8)�8-)��A�8-)�8-D��A�8-D�8D��A�8D�:'(��A�:'(�:')��A�:')�:'-(��A�:'-(�:'-)��A�:'-)�:(��A�:(�:((��A�:((�:(((��A�:(((�:()��A�:()�:)��A�:)�:))��A�:))�:)))��A�:)))�:*��A�:*�:-(��A�:-(�:-((��A�:-((�:-(((��A�:-(((�:-)��A�:-)�:-))��A�:-))�:-)))��A�:-)))�:-*��A�:-*�:-/��A�:-/�:-0��A�:-0�:-3��A�:-3�:->��A�:->�:-D��A�:-D�:-O��A�:-O�:-P��A�:-P�:-X��A�:-X�:-]��A�:-]�:-o��A�:-o�:-p��A�:-p�:-x��A�:-x�:-|��A�:-|�:-}��A�:-}�:/��A�:/�:0��A�:0�:1��A�:1�:3��A�:3�:>��A�:>�:D��A�:D�:O��A�:O�:P��A�:P�:X��A�:X�:]��A�:]�:o��A�:o�:o)��A�:o)�:p��A�:p�:x��A�:x�:|��A�:|�:}��A�:}�;)��A�;)�;-)��A�;-)�;-D��A�;-D�;D��A�;D�;_;��A�;_;�<.<��A�<.<�</3��A�</3�<3��A�<3�<33��A�<33�<333��A�<333�<space>��A�<space>�=(��A�=(�=)��A�=)�=/��A�=/�=3��A�=3�=D��A�=D�=[��A�=[�=]��A�=]�=|��A�=|�>.<��A�>.<�>.>��A�>.>�>:(��A�>:(�>:o��A�>:o�><(((*>��A�><(((*>�@_@��A�@_@�C++��A�C++�O.O��A�O.O�O.o��A�O.o�O_O��A�O_O�O_o��A�O_o�V.V��A�V.V�V_V��A�V_V�XD��A�XD�XDD��A�XDD�[-:��A�[-:�[:��A�[:�[=��A�[=�\")��A�\")�\n��A�\n�\t��A�\t�]=��A�]=�^_^��A�^_^�^__^��A�^__^�^___^��A�^___^�a.��A�a.�b.��A�b.�c.��A�c.�d.��A�d.�e.��A�e.�f.��A�f.�g.��A�g.�h.��A�h.�i.��A�i.�j.��A�j.�k.��A�k.�l.��A�l.�m.��A�m.�n.��A�n.�o.��A�o.�o.0��A�o.0�o.O��A�o.O�o.o��A�o.o�o_0��A�o_0�o_O��A�o_O�o_o��A�o_o�p.��A�p.�q.��A�q.�r.��A�r.�s.��A�s.�t.��A�t.�u.��A�u.�v.��A�v.�v.v��A�v.v�v_v��A�v_v�w.��A�w.�x.��A�x.�xD��A�xD�xDD��A�xDD�y.��A�y.�z.��A�z.� ��A� C� �¯\(ツ)/¯��A�¯\(ツ)/¯�°C.��A�°�A�C�A�.�°F.��A�°�A�F�A�.�°K.��A�°�A�K�A�.�°c.��A�°�A�c�A�.�°f.��A�°�A�f�A�.�°k.��A�°�A�k�A�.�ä.��A�ä.�ö.��A�ö.�ü.��A�ü.�ಠ_ಠ��A�ಠ_ಠ�ಠ︵ಠ��A�ಠ︵ಠ�—��A�—�faster_heuristics�
|
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 |
+
}
|