adrianeboyd
commited on
Commit
•
c125aa9
1
Parent(s):
e16cd27
Update spaCy pipeline
Browse files- .gitattributes +5 -0
- LICENSE +428 -0
- LICENSES_SOURCES +880 -0
- README.md +127 -0
- accuracy.json +333 -0
- attribute_ruler/patterns +0 -0
- config.cfg +280 -0
- lemmatizer/cfg +1122 -0
- lemmatizer/model +3 -0
- lemmatizer/trees +0 -0
- meta.json +0 -0
- morphologizer/cfg +0 -0
- morphologizer/model +3 -0
- ner/cfg +13 -0
- ner/model +0 -0
- ner/moves +1 -0
- parser/cfg +13 -0
- parser/model +0 -0
- parser/moves +1 -0
- sl_core_news_trf-any-py3-none-any.whl +3 -0
- tagger/cfg +1131 -0
- tagger/model +3 -0
- tokenizer +3 -0
- transformer/cfg +3 -0
- transformer/model +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
@@ -33,3 +33,8 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
lemmatizer/model filter=lfs diff=lfs merge=lfs -text
|
37 |
+
morphologizer/model filter=lfs diff=lfs merge=lfs -text
|
38 |
+
sl_core_news_trf-any-py3-none-any.whl filter=lfs diff=lfs merge=lfs -text
|
39 |
+
tagger/model filter=lfs diff=lfs merge=lfs -text
|
40 |
+
transformer/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,880 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# UD Slovenian SSJ v2.11
|
2 |
+
|
3 |
+
* Author: Dobrovoljc, Kaja; Erjavec, Tomaž; Krek, Simon
|
4 |
+
* URL: https://github.com/UniversalDependencies/UD_Slovenian-SSJ
|
5 |
+
* License: CC BY-SA 4.0
|
6 |
+
|
7 |
+
```
|
8 |
+
Attribution-ShareAlike 4.0 International
|
9 |
+
|
10 |
+
=======================================================================
|
11 |
+
|
12 |
+
Creative Commons Corporation ("Creative Commons") is not a law firm and
|
13 |
+
does not provide legal services or legal advice. Distribution of
|
14 |
+
Creative Commons public licenses does not create a lawyer-client or
|
15 |
+
other relationship. Creative Commons makes its licenses and related
|
16 |
+
information available on an "as-is" basis. Creative Commons gives no
|
17 |
+
warranties regarding its licenses, any material licensed under their
|
18 |
+
terms and conditions, or any related information. Creative Commons
|
19 |
+
disclaims all liability for damages resulting from their use to the
|
20 |
+
fullest extent possible.
|
21 |
+
|
22 |
+
Using Creative Commons Public Licenses
|
23 |
+
|
24 |
+
Creative Commons public licenses provide a standard set of terms and
|
25 |
+
conditions that creators and other rights holders may use to share
|
26 |
+
original works of authorship and other material subject to copyright
|
27 |
+
and certain other rights specified in the public license below. The
|
28 |
+
following considerations are for informational purposes only, are not
|
29 |
+
exhaustive, and do not form part of our licenses.
|
30 |
+
|
31 |
+
Considerations for licensors: Our public licenses are
|
32 |
+
intended for use by those authorized to give the public
|
33 |
+
permission to use material in ways otherwise restricted by
|
34 |
+
copyright and certain other rights. Our licenses are
|
35 |
+
irrevocable. Licensors should read and understand the terms
|
36 |
+
and conditions of the license they choose before applying it.
|
37 |
+
Licensors should also secure all rights necessary before
|
38 |
+
applying our licenses so that the public can reuse the
|
39 |
+
material as expected. Licensors should clearly mark any
|
40 |
+
material not subject to the license. This includes other CC-
|
41 |
+
licensed material, or material used under an exception or
|
42 |
+
limitation to copyright. More considerations for licensors:
|
43 |
+
wiki.creativecommons.org/Considerations_for_licensors
|
44 |
+
|
45 |
+
Considerations for the public: By using one of our public
|
46 |
+
licenses, a licensor grants the public permission to use the
|
47 |
+
licensed material under specified terms and conditions. If
|
48 |
+
the licensor's permission is not necessary for any reason--for
|
49 |
+
example, because of any applicable exception or limitation to
|
50 |
+
copyright--then that use is not regulated by the license. Our
|
51 |
+
licenses grant only permissions under copyright and certain
|
52 |
+
other rights that a licensor has authority to grant. Use of
|
53 |
+
the licensed material may still be restricted for other
|
54 |
+
reasons, including because others have copyright or other
|
55 |
+
rights in the material. A licensor may make special requests,
|
56 |
+
such as asking that all changes be marked or described.
|
57 |
+
Although not required by our licenses, you are encouraged to
|
58 |
+
respect those requests where reasonable. More considerations
|
59 |
+
for the public:
|
60 |
+
wiki.creativecommons.org/Considerations_for_licensees
|
61 |
+
|
62 |
+
=======================================================================
|
63 |
+
|
64 |
+
Creative Commons Attribution-ShareAlike 4.0 International Public
|
65 |
+
License
|
66 |
+
|
67 |
+
By exercising the Licensed Rights (defined below), You accept and agree
|
68 |
+
to be bound by the terms and conditions of this Creative Commons
|
69 |
+
Attribution-ShareAlike 4.0 International Public License ("Public
|
70 |
+
License"). To the extent this Public License may be interpreted as a
|
71 |
+
contract, You are granted the Licensed Rights in consideration of Your
|
72 |
+
acceptance of these terms and conditions, and the Licensor grants You
|
73 |
+
such rights in consideration of benefits the Licensor receives from
|
74 |
+
making the Licensed Material available under these terms and
|
75 |
+
conditions.
|
76 |
+
|
77 |
+
|
78 |
+
Section 1 -- Definitions.
|
79 |
+
|
80 |
+
a. Adapted Material means material subject to Copyright and Similar
|
81 |
+
Rights that is derived from or based upon the Licensed Material
|
82 |
+
and in which the Licensed Material is translated, altered,
|
83 |
+
arranged, transformed, or otherwise modified in a manner requiring
|
84 |
+
permission under the Copyright and Similar Rights held by the
|
85 |
+
Licensor. For purposes of this Public License, where the Licensed
|
86 |
+
Material is a musical work, performance, or sound recording,
|
87 |
+
Adapted Material is always produced where the Licensed Material is
|
88 |
+
synched in timed relation with a moving image.
|
89 |
+
|
90 |
+
b. Adapter's License means the license You apply to Your Copyright
|
91 |
+
and Similar Rights in Your contributions to Adapted Material in
|
92 |
+
accordance with the terms and conditions of this Public License.
|
93 |
+
|
94 |
+
c. BY-SA Compatible License means a license listed at
|
95 |
+
creativecommons.org/compatiblelicenses, approved by Creative
|
96 |
+
Commons as essentially the equivalent of this Public License.
|
97 |
+
|
98 |
+
d. Copyright and Similar Rights means copyright and/or similar rights
|
99 |
+
closely related to copyright including, without limitation,
|
100 |
+
performance, broadcast, sound recording, and Sui Generis Database
|
101 |
+
Rights, without regard to how the rights are labeled or
|
102 |
+
categorized. For purposes of this Public License, the rights
|
103 |
+
specified in Section 2(b)(1)-(2) are not Copyright and Similar
|
104 |
+
Rights.
|
105 |
+
|
106 |
+
e. Effective Technological Measures means those measures that, in the
|
107 |
+
absence of proper authority, may not be circumvented under laws
|
108 |
+
fulfilling obligations under Article 11 of the WIPO Copyright
|
109 |
+
Treaty adopted on December 20, 1996, and/or similar international
|
110 |
+
agreements.
|
111 |
+
|
112 |
+
f. Exceptions and Limitations means fair use, fair dealing, and/or
|
113 |
+
any other exception or limitation to Copyright and Similar Rights
|
114 |
+
that applies to Your use of the Licensed Material.
|
115 |
+
|
116 |
+
g. License Elements means the license attributes listed in the name
|
117 |
+
of a Creative Commons Public License. The License Elements of this
|
118 |
+
Public License are Attribution and ShareAlike.
|
119 |
+
|
120 |
+
h. Licensed Material means the artistic or literary work, database,
|
121 |
+
or other material to which the Licensor applied this Public
|
122 |
+
License.
|
123 |
+
|
124 |
+
i. Licensed Rights means the rights granted to You subject to the
|
125 |
+
terms and conditions of this Public License, which are limited to
|
126 |
+
all Copyright and Similar Rights that apply to Your use of the
|
127 |
+
Licensed Material and that the Licensor has authority to license.
|
128 |
+
|
129 |
+
j. Licensor means the individual(s) or entity(ies) granting rights
|
130 |
+
under this Public License.
|
131 |
+
|
132 |
+
k. Share means to provide material to the public by any means or
|
133 |
+
process that requires permission under the Licensed Rights, such
|
134 |
+
as reproduction, public display, public performance, distribution,
|
135 |
+
dissemination, communication, or importation, and to make material
|
136 |
+
available to the public including in ways that members of the
|
137 |
+
public may access the material from a place and at a time
|
138 |
+
individually chosen by them.
|
139 |
+
|
140 |
+
l. Sui Generis Database Rights means rights other than copyright
|
141 |
+
resulting from Directive 96/9/EC of the European Parliament and of
|
142 |
+
the Council of 11 March 1996 on the legal protection of databases,
|
143 |
+
as amended and/or succeeded, as well as other essentially
|
144 |
+
equivalent rights anywhere in the world.
|
145 |
+
|
146 |
+
m. You means the individual or entity exercising the Licensed Rights
|
147 |
+
under this Public License. Your has a corresponding meaning.
|
148 |
+
|
149 |
+
|
150 |
+
Section 2 -- Scope.
|
151 |
+
|
152 |
+
a. License grant.
|
153 |
+
|
154 |
+
1. Subject to the terms and conditions of this Public License,
|
155 |
+
the Licensor hereby grants You a worldwide, royalty-free,
|
156 |
+
non-sublicensable, non-exclusive, irrevocable license to
|
157 |
+
exercise the Licensed Rights in the Licensed Material to:
|
158 |
+
|
159 |
+
a. reproduce and Share the Licensed Material, in whole or
|
160 |
+
in part; and
|
161 |
+
|
162 |
+
b. produce, reproduce, and Share Adapted Material.
|
163 |
+
|
164 |
+
2. Exceptions and Limitations. For the avoidance of doubt, where
|
165 |
+
Exceptions and Limitations apply to Your use, this Public
|
166 |
+
License does not apply, and You do not need to comply with
|
167 |
+
its terms and conditions.
|
168 |
+
|
169 |
+
3. Term. The term of this Public License is specified in Section
|
170 |
+
6(a).
|
171 |
+
|
172 |
+
4. Media and formats; technical modifications allowed. The
|
173 |
+
Licensor authorizes You to exercise the Licensed Rights in
|
174 |
+
all media and formats whether now known or hereafter created,
|
175 |
+
and to make technical modifications necessary to do so. The
|
176 |
+
Licensor waives and/or agrees not to assert any right or
|
177 |
+
authority to forbid You from making technical modifications
|
178 |
+
necessary to exercise the Licensed Rights, including
|
179 |
+
technical modifications necessary to circumvent Effective
|
180 |
+
Technological Measures. For purposes of this Public License,
|
181 |
+
simply making modifications authorized by this Section 2(a)
|
182 |
+
(4) never produces Adapted Material.
|
183 |
+
|
184 |
+
5. Downstream recipients.
|
185 |
+
|
186 |
+
a. Offer from the Licensor -- Licensed Material. Every
|
187 |
+
recipient of the Licensed Material automatically
|
188 |
+
receives an offer from the Licensor to exercise the
|
189 |
+
Licensed Rights under the terms and conditions of this
|
190 |
+
Public License.
|
191 |
+
|
192 |
+
b. Additional offer from the Licensor -- Adapted Material.
|
193 |
+
Every recipient of Adapted Material from You
|
194 |
+
automatically receives an offer from the Licensor to
|
195 |
+
exercise the Licensed Rights in the Adapted Material
|
196 |
+
under the conditions of the Adapter's License You apply.
|
197 |
+
|
198 |
+
c. No downstream restrictions. You may not offer or impose
|
199 |
+
any additional or different terms or conditions on, or
|
200 |
+
apply any Effective Technological Measures to, the
|
201 |
+
Licensed Material if doing so restricts exercise of the
|
202 |
+
Licensed Rights by any recipient of the Licensed
|
203 |
+
Material.
|
204 |
+
|
205 |
+
6. No endorsement. Nothing in this Public License constitutes or
|
206 |
+
may be construed as permission to assert or imply that You
|
207 |
+
are, or that Your use of the Licensed Material is, connected
|
208 |
+
with, or sponsored, endorsed, or granted official status by,
|
209 |
+
the Licensor or others designated to receive attribution as
|
210 |
+
provided in Section 3(a)(1)(A)(i).
|
211 |
+
|
212 |
+
b. Other rights.
|
213 |
+
|
214 |
+
1. Moral rights, such as the right of integrity, are not
|
215 |
+
licensed under this Public License, nor are publicity,
|
216 |
+
privacy, and/or other similar personality rights; however, to
|
217 |
+
the extent possible, the Licensor waives and/or agrees not to
|
218 |
+
assert any such rights held by the Licensor to the limited
|
219 |
+
extent necessary to allow You to exercise the Licensed
|
220 |
+
Rights, but not otherwise.
|
221 |
+
|
222 |
+
2. Patent and trademark rights are not licensed under this
|
223 |
+
Public License.
|
224 |
+
|
225 |
+
3. To the extent possible, the Licensor waives any right to
|
226 |
+
collect royalties from You for the exercise of the Licensed
|
227 |
+
Rights, whether directly or through a collecting society
|
228 |
+
under any voluntary or waivable statutory or compulsory
|
229 |
+
licensing scheme. In all other cases the Licensor expressly
|
230 |
+
reserves any right to collect such royalties.
|
231 |
+
|
232 |
+
|
233 |
+
Section 3 -- License Conditions.
|
234 |
+
|
235 |
+
Your exercise of the Licensed Rights is expressly made subject to the
|
236 |
+
following conditions.
|
237 |
+
|
238 |
+
a. Attribution.
|
239 |
+
|
240 |
+
1. If You Share the Licensed Material (including in modified
|
241 |
+
form), You must:
|
242 |
+
|
243 |
+
a. retain the following if it is supplied by the Licensor
|
244 |
+
with the Licensed Material:
|
245 |
+
|
246 |
+
i. identification of the creator(s) of the Licensed
|
247 |
+
Material and any others designated to receive
|
248 |
+
attribution, in any reasonable manner requested by
|
249 |
+
the Licensor (including by pseudonym if
|
250 |
+
designated);
|
251 |
+
|
252 |
+
ii. a copyright notice;
|
253 |
+
|
254 |
+
iii. a notice that refers to this Public License;
|
255 |
+
|
256 |
+
iv. a notice that refers to the disclaimer of
|
257 |
+
warranties;
|
258 |
+
|
259 |
+
v. a URI or hyperlink to the Licensed Material to the
|
260 |
+
extent reasonably practicable;
|
261 |
+
|
262 |
+
b. indicate if You modified the Licensed Material and
|
263 |
+
retain an indication of any previous modifications; and
|
264 |
+
|
265 |
+
c. indicate the Licensed Material is licensed under this
|
266 |
+
Public License, and include the text of, or the URI or
|
267 |
+
hyperlink to, this Public License.
|
268 |
+
|
269 |
+
2. You may satisfy the conditions in Section 3(a)(1) in any
|
270 |
+
reasonable manner based on the medium, means, and context in
|
271 |
+
which You Share the Licensed Material. For example, it may be
|
272 |
+
reasonable to satisfy the conditions by providing a URI or
|
273 |
+
hyperlink to a resource that includes the required
|
274 |
+
information.
|
275 |
+
|
276 |
+
3. If requested by the Licensor, You must remove any of the
|
277 |
+
information required by Section 3(a)(1)(A) to the extent
|
278 |
+
reasonably practicable.
|
279 |
+
|
280 |
+
b. ShareAlike.
|
281 |
+
|
282 |
+
In addition to the conditions in Section 3(a), if You Share
|
283 |
+
Adapted Material You produce, the following conditions also apply.
|
284 |
+
|
285 |
+
1. The Adapter's License You apply must be a Creative Commons
|
286 |
+
license with the same License Elements, this version or
|
287 |
+
later, or a BY-SA Compatible License.
|
288 |
+
|
289 |
+
2. You must include the text of, or the URI or hyperlink to, the
|
290 |
+
Adapter's License You apply. You may satisfy this condition
|
291 |
+
in any reasonable manner based on the medium, means, and
|
292 |
+
context in which You Share Adapted Material.
|
293 |
+
|
294 |
+
3. You may not offer or impose any additional or different terms
|
295 |
+
or conditions on, or apply any Effective Technological
|
296 |
+
Measures to, Adapted Material that restrict exercise of the
|
297 |
+
rights granted under the Adapter's License You apply.
|
298 |
+
|
299 |
+
|
300 |
+
Section 4 -- Sui Generis Database Rights.
|
301 |
+
|
302 |
+
Where the Licensed Rights include Sui Generis Database Rights that
|
303 |
+
apply to Your use of the Licensed Material:
|
304 |
+
|
305 |
+
a. for the avoidance of doubt, Section 2(a)(1) grants You the right
|
306 |
+
to extract, reuse, reproduce, and Share all or a substantial
|
307 |
+
portion of the contents of the database;
|
308 |
+
|
309 |
+
b. if You include all or a substantial portion of the database
|
310 |
+
contents in a database in which You have Sui Generis Database
|
311 |
+
Rights, then the database in which You have Sui Generis Database
|
312 |
+
Rights (but not its individual contents) is Adapted Material,
|
313 |
+
|
314 |
+
including for purposes of Section 3(b); and
|
315 |
+
c. You must comply with the conditions in Section 3(a) if You Share
|
316 |
+
all or a substantial portion of the contents of the database.
|
317 |
+
|
318 |
+
For the avoidance of doubt, this Section 4 supplements and does not
|
319 |
+
replace Your obligations under this Public License where the Licensed
|
320 |
+
Rights include other Copyright and Similar Rights.
|
321 |
+
|
322 |
+
|
323 |
+
Section 5 -- Disclaimer of Warranties and Limitation of Liability.
|
324 |
+
|
325 |
+
a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
|
326 |
+
EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
|
327 |
+
AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
|
328 |
+
ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
|
329 |
+
IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
|
330 |
+
WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
|
331 |
+
PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
|
332 |
+
ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
|
333 |
+
KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
|
334 |
+
ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
|
335 |
+
|
336 |
+
b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
|
337 |
+
TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
|
338 |
+
NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
|
339 |
+
INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
|
340 |
+
COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
|
341 |
+
USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
|
342 |
+
ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
|
343 |
+
DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
|
344 |
+
IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
|
345 |
+
|
346 |
+
c. The disclaimer of warranties and limitation of liability provided
|
347 |
+
above shall be interpreted in a manner that, to the extent
|
348 |
+
possible, most closely approximates an absolute disclaimer and
|
349 |
+
waiver of all liability.
|
350 |
+
|
351 |
+
|
352 |
+
Section 6 -- Term and Termination.
|
353 |
+
|
354 |
+
a. This Public License applies for the term of the Copyright and
|
355 |
+
Similar Rights licensed here. However, if You fail to comply with
|
356 |
+
this Public License, then Your rights under this Public License
|
357 |
+
terminate automatically.
|
358 |
+
|
359 |
+
b. Where Your right to use the Licensed Material has terminated under
|
360 |
+
Section 6(a), it reinstates:
|
361 |
+
|
362 |
+
1. automatically as of the date the violation is cured, provided
|
363 |
+
it is cured within 30 days of Your discovery of the
|
364 |
+
violation; or
|
365 |
+
|
366 |
+
2. upon express reinstatement by the Licensor.
|
367 |
+
|
368 |
+
For the avoidance of doubt, this Section 6(b) does not affect any
|
369 |
+
right the Licensor may have to seek remedies for Your violations
|
370 |
+
of this Public License.
|
371 |
+
|
372 |
+
c. For the avoidance of doubt, the Licensor may also offer the
|
373 |
+
Licensed Material under separate terms or conditions or stop
|
374 |
+
distributing the Licensed Material at any time; however, doing so
|
375 |
+
will not terminate this Public License.
|
376 |
+
|
377 |
+
d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
|
378 |
+
License.
|
379 |
+
|
380 |
+
|
381 |
+
Section 7 -- Other Terms and Conditions.
|
382 |
+
|
383 |
+
a. The Licensor shall not be bound by any additional or different
|
384 |
+
terms or conditions communicated by You unless expressly agreed.
|
385 |
+
|
386 |
+
b. Any arrangements, understandings, or agreements regarding the
|
387 |
+
Licensed Material not stated herein are separate from and
|
388 |
+
independent of the terms and conditions of this Public License.
|
389 |
+
|
390 |
+
|
391 |
+
Section 8 -- Interpretation.
|
392 |
+
|
393 |
+
a. For the avoidance of doubt, this Public License does not, and
|
394 |
+
shall not be interpreted to, reduce, limit, restrict, or impose
|
395 |
+
conditions on any use of the Licensed Material that could lawfully
|
396 |
+
be made without permission under this Public License.
|
397 |
+
|
398 |
+
b. To the extent possible, if any provision of this Public License is
|
399 |
+
deemed unenforceable, it shall be automatically reformed to the
|
400 |
+
minimum extent necessary to make it enforceable. If the provision
|
401 |
+
cannot be reformed, it shall be severed from this Public License
|
402 |
+
without affecting the enforceability of the remaining terms and
|
403 |
+
conditions.
|
404 |
+
|
405 |
+
c. No term or condition of this Public License will be waived and no
|
406 |
+
failure to comply consented to unless expressly agreed to by the
|
407 |
+
Licensor.
|
408 |
+
|
409 |
+
d. Nothing in this Public License constitutes or may be interpreted
|
410 |
+
as a limitation upon, or waiver of, any privileges and immunities
|
411 |
+
that apply to the Licensor or You, including from the legal
|
412 |
+
processes of any jurisdiction or authority.
|
413 |
+
|
414 |
+
|
415 |
+
=======================================================================
|
416 |
+
|
417 |
+
Creative Commons is not a party to its public
|
418 |
+
licenses. Notwithstanding, Creative Commons may elect to apply one of
|
419 |
+
its public licenses to material it publishes and in those instances
|
420 |
+
will be considered the “Licensor.” The text of the Creative Commons
|
421 |
+
public licenses is dedicated to the public domain under the CC0 Public
|
422 |
+
Domain Dedication. Except for the limited purpose of indicating that
|
423 |
+
material is shared under a Creative Commons public license or as
|
424 |
+
otherwise permitted by the Creative Commons policies published at
|
425 |
+
creativecommons.org/policies, Creative Commons does not authorize the
|
426 |
+
use of the trademark "Creative Commons" or any other trademark or logo
|
427 |
+
of Creative Commons without its prior written consent including,
|
428 |
+
without limitation, in connection with any unauthorized modifications
|
429 |
+
to any of its public licenses or any other arrangements,
|
430 |
+
understandings, or agreements concerning use of licensed material. For
|
431 |
+
the avoidance of doubt, this paragraph does not form part of the
|
432 |
+
public licenses.
|
433 |
+
|
434 |
+
Creative Commons may be contacted at creativecommons.org.
|
435 |
+
|
436 |
+
```
|
437 |
+
|
438 |
+
|
439 |
+
|
440 |
+
|
441 |
+
# SloBERTa
|
442 |
+
|
443 |
+
* Author: EMBEDDIA Project
|
444 |
+
* URL: https://huggingface.co/EMBEDDIA/sloberta
|
445 |
+
* License: CC BY-SA 4.0
|
446 |
+
|
447 |
+
```
|
448 |
+
Attribution-ShareAlike 4.0 International
|
449 |
+
|
450 |
+
=======================================================================
|
451 |
+
|
452 |
+
Creative Commons Corporation ("Creative Commons") is not a law firm and
|
453 |
+
does not provide legal services or legal advice. Distribution of
|
454 |
+
Creative Commons public licenses does not create a lawyer-client or
|
455 |
+
other relationship. Creative Commons makes its licenses and related
|
456 |
+
information available on an "as-is" basis. Creative Commons gives no
|
457 |
+
warranties regarding its licenses, any material licensed under their
|
458 |
+
terms and conditions, or any related information. Creative Commons
|
459 |
+
disclaims all liability for damages resulting from their use to the
|
460 |
+
fullest extent possible.
|
461 |
+
|
462 |
+
Using Creative Commons Public Licenses
|
463 |
+
|
464 |
+
Creative Commons public licenses provide a standard set of terms and
|
465 |
+
conditions that creators and other rights holders may use to share
|
466 |
+
original works of authorship and other material subject to copyright
|
467 |
+
and certain other rights specified in the public license below. The
|
468 |
+
following considerations are for informational purposes only, are not
|
469 |
+
exhaustive, and do not form part of our licenses.
|
470 |
+
|
471 |
+
Considerations for licensors: Our public licenses are
|
472 |
+
intended for use by those authorized to give the public
|
473 |
+
permission to use material in ways otherwise restricted by
|
474 |
+
copyright and certain other rights. Our licenses are
|
475 |
+
irrevocable. Licensors should read and understand the terms
|
476 |
+
and conditions of the license they choose before applying it.
|
477 |
+
Licensors should also secure all rights necessary before
|
478 |
+
applying our licenses so that the public can reuse the
|
479 |
+
material as expected. Licensors should clearly mark any
|
480 |
+
material not subject to the license. This includes other CC-
|
481 |
+
licensed material, or material used under an exception or
|
482 |
+
limitation to copyright. More considerations for licensors:
|
483 |
+
wiki.creativecommons.org/Considerations_for_licensors
|
484 |
+
|
485 |
+
Considerations for the public: By using one of our public
|
486 |
+
licenses, a licensor grants the public permission to use the
|
487 |
+
licensed material under specified terms and conditions. If
|
488 |
+
the licensor's permission is not necessary for any reason--for
|
489 |
+
example, because of any applicable exception or limitation to
|
490 |
+
copyright--then that use is not regulated by the license. Our
|
491 |
+
licenses grant only permissions under copyright and certain
|
492 |
+
other rights that a licensor has authority to grant. Use of
|
493 |
+
the licensed material may still be restricted for other
|
494 |
+
reasons, including because others have copyright or other
|
495 |
+
rights in the material. A licensor may make special requests,
|
496 |
+
such as asking that all changes be marked or described.
|
497 |
+
Although not required by our licenses, you are encouraged to
|
498 |
+
respect those requests where reasonable. More considerations
|
499 |
+
for the public:
|
500 |
+
wiki.creativecommons.org/Considerations_for_licensees
|
501 |
+
|
502 |
+
=======================================================================
|
503 |
+
|
504 |
+
Creative Commons Attribution-ShareAlike 4.0 International Public
|
505 |
+
License
|
506 |
+
|
507 |
+
By exercising the Licensed Rights (defined below), You accept and agree
|
508 |
+
to be bound by the terms and conditions of this Creative Commons
|
509 |
+
Attribution-ShareAlike 4.0 International Public License ("Public
|
510 |
+
License"). To the extent this Public License may be interpreted as a
|
511 |
+
contract, You are granted the Licensed Rights in consideration of Your
|
512 |
+
acceptance of these terms and conditions, and the Licensor grants You
|
513 |
+
such rights in consideration of benefits the Licensor receives from
|
514 |
+
making the Licensed Material available under these terms and
|
515 |
+
conditions.
|
516 |
+
|
517 |
+
|
518 |
+
Section 1 -- Definitions.
|
519 |
+
|
520 |
+
a. Adapted Material means material subject to Copyright and Similar
|
521 |
+
Rights that is derived from or based upon the Licensed Material
|
522 |
+
and in which the Licensed Material is translated, altered,
|
523 |
+
arranged, transformed, or otherwise modified in a manner requiring
|
524 |
+
permission under the Copyright and Similar Rights held by the
|
525 |
+
Licensor. For purposes of this Public License, where the Licensed
|
526 |
+
Material is a musical work, performance, or sound recording,
|
527 |
+
Adapted Material is always produced where the Licensed Material is
|
528 |
+
synched in timed relation with a moving image.
|
529 |
+
|
530 |
+
b. Adapter's License means the license You apply to Your Copyright
|
531 |
+
and Similar Rights in Your contributions to Adapted Material in
|
532 |
+
accordance with the terms and conditions of this Public License.
|
533 |
+
|
534 |
+
c. BY-SA Compatible License means a license listed at
|
535 |
+
creativecommons.org/compatiblelicenses, approved by Creative
|
536 |
+
Commons as essentially the equivalent of this Public License.
|
537 |
+
|
538 |
+
d. Copyright and Similar Rights means copyright and/or similar rights
|
539 |
+
closely related to copyright including, without limitation,
|
540 |
+
performance, broadcast, sound recording, and Sui Generis Database
|
541 |
+
Rights, without regard to how the rights are labeled or
|
542 |
+
categorized. For purposes of this Public License, the rights
|
543 |
+
specified in Section 2(b)(1)-(2) are not Copyright and Similar
|
544 |
+
Rights.
|
545 |
+
|
546 |
+
e. Effective Technological Measures means those measures that, in the
|
547 |
+
absence of proper authority, may not be circumvented under laws
|
548 |
+
fulfilling obligations under Article 11 of the WIPO Copyright
|
549 |
+
Treaty adopted on December 20, 1996, and/or similar international
|
550 |
+
agreements.
|
551 |
+
|
552 |
+
f. Exceptions and Limitations means fair use, fair dealing, and/or
|
553 |
+
any other exception or limitation to Copyright and Similar Rights
|
554 |
+
that applies to Your use of the Licensed Material.
|
555 |
+
|
556 |
+
g. License Elements means the license attributes listed in the name
|
557 |
+
of a Creative Commons Public License. The License Elements of this
|
558 |
+
Public License are Attribution and ShareAlike.
|
559 |
+
|
560 |
+
h. Licensed Material means the artistic or literary work, database,
|
561 |
+
or other material to which the Licensor applied this Public
|
562 |
+
License.
|
563 |
+
|
564 |
+
i. Licensed Rights means the rights granted to You subject to the
|
565 |
+
terms and conditions of this Public License, which are limited to
|
566 |
+
all Copyright and Similar Rights that apply to Your use of the
|
567 |
+
Licensed Material and that the Licensor has authority to license.
|
568 |
+
|
569 |
+
j. Licensor means the individual(s) or entity(ies) granting rights
|
570 |
+
under this Public License.
|
571 |
+
|
572 |
+
k. Share means to provide material to the public by any means or
|
573 |
+
process that requires permission under the Licensed Rights, such
|
574 |
+
as reproduction, public display, public performance, distribution,
|
575 |
+
dissemination, communication, or importation, and to make material
|
576 |
+
available to the public including in ways that members of the
|
577 |
+
public may access the material from a place and at a time
|
578 |
+
individually chosen by them.
|
579 |
+
|
580 |
+
l. Sui Generis Database Rights means rights other than copyright
|
581 |
+
resulting from Directive 96/9/EC of the European Parliament and of
|
582 |
+
the Council of 11 March 1996 on the legal protection of databases,
|
583 |
+
as amended and/or succeeded, as well as other essentially
|
584 |
+
equivalent rights anywhere in the world.
|
585 |
+
|
586 |
+
m. You means the individual or entity exercising the Licensed Rights
|
587 |
+
under this Public License. Your has a corresponding meaning.
|
588 |
+
|
589 |
+
|
590 |
+
Section 2 -- Scope.
|
591 |
+
|
592 |
+
a. License grant.
|
593 |
+
|
594 |
+
1. Subject to the terms and conditions of this Public License,
|
595 |
+
the Licensor hereby grants You a worldwide, royalty-free,
|
596 |
+
non-sublicensable, non-exclusive, irrevocable license to
|
597 |
+
exercise the Licensed Rights in the Licensed Material to:
|
598 |
+
|
599 |
+
a. reproduce and Share the Licensed Material, in whole or
|
600 |
+
in part; and
|
601 |
+
|
602 |
+
b. produce, reproduce, and Share Adapted Material.
|
603 |
+
|
604 |
+
2. Exceptions and Limitations. For the avoidance of doubt, where
|
605 |
+
Exceptions and Limitations apply to Your use, this Public
|
606 |
+
License does not apply, and You do not need to comply with
|
607 |
+
its terms and conditions.
|
608 |
+
|
609 |
+
3. Term. The term of this Public License is specified in Section
|
610 |
+
6(a).
|
611 |
+
|
612 |
+
4. Media and formats; technical modifications allowed. The
|
613 |
+
Licensor authorizes You to exercise the Licensed Rights in
|
614 |
+
all media and formats whether now known or hereafter created,
|
615 |
+
and to make technical modifications necessary to do so. The
|
616 |
+
Licensor waives and/or agrees not to assert any right or
|
617 |
+
authority to forbid You from making technical modifications
|
618 |
+
necessary to exercise the Licensed Rights, including
|
619 |
+
technical modifications necessary to circumvent Effective
|
620 |
+
Technological Measures. For purposes of this Public License,
|
621 |
+
simply making modifications authorized by this Section 2(a)
|
622 |
+
(4) never produces Adapted Material.
|
623 |
+
|
624 |
+
5. Downstream recipients.
|
625 |
+
|
626 |
+
a. Offer from the Licensor -- Licensed Material. Every
|
627 |
+
recipient of the Licensed Material automatically
|
628 |
+
receives an offer from the Licensor to exercise the
|
629 |
+
Licensed Rights under the terms and conditions of this
|
630 |
+
Public License.
|
631 |
+
|
632 |
+
b. Additional offer from the Licensor -- Adapted Material.
|
633 |
+
Every recipient of Adapted Material from You
|
634 |
+
automatically receives an offer from the Licensor to
|
635 |
+
exercise the Licensed Rights in the Adapted Material
|
636 |
+
under the conditions of the Adapter's License You apply.
|
637 |
+
|
638 |
+
c. No downstream restrictions. You may not offer or impose
|
639 |
+
any additional or different terms or conditions on, or
|
640 |
+
apply any Effective Technological Measures to, the
|
641 |
+
Licensed Material if doing so restricts exercise of the
|
642 |
+
Licensed Rights by any recipient of the Licensed
|
643 |
+
Material.
|
644 |
+
|
645 |
+
6. No endorsement. Nothing in this Public License constitutes or
|
646 |
+
may be construed as permission to assert or imply that You
|
647 |
+
are, or that Your use of the Licensed Material is, connected
|
648 |
+
with, or sponsored, endorsed, or granted official status by,
|
649 |
+
the Licensor or others designated to receive attribution as
|
650 |
+
provided in Section 3(a)(1)(A)(i).
|
651 |
+
|
652 |
+
b. Other rights.
|
653 |
+
|
654 |
+
1. Moral rights, such as the right of integrity, are not
|
655 |
+
licensed under this Public License, nor are publicity,
|
656 |
+
privacy, and/or other similar personality rights; however, to
|
657 |
+
the extent possible, the Licensor waives and/or agrees not to
|
658 |
+
assert any such rights held by the Licensor to the limited
|
659 |
+
extent necessary to allow You to exercise the Licensed
|
660 |
+
Rights, but not otherwise.
|
661 |
+
|
662 |
+
2. Patent and trademark rights are not licensed under this
|
663 |
+
Public License.
|
664 |
+
|
665 |
+
3. To the extent possible, the Licensor waives any right to
|
666 |
+
collect royalties from You for the exercise of the Licensed
|
667 |
+
Rights, whether directly or through a collecting society
|
668 |
+
under any voluntary or waivable statutory or compulsory
|
669 |
+
licensing scheme. In all other cases the Licensor expressly
|
670 |
+
reserves any right to collect such royalties.
|
671 |
+
|
672 |
+
|
673 |
+
Section 3 -- License Conditions.
|
674 |
+
|
675 |
+
Your exercise of the Licensed Rights is expressly made subject to the
|
676 |
+
following conditions.
|
677 |
+
|
678 |
+
a. Attribution.
|
679 |
+
|
680 |
+
1. If You Share the Licensed Material (including in modified
|
681 |
+
form), You must:
|
682 |
+
|
683 |
+
a. retain the following if it is supplied by the Licensor
|
684 |
+
with the Licensed Material:
|
685 |
+
|
686 |
+
i. identification of the creator(s) of the Licensed
|
687 |
+
Material and any others designated to receive
|
688 |
+
attribution, in any reasonable manner requested by
|
689 |
+
the Licensor (including by pseudonym if
|
690 |
+
designated);
|
691 |
+
|
692 |
+
ii. a copyright notice;
|
693 |
+
|
694 |
+
iii. a notice that refers to this Public License;
|
695 |
+
|
696 |
+
iv. a notice that refers to the disclaimer of
|
697 |
+
warranties;
|
698 |
+
|
699 |
+
v. a URI or hyperlink to the Licensed Material to the
|
700 |
+
extent reasonably practicable;
|
701 |
+
|
702 |
+
b. indicate if You modified the Licensed Material and
|
703 |
+
retain an indication of any previous modifications; and
|
704 |
+
|
705 |
+
c. indicate the Licensed Material is licensed under this
|
706 |
+
Public License, and include the text of, or the URI or
|
707 |
+
hyperlink to, this Public License.
|
708 |
+
|
709 |
+
2. You may satisfy the conditions in Section 3(a)(1) in any
|
710 |
+
reasonable manner based on the medium, means, and context in
|
711 |
+
which You Share the Licensed Material. For example, it may be
|
712 |
+
reasonable to satisfy the conditions by providing a URI or
|
713 |
+
hyperlink to a resource that includes the required
|
714 |
+
information.
|
715 |
+
|
716 |
+
3. If requested by the Licensor, You must remove any of the
|
717 |
+
information required by Section 3(a)(1)(A) to the extent
|
718 |
+
reasonably practicable.
|
719 |
+
|
720 |
+
b. ShareAlike.
|
721 |
+
|
722 |
+
In addition to the conditions in Section 3(a), if You Share
|
723 |
+
Adapted Material You produce, the following conditions also apply.
|
724 |
+
|
725 |
+
1. The Adapter's License You apply must be a Creative Commons
|
726 |
+
license with the same License Elements, this version or
|
727 |
+
later, or a BY-SA Compatible License.
|
728 |
+
|
729 |
+
2. You must include the text of, or the URI or hyperlink to, the
|
730 |
+
Adapter's License You apply. You may satisfy this condition
|
731 |
+
in any reasonable manner based on the medium, means, and
|
732 |
+
context in which You Share Adapted Material.
|
733 |
+
|
734 |
+
3. You may not offer or impose any additional or different terms
|
735 |
+
or conditions on, or apply any Effective Technological
|
736 |
+
Measures to, Adapted Material that restrict exercise of the
|
737 |
+
rights granted under the Adapter's License You apply.
|
738 |
+
|
739 |
+
|
740 |
+
Section 4 -- Sui Generis Database Rights.
|
741 |
+
|
742 |
+
Where the Licensed Rights include Sui Generis Database Rights that
|
743 |
+
apply to Your use of the Licensed Material:
|
744 |
+
|
745 |
+
a. for the avoidance of doubt, Section 2(a)(1) grants You the right
|
746 |
+
to extract, reuse, reproduce, and Share all or a substantial
|
747 |
+
portion of the contents of the database;
|
748 |
+
|
749 |
+
b. if You include all or a substantial portion of the database
|
750 |
+
contents in a database in which You have Sui Generis Database
|
751 |
+
Rights, then the database in which You have Sui Generis Database
|
752 |
+
Rights (but not its individual contents) is Adapted Material,
|
753 |
+
|
754 |
+
including for purposes of Section 3(b); and
|
755 |
+
c. You must comply with the conditions in Section 3(a) if You Share
|
756 |
+
all or a substantial portion of the contents of the database.
|
757 |
+
|
758 |
+
For the avoidance of doubt, this Section 4 supplements and does not
|
759 |
+
replace Your obligations under this Public License where the Licensed
|
760 |
+
Rights include other Copyright and Similar Rights.
|
761 |
+
|
762 |
+
|
763 |
+
Section 5 -- Disclaimer of Warranties and Limitation of Liability.
|
764 |
+
|
765 |
+
a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
|
766 |
+
EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
|
767 |
+
AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
|
768 |
+
ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
|
769 |
+
IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
|
770 |
+
WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
|
771 |
+
PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
|
772 |
+
ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
|
773 |
+
KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
|
774 |
+
ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
|
775 |
+
|
776 |
+
b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
|
777 |
+
TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
|
778 |
+
NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
|
779 |
+
INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
|
780 |
+
COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
|
781 |
+
USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
|
782 |
+
ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
|
783 |
+
DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
|
784 |
+
IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
|
785 |
+
|
786 |
+
c. The disclaimer of warranties and limitation of liability provided
|
787 |
+
above shall be interpreted in a manner that, to the extent
|
788 |
+
possible, most closely approximates an absolute disclaimer and
|
789 |
+
waiver of all liability.
|
790 |
+
|
791 |
+
|
792 |
+
Section 6 -- Term and Termination.
|
793 |
+
|
794 |
+
a. This Public License applies for the term of the Copyright and
|
795 |
+
Similar Rights licensed here. However, if You fail to comply with
|
796 |
+
this Public License, then Your rights under this Public License
|
797 |
+
terminate automatically.
|
798 |
+
|
799 |
+
b. Where Your right to use the Licensed Material has terminated under
|
800 |
+
Section 6(a), it reinstates:
|
801 |
+
|
802 |
+
1. automatically as of the date the violation is cured, provided
|
803 |
+
it is cured within 30 days of Your discovery of the
|
804 |
+
violation; or
|
805 |
+
|
806 |
+
2. upon express reinstatement by the Licensor.
|
807 |
+
|
808 |
+
For the avoidance of doubt, this Section 6(b) does not affect any
|
809 |
+
right the Licensor may have to seek remedies for Your violations
|
810 |
+
of this Public License.
|
811 |
+
|
812 |
+
c. For the avoidance of doubt, the Licensor may also offer the
|
813 |
+
Licensed Material under separate terms or conditions or stop
|
814 |
+
distributing the Licensed Material at any time; however, doing so
|
815 |
+
will not terminate this Public License.
|
816 |
+
|
817 |
+
d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
|
818 |
+
License.
|
819 |
+
|
820 |
+
|
821 |
+
Section 7 -- Other Terms and Conditions.
|
822 |
+
|
823 |
+
a. The Licensor shall not be bound by any additional or different
|
824 |
+
terms or conditions communicated by You unless expressly agreed.
|
825 |
+
|
826 |
+
b. Any arrangements, understandings, or agreements regarding the
|
827 |
+
Licensed Material not stated herein are separate from and
|
828 |
+
independent of the terms and conditions of this Public License.
|
829 |
+
|
830 |
+
|
831 |
+
Section 8 -- Interpretation.
|
832 |
+
|
833 |
+
a. For the avoidance of doubt, this Public License does not, and
|
834 |
+
shall not be interpreted to, reduce, limit, restrict, or impose
|
835 |
+
conditions on any use of the Licensed Material that could lawfully
|
836 |
+
be made without permission under this Public License.
|
837 |
+
|
838 |
+
b. To the extent possible, if any provision of this Public License is
|
839 |
+
deemed unenforceable, it shall be automatically reformed to the
|
840 |
+
minimum extent necessary to make it enforceable. If the provision
|
841 |
+
cannot be reformed, it shall be severed from this Public License
|
842 |
+
without affecting the enforceability of the remaining terms and
|
843 |
+
conditions.
|
844 |
+
|
845 |
+
c. No term or condition of this Public License will be waived and no
|
846 |
+
failure to comply consented to unless expressly agreed to by the
|
847 |
+
Licensor.
|
848 |
+
|
849 |
+
d. Nothing in this Public License constitutes or may be interpreted
|
850 |
+
as a limitation upon, or waiver of, any privileges and immunities
|
851 |
+
that apply to the Licensor or You, including from the legal
|
852 |
+
processes of any jurisdiction or authority.
|
853 |
+
|
854 |
+
|
855 |
+
=======================================================================
|
856 |
+
|
857 |
+
Creative Commons is not a party to its public
|
858 |
+
licenses. Notwithstanding, Creative Commons may elect to apply one of
|
859 |
+
its public licenses to material it publishes and in those instances
|
860 |
+
will be considered the “Licensor.” The text of the Creative Commons
|
861 |
+
public licenses is dedicated to the public domain under the CC0 Public
|
862 |
+
Domain Dedication. Except for the limited purpose of indicating that
|
863 |
+
material is shared under a Creative Commons public license or as
|
864 |
+
otherwise permitted by the Creative Commons policies published at
|
865 |
+
creativecommons.org/policies, Creative Commons does not authorize the
|
866 |
+
use of the trademark "Creative Commons" or any other trademark or logo
|
867 |
+
of Creative Commons without its prior written consent including,
|
868 |
+
without limitation, in connection with any unauthorized modifications
|
869 |
+
to any of its public licenses or any other arrangements,
|
870 |
+
understandings, or agreements concerning use of licensed material. For
|
871 |
+
the avoidance of doubt, this paragraph does not form part of the
|
872 |
+
public licenses.
|
873 |
+
|
874 |
+
Creative Commons may be contacted at creativecommons.org.
|
875 |
+
|
876 |
+
```
|
877 |
+
|
878 |
+
|
879 |
+
|
880 |
+
|
README.md
ADDED
@@ -0,0 +1,127 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- spacy
|
4 |
+
- token-classification
|
5 |
+
language:
|
6 |
+
- sl
|
7 |
+
license: cc-by-sa-4.0
|
8 |
+
model-index:
|
9 |
+
- name: sl_core_news_trf
|
10 |
+
results:
|
11 |
+
- task:
|
12 |
+
name: NER
|
13 |
+
type: token-classification
|
14 |
+
metrics:
|
15 |
+
- name: NER Precision
|
16 |
+
type: precision
|
17 |
+
value: 0.8841463415
|
18 |
+
- name: NER Recall
|
19 |
+
type: recall
|
20 |
+
value: 0.917721519
|
21 |
+
- name: NER F Score
|
22 |
+
type: f_score
|
23 |
+
value: 0.900621118
|
24 |
+
- task:
|
25 |
+
name: TAG
|
26 |
+
type: token-classification
|
27 |
+
metrics:
|
28 |
+
- name: TAG (XPOS) Accuracy
|
29 |
+
type: accuracy
|
30 |
+
value: 0.9770274602
|
31 |
+
- task:
|
32 |
+
name: POS
|
33 |
+
type: token-classification
|
34 |
+
metrics:
|
35 |
+
- name: POS (UPOS) Accuracy
|
36 |
+
type: accuracy
|
37 |
+
value: 0.9899348221
|
38 |
+
- task:
|
39 |
+
name: MORPH
|
40 |
+
type: token-classification
|
41 |
+
metrics:
|
42 |
+
- name: Morph (UFeats) Accuracy
|
43 |
+
type: accuracy
|
44 |
+
value: 0.9788652634
|
45 |
+
- task:
|
46 |
+
name: LEMMA
|
47 |
+
type: token-classification
|
48 |
+
metrics:
|
49 |
+
- name: Lemma Accuracy
|
50 |
+
type: accuracy
|
51 |
+
value: 0.9679666631
|
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.93363503
|
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.9170251386
|
66 |
+
- task:
|
67 |
+
name: SENTS
|
68 |
+
type: token-classification
|
69 |
+
metrics:
|
70 |
+
- name: Sentences F-Score
|
71 |
+
type: f_score
|
72 |
+
value: 0.9373219373
|
73 |
+
---
|
74 |
+
### Details: https://spacy.io/models/sl#sl_core_news_trf
|
75 |
+
|
76 |
+
Slovenian transformer pipeline (EMBEDDIA/sloberta). Components: transformer, tagger, morphologizer, parser, lemmatizer (trainable_lemmatizer), ner.
|
77 |
+
|
78 |
+
| Feature | Description |
|
79 |
+
| --- | --- |
|
80 |
+
| **Name** | `sl_core_news_trf` |
|
81 |
+
| **Version** | `3.6.1` |
|
82 |
+
| **spaCy** | `>=3.6.0,<3.7.0` |
|
83 |
+
| **Default Pipeline** | `transformer`, `tagger`, `morphologizer`, `parser`, `lemmatizer`, `attribute_ruler`, `ner` |
|
84 |
+
| **Components** | `transformer`, `tagger`, `morphologizer`, `parser`, `lemmatizer`, `attribute_ruler`, `ner` |
|
85 |
+
| **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
|
86 |
+
| **Sources** | [UD Slovenian SSJ v2.11](https://github.com/UniversalDependencies/UD_Slovenian-SSJ) (Dobrovoljc, Kaja; Erjavec, Tomaž; Krek, Simon)<br />[SloBERTa](https://huggingface.co/EMBEDDIA/sloberta) (EMBEDDIA Project) |
|
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 (2362 labels for 4 components)</summary>
|
95 |
+
|
96 |
+
| Component | Labels |
|
97 |
+
| --- | --- |
|
98 |
+
| **`tagger`** | `Agcfdn`, `Agcfpa`, `Agcfpd`, `Agcfpg`, `Agcfpi`, `Agcfpl`, `Agcfpn`, `Agcfsa`, `Agcfsd`, `Agcfsg`, `Agcfsi`, `Agcfsl`, `Agcfsn`, `Agcmdn`, `Agcmpa`, `Agcmpd`, `Agcmpg`, `Agcmpi`, `Agcmpl`, `Agcmpn`, `Agcmsay`, `Agcmsd`, `Agcmsg`, `Agcmsi`, `Agcmsl`, `Agcmsny`, `Agcnpa`, `Agcnpd`, `Agcnpg`, `Agcnpi`, `Agcnpl`, `Agcnpn`, `Agcnsa`, `Agcnsd`, `Agcnsg`, `Agcnsi`, `Agcnsl`, `Agcnsn`, `Agpfda`, `Agpfdg`, `Agpfdi`, `Agpfdl`, `Agpfdn`, `Agpfpa`, `Agpfpd`, `Agpfpg`, `Agpfpi`, `Agpfpl`, `Agpfpn`, `Agpfsa`, `Agpfsd`, `Agpfsg`, `Agpfsi`, `Agpfsl`, `Agpfsn`, `Agpmda`, `Agpmdg`, `Agpmdi`, `Agpmdl`, `Agpmdn`, `Agpmpa`, `Agpmpd`, `Agpmpg`, `Agpmpi`, `Agpmpl`, `Agpmpn`, `Agpmsa`, `Agpmsan`, `Agpmsay`, `Agpmsd`, `Agpmsg`, `Agpmsi`, `Agpmsl`, `Agpmsnn`, `Agpmsny`, `Agpnda`, `Agpndg`, `Agpndi`, `Agpndn`, `Agpnpa`, `Agpnpd`, `Agpnpg`, `Agpnpi`, `Agpnpl`, `Agpnpn`, `Agpnsa`, `Agpnsd`, `Agpnsg`, `Agpnsi`, `Agpnsl`, `Agpnsn`, `Agsfda`, `Agsfpa`, `Agsfpg`, `Agsfpi`, `Agsfpl`, `Agsfpn`, `Agsfsa`, `Agsfsd`, `Agsfsg`, `Agsfsi`, `Agsfsl`, `Agsfsn`, `Agsmdn`, `Agsmpa`, `Agsmpd`, `Agsmpg`, `Agsmpi`, `Agsmpl`, `Agsmpn`, `Agsmsa`, `Agsmsay`, `Agsmsg`, `Agsmsi`, `Agsmsl`, `Agsmsny`, `Agsnpa`, `Agsnpg`, `Agsnpn`, `Agsnsa`, `Agsnsi`, `Agsnsl`, `Agsnsn`, `Appfda`, `Appfdg`, `Appfdi`, `Appfdn`, `Appfpa`, `Appfpd`, `Appfpg`, `Appfpi`, `Appfpl`, `Appfpn`, `Appfsa`, `Appfsd`, `Appfsg`, `Appfsi`, `Appfsl`, `Appfsn`, `Appmda`, `Appmdg`, `Appmdl`, `Appmdn`, `Appmpa`, `Appmpd`, `Appmpg`, `Appmpi`, `Appmpl`, `Appmpn`, `Appmsa`, `Appmsan`, `Appmsay`, `Appmsd`, `Appmsg`, `Appmsi`, `Appmsl`, `Appmsnn`, `Appmsny`, `Appndg`, `Appndn`, `Appnpa`, `Appnpg`, `Appnpi`, `Appnpl`, `Appnpn`, `Appnsa`, `Appnsd`, `Appnsg`, `Appnsi`, `Appnsl`, `Appnsn`, `Aspfdn`, `Aspfpa`, `Aspfpg`, `Aspfpl`, `Aspfpn`, `Aspfsa`, `Aspfsd`, `Aspfsg`, `Aspfsi`, `Aspfsl`, `Aspfsn`, `Aspmdl`, `Aspmdn`, `Aspmpa`, `Aspmpd`, `Aspmpg`, `Aspmpl`, `Aspmpn`, `Aspmsa`, `Aspmsan`, `Aspmsd`, `Aspmsg`, `Aspmsi`, `Aspmsl`, `Aspmsnn`, `Aspnpa`, `Aspnpg`, `Aspnpi`, `Aspnpl`, `Aspnpn`, `Aspnsa`, `Aspnsg`, `Aspnsi`, `Aspnsl`, `Aspnsn`, `Cc`, `Cs`, `I`, `Mdc`, `Mdo`, `Mlc-pa`, `Mlc-pd`, `Mlc-pg`, `Mlc-pi`, `Mlc-pl`, `Mlc-pn`, `Mlcfda`, `Mlcfdg`, `Mlcfdi`, `Mlcfdl`, `Mlcfdn`, `Mlcfpa`, `Mlcfpd`, `Mlcfpg`, `Mlcfpi`, `Mlcfpl`, `Mlcfpn`, `Mlcmda`, `Mlcmdg`, `Mlcmdi`, `Mlcmdl`, `Mlcmdn`, `Mlcmpa`, `Mlcmpd`, `Mlcmpg`, `Mlcmpi`, `Mlcmpl`, `Mlcmpn`, `Mlcnda`, `Mlcndg`, `Mlcndi`, `Mlcndl`, `Mlcndn`, `Mlcnpa`, `Mlcnpg`, `Mlcnpi`, `Mlcnpl`, `Mlcnpn`, `Mlofpa`, `Mlofpd`, `Mlofpg`, `Mlofpi`, `Mlofpl`, `Mlofpn`, `Mlofsa`, `Mlofsd`, `Mlofsg`, `Mlofsi`, `Mlofsl`, `Mlofsn`, `Mlompa`, `Mlompg`, `Mlompi`, `Mlompl`, `Mlompn`, `Mlomsa`, `Mlomsd`, `Mlomsg`, `Mlomsi`, `Mlomsl`, `Mlomsn`, `Mlonda`, `Mlonpg`, `Mlonpl`, `Mlonpn`, `Mlonsa`, `Mlonsg`, `Mlonsi`, `Mlonsl`, `Mlonsn`, `Mlpfdl`, `Mlpfpa`, `Mlpfpg`, `Mlpfpi`, `Mlpfpl`, `Mlpfpn`, `Mlpfsa`, `Mlpfsd`, `Mlpfsg`, `Mlpfsi`, `Mlpfsl`, `Mlpfsn`, `Mlpmdl`, `Mlpmpa`, `Mlpmpd`, `Mlpmpg`, `Mlpmpi`, `Mlpmpl`, `Mlpmpn`, `Mlpmsa`, `Mlpmsan`, `Mlpmsay`, `Mlpmsd`, `Mlpmsg`, `Mlpmsi`, `Mlpmsl`, `Mlpmsn`, `Mlpmsnn`, `Mlpmsny`, `Mlpnpa`, `Mlpnpg`, `Mlpnpi`, `Mlpnpl`, `Mlpnpn`, `Mlpnsa`, `Mlpnsg`, `Mlpnsi`, `Mlpnsl`, `Mlpnsn`, `Mlsfpa`, `Mlsfsg`, `Mlsfsi`, `Mlsfsn`, `Mlsmpi`, `Mlsmsg`, `Mlsmsi`, `Mlsnsa`, `Mlsnsi`, `Mlsnsn`, `Mrc`, `Mro`, `Ncfda`, `Ncfdd`, `Ncfdg`, `Ncfdi`, `Ncfdl`, `Ncfdn`, `Ncfpa`, `Ncfpd`, `Ncfpg`, `Ncfpi`, `Ncfpl`, `Ncfpn`, `Ncfsa`, `Ncfsd`, `Ncfsg`, `Ncfsi`, `Ncfsl`, `Ncfsn`, `Ncmda`, `Ncmdd`, `Ncmdg`, `Ncmdi`, `Ncmdl`, `Ncmdn`, `Ncmpa`, `Ncmpd`, `Ncmpg`, `Ncmpi`, `Ncmpl`, `Ncmpn`, `Ncmsan`, `Ncmsay`, `Ncmsd`, `Ncmsg`, `Ncmsi`, `Ncmsl`, `Ncmsn`, `Ncnda`, `Ncndd`, `Ncndg`, `Ncndi`, `Ncndl`, `Ncndn`, `Ncnpa`, `Ncnpd`, `Ncnpg`, `Ncnpi`, `Ncnpl`, `Ncnpn`, `Ncnsa`, `Ncnsd`, `Ncnsg`, `Ncnsi`, `Ncnsl`, `Ncnsn`, `Npfpa`, `Npfpd`, `Npfpg`, `Npfpi`, `Npfpl`, `Npfpn`, `Npfsa`, `Npfsd`, `Npfsg`, `Npfsi`, `Npfsl`, `Npfsn`, `Npmda`, `Npmdg`, `Npmdn`, `Npmpa`, `Npmpd`, `Npmpg`, `Npmpi`, `Npmpl`, `Npmpn`, `Npmsan`, `Npmsay`, `Npmsd`, `Npmsg`, `Npmsi`, `Npmsl`, `Npmsn`, `Npnpn`, `Npnsa`, `Npnsg`, `Npnsi`, `Npnsl`, `Npnsn`, `Pd-fda`, `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-mda`, `Pd-mdg`, `Pd-mdl`, `Pd-mdn`, `Pd-mpa`, `Pd-mpd`, `Pd-mpg`, `Pd-mpi`, `Pd-mpl`, `Pd-mpn`, `Pd-msa`, `Pd-msd`, `Pd-msg`, `Pd-msi`, `Pd-msl`, `Pd-msn`, `Pd-npa`, `Pd-npd`, `Pd-npg`, `Pd-npl`, `Pd-npn`, `Pd-nsa`, `Pd-nsd`, `Pd-nsg`, `Pd-nsi`, `Pd-nsl`, `Pd-nsn`, `Pg-fda`, `Pg-fdg`, `Pg-fdi`, `Pg-fdl`, `Pg-fdn`, `Pg-fpa`, `Pg-fpd`, `Pg-fpg`, `Pg-fpi`, `Pg-fpl`, `Pg-fpn`, `Pg-fsa`, `Pg-fsd`, `Pg-fsg`, `Pg-fsi`, `Pg-fsl`, `Pg-fsn`, `Pg-mda`, `Pg-mdd`, `Pg-mdg`, `Pg-mdi`, `Pg-mdl`, `Pg-mdn`, `Pg-mpa`, `Pg-mpd`, `Pg-mpg`, `Pg-mpi`, `Pg-mpl`, `Pg-mpn`, `Pg-msa`, `Pg-msd`, `Pg-msg`, `Pg-msi`, `Pg-msl`, `Pg-msn`, `Pg-nda`, `Pg-ndd`, `Pg-ndn`, `Pg-npa`, _(truncated: full list in pipeline meta)_ |
|
99 |
+
| **`morphologizer`** | `POS=PUNCT`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=1\|Polarity=Pos\|Tense=Pres\|VerbForm=Fin`, `POS=DET\|PronType=Ind`, `Aspect=Perf\|Gender=Masc\|Number=Sing\|POS=VERB\|VerbForm=Part`, `Aspect=Perf\|Gender=Neut\|Number=Sing\|POS=VERB\|VerbForm=Part`, `POS=PRON\|PronType=Prs\|Reflex=Yes\|Variant=Short`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=3\|Polarity=Pos\|Tense=Pres\|VerbForm=Fin`, `Animacy=Inan\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Case=Gen\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Case=Loc\|POS=ADP`, `Case=Loc\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Dem`, `POS=SCONJ`, `Case=Acc\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs\|Variant=Short`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Case=Loc\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Gender=Fem\|Number=Sing\|POS=AUX\|VerbForm=Part`, `Case=Nom\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=NOUN`, `Case=Loc\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Loc\|Gender=Fem\|Number=Sing\|POS=NOUN`, `POS=VERB\|VerbForm=Inf`, `Mood=Cnd\|POS=AUX\|VerbForm=Fin`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs\|Variant=Short`, `Case=Gen\|POS=ADP`, `Case=Gen\|Gender=Neut\|Number=Sing\|POS=NOUN`, `POS=CCONJ`, `Aspect=Perf\|Gender=Fem\|Number=Sing\|POS=VERB\|VerbForm=Part`, `Case=Gen\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Dem`, `POS=PART`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=1\|Polarity=Neg\|Tense=Pres\|VerbForm=Fin`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Int`, `Case=Gen\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Acc\|POS=ADP`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Case=Nom\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Case=Ins\|POS=ADP`, `Case=Ins\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Ins\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=3\|Polarity=Pos\|Tense=Pres\|VerbForm=Fin`, `Aspect=Perf\|Gender=Fem\|Number=Plur\|POS=VERB\|VerbForm=Part`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Aspect=Imp\|Gender=Masc\|Number=Plur\|POS=VERB\|VerbForm=Part`, `Degree=Pos\|POS=ADV`, `Case=Loc\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Loc\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=3\|Polarity=Pos\|Tense=Fut\|VerbForm=Fin`, `Aspect=Perf\|Gender=Masc\|Number=Plur\|POS=VERB\|VerbForm=Part`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=3\|Polarity=Pos\|Tense=Fut\|VerbForm=Fin`, `Case=Dat\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Aspect=Perf\|POS=VERB\|VerbForm=Inf`, `Case=Acc\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Case=Ins\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Case=Nom\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ\|VerbForm=Part`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Case=Dat\|Gender=Neut\|Number=Sing\|POS=NOUN`, `Case=Gen\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Case=Gen\|Gender=Masc\|Number=Plur\|Number[psor]=Plur\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Tot`, `Case=Acc\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=NOUN`, `Case=Loc\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Int`, `Gender=Neut\|Number=Sing\|POS=AUX\|VerbForm=Part`, `Case=Nom\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ\|VerbForm=Part`, `Case=Nom\|Definite=Ind\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Loc\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Acc\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Case=Gen\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Case=Nom\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs\|Variant=Short`, `Gender=Fem\|Number=Sing\|POS=VERB\|VerbForm=Part`, `Case=Gen\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ\|VerbForm=Part`, `Case=Gen\|Gender=Neut\|Number=Sing\|POS=PROPN`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Case=Dat\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs\|Variant=Short`, `Case=Loc\|Gender=Fem\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Case=Loc\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Int`, `Case=Gen\|Degree=Sup\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Rel`, `Degree=Cmp\|POS=ADV`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Case=Ins\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Degree=Sup\|POS=ADV`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Polarity=Pos\|Tense=Pres\|VerbForm=Fin`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Int`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Case=Loc\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Dem`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=1\|Tense=Pres\|VerbForm=Fin`, `Case=Loc\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ\|VerbForm=Part`, `Case=Loc\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Int`, `Case=Nom\|Gender=Neut\|Number=Plur\|POS=NOUN`, `Case=Ins\|Gender=Neut\|Number=Plur\|POS=NOUN`, `Case=Gen\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ\|VerbForm=Part`, `Case=Nom\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Dat\|POS=ADP`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs\|Variant=Short`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Tot`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Case=Ins\|POS=PRON\|PronType=Prs\|Reflex=Yes`, `Case=Loc\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Loc\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Case=Nom\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ\|Poss=Yes`, `Case=Acc\|Gender=Fem\|Number=Dual\|POS=DET\|PronType=Tot`, `Case=Acc\|Gender=Fem\|Number=Dual\|POS=NOUN`, `Case=Acc\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Case=Ins\|Gender=Masc\|Number=Dual\|POS=DET\|PronType=Tot`, `Case=Ins\|Degree=Pos\|Gender=Masc\|Number=Dual\|POS=ADJ`, `Case=Ins\|Gender=Masc\|Number=Dual\|POS=NOUN`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Ind`, `Case=Dat\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Case=Ins\|Gender=Neut\|Number=Sing\|POS=NOUN`, `Case=Ins\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Ins\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Case=Ins\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Aspect=Perf\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Case=Acc\|Gender=Neut\|Number=Plur\|POS=NOUN`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Loc\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Acc\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ\|VerbForm=Part`, `Case=Loc\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ\|Poss=Yes`, `Case=Loc\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Aspect=Perf\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Case=Ins\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Ind`, `Case=Gen\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ\|VerbForm=Part`, `Case=Acc\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Gen\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Loc\|Gender=Neut\|Number=Sing\|POS=NOUN`, `Case=Gen\|Gender=Fem\|Gender[psor]=Masc\|Number=Plur\|Number[psor]=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Animacy=Anim\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Aspect=Imp\|Gender=Neut\|Number=Sing\|POS=VERB\|VerbForm=Part`, `POS=AUX\|VerbForm=Inf`, `Case=Loc\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Acc\|Definite=Ind\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Acc\|Definite=Ind\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ\|Poss=Yes`, `POS=PART\|Polarity=Neg`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Neg`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Polarity=Pos\|Tense=Fut\|VerbForm=Fin`, `Aspect=Perf\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=2\|Tense=Pres\|VerbForm=Fin`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=2\|Tense=Pres\|VerbForm=Fin`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Case=Nom\|Gender=Masc\|Number=Sing\|Number[psor]=Plur\|POS=DET\|Person=2\|Poss=Yes\|PronType=Prs`, `Aspect=Perf\|Mood=Imp\|Number=Plur\|POS=VERB\|Person=2\|VerbForm=Fin`, `Aspect=Imp\|Mood=Imp\|Number=Plur\|POS=VERB\|Person=2\|VerbForm=Fin`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs\|Variant=Bound`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Dat\|Number=Plur\|POS=PRON\|Person=2\|PronType=Prs`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=2\|Polarity=Pos\|Tense=Fut\|VerbForm=Fin`, `Case=Loc\|POS=PRON\|PronType=Prs\|Reflex=Yes`, `Case=Gen\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Gen\|Gender=Fem\|NumForm=Word\|NumType=Card\|Number=Plur\|POS=NUM`, `Case=Nom\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Nom\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ\|VerbForm=Part`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Polarity=Pos\|Tense=Pres\|VerbForm=Fin`, `Case=Acc\|Gender=Fem\|NumForm=Word\|NumType=Card\|Number=Dual\|POS=NUM`, `Case=Nom\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ\|Poss=Yes`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=3\|Polarity=Neg\|Tense=Pres\|VerbForm=Fin`, `Case=Nom\|Definite=Ind\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ\|VerbForm=Part`, `Case=Acc\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ\|VerbForm=Part`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Tot`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Gen\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ`, `NumForm=Digit\|NumType=Card\|POS=NUM`, `Case=Acc\|Degree=Pos\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Case=Gen\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ\|Poss=Yes`, `Case=Nom\|Degree=Cmp\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Neg`, `Case=Nom\|Gender=Fem\|Number=Sing\|Number[psor]=Plur\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Aspect=Imp\|Gender=Fem\|Number=Sing\|POS=VERB\|VerbForm=Part`, `Case=Ins\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Ins\|Degree=Pos\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Gender=Masc\|Number=Plur\|POS=AUX\|VerbForm=Part`, `Case=Nom\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ\|VerbForm=Part`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Nom\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ\|VerbForm=Part`, `Aspect=Imp\|Gender=Masc\|Number=Sing\|POS=VERB\|VerbForm=Part`, `NumForm=Roman\|NumType=Ord\|POS=NUM`, `Gender=Masc\|Number=Sing\|POS=VERB\|VerbForm=Part`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Mood=Ind\|Number=Dual\|POS=AUX\|Person=3\|Polarity=Pos\|Tense=Pres\|VerbForm=Fin`, `Gender=Fem\|Number=Dual\|POS=VERB\|VerbForm=Part`, `Case=Gen\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Tot`, `Case=Loc\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Case=Gen\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs\|Variant=Short`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=3\|Polarity=Neg\|Tense=Pres\|VerbForm=Fin`, `Case=Acc\|NumForm=Word\|NumType=Card\|Number=Plur\|POS=NUM`, `Case=Gen\|Degree=Pos\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Case=Gen\|Gender=Neut\|Number=Plur\|POS=NOUN`, `POS=X`, `POS=SYM`, `Case=Nom\|Degree=Pos\|Gender=Masc\|Number=Dual\|POS=ADJ`, `Case=Nom\|Gender=Masc\|Number=Dual\|POS=NOUN`, `Aspect=Perf\|Gender=Masc\|Number=Dual\|POS=VERB\|VerbForm=Part`, `Animacy=Anim\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Abbr=Yes\|POS=X`, `Aspect=Perf\|Mood=Ind\|Number=Dual\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Dem`, `Gender=Masc\|Number=Dual\|POS=AUX\|VerbForm=Part`, `Case=Dat\|POS=PRON\|PronType=Prs\|Reflex=Yes\|Variant=Short`, `Aspect=Imp\|Gender=Masc\|Number=Dual\|POS=VERB\|VerbForm=Part`, `Case=Nom\|Degree=Pos\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Case=Acc\|Degree=Cmp\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Ins\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Ins\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Acc\|Definite=Ind\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ\|VerbForm=Part`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs\|Variant=Short`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs\|Variant=Short`, `Gender=Masc\|Number=Sing\|POS=AUX\|VerbForm=Part`, `Case=Dat\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs\|Variant=Short`, `Case=Gen\|Gender=Fem\|Number=Plur\|Number[psor]=Sing\|POS=DET\|Person=1\|Poss=Yes\|PronType=Prs`, `Case=Nom\|Gender=Fem\|Number=Plur\|Number[psor]=Sing\|POS=DET\|Person=1\|Poss=Yes\|PronType=Prs`, `Case=Gen\|Gender=Neut\|Gender[psor]=Fem\|Number=Plur\|Number[psor]=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Acc\|Gender=Fem\|Gender[psor]=Fem\|Number=Plur\|Number[psor]=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Aspect=Imp\|Gender=Fem\|Number=Plur\|POS=VERB\|VerbForm=Part`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs\|Variant=Short`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Tense=Pres\|VerbForm=Fin`, `Case=Acc\|Gender=Masc\|Gender[psor]=Fem\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Acc\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ\|VerbForm=Part`, `Case=Loc\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Tot`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs\|Variant=Short`, `Case=Loc\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Ins\|NumForm=Word\|NumType=Card\|Number=Plur\|POS=NUM`, `NumForm=Digit\|NumType=Ord\|POS=NUM`, `Case=Loc\|Gender=Fem\|Number=Plur\|POS=PROPN`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Polarity=Neg\|Tense=Pres\|VerbForm=Fin`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=1\|Polarity=Pos\|Tense=Pres\|VerbForm=Fin`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=PROPN`, `Case=Nom\|NumForm=Word\|NumType=Card\|Number=Plur\|POS=NUM`, `Case=Gen\|NumForm=Word\|NumType=Card\|Number=Plur\|POS=NUM`, `Case=Gen\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ\|Poss=Yes`, `Case=Nom\|Gender=Masc\|NumForm=Word\|NumType=Card\|Number=Sing\|POS=NUM`, `Case=Acc\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Gender=Masc\|Number=Plur\|POS=VERB\|VerbForm=Part`, `Case=Dat\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Acc\|Degree=Cmp\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Case=Gen\|Gender=Neut\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Nom\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Acc\|Gender=Neut\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs\|Variant=Bound`, `Case=Gen\|Gender=Masc\|NumForm=Word\|NumType=Card\|Number=Plur\|POS=NUM`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Tot`, `Mood=Ind\|Number=Dual\|POS=VERB\|Person=3\|Polarity=Pos\|Tense=Pres\|VerbForm=Fin`, `Aspect=Imp\|POS=VERB\|VerbForm=Inf`, `Case=Loc\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Loc\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Nom\|Degree=Sup\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Dat\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs\|Variant=Short`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Acc\|Gender=Neut\|Number=Plur\|Number[psor]=Plur\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Acc\|Gender=Fem\|Number=Sing\|Number[psor]=Plur\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Dat\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Acc\|Gender=Fem\|Number=Sing\|Number[psor]=Plur\|POS=DET\|Person=1\|Poss=Yes\|PronType=Prs`, `Case=Nom\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Dem`, `Gender=Neut\|Number=Sing\|POS=VERB\|VerbForm=Part`, `Case=Gen\|Gender=Masc\|Gender[psor]=Fem\|Number=Plur\|Number[psor]=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Gen\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Loc\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Rel`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=2\|Polarity=Neg\|Tense=Pres\|VerbForm=Fin`, `POS=DET\|PronType=Int`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Case=Gen\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Int`, `Case=Nom\|Gender=Neut\|Gender[psor]=Fem\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Ins\|Gender=Masc\|Number=Plur\|Number[psor]=Dual\|POS=DET\|Person=2\|Poss=Yes\|PronType=Prs`, `Mood=Ind\|Number=Dual\|POS=AUX\|Person=2\|Polarity=Pos\|Tense=Pres\|VerbForm=Fin`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Polarity=Pos\|Tense=Pres\|VerbForm=Fin`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Int`, `Case=Dat\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs\|Variant=Short`, `Case=Nom\|Gender=Masc\|Number=Dual\|POS=DET\|PronType=Tot`, `Case=Loc\|Gender=Fem\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Case=Loc\|Gender=Neut\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Case=Loc\|Degree=Pos\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Case=Loc\|Gender=Neut\|Number=Plur\|POS=NOUN`, `Case=Gen\|Gender=Neut\|Gender[psor]=Masc\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=2\|Tense=Pres\|VerbForm=Fin`, `Case=Gen\|Gender=Neut\|Number=Sing\|Number[psor]=Dual\|POS=DET\|Person=1\|Poss=Yes\|PronType=Prs`, `Case=Gen\|Gender=Masc\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=2\|Poss=Yes\|PronType=Prs`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Neg`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Polarity=Pos\|Tense=Pres\|VerbForm=Fin`, `Case=Ins\|Number=Sing\|POS=PRON\|Person=2\|PronType=Prs`, `Case=Acc\|Gender=Fem\|Gender[psor]=Fem\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Acc\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Tot`, `Case=Gen\|Gender=Masc\|Gender[psor]=Fem\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Gen\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ\|VerbForm=Part`, `Case=Nom\|Gender=Masc\|Number=Plur\|Number[psor]=Sing\|POS=DET\|Person=1\|Poss=Yes\|PronType=Prs`, `Case=Nom\|Degree=Sup\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Gen\|Gender=Masc\|Number=Plur\|Number[psor]=Sing\|POS=DET\|Person=1\|Poss=Yes\|PronType=Prs`, `Case=Gen\|Gender=Masc\|NumType=Ord\|Number=Plur\|POS=ADJ`, `Aspect=Imp\|Mood=Ind\|Number=Dual\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Case=Gen\|Gender=Fem\|Number=Sing\|Number[psor]=Plur\|POS=DET\|Person=1\|Poss=Yes\|PronType=Prs`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Tense=Pres\|VerbForm=Fin`, `Aspect=Imp\|POS=VERB\|VerbForm=Sup`, `Case=Loc\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Ind`, `Case=Ins\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Acc\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Int`, `Case=Acc\|Gender=Neut\|NumForm=Word\|NumType=Card\|Number=Plur\|POS=NUM`, `Gender=Neut\|Number=Plur\|POS=AUX\|VerbForm=Part`, `Case=Nom\|Degree=Cmp\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Case=Acc\|Gender=Fem\|NumForm=Word\|NumType=Card\|Number=Sing\|POS=NUM`, `Case=Loc\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ\|VerbForm=Part`, `Case=Loc\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs\|Variant=Bound`, `Case=Acc\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs\|Variant=Bound`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Neg`, `Case=Acc\|POS=PRON\|PronType=Prs\|Reflex=Yes\|Variant=Bound`, `Case=Gen\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Int`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Acc\|Gender=Neut\|Number=Dual\|POS=NOUN`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=1\|Polarity=Pos\|Tense=Fut\|VerbForm=Fin`, `Case=Ins\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs\|Variant=Short`, `Aspect=Imp\|Mood=Ind\|Number=Dual\|POS=VERB\|Person=1\|Tense=Pres\|VerbForm=Fin`, `Case=Loc\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Acc\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ\|VerbForm=Part`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `POS=INTJ`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Polarity=Neg\|Tense=Pres\|VerbForm=Fin`, `Aspect=Perf\|POS=VERB\|VerbForm=Sup`, `Case=Nom\|Definite=Ind\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ\|Poss=Yes`, `Foreign=Yes\|POS=X`, `Case=Nom\|Gender=Fem\|Gender[psor]=Masc\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Loc\|Gender=Neut\|NumType=Ord\|Number=Plur\|POS=ADJ`, `Case=Gen\|Degree=Sup\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Gen\|Gender=Fem\|Gender[psor]=Masc\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Loc\|Gender=Neut\|Number=Sing\|POS=PROPN`, `Case=Loc\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Tot`, `Case=Nom\|Gender=Masc\|NumForm=Word\|NumType=Card\|Number=Plur\|POS=NUM`, `Case=Acc\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ\|Poss=Yes`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Polarity=Pos\|Tense=Pres\|VerbForm=Fin`, `Case=Dat\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Tot`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Tot`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=PROPN`, `Case=Loc\|Number=Plur\|POS=PRON\|Person=2\|PronType=Prs`, `Aspect=Perf\|Mood=Imp\|Number=Sing\|POS=VERB\|Person=2\|VerbForm=Fin`, `Aspect=Perf\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Tense=Pres\|VerbForm=Fin`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=2\|Tense=Pres\|VerbForm=Fin`, `Case=Acc\|Gender=Fem\|NumForm=Word\|NumType=Card\|Number=Plur\|POS=NUM`, `Case=Gen\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ\|VerbForm=Part`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=1\|Polarity=Pos\|Tense=Fut\|VerbForm=Fin`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Tot`, `Case=Nom\|Definite=Def\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Nom\|Gender=Masc\|NumType=Ord\|Number=Plur\|POS=ADJ`, `Case=Acc\|Degree=Pos\|Gender=Fem\|Number=Dual\|POS=ADJ`, `Case=Gen\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Int`, `Gender=Fem\|Number=Plur\|POS=VERB\|VerbForm=Part`, `Aspect=Imp\|Mood=Imp\|Number=Sing\|POS=VERB\|Person=2\|VerbForm=Fin`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Loc\|Gender=Fem\|Number=Sing\|Number[psor]=Plur\|POS=DET\|Person=2\|Poss=Yes\|PronType=Prs`, `Case=Ins\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Int`, `Case=Loc\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Neg`, `Case=Nom\|Gender=Masc\|NumForm=Word\|NumType=Card\|Number=Dual\|POS=NUM`, `Case=Nom\|Degree=Pos\|Gender=Masc\|Number=Dual\|POS=ADJ\|VerbForm=Part`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Aspect=Perf\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=1\|Tense=Pres\|VerbForm=Fin`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Tot`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=2\|Polarity=Pos\|Tense=Fut\|VerbForm=Fin`, `Case=Acc\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ\|Poss=Yes`, `Case=Nom\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ\|Poss=Yes`, `Case=Nom\|Gender=Fem\|Number=Dual\|POS=NOUN`, `Case=Gen\|Gender=Masc\|NumForm=Word\|NumType=Card\|Number=Dual\|POS=NUM`, `Case=Gen\|Degree=Pos\|Gender=Masc\|Number=Dual\|POS=ADJ`, `Case=Gen\|Gender=Masc\|Number=Dual\|POS=DET\|PronType=Tot`, `Case=Gen\|Gender=Masc\|Number=Dual\|POS=NOUN`, `Case=Nom\|Gender=Fem\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=1\|Poss=Yes\|PronType=Prs`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=PROPN`, `Case=Gen\|Gender=Fem\|Number=Plur\|Number[psor]=Plur\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Animacy=Inan\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Case=Acc\|Gender=Masc\|Number=Plur\|Number[psor]=Plur\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Ind`, `Gender=Fem\|Number=Plur\|POS=AUX\|VerbForm=Part`, `Case=Dat\|Gender=Fem\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Case=Dat\|Gender=Fem\|Number=Plur\|POS=NOUN`, `NumForm=Roman\|NumType=Card\|POS=NUM`, `Case=Loc\|Gender=Fem\|NumForm=Word\|NumType=Card\|Number=Sing\|POS=NUM`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Rel`, `Case=Acc\|Gender=Masc\|NumForm=Word\|NumType=Card\|Number=Dual\|POS=NUM`, `Case=Acc\|Degree=Pos\|Gender=Masc\|Number=Dual\|POS=ADJ`, `Case=Acc\|Gender=Masc\|Number=Dual\|POS=NOUN`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Int`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Loc\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ\|Poss=Yes`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Int`, `Case=Gen\|Gender=Neut\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=1\|Poss=Yes\|PronType=Prs`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Polarity=Neg\|Tense=Pres\|VerbForm=Fin`, `Case=Nom\|Gender=Masc\|Gender[psor]=Masc\|Number=Plur\|Number[psor]=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Gen\|Gender=Fem\|Number=Plur\|POS=PROPN`, `Case=Loc\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Loc\|Degree=Cmp\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Loc\|Degree=Cmp\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Nom\|Degree=Cmp\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Acc\|Degree=Cmp\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Gen\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Tot`, `Case=Loc\|Gender=Masc\|Number=Plur\|Number[psor]=Plur\|POS=DET\|Person=1\|Poss=Yes\|PronType=Prs`, `Case=Gen\|Gender=Fem\|Number=Plur\|Number[psor]=Plur\|POS=DET\|Person=2\|Poss=Yes\|PronType=Prs`, `Case=Ins\|Gender=Masc\|Number=Plur\|POS=PROPN`, `Case=Gen\|Gender=Masc\|Number=Plur\|POS=PROPN`, `Case=Nom\|Gender=Masc\|Number=Sing\|Number[psor]=Plur\|POS=DET\|Person=1\|Poss=Yes\|PronType=Prs`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Gen\|Degree=Cmp\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Ins\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Case=Nom\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Dem`, `Aspect=Perf\|Gender=Neut\|Number=Plur\|POS=VERB\|VerbForm=Part`, `Case=Gen\|Degree=Cmp\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Case=Nom\|Gender=Fem\|Number=Plur\|POS=PROPN`, `Case=Dat\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Acc\|Gender=Fem\|Number=Plur\|Number[psor]=Plur\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Loc\|Gender=Fem\|Number=Sing\|Number[psor]=Plur\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Acc\|Gender=Masc\|Number=Sing\|Number[psor]=Plur\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Acc\|Gender=Neut\|Gender[psor]=Masc\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Dat\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ\|VerbForm=Part`, `Case=Gen\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Tot`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=2\|Polarity=Pos\|Tense=Pres\|VerbForm=Fin`, `Case=Nom\|Degree=Cmp\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=PROPN`, `Case=Acc\|Gender=Fem\|NumType=Ord\|Number=Sing\|POS=ADJ`, `Case=Loc\|Gender=Masc\|Gender[psor]=Fem\|Number=Plur\|Number[psor]=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Acc\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Neg`, `Case=Nom\|Degree=Cmp\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Dat\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Case=Nom\|Gender=Masc\|NumType=Ord\|Number=Sing\|POS=ADJ`, `Case=Nom\|Definite=Def\|Degree=Sup\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Dat\|Degree=Pos\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Case=Dat\|Gender=Neut\|Number=Plur\|POS=NOUN`, `Case=Gen\|Gender=Neut\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Case=Gen\|Gender=Neut\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Tot`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Tot`, `Case=Loc\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ\|Poss=Yes`, `Case=Gen\|Gender=Masc\|NumType=Ord\|Number=Sing\|POS=ADJ`, `Case=Dat\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Dat\|Degree=Cmp\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Aspect=Perf\|Mood=Imp\|Number=Plur\|POS=VERB\|Person=1\|VerbForm=Fin`, `Case=Nom\|Degree=Pos\|Gender=Fem\|Number=Dual\|POS=ADJ`, `Aspect=Imp\|Gender=Neut\|Number=Dual\|POS=VERB\|VerbForm=Part`, `Case=Dat\|Gender=Masc\|Number=Plur\|POS=PROPN`, `Case=Ins\|Gender=Neut\|NumForm=Word\|NumType=Card\|Number=Dual\|POS=NUM`, `Case=Ins\|Gender=Neut\|Number=Dual\|POS=NOUN`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Ins\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Case=Acc\|Gender=Fem\|NumType=Ord\|Number=Plur\|POS=ADJ`, `Case=Gen\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ\|Poss=Yes`, `Case=Nom\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Tot`, `Case=Acc\|Degree=Cmp\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Loc\|Gender=Neut\|NumForm=Word\|NumType=Card\|Number=Sing\|POS=NUM`, `Case=Gen\|Degree=Sup\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Acc\|Gender=Neut\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs\|Variant=Short`, `Case=Nom\|Definite=Def\|Degree=Cmp\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Nom\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Dat\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Dat\|Gender=Fem\|Number=Plur\|Number[psor]=Plur\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Acc\|Gender=Masc\|NumType=Ord\|Number=Sing\|POS=ADJ`, `Case=Nom\|Gender=Fem\|Number=Plur\|Number[psor]=Plur\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Acc\|Gender=Masc\|NumType=Ord\|Number=Plur\|POS=ADJ`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Acc\|Gender=Fem\|Number=Dual\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Case=Loc\|Gender=Neut\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Case=Loc\|Degree=Cmp\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Gen\|Gender=Masc\|Gender[psor]=Masc\|Number=Plur\|Number[psor]=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Case=Dat\|Number=Dual\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Loc\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Acc\|Definite=Def\|Degree=Cmp\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Acc\|Number=Dual\|POS=PRON\|Person=1\|PronType=Prs`, `Aspect=Perf\|Mood=Ind\|Number=Dual\|POS=VERB\|Person=1\|Tense=Pres\|VerbForm=Fin`, `Mood=Ind\|Number=Dual\|POS=AUX\|Person=1\|Polarity=Pos\|Tense=Pres\|VerbForm=Fin`, `POS=DET\|PronType=Dem`, `Case=Loc\|Gender=Neut\|Number=Plur\|Number[psor]=Plur\|POS=DET\|Person=1\|Poss=Yes\|PronType=Prs`, `Case=Gen\|Gender=Fem\|Number=Dual\|POS=DET\|PronType=Tot`, `Case=Gen\|Degree=Pos\|Gender=Fem\|Number=Dual\|POS=ADJ`, `Case=Gen\|Gender=Fem\|Number=Dual\|POS=NOUN`, `Case=Ins\|Gender=Masc\|NumType=Ord\|Number=Sing\|POS=ADJ`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=1\|Polarity=Pos\|Tense=Pres\|VerbForm=Fin`, `Case=Nom\|Gender=Masc\|Number=Sing\|Number[psor]=Dual\|POS=DET\|Person=1\|Poss=Yes\|PronType=Prs`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Polarity=Neg\|Tense=Pres\|VerbForm=Fin`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Neg`, `Mood=Ind\|Number=Dual\|POS=AUX\|Person=1\|Polarity=Pos\|Tense=Fut\|VerbForm=Fin`, `Case=Nom\|Gender=Masc\|Number=Plur\|Number[psor]=Dual\|POS=DET\|Person=1\|Poss=Yes\|PronType=Prs`, `Case=Nom\|Gender=Masc\|Number=Dual\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Ins\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Gen\|Gender=Masc\|Number=Dual\|POS=PROPN`, `Case=Loc\|Gender=Masc\|Number=Dual\|POS=DET\|PronType=Tot`, _(truncated: full list in pipeline meta)_ |
|
100 |
+
| **`parser`** | `ROOT`, `acl`, `advcl`, `advmod`, `amod`, `appos`, `aux`, `case`, `cc`, `cc:preconj`, `ccomp`, `conj`, `cop`, `csubj`, `dep`, `det`, `discourse`, `expl`, `fixed`, `flat`, `flat:foreign`, `flat:name`, `iobj`, `list`, `mark`, `nmod`, `nsubj`, `nummod`, `obj`, `obl`, `orphan`, `parataxis`, `punct`, `vocative`, `xcomp` |
|
101 |
+
| **`ner`** | `DERIV_PER`, `LOC`, `MISC`, `ORG`, `PER` |
|
102 |
+
|
103 |
+
</details>
|
104 |
+
|
105 |
+
### Accuracy
|
106 |
+
|
107 |
+
| Type | Score |
|
108 |
+
| --- | --- |
|
109 |
+
| `TOKEN_ACC` | 99.81 |
|
110 |
+
| `TOKEN_P` | 99.81 |
|
111 |
+
| `TOKEN_R` | 99.57 |
|
112 |
+
| `TOKEN_F` | 99.69 |
|
113 |
+
| `TAG_ACC` | 97.70 |
|
114 |
+
| `POS_ACC` | 98.99 |
|
115 |
+
| `MORPH_ACC` | 97.89 |
|
116 |
+
| `MORPH_MICRO_P` | 99.01 |
|
117 |
+
| `MORPH_MICRO_R` | 98.89 |
|
118 |
+
| `MORPH_MICRO_F` | 98.95 |
|
119 |
+
| `SENTS_P` | 93.20 |
|
120 |
+
| `SENTS_R` | 94.27 |
|
121 |
+
| `SENTS_F` | 93.73 |
|
122 |
+
| `DEP_UAS` | 93.36 |
|
123 |
+
| `DEP_LAS` | 91.70 |
|
124 |
+
| `LEMMA_ACC` | 96.80 |
|
125 |
+
| `ENTS_P` | 88.41 |
|
126 |
+
| `ENTS_R` | 91.77 |
|
127 |
+
| `ENTS_F` | 90.06 |
|
accuracy.json
ADDED
@@ -0,0 +1,333 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"token_acc": 0.9980762654,
|
3 |
+
"token_p": 0.9980762654,
|
4 |
+
"token_r": 0.9956925964,
|
5 |
+
"token_f": 0.996883006,
|
6 |
+
"tag_acc": 0.9770274602,
|
7 |
+
"pos_acc": 0.9899348221,
|
8 |
+
"morph_acc": 0.9788652634,
|
9 |
+
"morph_micro_p": 0.9900582551,
|
10 |
+
"morph_micro_r": 0.9888854047,
|
11 |
+
"morph_micro_f": 0.9894714824,
|
12 |
+
"morph_per_feat": {
|
13 |
+
"Case": {
|
14 |
+
"p": 0.9839550079,
|
15 |
+
"r": 0.9840363937,
|
16 |
+
"f": 0.9839956991
|
17 |
+
},
|
18 |
+
"Gender": {
|
19 |
+
"p": 0.9841089671,
|
20 |
+
"r": 0.9844814534,
|
21 |
+
"f": 0.984295175
|
22 |
+
},
|
23 |
+
"Number": {
|
24 |
+
"p": 0.9930539296,
|
25 |
+
"r": 0.9932864949,
|
26 |
+
"f": 0.9931701986
|
27 |
+
},
|
28 |
+
"Aspect": {
|
29 |
+
"p": 0.9868204283,
|
30 |
+
"r": 0.9933665008,
|
31 |
+
"f": 0.9900826446
|
32 |
+
},
|
33 |
+
"Mood": {
|
34 |
+
"p": 0.9951520494,
|
35 |
+
"r": 0.9947136564,
|
36 |
+
"f": 0.9949328046
|
37 |
+
},
|
38 |
+
"Person": {
|
39 |
+
"p": 0.9972166998,
|
40 |
+
"r": 0.9964243147,
|
41 |
+
"f": 0.9968203498
|
42 |
+
},
|
43 |
+
"Tense": {
|
44 |
+
"p": 0.9980582524,
|
45 |
+
"r": 0.9951597289,
|
46 |
+
"f": 0.9966068832
|
47 |
+
},
|
48 |
+
"VerbForm": {
|
49 |
+
"p": 0.997615894,
|
50 |
+
"r": 0.9949801849,
|
51 |
+
"f": 0.9962962963
|
52 |
+
},
|
53 |
+
"PronType": {
|
54 |
+
"p": 0.9929214929,
|
55 |
+
"r": 0.995483871,
|
56 |
+
"f": 0.9942010309
|
57 |
+
},
|
58 |
+
"Variant": {
|
59 |
+
"p": 0.9981412639,
|
60 |
+
"r": 0.9981412639,
|
61 |
+
"f": 0.9981412639
|
62 |
+
},
|
63 |
+
"NumForm": {
|
64 |
+
"p": 1.0,
|
65 |
+
"r": 0.9617834395,
|
66 |
+
"f": 0.9805194805
|
67 |
+
},
|
68 |
+
"NumType": {
|
69 |
+
"p": 1.0,
|
70 |
+
"r": 0.9653179191,
|
71 |
+
"f": 0.9823529412
|
72 |
+
},
|
73 |
+
"Degree": {
|
74 |
+
"p": 0.9925989183,
|
75 |
+
"r": 0.9923164485,
|
76 |
+
"f": 0.9924576633
|
77 |
+
},
|
78 |
+
"Polarity": {
|
79 |
+
"p": 1.0,
|
80 |
+
"r": 0.9985815603,
|
81 |
+
"f": 0.9992902768
|
82 |
+
},
|
83 |
+
"Number[psor]": {
|
84 |
+
"p": 0.9375,
|
85 |
+
"r": 0.9375,
|
86 |
+
"f": 0.9375
|
87 |
+
},
|
88 |
+
"Poss": {
|
89 |
+
"p": 1.0,
|
90 |
+
"r": 0.995,
|
91 |
+
"f": 0.9974937343
|
92 |
+
},
|
93 |
+
"Reflex": {
|
94 |
+
"p": 0.9975,
|
95 |
+
"r": 1.0,
|
96 |
+
"f": 0.9987484355
|
97 |
+
},
|
98 |
+
"Definite": {
|
99 |
+
"p": 0.9965277778,
|
100 |
+
"r": 0.9828767123,
|
101 |
+
"f": 0.9896551724
|
102 |
+
},
|
103 |
+
"Animacy": {
|
104 |
+
"p": 0.9634831461,
|
105 |
+
"r": 0.9346049046,
|
106 |
+
"f": 0.948824343
|
107 |
+
},
|
108 |
+
"Abbr": {
|
109 |
+
"p": 1.0,
|
110 |
+
"r": 1.0,
|
111 |
+
"f": 1.0
|
112 |
+
},
|
113 |
+
"Foreign": {
|
114 |
+
"p": 0.8947368421,
|
115 |
+
"r": 0.4473684211,
|
116 |
+
"f": 0.5964912281
|
117 |
+
},
|
118 |
+
"Gender[psor]": {
|
119 |
+
"p": 0.9090909091,
|
120 |
+
"r": 0.9090909091,
|
121 |
+
"f": 0.9090909091
|
122 |
+
}
|
123 |
+
},
|
124 |
+
"sents_p": 0.9320113314,
|
125 |
+
"sents_r": 0.9426934097,
|
126 |
+
"sents_f": 0.9373219373,
|
127 |
+
"dep_uas": 0.93363503,
|
128 |
+
"dep_las": 0.9170251386,
|
129 |
+
"dep_las_per_type": {
|
130 |
+
"nsubj": {
|
131 |
+
"p": 0.942804428,
|
132 |
+
"r": 0.9560336763,
|
133 |
+
"f": 0.949372968
|
134 |
+
},
|
135 |
+
"nmod": {
|
136 |
+
"p": 0.8998951782,
|
137 |
+
"r": 0.8850515464,
|
138 |
+
"f": 0.8924116424
|
139 |
+
},
|
140 |
+
"root": {
|
141 |
+
"p": 0.9437022901,
|
142 |
+
"r": 0.9446036294,
|
143 |
+
"f": 0.9441527446
|
144 |
+
},
|
145 |
+
"obj": {
|
146 |
+
"p": 0.9335899904,
|
147 |
+
"r": 0.9371980676,
|
148 |
+
"f": 0.9353905497
|
149 |
+
},
|
150 |
+
"iobj": {
|
151 |
+
"p": 0.8732394366,
|
152 |
+
"r": 0.7209302326,
|
153 |
+
"f": 0.7898089172
|
154 |
+
},
|
155 |
+
"case": {
|
156 |
+
"p": 0.9897260274,
|
157 |
+
"r": 0.9863481229,
|
158 |
+
"f": 0.988034188
|
159 |
+
},
|
160 |
+
"cc": {
|
161 |
+
"p": 0.9503546099,
|
162 |
+
"r": 0.9447708578,
|
163 |
+
"f": 0.947554508
|
164 |
+
},
|
165 |
+
"conj": {
|
166 |
+
"p": 0.8023483366,
|
167 |
+
"r": 0.8,
|
168 |
+
"f": 0.8011724475
|
169 |
+
},
|
170 |
+
"mark": {
|
171 |
+
"p": 0.9721115538,
|
172 |
+
"r": 0.9721115538,
|
173 |
+
"f": 0.9721115538
|
174 |
+
},
|
175 |
+
"obl": {
|
176 |
+
"p": 0.9013806706,
|
177 |
+
"r": 0.8984272608,
|
178 |
+
"f": 0.8999015425
|
179 |
+
},
|
180 |
+
"nummod": {
|
181 |
+
"p": 0.9423076923,
|
182 |
+
"r": 0.9171122995,
|
183 |
+
"f": 0.9295392954
|
184 |
+
},
|
185 |
+
"acl": {
|
186 |
+
"p": 0.8353221957,
|
187 |
+
"r": 0.8177570093,
|
188 |
+
"f": 0.826446281
|
189 |
+
},
|
190 |
+
"amod": {
|
191 |
+
"p": 0.9797830375,
|
192 |
+
"r": 0.9895418327,
|
193 |
+
"f": 0.9846382557
|
194 |
+
},
|
195 |
+
"aux": {
|
196 |
+
"p": 0.9900552486,
|
197 |
+
"r": 0.9900552486,
|
198 |
+
"f": 0.9900552486
|
199 |
+
},
|
200 |
+
"det": {
|
201 |
+
"p": 0.9719222462,
|
202 |
+
"r": 0.9846827133,
|
203 |
+
"f": 0.9782608696
|
204 |
+
},
|
205 |
+
"advmod": {
|
206 |
+
"p": 0.8700209644,
|
207 |
+
"r": 0.8718487395,
|
208 |
+
"f": 0.870933893
|
209 |
+
},
|
210 |
+
"parataxis": {
|
211 |
+
"p": 0.7,
|
212 |
+
"r": 0.6549707602,
|
213 |
+
"f": 0.6767371601
|
214 |
+
},
|
215 |
+
"flat:name": {
|
216 |
+
"p": 0.9681528662,
|
217 |
+
"r": 0.987012987,
|
218 |
+
"f": 0.9774919614
|
219 |
+
},
|
220 |
+
"cop": {
|
221 |
+
"p": 0.9393939394,
|
222 |
+
"r": 0.9482352941,
|
223 |
+
"f": 0.943793911
|
224 |
+
},
|
225 |
+
"csubj": {
|
226 |
+
"p": 0.8863636364,
|
227 |
+
"r": 0.8764044944,
|
228 |
+
"f": 0.8813559322
|
229 |
+
},
|
230 |
+
"expl": {
|
231 |
+
"p": 0.9272151899,
|
232 |
+
"r": 0.9391025641,
|
233 |
+
"f": 0.9331210191
|
234 |
+
},
|
235 |
+
"xcomp": {
|
236 |
+
"p": 0.9496855346,
|
237 |
+
"r": 0.94375,
|
238 |
+
"f": 0.9467084639
|
239 |
+
},
|
240 |
+
"ccomp": {
|
241 |
+
"p": 0.9438202247,
|
242 |
+
"r": 0.9130434783,
|
243 |
+
"f": 0.9281767956
|
244 |
+
},
|
245 |
+
"appos": {
|
246 |
+
"p": 0.5921052632,
|
247 |
+
"r": 0.625,
|
248 |
+
"f": 0.6081081081
|
249 |
+
},
|
250 |
+
"flat": {
|
251 |
+
"p": 0.6086956522,
|
252 |
+
"r": 0.7368421053,
|
253 |
+
"f": 0.6666666667
|
254 |
+
},
|
255 |
+
"orphan": {
|
256 |
+
"p": 0.6470588235,
|
257 |
+
"r": 0.4583333333,
|
258 |
+
"f": 0.5365853659
|
259 |
+
},
|
260 |
+
"advcl": {
|
261 |
+
"p": 0.75,
|
262 |
+
"r": 0.7285714286,
|
263 |
+
"f": 0.7391304348
|
264 |
+
},
|
265 |
+
"fixed": {
|
266 |
+
"p": 0.9090909091,
|
267 |
+
"r": 0.9090909091,
|
268 |
+
"f": 0.9090909091
|
269 |
+
},
|
270 |
+
"list": {
|
271 |
+
"p": 0.7717391304,
|
272 |
+
"r": 0.8658536585,
|
273 |
+
"f": 0.816091954
|
274 |
+
},
|
275 |
+
"flat:foreign": {
|
276 |
+
"p": 0.625,
|
277 |
+
"r": 0.625,
|
278 |
+
"f": 0.625
|
279 |
+
},
|
280 |
+
"dep": {
|
281 |
+
"p": 0.0344827586,
|
282 |
+
"r": 0.1666666667,
|
283 |
+
"f": 0.0571428571
|
284 |
+
},
|
285 |
+
"discourse": {
|
286 |
+
"p": 0.6,
|
287 |
+
"r": 0.6428571429,
|
288 |
+
"f": 0.6206896552
|
289 |
+
},
|
290 |
+
"vocative": {
|
291 |
+
"p": 1.0,
|
292 |
+
"r": 0.2,
|
293 |
+
"f": 0.3333333333
|
294 |
+
},
|
295 |
+
"cc:preconj": {
|
296 |
+
"p": 1.0,
|
297 |
+
"r": 0.7272727273,
|
298 |
+
"f": 0.8421052632
|
299 |
+
}
|
300 |
+
},
|
301 |
+
"lemma_acc": 0.9679666631,
|
302 |
+
"ents_p": 0.8841463415,
|
303 |
+
"ents_r": 0.917721519,
|
304 |
+
"ents_f": 0.900621118,
|
305 |
+
"ents_per_type": {
|
306 |
+
"ORG": {
|
307 |
+
"p": 0.7692307692,
|
308 |
+
"r": 0.75,
|
309 |
+
"f": 0.7594936709
|
310 |
+
},
|
311 |
+
"PER": {
|
312 |
+
"p": 1.0,
|
313 |
+
"r": 0.9833333333,
|
314 |
+
"f": 0.9915966387
|
315 |
+
},
|
316 |
+
"LOC": {
|
317 |
+
"p": 0.8666666667,
|
318 |
+
"r": 0.962962963,
|
319 |
+
"f": 0.9122807018
|
320 |
+
},
|
321 |
+
"MISC": {
|
322 |
+
"p": 0.75,
|
323 |
+
"r": 1.0,
|
324 |
+
"f": 0.8571428571
|
325 |
+
},
|
326 |
+
"DERIV_PER": {
|
327 |
+
"p": 0.5,
|
328 |
+
"r": 1.0,
|
329 |
+
"f": 0.6666666667
|
330 |
+
}
|
331 |
+
},
|
332 |
+
"speed": 1211.6699495749
|
333 |
+
}
|
attribute_ruler/patterns
ADDED
Binary file (123 Bytes). View file
|
|
config.cfg
ADDED
@@ -0,0 +1,280 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[paths]
|
2 |
+
train = null
|
3 |
+
dev = null
|
4 |
+
vectors = null
|
5 |
+
init_tok2vec = null
|
6 |
+
|
7 |
+
[system]
|
8 |
+
gpu_allocator = "pytorch"
|
9 |
+
seed = 1
|
10 |
+
|
11 |
+
[nlp]
|
12 |
+
lang = "sl"
|
13 |
+
pipeline = ["transformer","tagger","morphologizer","parser","lemmatizer","attribute_ruler","ner"]
|
14 |
+
disabled = []
|
15 |
+
before_creation = null
|
16 |
+
after_creation = null
|
17 |
+
after_pipeline_creation = null
|
18 |
+
batch_size = 64
|
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-transformers.TransformerListener.v1"
|
43 |
+
grad_factor = 1.0
|
44 |
+
upstream = "transformer"
|
45 |
+
pooling = {"@layers":"reduce_mean.v1"}
|
46 |
+
|
47 |
+
[components.morphologizer]
|
48 |
+
factory = "morphologizer"
|
49 |
+
extend = false
|
50 |
+
label_smoothing = 0.0
|
51 |
+
overwrite = true
|
52 |
+
scorer = {"@scorers":"spacy.morphologizer_scorer.v1"}
|
53 |
+
|
54 |
+
[components.morphologizer.model]
|
55 |
+
@architectures = "spacy.Tagger.v2"
|
56 |
+
nO = null
|
57 |
+
normalize = false
|
58 |
+
|
59 |
+
[components.morphologizer.model.tok2vec]
|
60 |
+
@architectures = "spacy-transformers.TransformerListener.v1"
|
61 |
+
grad_factor = 1.0
|
62 |
+
upstream = "transformer"
|
63 |
+
pooling = {"@layers":"reduce_mean.v1"}
|
64 |
+
|
65 |
+
[components.ner]
|
66 |
+
factory = "ner"
|
67 |
+
incorrect_spans_key = null
|
68 |
+
moves = null
|
69 |
+
scorer = {"@scorers":"spacy.ner_scorer.v1"}
|
70 |
+
update_with_oracle_cut_size = 100
|
71 |
+
|
72 |
+
[components.ner.model]
|
73 |
+
@architectures = "spacy.TransitionBasedParser.v2"
|
74 |
+
state_type = "ner"
|
75 |
+
extra_state_tokens = false
|
76 |
+
hidden_width = 64
|
77 |
+
maxout_pieces = 2
|
78 |
+
use_upper = false
|
79 |
+
nO = null
|
80 |
+
|
81 |
+
[components.ner.model.tok2vec]
|
82 |
+
@architectures = "spacy-transformers.TransformerListener.v1"
|
83 |
+
grad_factor = 1.0
|
84 |
+
upstream = "transformer"
|
85 |
+
pooling = {"@layers":"reduce_mean.v1"}
|
86 |
+
|
87 |
+
[components.parser]
|
88 |
+
factory = "parser"
|
89 |
+
learn_tokens = false
|
90 |
+
min_action_freq = 30
|
91 |
+
moves = null
|
92 |
+
scorer = {"@scorers":"spacy.parser_scorer.v1"}
|
93 |
+
update_with_oracle_cut_size = 100
|
94 |
+
|
95 |
+
[components.parser.model]
|
96 |
+
@architectures = "spacy.TransitionBasedParser.v2"
|
97 |
+
state_type = "parser"
|
98 |
+
extra_state_tokens = false
|
99 |
+
hidden_width = 64
|
100 |
+
maxout_pieces = 2
|
101 |
+
use_upper = false
|
102 |
+
nO = null
|
103 |
+
|
104 |
+
[components.parser.model.tok2vec]
|
105 |
+
@architectures = "spacy-transformers.TransformerListener.v1"
|
106 |
+
grad_factor = 1.0
|
107 |
+
upstream = "transformer"
|
108 |
+
pooling = {"@layers":"reduce_mean.v1"}
|
109 |
+
|
110 |
+
[components.tagger]
|
111 |
+
factory = "tagger"
|
112 |
+
label_smoothing = 0.0
|
113 |
+
neg_prefix = "!"
|
114 |
+
overwrite = false
|
115 |
+
scorer = {"@scorers":"spacy.tagger_scorer.v1"}
|
116 |
+
|
117 |
+
[components.tagger.model]
|
118 |
+
@architectures = "spacy.Tagger.v2"
|
119 |
+
nO = null
|
120 |
+
normalize = false
|
121 |
+
|
122 |
+
[components.tagger.model.tok2vec]
|
123 |
+
@architectures = "spacy-transformers.TransformerListener.v1"
|
124 |
+
grad_factor = 1.0
|
125 |
+
upstream = "transformer"
|
126 |
+
pooling = {"@layers":"reduce_mean.v1"}
|
127 |
+
|
128 |
+
[components.transformer]
|
129 |
+
factory = "transformer"
|
130 |
+
max_batch_items = 4096
|
131 |
+
set_extra_annotations = {"@annotation_setters":"spacy-transformers.null_annotation_setter.v1"}
|
132 |
+
|
133 |
+
[components.transformer.model]
|
134 |
+
name = "EMBEDDIA/sloberta"
|
135 |
+
@architectures = "spacy-transformers.TransformerModel.v3"
|
136 |
+
mixed_precision = false
|
137 |
+
|
138 |
+
[components.transformer.model.get_spans]
|
139 |
+
@span_getters = "spacy-transformers.strided_spans.v1"
|
140 |
+
window = 128
|
141 |
+
stride = 96
|
142 |
+
|
143 |
+
[components.transformer.model.grad_scaler_config]
|
144 |
+
|
145 |
+
[components.transformer.model.tokenizer_config]
|
146 |
+
use_fast = true
|
147 |
+
|
148 |
+
[components.transformer.model.transformer_config]
|
149 |
+
|
150 |
+
[corpora]
|
151 |
+
|
152 |
+
[corpora.dev]
|
153 |
+
@readers = "spacy.Corpus.v1"
|
154 |
+
path = ${paths.dev}
|
155 |
+
gold_preproc = false
|
156 |
+
max_length = 0
|
157 |
+
limit = 0
|
158 |
+
augmenter = null
|
159 |
+
|
160 |
+
[corpora.train]
|
161 |
+
@readers = "spacy.Corpus.v1"
|
162 |
+
path = ${paths.train}
|
163 |
+
gold_preproc = false
|
164 |
+
max_length = 0
|
165 |
+
limit = 0
|
166 |
+
augmenter = null
|
167 |
+
|
168 |
+
[training]
|
169 |
+
train_corpus = "corpora.train"
|
170 |
+
dev_corpus = "corpora.dev"
|
171 |
+
seed = ${system:seed}
|
172 |
+
gpu_allocator = ${system:gpu_allocator}
|
173 |
+
dropout = 0.1
|
174 |
+
accumulate_gradient = 3
|
175 |
+
patience = 5000
|
176 |
+
max_epochs = 0
|
177 |
+
max_steps = 20000
|
178 |
+
eval_frequency = 1000
|
179 |
+
frozen_components = []
|
180 |
+
before_to_disk = null
|
181 |
+
annotating_components = []
|
182 |
+
before_update = null
|
183 |
+
|
184 |
+
[training.batcher]
|
185 |
+
@batchers = "spacy.batch_by_padded.v1"
|
186 |
+
discard_oversize = true
|
187 |
+
get_length = null
|
188 |
+
size = 2000
|
189 |
+
buffer = 256
|
190 |
+
|
191 |
+
[training.logger]
|
192 |
+
@loggers = "spacy.ConsoleLogger.v1"
|
193 |
+
progress_bar = false
|
194 |
+
|
195 |
+
[training.optimizer]
|
196 |
+
@optimizers = "Adam.v1"
|
197 |
+
beta1 = 0.9
|
198 |
+
beta2 = 0.999
|
199 |
+
L2_is_weight_decay = true
|
200 |
+
L2 = 0.01
|
201 |
+
grad_clip = 1.0
|
202 |
+
use_averages = true
|
203 |
+
eps = 0.00000001
|
204 |
+
|
205 |
+
[training.optimizer.learn_rate]
|
206 |
+
@schedules = "warmup_linear.v1"
|
207 |
+
warmup_steps = 250
|
208 |
+
total_steps = 20000
|
209 |
+
initial_rate = 0.00005
|
210 |
+
|
211 |
+
[training.score_weights]
|
212 |
+
tag_acc = 0.1
|
213 |
+
pos_acc = 0.1
|
214 |
+
morph_acc = 0.09
|
215 |
+
morph_per_feat = null
|
216 |
+
dep_uas = 0.0
|
217 |
+
dep_las = 0.29
|
218 |
+
dep_las_per_type = null
|
219 |
+
sents_p = null
|
220 |
+
sents_r = null
|
221 |
+
sents_f = 0.04
|
222 |
+
lemma_acc = 0.1
|
223 |
+
ents_f = 0.29
|
224 |
+
ents_p = 0.0
|
225 |
+
ents_r = 0.0
|
226 |
+
ents_per_type = null
|
227 |
+
speed = 0.0
|
228 |
+
|
229 |
+
[pretraining]
|
230 |
+
|
231 |
+
[initialize]
|
232 |
+
vocab_data = null
|
233 |
+
vectors = ${paths.vectors}
|
234 |
+
init_tok2vec = ${paths.init_tok2vec}
|
235 |
+
before_init = null
|
236 |
+
after_init = null
|
237 |
+
|
238 |
+
[initialize.components]
|
239 |
+
|
240 |
+
[initialize.components.lemmatizer]
|
241 |
+
|
242 |
+
[initialize.components.lemmatizer.labels]
|
243 |
+
@readers = "spacy.read_labels.v1"
|
244 |
+
path = "corpus/labels/trainable_lemmatizer.json"
|
245 |
+
require = false
|
246 |
+
|
247 |
+
[initialize.components.morphologizer]
|
248 |
+
|
249 |
+
[initialize.components.morphologizer.labels]
|
250 |
+
@readers = "spacy.read_labels.v1"
|
251 |
+
path = "corpus/labels/morphologizer.json"
|
252 |
+
require = false
|
253 |
+
|
254 |
+
[initialize.components.ner]
|
255 |
+
|
256 |
+
[initialize.components.ner.labels]
|
257 |
+
@readers = "spacy.read_labels.v1"
|
258 |
+
path = "corpus/labels/ner.json"
|
259 |
+
require = false
|
260 |
+
|
261 |
+
[initialize.components.parser]
|
262 |
+
|
263 |
+
[initialize.components.parser.labels]
|
264 |
+
@readers = "spacy.read_labels.v1"
|
265 |
+
path = "corpus/labels/parser.json"
|
266 |
+
require = false
|
267 |
+
|
268 |
+
[initialize.components.tagger]
|
269 |
+
|
270 |
+
[initialize.components.tagger.labels]
|
271 |
+
@readers = "spacy.read_labels.v1"
|
272 |
+
path = "corpus/labels/tagger.json"
|
273 |
+
require = false
|
274 |
+
|
275 |
+
[initialize.lookups]
|
276 |
+
@misc = "spacy.LookupsDataLoader.v1"
|
277 |
+
lang = ${nlp.lang}
|
278 |
+
tables = []
|
279 |
+
|
280 |
+
[initialize.tokenizer]
|
lemmatizer/cfg
ADDED
@@ -0,0 +1,1122 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"labels":[
|
3 |
+
0,
|
4 |
+
3,
|
5 |
+
5,
|
6 |
+
6,
|
7 |
+
8,
|
8 |
+
10,
|
9 |
+
11,
|
10 |
+
15,
|
11 |
+
17,
|
12 |
+
18,
|
13 |
+
20,
|
14 |
+
22,
|
15 |
+
24,
|
16 |
+
26,
|
17 |
+
29,
|
18 |
+
31,
|
19 |
+
33,
|
20 |
+
36,
|
21 |
+
38,
|
22 |
+
40,
|
23 |
+
42,
|
24 |
+
45,
|
25 |
+
47,
|
26 |
+
49,
|
27 |
+
50,
|
28 |
+
53,
|
29 |
+
55,
|
30 |
+
57,
|
31 |
+
60,
|
32 |
+
63,
|
33 |
+
66,
|
34 |
+
67,
|
35 |
+
69,
|
36 |
+
72,
|
37 |
+
73,
|
38 |
+
75,
|
39 |
+
77,
|
40 |
+
79,
|
41 |
+
81,
|
42 |
+
83,
|
43 |
+
85,
|
44 |
+
87,
|
45 |
+
88,
|
46 |
+
89,
|
47 |
+
92,
|
48 |
+
93,
|
49 |
+
94,
|
50 |
+
96,
|
51 |
+
97,
|
52 |
+
99,
|
53 |
+
100,
|
54 |
+
103,
|
55 |
+
105,
|
56 |
+
106,
|
57 |
+
108,
|
58 |
+
110,
|
59 |
+
112,
|
60 |
+
114,
|
61 |
+
115,
|
62 |
+
118,
|
63 |
+
119,
|
64 |
+
121,
|
65 |
+
123,
|
66 |
+
124,
|
67 |
+
126,
|
68 |
+
128,
|
69 |
+
131,
|
70 |
+
135,
|
71 |
+
137,
|
72 |
+
142,
|
73 |
+
146,
|
74 |
+
148,
|
75 |
+
150,
|
76 |
+
151,
|
77 |
+
152,
|
78 |
+
154,
|
79 |
+
156,
|
80 |
+
158,
|
81 |
+
160,
|
82 |
+
161,
|
83 |
+
163,
|
84 |
+
165,
|
85 |
+
167,
|
86 |
+
170,
|
87 |
+
172,
|
88 |
+
174,
|
89 |
+
175,
|
90 |
+
177,
|
91 |
+
180,
|
92 |
+
181,
|
93 |
+
183,
|
94 |
+
185,
|
95 |
+
186,
|
96 |
+
187,
|
97 |
+
188,
|
98 |
+
191,
|
99 |
+
194,
|
100 |
+
196,
|
101 |
+
198,
|
102 |
+
202,
|
103 |
+
204,
|
104 |
+
206,
|
105 |
+
208,
|
106 |
+
210,
|
107 |
+
212,
|
108 |
+
215,
|
109 |
+
217,
|
110 |
+
222,
|
111 |
+
224,
|
112 |
+
226,
|
113 |
+
227,
|
114 |
+
230,
|
115 |
+
232,
|
116 |
+
234,
|
117 |
+
237,
|
118 |
+
238,
|
119 |
+
239,
|
120 |
+
241,
|
121 |
+
243,
|
122 |
+
244,
|
123 |
+
246,
|
124 |
+
248,
|
125 |
+
252,
|
126 |
+
253,
|
127 |
+
254,
|
128 |
+
256,
|
129 |
+
258,
|
130 |
+
259,
|
131 |
+
261,
|
132 |
+
262,
|
133 |
+
264,
|
134 |
+
265,
|
135 |
+
267,
|
136 |
+
268,
|
137 |
+
270,
|
138 |
+
272,
|
139 |
+
275,
|
140 |
+
276,
|
141 |
+
277,
|
142 |
+
279,
|
143 |
+
281,
|
144 |
+
283,
|
145 |
+
285,
|
146 |
+
289,
|
147 |
+
292,
|
148 |
+
295,
|
149 |
+
297,
|
150 |
+
301,
|
151 |
+
302,
|
152 |
+
303,
|
153 |
+
304,
|
154 |
+
306,
|
155 |
+
307,
|
156 |
+
308,
|
157 |
+
310,
|
158 |
+
311,
|
159 |
+
313,
|
160 |
+
316,
|
161 |
+
317,
|
162 |
+
319,
|
163 |
+
321,
|
164 |
+
323,
|
165 |
+
324,
|
166 |
+
326,
|
167 |
+
327,
|
168 |
+
330,
|
169 |
+
331,
|
170 |
+
333,
|
171 |
+
335,
|
172 |
+
337,
|
173 |
+
338,
|
174 |
+
340,
|
175 |
+
341,
|
176 |
+
342,
|
177 |
+
343,
|
178 |
+
345,
|
179 |
+
347,
|
180 |
+
350,
|
181 |
+
353,
|
182 |
+
355,
|
183 |
+
356,
|
184 |
+
357,
|
185 |
+
359,
|
186 |
+
361,
|
187 |
+
364,
|
188 |
+
365,
|
189 |
+
366,
|
190 |
+
368,
|
191 |
+
372,
|
192 |
+
374,
|
193 |
+
379,
|
194 |
+
380,
|
195 |
+
381,
|
196 |
+
384,
|
197 |
+
386,
|
198 |
+
389,
|
199 |
+
390,
|
200 |
+
392,
|
201 |
+
394,
|
202 |
+
396,
|
203 |
+
397,
|
204 |
+
398,
|
205 |
+
400,
|
206 |
+
401,
|
207 |
+
403,
|
208 |
+
405,
|
209 |
+
407,
|
210 |
+
408,
|
211 |
+
409,
|
212 |
+
412,
|
213 |
+
413,
|
214 |
+
414,
|
215 |
+
415,
|
216 |
+
417,
|
217 |
+
418,
|
218 |
+
421,
|
219 |
+
423,
|
220 |
+
424,
|
221 |
+
425,
|
222 |
+
427,
|
223 |
+
429,
|
224 |
+
430,
|
225 |
+
433,
|
226 |
+
434,
|
227 |
+
436,
|
228 |
+
438,
|
229 |
+
439,
|
230 |
+
441,
|
231 |
+
442,
|
232 |
+
446,
|
233 |
+
447,
|
234 |
+
448,
|
235 |
+
451,
|
236 |
+
453,
|
237 |
+
454,
|
238 |
+
457,
|
239 |
+
458,
|
240 |
+
460,
|
241 |
+
462,
|
242 |
+
463,
|
243 |
+
464,
|
244 |
+
465,
|
245 |
+
467,
|
246 |
+
469,
|
247 |
+
472,
|
248 |
+
473,
|
249 |
+
475,
|
250 |
+
476,
|
251 |
+
478,
|
252 |
+
480,
|
253 |
+
481,
|
254 |
+
483,
|
255 |
+
485,
|
256 |
+
487,
|
257 |
+
488,
|
258 |
+
489,
|
259 |
+
490,
|
260 |
+
492,
|
261 |
+
494,
|
262 |
+
497,
|
263 |
+
498,
|
264 |
+
499,
|
265 |
+
501,
|
266 |
+
502,
|
267 |
+
503,
|
268 |
+
504,
|
269 |
+
506,
|
270 |
+
508,
|
271 |
+
510,
|
272 |
+
512,
|
273 |
+
513,
|
274 |
+
514,
|
275 |
+
516,
|
276 |
+
518,
|
277 |
+
519,
|
278 |
+
520,
|
279 |
+
523,
|
280 |
+
527,
|
281 |
+
529,
|
282 |
+
532,
|
283 |
+
533,
|
284 |
+
535,
|
285 |
+
536,
|
286 |
+
537,
|
287 |
+
539,
|
288 |
+
541,
|
289 |
+
542,
|
290 |
+
543,
|
291 |
+
544,
|
292 |
+
545,
|
293 |
+
546,
|
294 |
+
548,
|
295 |
+
549,
|
296 |
+
550,
|
297 |
+
551,
|
298 |
+
552,
|
299 |
+
554,
|
300 |
+
555,
|
301 |
+
556,
|
302 |
+
558,
|
303 |
+
560,
|
304 |
+
562,
|
305 |
+
563,
|
306 |
+
565,
|
307 |
+
567,
|
308 |
+
570,
|
309 |
+
571,
|
310 |
+
573,
|
311 |
+
574,
|
312 |
+
575,
|
313 |
+
577,
|
314 |
+
579,
|
315 |
+
581,
|
316 |
+
583,
|
317 |
+
584,
|
318 |
+
585,
|
319 |
+
586,
|
320 |
+
587,
|
321 |
+
589,
|
322 |
+
590,
|
323 |
+
591,
|
324 |
+
593,
|
325 |
+
594,
|
326 |
+
595,
|
327 |
+
597,
|
328 |
+
598,
|
329 |
+
600,
|
330 |
+
601,
|
331 |
+
605,
|
332 |
+
606,
|
333 |
+
607,
|
334 |
+
609,
|
335 |
+
610,
|
336 |
+
613,
|
337 |
+
617,
|
338 |
+
619,
|
339 |
+
620,
|
340 |
+
621,
|
341 |
+
622,
|
342 |
+
624,
|
343 |
+
625,
|
344 |
+
628,
|
345 |
+
631,
|
346 |
+
633,
|
347 |
+
634,
|
348 |
+
636,
|
349 |
+
638,
|
350 |
+
639,
|
351 |
+
640,
|
352 |
+
641,
|
353 |
+
642,
|
354 |
+
643,
|
355 |
+
644,
|
356 |
+
646,
|
357 |
+
648,
|
358 |
+
650,
|
359 |
+
652,
|
360 |
+
653,
|
361 |
+
655,
|
362 |
+
657,
|
363 |
+
658,
|
364 |
+
660,
|
365 |
+
662,
|
366 |
+
664,
|
367 |
+
666,
|
368 |
+
668,
|
369 |
+
669,
|
370 |
+
671,
|
371 |
+
672,
|
372 |
+
673,
|
373 |
+
675,
|
374 |
+
678,
|
375 |
+
680,
|
376 |
+
681,
|
377 |
+
682,
|
378 |
+
685,
|
379 |
+
687,
|
380 |
+
690,
|
381 |
+
692,
|
382 |
+
693,
|
383 |
+
695,
|
384 |
+
697,
|
385 |
+
698,
|
386 |
+
700,
|
387 |
+
702,
|
388 |
+
703,
|
389 |
+
706,
|
390 |
+
709,
|
391 |
+
710,
|
392 |
+
712,
|
393 |
+
713,
|
394 |
+
715,
|
395 |
+
716,
|
396 |
+
718,
|
397 |
+
107,
|
398 |
+
720,
|
399 |
+
722,
|
400 |
+
723,
|
401 |
+
724,
|
402 |
+
726,
|
403 |
+
728,
|
404 |
+
729,
|
405 |
+
730,
|
406 |
+
731,
|
407 |
+
732,
|
408 |
+
733,
|
409 |
+
735,
|
410 |
+
736,
|
411 |
+
738,
|
412 |
+
741,
|
413 |
+
744,
|
414 |
+
747,
|
415 |
+
749,
|
416 |
+
751,
|
417 |
+
753,
|
418 |
+
755,
|
419 |
+
757,
|
420 |
+
758,
|
421 |
+
759,
|
422 |
+
760,
|
423 |
+
761,
|
424 |
+
763,
|
425 |
+
764,
|
426 |
+
766,
|
427 |
+
767,
|
428 |
+
769,
|
429 |
+
770,
|
430 |
+
771,
|
431 |
+
773,
|
432 |
+
775,
|
433 |
+
776,
|
434 |
+
777,
|
435 |
+
778,
|
436 |
+
779,
|
437 |
+
780,
|
438 |
+
781,
|
439 |
+
783,
|
440 |
+
785,
|
441 |
+
786,
|
442 |
+
787,
|
443 |
+
790,
|
444 |
+
791,
|
445 |
+
792,
|
446 |
+
794,
|
447 |
+
795,
|
448 |
+
796,
|
449 |
+
799,
|
450 |
+
800,
|
451 |
+
801,
|
452 |
+
803,
|
453 |
+
806,
|
454 |
+
808,
|
455 |
+
811,
|
456 |
+
813,
|
457 |
+
814,
|
458 |
+
815,
|
459 |
+
817,
|
460 |
+
818,
|
461 |
+
484,
|
462 |
+
820,
|
463 |
+
822,
|
464 |
+
824,
|
465 |
+
825,
|
466 |
+
827,
|
467 |
+
829,
|
468 |
+
831,
|
469 |
+
834,
|
470 |
+
836,
|
471 |
+
838,
|
472 |
+
839,
|
473 |
+
841,
|
474 |
+
843,
|
475 |
+
845,
|
476 |
+
846,
|
477 |
+
847,
|
478 |
+
848,
|
479 |
+
851,
|
480 |
+
852,
|
481 |
+
853,
|
482 |
+
855,
|
483 |
+
856,
|
484 |
+
857,
|
485 |
+
859,
|
486 |
+
860,
|
487 |
+
862,
|
488 |
+
864,
|
489 |
+
866,
|
490 |
+
868,
|
491 |
+
870,
|
492 |
+
872,
|
493 |
+
873,
|
494 |
+
874,
|
495 |
+
876,
|
496 |
+
879,
|
497 |
+
881,
|
498 |
+
884,
|
499 |
+
886,
|
500 |
+
887,
|
501 |
+
888,
|
502 |
+
892,
|
503 |
+
893,
|
504 |
+
894,
|
505 |
+
896,
|
506 |
+
898,
|
507 |
+
900,
|
508 |
+
901,
|
509 |
+
166,
|
510 |
+
903,
|
511 |
+
904,
|
512 |
+
906,
|
513 |
+
907,
|
514 |
+
908,
|
515 |
+
909,
|
516 |
+
912,
|
517 |
+
913,
|
518 |
+
918,
|
519 |
+
922,
|
520 |
+
925,
|
521 |
+
927,
|
522 |
+
930,
|
523 |
+
932,
|
524 |
+
935,
|
525 |
+
936,
|
526 |
+
937,
|
527 |
+
939,
|
528 |
+
941,
|
529 |
+
943,
|
530 |
+
945,
|
531 |
+
948,
|
532 |
+
949,
|
533 |
+
950,
|
534 |
+
952,
|
535 |
+
954,
|
536 |
+
956,
|
537 |
+
958,
|
538 |
+
961,
|
539 |
+
963,
|
540 |
+
965,
|
541 |
+
967,
|
542 |
+
968,
|
543 |
+
970,
|
544 |
+
971,
|
545 |
+
973,
|
546 |
+
974,
|
547 |
+
975,
|
548 |
+
977,
|
549 |
+
978,
|
550 |
+
980,
|
551 |
+
982,
|
552 |
+
983,
|
553 |
+
984,
|
554 |
+
985,
|
555 |
+
986,
|
556 |
+
987,
|
557 |
+
989,
|
558 |
+
990,
|
559 |
+
992,
|
560 |
+
993,
|
561 |
+
994,
|
562 |
+
995,
|
563 |
+
997,
|
564 |
+
998,
|
565 |
+
999,
|
566 |
+
1000,
|
567 |
+
1001,
|
568 |
+
1002,
|
569 |
+
1004,
|
570 |
+
1005,
|
571 |
+
1007,
|
572 |
+
1009,
|
573 |
+
1011,
|
574 |
+
1013,
|
575 |
+
1015,
|
576 |
+
1017,
|
577 |
+
1018,
|
578 |
+
1020,
|
579 |
+
1023,
|
580 |
+
1024,
|
581 |
+
1026,
|
582 |
+
1028,
|
583 |
+
1029,
|
584 |
+
1031,
|
585 |
+
1033,
|
586 |
+
1035,
|
587 |
+
1036,
|
588 |
+
1038,
|
589 |
+
1040,
|
590 |
+
1042,
|
591 |
+
1043,
|
592 |
+
1044,
|
593 |
+
1045,
|
594 |
+
48,
|
595 |
+
1046,
|
596 |
+
1047,
|
597 |
+
1048,
|
598 |
+
1049,
|
599 |
+
1050,
|
600 |
+
1051,
|
601 |
+
1052,
|
602 |
+
1053,
|
603 |
+
1054,
|
604 |
+
1055,
|
605 |
+
1056,
|
606 |
+
1057,
|
607 |
+
1058,
|
608 |
+
1059,
|
609 |
+
1060,
|
610 |
+
1061,
|
611 |
+
1062,
|
612 |
+
1063,
|
613 |
+
1064,
|
614 |
+
1065,
|
615 |
+
1066,
|
616 |
+
1067,
|
617 |
+
1068,
|
618 |
+
1069,
|
619 |
+
1070,
|
620 |
+
1071,
|
621 |
+
1072,
|
622 |
+
1073,
|
623 |
+
1074,
|
624 |
+
1075,
|
625 |
+
1076,
|
626 |
+
1077,
|
627 |
+
1078,
|
628 |
+
1079,
|
629 |
+
1080,
|
630 |
+
1081,
|
631 |
+
1082,
|
632 |
+
1083,
|
633 |
+
1084,
|
634 |
+
1085,
|
635 |
+
1086,
|
636 |
+
1087,
|
637 |
+
1088,
|
638 |
+
1089,
|
639 |
+
1090,
|
640 |
+
1091,
|
641 |
+
1092,
|
642 |
+
1093,
|
643 |
+
1094,
|
644 |
+
1095,
|
645 |
+
1096,
|
646 |
+
1097,
|
647 |
+
1098,
|
648 |
+
1099,
|
649 |
+
1100,
|
650 |
+
1101,
|
651 |
+
1102,
|
652 |
+
1103,
|
653 |
+
1104,
|
654 |
+
1105,
|
655 |
+
1106,
|
656 |
+
1107,
|
657 |
+
1108,
|
658 |
+
1109,
|
659 |
+
1110,
|
660 |
+
1111,
|
661 |
+
1112,
|
662 |
+
1113,
|
663 |
+
1114,
|
664 |
+
1115,
|
665 |
+
1116,
|
666 |
+
1117,
|
667 |
+
1118,
|
668 |
+
1119,
|
669 |
+
1120,
|
670 |
+
1121,
|
671 |
+
1123,
|
672 |
+
1124,
|
673 |
+
1127,
|
674 |
+
1129,
|
675 |
+
1131,
|
676 |
+
1133,
|
677 |
+
1135,
|
678 |
+
1137,
|
679 |
+
1139,
|
680 |
+
1140,
|
681 |
+
1141,
|
682 |
+
1143,
|
683 |
+
1145,
|
684 |
+
1146,
|
685 |
+
1147,
|
686 |
+
1148,
|
687 |
+
1150,
|
688 |
+
1152,
|
689 |
+
1153,
|
690 |
+
1156,
|
691 |
+
1158,
|
692 |
+
1159,
|
693 |
+
1160,
|
694 |
+
1162,
|
695 |
+
1164,
|
696 |
+
1167,
|
697 |
+
1168,
|
698 |
+
1169,
|
699 |
+
1171,
|
700 |
+
1172,
|
701 |
+
1174,
|
702 |
+
1176,
|
703 |
+
1178,
|
704 |
+
1179,
|
705 |
+
1180,
|
706 |
+
1181,
|
707 |
+
1183,
|
708 |
+
1184,
|
709 |
+
1186,
|
710 |
+
1187,
|
711 |
+
1188,
|
712 |
+
1190,
|
713 |
+
1191,
|
714 |
+
1193,
|
715 |
+
1194,
|
716 |
+
1195,
|
717 |
+
1197,
|
718 |
+
1198,
|
719 |
+
1202,
|
720 |
+
1203,
|
721 |
+
1205,
|
722 |
+
1206,
|
723 |
+
1209,
|
724 |
+
1210,
|
725 |
+
1212,
|
726 |
+
1215,
|
727 |
+
1217,
|
728 |
+
1218,
|
729 |
+
1220,
|
730 |
+
1221,
|
731 |
+
140,
|
732 |
+
1222,
|
733 |
+
1223,
|
734 |
+
1226,
|
735 |
+
1227,
|
736 |
+
1230,
|
737 |
+
1231,
|
738 |
+
1232,
|
739 |
+
1233,
|
740 |
+
1235,
|
741 |
+
1236,
|
742 |
+
1238,
|
743 |
+
1240,
|
744 |
+
1242,
|
745 |
+
1243,
|
746 |
+
1244,
|
747 |
+
1245,
|
748 |
+
1246,
|
749 |
+
1248,
|
750 |
+
1249,
|
751 |
+
1250,
|
752 |
+
1251,
|
753 |
+
1252,
|
754 |
+
1253,
|
755 |
+
1254,
|
756 |
+
1255,
|
757 |
+
1257,
|
758 |
+
1258,
|
759 |
+
1259,
|
760 |
+
1262,
|
761 |
+
746,
|
762 |
+
1263,
|
763 |
+
1264,
|
764 |
+
1266,
|
765 |
+
1267,
|
766 |
+
1268,
|
767 |
+
1269,
|
768 |
+
1271,
|
769 |
+
1272,
|
770 |
+
1275,
|
771 |
+
1278,
|
772 |
+
1279,
|
773 |
+
1280,
|
774 |
+
1281,
|
775 |
+
1283,
|
776 |
+
1285,
|
777 |
+
1287,
|
778 |
+
1289,
|
779 |
+
1290,
|
780 |
+
1291,
|
781 |
+
1292,
|
782 |
+
1294,
|
783 |
+
1295,
|
784 |
+
1297,
|
785 |
+
1298,
|
786 |
+
1300,
|
787 |
+
1302,
|
788 |
+
1303,
|
789 |
+
1305,
|
790 |
+
1306,
|
791 |
+
1307,
|
792 |
+
1309,
|
793 |
+
1310,
|
794 |
+
1312,
|
795 |
+
1313,
|
796 |
+
1315,
|
797 |
+
1316,
|
798 |
+
1318,
|
799 |
+
1319,
|
800 |
+
1321,
|
801 |
+
1322,
|
802 |
+
1323,
|
803 |
+
1324,
|
804 |
+
1326,
|
805 |
+
1327,
|
806 |
+
1330,
|
807 |
+
1333,
|
808 |
+
1334,
|
809 |
+
445,
|
810 |
+
1336,
|
811 |
+
1338,
|
812 |
+
1339,
|
813 |
+
1341,
|
814 |
+
1343,
|
815 |
+
1344,
|
816 |
+
1345,
|
817 |
+
1346,
|
818 |
+
1349,
|
819 |
+
1350,
|
820 |
+
1351,
|
821 |
+
1352,
|
822 |
+
1353,
|
823 |
+
1355,
|
824 |
+
1356,
|
825 |
+
1357,
|
826 |
+
1359,
|
827 |
+
1360,
|
828 |
+
1361,
|
829 |
+
1362,
|
830 |
+
1363,
|
831 |
+
1364,
|
832 |
+
1365,
|
833 |
+
1366,
|
834 |
+
1367,
|
835 |
+
1368,
|
836 |
+
1369,
|
837 |
+
1370,
|
838 |
+
1371,
|
839 |
+
1372,
|
840 |
+
1373,
|
841 |
+
1374,
|
842 |
+
1375,
|
843 |
+
1376,
|
844 |
+
1377,
|
845 |
+
1380,
|
846 |
+
1381,
|
847 |
+
1382,
|
848 |
+
1383,
|
849 |
+
1385,
|
850 |
+
1387,
|
851 |
+
1390,
|
852 |
+
1391,
|
853 |
+
1392,
|
854 |
+
1393,
|
855 |
+
1394,
|
856 |
+
1395,
|
857 |
+
1396,
|
858 |
+
1397,
|
859 |
+
1400,
|
860 |
+
1401,
|
861 |
+
1402,
|
862 |
+
1404,
|
863 |
+
1407,
|
864 |
+
1409,
|
865 |
+
1410,
|
866 |
+
1411,
|
867 |
+
1412,
|
868 |
+
1413,
|
869 |
+
1415,
|
870 |
+
1416,
|
871 |
+
1418,
|
872 |
+
1420,
|
873 |
+
1421,
|
874 |
+
1422,
|
875 |
+
1423,
|
876 |
+
1424,
|
877 |
+
1425,
|
878 |
+
1427,
|
879 |
+
1429,
|
880 |
+
1430,
|
881 |
+
1431,
|
882 |
+
1432,
|
883 |
+
1433,
|
884 |
+
1435,
|
885 |
+
1437,
|
886 |
+
1438,
|
887 |
+
1439,
|
888 |
+
1442,
|
889 |
+
1444,
|
890 |
+
1445,
|
891 |
+
1446,
|
892 |
+
1447,
|
893 |
+
1449,
|
894 |
+
1450,
|
895 |
+
1452,
|
896 |
+
1453,
|
897 |
+
1455,
|
898 |
+
1457,
|
899 |
+
1459,
|
900 |
+
1461,
|
901 |
+
1462,
|
902 |
+
1463,
|
903 |
+
1465,
|
904 |
+
1467,
|
905 |
+
1468,
|
906 |
+
1470,
|
907 |
+
1472,
|
908 |
+
1473,
|
909 |
+
1475,
|
910 |
+
1477,
|
911 |
+
1479,
|
912 |
+
1481,
|
913 |
+
1482,
|
914 |
+
1483,
|
915 |
+
1486,
|
916 |
+
1487,
|
917 |
+
1488,
|
918 |
+
1489,
|
919 |
+
1490,
|
920 |
+
1491,
|
921 |
+
1492,
|
922 |
+
1493,
|
923 |
+
1494,
|
924 |
+
1496,
|
925 |
+
1497,
|
926 |
+
1498,
|
927 |
+
1499,
|
928 |
+
1501,
|
929 |
+
1502,
|
930 |
+
1504,
|
931 |
+
1505,
|
932 |
+
1508,
|
933 |
+
1509,
|
934 |
+
1510,
|
935 |
+
1511,
|
936 |
+
1513,
|
937 |
+
1515,
|
938 |
+
1516,
|
939 |
+
1517,
|
940 |
+
1519,
|
941 |
+
1520,
|
942 |
+
1522,
|
943 |
+
1523,
|
944 |
+
1524,
|
945 |
+
1528,
|
946 |
+
1529,
|
947 |
+
1531,
|
948 |
+
1534,
|
949 |
+
1535,
|
950 |
+
1537,
|
951 |
+
1538,
|
952 |
+
1540,
|
953 |
+
1541,
|
954 |
+
1543,
|
955 |
+
1544,
|
956 |
+
1545,
|
957 |
+
1547,
|
958 |
+
1548,
|
959 |
+
1549,
|
960 |
+
1550,
|
961 |
+
1551,
|
962 |
+
1552,
|
963 |
+
1553,
|
964 |
+
1554,
|
965 |
+
1555,
|
966 |
+
1556,
|
967 |
+
1557,
|
968 |
+
1558,
|
969 |
+
1559,
|
970 |
+
1560,
|
971 |
+
1561,
|
972 |
+
1562,
|
973 |
+
1563,
|
974 |
+
1564,
|
975 |
+
1565,
|
976 |
+
1566,
|
977 |
+
1567,
|
978 |
+
1568,
|
979 |
+
1569,
|
980 |
+
1570,
|
981 |
+
1571,
|
982 |
+
1572,
|
983 |
+
1573,
|
984 |
+
1574,
|
985 |
+
1575,
|
986 |
+
1576,
|
987 |
+
1577,
|
988 |
+
1578,
|
989 |
+
1579,
|
990 |
+
1580,
|
991 |
+
1581,
|
992 |
+
1582,
|
993 |
+
1583,
|
994 |
+
1584,
|
995 |
+
1585,
|
996 |
+
1586,
|
997 |
+
1587,
|
998 |
+
1588,
|
999 |
+
1589,
|
1000 |
+
1590,
|
1001 |
+
1591,
|
1002 |
+
1592,
|
1003 |
+
1593,
|
1004 |
+
1594,
|
1005 |
+
1595,
|
1006 |
+
1596,
|
1007 |
+
1597,
|
1008 |
+
1598,
|
1009 |
+
1599,
|
1010 |
+
1601,
|
1011 |
+
1602,
|
1012 |
+
1603,
|
1013 |
+
1604,
|
1014 |
+
1605,
|
1015 |
+
1606,
|
1016 |
+
1607,
|
1017 |
+
1608,
|
1018 |
+
1609,
|
1019 |
+
1610,
|
1020 |
+
1611,
|
1021 |
+
1612,
|
1022 |
+
1613,
|
1023 |
+
1614,
|
1024 |
+
1616,
|
1025 |
+
1617,
|
1026 |
+
1618,
|
1027 |
+
1619,
|
1028 |
+
1620,
|
1029 |
+
1622,
|
1030 |
+
1625,
|
1031 |
+
1626,
|
1032 |
+
1627,
|
1033 |
+
1628,
|
1034 |
+
1629,
|
1035 |
+
1631,
|
1036 |
+
1632,
|
1037 |
+
1633,
|
1038 |
+
1634,
|
1039 |
+
1636,
|
1040 |
+
1637,
|
1041 |
+
1638,
|
1042 |
+
1640,
|
1043 |
+
1641,
|
1044 |
+
1642,
|
1045 |
+
1643,
|
1046 |
+
1645,
|
1047 |
+
1646,
|
1048 |
+
1647,
|
1049 |
+
1650,
|
1050 |
+
1652,
|
1051 |
+
1653,
|
1052 |
+
1655,
|
1053 |
+
1656,
|
1054 |
+
1657,
|
1055 |
+
1658,
|
1056 |
+
1659,
|
1057 |
+
1660,
|
1058 |
+
1662,
|
1059 |
+
1665,
|
1060 |
+
1666,
|
1061 |
+
1667,
|
1062 |
+
1668,
|
1063 |
+
1669,
|
1064 |
+
1670,
|
1065 |
+
1671,
|
1066 |
+
1672,
|
1067 |
+
1674,
|
1068 |
+
1675,
|
1069 |
+
1676,
|
1070 |
+
1677,
|
1071 |
+
1678,
|
1072 |
+
1679,
|
1073 |
+
1681,
|
1074 |
+
1682,
|
1075 |
+
1683,
|
1076 |
+
1685,
|
1077 |
+
1686,
|
1078 |
+
1687,
|
1079 |
+
1689,
|
1080 |
+
1690,
|
1081 |
+
1692,
|
1082 |
+
1694,
|
1083 |
+
1695,
|
1084 |
+
1696,
|
1085 |
+
1697,
|
1086 |
+
1699,
|
1087 |
+
1702,
|
1088 |
+
1703,
|
1089 |
+
1704,
|
1090 |
+
1705,
|
1091 |
+
1707,
|
1092 |
+
1708,
|
1093 |
+
1709,
|
1094 |
+
1710,
|
1095 |
+
1711,
|
1096 |
+
1712,
|
1097 |
+
1713,
|
1098 |
+
1716,
|
1099 |
+
1717,
|
1100 |
+
1718,
|
1101 |
+
1720,
|
1102 |
+
1722,
|
1103 |
+
1724,
|
1104 |
+
1726,
|
1105 |
+
1728,
|
1106 |
+
1732,
|
1107 |
+
1733,
|
1108 |
+
1735,
|
1109 |
+
1737,
|
1110 |
+
1739,
|
1111 |
+
1741,
|
1112 |
+
1742,
|
1113 |
+
1743,
|
1114 |
+
1745,
|
1115 |
+
1747,
|
1116 |
+
1749,
|
1117 |
+
1751,
|
1118 |
+
1752,
|
1119 |
+
1753,
|
1120 |
+
1754
|
1121 |
+
]
|
1122 |
+
}
|
lemmatizer/model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e1127147ab65ad6929e0f4685f452de94c481da040eb40213d48f37da216d810
|
3 |
+
size 3439621
|
lemmatizer/trees
ADDED
Binary file (197 kB). View file
|
|
meta.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
morphologizer/cfg
ADDED
The diff for this file is too large to render.
See raw diff
|
|
morphologizer/model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f127e8db060afb095771948c1f1169cdd75ad5cc151cbe45eef8108fee2d6c64
|
3 |
+
size 3685701
|
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
Binary file (232 kB). View file
|
|
ner/moves
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
��moves�${"0":{},"1":{"PER":4217,"ORG":2574,"LOC":2394,"MISC":1677,"DERIV_PER":164},"2":{"PER":4217,"ORG":2574,"LOC":2394,"MISC":1677,"DERIV_PER":164},"3":{"PER":4217,"ORG":2574,"LOC":2394,"MISC":1677,"DERIV_PER":164},"4":{"PER":4217,"ORG":2574,"LOC":2394,"MISC":1677,"DERIV_PER":164,"":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 (469 kB). View file
|
|
parser/moves
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
��moves�u{"0":{"":110598},"1":{"":70258},"2":{"case":17414,"punct":14994,"amod":14826,"advmod":12350,"aux":8029,"cc":6482,"nsubj":6410,"mark":5808,"obl":5352,"det":4208,"cop":3170,"obj":3146,"expl":2271,"nummod":1998,"nmod":659,"advcl":651,"iobj":540,"orphan":407,"parataxis":313,"obl||xcomp":226,"obj||xcomp":188,"expl||xcomp":151,"discourse":114,"advmod||xcomp":109,"dep":107,"obj||csubj":98,"cc:preconj":93,"obl||csubj":73,"xcomp":62,"advcl||xcomp":47,"csubj":44,"iobj||xcomp":36,"advmod||csubj":34},"3":{"punct":13853,"nmod":13100,"conj":8259,"obl":6551,"obj":5219,"acl":2938,"parataxis":2817,"nsubj":2597,"advmod":2577,"ccomp":1413,"xcomp":1362,"appos":1315,"flat:name":1268,"advcl":1023,"fixed":851,"nummod":844,"aux":635,"csubj":623,"list":579,"flat:foreign":422,"cop":346,"amod":342,"orphan":323,"expl":226,"iobj":221,"flat":149,"dep":60,"vocative":33,"discourse":31},"4":{"ROOT":9285}}�cfg��neg_key�
|
sl_core_news_trf-any-py3-none-any.whl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8094b2c2b4d2024a05f1795e2a63606e8bb221b4c7bb6e44ee45745553beb622
|
3 |
+
size 419759778
|
tagger/cfg
ADDED
@@ -0,0 +1,1131 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"label_smoothing":0.0,
|
3 |
+
"labels":[
|
4 |
+
"Agcfdn",
|
5 |
+
"Agcfpa",
|
6 |
+
"Agcfpd",
|
7 |
+
"Agcfpg",
|
8 |
+
"Agcfpi",
|
9 |
+
"Agcfpl",
|
10 |
+
"Agcfpn",
|
11 |
+
"Agcfsa",
|
12 |
+
"Agcfsd",
|
13 |
+
"Agcfsg",
|
14 |
+
"Agcfsi",
|
15 |
+
"Agcfsl",
|
16 |
+
"Agcfsn",
|
17 |
+
"Agcmdn",
|
18 |
+
"Agcmpa",
|
19 |
+
"Agcmpd",
|
20 |
+
"Agcmpg",
|
21 |
+
"Agcmpi",
|
22 |
+
"Agcmpl",
|
23 |
+
"Agcmpn",
|
24 |
+
"Agcmsay",
|
25 |
+
"Agcmsd",
|
26 |
+
"Agcmsg",
|
27 |
+
"Agcmsi",
|
28 |
+
"Agcmsl",
|
29 |
+
"Agcmsny",
|
30 |
+
"Agcnpa",
|
31 |
+
"Agcnpd",
|
32 |
+
"Agcnpg",
|
33 |
+
"Agcnpi",
|
34 |
+
"Agcnpl",
|
35 |
+
"Agcnpn",
|
36 |
+
"Agcnsa",
|
37 |
+
"Agcnsd",
|
38 |
+
"Agcnsg",
|
39 |
+
"Agcnsi",
|
40 |
+
"Agcnsl",
|
41 |
+
"Agcnsn",
|
42 |
+
"Agpfda",
|
43 |
+
"Agpfdg",
|
44 |
+
"Agpfdi",
|
45 |
+
"Agpfdl",
|
46 |
+
"Agpfdn",
|
47 |
+
"Agpfpa",
|
48 |
+
"Agpfpd",
|
49 |
+
"Agpfpg",
|
50 |
+
"Agpfpi",
|
51 |
+
"Agpfpl",
|
52 |
+
"Agpfpn",
|
53 |
+
"Agpfsa",
|
54 |
+
"Agpfsd",
|
55 |
+
"Agpfsg",
|
56 |
+
"Agpfsi",
|
57 |
+
"Agpfsl",
|
58 |
+
"Agpfsn",
|
59 |
+
"Agpmda",
|
60 |
+
"Agpmdg",
|
61 |
+
"Agpmdi",
|
62 |
+
"Agpmdl",
|
63 |
+
"Agpmdn",
|
64 |
+
"Agpmpa",
|
65 |
+
"Agpmpd",
|
66 |
+
"Agpmpg",
|
67 |
+
"Agpmpi",
|
68 |
+
"Agpmpl",
|
69 |
+
"Agpmpn",
|
70 |
+
"Agpmsa",
|
71 |
+
"Agpmsan",
|
72 |
+
"Agpmsay",
|
73 |
+
"Agpmsd",
|
74 |
+
"Agpmsg",
|
75 |
+
"Agpmsi",
|
76 |
+
"Agpmsl",
|
77 |
+
"Agpmsnn",
|
78 |
+
"Agpmsny",
|
79 |
+
"Agpnda",
|
80 |
+
"Agpndg",
|
81 |
+
"Agpndi",
|
82 |
+
"Agpndn",
|
83 |
+
"Agpnpa",
|
84 |
+
"Agpnpd",
|
85 |
+
"Agpnpg",
|
86 |
+
"Agpnpi",
|
87 |
+
"Agpnpl",
|
88 |
+
"Agpnpn",
|
89 |
+
"Agpnsa",
|
90 |
+
"Agpnsd",
|
91 |
+
"Agpnsg",
|
92 |
+
"Agpnsi",
|
93 |
+
"Agpnsl",
|
94 |
+
"Agpnsn",
|
95 |
+
"Agsfda",
|
96 |
+
"Agsfpa",
|
97 |
+
"Agsfpg",
|
98 |
+
"Agsfpi",
|
99 |
+
"Agsfpl",
|
100 |
+
"Agsfpn",
|
101 |
+
"Agsfsa",
|
102 |
+
"Agsfsd",
|
103 |
+
"Agsfsg",
|
104 |
+
"Agsfsi",
|
105 |
+
"Agsfsl",
|
106 |
+
"Agsfsn",
|
107 |
+
"Agsmdn",
|
108 |
+
"Agsmpa",
|
109 |
+
"Agsmpd",
|
110 |
+
"Agsmpg",
|
111 |
+
"Agsmpi",
|
112 |
+
"Agsmpl",
|
113 |
+
"Agsmpn",
|
114 |
+
"Agsmsa",
|
115 |
+
"Agsmsay",
|
116 |
+
"Agsmsg",
|
117 |
+
"Agsmsi",
|
118 |
+
"Agsmsl",
|
119 |
+
"Agsmsny",
|
120 |
+
"Agsnpa",
|
121 |
+
"Agsnpg",
|
122 |
+
"Agsnpn",
|
123 |
+
"Agsnsa",
|
124 |
+
"Agsnsi",
|
125 |
+
"Agsnsl",
|
126 |
+
"Agsnsn",
|
127 |
+
"Appfda",
|
128 |
+
"Appfdg",
|
129 |
+
"Appfdi",
|
130 |
+
"Appfdn",
|
131 |
+
"Appfpa",
|
132 |
+
"Appfpd",
|
133 |
+
"Appfpg",
|
134 |
+
"Appfpi",
|
135 |
+
"Appfpl",
|
136 |
+
"Appfpn",
|
137 |
+
"Appfsa",
|
138 |
+
"Appfsd",
|
139 |
+
"Appfsg",
|
140 |
+
"Appfsi",
|
141 |
+
"Appfsl",
|
142 |
+
"Appfsn",
|
143 |
+
"Appmda",
|
144 |
+
"Appmdg",
|
145 |
+
"Appmdl",
|
146 |
+
"Appmdn",
|
147 |
+
"Appmpa",
|
148 |
+
"Appmpd",
|
149 |
+
"Appmpg",
|
150 |
+
"Appmpi",
|
151 |
+
"Appmpl",
|
152 |
+
"Appmpn",
|
153 |
+
"Appmsa",
|
154 |
+
"Appmsan",
|
155 |
+
"Appmsay",
|
156 |
+
"Appmsd",
|
157 |
+
"Appmsg",
|
158 |
+
"Appmsi",
|
159 |
+
"Appmsl",
|
160 |
+
"Appmsnn",
|
161 |
+
"Appmsny",
|
162 |
+
"Appndg",
|
163 |
+
"Appndn",
|
164 |
+
"Appnpa",
|
165 |
+
"Appnpg",
|
166 |
+
"Appnpi",
|
167 |
+
"Appnpl",
|
168 |
+
"Appnpn",
|
169 |
+
"Appnsa",
|
170 |
+
"Appnsd",
|
171 |
+
"Appnsg",
|
172 |
+
"Appnsi",
|
173 |
+
"Appnsl",
|
174 |
+
"Appnsn",
|
175 |
+
"Aspfdn",
|
176 |
+
"Aspfpa",
|
177 |
+
"Aspfpg",
|
178 |
+
"Aspfpl",
|
179 |
+
"Aspfpn",
|
180 |
+
"Aspfsa",
|
181 |
+
"Aspfsd",
|
182 |
+
"Aspfsg",
|
183 |
+
"Aspfsi",
|
184 |
+
"Aspfsl",
|
185 |
+
"Aspfsn",
|
186 |
+
"Aspmdl",
|
187 |
+
"Aspmdn",
|
188 |
+
"Aspmpa",
|
189 |
+
"Aspmpd",
|
190 |
+
"Aspmpg",
|
191 |
+
"Aspmpl",
|
192 |
+
"Aspmpn",
|
193 |
+
"Aspmsa",
|
194 |
+
"Aspmsan",
|
195 |
+
"Aspmsd",
|
196 |
+
"Aspmsg",
|
197 |
+
"Aspmsi",
|
198 |
+
"Aspmsl",
|
199 |
+
"Aspmsnn",
|
200 |
+
"Aspnpa",
|
201 |
+
"Aspnpg",
|
202 |
+
"Aspnpi",
|
203 |
+
"Aspnpl",
|
204 |
+
"Aspnpn",
|
205 |
+
"Aspnsa",
|
206 |
+
"Aspnsg",
|
207 |
+
"Aspnsi",
|
208 |
+
"Aspnsl",
|
209 |
+
"Aspnsn",
|
210 |
+
"Cc",
|
211 |
+
"Cs",
|
212 |
+
"I",
|
213 |
+
"Mdc",
|
214 |
+
"Mdo",
|
215 |
+
"Mlc-pa",
|
216 |
+
"Mlc-pd",
|
217 |
+
"Mlc-pg",
|
218 |
+
"Mlc-pi",
|
219 |
+
"Mlc-pl",
|
220 |
+
"Mlc-pn",
|
221 |
+
"Mlcfda",
|
222 |
+
"Mlcfdg",
|
223 |
+
"Mlcfdi",
|
224 |
+
"Mlcfdl",
|
225 |
+
"Mlcfdn",
|
226 |
+
"Mlcfpa",
|
227 |
+
"Mlcfpd",
|
228 |
+
"Mlcfpg",
|
229 |
+
"Mlcfpi",
|
230 |
+
"Mlcfpl",
|
231 |
+
"Mlcfpn",
|
232 |
+
"Mlcmda",
|
233 |
+
"Mlcmdg",
|
234 |
+
"Mlcmdi",
|
235 |
+
"Mlcmdl",
|
236 |
+
"Mlcmdn",
|
237 |
+
"Mlcmpa",
|
238 |
+
"Mlcmpd",
|
239 |
+
"Mlcmpg",
|
240 |
+
"Mlcmpi",
|
241 |
+
"Mlcmpl",
|
242 |
+
"Mlcmpn",
|
243 |
+
"Mlcnda",
|
244 |
+
"Mlcndg",
|
245 |
+
"Mlcndi",
|
246 |
+
"Mlcndl",
|
247 |
+
"Mlcndn",
|
248 |
+
"Mlcnpa",
|
249 |
+
"Mlcnpg",
|
250 |
+
"Mlcnpi",
|
251 |
+
"Mlcnpl",
|
252 |
+
"Mlcnpn",
|
253 |
+
"Mlofpa",
|
254 |
+
"Mlofpd",
|
255 |
+
"Mlofpg",
|
256 |
+
"Mlofpi",
|
257 |
+
"Mlofpl",
|
258 |
+
"Mlofpn",
|
259 |
+
"Mlofsa",
|
260 |
+
"Mlofsd",
|
261 |
+
"Mlofsg",
|
262 |
+
"Mlofsi",
|
263 |
+
"Mlofsl",
|
264 |
+
"Mlofsn",
|
265 |
+
"Mlompa",
|
266 |
+
"Mlompg",
|
267 |
+
"Mlompi",
|
268 |
+
"Mlompl",
|
269 |
+
"Mlompn",
|
270 |
+
"Mlomsa",
|
271 |
+
"Mlomsd",
|
272 |
+
"Mlomsg",
|
273 |
+
"Mlomsi",
|
274 |
+
"Mlomsl",
|
275 |
+
"Mlomsn",
|
276 |
+
"Mlonda",
|
277 |
+
"Mlonpg",
|
278 |
+
"Mlonpl",
|
279 |
+
"Mlonpn",
|
280 |
+
"Mlonsa",
|
281 |
+
"Mlonsg",
|
282 |
+
"Mlonsi",
|
283 |
+
"Mlonsl",
|
284 |
+
"Mlonsn",
|
285 |
+
"Mlpfdl",
|
286 |
+
"Mlpfpa",
|
287 |
+
"Mlpfpg",
|
288 |
+
"Mlpfpi",
|
289 |
+
"Mlpfpl",
|
290 |
+
"Mlpfpn",
|
291 |
+
"Mlpfsa",
|
292 |
+
"Mlpfsd",
|
293 |
+
"Mlpfsg",
|
294 |
+
"Mlpfsi",
|
295 |
+
"Mlpfsl",
|
296 |
+
"Mlpfsn",
|
297 |
+
"Mlpmdl",
|
298 |
+
"Mlpmpa",
|
299 |
+
"Mlpmpd",
|
300 |
+
"Mlpmpg",
|
301 |
+
"Mlpmpi",
|
302 |
+
"Mlpmpl",
|
303 |
+
"Mlpmpn",
|
304 |
+
"Mlpmsa",
|
305 |
+
"Mlpmsan",
|
306 |
+
"Mlpmsay",
|
307 |
+
"Mlpmsd",
|
308 |
+
"Mlpmsg",
|
309 |
+
"Mlpmsi",
|
310 |
+
"Mlpmsl",
|
311 |
+
"Mlpmsn",
|
312 |
+
"Mlpmsnn",
|
313 |
+
"Mlpmsny",
|
314 |
+
"Mlpnpa",
|
315 |
+
"Mlpnpg",
|
316 |
+
"Mlpnpi",
|
317 |
+
"Mlpnpl",
|
318 |
+
"Mlpnpn",
|
319 |
+
"Mlpnsa",
|
320 |
+
"Mlpnsg",
|
321 |
+
"Mlpnsi",
|
322 |
+
"Mlpnsl",
|
323 |
+
"Mlpnsn",
|
324 |
+
"Mlsfpa",
|
325 |
+
"Mlsfsg",
|
326 |
+
"Mlsfsi",
|
327 |
+
"Mlsfsn",
|
328 |
+
"Mlsmpi",
|
329 |
+
"Mlsmsg",
|
330 |
+
"Mlsmsi",
|
331 |
+
"Mlsnsa",
|
332 |
+
"Mlsnsi",
|
333 |
+
"Mlsnsn",
|
334 |
+
"Mrc",
|
335 |
+
"Mro",
|
336 |
+
"Ncfda",
|
337 |
+
"Ncfdd",
|
338 |
+
"Ncfdg",
|
339 |
+
"Ncfdi",
|
340 |
+
"Ncfdl",
|
341 |
+
"Ncfdn",
|
342 |
+
"Ncfpa",
|
343 |
+
"Ncfpd",
|
344 |
+
"Ncfpg",
|
345 |
+
"Ncfpi",
|
346 |
+
"Ncfpl",
|
347 |
+
"Ncfpn",
|
348 |
+
"Ncfsa",
|
349 |
+
"Ncfsd",
|
350 |
+
"Ncfsg",
|
351 |
+
"Ncfsi",
|
352 |
+
"Ncfsl",
|
353 |
+
"Ncfsn",
|
354 |
+
"Ncmda",
|
355 |
+
"Ncmdd",
|
356 |
+
"Ncmdg",
|
357 |
+
"Ncmdi",
|
358 |
+
"Ncmdl",
|
359 |
+
"Ncmdn",
|
360 |
+
"Ncmpa",
|
361 |
+
"Ncmpd",
|
362 |
+
"Ncmpg",
|
363 |
+
"Ncmpi",
|
364 |
+
"Ncmpl",
|
365 |
+
"Ncmpn",
|
366 |
+
"Ncmsan",
|
367 |
+
"Ncmsay",
|
368 |
+
"Ncmsd",
|
369 |
+
"Ncmsg",
|
370 |
+
"Ncmsi",
|
371 |
+
"Ncmsl",
|
372 |
+
"Ncmsn",
|
373 |
+
"Ncnda",
|
374 |
+
"Ncndd",
|
375 |
+
"Ncndg",
|
376 |
+
"Ncndi",
|
377 |
+
"Ncndl",
|
378 |
+
"Ncndn",
|
379 |
+
"Ncnpa",
|
380 |
+
"Ncnpd",
|
381 |
+
"Ncnpg",
|
382 |
+
"Ncnpi",
|
383 |
+
"Ncnpl",
|
384 |
+
"Ncnpn",
|
385 |
+
"Ncnsa",
|
386 |
+
"Ncnsd",
|
387 |
+
"Ncnsg",
|
388 |
+
"Ncnsi",
|
389 |
+
"Ncnsl",
|
390 |
+
"Ncnsn",
|
391 |
+
"Npfpa",
|
392 |
+
"Npfpd",
|
393 |
+
"Npfpg",
|
394 |
+
"Npfpi",
|
395 |
+
"Npfpl",
|
396 |
+
"Npfpn",
|
397 |
+
"Npfsa",
|
398 |
+
"Npfsd",
|
399 |
+
"Npfsg",
|
400 |
+
"Npfsi",
|
401 |
+
"Npfsl",
|
402 |
+
"Npfsn",
|
403 |
+
"Npmda",
|
404 |
+
"Npmdg",
|
405 |
+
"Npmdn",
|
406 |
+
"Npmpa",
|
407 |
+
"Npmpd",
|
408 |
+
"Npmpg",
|
409 |
+
"Npmpi",
|
410 |
+
"Npmpl",
|
411 |
+
"Npmpn",
|
412 |
+
"Npmsan",
|
413 |
+
"Npmsay",
|
414 |
+
"Npmsd",
|
415 |
+
"Npmsg",
|
416 |
+
"Npmsi",
|
417 |
+
"Npmsl",
|
418 |
+
"Npmsn",
|
419 |
+
"Npnpn",
|
420 |
+
"Npnsa",
|
421 |
+
"Npnsg",
|
422 |
+
"Npnsi",
|
423 |
+
"Npnsl",
|
424 |
+
"Npnsn",
|
425 |
+
"Pd-fda",
|
426 |
+
"Pd-fpa",
|
427 |
+
"Pd-fpd",
|
428 |
+
"Pd-fpg",
|
429 |
+
"Pd-fpi",
|
430 |
+
"Pd-fpl",
|
431 |
+
"Pd-fpn",
|
432 |
+
"Pd-fsa",
|
433 |
+
"Pd-fsd",
|
434 |
+
"Pd-fsg",
|
435 |
+
"Pd-fsi",
|
436 |
+
"Pd-fsl",
|
437 |
+
"Pd-fsn",
|
438 |
+
"Pd-mda",
|
439 |
+
"Pd-mdg",
|
440 |
+
"Pd-mdl",
|
441 |
+
"Pd-mdn",
|
442 |
+
"Pd-mpa",
|
443 |
+
"Pd-mpd",
|
444 |
+
"Pd-mpg",
|
445 |
+
"Pd-mpi",
|
446 |
+
"Pd-mpl",
|
447 |
+
"Pd-mpn",
|
448 |
+
"Pd-msa",
|
449 |
+
"Pd-msd",
|
450 |
+
"Pd-msg",
|
451 |
+
"Pd-msi",
|
452 |
+
"Pd-msl",
|
453 |
+
"Pd-msn",
|
454 |
+
"Pd-npa",
|
455 |
+
"Pd-npd",
|
456 |
+
"Pd-npg",
|
457 |
+
"Pd-npl",
|
458 |
+
"Pd-npn",
|
459 |
+
"Pd-nsa",
|
460 |
+
"Pd-nsd",
|
461 |
+
"Pd-nsg",
|
462 |
+
"Pd-nsi",
|
463 |
+
"Pd-nsl",
|
464 |
+
"Pd-nsn",
|
465 |
+
"Pg-fda",
|
466 |
+
"Pg-fdg",
|
467 |
+
"Pg-fdi",
|
468 |
+
"Pg-fdl",
|
469 |
+
"Pg-fdn",
|
470 |
+
"Pg-fpa",
|
471 |
+
"Pg-fpd",
|
472 |
+
"Pg-fpg",
|
473 |
+
"Pg-fpi",
|
474 |
+
"Pg-fpl",
|
475 |
+
"Pg-fpn",
|
476 |
+
"Pg-fsa",
|
477 |
+
"Pg-fsd",
|
478 |
+
"Pg-fsg",
|
479 |
+
"Pg-fsi",
|
480 |
+
"Pg-fsl",
|
481 |
+
"Pg-fsn",
|
482 |
+
"Pg-mda",
|
483 |
+
"Pg-mdd",
|
484 |
+
"Pg-mdg",
|
485 |
+
"Pg-mdi",
|
486 |
+
"Pg-mdl",
|
487 |
+
"Pg-mdn",
|
488 |
+
"Pg-mpa",
|
489 |
+
"Pg-mpd",
|
490 |
+
"Pg-mpg",
|
491 |
+
"Pg-mpi",
|
492 |
+
"Pg-mpl",
|
493 |
+
"Pg-mpn",
|
494 |
+
"Pg-msa",
|
495 |
+
"Pg-msd",
|
496 |
+
"Pg-msg",
|
497 |
+
"Pg-msi",
|
498 |
+
"Pg-msl",
|
499 |
+
"Pg-msn",
|
500 |
+
"Pg-nda",
|
501 |
+
"Pg-ndd",
|
502 |
+
"Pg-ndn",
|
503 |
+
"Pg-npa",
|
504 |
+
"Pg-npd",
|
505 |
+
"Pg-npg",
|
506 |
+
"Pg-npi",
|
507 |
+
"Pg-npl",
|
508 |
+
"Pg-npn",
|
509 |
+
"Pg-nsa",
|
510 |
+
"Pg-nsd",
|
511 |
+
"Pg-nsg",
|
512 |
+
"Pg-nsi",
|
513 |
+
"Pg-nsl",
|
514 |
+
"Pg-nsn",
|
515 |
+
"Pi-fdn",
|
516 |
+
"Pi-fpa",
|
517 |
+
"Pi-fpd",
|
518 |
+
"Pi-fpg",
|
519 |
+
"Pi-fpi",
|
520 |
+
"Pi-fpl",
|
521 |
+
"Pi-fpn",
|
522 |
+
"Pi-fsa",
|
523 |
+
"Pi-fsd",
|
524 |
+
"Pi-fsg",
|
525 |
+
"Pi-fsi",
|
526 |
+
"Pi-fsl",
|
527 |
+
"Pi-fsn",
|
528 |
+
"Pi-mpa",
|
529 |
+
"Pi-mpd",
|
530 |
+
"Pi-mpg",
|
531 |
+
"Pi-mpi",
|
532 |
+
"Pi-mpl",
|
533 |
+
"Pi-mpn",
|
534 |
+
"Pi-msa",
|
535 |
+
"Pi-msd",
|
536 |
+
"Pi-msg",
|
537 |
+
"Pi-msi",
|
538 |
+
"Pi-msl",
|
539 |
+
"Pi-msn",
|
540 |
+
"Pi-npa",
|
541 |
+
"Pi-npg",
|
542 |
+
"Pi-npi",
|
543 |
+
"Pi-npl",
|
544 |
+
"Pi-npn",
|
545 |
+
"Pi-nsa",
|
546 |
+
"Pi-nsg",
|
547 |
+
"Pi-nsi",
|
548 |
+
"Pi-nsl",
|
549 |
+
"Pi-nsn",
|
550 |
+
"Pp1-da",
|
551 |
+
"Pp1-dd",
|
552 |
+
"Pp1-dg",
|
553 |
+
"Pp1-di",
|
554 |
+
"Pp1-pa",
|
555 |
+
"Pp1-pd",
|
556 |
+
"Pp1-pg",
|
557 |
+
"Pp1-pi",
|
558 |
+
"Pp1-pl",
|
559 |
+
"Pp1-sa",
|
560 |
+
"Pp1-sa--b",
|
561 |
+
"Pp1-sa--y",
|
562 |
+
"Pp1-sd",
|
563 |
+
"Pp1-sd--y",
|
564 |
+
"Pp1-sg",
|
565 |
+
"Pp1-sg--y",
|
566 |
+
"Pp1-si",
|
567 |
+
"Pp1-sl",
|
568 |
+
"Pp1-sn",
|
569 |
+
"Pp1fpn",
|
570 |
+
"Pp1mdn",
|
571 |
+
"Pp1mpn",
|
572 |
+
"Pp2-da",
|
573 |
+
"Pp2-dd",
|
574 |
+
"Pp2-di",
|
575 |
+
"Pp2-pa",
|
576 |
+
"Pp2-pd",
|
577 |
+
"Pp2-pg",
|
578 |
+
"Pp2-pi",
|
579 |
+
"Pp2-pl",
|
580 |
+
"Pp2-sa",
|
581 |
+
"Pp2-sa--b",
|
582 |
+
"Pp2-sa--y",
|
583 |
+
"Pp2-sd",
|
584 |
+
"Pp2-sd--y",
|
585 |
+
"Pp2-sg",
|
586 |
+
"Pp2-sg--y",
|
587 |
+
"Pp2-si",
|
588 |
+
"Pp2-sn",
|
589 |
+
"Pp2fdn",
|
590 |
+
"Pp2mpn",
|
591 |
+
"Pp3fda",
|
592 |
+
"Pp3fda--b",
|
593 |
+
"Pp3fda--y",
|
594 |
+
"Pp3fdd--y",
|
595 |
+
"Pp3fdg--y",
|
596 |
+
"Pp3fdi",
|
597 |
+
"Pp3fdl",
|
598 |
+
"Pp3fpa--b",
|
599 |
+
"Pp3fpa--y",
|
600 |
+
"Pp3fpd",
|
601 |
+
"Pp3fpd--y",
|
602 |
+
"Pp3fpg",
|
603 |
+
"Pp3fpg--y",
|
604 |
+
"Pp3fpi",
|
605 |
+
"Pp3fpl",
|
606 |
+
"Pp3fsa",
|
607 |
+
"Pp3fsa--b",
|
608 |
+
"Pp3fsa--y",
|
609 |
+
"Pp3fsd",
|
610 |
+
"Pp3fsd--y",
|
611 |
+
"Pp3fsg",
|
612 |
+
"Pp3fsg--y",
|
613 |
+
"Pp3fsi",
|
614 |
+
"Pp3fsl",
|
615 |
+
"Pp3fsn",
|
616 |
+
"Pp3mda",
|
617 |
+
"Pp3mda--y",
|
618 |
+
"Pp3mdd",
|
619 |
+
"Pp3mdd--y",
|
620 |
+
"Pp3mdg",
|
621 |
+
"Pp3mdi",
|
622 |
+
"Pp3mdl",
|
623 |
+
"Pp3mdn",
|
624 |
+
"Pp3mpa",
|
625 |
+
"Pp3mpa--b",
|
626 |
+
"Pp3mpa--y",
|
627 |
+
"Pp3mpd",
|
628 |
+
"Pp3mpd--y",
|
629 |
+
"Pp3mpg",
|
630 |
+
"Pp3mpg--y",
|
631 |
+
"Pp3mpi",
|
632 |
+
"Pp3mpl",
|
633 |
+
"Pp3mpn",
|
634 |
+
"Pp3msa",
|
635 |
+
"Pp3msa--b",
|
636 |
+
"Pp3msa--y",
|
637 |
+
"Pp3msd",
|
638 |
+
"Pp3msd--y",
|
639 |
+
"Pp3msg",
|
640 |
+
"Pp3msg--y",
|
641 |
+
"Pp3msi",
|
642 |
+
"Pp3msl",
|
643 |
+
"Pp3msn",
|
644 |
+
"Pp3nda--y",
|
645 |
+
"Pp3npa--b",
|
646 |
+
"Pp3npa--y",
|
647 |
+
"Pp3npd--y",
|
648 |
+
"Pp3npg",
|
649 |
+
"Pp3npg--y",
|
650 |
+
"Pp3npi",
|
651 |
+
"Pp3npl",
|
652 |
+
"Pp3nsa--b",
|
653 |
+
"Pp3nsa--y",
|
654 |
+
"Pp3nsd--y",
|
655 |
+
"Pp3nsg--y",
|
656 |
+
"Pp3nsi",
|
657 |
+
"Pp3nsl",
|
658 |
+
"Pq-fda",
|
659 |
+
"Pq-fdi",
|
660 |
+
"Pq-fpa",
|
661 |
+
"Pq-fpd",
|
662 |
+
"Pq-fpg",
|
663 |
+
"Pq-fpi",
|
664 |
+
"Pq-fpl",
|
665 |
+
"Pq-fpn",
|
666 |
+
"Pq-fsa",
|
667 |
+
"Pq-fsd",
|
668 |
+
"Pq-fsg",
|
669 |
+
"Pq-fsi",
|
670 |
+
"Pq-fsl",
|
671 |
+
"Pq-fsn",
|
672 |
+
"Pq-mdg",
|
673 |
+
"Pq-mdi",
|
674 |
+
"Pq-mpa",
|
675 |
+
"Pq-mpd",
|
676 |
+
"Pq-mpg",
|
677 |
+
"Pq-mpi",
|
678 |
+
"Pq-mpl",
|
679 |
+
"Pq-mpn",
|
680 |
+
"Pq-msa",
|
681 |
+
"Pq-msd",
|
682 |
+
"Pq-msg",
|
683 |
+
"Pq-msi",
|
684 |
+
"Pq-msl",
|
685 |
+
"Pq-msn",
|
686 |
+
"Pq-npa",
|
687 |
+
"Pq-npg",
|
688 |
+
"Pq-npi",
|
689 |
+
"Pq-npl",
|
690 |
+
"Pq-npn",
|
691 |
+
"Pq-nsa",
|
692 |
+
"Pq-nsd",
|
693 |
+
"Pq-nsg",
|
694 |
+
"Pq-nsi",
|
695 |
+
"Pq-nsl",
|
696 |
+
"Pq-nsn",
|
697 |
+
"Pr----sm",
|
698 |
+
"Pr-fpa",
|
699 |
+
"Pr-fpg",
|
700 |
+
"Pr-fpl",
|
701 |
+
"Pr-fsa",
|
702 |
+
"Pr-fsg",
|
703 |
+
"Pr-fsi",
|
704 |
+
"Pr-fsl",
|
705 |
+
"Pr-fsn",
|
706 |
+
"Pr-mdn",
|
707 |
+
"Pr-mpl",
|
708 |
+
"Pr-mpn",
|
709 |
+
"Pr-msa",
|
710 |
+
"Pr-msd",
|
711 |
+
"Pr-msg",
|
712 |
+
"Pr-msi",
|
713 |
+
"Pr-msn",
|
714 |
+
"Pr-nsa",
|
715 |
+
"Pr-nsg",
|
716 |
+
"Pr-nsi",
|
717 |
+
"Pr-nsl",
|
718 |
+
"Pr-nsn",
|
719 |
+
"Ps1fpap",
|
720 |
+
"Ps1fpdp",
|
721 |
+
"Ps1fpgp",
|
722 |
+
"Ps1fpgs",
|
723 |
+
"Ps1fpip",
|
724 |
+
"Ps1fplp",
|
725 |
+
"Ps1fpnd",
|
726 |
+
"Ps1fpnp",
|
727 |
+
"Ps1fpns",
|
728 |
+
"Ps1fsap",
|
729 |
+
"Ps1fsas",
|
730 |
+
"Ps1fsdp",
|
731 |
+
"Ps1fsds",
|
732 |
+
"Ps1fsgp",
|
733 |
+
"Ps1fsid",
|
734 |
+
"Ps1fsip",
|
735 |
+
"Ps1fsis",
|
736 |
+
"Ps1fslp",
|
737 |
+
"Ps1fsls",
|
738 |
+
"Ps1fsnd",
|
739 |
+
"Ps1fsnp",
|
740 |
+
"Ps1fsns",
|
741 |
+
"Ps1mdgd",
|
742 |
+
"Ps1mdid",
|
743 |
+
"Ps1mdns",
|
744 |
+
"Ps1mpap",
|
745 |
+
"Ps1mpdp",
|
746 |
+
"Ps1mpgd",
|
747 |
+
"Ps1mpgp",
|
748 |
+
"Ps1mpgs",
|
749 |
+
"Ps1mpip",
|
750 |
+
"Ps1mplp",
|
751 |
+
"Ps1mpnd",
|
752 |
+
"Ps1mpnp",
|
753 |
+
"Ps1mpns",
|
754 |
+
"Ps1msap",
|
755 |
+
"Ps1msas",
|
756 |
+
"Ps1msds",
|
757 |
+
"Ps1msgp",
|
758 |
+
"Ps1msgs",
|
759 |
+
"Ps1msis",
|
760 |
+
"Ps1mslp",
|
761 |
+
"Ps1msls",
|
762 |
+
"Ps1msnd",
|
763 |
+
"Ps1msnp",
|
764 |
+
"Ps1msns",
|
765 |
+
"Ps1npap",
|
766 |
+
"Ps1npas",
|
767 |
+
"Ps1npgp",
|
768 |
+
"Ps1npgs",
|
769 |
+
"Ps1nplp",
|
770 |
+
"Ps1npnp",
|
771 |
+
"Ps1nsap",
|
772 |
+
"Ps1nsas",
|
773 |
+
"Ps1nsdp",
|
774 |
+
"Ps1nsgd",
|
775 |
+
"Ps1nsgp",
|
776 |
+
"Ps1nsgs",
|
777 |
+
"Ps1nslp",
|
778 |
+
"Ps1nsls",
|
779 |
+
"Ps1nsnd",
|
780 |
+
"Ps1nsnp",
|
781 |
+
"Ps1nsns",
|
782 |
+
"Ps2fdnp",
|
783 |
+
"Ps2fpap",
|
784 |
+
"Ps2fpgp",
|
785 |
+
"Ps2fpnp",
|
786 |
+
"Ps2fpns",
|
787 |
+
"Ps2fsad",
|
788 |
+
"Ps2fsap",
|
789 |
+
"Ps2fsds",
|
790 |
+
"Ps2fsgd",
|
791 |
+
"Ps2fsgp",
|
792 |
+
"Ps2fsgs",
|
793 |
+
"Ps2fsid",
|
794 |
+
"Ps2fsip",
|
795 |
+
"Ps2fslp",
|
796 |
+
"Ps2fsnp",
|
797 |
+
"Ps2fsns",
|
798 |
+
"Ps2mpdp",
|
799 |
+
"Ps2mpgp",
|
800 |
+
"Ps2mpid",
|
801 |
+
"Ps2mpnp",
|
802 |
+
"Ps2mpns",
|
803 |
+
"Ps2msap",
|
804 |
+
"Ps2msas",
|
805 |
+
"Ps2msgp",
|
806 |
+
"Ps2msgs",
|
807 |
+
"Ps2msip",
|
808 |
+
"Ps2mslp",
|
809 |
+
"Ps2msnp",
|
810 |
+
"Ps2msns",
|
811 |
+
"Ps2ndgd",
|
812 |
+
"Ps2npap",
|
813 |
+
"Ps2npnp",
|
814 |
+
"Ps2npns",
|
815 |
+
"Ps2nsap",
|
816 |
+
"Ps2nsas",
|
817 |
+
"Ps2nsgp",
|
818 |
+
"Ps2nslp",
|
819 |
+
"Ps2nsnp",
|
820 |
+
"Ps2nsns",
|
821 |
+
"Ps3fdnd",
|
822 |
+
"Ps3fpap",
|
823 |
+
"Ps3fpasf",
|
824 |
+
"Ps3fpasm",
|
825 |
+
"Ps3fpdp",
|
826 |
+
"Ps3fpgp",
|
827 |
+
"Ps3fpgsf",
|
828 |
+
"Ps3fpgsm",
|
829 |
+
"Ps3fpip",
|
830 |
+
"Ps3fpisf",
|
831 |
+
"Ps3fpism",
|
832 |
+
"Ps3fplp",
|
833 |
+
"Ps3fplsf",
|
834 |
+
"Ps3fplsm",
|
835 |
+
"Ps3fpnp",
|
836 |
+
"Ps3fpnsf",
|
837 |
+
"Ps3fpnsm",
|
838 |
+
"Ps3fsap",
|
839 |
+
"Ps3fsasf",
|
840 |
+
"Ps3fsasm",
|
841 |
+
"Ps3fsdp",
|
842 |
+
"Ps3fsdsf",
|
843 |
+
"Ps3fsdsm",
|
844 |
+
"Ps3fsgd",
|
845 |
+
"Ps3fsgp",
|
846 |
+
"Ps3fsgsf",
|
847 |
+
"Ps3fsgsm",
|
848 |
+
"Ps3fsid",
|
849 |
+
"Ps3fsisf",
|
850 |
+
"Ps3fsism",
|
851 |
+
"Ps3fslp",
|
852 |
+
"Ps3fslsf",
|
853 |
+
"Ps3fslsm",
|
854 |
+
"Ps3fsnd",
|
855 |
+
"Ps3fsnp",
|
856 |
+
"Ps3fsnsf",
|
857 |
+
"Ps3fsnsm",
|
858 |
+
"Ps3fsnsn",
|
859 |
+
"Ps3mdnd",
|
860 |
+
"Ps3mdnsm",
|
861 |
+
"Ps3mpap",
|
862 |
+
"Ps3mpasf",
|
863 |
+
"Ps3mpasm",
|
864 |
+
"Ps3mpdp",
|
865 |
+
"Ps3mpdsf",
|
866 |
+
"Ps3mpdsm",
|
867 |
+
"Ps3mpgp",
|
868 |
+
"Ps3mpgsf",
|
869 |
+
"Ps3mpgsm",
|
870 |
+
"Ps3mpip",
|
871 |
+
"Ps3mpism",
|
872 |
+
"Ps3mplp",
|
873 |
+
"Ps3mplsf",
|
874 |
+
"Ps3mplsm",
|
875 |
+
"Ps3mpnd",
|
876 |
+
"Ps3mpnp",
|
877 |
+
"Ps3mpnsf",
|
878 |
+
"Ps3mpnsm",
|
879 |
+
"Ps3msad",
|
880 |
+
"Ps3msap",
|
881 |
+
"Ps3msasf",
|
882 |
+
"Ps3msasm",
|
883 |
+
"Ps3msdp",
|
884 |
+
"Ps3msdsm",
|
885 |
+
"Ps3msgd",
|
886 |
+
"Ps3msgp",
|
887 |
+
"Ps3msgsf",
|
888 |
+
"Ps3msgsm",
|
889 |
+
"Ps3msip",
|
890 |
+
"Ps3msisf",
|
891 |
+
"Ps3msism",
|
892 |
+
"Ps3mslp",
|
893 |
+
"Ps3mslsf",
|
894 |
+
"Ps3mslsm",
|
895 |
+
"Ps3msnd",
|
896 |
+
"Ps3msnp",
|
897 |
+
"Ps3msnsf",
|
898 |
+
"Ps3msnsm",
|
899 |
+
"Ps3ndad",
|
900 |
+
"Ps3ndnsf",
|
901 |
+
"Ps3npap",
|
902 |
+
"Ps3npasf",
|
903 |
+
"Ps3npasm",
|
904 |
+
"Ps3npgd",
|
905 |
+
"Ps3npgp",
|
906 |
+
"Ps3npgsf",
|
907 |
+
"Ps3npgsm",
|
908 |
+
"Ps3npnp",
|
909 |
+
"Ps3npnsm",
|
910 |
+
"Ps3nsad",
|
911 |
+
"Ps3nsap",
|
912 |
+
"Ps3nsasf",
|
913 |
+
"Ps3nsasm",
|
914 |
+
"Ps3nsdp",
|
915 |
+
"Ps3nsdsf",
|
916 |
+
"Ps3nsgp",
|
917 |
+
"Ps3nsgsf",
|
918 |
+
"Ps3nsgsm",
|
919 |
+
"Ps3nsisf",
|
920 |
+
"Ps3nsism",
|
921 |
+
"Ps3nsld",
|
922 |
+
"Ps3nslp",
|
923 |
+
"Ps3nslsf",
|
924 |
+
"Ps3nslsm",
|
925 |
+
"Ps3nsnd",
|
926 |
+
"Ps3nsnp",
|
927 |
+
"Ps3nsnsf",
|
928 |
+
"Ps3nsnsm",
|
929 |
+
"Px------y",
|
930 |
+
"Px---a",
|
931 |
+
"Px---a--b",
|
932 |
+
"Px---d",
|
933 |
+
"Px---d--y",
|
934 |
+
"Px---g",
|
935 |
+
"Px---i",
|
936 |
+
"Px---l",
|
937 |
+
"Px-fda",
|
938 |
+
"Px-fpa",
|
939 |
+
"Px-fpd",
|
940 |
+
"Px-fpg",
|
941 |
+
"Px-fpi",
|
942 |
+
"Px-fpl",
|
943 |
+
"Px-fsa",
|
944 |
+
"Px-fsd",
|
945 |
+
"Px-fsg",
|
946 |
+
"Px-fsi",
|
947 |
+
"Px-fsl",
|
948 |
+
"Px-mda",
|
949 |
+
"Px-mpa",
|
950 |
+
"Px-mpd",
|
951 |
+
"Px-mpg",
|
952 |
+
"Px-mpi",
|
953 |
+
"Px-mpl",
|
954 |
+
"Px-msa",
|
955 |
+
"Px-msd",
|
956 |
+
"Px-msg",
|
957 |
+
"Px-msi",
|
958 |
+
"Px-msl",
|
959 |
+
"Px-msn",
|
960 |
+
"Px-npa",
|
961 |
+
"Px-npd",
|
962 |
+
"Px-npg",
|
963 |
+
"Px-npi",
|
964 |
+
"Px-npl",
|
965 |
+
"Px-nsa",
|
966 |
+
"Px-nsd",
|
967 |
+
"Px-nsg",
|
968 |
+
"Px-nsi",
|
969 |
+
"Px-nsl",
|
970 |
+
"Px-nsn",
|
971 |
+
"Pz-fpg",
|
972 |
+
"Pz-fpi",
|
973 |
+
"Pz-fsa",
|
974 |
+
"Pz-fsg",
|
975 |
+
"Pz-fsn",
|
976 |
+
"Pz-mpg",
|
977 |
+
"Pz-msa",
|
978 |
+
"Pz-msd",
|
979 |
+
"Pz-msg",
|
980 |
+
"Pz-msi",
|
981 |
+
"Pz-msl",
|
982 |
+
"Pz-msn",
|
983 |
+
"Pz-nsa",
|
984 |
+
"Pz-nsg",
|
985 |
+
"Pz-nsl",
|
986 |
+
"Pz-nsn",
|
987 |
+
"Q",
|
988 |
+
"Rgc",
|
989 |
+
"Rgp",
|
990 |
+
"Rgs",
|
991 |
+
"Rr",
|
992 |
+
"Sa",
|
993 |
+
"Sd",
|
994 |
+
"Sg",
|
995 |
+
"Si",
|
996 |
+
"Sl",
|
997 |
+
"Va-c",
|
998 |
+
"Va-f1d-n",
|
999 |
+
"Va-f1p-n",
|
1000 |
+
"Va-f1s-n",
|
1001 |
+
"Va-f2d-n",
|
1002 |
+
"Va-f2p-n",
|
1003 |
+
"Va-f2s-n",
|
1004 |
+
"Va-f3d-n",
|
1005 |
+
"Va-f3p-n",
|
1006 |
+
"Va-f3s-n",
|
1007 |
+
"Va-m2p",
|
1008 |
+
"Va-m2s",
|
1009 |
+
"Va-n",
|
1010 |
+
"Va-p-df",
|
1011 |
+
"Va-p-dm",
|
1012 |
+
"Va-p-dn",
|
1013 |
+
"Va-p-pf",
|
1014 |
+
"Va-p-pm",
|
1015 |
+
"Va-p-pn",
|
1016 |
+
"Va-p-sf",
|
1017 |
+
"Va-p-sm",
|
1018 |
+
"Va-p-sn",
|
1019 |
+
"Va-r1d-n",
|
1020 |
+
"Va-r1d-y",
|
1021 |
+
"Va-r1p-n",
|
1022 |
+
"Va-r1p-y",
|
1023 |
+
"Va-r1s-n",
|
1024 |
+
"Va-r1s-y",
|
1025 |
+
"Va-r2d-n",
|
1026 |
+
"Va-r2p-n",
|
1027 |
+
"Va-r2p-y",
|
1028 |
+
"Va-r2s-n",
|
1029 |
+
"Va-r2s-y",
|
1030 |
+
"Va-r3d-n",
|
1031 |
+
"Va-r3d-y",
|
1032 |
+
"Va-r3p-n",
|
1033 |
+
"Va-r3p-y",
|
1034 |
+
"Va-r3s-n",
|
1035 |
+
"Va-r3s-y",
|
1036 |
+
"Vmbm1p",
|
1037 |
+
"Vmbm2d",
|
1038 |
+
"Vmbm2p",
|
1039 |
+
"Vmbm2s",
|
1040 |
+
"Vmbn",
|
1041 |
+
"Vmbp-df",
|
1042 |
+
"Vmbp-dm",
|
1043 |
+
"Vmbp-pf",
|
1044 |
+
"Vmbp-pm",
|
1045 |
+
"Vmbp-pn",
|
1046 |
+
"Vmbp-sf",
|
1047 |
+
"Vmbp-sm",
|
1048 |
+
"Vmbp-sn",
|
1049 |
+
"Vmbr1d",
|
1050 |
+
"Vmbr1p",
|
1051 |
+
"Vmbr1s",
|
1052 |
+
"Vmbr2d",
|
1053 |
+
"Vmbr2p",
|
1054 |
+
"Vmbr2s",
|
1055 |
+
"Vmbr3d",
|
1056 |
+
"Vmbr3p",
|
1057 |
+
"Vmbr3s",
|
1058 |
+
"Vmbu",
|
1059 |
+
"Vmem1d",
|
1060 |
+
"Vmem1p",
|
1061 |
+
"Vmem2d",
|
1062 |
+
"Vmem2p",
|
1063 |
+
"Vmem2s",
|
1064 |
+
"Vmen",
|
1065 |
+
"Vmep-df",
|
1066 |
+
"Vmep-dm",
|
1067 |
+
"Vmep-dn",
|
1068 |
+
"Vmep-pf",
|
1069 |
+
"Vmep-pm",
|
1070 |
+
"Vmep-pn",
|
1071 |
+
"Vmep-sf",
|
1072 |
+
"Vmep-sm",
|
1073 |
+
"Vmep-sn",
|
1074 |
+
"Vmer1d",
|
1075 |
+
"Vmer1p",
|
1076 |
+
"Vmer1s",
|
1077 |
+
"Vmer2d",
|
1078 |
+
"Vmer2p",
|
1079 |
+
"Vmer2s",
|
1080 |
+
"Vmer3d",
|
1081 |
+
"Vmer3p",
|
1082 |
+
"Vmer3s",
|
1083 |
+
"Vmeu",
|
1084 |
+
"Vmpm1p",
|
1085 |
+
"Vmpm2d",
|
1086 |
+
"Vmpm2p",
|
1087 |
+
"Vmpm2s",
|
1088 |
+
"Vmpn",
|
1089 |
+
"Vmpp-df",
|
1090 |
+
"Vmpp-dm",
|
1091 |
+
"Vmpp-dn",
|
1092 |
+
"Vmpp-pf",
|
1093 |
+
"Vmpp-pm",
|
1094 |
+
"Vmpp-pn",
|
1095 |
+
"Vmpp-sf",
|
1096 |
+
"Vmpp-sm",
|
1097 |
+
"Vmpp-sn",
|
1098 |
+
"Vmpr1d",
|
1099 |
+
"Vmpr1d-n",
|
1100 |
+
"Vmpr1p",
|
1101 |
+
"Vmpr1p-n",
|
1102 |
+
"Vmpr1p-y",
|
1103 |
+
"Vmpr1s",
|
1104 |
+
"Vmpr1s-n",
|
1105 |
+
"Vmpr1s-y",
|
1106 |
+
"Vmpr2d",
|
1107 |
+
"Vmpr2d-n",
|
1108 |
+
"Vmpr2p",
|
1109 |
+
"Vmpr2p-n",
|
1110 |
+
"Vmpr2p-y",
|
1111 |
+
"Vmpr2s",
|
1112 |
+
"Vmpr2s-n",
|
1113 |
+
"Vmpr2s-y",
|
1114 |
+
"Vmpr3d",
|
1115 |
+
"Vmpr3d-n",
|
1116 |
+
"Vmpr3p",
|
1117 |
+
"Vmpr3p-n",
|
1118 |
+
"Vmpr3p-y",
|
1119 |
+
"Vmpr3s",
|
1120 |
+
"Vmpr3s-n",
|
1121 |
+
"Vmpr3s-y",
|
1122 |
+
"Vmpu",
|
1123 |
+
"X",
|
1124 |
+
"Xf",
|
1125 |
+
"Xw",
|
1126 |
+
"Y",
|
1127 |
+
"Z"
|
1128 |
+
],
|
1129 |
+
"neg_prefix":"!",
|
1130 |
+
"overwrite":false
|
1131 |
+
}
|
tagger/model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9025c664e957b190cd343d24b394f2116951af02d47114ac192841ca6bf08fa1
|
3 |
+
size 3458077
|
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�2�\+$|\/$|\•$|\¯$|\=$|\×$|-$|–$|—$|--$|---$|——$|~$|…$|……$|,$|:$|;$|\!$|\?$|¿$|؟$|¡$|\($|\)$|\[$|\]$|\{$|\}$|<$|>$|_$|#$|\*$|&$|。$|?$|!$|,$|、$|;$|:$|~$|·$|।$|،$|۔$|؛$|٪$|\.\.+$|…$|\'$|"$|”$|“$|`$|‘$|´$|’$|‚$|,$|„$|»$|«$|「$|」$|『$|』$|($|)$|〔$|〕$|【$|】$|《$|》$|〈$|〉$|〈$|〉$|⟦$|⟧$|[\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]$|(?<=°[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|%|км|км²|км³|м|м²|м³|дм|дм²|дм³|см|см²|см³|мм|мм²|мм³|нм|кг|г|мг|м/с|км/ч|кПа|Па|мбар|Кб|КБ|кб|Мб|МБ|мб|Гб|ГБ|гб|Тб|ТБ|тбكم|كم²|كم³|م|م²|م³|سم|سم²|سم³|مم|مم²|مم³|كم|غرام|جرام|جم|كغ|ملغ|كوب|اكواب)$|(?<=[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-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]\.)(?:[A-Z].)$�infix_finditer�D%\.\.+|…|[\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-\U0002FA1F0-9])(?:-|–|—|--|---|——|~)(?!((a)|(evemu)|(evskega)|(i)|(jevega)|(jevska)|(jevskimi)|(jinemu)|(oma)|(ovim)|(ovski)|(e)|(evi)|(evskem)|(ih)|(jevem)|(jevske)|(jevsko)|(jini)|(ov)|(ovima)|(ovskih)|(em)|(evih)|(evskemu)|(ja)|(jevemu)|(jevskega)|(ji)|(jinih)|(ova)|(ovimi)|(ovskim)|(ema)|(evim)|(evski)|(je)|(jevi)|(jevskem)|(jih)|(jinim)|(ove)|(ovo)|(ovskima)|(ev)|(evima)|(evskih)|(jem)|(jevih)|(jevskemu)|(jin)|(jinima)|(ovega)|(ovska)|(ovskimi)|(eva)|(evimi)|(evskim)|(jema)|(jevim)|(jevski)|(jina)|(jinimi)|(ovem)|(ovske)|(ovsko)|(eve)|(evo)|(evskima)|(jev)|(jevima)|(jevskih)|(jine)|(jino)|(ovemu)|(ovskega)|(u)|(evega)|(evska)|(evskimi)|(jeva)|(jevimi)|(jevskim)|(jinega)|(ju)|(ovi)|(ovskem)|(evem)|(evske)|(evsko)|(jeve)|(jevo)|(jevskima)|(jinem)|(om)|(ovih)|(ovskemu)|(ovec)|(ovca)|(ovcu)|(ovcem)|(ovcev)|(ovcema)|(ovcih)|(ovci)|(ovce)|(ovcimi)|(evec)|(evca)|(evcu)|(evcem)|(evcev)|(evcema)|(evcih)|(evci)|(evce)|(evcimi)|(jevec)|(jevca)|(jevcu)|(jevcem)|(jevcev)|(jevcema)|(jevcih)|(jevci)|(jevce)|(jevcimi)|(ovka)|(ovke)|(ovki)|(ovko)|(ovk)|(ovkama)|(ovkah)|(ovkam)|(ovkami)|(evka)|(evke)|(evki)|(evko)|(evk)|(evkama)|(evkah)|(evkam)|(evkami)|(jevka)|(jevke)|(jevki)|(jevko)|(jevk)|(jevkama)|(jevkah)|(jevkam)|(jevkami)|(timi)|(im)|(ima)|(a)|(imi)|(e)|(o)|(ega)|(ti)|(em)|(tih)|(emu)|(tim)|(i)|(tima)|(ih)|(ta)|(te)|(to)|(tega)|(tem)|(temu))$)(?=[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�:’)�:’-(��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++�Ch.��A�Ch.�Co.��A�Co.�D.D.��A�D.C�delniška�A�D.C�družba�D.N.O.��A�D.C�družba�A�N.C�neomejeno�A�O.C�odgovornostjo�D.O.O.��A�D.C�družba�A�O.C�omejeno�A�O.C�odgovornostjo�DIPL.��A�DIPL.�DR.��A�DR.�Dr.��A�Dr.�Ev.��A�Ev.�Inc.��A�Inc.�Jr.��A�Jr.�Kr.��A�Kr.�Le-ta��A�Le�A�-�A�ta�Le-te��A�Le�A�-�A�te�Le-tega��A�Le�A�-�A�tega�Le-ti��A�Le�A�-�A�ti�Le-to��A�Le�A�-�A�to�M.��A�M.�MR.��A�MR.�Mag.��A�Mag.�Mr.��A�Mr.�Mt.��A�Mt.�Murr.��A�Murr.�Npr.��A�Npr.�O.O��A�O.O�O.o��A�O.o�OZ.��A�OZ.�O_O��A�O_O�O_o��A�O_o�Opr.��A�Opr.�Osn.��A�Osn.�Prim.��A�Prim.�Roj.��A�Roj.�S.P.��A�S.C�samostojni�A�P.C�podjetnik�ST.��A�ST.�Sim.��A�Sim.�Sp.��A�Sp.�Sred.��A�Sred.�St.��A�St.�Sv.��A�Sv.�T.j.��A�T.C�to�A�j.C�je�Tel.��A�Tel.�UR.��A�UR.�V.V��A�V.V�V_V��A�V_V�XD��A�XD�XDD��A�XDD�Zb.��A�Zb.�[-:��A�[-:�[:��A�[:�[=��A�[=�\")��A�\")�\n��A�\n�\t��A�\t�]=��A�]=�^_^��A�^_^�^__^��A�^__^�^___^��A�^___^�a.��A�a.�aa.��A�aa.�ab.��A�ab.�abc.��A�abc.�abit.��A�abit.�abl.��A�abl.�abs.��A�abs.�abt.��A�abt.�acc.��A�acc.�accel.��A�accel.�add.��A�add.�adj.��A�adj.�adm.��A�adm.C�administracija�adv.��A�adv.�aer.��A�aer.C�aeronavtika�aet.��A�aet.�afr.��A�afr.�agr.��A�agr.C�agronomija�akad.��A�akad.�al.��A�al.�alban.��A�alban.�all.��A�all.�alleg.��A�alleg.�alp.��A�alp.�alt.��A�alt.�alter.��A�alter.�alžir.��A�alžir.�am.��A�am.�amer.��A�amer.C�ameriško�an.��A�an.�anat.��A�anat.C�anatomija�andr.��A�andr.�ang.��A�ang.�angl.��A�angl.C�angleški�anh.��A�anh.�anon.��A�anon.�ans.��A�ans.�ant.��A�ant.C�antonim�antr.��A�antr.C�antropologija�antrop.��A�antrop.�apoc.��A�apoc.�app.��A�app.�approx.��A�approx.�apr.��A�apr.C�april�apt.��A�apt.�ar.��A�ar.�arab.��A�arab.C�arabsko�arc.��A�arc.�arch.��A�arch.�arh.��A�arh.�arheol.��A�arheol.C�arheologija�arhit.��A�arhit.C�arhitektura�arr.��A�arr.�as.��A�as.�asist.��A�asist.�assist.��A�assist.�assoc.��A�assoc.�asst.��A�asst.�astr.��A�astr.�attn.��A�attn.�aug.��A�aug.�avg.��A�avg.C�avgust�avstr.��A�avstr.C�avstrijsko�avstral.��A�avstral.�avt.��A�avt.C�avtomobilizem�az.��A�az.�b.��A�b.�bab.��A�bab.�bal.��A�bal.�bbl.��A�bbl.�bd.��A�bd.�belg.��A�belg.�bibl.��A�bibl.C�biblijsko�bioinf.��A�bioinf.�biokem.��A�biokem.C�biokemija�biol.��A�biol.C�biologija�biomed.��A�biomed.�bk.��A�bk.�bl.��A�bl.�bn.��A�bn.�bolg.��A�bolg.C�bolgarski�borg.��A�borg.�bot.��A�bot.C�botanika�bp.��A�bp.�br.��A�br.�braz.��A�braz.�brit.��A�brit.�bros.��A�bros.�broš.��A�broš.�bt.��A�bt.�bu.��A�bu.�c.��A�c.�ca.��A�ca.�cal.��A�cal.�can.��A�can.�cand.��A�cand.�cantab.��A�cantab.�cap.��A�cap.�capt.��A�capt.�cat.��A�cat.�cath.��A�cath.�cc.��A�cc.�cca.��A�cca.�cd.��A�cd.�cdr.��A�cdr.�cdre.��A�cdre.�cent.��A�cent.�cerkv.��A�cerkv.�cert.��A�cert.�cf.��A�cf.�cfr.��A�cfr.�ch.��A�ch.�chap.��A�chap.�chem.��A�chem.�chr.��A�chr.�chs.��A�chs.�cic.��A�cic.�circ.��A�circ.�cit.��A�cit.C�citat�civ.��A�civ.�cl.��A�cl.�cm.��A�cm.�cmd.��A�cmd.�cnr.��A�cnr.�co.��A�co.�cod.��A�cod.�col.��A�col.�coll.��A�coll.�colo.��A�colo.�com.��A�com.�comp.��A�comp.�con.��A�con.�conc.��A�conc.�cond.��A�cond.�conn.��A�conn.�cons.��A�cons.�cont.��A�cont.�coop.��A�coop.�corr.��A�corr.�cost.��A�cost.�cp.��A�cp.�cpl.��A�cpl.�cr.��A�cr.�crd.��A�crd.�cres.��A�cres.�cresc.��A�cresc.�ct.��A�ct.�cu.��A�cu.�d.��A�d.�d.d.��A�d.C�delniška�A�d.C�družba�d.n.o.��A�d.C�družba�A�n.C�neomejeno�A�o.C�odgovornostjo�d.o.o.��A�d.C�družba�A�o.C�omejeno�A�o.C�odgovornostjo�daj.��A�daj.C�dajalnik�dan.��A�dan.�dat.��A�dat.�davč.��A�davč.�ddr.��A�ddr.�dec.��A�dec.�ded.��A�ded.�def.��A�def.�del.��A�del.C�deležnik�dem.��A�dem.�dent.��A�dent.�dept.��A�dept.�dia.��A�dia.�dip.��A�dip.�dipl.��A�dipl.�dir.��A�dir.�disp.��A�disp.�diss.��A�diss.�div.��A�div.�do.��A�do.�doc.��A�doc.�dok.��A�dok.�dol.��A�dol.�doo.��A�doo.�dop.��A�dop.�dott.��A�dott.�dr.��A�dr.�dram.��A�dram.�druž.��A�druž.�družb.��A�družb.�drž.��A�drž.�dt.��A�dt.�duh.��A�duh.�dur.��A�dur.�dvr.��A�dvr.�dwt.��A�dwt.�e.��A�e.�ea.��A�ea.�ecc.��A�ecc.�eccl.��A�eccl.�eccles.��A�eccles.�econ.��A�econ.�ed.��A�ed.C�ednina�edn.��A�edn.�egipt.��A�egipt.�egr.��A�egr.�ekon.��A�ekon.�eksp.��A�eksp.�el.��A�el.�em.��A�em.�enc.��A�enc.�eng.��A�eng.�eo.��A�eo.�ep.��A�ep.�err.��A�err.�esp.��A�esp.�esq.��A�esq.�est.��A�est.�et.��A�et.�etc.��A�etc.�etn.��A�etn.C�etnografija�etnogr.��A�etnogr.�etnol.��A�etnol.�ev.��A�ev.�evfem.��A�evfem.�evr.��A�evr.�ex.��A�ex.�exc.��A�exc.�excl.��A�excl.�exp.��A�exp.�expl.��A�expl.�ext.��A�ext.�exx.��A�exx.�f.��A�f.�fa.��A�fa.�facs.��A�facs.�fak.��A�fak.�faks.��A�faks.�farm.��A�farm.C�farmacija�fas.��A�fas.�fasc.��A�fasc.�fco.��A�fco.�fcp.��A�fcp.�feb.��A�feb.�febr.��A�febr.�fec.��A�fec.�fed.��A�fed.�fem.��A�fem.�ff.��A�ff.�fff.��A�fff.�fid.��A�fid.�fig.��A�fig.�fil.��A�fil.�filat.��A�filat.C�filatelija�film.��A�film.�filoz.��A�filoz.C�filozofija�fin.��A�fin.C�finančništvo�fiz.��A�fiz.C�fizika�fiziol.��A�fiziol.�fiziot.��A�fiziot.�flam.��A�flam.�fm.��A�fm.�fo.��A�fo.�fol.��A�fol.�folk.��A�folk.�fot.��A�fot.C�fotografija�fr.��A�fr.C�francoski�frag.��A�frag.�fran.��A�fran.�franc.��A�franc.�friz.��A�friz.C�frizerstvo�fsc.��A�fsc.�g.��A�g.�ga.��A�ga.�gal.��A�gal.�gastr.��A�gastr.C�gastronomija�gdč.��A�gdč.�ge.��A�ge.�gen.��A�gen.�geod.��A�geod.�geog.��A�geog.�geogr.��A�geogr.C�geografija�geol.��A�geol.C�geologija�geom.��A�geom.C�geometrija�geotehnol.��A�geotehnol.�germ.��A�germ.C�germanski�gg.��A�gg.�gimn.��A�gimn.�gl.��A�gl.C�glej�glag.��A�glag.C�glagolski�glas.��A�glas.�glasb.��A�glasb.C�glasba�glav.��A�glav.�gled.��A�gled.C�gledališče�gnr.��A�gnr.�go.��A�go.�gor.��A�gor.�gosp.��A�gosp.�gost.��A�gost.C�gostinstvo�gozd.��A�gozd.C�gozdarstvo�gp.��A�gp.�gr.��A�gr.C�grški�grad.��A�grad.C�gradbeništvo�graf.��A�graf.�gram.��A�gram.�gren.��A�gren.�grš.��A�grš.�gs.��A�gs.�h.��A�h.�hab.��A�hab.�hebr.��A�hebr.C�hebrejsko�hf.��A�hf.�hist.��A�hist.�ho.��A�ho.�hort.��A�hort.�hrv.��A�hrv.C�hrvaško�i.��A�i.�ia.��A�ia.�ib.��A�ib.�ibid.��A�ibid.�id.��A�id.�ide.��A�ide.C�indoevropsko�idr.��A�idr.�idridr.��A�idridr.�igr.��A�igr.C�igre�ill.��A�ill.�im.��A�im.C�imenovalnik�imen.��A�imen.�imp.��A�imp.�impf.��A�impf.�impr.��A�impr.�in.��A�in.�inc.��A�inc.�incl.��A�incl.�ind.��A�ind.�indus.��A�indus.�inf.��A�inf.�inform.��A�inform.�ing.��A�ing.�init.��A�init.�ins.��A�ins.�int.��A�int.�inv.��A�inv.�inšp.��A�inšp.�inštr.��A�inštr.�inž.��A�inž.�ipd.��A�ipd.C�in podobno�iron.��A�iron.C�ironično�is.��A�is.�islam.��A�islam.�ist.��A�ist.�it.��A�it.C�italijanski�ital.��A�ital.�itd.��A�itd.C�in tako dalje�itn.��A�itn.C�in tako naprej�iur.��A�iur.�iz.��A�iz.�izbr.��A�izbr.�izd.��A�izd.�izg.��A�izg.�izgr.��A�izgr.�izr.��A�izr.�izv.��A�izv.�j.��A�j.�jak.��A�jak.�jam.��A�jam.�jan.��A�jan.�jap.��A�jap.C�japonsko�jav.��A�jav.�je.��A�je.�jez.��A�jez.�jr.��A�jr.�jsl.��A�jsl.�jud.��A�jud.�jug.��A�jug.�jugoslovan.��A�jugoslovan.�jul.��A�jul.C�julij�jun.��A�jun.C�junij�jur.��A�jur.�juž.��A�juž.�jv.��A�jv.�jz.��A�jz.�k.��A�k.�kal.��A�kal.�kan.��A�kan.�kand.��A�kand.�kat.��A�kat.�kdo.��A�kdo.�kem.��A�kem.�kip.��A�kip.�kit.��A�kit.C�kitajsko�kmet.��A�kmet.�knj.��A�knj.C�knjižno�knjiž.��A�knjiž.C�knjižno�kol.��A�kol.�kom.��A�kom.�komp.��A�komp.�konf.��A�konf.�kont.��A�kont.�kor.��A�kor.C�koreografija�kost.��A�kost.�kov.��A�kov.�kp.��A�kp.�kpfw.��A�kpfw.�kr.��A�kr.�kraj.��A�kraj.�krat.��A�krat.�kub.��A�kub.�kult.��A�kult.�kv.��A�kv.�kval.��A�kval.�l.��A�l.�l.r.��A�l.C�lastno�A�r.C�ročno�la.��A�la.�lab.��A�lab.�lat.��A�lat.C�latinski�lb.��A�lb.�ld.��A�ld.�le-ta��A�le�A�-�A�ta�le-te��A�le�A�-�A�te�le-tega��A�le�A�-�A�tega�le-ti��A�le�A�-�A�ti�le-to��A�le�A�-�A�to�les.��A�les.C�lesna stroka�let.��A�let.�lib.��A�lib.�lik.��A�lik.�lingv.��A�lingv.C�lingvistika�lit.��A�lit.C�literarni�litt.��A�litt.�lj.��A�lj.�ljubk.��A�ljubk.C�ljubkovalno�ljud.��A�ljud.�ll.��A�ll.�loc.��A�loc.�log.��A�log.�lov.��A�lov.C�lovstvo�loč.��A�loč.�lt.��A�lt.�m.��A�m.C�moški�ma.��A�ma.�madž.��A�madž.�mag.��A�mag.�mak.��A�mak.C�makedonski�manag.��A�manag.�manjš.��A�manjš.�mar.��A�mar.C�marec�masc.��A�masc.�mass.��A�mass.�mat.��A�mat.C�matematika�mater.��A�mater.�max.��A�max.�maxmax.��A�maxmax.�mb.��A�mb.�md.��A�md.�mdr.��A�mdr.C�med drugim�mech.��A�mech.�med.��A�med.C�medicina�medic.��A�medic.�medij.��A�medij.�medn.��A�medn.�meh.��A�meh.C�mehiško�mehč.��A�mehč.�mem.��A�mem.�menedž.��A�menedž.�mes.��A�mes.�mess.��A�mess.�mest.��A�mest.C�mestnik�metal.��A�metal.�meteor.��A�meteor.�meteorol.��A�meteorol.�mex.��A�mex.�mi.��A�mi.�mikr.��A�mikr.�mil.��A�mil.�min.��A�min.C�mineralogija�minn.��A�minn.�mio.��A�mio.�misc.��A�misc.�miss.��A�miss.�mit.��A�mit.�mitol.��A�mitol.C�mitologija�mk.��A�mk.�mkt.��A�mkt.�ml.��A�ml.�mlad.��A�mlad.�mlle.��A�mlle.�mlr.��A�mlr.�mm.��A�mm.�mme.��A�mme.�mn.��A�mn.C�množina�množ.��A�množ.�mo.��A�mo.�moj.��A�moj.�mont.��A�mont.C�montanistika�moš.��A�moš.�možn.��A�možn.�mr.��A�mr.�mrd.��A�mrd.�mrs.��A�mrs.�ms.��A�ms.�msc.��A�msc.�msgr.��A�msgr.�mt.��A�mt.�murr.��A�murr.�mus.��A�mus.�mut.��A�mut.�muz.��A�muz.C�muzikologija�n.��A�n.�na.��A�na.�nad.��A�nad.�nadalj.��A�nadalj.�nadom.��A�nadom.�nagl.��A�nagl.�nakl.��A�nakl.�nam.��A�nam.C�namenilnik�namer.��A�namer.�nan.��A�nan.�naniz.��A�naniz.�nar.��A�nar.C�narečno�nasl.��A�nasl.�nat.��A�nat.�nav.��A�nav.C�navadno�navt.��A�navt.�nač.��A�nač.�ned.��A�ned.�nedol.��A�nedol.C�nedoločnik�nedov.��A�nedov.C�nedovršni�nem.��A�nem.�neprav.��A�neprav.C�nepravilno�nepreh.��A�nepreh.C�neprehodno�neskl.��A�neskl.C�nesklonljiv(o)�nestrok.��A�nestrok.C�nestrokovno�nik.��A�nik.�nizoz.��A�nizoz.�nm.��A�nm.�nn.��A�nn.�no.��A�no.�nom.��A�nom.�norv.��A�norv.�notr.��A�notr.�nov.��A�nov.�novogr.��A�novogr.�npr.��A�npr.C�na primer�ns.��A�ns.�num.��A�num.C�numizmatika�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�ob.��A�ob.�obd.��A�obd.�obj.��A�obj.�obl.��A�obl.�oblač.��A�oblač.�oblik.��A�oblik.�obr.��A�obr.�obraz.��A�obraz.�obrt.��A�obrt.C�obrtništvo�obs.��A�obs.�obst.��A�obst.�obt.��A�obt.�obč.��A�obč.�oc.��A�oc.�oct.��A�oct.�od.��A�od.�odd.��A�odd.�odg.��A�odg.�odn.��A�odn.�odst.��A�odst.�odv.��A�odv.�oec.��A�oec.�off.��A�off.�ok.��A�ok.�okla.��A�okla.�okr.��A�okr.�okt.��A�okt.C�oktober�ont.��A�ont.�oo.��A�oo.�op.��A�op.�opis.��A�opis.�opp.��A�opp.�opr.��A�opr.�or.��A�or.C�orodnik�orch.��A�orch.�ord.��A�ord.�ore.��A�ore.�oreg.��A�oreg.�org.��A�org.�orient.��A�orient.�orig.��A�orig.�ork.��A�ork.�ort.��A�ort.�os.��A�os.C�oseba�oseb.��A�oseb.�osn.��A�osn.�ot.��A�ot.�otr.��A�otr.C�otroško�oz.��A�oz.C�oziroma�ozir.��A�ozir.�ošk.��A�ošk.�p.��A�p.�pag.��A�pag.�pal.��A�pal.C�paleontologija�papir.��A�papir.C�papirništvo�par.��A�par.�para.��A�para.�parc.��A�parc.�parl.��A�parl.�part.��A�part.�past.��A�past.�pat.��A�pat.�pdk.��A�pdk.�ped.��A�ped.C�pedagogika�pen.��A�pen.�perf.��A�perf.�pert.��A�pert.�perz.��A�perz.�pesn.��A�pesn.�pet.��A�pet.�pev.��A�pev.�pf.��A�pf.�pfc.��A�pfc.�ph.��A�ph.�pharm.��A�pharm.�phil.��A�phil.�pis.��A�pis.�pisar.��A�pisar.C�pisarniško�pl.��A�pl.�po.��A�po.�pod.��A�pod.�podaljš.��A�podaljš.�podr.��A�podr.�pog.��A�pog.C�pogovorno�pogl.��A�pogl.�pogoj.��A�pogoj.�pojm.��A�pojm.�pok.��A�pok.�pokr.��A�pokr.�pol.��A�pol.�polit.��A�polit.C�politika�polj.��A�polj.C�poljsko�poljed.��A�poljed.�poljub.��A�poljub.�poljud.��A�poljud.C�poljudno�polu.��A�polu.�pom.��A�pom.�pomen.��A�pomen.�pon.��A�pon.�ponov.��A�ponov.�pop.��A�pop.�por.��A�por.�port.��A�port.�pos.��A�pos.�posl.��A�posl.�posn.��A�posn.�pov.��A�pov.�pp.��A�pp.�ppl.��A�ppl.�pr.��A�pr.�praet.��A�praet.�prav.��A�prav.�pravopis.��A�pravopis.�pravosl.��A�pravosl.�preb.��A�preb.�pred.��A�pred.�predl.��A�predl.�predm.��A�predm.�predp.��A�predp.�preds.��A�preds.�pref.��A�pref.�preg.��A�preg.C�pregovor�pregib.��A�pregib.�preh.��A�preh.C�prehodno�prel.��A�prel.�prem.��A�prem.�premen.��A�premen.�pren.��A�pren.C�preneseno�prep.��A�prep.�pres.��A�pres.�pret.��A�pret.�prev.��A�prev.�pribl.��A�pribl.�prid.��A�prid.C�pridevnik�prih.��A�prih.�pril.��A�pril.�prim.��A�prim.C�primerjaj�primerj.��A�primerj.�primor.��A�primor.�prip.��A�prip.�pripor.��A�pripor.�prir.��A�prir.�prisl.��A�prisl.C�prislov�prist.��A�prist.�priv.��A�priv.�proc.��A�proc.�prof.��A�prof.�prog.��A�prog.�proiz.��A�proiz.�prom.��A�prom.�pron.��A�pron.�prop.��A�prop.�prot.��A�prot.�protest.��A�protest.�prov.��A�prov.�ps.��A�ps.�psih.��A�psih.C�psihologija�psiht.��A�psiht.C�psihiatrija�pss.��A�pss.�pt.��A�pt.�publ.��A�publ.�pz.��A�pz.�q.��A�q.�qld.��A�qld.�qu.��A�qu.�quad.��A�quad.�que.��A�que.�r.��A�r.�racc.��A�racc.�rad.��A�rad.C�radiotehnika�rastl.��A�rastl.�razgl.��A�razgl.�razl.��A�razl.�razv.��A�razv.�rač.��A�rač.C�računalništvo�rd.��A�rd.�red.��A�red.�ref.��A�ref.�reg.��A�reg.�rel.��A�rel.�relig.��A�relig.�rep.��A�rep.�repr.��A�repr.�rer.��A�rer.�resp.��A�resp.�rest.��A�rest.�ret.��A�ret.�rev.��A�rev.�revol.��A�revol.�rež.��A�rež.�rib.��A�rib.C�ribištvo�rim.��A�rim.�rist.��A�rist.�rkp.��A�rkp.�rm.��A�rm.�rod.��A�rod.C�rodilnik�roj.��A�roj.�rom.��A�rom.�romun.��A�romun.�rp.��A�rp.�rr.��A�rr.�rt.��A�rt.�rud.��A�rud.�rus.��A�rus.C�rusko�ruš.��A�ruš.�ry.��A�ry.�s.��A�s.C�srednji�s.p.��A�s.C�samostojni�A�p.C�podjetnik�sal.��A�sal.�sam.��A�sam.C�samostalniški�samogl.��A�samogl.�san.��A�san.�sc.��A�sc.�scen.��A�scen.�sci.��A�sci.�scr.��A�scr.�sdv.��A�sdv.�sed.��A�sed.C�sedanjik�seg.��A�seg.�sek.��A�sek.�sen.��A�sen.�sep.��A�sep.C�september�sept.��A�sept.�ser.��A�ser.�sev.��A�sev.�sg.��A�sg.�sgt.��A�sgt.�sh.��A�sh.�sig.��A�sig.�sigg.��A�sigg.�sign.��A�sign.�sim.��A�sim.�sin.��A�sin.�sing.��A�sing.�sinh.��A�sinh.�skand.��A�skand.�skl.��A�skl.�sklad.��A�sklad.�sklanj.��A�sklanj.�sklep.��A�sklep.�skr.��A�skr.�sl.��A�sl.�slabš.��A�slabš.C�slabšalno�slik.��A�slik.�slov.��A�slov.�slovak.��A�slovak.�slovan.��A�slovan.C�slovansko�slovaš.��A�slovaš.C�slovaško�slovn.��A�slovn.�sn.��A�sn.�so.��A�so.�sob.��A�sob.�soc.��A�soc.�sociol.��A�sociol.�sod.��A�sod.�sopomen.��A�sopomen.�sopr.��A�sopr.�sor.��A�sor.�sov.��A�sov.�sovj.��A�sovj.�sp.��A�sp.�spec.��A�spec.�spl.��A�spl.�spr.��A�spr.�spreg.��A�spreg.�sq.��A�sq.�sr.��A�sr.�srb.��A�srb.C�srbsko�sre.��A�sre.�sred.��A�sred.�sredoz.��A�sredoz.�srh.��A�srh.�ss.��A�ss.�ssp.��A�ssp.�st.��A�st.�sta.��A�sta.�stan.��A�stan.�stanstar.��A�stanstar.�star.��A�star.C�starinsko�stcsl.��A�stcsl.�ste.��A�ste.�stil.��A�stil.C�stilno�stim.��A�stim.�stol.��A�stol.�stom.��A�stom.�str.��A�str.�stroj.��A�stroj.�strok.��A�strok.�stsl.��A�stsl.�stud.��A�stud.�sup.��A�sup.�supl.��A�supl.�suppl.��A�suppl.�sv.��A�sv.C�svet(i)�svet.��A�svet.�sz.��A�sz.�t.��A�t.�t.i.��A�t.C�tako�A�i.C�imenovano�t.j.��A�t.C�to�A�j.C�je�tab.��A�tab.�tech.��A�tech.�ted.��A�ted.�teh.��A�teh.C�tehnika�tehn.��A�tehn.�tehnol.��A�tehnol.�tek.��A�tek.�teks.��A�teks.�tekst.��A�tekst.�tel.��A�tel.�temp.��A�temp.�ten.��A�ten.�teol.��A�teol.�ter.��A�ter.�term.��A�term.�test.��A�test.�th.��A�th.�theol.��A�theol.�tim.��A�tim.�tip.��A�tip.�tisk.��A�tisk.C�tiskarstvo�tisočl.��A�tisočl.�tit.��A�tit.�tj.��A�tj.C�to je�tl.��A�tl.�tol.��A�tol.�tolmač.��A�tolmač.�tom.��A�tom.�tor.��A�tor.�tov.��A�tov.�tož.��A�tož.C�tožilnik�tr.��A�tr.�trad.��A�trad.�traj.��A�traj.�trans.��A�trans.�tren.��A�tren.�trg.��A�trg.C�trgovina�trib.��A�trib.�tril.��A�tril.�trop.��A�trop.�trp.��A�trp.�trž.��A�trž.�ts.��A�ts.�tt.��A�tt.�tu.��A�tu.�tur.��A�tur.�turiz.��A�turiz.�tvor.��A�tvor.�tvorb.��A�tvorb.�tč.��A�tč.�u.��A�u.�ukr.��A�ukr.C�ukrajinski�ul.��A�ul.�um.��A�um.C�umetnost�umet.��A�umet.�un.��A�un.�univ.��A�univ.�up.��A�up.�upr.��A�upr.�ur.��A�ur.�urad.��A�urad.�us.��A�us.�ust.��A�ust.�utr.��A�utr.�v.��A�v.�v.v��A�v.v�v_v��A�v_v�va.��A�va.�val.��A�val.�var.��A�var.�varn.��A�varn.�vel.��A�vel.C�velelnik�ven.��A�ven.�ver.��A�ver.�verb.��A�verb.�vest.��A�vest.�vet.��A�vet.C�veterina�vez.��A�vez.C�veznik�vezal.��A�vezal.�vic.��A�vic.�vis.��A�vis.�viv.��A�viv.�viz.��A�viz.�viš.��A�viš.�vn.��A�vn.C�visokonemško�vod.��A�vod.�voj.��A�voj.C�vojska�vok.��A�vok.�vol.��A�vol.�vpr.��A�vpr.�vrst.��A�vrst.�vrstil.��A�vrstil.�vrtn.��A�vrtn.C�vrtnarstvo�vs.��A�vs.�vulg.��A�vulg.C�vulgarno�vv.��A�vv.�vzd.��A�vzd.�vzg.��A�vzg.�vzh.��A�vzh.�vznes.��A�vznes.C�vzneseno�vzor.��A�vzor.�w.��A�w.�wed.��A�wed.�wg.��A�wg.�wk.��A�wk.�x.��A�x.�xD��A�xD�xDD��A�xDD�y.��A�y.�z.��A�z.�zah.��A�zah.�zaim.��A�zaim.�zak.��A�zak.�zal.��A�zal.C�založništvo�zap.��A�zap.�zasl.��A�zasl.�zastar.��A�zastar.C�zastarelo�zavar.��A�zavar.�zač.��A�zač.�zb.��A�zb.�združ.��A�združ.�zg.��A�zg.�zgod.��A�zgod.C�zgodovina�zn.��A�zn.�znan.��A�znan.�znanstv.��A�znanstv.�zool.��A�zool.C�zoologija�zoot.��A�zoot.�zun.��A�zun.�zv.��A�zv.�zvd.��A�zvd.� ��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�ć.�č.��A�č.�čas.��A�čas.�čeb.��A�čeb.C�čebelarstvo�čet.��A�čet.�češ.��A�češ.C�češki�čl.��A�čl.�člen.��A�člen.�člov.��A�člov.C�človeškost�čustv.��A�čustv.�đ.��A�đ.�ľ.��A�ľ.�ł.��A�ł.�ş.��A�ş.�ŠT.��A�ŠT.�Škofl.��A�Škofl.�š.��A�š.�šah.��A�šah.C�šahovski�šalj.��A�šalj.C�šaljivo�šir.��A�šir.�škofl.��A�škofl.�škot.��A�škot.�šol.��A�šol.�šp.��A�šp.C�španski�špan.��A�špan.C�špansko�šport.��A�šport.C�športni�št.��A�št.�štev.��A�štev.C�števnik�števil.��A�števil.�štud.��A�štud.�šved.��A�šved.C�švedsko�švic.��A�švic.C�švicarsko�ů.��A�ů.�ű.��A�ű.�ž.��A�ž.C�ženski�žarg.��A�žarg.C�žargonsko�žel.��A�žel.C�železnica�žen.��A�žen.�živ.��A�živ.C�živost�žival.��A�žival.�ಠ_ಠ��A�ಠ_ಠ�ಠ︵ಠ��A�ಠ︵ಠ�—��A�—�’��A�’�’’��A�’’�faster_heuristics�
|
transformer/cfg
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"max_batch_items":4096
|
3 |
+
}
|
transformer/model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:87995fccfad76c91bee71fe2efd21082db30dfbc59ce9dbe5bfc80b4d99972b1
|
3 |
+
size 445707181
|
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 |
+
}
|