EC2 Default User
commited on
Commit
•
eea62e8
1
Parent(s):
8e48831
Update spaCy pipeline
Browse files- .gitattributes +1 -0
- LICENSES_SOURCES +2 -440
- README.md +58 -44
- accuracy.json +188 -183
- attribute_ruler/patterns +0 -0
- config.cfg +39 -17
- de_core_news_lg-any-py3-none-any.whl +2 -2
- lemmatizer/cfg +1314 -0
- lemmatizer/{lookups/lookups.bin → model} +2 -2
- lemmatizer/trees +0 -0
- meta.json +194 -202
- morphologizer/model +2 -2
- ner/model +2 -2
- parser/model +1 -1
- parser/moves +1 -1
- senter/model +2 -2
- tagger/cfg +1 -0
- tagger/model +2 -2
- tok2vec/model +2 -2
- tokenizer +2 -2
- vocab/key2row +0 -0
- vocab/strings.json +2 -2
.gitattributes
CHANGED
@@ -19,3 +19,4 @@
|
|
19 |
*strings.json filter=lfs diff=lfs merge=lfs -text
|
20 |
vectors filter=lfs diff=lfs merge=lfs -text
|
21 |
model filter=lfs diff=lfs merge=lfs -text
|
|
|
|
19 |
*strings.json filter=lfs diff=lfs merge=lfs -text
|
20 |
vectors filter=lfs diff=lfs merge=lfs -text
|
21 |
model filter=lfs diff=lfs merge=lfs -text
|
22 |
+
*key2row filter=lfs diff=lfs merge=lfs -text
|
LICENSES_SOURCES
CHANGED
@@ -1,443 +1,3 @@
|
|
1 |
-
# Sprogteknologisk orddatabase over det danske sprog
|
2 |
-
|
3 |
-
* Author: Center for Language Technology, University of Copenhagen
|
4 |
-
* URL: https://cst.ku.dk/sto_ordbase/
|
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 |
# TIGER Corpus
|
442 |
|
443 |
* Author: Brants, Sabine, Stefanie Dipper, Peter Eisenberg, Silvia Hansen, Esther König, Wolfgang Lezius, Christian Rohrer, George Smith, and Hans Uszkoreit
|
@@ -469,6 +29,8 @@ Creative Commons may be contacted at creativecommons.org.
|
|
469 |
* License: CC BY 4.0
|
470 |
|
471 |
```
|
|
|
|
|
472 |
By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions.
|
473 |
|
474 |
Section 1 – Definitions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# TIGER Corpus
|
2 |
|
3 |
* Author: Brants, Sabine, Stefanie Dipper, Peter Eisenberg, Silvia Hansen, Esther König, Wolfgang Lezius, Christian Rohrer, George Smith, and Hans Uszkoreit
|
|
|
29 |
* License: CC BY 4.0
|
30 |
|
31 |
```
|
32 |
+
Creative Commons Attribution 4.0 International Public License
|
33 |
+
|
34 |
By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions.
|
35 |
|
36 |
Section 1 – Definitions.
|
README.md
CHANGED
@@ -14,61 +14,76 @@ model-index:
|
|
14 |
metrics:
|
15 |
- name: NER Precision
|
16 |
type: precision
|
17 |
-
value: 0.
|
18 |
- name: NER Recall
|
19 |
type: recall
|
20 |
-
value: 0.
|
21 |
- name: NER F Score
|
22 |
type: f_score
|
23 |
-
value: 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
- task:
|
25 |
name: POS
|
26 |
type: token-classification
|
27 |
metrics:
|
28 |
-
- name: POS Accuracy
|
29 |
type: accuracy
|
30 |
-
value: 0.
|
31 |
- task:
|
32 |
-
name:
|
33 |
type: token-classification
|
34 |
metrics:
|
35 |
-
- name:
|
36 |
-
type:
|
37 |
-
value: 0.
|
38 |
-
- name: SENTER Recall
|
39 |
-
type: recall
|
40 |
-
value: 0.9597449602
|
41 |
-
- name: SENTER F Score
|
42 |
-
type: f_score
|
43 |
-
value: 0.9495327103
|
44 |
- task:
|
45 |
-
name:
|
46 |
type: token-classification
|
47 |
metrics:
|
48 |
-
- name:
|
49 |
type: accuracy
|
50 |
-
value: 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
- task:
|
52 |
name: LABELED_DEPENDENCIES
|
53 |
type: token-classification
|
54 |
metrics:
|
55 |
-
- name: Labeled
|
56 |
-
type:
|
57 |
-
value: 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
---
|
59 |
### Details: https://spacy.io/models/de#de_core_news_lg
|
60 |
|
61 |
-
German pipeline optimized for CPU. Components: tok2vec, tagger, morphologizer, parser,
|
62 |
|
63 |
| Feature | Description |
|
64 |
| --- | --- |
|
65 |
| **Name** | `de_core_news_lg` |
|
66 |
-
| **Version** | `3.
|
67 |
-
| **spaCy** | `>=3.
|
68 |
-
| **Default Pipeline** | `tok2vec`, `tagger`, `morphologizer`, `parser`, `
|
69 |
-
| **Components** | `tok2vec`, `tagger`, `morphologizer`, `parser`, `
|
70 |
| **Vectors** | 500000 keys, 500000 unique vectors (300 dimensions) |
|
71 |
-
| **Sources** | [
|
72 |
| **License** | `MIT` |
|
73 |
| **Author** | [Explosion](https://explosion.ai) |
|
74 |
|
@@ -76,14 +91,13 @@ German pipeline optimized for CPU. Components: tok2vec, tagger, morphologizer, p
|
|
76 |
|
77 |
<details>
|
78 |
|
79 |
-
<summary>View label scheme (
|
80 |
|
81 |
| Component | Labels |
|
82 |
| --- | --- |
|
83 |
| **`tagger`** | `$(`, `$,`, `$.`, `ADJA`, `ADJD`, `ADV`, `APPO`, `APPR`, `APPRART`, `APZR`, `ART`, `CARD`, `FM`, `ITJ`, `KOKOM`, `KON`, `KOUI`, `KOUS`, `NE`, `NN`, `NNE`, `PDAT`, `PDS`, `PIAT`, `PIS`, `PPER`, `PPOSAT`, `PPOSS`, `PRELAT`, `PRELS`, `PRF`, `PROAV`, `PTKA`, `PTKANT`, `PTKNEG`, `PTKVZ`, `PTKZU`, `PWAT`, `PWAV`, `PWS`, `TRUNC`, `VAFIN`, `VAIMP`, `VAINF`, `VAPP`, `VMFIN`, `VMINF`, `VMPP`, `VVFIN`, `VVIMP`, `VVINF`, `VVIZU`, `VVPP`, `XY` |
|
84 |
-
| **`morphologizer`** | `POS=PUNCT`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Mood=Sub\|Number=Sing\|POS=AUX\|Person=3\|Tense=Past\|VerbForm=Fin`, `POS=ADV`, `Case=Nom\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Nom\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Case=Acc\|Definite=Def\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=NOUN`, `POS=ADP`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Case=Acc\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Nom\|Definite=Def\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Art`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Case=Acc\|Definite=Def\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Acc\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=NOUN`, `Case=Dat\|Gender=Neut\|Number=Sing\|POS=PROPN`, `POS=VERB\|VerbForm=Part`, `Case=Dat\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Foreign=Yes\|POS=X`, `Degree=Pos\|POS=ADV`, `Case=Dat\|Gender=Neut\|Number=Sing\|POS=ADP`, `Case=Dat\|Gender=Neut\|Number=Sing\|POS=NOUN`, `Case=Dat\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Dat\|Definite=Def\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Dat\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Dat\|Gender=Masc\|Number=Sing\|POS=NOUN`, `POS=CCONJ`, `POS=SCONJ`, `Case=Acc\|Definite=Ind\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Art`, `POS=VERB\|VerbForm=Inf`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Nom\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Nom\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Case=Acc\|Definite=Def\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Acc\|Degree=Sup\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Gen\|Definite=Def\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=NOUN`, `POS=PART`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Nom\|Definite=Def\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Art`, `Case=Dat\|Definite=Def\|Number=Plur\|POS=DET\|PronType=Art`, `Case=Dat\|Number=Plur\|POS=PROPN`, `POS=PRON\|PronType=Ind`, `Case=Dat\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs\|Reflex=Yes`, `Case=Acc\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Case=Dat\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Gen\|Definite=Def\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Gen\|Gender=Neut\|Number=Sing\|POS=NOUN`, `Case=Nom\|Number=Sing\|POS=PROPN`, `Case=Dat\|Definite=Def\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Art`, `Case=Dat\|Gender=Masc\|Number=Plur\|POS=NOUN`, `POS=NUM`, `Case=Dat\|Gender=Neut\|Number=Plur\|POS=NOUN`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Tense=Past\|VerbForm=Fin`, `Case=Dat\|Gender=Masc\|Number=Sing\|POS=ADP`, `Gender=Neut\|POS=NOUN`, `Case=Acc\|Number=Sing\|POS=PROPN`, `Case=Acc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs\|Reflex=Yes`, `Case=Nom\|Definite=Def\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Case=Gen\|Definite=Def\|Number=Plur\|POS=DET\|PronType=Art`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Mood=Sub\|Number=Sing\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Gen\|Definite=Def\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Case=Nom\|Definite=Def\|Number=Plur\|POS=DET\|PronType=Art`, `Case=Nom\|Number=Plur\|POS=NOUN`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Dat\|Definite=Def\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Nom\|Number=Plur\|POS=PRON\|PronType=Ind`, `Case=Dat\|Gender=Masc\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Acc\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Art`, `POS=PROPN`, `Case=Nom\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Tense=Pres\|VerbForm=Fin`, `POS=INTJ`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Dem`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=NOUN`, `Case=Acc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs\|Reflex=Yes`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Mood=Sub\|Number=Sing\|POS=AUX\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Rel`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Nom\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Nom\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Dat\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=PRON\|PronType=Rel`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Dat\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Nom\|Gender=Neut\|Number=Plur\|POS=NOUN`, `Case=Acc\|Gender=Neut\|Number=Plur\|POS=PRON\|PronType=Rel`, `Case=Dat\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Dat\|Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Rel`, `Gender=Masc\|POS=NOUN`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Tense=Past\|VerbForm=Fin`, `Case=Nom\|Definite=Def\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Art`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Int`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=PROPN`, `POS=SCONJ\|PronType=Int`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Dat\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Nom\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Gen\|Definite=Def\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Art`, `Case=Gen\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Case=Dat\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Dat\|Definite=Def\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Ind`, `Case=Dat\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Dat\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Dat\|Degree=Cmp\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Nom\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Gender=Neut\|POS=PRON\|PronType=Ind`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Dat\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Dat\|Number=Plur\|POS=NOUN`, `Case=Dat\|Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Dat\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Dem`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=ADP`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Int`, `Case=Gen\|Number=Plur\|POS=PROPN`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Acc\|Gender=Neut\|Number=Plur\|POS=NOUN`, `Case=Acc\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Nom\|Definite=Def\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Art`, `Case=Gen\|Gender=Neut\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs`, `Degree=Cmp\|POS=ADV`, `Case=Nom\|Gender=Neut\|Number=Plur\|POS=PRON\|PronType=Dem`, `Case=Gen\|Definite=Ind\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=ADP`, `Case=Dat\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Int`, `Case=Dat\|Definite=Ind\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Art`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=3\|Tense=Past\|VerbForm=Fin`, `Case=Gen\|Definite=Def\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Art`, `Case=Gen\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Acc\|Degree=Sup\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Nom\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Gen\|Gender=Masc\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=3\|Tense=Past\|VerbForm=Fin`, `Case=Gen\|Number=Sing\|POS=PROPN`, `Case=Nom\|Definite=Def\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Nom\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Dat\|Gender=Fem\|Number=Plur\|POS=PRON\|PronType=Rel`, `Case=Acc\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Nom\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Gen\|Gender=Neut\|Number=Sing\|POS=PROPN`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Rel`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Int`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Ind`, `Case=Gen\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Art`, `POS=X`, `Case=Dat\|Degree=Sup\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Gen\|Number=Plur\|POS=NOUN`, `Case=Gen\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Gen\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Acc\|Number=Plur\|POS=PRON\|PronType=Rel`, `Case=Nom\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Gen\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Gen\|Definite=Def\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Art`, `Case=Gen\|Degree=Pos\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Case=Gen\|Gender=Neut\|Number=Plur\|POS=NOUN`, `Case=Nom\|Gender=Fem\|Number=Plur\|POS=PRON\|PronType=Ind`, `Mood=Sub\|Number=Plur\|POS=AUX\|Person=3\|Tense=Past\|VerbForm=Fin`, `Case=Nom\|Degree=Pos\|Number=Plur\|POS=ADJ`, `Case=Nom\|Number=Plur\|POS=PRON\|PronType=Rel`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=PRON\|PronType=Rel`, `Case=Acc\|Degree=Pos\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Case=Dat\|Degree=Pos\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Case=Acc\|Definite=Def\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Art`, `Case=Acc\|Degree=Sup\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Case=Nom\|Degree=Sup\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Nom\|Gender=Fem\|Number=Plur\|POS=PRON\|PronType=Rel`, `POS=DET\|PronType=Ind`, `Case=Gen\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Dat\|Gender=Fem\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=PROPN`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Case=Acc\|Definite=Def\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Art`, `Case=Dat\|Definite=Def\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Art`, `Case=Nom\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Dat\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Dat\|Number=Sing\|POS=NOUN`, `Case=Nom\|Definite=Ind\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Art`, `Degree=Pos\|POS=ADJ`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Case=Acc\|Degree=Pos\|Number=Plur\|POS=ADJ`, `Case=Acc\|Number=Plur\|POS=NOUN`, `Case=Dat\|Number=Plur\|POS=PRON\|PronType=Rel`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Dem`, `Mood=Sub\|Number=Sing\|POS=VERB\|Person=1\|Tense=Past\|VerbForm=Fin`, `Case=Acc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Nom\|Degree=Pos\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Rel`, `Case=Nom\|Gender=Neut\|Number=Plur\|POS=PRON\|PronType=Rel`, `POS=AUX\|VerbForm=Inf`, `Case=Acc\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=1\|Tense=Pres\|VerbForm=Fin`, `Case=Nom\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Nom\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Acc\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Acc\|Definite=Def\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Art`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Case=Gen\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Ind`, `Case=Acc\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Rel`, `Case=Gen\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Dat\|Gender=Neut\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs`, `Mood=Sub\|Number=Plur\|POS=AUX\|Person=3\|Tense=Pres\|VerbForm=Fin`, `POS=ADV\|PronType=Int`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Int`, `Case=Dat\|Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Int`, `POS=AUX\|VerbForm=Part`, `Case=Dat\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Dat\|Number=Plur\|POS=PRON\|PronType=Ind`, `Case=Nom\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Dat\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Dat\|Definite=Def\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Art`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Case=Dat\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs\|Reflex=Yes`, `Case=Acc\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Acc\|Degree=Cmp\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Dem`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=1\|Tense=Pres\|VerbForm=Fin`, `Case=Dat\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Ind`, `Case=Dat\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs\|Reflex=Yes`, `Case=Acc\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Dat\|Degree=Pos\|Number=Plur\|POS=ADJ`, `Case=Dat\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=PROPN`, `Case=Nom\|Number=Plur\|POS=DET\|PronType=Ind`, `Degree=Sup\|POS=ADV`, `Case=Dat\|Gender=Masc\|Number=Plur\|POS=PRON\|PronType=Rel`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=PRON\|PronType=Rel`, `Case=Nom\|Number=Sing\|POS=NOUN`, `Case=Acc\|Definite=Def\|Number=Plur\|POS=DET\|PronType=Art`, `Case=Gen\|Number=Sing\|POS=NOUN`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Ind`, `Case=Nom\|Degree=Cmp\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Gen\|Degree=Cmp\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Nom\|Number=Plur\|POS=PRON\|PronType=Dem`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=PRON\|PronType=Dem`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Ind`, `Case=Acc\|Number=Plur\|POS=PRON\|PronType=Ind`, `Case=Dat\|Number=Plur\|POS=DET\|PronType=Ind`, `Mood=Sub\|Number=Sing\|POS=VERB\|Person=3\|Tense=Past\|VerbForm=Fin`, `Case=Dat\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Rel`, `Definite=Ind\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Dat\|Gender=Neut\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Ind`, `Case=Acc\|Degree=Cmp\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Gender=Fem\|POS=NOUN`, `Case=Gen\|Degree=Sup\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Dat\|Degree=Cmp\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Dat\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Dat\|Degree=Sup\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Gen\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Ind`, `Case=Acc\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=PRON\|PronType=Dem`, `Case=Gen\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Nom\|Degree=Sup\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=PRON\|PronType=Rel`, `Case=Nom\|Degree=Cmp\|Number=Plur\|POS=ADJ`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Rel`, `Case=Dat\|Gender=Fem\|Number=Plur\|POS=PROPN`, `Case=Dat\|Number=Sing\|POS=PROPN`, `Case=Gen\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Dat\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Dat\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Dat\|Gender=Neut\|Number=Plur\|POS=PRON\|PronType=Rel`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Nom\|Number=Plur\|POS=PROPN`, `Mood=Sub\|Number=Plur\|POS=VERB\|Person=3\|Tense=Past\|VerbForm=Fin`, `Case=Acc\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs\|Reflex=Yes`, `Case=Gen\|Gender=Fem\|Number=Plur\|POS=PRON\|PronType=Rel`, `Case=Gen\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Rel`, `Case=Gen\|Gender=Neut\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Gen\|Number=Plur\|POS=DET\|PronType=Rel`, `Case=Dat\|Degree=Sup\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Nom\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Nom\|Degree=Cmp\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Case=Nom\|Gender=Fem\|Number=Plur\|POS=PROPN`, `Case=Dat\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Nom\|Degree=Sup\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Gen\|Degree=Pos\|Number=Plur\|POS=ADJ`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Dat\|Gender=Fem\|Number=Plur\|POS=PRON\|PronType=Ind`, `Case=Nom\|Degree=Cmp\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Dat\|Number=Plur\|POS=PRON\|PronType=Dem`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Dem`, `Case=Acc\|Degree=Cmp\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Acc\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Nom\|Gender=Fem\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=PRON\|PronType=Rel`, `Gender=Masc\|Number=Sing\|POS=NOUN`, `Case=Gen\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Nom\|Definite=Ind\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Acc\|Number=Plur\|POS=PRON\|Poss=Yes\|PronType=Prs`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=1\|Tense=Pres\|VerbForm=Fin`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Int`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Dem`, `Gender=Fem\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs`, `Gender=Fem\|Number=Sing\|POS=NOUN`, `Case=Gen\|Gender=Fem\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Gen\|Gender=Fem\|Number=Plur\|POS=PRON\|PronType=Dem`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Int`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Dat\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Ind`, `Case=Acc\|Gender=Neut\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Rel`, `Case=Gen\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Dat\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Acc\|Degree=Cmp\|Number=Plur\|POS=ADJ`, `Case=Gen\|Number=Plur\|POS=PRON\|PronType=Dem`, `Case=Nom\|Gender=Neut\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Acc\|Degree=Sup\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Acc\|Degree=Cmp\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Dat\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=PRON\|PronType=Ind`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=PRON\|PronType=Ind`, `Mood=Sub\|Number=Sing\|POS=AUX\|Person=1\|Tense=Past\|VerbForm=Fin`, `Case=Nom\|Gender=Fem\|Number=Plur\|POS=PRON\|PronType=Dem`, `Gender=Masc\|Number=Plur\|POS=NOUN`, `Case=Nom\|Degree=Cmp\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Gender=Neut\|POS=PROPN`, `Case=Acc\|Gender=Neut\|Number=Plur\|POS=PROPN`, `Case=Gen\|Degree=Sup\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Case=Dat\|Degree=Sup\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Dat\|Gender=Neut\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Gender=Masc\|POS=PROPN`, `Case=Dat\|Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Dem`, `Case=Nom\|POS=PROPN`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Nom\|Gender=Neut\|Number=Plur\|POS=PRON\|PronType=Ind`, `Case=Gen\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Gen\|Gender=Masc\|Number=Plur\|POS=PRON\|PronType=Dem`, `Case=Acc\|Gender=Neut\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Dat\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Dat\|Gender=Masc\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Gen\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=PRON\|PronType=Rel`, `Case=Acc\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Int`, `Definite=Def\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Gen\|Degree=Cmp\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=PRON\|PronType=Dem`, `Case=Dat\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Gen\|Degree=Sup\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Gen\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Rel`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=PROPN`, `Case=Acc\|Number=Plur\|POS=PROPN`, `Case=Nom\|Gender=Neut\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Acc\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Dat\|Definite=Ind\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Dat\|Number=Sing\|POS=PRON\|PronType=Rel`, `Case=Gen\|Degree=Cmp\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Case=Dat\|Number=Sing\|POS=ADP`, `Case=Gen\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Rel`, `Mood=Imp\|Number=Sing\|POS=VERB\|Person=2`, `Case=Nom\|Degree=Cmp\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Nom\|Degree=Cmp\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Gen\|Gender=Fem\|Number=Plur\|POS=PROPN`, `Case=Acc\|Gender=Masc\|POS=NOUN`, `Case=Dat\|Degree=Sup\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Dat\|Degree=Cmp\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Gen\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Acc\|Degree=Sup\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Acc\|Degree=Cmp\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Gen\|Degree=Sup\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Gen\|Degree=Sup\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Gender=Neut\|Number=Sing\|POS=NOUN`, `POS=NOUN`, `Case=Dat\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Int`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Gen\|Number=Sing\|POS=DET\|PronType=Rel`, `Case=Gen\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Dat\|POS=PROPN`, `Case=Gen\|Definite=Def\|POS=DET\|PronType=Art`, `Case=Gen\|POS=PROPN`, `Case=Acc\|Number=Sing\|POS=NOUN`, `Case=Gen\|Degree=Sup\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Dat\|Degree=Cmp\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Mood=Imp\|Number=Plur\|POS=VERB\|Person=2`, `Case=Dat\|Degree=Cmp\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Dat\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs\|Reflex=Yes`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Rel`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Gen\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Dem`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Gen\|Degree=Cmp\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Int`, `Case=Gen\|POS=PRON\|PronType=Dem`, `Definite=Ind\|POS=DET\|PronType=Art`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=1\|Tense=Past\|VerbForm=Fin`, `Case=Nom\|Degree=Sup\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Int`, `Case=Dat\|POS=PRON\|PronType=Dem`, `Gender=Masc\|Number=Sing\|POS=PROPN`, `Case=Gen\|Degree=Cmp\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=PRON\|Poss=Yes\|PronType=Prs`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=PRON\|PronType=Dem`, `Gender=Neut\|Number=Sing\|POS=PROPN`, `Case=Dat\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Dem`, `Case=Dat\|Number=Sing\|POS=PRON\|PronType=Dem`, `Case=Dat\|Gender=Neut\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Dat\|Degree=Cmp\|Number=Sing\|POS=ADJ`, `Case=Dat\|Degree=Pos\|Number=Sing\|POS=ADJ`, `POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Gen\|Number=Sing\|POS=PRON\|PronType=Dem`, `Gender=Fem\|Number=Sing\|POS=PROPN`, `Case=Nom\|Degree=Sup\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=1\|Tense=Past\|VerbForm=Fin`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=PROPN`, `Case=Nom\|Degree=Sup\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Nom\|Number=Sing\|POS=PRON\|Person=2\|PronType=Prs`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=2\|Tense=Pres\|VerbForm=Fin`, `Case=Acc\|Number=Plur\|POS=PRON\|PronType=Dem`, `Case=Nom\|POS=PRON\|Person=3\|PronType=Prs`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=2\|Tense=Pres\|VerbForm=Fin`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=2\|PronType=Prs`, `Case=Dat\|Number=Sing\|POS=PRON\|Person=2\|PronType=Prs`, `Case=Acc\|Number=Sing\|POS=PRON\|Person=2\|PronType=Prs`, `Case=Nom\|Number=Sing\|POS=PRON\|PronType=Int`, `Mood=Sub\|Number=Sing\|POS=AUX\|Person=1\|Tense=Pres\|VerbForm=Fin`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Tense=Past\|VerbForm=Fin`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=1\|Tense=Past\|VerbForm=Fin`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=PRON\|PronType=Int`, `Case=Dat\|Gender=Masc\|Number=Plur\|POS=PRON\|PronType=Ind`, `Case=Nom\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Gen\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Rel`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Int`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=PRON\|PronType=Ind`, `Case=Dat\|Degree=Sup\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Acc\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Dat\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Dat\|Gender=Neut\|Number=Plur\|POS=PRON\|PronType=Ind`, `Case=Dat\|Gender=Fem\|Number=Plur\|POS=PRON\|PronType=Dem`, `Case=Gen\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Ind`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=PRON\|PronType=Dem`, `Case=Dat\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Ind`, `Case=Gen\|Degree=Cmp\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Acc\|Degree=Cmp\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Dem`, `Case=Dat\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Int`, `Case=Nom\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Acc\|Number=Sing\|POS=PRON\|PronType=Ind`, `Definite=Ind\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Art`, `Mood=Sub\|Number=Plur\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Case=Gen\|Number=Plur\|POS=DET\|PronType=Dem`, `Gender=Neut\|POS=DET\|PronType=Ind`, `Case=Dat\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Nom\|Number=Plur\|POS=PRON\|Person=2\|PronType=Prs`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=2\|Tense=Pres\|VerbForm=Fin`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=2\|Tense=Pres\|VerbForm=Fin`, `Case=Dat\|Number=Plur\|POS=PRON\|Person=2\|PronType=Prs`, `Case=Acc\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs\|Reflex=Yes`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=PRON\|Poss=Yes\|PronType=Prs`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=2\|PronType=Prs`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=2\|PronType=Prs`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Int`, `Case=Dat\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Int`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Int`, `Case=Gen\|Number=Plur\|POS=PRON\|PronType=Ind`, `Mood=Sub\|Number=Sing\|POS=VERB\|Person=1\|Tense=Pres\|VerbForm=Fin`, `Case=Acc\|Number=Sing\|POS=PRON\|PronType=Int`, `Case=Nom\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Acc\|POS=PRON\|PronType=Dem`, `Mood=Sub\|Number=Plur\|POS=AUX\|Person=1\|Tense=Past\|VerbForm=Fin`, `Mood=Sub\|Number=Plur\|POS=VERB\|Person=1\|Tense=Past\|VerbForm=Fin`, `Case=Acc\|Degree=Sup\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=PRON\|PronType=Dem`, `Case=Gen\|Degree=Pos\|POS=ADJ`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=PRON\|PronType=Dem`, `Case=Gen\|Number=Plur\|POS=PRON\|Poss=Yes\|PronType=Prs`, `Case=Dat\|Gender=Neut\|Number=Plur\|POS=PRON\|PronType=Dem`, `Mood=Imp\|Number=Plur\|POS=AUX\|Person=2`, `Case=Dat\|Number=Sing\|POS=PRON\|PronType=Int`, `Mood=Sub\|Number=Sing\|POS=VERB\|Person=2\|Tense=Past\|VerbForm=Fin`, `Case=Acc\|Number=Sing\|POS=PRON\|Person=2\|PronType=Prs\|Reflex=Yes`, `Case=Dat\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Int`, `Case=Dat\|Gender=Masc\|Number=Plur\|POS=PROPN`, `Case=Acc\|Gender=Neut\|Number=Plur\|POS=PRON\|PronType=Dem`, `Mood=Sub\|Number=Plur\|POS=AUX\|Person=1\|Tense=Pres\|VerbForm=Fin`, `Case=Acc\|Number=Sing\|POS=PRON\|PronType=Rel`, `Case=Acc\|Number=Sing\|POS=PRON\|PronType=Dem`, `Case=Nom\|Number=Sing\|POS=PRON\|PronType=Rel`, `Case=Dat\|Degree=Cmp\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Case=Dat\|Definite=Def\|Number=Sing\|POS=DET\|PronType=Art`, `Gender=Neut\|Number=Plur\|POS=NOUN`, `Case=Dat\|Degree=Cmp\|Number=Plur\|POS=ADJ`, `Gender=Fem\|POS=PROPN`, `Case=Acc\|Gender=Neut\|Number=Plur\|POS=PRON\|PronType=Int`, `Case=Gen\|Definite=Def\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Gen\|Degree=Pos\|Number=Sing\|POS=ADJ`, `Case=Nom\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Nom\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Int`, `Case=Gen\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Ind`, `Gender=Fem\|Number=Plur\|POS=NOUN`, `Gender=Fem\|POS=PRON\|PronType=Ind`, `Case=Nom\|Definite=Def\|Number=Sing\|POS=DET\|PronType=Art`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=2\|Tense=Past\|VerbForm=Fin`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Rel`, `Case=Dat\|Degree=Sup\|Number=Plur\|POS=ADJ`, `Case=Nom\|Degree=Pos\|Number=Sing\|POS=ADJ`, `Case=Acc\|Degree=Sup\|Number=Plur\|POS=ADJ`, `Case=Nom\|Gender=Neut\|Number=Plur\|POS=PROPN`, `Case=Dat\|Gender=Neut\|Number=Plur\|POS=PROPN`, `Case=Acc\|Gender=Neut\|Number=Plur\|POS=PRON\|Poss=Yes\|PronType=Prs`, `Case=Acc\|Number=Plur\|POS=PRON\|Person=2\|PronType=Prs`, `Case=Dat\|Number=Sing\|POS=DET\|PronType=Ind`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=DET`, `Case=Nom\|Gender=Masc\|POS=NOUN`, `Case=Nom\|POS=NOUN`, `Case=Gen\|POS=NOUN`, `Degree=Cmp\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Acc\|Definite=Def\|POS=DET\|PronType=Art`, `Case=Acc\|POS=PROPN`, `Case=Nom\|Number=Plur\|POS=DET\|PronType=Int`, `Case=Gen\|Degree=Cmp\|Number=Plur\|POS=ADJ`, `Case=Acc\|Gender=Neut\|POS=NOUN`, `Case=Gen\|POS=DET\|PronType=Rel`, `Case=Dat\|Number=Sing\|POS=PRON\|Poss=Yes\|PronType=Prs`, `POS=DET\|PronType=Int`, `Definite=Ind\|Gender=Neut\|POS=DET\|PronType=Art`, `Case=Dat\|POS=NOUN`, `Case=Acc\|Definite=Ind\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Nom\|Gender=Neut\|POS=NOUN`, `Definite=Def\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Art`, `Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Dat\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Int`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Rel`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=PROPN`, `Case=Acc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=PRON\|PronType=Int`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Int`, `Case=Gen\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Acc\|POS=NOUN`, `Case=Gen\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Gen\|Gender=Neut\|Number=Plur\|POS=PRON\|PronType=Dem`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Gen\|Gender=Neut\|Number=Plur\|POS=PROPN`, `Case=Nom\|Definite=Def\|POS=DET\|PronType=Art`, `Case=Nom\|Degree=Pos\|POS=ADJ`, `Gender=Fem\|Number=Sing\|POS=DET\|PronType=Ind`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs`, `Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Int`, `Definite=Def\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Art`, `Case=Acc\|Number=Plur\|POS=PRON\|Person=2\|PronType=Prs\|Reflex=Yes`, `Case=Gen\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Gen\|Definite=Ind\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Gen\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Dat\|Gender=Masc\|Number=Plur\|POS=PRON\|PronType=Dem`, `Case=Nom\|Number=Plur\|POS=PRON\|PronType=Int`, `Case=Dat\|Gender=Neut\|POS=NOUN`, `Case=Acc\|Gender=Neut\|Number=Plur\|POS=PRON\|PronType=Ind`, `Case=Dat\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Int`, `Case=Acc\|Definite=Def\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Rel`, `Degree=Cmp\|POS=ADJ`, `Case=Dat\|Gender=Neut\|Number=Sing\|POS=PRON\|Poss=Yes\|PronType=Prs`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=PRON\|Poss=Yes\|PronType=Prs`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=PRON\|Poss=Yes\|PronType=Prs`, `Case=Acc\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs`, `POS=ADJ`, `Case=Nom\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Int`, `Case=Acc\|Degree=Pos\|POS=ADJ`, `Case=Gen\|POS=PRON\|PronType=Int`, `Case=Acc\|Definite=Ind\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Art`, `Definite=Def\|Number=Plur\|POS=DET\|PronType=Art`, `Degree=Pos\|Number=Plur\|POS=ADJ`, `Number=Plur\|POS=NOUN`, `POS=PRON\|PronType=Int`, `Case=Gen\|Degree=Sup\|Number=Plur\|POS=ADJ`, `Case=Dat\|Gender=Masc\|POS=NOUN`, `Gender=Fem\|Number=Plur\|POS=DET\|PronType=Ind`, `Gender=Fem\|POS=DET\|PronType=Dem`, `Case=Acc\|POS=PRON\|PronType=Ind`, `Case=Gen\|Number=Sing\|POS=DET\|PronType=Int`, `Case=Gen\|Gender=Neut\|Number=Plur\|POS=PRON\|PronType=Rel`, `Case=Nom\|Gender=Fem\|POS=NOUN`, `Case=Nom\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs\|Reflex=Yes`, `Mood=Sub\|Number=Sing\|POS=AUX\|Person=2\|Tense=Pres\|VerbForm=Fin`, `Case=Gen\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Rel`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=ADP`, `Case=Nom\|Gender=Masc\|POS=PROPN`, `Definite=Def\|POS=DET\|PronType=Art`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=2\|Tense=Past\|VerbForm=Fin`, `Case=Acc\|Degree=Pos\|Number=Sing\|POS=ADJ`, `Case=Acc\|Number=Sing\|POS=DET\|PronType=Ind`, `Case=Nom\|Number=Sing\|POS=PRON\|PronType=Dem`, `Case=Nom\|Number=Sing\|POS=DET\|PronType=Ind`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Dat\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Dat\|POS=PRON\|Person=3\|PronType=Prs\|Reflex=Yes`, `Mood=Imp\|Number=Sing\|POS=AUX\|Person=2`, `Gender=Fem\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Rel`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=ADP`, `Definite=Ind\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Art`, `Mood=Sub\|Number=Sing\|POS=VERB\|Person=2\|Tense=Pres\|VerbForm=Fin`, `Case=Nom\|Degree=Sup\|Number=Plur\|POS=ADJ`, `Case=Gen\|Gender=Masc\|Number=Plur\|POS=PROPN`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs`, `Gender=Fem\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Dat\|Gender=Masc\|POS=PROPN`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=DET`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=PRON\|PronType=Rel`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=PRON\|PronType=Int`, `Case=Nom\|POS=PRON\|PronType=Ind`, `Case=Nom\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs\|Reflex=Yes`, `Case=Gen\|Definite=Def\|Gender=Fem\|POS=DET\|PronType=Art`, `Case=Gen\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=2\|PronType=Prs`, `Case=Gen\|POS=DET\|PronType=Dem`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=PRON\|Poss=Yes\|PronType=Prs`, `Gender=Masc\|POS=PRON\|PronType=Ind`, `Gender=Neut\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Nom\|Gender=Fem\|POS=PRON\|PronType=Ind`, `Case=Nom\|Gender=Fem\|POS=PROPN`, `Gender=Neut\|Number=Plur\|POS=PROPN`, `Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Ind` |
|
85 |
| **`parser`** | `ROOT`, `ac`, `adc`, `ag`, `ams`, `app`, `avc`, `cc`, `cd`, `cj`, `cm`, `cp`, `cvc`, `da`, `dep`, `dm`, `ep`, `ju`, `mnr`, `mo`, `ng`, `nk`, `nmc`, `oa`, `oc`, `og`, `op`, `par`, `pd`, `pg`, `ph`, `pm`, `pnc`, `punct`, `rc`, `re`, `rs`, `sb`, `sbp`, `svp`, `uc`, `vo` |
|
86 |
-
| **`senter`** | `I`, `S` |
|
87 |
| **`ner`** | `LOC`, `MISC`, `ORG`, `PER` |
|
88 |
|
89 |
</details>
|
@@ -92,22 +106,22 @@ German pipeline optimized for CPU. Components: tok2vec, tagger, morphologizer, p
|
|
92 |
|
93 |
| Type | Score |
|
94 |
| --- | --- |
|
95 |
-
| `TAG_ACC` | 97.92 |
|
96 |
-
| `SENTS_P` | 95.43 |
|
97 |
-
| `SENTS_R` | 95.97 |
|
98 |
-
| `SENTS_F` | 94.95 |
|
99 |
-
| `ENTS_P` | 85.42 |
|
100 |
-
| `ENTS_R` | 84.90 |
|
101 |
-
| `ENTS_F` | 85.16 |
|
102 |
| `TOKEN_ACC` | 99.98 |
|
103 |
| `TOKEN_P` | 99.92 |
|
104 |
| `TOKEN_R` | 99.90 |
|
105 |
| `TOKEN_F` | 99.91 |
|
|
|
106 |
| `POS_ACC` | 98.41 |
|
107 |
-
| `MORPH_ACC` | 92.
|
108 |
-
| `MORPH_MICRO_P` | 96.
|
109 |
-
| `MORPH_MICRO_R` |
|
110 |
-
| `MORPH_MICRO_F` | 96.
|
111 |
-
| `
|
112 |
-
| `
|
113 |
-
| `
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
metrics:
|
15 |
- name: NER Precision
|
16 |
type: precision
|
17 |
+
value: 0.8529898059
|
18 |
- name: NER Recall
|
19 |
type: recall
|
20 |
+
value: 0.8446292461
|
21 |
- name: NER F Score
|
22 |
type: f_score
|
23 |
+
value: 0.8487889386
|
24 |
+
- task:
|
25 |
+
name: TAG
|
26 |
+
type: token-classification
|
27 |
+
metrics:
|
28 |
+
- name: TAG (XPOS) Accuracy
|
29 |
+
type: accuracy
|
30 |
+
value: 0.979965905
|
31 |
- task:
|
32 |
name: POS
|
33 |
type: token-classification
|
34 |
metrics:
|
35 |
+
- name: POS (UPOS) Accuracy
|
36 |
type: accuracy
|
37 |
+
value: 0.9840955194
|
38 |
- task:
|
39 |
+
name: MORPH
|
40 |
type: token-classification
|
41 |
metrics:
|
42 |
+
- name: Morph (UFeats) Accuracy
|
43 |
+
type: accuracy
|
44 |
+
value: 0.9207154704
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
- task:
|
46 |
+
name: LEMMA
|
47 |
type: token-classification
|
48 |
metrics:
|
49 |
+
- name: Lemma Accuracy
|
50 |
type: accuracy
|
51 |
+
value: 0.9794580737
|
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.9262392379
|
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.9070296829
|
66 |
+
- task:
|
67 |
+
name: SENTS
|
68 |
+
type: token-classification
|
69 |
+
metrics:
|
70 |
+
- name: Sentences F-Score
|
71 |
+
type: f_score
|
72 |
+
value: 0.9517021808
|
73 |
---
|
74 |
### Details: https://spacy.io/models/de#de_core_news_lg
|
75 |
|
76 |
+
German pipeline optimized for CPU. Components: tok2vec, tagger, morphologizer, parser, lemmatizer (trainable_lemmatizer), senter, ner.
|
77 |
|
78 |
| Feature | Description |
|
79 |
| --- | --- |
|
80 |
| **Name** | `de_core_news_lg` |
|
81 |
+
| **Version** | `3.3.0` |
|
82 |
+
| **spaCy** | `>=3.3.0.dev0,<3.4.0` |
|
83 |
+
| **Default Pipeline** | `tok2vec`, `tagger`, `morphologizer`, `parser`, `lemmatizer`, `attribute_ruler`, `ner` |
|
84 |
+
| **Components** | `tok2vec`, `tagger`, `morphologizer`, `parser`, `lemmatizer`, `senter`, `attribute_ruler`, `ner` |
|
85 |
| **Vectors** | 500000 keys, 500000 unique vectors (300 dimensions) |
|
86 |
+
| **Sources** | [TIGER Corpus](https://www.ims.uni-stuttgart.de/forschung/ressourcen/korpora/tiger.html) (Brants, Sabine, Stefanie Dipper, Peter Eisenberg, Silvia Hansen, Esther König, Wolfgang Lezius, Christian Rohrer, George Smith, and Hans Uszkoreit)<br />[Tiger2Dep](https://www.ims.uni-stuttgart.de/forschung/ressourcen/werkzeuge/tiger2dep/) (Wolfgang Seeker)<br />[WikiNER](https://figshare.com/articles/Learning_multilingual_named_entity_recognition_from_Wikipedia/5462500) (Joel Nothman, Nicky Ringland, Will Radford, Tara Murphy, James R Curran)<br />[Explosion fastText Vectors (cbow, OSCAR Common Crawl + Wikipedia)](https://spacy.io) (Explosion) |
|
87 |
| **License** | `MIT` |
|
88 |
| **Author** | [Explosion](https://explosion.ai) |
|
89 |
|
|
|
91 |
|
92 |
<details>
|
93 |
|
94 |
+
<summary>View label scheme (770 labels for 4 components)</summary>
|
95 |
|
96 |
| Component | Labels |
|
97 |
| --- | --- |
|
98 |
| **`tagger`** | `$(`, `$,`, `$.`, `ADJA`, `ADJD`, `ADV`, `APPO`, `APPR`, `APPRART`, `APZR`, `ART`, `CARD`, `FM`, `ITJ`, `KOKOM`, `KON`, `KOUI`, `KOUS`, `NE`, `NN`, `NNE`, `PDAT`, `PDS`, `PIAT`, `PIS`, `PPER`, `PPOSAT`, `PPOSS`, `PRELAT`, `PRELS`, `PRF`, `PROAV`, `PTKA`, `PTKANT`, `PTKNEG`, `PTKVZ`, `PTKZU`, `PWAT`, `PWAV`, `PWS`, `TRUNC`, `VAFIN`, `VAIMP`, `VAINF`, `VAPP`, `VMFIN`, `VMINF`, `VMPP`, `VVFIN`, `VVIMP`, `VVINF`, `VVIZU`, `VVPP`, `XY` |
|
99 |
+
| **`morphologizer`** | `POS=PUNCT`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Mood=Sub\|Number=Sing\|POS=AUX\|Person=3\|Tense=Past\|VerbForm=Fin`, `POS=ADV`, `Case=Nom\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Nom\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Case=Acc\|Definite=Def\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=NOUN`, `POS=ADP`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Case=Acc\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Nom\|Definite=Def\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Art`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Case=Acc\|Definite=Def\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Acc\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=NOUN`, `Case=Dat\|Gender=Neut\|Number=Sing\|POS=PROPN`, `POS=VERB\|VerbForm=Part`, `Case=Dat\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Foreign=Yes\|POS=X`, `Degree=Pos\|POS=ADV`, `Case=Dat\|Gender=Neut\|Number=Sing\|POS=ADP`, `Case=Dat\|Gender=Neut\|Number=Sing\|POS=NOUN`, `Case=Dat\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Dat\|Definite=Def\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Dat\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Dat\|Gender=Masc\|Number=Sing\|POS=NOUN`, `POS=CCONJ`, `POS=SCONJ`, `Case=Acc\|Definite=Ind\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Art`, `POS=VERB\|VerbForm=Inf`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Nom\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Nom\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Case=Acc\|Definite=Def\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Acc\|Degree=Sup\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Gen\|Definite=Def\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=NOUN`, `POS=PART`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Nom\|Definite=Def\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Art`, `Case=Dat\|Definite=Def\|Number=Plur\|POS=DET\|PronType=Art`, `Case=Dat\|Number=Plur\|POS=PROPN`, `POS=PRON\|PronType=Ind`, `Case=Dat\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs\|Reflex=Yes`, `Case=Acc\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Case=Dat\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Gen\|Definite=Def\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Gen\|Gender=Neut\|Number=Sing\|POS=NOUN`, `Case=Nom\|Number=Sing\|POS=PROPN`, `Case=Dat\|Definite=Def\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Art`, `Case=Dat\|Gender=Masc\|Number=Plur\|POS=NOUN`, `POS=NUM`, `Case=Dat\|Gender=Neut\|Number=Plur\|POS=NOUN`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Tense=Past\|VerbForm=Fin`, `Case=Dat\|Gender=Masc\|Number=Sing\|POS=ADP`, `Gender=Neut\|POS=NOUN`, `Case=Acc\|Number=Sing\|POS=PROPN`, `Case=Acc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs\|Reflex=Yes`, `Case=Nom\|Definite=Def\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Case=Gen\|Definite=Def\|Number=Plur\|POS=DET\|PronType=Art`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Mood=Sub\|Number=Sing\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Gen\|Definite=Def\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Case=Nom\|Definite=Def\|Number=Plur\|POS=DET\|PronType=Art`, `Case=Nom\|Number=Plur\|POS=NOUN`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Dat\|Definite=Def\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Nom\|Number=Plur\|POS=PRON\|PronType=Ind`, `Case=Dat\|Gender=Masc\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Acc\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Art`, `POS=PROPN`, `Case=Nom\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Tense=Pres\|VerbForm=Fin`, `POS=INTJ`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Dem`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=NOUN`, `Case=Acc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs\|Reflex=Yes`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Mood=Sub\|Number=Sing\|POS=AUX\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Rel`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Nom\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Nom\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Dat\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=PRON\|PronType=Rel`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Dat\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Nom\|Gender=Neut\|Number=Plur\|POS=NOUN`, `Case=Acc\|Gender=Neut\|Number=Plur\|POS=PRON\|PronType=Rel`, `Case=Dat\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Dat\|Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Rel`, `Gender=Masc\|POS=NOUN`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Tense=Past\|VerbForm=Fin`, `Case=Nom\|Definite=Def\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Art`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Int`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=PROPN`, `POS=SCONJ\|PronType=Int`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Dat\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Nom\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Gen\|Definite=Def\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Art`, `Case=Gen\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Case=Dat\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Dat\|Definite=Def\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Ind`, `Case=Dat\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Dat\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Dat\|Degree=Cmp\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Nom\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Gender=Neut\|POS=PRON\|PronType=Ind`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Dat\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Dat\|Number=Plur\|POS=NOUN`, `Case=Dat\|Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Dat\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Dem`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=ADP`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Int`, `Case=Gen\|Number=Plur\|POS=PROPN`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Acc\|Gender=Neut\|Number=Plur\|POS=NOUN`, `Case=Acc\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Nom\|Definite=Def\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Art`, `Case=Gen\|Gender=Neut\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs`, `Degree=Cmp\|POS=ADV`, `Case=Nom\|Gender=Neut\|Number=Plur\|POS=PRON\|PronType=Dem`, `Case=Gen\|Definite=Ind\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=ADP`, `Case=Dat\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Int`, `Case=Dat\|Definite=Ind\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Art`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=3\|Tense=Past\|VerbForm=Fin`, `Case=Gen\|Definite=Def\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Art`, `Case=Gen\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Acc\|Degree=Sup\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Nom\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Gen\|Gender=Masc\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=3\|Tense=Past\|VerbForm=Fin`, `Case=Gen\|Number=Sing\|POS=PROPN`, `Case=Nom\|Definite=Def\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Nom\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Dat\|Gender=Fem\|Number=Plur\|POS=PRON\|PronType=Rel`, `Case=Acc\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Nom\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Gen\|Gender=Neut\|Number=Sing\|POS=PROPN`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Rel`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Int`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Ind`, `Case=Gen\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Art`, `POS=X`, `Case=Dat\|Degree=Sup\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Gen\|Number=Plur\|POS=NOUN`, `Case=Gen\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Gen\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Acc\|Number=Plur\|POS=PRON\|PronType=Rel`, `Case=Nom\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Gen\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Gen\|Definite=Def\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Art`, `Case=Gen\|Degree=Pos\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Case=Gen\|Gender=Neut\|Number=Plur\|POS=NOUN`, `Case=Nom\|Gender=Fem\|Number=Plur\|POS=PRON\|PronType=Ind`, `Mood=Sub\|Number=Plur\|POS=AUX\|Person=3\|Tense=Past\|VerbForm=Fin`, `Case=Nom\|Degree=Pos\|Number=Plur\|POS=ADJ`, `Case=Nom\|Number=Plur\|POS=PRON\|PronType=Rel`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=PRON\|PronType=Rel`, `Case=Acc\|Degree=Pos\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Case=Dat\|Degree=Pos\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Case=Acc\|Definite=Def\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Art`, `Case=Acc\|Degree=Sup\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Case=Nom\|Degree=Sup\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Nom\|Gender=Fem\|Number=Plur\|POS=PRON\|PronType=Rel`, `POS=DET\|PronType=Ind`, `Case=Gen\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Dat\|Gender=Fem\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=PROPN`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Case=Acc\|Definite=Def\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Art`, `Case=Dat\|Definite=Def\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Art`, `Case=Nom\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Dat\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Dat\|Number=Sing\|POS=NOUN`, `Case=Nom\|Definite=Ind\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Art`, `Degree=Pos\|POS=ADJ`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Case=Acc\|Degree=Pos\|Number=Plur\|POS=ADJ`, `Case=Acc\|Number=Plur\|POS=NOUN`, `Case=Dat\|Number=Plur\|POS=PRON\|PronType=Rel`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Dem`, `Mood=Sub\|Number=Sing\|POS=VERB\|Person=1\|Tense=Past\|VerbForm=Fin`, `Case=Acc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Nom\|Degree=Pos\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Rel`, `Case=Nom\|Gender=Neut\|Number=Plur\|POS=PRON\|PronType=Rel`, `POS=AUX\|VerbForm=Inf`, `Case=Acc\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=1\|Tense=Pres\|VerbForm=Fin`, `Case=Nom\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Nom\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Acc\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Acc\|Definite=Def\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Art`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Case=Gen\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Ind`, `Case=Acc\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Rel`, `Case=Gen\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Dat\|Gender=Neut\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs`, `Mood=Sub\|Number=Plur\|POS=AUX\|Person=3\|Tense=Pres\|VerbForm=Fin`, `POS=ADV\|PronType=Int`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Int`, `Case=Dat\|Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Int`, `POS=AUX\|VerbForm=Part`, `Case=Dat\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Dat\|Number=Plur\|POS=PRON\|PronType=Ind`, `Case=Nom\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Dat\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Dat\|Definite=Def\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Art`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Case=Dat\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs\|Reflex=Yes`, `Case=Acc\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Acc\|Degree=Cmp\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Dem`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=1\|Tense=Pres\|VerbForm=Fin`, `Case=Dat\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Ind`, `Case=Dat\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs\|Reflex=Yes`, `Case=Acc\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Dat\|Degree=Pos\|Number=Plur\|POS=ADJ`, `Case=Dat\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=PROPN`, `Case=Nom\|Number=Plur\|POS=DET\|PronType=Ind`, `Degree=Sup\|POS=ADV`, `Case=Dat\|Gender=Masc\|Number=Plur\|POS=PRON\|PronType=Rel`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=PRON\|PronType=Rel`, `Case=Nom\|Number=Sing\|POS=NOUN`, `Case=Acc\|Definite=Def\|Number=Plur\|POS=DET\|PronType=Art`, `Case=Gen\|Number=Sing\|POS=NOUN`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Ind`, `Case=Nom\|Degree=Cmp\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Gen\|Degree=Cmp\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Nom\|Number=Plur\|POS=PRON\|PronType=Dem`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=PRON\|PronType=Dem`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Ind`, `Case=Acc\|Number=Plur\|POS=PRON\|PronType=Ind`, `Case=Dat\|Number=Plur\|POS=DET\|PronType=Ind`, `Mood=Sub\|Number=Sing\|POS=VERB\|Person=3\|Tense=Past\|VerbForm=Fin`, `Case=Dat\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Rel`, `Definite=Ind\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Dat\|Gender=Neut\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Ind`, `Case=Acc\|Degree=Cmp\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Gender=Fem\|POS=NOUN`, `Case=Gen\|Degree=Sup\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Dat\|Degree=Cmp\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Dat\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Dat\|Degree=Sup\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Gen\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Ind`, `Case=Acc\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=PRON\|PronType=Dem`, `Case=Gen\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Nom\|Degree=Sup\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=PRON\|PronType=Rel`, `Case=Nom\|Degree=Cmp\|Number=Plur\|POS=ADJ`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Rel`, `Case=Dat\|Gender=Fem\|Number=Plur\|POS=PROPN`, `Case=Dat\|Number=Sing\|POS=PROPN`, `Case=Gen\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Dat\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Dat\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Dat\|Gender=Neut\|Number=Plur\|POS=PRON\|PronType=Rel`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Nom\|Number=Plur\|POS=PROPN`, `Mood=Sub\|Number=Plur\|POS=VERB\|Person=3\|Tense=Past\|VerbForm=Fin`, `Case=Acc\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs\|Reflex=Yes`, `Case=Gen\|Gender=Fem\|Number=Plur\|POS=PRON\|PronType=Rel`, `Case=Gen\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Rel`, `Case=Gen\|Gender=Neut\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Gen\|Number=Plur\|POS=DET\|PronType=Rel`, `Case=Dat\|Degree=Sup\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Nom\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Nom\|Degree=Cmp\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Case=Nom\|Gender=Fem\|Number=Plur\|POS=PROPN`, `Case=Dat\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Nom\|Degree=Sup\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Gen\|Degree=Pos\|Number=Plur\|POS=ADJ`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Dat\|Gender=Fem\|Number=Plur\|POS=PRON\|PronType=Ind`, `Case=Nom\|Degree=Cmp\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Dat\|Number=Plur\|POS=PRON\|PronType=Dem`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Dem`, `Case=Acc\|Degree=Cmp\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Acc\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Nom\|Gender=Fem\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=PRON\|PronType=Rel`, `Gender=Masc\|Number=Sing\|POS=NOUN`, `Case=Gen\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Nom\|Definite=Ind\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Acc\|Number=Plur\|POS=PRON\|Poss=Yes\|PronType=Prs`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=1\|Tense=Pres\|VerbForm=Fin`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Int`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Dem`, `Gender=Fem\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs`, `Gender=Fem\|Number=Sing\|POS=NOUN`, `Case=Gen\|Gender=Fem\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Gen\|Gender=Fem\|Number=Plur\|POS=PRON\|PronType=Dem`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Int`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Dat\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Ind`, `Case=Acc\|Gender=Neut\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Rel`, `Case=Gen\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Dat\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Acc\|Degree=Cmp\|Number=Plur\|POS=ADJ`, `Case=Gen\|Number=Plur\|POS=PRON\|PronType=Dem`, `Case=Nom\|Gender=Neut\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Acc\|Degree=Sup\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Acc\|Degree=Cmp\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Dat\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=PRON\|PronType=Ind`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=PRON\|PronType=Ind`, `Mood=Sub\|Number=Sing\|POS=AUX\|Person=1\|Tense=Past\|VerbForm=Fin`, `Case=Nom\|Gender=Fem\|Number=Plur\|POS=PRON\|PronType=Dem`, `Gender=Masc\|Number=Plur\|POS=NOUN`, `Case=Nom\|Degree=Cmp\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Gender=Neut\|POS=PROPN`, `Case=Acc\|Gender=Neut\|Number=Plur\|POS=PROPN`, `Case=Gen\|Degree=Sup\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Case=Dat\|Degree=Sup\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Dat\|Gender=Neut\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Gender=Masc\|POS=PROPN`, `Case=Dat\|Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Dem`, `Case=Nom\|POS=PROPN`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Nom\|Gender=Neut\|Number=Plur\|POS=PRON\|PronType=Ind`, `Case=Gen\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Gen\|Gender=Masc\|Number=Plur\|POS=PRON\|PronType=Dem`, `Case=Acc\|Gender=Neut\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Dat\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Dat\|Gender=Masc\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Gen\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=PRON\|PronType=Rel`, `Case=Acc\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Int`, `Definite=Def\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Gen\|Degree=Cmp\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=PRON\|PronType=Dem`, `Case=Dat\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Gen\|Degree=Sup\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Gen\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Rel`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=PROPN`, `Case=Acc\|Number=Plur\|POS=PROPN`, `Case=Nom\|Gender=Neut\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Acc\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Dat\|Definite=Ind\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Dat\|Number=Sing\|POS=PRON\|PronType=Rel`, `Case=Gen\|Degree=Cmp\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Case=Dat\|Number=Sing\|POS=ADP`, `Case=Gen\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Rel`, `Mood=Imp\|Number=Sing\|POS=VERB\|Person=2`, `Case=Nom\|Degree=Cmp\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Nom\|Degree=Cmp\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Gen\|Gender=Fem\|Number=Plur\|POS=PROPN`, `Case=Acc\|Gender=Masc\|POS=NOUN`, `Case=Dat\|Degree=Sup\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Dat\|Degree=Cmp\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Gen\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Acc\|Degree=Sup\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Acc\|Degree=Cmp\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Gen\|Degree=Sup\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Gen\|Degree=Sup\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Gender=Neut\|Number=Sing\|POS=NOUN`, `POS=NOUN`, `Case=Dat\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Int`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Gen\|Number=Sing\|POS=DET\|PronType=Rel`, `Case=Gen\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Dat\|POS=PROPN`, `Case=Gen\|Definite=Def\|POS=DET\|PronType=Art`, `Case=Gen\|POS=PROPN`, `Case=Acc\|Number=Sing\|POS=NOUN`, `Case=Gen\|Degree=Sup\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Dat\|Degree=Cmp\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Mood=Imp\|Number=Plur\|POS=VERB\|Person=2`, `Case=Dat\|Degree=Cmp\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Dat\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs\|Reflex=Yes`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Rel`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Gen\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Dem`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Gen\|Degree=Cmp\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Int`, `Case=Gen\|POS=PRON\|PronType=Dem`, `Definite=Ind\|POS=DET\|PronType=Art`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=1\|Tense=Past\|VerbForm=Fin`, `Case=Nom\|Degree=Sup\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Int`, `Case=Dat\|POS=PRON\|PronType=Dem`, `Gender=Masc\|Number=Sing\|POS=PROPN`, `Case=Gen\|Degree=Cmp\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=PRON\|Poss=Yes\|PronType=Prs`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=PRON\|PronType=Dem`, `Gender=Neut\|Number=Sing\|POS=PROPN`, `Case=Dat\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Dem`, `Case=Dat\|Number=Sing\|POS=PRON\|PronType=Dem`, `Case=Dat\|Gender=Neut\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Dat\|Degree=Cmp\|Number=Sing\|POS=ADJ`, `Case=Dat\|Degree=Pos\|Number=Sing\|POS=ADJ`, `POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Gen\|Number=Sing\|POS=PRON\|PronType=Dem`, `Gender=Fem\|Number=Sing\|POS=PROPN`, `Case=Nom\|Degree=Sup\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=1\|Tense=Past\|VerbForm=Fin`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=PROPN`, `Case=Nom\|Degree=Sup\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Nom\|Number=Sing\|POS=PRON\|Person=2\|PronType=Prs`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=2\|Tense=Pres\|VerbForm=Fin`, `Case=Acc\|Number=Plur\|POS=PRON\|PronType=Dem`, `Case=Nom\|POS=PRON\|Person=3\|PronType=Prs`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=2\|Tense=Pres\|VerbForm=Fin`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=2\|PronType=Prs`, `Case=Dat\|Number=Sing\|POS=PRON\|Person=2\|PronType=Prs`, `Case=Acc\|Number=Sing\|POS=PRON\|Person=2\|PronType=Prs`, `Case=Nom\|Number=Sing\|POS=PRON\|PronType=Int`, `Mood=Sub\|Number=Sing\|POS=AUX\|Person=1\|Tense=Pres\|VerbForm=Fin`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Tense=Past\|VerbForm=Fin`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=1\|Tense=Past\|VerbForm=Fin`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=PRON\|PronType=Int`, `Case=Dat\|Gender=Masc\|Number=Plur\|POS=PRON\|PronType=Ind`, `Case=Nom\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Gen\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Rel`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Int`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=PRON\|PronType=Ind`, `Case=Dat\|Degree=Sup\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Acc\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Dat\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Dat\|Gender=Neut\|Number=Plur\|POS=PRON\|PronType=Ind`, `Case=Dat\|Gender=Fem\|Number=Plur\|POS=PRON\|PronType=Dem`, `Case=Gen\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Ind`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=PRON\|PronType=Dem`, `Case=Dat\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Ind`, `Case=Gen\|Degree=Cmp\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Acc\|Degree=Cmp\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Dem`, `Case=Dat\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Int`, `Case=Nom\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs`, `Case=Acc\|Number=Sing\|POS=PRON\|PronType=Ind`, `Definite=Ind\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Art`, `Mood=Sub\|Number=Plur\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Case=Gen\|Number=Plur\|POS=DET\|PronType=Dem`, `Gender=Neut\|POS=DET\|PronType=Ind`, `Case=Dat\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Nom\|Number=Plur\|POS=PRON\|Person=2\|PronType=Prs`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=2\|Tense=Pres\|VerbForm=Fin`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=2\|Tense=Pres\|VerbForm=Fin`, `Case=Dat\|Number=Plur\|POS=PRON\|Person=2\|PronType=Prs`, `Case=Acc\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs\|Reflex=Yes`, _(truncated: full list in pipeline meta)_ |
|
100 |
| **`parser`** | `ROOT`, `ac`, `adc`, `ag`, `ams`, `app`, `avc`, `cc`, `cd`, `cj`, `cm`, `cp`, `cvc`, `da`, `dep`, `dm`, `ep`, `ju`, `mnr`, `mo`, `ng`, `nk`, `nmc`, `oa`, `oc`, `og`, `op`, `par`, `pd`, `pg`, `ph`, `pm`, `pnc`, `punct`, `rc`, `re`, `rs`, `sb`, `sbp`, `svp`, `uc`, `vo` |
|
|
|
101 |
| **`ner`** | `LOC`, `MISC`, `ORG`, `PER` |
|
102 |
|
103 |
</details>
|
|
|
106 |
|
107 |
| Type | Score |
|
108 |
| --- | --- |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
109 |
| `TOKEN_ACC` | 99.98 |
|
110 |
| `TOKEN_P` | 99.92 |
|
111 |
| `TOKEN_R` | 99.90 |
|
112 |
| `TOKEN_F` | 99.91 |
|
113 |
+
| `TAG_ACC` | 98.00 |
|
114 |
| `POS_ACC` | 98.41 |
|
115 |
+
| `MORPH_ACC` | 92.07 |
|
116 |
+
| `MORPH_MICRO_P` | 96.09 |
|
117 |
+
| `MORPH_MICRO_R` | 95.99 |
|
118 |
+
| `MORPH_MICRO_F` | 96.04 |
|
119 |
+
| `SENTS_P` | 95.65 |
|
120 |
+
| `SENTS_R` | 96.24 |
|
121 |
+
| `SENTS_F` | 95.17 |
|
122 |
+
| `DEP_UAS` | 92.62 |
|
123 |
+
| `DEP_LAS` | 90.70 |
|
124 |
+
| `LEMMA_ACC` | 97.95 |
|
125 |
+
| `ENTS_P` | 85.30 |
|
126 |
+
| `ENTS_R` | 84.46 |
|
127 |
+
| `ENTS_F` | 84.88 |
|
accuracy.json
CHANGED
@@ -1,93 +1,64 @@
|
|
1 |
{
|
2 |
-
"tag_acc": 0.9791924091,
|
3 |
-
"sents_p": 0.9542892924,
|
4 |
-
"sents_r": 0.9597449602,
|
5 |
-
"sents_f": 0.9495327103,
|
6 |
-
"ents_p": 0.8541693939,
|
7 |
-
"ents_r": 0.8489553404,
|
8 |
-
"ents_f": 0.8515543858,
|
9 |
-
"ents_per_type": {
|
10 |
-
"LOC": {
|
11 |
-
"p": 0.8737422761,
|
12 |
-
"r": 0.8838701952,
|
13 |
-
"f": 0.8787770555
|
14 |
-
},
|
15 |
-
"PER": {
|
16 |
-
"p": 0.8926853845,
|
17 |
-
"r": 0.9213823098,
|
18 |
-
"f": 0.9068068674
|
19 |
-
},
|
20 |
-
"MISC": {
|
21 |
-
"p": 0.796186585,
|
22 |
-
"r": 0.7298832636,
|
23 |
-
"f": 0.7615945805
|
24 |
-
},
|
25 |
-
"ORG": {
|
26 |
-
"p": 0.7909534505,
|
27 |
-
"r": 0.7675886951,
|
28 |
-
"f": 0.7790959374
|
29 |
-
}
|
30 |
-
},
|
31 |
-
"speed": 9066.6714665833,
|
32 |
"token_acc": 0.9998017682,
|
33 |
"token_p": 0.9991808044,
|
34 |
"token_r": 0.9990356034,
|
35 |
"token_f": 0.9991081986,
|
|
|
36 |
"pos_acc": 0.9840955194,
|
37 |
-
"morph_acc": 0.
|
38 |
-
"morph_micro_p": 0.
|
39 |
-
"morph_micro_r": 0.
|
40 |
-
"morph_micro_f": 0.
|
41 |
"morph_per_feat": {
|
42 |
"Case": {
|
43 |
-
"p": 0.
|
44 |
-
"r": 0.
|
45 |
-
"f": 0.
|
46 |
},
|
47 |
"Definite": {
|
48 |
-
"p": 0.
|
49 |
-
"r": 0.
|
50 |
-
"f": 0.
|
51 |
},
|
52 |
"Gender": {
|
53 |
-
"p": 0.
|
54 |
-
"r": 0.
|
55 |
-
"f": 0.
|
56 |
},
|
57 |
"Number": {
|
58 |
-
"p": 0.
|
59 |
-
"r": 0.
|
60 |
-
"f": 0.
|
61 |
},
|
62 |
"PronType": {
|
63 |
-
"p": 0.
|
64 |
-
"r": 0.
|
65 |
-
"f": 0.
|
66 |
},
|
67 |
"Degree": {
|
68 |
-
"p": 0.
|
69 |
-
"r": 0.
|
70 |
-
"f": 0.
|
71 |
},
|
72 |
"VerbForm": {
|
73 |
-
"p": 0.
|
74 |
-
"r": 0.
|
75 |
-
"f": 0.
|
76 |
},
|
77 |
"Mood": {
|
78 |
-
"p": 0.
|
79 |
-
"r": 0.
|
80 |
-
"f": 0.
|
81 |
},
|
82 |
"Person": {
|
83 |
-
"p": 0.
|
84 |
-
"r": 0.
|
85 |
-
"f": 0.
|
86 |
},
|
87 |
"Tense": {
|
88 |
-
"p": 0.
|
89 |
-
"r": 0.
|
90 |
-
"f": 0.
|
91 |
},
|
92 |
"Reflex": {
|
93 |
"p": 1.0,
|
@@ -100,194 +71,197 @@
|
|
100 |
"f": 0.9969040248
|
101 |
},
|
102 |
"Foreign": {
|
103 |
-
"p": 0.
|
104 |
"r": 0.1608040201,
|
105 |
-
"f": 0.
|
106 |
}
|
107 |
},
|
108 |
-
"
|
109 |
-
"
|
|
|
|
|
|
|
110 |
"dep_las_per_type": {
|
111 |
"cp": {
|
112 |
-
"p": 0.
|
113 |
-
"r": 0.
|
114 |
-
"f": 0.
|
115 |
},
|
116 |
"nk": {
|
117 |
-
"p": 0.
|
118 |
-
"r": 0.
|
119 |
-
"f": 0.
|
120 |
},
|
121 |
"sb": {
|
122 |
-
"p": 0.
|
123 |
-
"r": 0.
|
124 |
-
"f": 0.
|
125 |
},
|
126 |
"ag": {
|
127 |
-
"p": 0.
|
128 |
-
"r": 0.
|
129 |
-
"f": 0.
|
130 |
},
|
131 |
"mnr": {
|
132 |
-
"p": 0.
|
133 |
-
"r": 0.
|
134 |
-
"f": 0.
|
135 |
},
|
136 |
"mo": {
|
137 |
-
"p": 0.
|
138 |
-
"r": 0.
|
139 |
-
"f": 0.
|
140 |
},
|
141 |
"oc": {
|
142 |
-
"p": 0.
|
143 |
-
"r": 0.
|
144 |
-
"f": 0.
|
145 |
},
|
146 |
"root": {
|
147 |
-
"p": 0.
|
148 |
-
"r": 0.
|
149 |
-
"f": 0.
|
150 |
},
|
151 |
"rc": {
|
152 |
-
"p": 0.
|
153 |
-
"r": 0.
|
154 |
-
"f": 0.
|
155 |
},
|
156 |
"op": {
|
157 |
-
"p": 0.
|
158 |
-
"r": 0.
|
159 |
-
"f": 0.
|
160 |
},
|
161 |
"pm": {
|
162 |
-
"p": 0.
|
163 |
-
"r":
|
164 |
-
"f": 0.
|
165 |
},
|
166 |
"nmc": {
|
167 |
-
"p": 0.
|
168 |
-
"r": 0.
|
169 |
-
"f": 0.
|
170 |
},
|
171 |
"oa": {
|
172 |
-
"p": 0.
|
173 |
-
"r": 0.
|
174 |
-
"f": 0.
|
175 |
},
|
176 |
"pd": {
|
177 |
-
"p": 0.
|
178 |
-
"r": 0.
|
179 |
-
"f": 0.
|
180 |
},
|
181 |
"ep": {
|
182 |
-
"p": 0.
|
183 |
-
"r": 0.
|
184 |
-
"f": 0.
|
185 |
},
|
186 |
"cd": {
|
187 |
-
"p": 0.
|
188 |
-
"r": 0.
|
189 |
-
"f": 0.
|
190 |
},
|
191 |
"cj": {
|
192 |
-
"p": 0.
|
193 |
-
"r": 0.
|
194 |
-
"f": 0.
|
195 |
-
},
|
196 |
-
"app": {
|
197 |
-
"p": 0.6581469649,
|
198 |
-
"r": 0.6936026936,
|
199 |
-
"f": 0.6754098361
|
200 |
},
|
201 |
"svp": {
|
202 |
-
"p": 0.
|
203 |
-
"r": 0.
|
204 |
-
"f": 0.
|
205 |
},
|
206 |
"pg": {
|
207 |
-
"p": 0.
|
208 |
-
"r": 0.
|
209 |
-
"f": 0.
|
210 |
},
|
211 |
"da": {
|
212 |
-
"p": 0.
|
213 |
-
"r": 0.
|
214 |
-
"f": 0.
|
|
|
|
|
|
|
|
|
|
|
215 |
},
|
216 |
"ac": {
|
217 |
-
"p": 0.
|
218 |
-
"r": 0.
|
219 |
-
"f": 0.
|
220 |
},
|
221 |
"pnc": {
|
222 |
-
"p": 0.
|
223 |
-
"r": 0.
|
224 |
-
"f": 0.
|
225 |
},
|
226 |
"ju": {
|
227 |
-
"p": 0.
|
228 |
-
"r": 0.
|
229 |
-
"f": 0.
|
230 |
},
|
231 |
"ng": {
|
232 |
-
"p": 0.
|
233 |
-
"r": 0.
|
234 |
-
"f": 0.
|
235 |
},
|
236 |
"re": {
|
237 |
-
"p": 0.
|
238 |
-
"r": 0.
|
239 |
-
"f": 0.
|
|
|
|
|
|
|
|
|
|
|
240 |
},
|
241 |
"cm": {
|
242 |
-
"p": 0.
|
243 |
-
"r": 0.
|
244 |
-
"f": 0.
|
245 |
},
|
246 |
"cc": {
|
247 |
-
"p": 0.
|
248 |
-
"r": 0.
|
249 |
-
"f": 0.
|
250 |
},
|
251 |
"sbp": {
|
252 |
-
"p": 0.
|
253 |
-
"r": 0.
|
254 |
-
"f": 0.
|
255 |
},
|
256 |
"uc": {
|
257 |
-
"p": 0.
|
258 |
-
"r": 0.
|
259 |
-
"f": 0.
|
260 |
},
|
261 |
-
"
|
262 |
-
"p": 0.
|
263 |
-
"r": 0.
|
264 |
-
"f": 0.
|
265 |
},
|
266 |
"ams": {
|
267 |
-
"p": 0.
|
268 |
-
"r": 0.
|
269 |
-
"f": 0.
|
270 |
-
},
|
271 |
-
"cvc": {
|
272 |
-
"p": 0.8793103448,
|
273 |
-
"r": 0.6455696203,
|
274 |
-
"f": 0.7445255474
|
275 |
},
|
276 |
"rs": {
|
277 |
-
"p": 0.
|
278 |
-
"r": 0.
|
279 |
-
"f": 0.
|
280 |
-
},
|
281 |
-
"ph": {
|
282 |
-
"p": 0.8333333333,
|
283 |
-
"r": 0.7142857143,
|
284 |
-
"f": 0.7692307692
|
285 |
},
|
286 |
"dep": {
|
287 |
"p": 0.0,
|
288 |
"r": 0.0,
|
289 |
"f": 0.0
|
290 |
},
|
|
|
|
|
|
|
|
|
|
|
291 |
"dm": {
|
292 |
"p": 0.0,
|
293 |
"r": 0.0,
|
@@ -304,15 +278,46 @@
|
|
304 |
"f": 0.0
|
305 |
},
|
306 |
"og": {
|
307 |
-
"p": 0.
|
308 |
"r": 0.2857142857,
|
309 |
-
"f": 0.
|
310 |
},
|
311 |
"adc": {
|
312 |
"p": 0.75,
|
313 |
"r": 1.0,
|
314 |
"f": 0.8571428571
|
|
|
|
|
|
|
|
|
|
|
315 |
}
|
316 |
},
|
317 |
-
"lemma_acc": 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
318 |
}
|
|
|
1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
"token_acc": 0.9998017682,
|
3 |
"token_p": 0.9991808044,
|
4 |
"token_r": 0.9990356034,
|
5 |
"token_f": 0.9991081986,
|
6 |
+
"tag_acc": 0.979965905,
|
7 |
"pos_acc": 0.9840955194,
|
8 |
+
"morph_acc": 0.9207154704,
|
9 |
+
"morph_micro_p": 0.9608576096,
|
10 |
+
"morph_micro_r": 0.959853188,
|
11 |
+
"morph_micro_f": 0.9603551362,
|
12 |
"morph_per_feat": {
|
13 |
"Case": {
|
14 |
+
"p": 0.9213943214,
|
15 |
+
"r": 0.9229108767,
|
16 |
+
"f": 0.9221519755
|
17 |
},
|
18 |
"Definite": {
|
19 |
+
"p": 0.9955585924,
|
20 |
+
"r": 0.9970346715,
|
21 |
+
"f": 0.9962960852
|
22 |
},
|
23 |
"Gender": {
|
24 |
+
"p": 0.9464250652,
|
25 |
+
"r": 0.9522747799,
|
26 |
+
"f": 0.9493409113
|
27 |
},
|
28 |
"Number": {
|
29 |
+
"p": 0.9777103269,
|
30 |
+
"r": 0.9774611999,
|
31 |
+
"f": 0.9775857475
|
32 |
},
|
33 |
"PronType": {
|
34 |
+
"p": 0.9925227568,
|
35 |
+
"r": 0.990188924,
|
36 |
+
"f": 0.9913544669
|
37 |
},
|
38 |
"Degree": {
|
39 |
+
"p": 0.9843557743,
|
40 |
+
"r": 0.9774829813,
|
41 |
+
"f": 0.9809073393
|
42 |
},
|
43 |
"VerbForm": {
|
44 |
+
"p": 0.9635701275,
|
45 |
+
"r": 0.9656394288,
|
46 |
+
"f": 0.9646036683
|
47 |
},
|
48 |
"Mood": {
|
49 |
+
"p": 0.9762786003,
|
50 |
+
"r": 0.9621953242,
|
51 |
+
"f": 0.9691858038
|
52 |
},
|
53 |
"Person": {
|
54 |
+
"p": 0.9843400447,
|
55 |
+
"r": 0.9723756906,
|
56 |
+
"f": 0.9783212896
|
57 |
},
|
58 |
"Tense": {
|
59 |
+
"p": 0.9812658228,
|
60 |
+
"r": 0.967226751,
|
61 |
+
"f": 0.9741957105
|
62 |
},
|
63 |
"Reflex": {
|
64 |
"p": 1.0,
|
|
|
71 |
"f": 0.9969040248
|
72 |
},
|
73 |
"Foreign": {
|
74 |
+
"p": 0.6530612245,
|
75 |
"r": 0.1608040201,
|
76 |
+
"f": 0.2580645161
|
77 |
}
|
78 |
},
|
79 |
+
"sents_p": 0.956512649,
|
80 |
+
"sents_r": 0.9623963638,
|
81 |
+
"sents_f": 0.9517021808,
|
82 |
+
"dep_uas": 0.9262392379,
|
83 |
+
"dep_las": 0.9070296829,
|
84 |
"dep_las_per_type": {
|
85 |
"cp": {
|
86 |
+
"p": 0.9545454545,
|
87 |
+
"r": 0.9597806216,
|
88 |
+
"f": 0.9571558797
|
89 |
},
|
90 |
"nk": {
|
91 |
+
"p": 0.977915804,
|
92 |
+
"r": 0.9809822447,
|
93 |
+
"f": 0.9794466242
|
94 |
},
|
95 |
"sb": {
|
96 |
+
"p": 0.9179788891,
|
97 |
+
"r": 0.930538502,
|
98 |
+
"f": 0.9242160279
|
99 |
},
|
100 |
"ag": {
|
101 |
+
"p": 0.9493739793,
|
102 |
+
"r": 0.9640685462,
|
103 |
+
"f": 0.9566648382
|
104 |
},
|
105 |
"mnr": {
|
106 |
+
"p": 0.7619453925,
|
107 |
+
"r": 0.7507356032,
|
108 |
+
"f": 0.7562989625
|
109 |
},
|
110 |
"mo": {
|
111 |
+
"p": 0.7870752308,
|
112 |
+
"r": 0.8106413109,
|
113 |
+
"f": 0.7986844728
|
114 |
},
|
115 |
"oc": {
|
116 |
+
"p": 0.9251639833,
|
117 |
+
"r": 0.9340758579,
|
118 |
+
"f": 0.929598562
|
119 |
},
|
120 |
"root": {
|
121 |
+
"p": 0.9761755486,
|
122 |
+
"r": 0.9652820831,
|
123 |
+
"f": 0.9706982544
|
124 |
},
|
125 |
"rc": {
|
126 |
+
"p": 0.6879271071,
|
127 |
+
"r": 0.6771300448,
|
128 |
+
"f": 0.6824858757
|
129 |
},
|
130 |
"op": {
|
131 |
+
"p": 0.7566037736,
|
132 |
+
"r": 0.5976154993,
|
133 |
+
"f": 0.6677768526
|
134 |
},
|
135 |
"pm": {
|
136 |
+
"p": 0.994269341,
|
137 |
+
"r": 0.9971264368,
|
138 |
+
"f": 0.9956958393
|
139 |
},
|
140 |
"nmc": {
|
141 |
+
"p": 0.9811023622,
|
142 |
+
"r": 0.9842022117,
|
143 |
+
"f": 0.9826498423
|
144 |
},
|
145 |
"oa": {
|
146 |
+
"p": 0.862335156,
|
147 |
+
"r": 0.8842348285,
|
148 |
+
"f": 0.8731476958
|
149 |
},
|
150 |
"pd": {
|
151 |
+
"p": 0.8481421648,
|
152 |
+
"r": 0.7720588235,
|
153 |
+
"f": 0.8083140878
|
154 |
},
|
155 |
"ep": {
|
156 |
+
"p": 0.8888888889,
|
157 |
+
"r": 0.8421052632,
|
158 |
+
"f": 0.8648648649
|
159 |
},
|
160 |
"cd": {
|
161 |
+
"p": 0.8728098637,
|
162 |
+
"r": 0.8688630491,
|
163 |
+
"f": 0.8708319845
|
164 |
},
|
165 |
"cj": {
|
166 |
+
"p": 0.8668975755,
|
167 |
+
"r": 0.8639053254,
|
168 |
+
"f": 0.8653988639
|
|
|
|
|
|
|
|
|
|
|
169 |
},
|
170 |
"svp": {
|
171 |
+
"p": 0.9489194499,
|
172 |
+
"r": 0.9288461538,
|
173 |
+
"f": 0.9387755102
|
174 |
},
|
175 |
"pg": {
|
176 |
+
"p": 0.8641975309,
|
177 |
+
"r": 0.8917197452,
|
178 |
+
"f": 0.8777429467
|
179 |
},
|
180 |
"da": {
|
181 |
+
"p": 0.7965517241,
|
182 |
+
"r": 0.5877862595,
|
183 |
+
"f": 0.6764275256
|
184 |
+
},
|
185 |
+
"app": {
|
186 |
+
"p": 0.6979865772,
|
187 |
+
"r": 0.7003367003,
|
188 |
+
"f": 0.6991596639
|
189 |
},
|
190 |
"ac": {
|
191 |
+
"p": 0.8910891089,
|
192 |
+
"r": 0.7692307692,
|
193 |
+
"f": 0.8256880734
|
194 |
},
|
195 |
"pnc": {
|
196 |
+
"p": 0.8424566088,
|
197 |
+
"r": 0.8194805195,
|
198 |
+
"f": 0.8308097433
|
199 |
},
|
200 |
"ju": {
|
201 |
+
"p": 0.93,
|
202 |
+
"r": 0.9393939394,
|
203 |
+
"f": 0.9346733668
|
204 |
},
|
205 |
"ng": {
|
206 |
+
"p": 0.8333333333,
|
207 |
+
"r": 0.8377659574,
|
208 |
+
"f": 0.8355437666
|
209 |
},
|
210 |
"re": {
|
211 |
+
"p": 0.7210884354,
|
212 |
+
"r": 0.630952381,
|
213 |
+
"f": 0.673015873
|
214 |
+
},
|
215 |
+
"par": {
|
216 |
+
"p": 0.6068376068,
|
217 |
+
"r": 0.3480392157,
|
218 |
+
"f": 0.4423676012
|
219 |
},
|
220 |
"cm": {
|
221 |
+
"p": 0.8803827751,
|
222 |
+
"r": 0.8846153846,
|
223 |
+
"f": 0.8824940048
|
224 |
},
|
225 |
"cc": {
|
226 |
+
"p": 0.7283236994,
|
227 |
+
"r": 0.6331658291,
|
228 |
+
"f": 0.6774193548
|
229 |
},
|
230 |
"sbp": {
|
231 |
+
"p": 0.8584070796,
|
232 |
+
"r": 0.8362068966,
|
233 |
+
"f": 0.8471615721
|
234 |
},
|
235 |
"uc": {
|
236 |
+
"p": 0.7272727273,
|
237 |
+
"r": 0.2666666667,
|
238 |
+
"f": 0.3902439024
|
239 |
},
|
240 |
+
"cvc": {
|
241 |
+
"p": 0.9038461538,
|
242 |
+
"r": 0.5949367089,
|
243 |
+
"f": 0.7175572519
|
244 |
},
|
245 |
"ams": {
|
246 |
+
"p": 0.7222222222,
|
247 |
+
"r": 0.7647058824,
|
248 |
+
"f": 0.7428571429
|
|
|
|
|
|
|
|
|
|
|
249 |
},
|
250 |
"rs": {
|
251 |
+
"p": 0.6666666667,
|
252 |
+
"r": 0.3225806452,
|
253 |
+
"f": 0.4347826087
|
|
|
|
|
|
|
|
|
|
|
254 |
},
|
255 |
"dep": {
|
256 |
"p": 0.0,
|
257 |
"r": 0.0,
|
258 |
"f": 0.0
|
259 |
},
|
260 |
+
"ph": {
|
261 |
+
"p": 1.0,
|
262 |
+
"r": 0.5714285714,
|
263 |
+
"f": 0.7272727273
|
264 |
+
},
|
265 |
"dm": {
|
266 |
"p": 0.0,
|
267 |
"r": 0.0,
|
|
|
278 |
"f": 0.0
|
279 |
},
|
280 |
"og": {
|
281 |
+
"p": 0.3333333333,
|
282 |
"r": 0.2857142857,
|
283 |
+
"f": 0.3076923077
|
284 |
},
|
285 |
"adc": {
|
286 |
"p": 0.75,
|
287 |
"r": 1.0,
|
288 |
"f": 0.8571428571
|
289 |
+
},
|
290 |
+
"avc": {
|
291 |
+
"p": 0.0,
|
292 |
+
"r": 0.0,
|
293 |
+
"f": 0.0
|
294 |
}
|
295 |
},
|
296 |
+
"lemma_acc": 0.9794580737,
|
297 |
+
"speed": 10448.944602725,
|
298 |
+
"ents_p": 0.8529898059,
|
299 |
+
"ents_r": 0.8446292461,
|
300 |
+
"ents_f": 0.8487889386,
|
301 |
+
"ents_per_type": {
|
302 |
+
"LOC": {
|
303 |
+
"p": 0.8690442495,
|
304 |
+
"r": 0.8823853431,
|
305 |
+
"f": 0.875663985
|
306 |
+
},
|
307 |
+
"PER": {
|
308 |
+
"p": 0.8935104329,
|
309 |
+
"r": 0.9190658535,
|
310 |
+
"f": 0.906107991
|
311 |
+
},
|
312 |
+
"MISC": {
|
313 |
+
"p": 0.7976545694,
|
314 |
+
"r": 0.7175853674,
|
315 |
+
"f": 0.7555044364
|
316 |
+
},
|
317 |
+
"ORG": {
|
318 |
+
"p": 0.7930575145,
|
319 |
+
"r": 0.760748647,
|
320 |
+
"f": 0.7765671756
|
321 |
+
}
|
322 |
+
}
|
323 |
}
|
attribute_ruler/patterns
CHANGED
Binary files a/attribute_ruler/patterns and b/attribute_ruler/patterns differ
|
|
config.cfg
CHANGED
@@ -10,7 +10,7 @@ seed = 0
|
|
10 |
|
11 |
[nlp]
|
12 |
lang = "de"
|
13 |
-
pipeline = ["tok2vec","tagger","morphologizer","parser","
|
14 |
disabled = ["senter"]
|
15 |
before_creation = null
|
16 |
after_creation = null
|
@@ -26,11 +26,22 @@ scorer = {"@scorers":"spacy.attribute_ruler_scorer.v1"}
|
|
26 |
validate = false
|
27 |
|
28 |
[components.lemmatizer]
|
29 |
-
factory = "
|
30 |
-
|
31 |
-
|
32 |
overwrite = false
|
33 |
scorer = {"@scorers":"spacy.lemmatizer_scorer.v1"}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
|
35 |
[components.morphologizer]
|
36 |
factory = "morphologizer"
|
@@ -39,8 +50,9 @@ overwrite = true
|
|
39 |
scorer = {"@scorers":"spacy.morphologizer_scorer.v1"}
|
40 |
|
41 |
[components.morphologizer.model]
|
42 |
-
@architectures = "spacy.Tagger.
|
43 |
nO = null
|
|
|
44 |
|
45 |
[components.morphologizer.model.tok2vec]
|
46 |
@architectures = "spacy.Tok2VecListener.v1"
|
@@ -70,7 +82,7 @@ nO = null
|
|
70 |
@architectures = "spacy.MultiHashEmbed.v2"
|
71 |
width = 96
|
72 |
attrs = ["NORM","PREFIX","SUFFIX","SHAPE","SPACY"]
|
73 |
-
rows = [5000,
|
74 |
include_static_vectors = true
|
75 |
|
76 |
[components.ner.model.tok2vec.encode]
|
@@ -108,8 +120,9 @@ overwrite = false
|
|
108 |
scorer = {"@scorers":"spacy.senter_scorer.v1"}
|
109 |
|
110 |
[components.senter.model]
|
111 |
-
@architectures = "spacy.Tagger.
|
112 |
nO = null
|
|
|
113 |
|
114 |
[components.senter.model.tok2vec]
|
115 |
@architectures = "spacy.Tok2Vec.v2"
|
@@ -130,12 +143,14 @@ maxout_pieces = 2
|
|
130 |
|
131 |
[components.tagger]
|
132 |
factory = "tagger"
|
|
|
133 |
overwrite = false
|
134 |
scorer = {"@scorers":"spacy.tagger_scorer.v1"}
|
135 |
|
136 |
[components.tagger.model]
|
137 |
-
@architectures = "spacy.Tagger.
|
138 |
nO = null
|
|
|
139 |
|
140 |
[components.tagger.model.tok2vec]
|
141 |
@architectures = "spacy.Tok2VecListener.v1"
|
@@ -152,7 +167,7 @@ factory = "tok2vec"
|
|
152 |
@architectures = "spacy.MultiHashEmbed.v2"
|
153 |
width = ${components.tok2vec.model.encode:width}
|
154 |
attrs = ["NORM","PREFIX","SUFFIX","SHAPE","SPACY"]
|
155 |
-
rows = [5000,
|
156 |
include_static_vectors = true
|
157 |
|
158 |
[components.tok2vec.model.encode]
|
@@ -189,7 +204,7 @@ dropout = 0.1
|
|
189 |
accumulate_gradient = 1
|
190 |
patience = 5000
|
191 |
max_epochs = 0
|
192 |
-
max_steps =
|
193 |
eval_frequency = 1000
|
194 |
frozen_components = []
|
195 |
before_to_disk = null
|
@@ -224,18 +239,18 @@ eps = 0.00000001
|
|
224 |
learn_rate = 0.001
|
225 |
|
226 |
[training.score_weights]
|
227 |
-
tag_acc = 0.
|
228 |
-
pos_acc = 0.
|
229 |
-
morph_acc = 0.
|
230 |
morph_per_feat = null
|
231 |
dep_uas = 0.0
|
232 |
-
dep_las = 0.
|
233 |
dep_las_per_type = null
|
234 |
sents_p = null
|
235 |
sents_r = null
|
236 |
-
sents_f = 0.
|
237 |
-
lemma_acc = 0.
|
238 |
-
ents_f = 0.
|
239 |
ents_p = 0.0
|
240 |
ents_r = 0.0
|
241 |
ents_per_type = null
|
@@ -252,6 +267,13 @@ after_init = null
|
|
252 |
|
253 |
[initialize.components]
|
254 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
255 |
[initialize.components.morphologizer]
|
256 |
|
257 |
[initialize.components.morphologizer.labels]
|
|
|
10 |
|
11 |
[nlp]
|
12 |
lang = "de"
|
13 |
+
pipeline = ["tok2vec","tagger","morphologizer","parser","lemmatizer","senter","attribute_ruler","ner"]
|
14 |
disabled = ["senter"]
|
15 |
before_creation = null
|
16 |
after_creation = null
|
|
|
26 |
validate = false
|
27 |
|
28 |
[components.lemmatizer]
|
29 |
+
factory = "trainable_lemmatizer"
|
30 |
+
backoff = "orth"
|
31 |
+
min_tree_freq = 3
|
32 |
overwrite = false
|
33 |
scorer = {"@scorers":"spacy.lemmatizer_scorer.v1"}
|
34 |
+
top_k = 1
|
35 |
+
|
36 |
+
[components.lemmatizer.model]
|
37 |
+
@architectures = "spacy.Tagger.v2"
|
38 |
+
nO = null
|
39 |
+
normalize = false
|
40 |
+
|
41 |
+
[components.lemmatizer.model.tok2vec]
|
42 |
+
@architectures = "spacy.Tok2VecListener.v1"
|
43 |
+
width = ${components.tok2vec.model.encode:width}
|
44 |
+
upstream = "tok2vec"
|
45 |
|
46 |
[components.morphologizer]
|
47 |
factory = "morphologizer"
|
|
|
50 |
scorer = {"@scorers":"spacy.morphologizer_scorer.v1"}
|
51 |
|
52 |
[components.morphologizer.model]
|
53 |
+
@architectures = "spacy.Tagger.v2"
|
54 |
nO = null
|
55 |
+
normalize = false
|
56 |
|
57 |
[components.morphologizer.model.tok2vec]
|
58 |
@architectures = "spacy.Tok2VecListener.v1"
|
|
|
82 |
@architectures = "spacy.MultiHashEmbed.v2"
|
83 |
width = 96
|
84 |
attrs = ["NORM","PREFIX","SUFFIX","SHAPE","SPACY"]
|
85 |
+
rows = [5000,1000,2500,2500,50]
|
86 |
include_static_vectors = true
|
87 |
|
88 |
[components.ner.model.tok2vec.encode]
|
|
|
120 |
scorer = {"@scorers":"spacy.senter_scorer.v1"}
|
121 |
|
122 |
[components.senter.model]
|
123 |
+
@architectures = "spacy.Tagger.v2"
|
124 |
nO = null
|
125 |
+
normalize = false
|
126 |
|
127 |
[components.senter.model.tok2vec]
|
128 |
@architectures = "spacy.Tok2Vec.v2"
|
|
|
143 |
|
144 |
[components.tagger]
|
145 |
factory = "tagger"
|
146 |
+
neg_prefix = "!"
|
147 |
overwrite = false
|
148 |
scorer = {"@scorers":"spacy.tagger_scorer.v1"}
|
149 |
|
150 |
[components.tagger.model]
|
151 |
+
@architectures = "spacy.Tagger.v2"
|
152 |
nO = null
|
153 |
+
normalize = false
|
154 |
|
155 |
[components.tagger.model.tok2vec]
|
156 |
@architectures = "spacy.Tok2VecListener.v1"
|
|
|
167 |
@architectures = "spacy.MultiHashEmbed.v2"
|
168 |
width = ${components.tok2vec.model.encode:width}
|
169 |
attrs = ["NORM","PREFIX","SUFFIX","SHAPE","SPACY"]
|
170 |
+
rows = [5000,1000,2500,2500,50]
|
171 |
include_static_vectors = true
|
172 |
|
173 |
[components.tok2vec.model.encode]
|
|
|
204 |
accumulate_gradient = 1
|
205 |
patience = 5000
|
206 |
max_epochs = 0
|
207 |
+
max_steps = 100000
|
208 |
eval_frequency = 1000
|
209 |
frozen_components = []
|
210 |
before_to_disk = null
|
|
|
239 |
learn_rate = 0.001
|
240 |
|
241 |
[training.score_weights]
|
242 |
+
tag_acc = 0.1
|
243 |
+
pos_acc = 0.1
|
244 |
+
morph_acc = 0.09
|
245 |
morph_per_feat = null
|
246 |
dep_uas = 0.0
|
247 |
+
dep_las = 0.29
|
248 |
dep_las_per_type = null
|
249 |
sents_p = null
|
250 |
sents_r = null
|
251 |
+
sents_f = 0.04
|
252 |
+
lemma_acc = 0.1
|
253 |
+
ents_f = 0.29
|
254 |
ents_p = 0.0
|
255 |
ents_r = 0.0
|
256 |
ents_per_type = null
|
|
|
267 |
|
268 |
[initialize.components]
|
269 |
|
270 |
+
[initialize.components.lemmatizer]
|
271 |
+
|
272 |
+
[initialize.components.lemmatizer.labels]
|
273 |
+
@readers = "spacy.read_labels.v1"
|
274 |
+
path = "corpus/labels/trainable_lemmatizer.json"
|
275 |
+
require = false
|
276 |
+
|
277 |
[initialize.components.morphologizer]
|
278 |
|
279 |
[initialize.components.morphologizer.labels]
|
de_core_news_lg-any-py3-none-any.whl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f66fe4b319a32365e21a669cb594a35ce35b79b2e2c6a73ace33367084f3a781
|
3 |
+
size 567838177
|
lemmatizer/cfg
ADDED
@@ -0,0 +1,1314 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"labels":[
|
3 |
+
0,
|
4 |
+
2,
|
5 |
+
4,
|
6 |
+
7,
|
7 |
+
8,
|
8 |
+
10,
|
9 |
+
12,
|
10 |
+
13,
|
11 |
+
16,
|
12 |
+
18,
|
13 |
+
20,
|
14 |
+
21,
|
15 |
+
23,
|
16 |
+
27,
|
17 |
+
29,
|
18 |
+
31,
|
19 |
+
33,
|
20 |
+
35,
|
21 |
+
37,
|
22 |
+
39,
|
23 |
+
42,
|
24 |
+
43,
|
25 |
+
45,
|
26 |
+
46,
|
27 |
+
48,
|
28 |
+
50,
|
29 |
+
52,
|
30 |
+
54,
|
31 |
+
56,
|
32 |
+
57,
|
33 |
+
59,
|
34 |
+
61,
|
35 |
+
62,
|
36 |
+
64,
|
37 |
+
68,
|
38 |
+
69,
|
39 |
+
73,
|
40 |
+
74,
|
41 |
+
76,
|
42 |
+
78,
|
43 |
+
81,
|
44 |
+
85,
|
45 |
+
87,
|
46 |
+
89,
|
47 |
+
90,
|
48 |
+
91,
|
49 |
+
93,
|
50 |
+
95,
|
51 |
+
96,
|
52 |
+
97,
|
53 |
+
100,
|
54 |
+
103,
|
55 |
+
104,
|
56 |
+
106,
|
57 |
+
108,
|
58 |
+
110,
|
59 |
+
111,
|
60 |
+
113,
|
61 |
+
116,
|
62 |
+
118,
|
63 |
+
119,
|
64 |
+
121,
|
65 |
+
124,
|
66 |
+
127,
|
67 |
+
129,
|
68 |
+
130,
|
69 |
+
132,
|
70 |
+
133,
|
71 |
+
134,
|
72 |
+
136,
|
73 |
+
138,
|
74 |
+
140,
|
75 |
+
141,
|
76 |
+
143,
|
77 |
+
144,
|
78 |
+
145,
|
79 |
+
147,
|
80 |
+
150,
|
81 |
+
152,
|
82 |
+
153,
|
83 |
+
154,
|
84 |
+
156,
|
85 |
+
158,
|
86 |
+
160,
|
87 |
+
163,
|
88 |
+
165,
|
89 |
+
167,
|
90 |
+
168,
|
91 |
+
171,
|
92 |
+
173,
|
93 |
+
174,
|
94 |
+
176,
|
95 |
+
178,
|
96 |
+
180,
|
97 |
+
182,
|
98 |
+
184,
|
99 |
+
188,
|
100 |
+
189,
|
101 |
+
190,
|
102 |
+
192,
|
103 |
+
194,
|
104 |
+
197,
|
105 |
+
199,
|
106 |
+
201,
|
107 |
+
203,
|
108 |
+
204,
|
109 |
+
206,
|
110 |
+
207,
|
111 |
+
208,
|
112 |
+
210,
|
113 |
+
214,
|
114 |
+
215,
|
115 |
+
217,
|
116 |
+
219,
|
117 |
+
222,
|
118 |
+
223,
|
119 |
+
225,
|
120 |
+
227,
|
121 |
+
229,
|
122 |
+
231,
|
123 |
+
234,
|
124 |
+
236,
|
125 |
+
239,
|
126 |
+
243,
|
127 |
+
246,
|
128 |
+
248,
|
129 |
+
249,
|
130 |
+
251,
|
131 |
+
253,
|
132 |
+
254,
|
133 |
+
255,
|
134 |
+
256,
|
135 |
+
257,
|
136 |
+
260,
|
137 |
+
261,
|
138 |
+
264,
|
139 |
+
266,
|
140 |
+
268,
|
141 |
+
269,
|
142 |
+
270,
|
143 |
+
272,
|
144 |
+
275,
|
145 |
+
276,
|
146 |
+
277,
|
147 |
+
279,
|
148 |
+
281,
|
149 |
+
282,
|
150 |
+
284,
|
151 |
+
285,
|
152 |
+
286,
|
153 |
+
289,
|
154 |
+
291,
|
155 |
+
292,
|
156 |
+
294,
|
157 |
+
295,
|
158 |
+
296,
|
159 |
+
298,
|
160 |
+
299,
|
161 |
+
302,
|
162 |
+
305,
|
163 |
+
307,
|
164 |
+
308,
|
165 |
+
310,
|
166 |
+
311,
|
167 |
+
312,
|
168 |
+
313,
|
169 |
+
314,
|
170 |
+
315,
|
171 |
+
317,
|
172 |
+
320,
|
173 |
+
325,
|
174 |
+
326,
|
175 |
+
330,
|
176 |
+
332,
|
177 |
+
333,
|
178 |
+
335,
|
179 |
+
336,
|
180 |
+
338,
|
181 |
+
343,
|
182 |
+
345,
|
183 |
+
346,
|
184 |
+
347,
|
185 |
+
349,
|
186 |
+
350,
|
187 |
+
351,
|
188 |
+
352,
|
189 |
+
354,
|
190 |
+
355,
|
191 |
+
357,
|
192 |
+
358,
|
193 |
+
360,
|
194 |
+
361,
|
195 |
+
364,
|
196 |
+
365,
|
197 |
+
368,
|
198 |
+
371,
|
199 |
+
373,
|
200 |
+
376,
|
201 |
+
377,
|
202 |
+
378,
|
203 |
+
380,
|
204 |
+
381,
|
205 |
+
383,
|
206 |
+
385,
|
207 |
+
386,
|
208 |
+
387,
|
209 |
+
388,
|
210 |
+
389,
|
211 |
+
19,
|
212 |
+
390,
|
213 |
+
392,
|
214 |
+
393,
|
215 |
+
394,
|
216 |
+
395,
|
217 |
+
396,
|
218 |
+
398,
|
219 |
+
400,
|
220 |
+
401,
|
221 |
+
402,
|
222 |
+
403,
|
223 |
+
404,
|
224 |
+
407,
|
225 |
+
409,
|
226 |
+
411,
|
227 |
+
412,
|
228 |
+
416,
|
229 |
+
417,
|
230 |
+
418,
|
231 |
+
421,
|
232 |
+
422,
|
233 |
+
425,
|
234 |
+
426,
|
235 |
+
428,
|
236 |
+
429,
|
237 |
+
430,
|
238 |
+
431,
|
239 |
+
432,
|
240 |
+
435,
|
241 |
+
438,
|
242 |
+
439,
|
243 |
+
440,
|
244 |
+
441,
|
245 |
+
443,
|
246 |
+
444,
|
247 |
+
445,
|
248 |
+
446,
|
249 |
+
447,
|
250 |
+
450,
|
251 |
+
451,
|
252 |
+
453,
|
253 |
+
455,
|
254 |
+
456,
|
255 |
+
457,
|
256 |
+
460,
|
257 |
+
461,
|
258 |
+
462,
|
259 |
+
467,
|
260 |
+
469,
|
261 |
+
470,
|
262 |
+
471,
|
263 |
+
472,
|
264 |
+
474,
|
265 |
+
475,
|
266 |
+
478,
|
267 |
+
479,
|
268 |
+
480,
|
269 |
+
483,
|
270 |
+
484,
|
271 |
+
485,
|
272 |
+
486,
|
273 |
+
487,
|
274 |
+
489,
|
275 |
+
490,
|
276 |
+
491,
|
277 |
+
492,
|
278 |
+
494,
|
279 |
+
497,
|
280 |
+
498,
|
281 |
+
501,
|
282 |
+
502,
|
283 |
+
503,
|
284 |
+
506,
|
285 |
+
509,
|
286 |
+
511,
|
287 |
+
512,
|
288 |
+
513,
|
289 |
+
514,
|
290 |
+
515,
|
291 |
+
516,
|
292 |
+
517,
|
293 |
+
518,
|
294 |
+
520,
|
295 |
+
521,
|
296 |
+
522,
|
297 |
+
524,
|
298 |
+
525,
|
299 |
+
528,
|
300 |
+
530,
|
301 |
+
531,
|
302 |
+
532,
|
303 |
+
533,
|
304 |
+
534,
|
305 |
+
535,
|
306 |
+
538,
|
307 |
+
541,
|
308 |
+
542,
|
309 |
+
544,
|
310 |
+
545,
|
311 |
+
547,
|
312 |
+
549,
|
313 |
+
555,
|
314 |
+
558,
|
315 |
+
559,
|
316 |
+
561,
|
317 |
+
564,
|
318 |
+
567,
|
319 |
+
571,
|
320 |
+
574,
|
321 |
+
577,
|
322 |
+
580,
|
323 |
+
583,
|
324 |
+
585,
|
325 |
+
586,
|
326 |
+
587,
|
327 |
+
589,
|
328 |
+
591,
|
329 |
+
592,
|
330 |
+
593,
|
331 |
+
594,
|
332 |
+
595,
|
333 |
+
596,
|
334 |
+
597,
|
335 |
+
599,
|
336 |
+
600,
|
337 |
+
604,
|
338 |
+
605,
|
339 |
+
606,
|
340 |
+
609,
|
341 |
+
611,
|
342 |
+
612,
|
343 |
+
614,
|
344 |
+
615,
|
345 |
+
617,
|
346 |
+
618,
|
347 |
+
619,
|
348 |
+
621,
|
349 |
+
622,
|
350 |
+
623,
|
351 |
+
624,
|
352 |
+
625,
|
353 |
+
627,
|
354 |
+
628,
|
355 |
+
629,
|
356 |
+
631,
|
357 |
+
633,
|
358 |
+
634,
|
359 |
+
637,
|
360 |
+
638,
|
361 |
+
640,
|
362 |
+
644,
|
363 |
+
646,
|
364 |
+
647,
|
365 |
+
648,
|
366 |
+
650,
|
367 |
+
651,
|
368 |
+
652,
|
369 |
+
653,
|
370 |
+
655,
|
371 |
+
656,
|
372 |
+
658,
|
373 |
+
662,
|
374 |
+
663,
|
375 |
+
664,
|
376 |
+
669,
|
377 |
+
671,
|
378 |
+
672,
|
379 |
+
675,
|
380 |
+
677,
|
381 |
+
678,
|
382 |
+
680,
|
383 |
+
682,
|
384 |
+
684,
|
385 |
+
685,
|
386 |
+
687,
|
387 |
+
688,
|
388 |
+
689,
|
389 |
+
690,
|
390 |
+
691,
|
391 |
+
693,
|
392 |
+
694,
|
393 |
+
696,
|
394 |
+
697,
|
395 |
+
698,
|
396 |
+
699,
|
397 |
+
700,
|
398 |
+
702,
|
399 |
+
546,
|
400 |
+
707,
|
401 |
+
708,
|
402 |
+
709,
|
403 |
+
711,
|
404 |
+
715,
|
405 |
+
716,
|
406 |
+
717,
|
407 |
+
720,
|
408 |
+
721,
|
409 |
+
722,
|
410 |
+
723,
|
411 |
+
724,
|
412 |
+
726,
|
413 |
+
727,
|
414 |
+
730,
|
415 |
+
731,
|
416 |
+
732,
|
417 |
+
733,
|
418 |
+
736,
|
419 |
+
738,
|
420 |
+
739,
|
421 |
+
740,
|
422 |
+
741,
|
423 |
+
743,
|
424 |
+
746,
|
425 |
+
748,
|
426 |
+
750,
|
427 |
+
751,
|
428 |
+
752,
|
429 |
+
754,
|
430 |
+
755,
|
431 |
+
758,
|
432 |
+
760,
|
433 |
+
761,
|
434 |
+
762,
|
435 |
+
763,
|
436 |
+
764,
|
437 |
+
766,
|
438 |
+
769,
|
439 |
+
771,
|
440 |
+
774,
|
441 |
+
777,
|
442 |
+
778,
|
443 |
+
780,
|
444 |
+
781,
|
445 |
+
785,
|
446 |
+
786,
|
447 |
+
788,
|
448 |
+
789,
|
449 |
+
791,
|
450 |
+
793,
|
451 |
+
797,
|
452 |
+
801,
|
453 |
+
804,
|
454 |
+
807,
|
455 |
+
808,
|
456 |
+
809,
|
457 |
+
814,
|
458 |
+
815,
|
459 |
+
818,
|
460 |
+
819,
|
461 |
+
821,
|
462 |
+
823,
|
463 |
+
824,
|
464 |
+
829,
|
465 |
+
833,
|
466 |
+
834,
|
467 |
+
835,
|
468 |
+
837,
|
469 |
+
838,
|
470 |
+
841,
|
471 |
+
842,
|
472 |
+
843,
|
473 |
+
846,
|
474 |
+
848,
|
475 |
+
849,
|
476 |
+
850,
|
477 |
+
851,
|
478 |
+
853,
|
479 |
+
854,
|
480 |
+
855,
|
481 |
+
857,
|
482 |
+
858,
|
483 |
+
859,
|
484 |
+
860,
|
485 |
+
861,
|
486 |
+
862,
|
487 |
+
866,
|
488 |
+
867,
|
489 |
+
868,
|
490 |
+
869,
|
491 |
+
870,
|
492 |
+
871,
|
493 |
+
872,
|
494 |
+
873,
|
495 |
+
874,
|
496 |
+
875,
|
497 |
+
876,
|
498 |
+
877,
|
499 |
+
878,
|
500 |
+
880,
|
501 |
+
881,
|
502 |
+
886,
|
503 |
+
888,
|
504 |
+
889,
|
505 |
+
892,
|
506 |
+
894,
|
507 |
+
897,
|
508 |
+
898,
|
509 |
+
899,
|
510 |
+
901,
|
511 |
+
903,
|
512 |
+
904,
|
513 |
+
905,
|
514 |
+
906,
|
515 |
+
908,
|
516 |
+
909,
|
517 |
+
910,
|
518 |
+
912,
|
519 |
+
914,
|
520 |
+
916,
|
521 |
+
917,
|
522 |
+
918,
|
523 |
+
921,
|
524 |
+
922,
|
525 |
+
924,
|
526 |
+
925,
|
527 |
+
757,
|
528 |
+
926,
|
529 |
+
927,
|
530 |
+
928,
|
531 |
+
929,
|
532 |
+
930,
|
533 |
+
931,
|
534 |
+
932,
|
535 |
+
935,
|
536 |
+
936,
|
537 |
+
937,
|
538 |
+
940,
|
539 |
+
941,
|
540 |
+
938,
|
541 |
+
942,
|
542 |
+
943,
|
543 |
+
945,
|
544 |
+
946,
|
545 |
+
947,
|
546 |
+
948,
|
547 |
+
949,
|
548 |
+
950,
|
549 |
+
951,
|
550 |
+
952,
|
551 |
+
954,
|
552 |
+
956,
|
553 |
+
957,
|
554 |
+
958,
|
555 |
+
959,
|
556 |
+
962,
|
557 |
+
963,
|
558 |
+
964,
|
559 |
+
965,
|
560 |
+
968,
|
561 |
+
969,
|
562 |
+
970,
|
563 |
+
972,
|
564 |
+
974,
|
565 |
+
975,
|
566 |
+
976,
|
567 |
+
978,
|
568 |
+
980,
|
569 |
+
981,
|
570 |
+
982,
|
571 |
+
984,
|
572 |
+
985,
|
573 |
+
987,
|
574 |
+
989,
|
575 |
+
991,
|
576 |
+
992,
|
577 |
+
993,
|
578 |
+
994,
|
579 |
+
995,
|
580 |
+
997,
|
581 |
+
998,
|
582 |
+
999,
|
583 |
+
1000,
|
584 |
+
1002,
|
585 |
+
1003,
|
586 |
+
1004,
|
587 |
+
1005,
|
588 |
+
1006,
|
589 |
+
1007,
|
590 |
+
1008,
|
591 |
+
1011,
|
592 |
+
1012,
|
593 |
+
1013,
|
594 |
+
1015,
|
595 |
+
1016,
|
596 |
+
1019,
|
597 |
+
1020,
|
598 |
+
1021,
|
599 |
+
1022,
|
600 |
+
1024,
|
601 |
+
1026,
|
602 |
+
1027,
|
603 |
+
1028,
|
604 |
+
1029,
|
605 |
+
1030,
|
606 |
+
1032,
|
607 |
+
1035,
|
608 |
+
1038,
|
609 |
+
1039,
|
610 |
+
1041,
|
611 |
+
1042,
|
612 |
+
1043,
|
613 |
+
1044,
|
614 |
+
1047,
|
615 |
+
1049,
|
616 |
+
1051,
|
617 |
+
1052,
|
618 |
+
1055,
|
619 |
+
1057,
|
620 |
+
1058,
|
621 |
+
1060,
|
622 |
+
1061,
|
623 |
+
1063,
|
624 |
+
1064,
|
625 |
+
1066,
|
626 |
+
1067,
|
627 |
+
1068,
|
628 |
+
1069,
|
629 |
+
1071,
|
630 |
+
1072,
|
631 |
+
1074,
|
632 |
+
1075,
|
633 |
+
1076,
|
634 |
+
1077,
|
635 |
+
1078,
|
636 |
+
1080,
|
637 |
+
1081,
|
638 |
+
1082,
|
639 |
+
1083,
|
640 |
+
1084,
|
641 |
+
1087,
|
642 |
+
1088,
|
643 |
+
1090,
|
644 |
+
1091,
|
645 |
+
1092,
|
646 |
+
1093,
|
647 |
+
1094,
|
648 |
+
1095,
|
649 |
+
1096,
|
650 |
+
1097,
|
651 |
+
1098,
|
652 |
+
1100,
|
653 |
+
1101,
|
654 |
+
1102,
|
655 |
+
1103,
|
656 |
+
1106,
|
657 |
+
1108,
|
658 |
+
1110,
|
659 |
+
1114,
|
660 |
+
1115,
|
661 |
+
1116,
|
662 |
+
1118,
|
663 |
+
1119,
|
664 |
+
1120,
|
665 |
+
1123,
|
666 |
+
196,
|
667 |
+
1124,
|
668 |
+
1125,
|
669 |
+
1126,
|
670 |
+
1128,
|
671 |
+
1130,
|
672 |
+
1132,
|
673 |
+
1134,
|
674 |
+
1135,
|
675 |
+
1136,
|
676 |
+
1138,
|
677 |
+
1139,
|
678 |
+
1142,
|
679 |
+
1143,
|
680 |
+
1144,
|
681 |
+
1145,
|
682 |
+
1146,
|
683 |
+
1148,
|
684 |
+
1149,
|
685 |
+
1151,
|
686 |
+
1152,
|
687 |
+
1153,
|
688 |
+
71,
|
689 |
+
1154,
|
690 |
+
1155,
|
691 |
+
1156,
|
692 |
+
1157,
|
693 |
+
1158,
|
694 |
+
1161,
|
695 |
+
1162,
|
696 |
+
1163,
|
697 |
+
1164,
|
698 |
+
1166,
|
699 |
+
1168,
|
700 |
+
1169,
|
701 |
+
1170,
|
702 |
+
1171,
|
703 |
+
1172,
|
704 |
+
1174,
|
705 |
+
1176,
|
706 |
+
1177,
|
707 |
+
1178,
|
708 |
+
1179,
|
709 |
+
1181,
|
710 |
+
1184,
|
711 |
+
1185,
|
712 |
+
1186,
|
713 |
+
1187,
|
714 |
+
1189,
|
715 |
+
1190,
|
716 |
+
1191,
|
717 |
+
1193,
|
718 |
+
1195,
|
719 |
+
1196,
|
720 |
+
1200,
|
721 |
+
1202,
|
722 |
+
1203,
|
723 |
+
1204,
|
724 |
+
1205,
|
725 |
+
1206,
|
726 |
+
1208,
|
727 |
+
1209,
|
728 |
+
1211,
|
729 |
+
1214,
|
730 |
+
1219,
|
731 |
+
1220,
|
732 |
+
1221,
|
733 |
+
1222,
|
734 |
+
1223,
|
735 |
+
1224,
|
736 |
+
1225,
|
737 |
+
1226,
|
738 |
+
1227,
|
739 |
+
1228,
|
740 |
+
1229,
|
741 |
+
1231,
|
742 |
+
1232,
|
743 |
+
1234,
|
744 |
+
1237,
|
745 |
+
1238,
|
746 |
+
1239,
|
747 |
+
1240,
|
748 |
+
1242,
|
749 |
+
1243,
|
750 |
+
887,
|
751 |
+
1244,
|
752 |
+
1245,
|
753 |
+
1250,
|
754 |
+
1251,
|
755 |
+
1252,
|
756 |
+
1253,
|
757 |
+
1255,
|
758 |
+
1256,
|
759 |
+
1257,
|
760 |
+
1259,
|
761 |
+
1260,
|
762 |
+
1262,
|
763 |
+
1264,
|
764 |
+
1265,
|
765 |
+
1266,
|
766 |
+
1267,
|
767 |
+
1268,
|
768 |
+
1270,
|
769 |
+
1271,
|
770 |
+
1272,
|
771 |
+
1273,
|
772 |
+
1275,
|
773 |
+
1277,
|
774 |
+
1280,
|
775 |
+
1282,
|
776 |
+
1283,
|
777 |
+
1285,
|
778 |
+
1286,
|
779 |
+
1288,
|
780 |
+
1289,
|
781 |
+
1291,
|
782 |
+
1295,
|
783 |
+
1297,
|
784 |
+
1062,
|
785 |
+
1298,
|
786 |
+
1299,
|
787 |
+
1300,
|
788 |
+
1301,
|
789 |
+
1302,
|
790 |
+
1303,
|
791 |
+
466,
|
792 |
+
1304,
|
793 |
+
1305,
|
794 |
+
1307,
|
795 |
+
1308,
|
796 |
+
1309,
|
797 |
+
1310,
|
798 |
+
1311,
|
799 |
+
1312,
|
800 |
+
1313,
|
801 |
+
1315,
|
802 |
+
1316,
|
803 |
+
1317,
|
804 |
+
1319,
|
805 |
+
1320,
|
806 |
+
1323,
|
807 |
+
1325,
|
808 |
+
1327,
|
809 |
+
1328,
|
810 |
+
1329,
|
811 |
+
1331,
|
812 |
+
1333,
|
813 |
+
1334,
|
814 |
+
1337,
|
815 |
+
1339,
|
816 |
+
1340,
|
817 |
+
1341,
|
818 |
+
1342,
|
819 |
+
1344,
|
820 |
+
1345,
|
821 |
+
1347,
|
822 |
+
1350,
|
823 |
+
1351,
|
824 |
+
1352,
|
825 |
+
1353,
|
826 |
+
1354,
|
827 |
+
1356,
|
828 |
+
1357,
|
829 |
+
1358,
|
830 |
+
1359,
|
831 |
+
1360,
|
832 |
+
1361,
|
833 |
+
1362,
|
834 |
+
1363,
|
835 |
+
1364,
|
836 |
+
1365,
|
837 |
+
1366,
|
838 |
+
1367,
|
839 |
+
1369,
|
840 |
+
1370,
|
841 |
+
1371,
|
842 |
+
1373,
|
843 |
+
1374,
|
844 |
+
1376,
|
845 |
+
1378,
|
846 |
+
1380,
|
847 |
+
1382,
|
848 |
+
1385,
|
849 |
+
1386,
|
850 |
+
1387,
|
851 |
+
1390,
|
852 |
+
1391,
|
853 |
+
1249,
|
854 |
+
1392,
|
855 |
+
1394,
|
856 |
+
1396,
|
857 |
+
1397,
|
858 |
+
1398,
|
859 |
+
1401,
|
860 |
+
1402,
|
861 |
+
1403,
|
862 |
+
1404,
|
863 |
+
1405,
|
864 |
+
1406,
|
865 |
+
1408,
|
866 |
+
1409,
|
867 |
+
271,
|
868 |
+
1410,
|
869 |
+
1411,
|
870 |
+
1412,
|
871 |
+
1413,
|
872 |
+
1414,
|
873 |
+
1415,
|
874 |
+
1416,
|
875 |
+
1417,
|
876 |
+
1418,
|
877 |
+
1419,
|
878 |
+
1420,
|
879 |
+
1421,
|
880 |
+
1422,
|
881 |
+
1423,
|
882 |
+
1424,
|
883 |
+
1426,
|
884 |
+
1428,
|
885 |
+
1429,
|
886 |
+
1430,
|
887 |
+
1432,
|
888 |
+
1433,
|
889 |
+
1434,
|
890 |
+
1435,
|
891 |
+
1436,
|
892 |
+
1437,
|
893 |
+
1438,
|
894 |
+
1439,
|
895 |
+
1440,
|
896 |
+
1441,
|
897 |
+
1442,
|
898 |
+
1443,
|
899 |
+
1444,
|
900 |
+
1445,
|
901 |
+
1446,
|
902 |
+
1447,
|
903 |
+
1448,
|
904 |
+
1449,
|
905 |
+
1450,
|
906 |
+
1452,
|
907 |
+
1454,
|
908 |
+
1455,
|
909 |
+
1456,
|
910 |
+
1457,
|
911 |
+
1458,
|
912 |
+
1459,
|
913 |
+
1460,
|
914 |
+
1461,
|
915 |
+
779,
|
916 |
+
1462,
|
917 |
+
1463,
|
918 |
+
1464,
|
919 |
+
1465,
|
920 |
+
1466,
|
921 |
+
1467,
|
922 |
+
1468,
|
923 |
+
1469,
|
924 |
+
1470,
|
925 |
+
1471,
|
926 |
+
1472,
|
927 |
+
1474,
|
928 |
+
1475,
|
929 |
+
1476,
|
930 |
+
1477,
|
931 |
+
1478,
|
932 |
+
1480,
|
933 |
+
1482,
|
934 |
+
1483,
|
935 |
+
1484,
|
936 |
+
1486,
|
937 |
+
1487,
|
938 |
+
1488,
|
939 |
+
1489,
|
940 |
+
1490,
|
941 |
+
1491,
|
942 |
+
1131,
|
943 |
+
1492,
|
944 |
+
1493,
|
945 |
+
1494,
|
946 |
+
1495,
|
947 |
+
1497,
|
948 |
+
1498,
|
949 |
+
1499,
|
950 |
+
1500,
|
951 |
+
1501,
|
952 |
+
1502,
|
953 |
+
1503,
|
954 |
+
1504,
|
955 |
+
1507,
|
956 |
+
1508,
|
957 |
+
1511,
|
958 |
+
1512,
|
959 |
+
1513,
|
960 |
+
1517,
|
961 |
+
1518,
|
962 |
+
1519,
|
963 |
+
1521,
|
964 |
+
1523,
|
965 |
+
1524,
|
966 |
+
1525,
|
967 |
+
1526,
|
968 |
+
1527,
|
969 |
+
1529,
|
970 |
+
1530,
|
971 |
+
1531,
|
972 |
+
1532,
|
973 |
+
1534,
|
974 |
+
1535,
|
975 |
+
1536,
|
976 |
+
1537,
|
977 |
+
1538,
|
978 |
+
1540,
|
979 |
+
1541,
|
980 |
+
1542,
|
981 |
+
1543,
|
982 |
+
1545,
|
983 |
+
1546,
|
984 |
+
1547,
|
985 |
+
1548,
|
986 |
+
1551,
|
987 |
+
1552,
|
988 |
+
1553,
|
989 |
+
1555,
|
990 |
+
1556,
|
991 |
+
1557,
|
992 |
+
1558,
|
993 |
+
1560,
|
994 |
+
1562,
|
995 |
+
1563,
|
996 |
+
1565,
|
997 |
+
1567,
|
998 |
+
1569,
|
999 |
+
1572,
|
1000 |
+
1575,
|
1001 |
+
1576,
|
1002 |
+
1577,
|
1003 |
+
1578,
|
1004 |
+
1581,
|
1005 |
+
1582,
|
1006 |
+
1585,
|
1007 |
+
1587,
|
1008 |
+
1588,
|
1009 |
+
1589,
|
1010 |
+
1590,
|
1011 |
+
1591,
|
1012 |
+
1592,
|
1013 |
+
1593,
|
1014 |
+
1594,
|
1015 |
+
1595,
|
1016 |
+
1597,
|
1017 |
+
1598,
|
1018 |
+
1602,
|
1019 |
+
1603,
|
1020 |
+
1604,
|
1021 |
+
1605,
|
1022 |
+
1606,
|
1023 |
+
1607,
|
1024 |
+
1608,
|
1025 |
+
1610,
|
1026 |
+
1612,
|
1027 |
+
1613,
|
1028 |
+
1614,
|
1029 |
+
1615,
|
1030 |
+
1617,
|
1031 |
+
1619,
|
1032 |
+
1621,
|
1033 |
+
1624,
|
1034 |
+
1625,
|
1035 |
+
1626,
|
1036 |
+
1628,
|
1037 |
+
1629,
|
1038 |
+
1630,
|
1039 |
+
1631,
|
1040 |
+
1632,
|
1041 |
+
1633,
|
1042 |
+
1635,
|
1043 |
+
1636,
|
1044 |
+
1637,
|
1045 |
+
1638,
|
1046 |
+
1639,
|
1047 |
+
1640,
|
1048 |
+
1641,
|
1049 |
+
1643,
|
1050 |
+
1645,
|
1051 |
+
1647,
|
1052 |
+
1649,
|
1053 |
+
1650,
|
1054 |
+
1651,
|
1055 |
+
1652,
|
1056 |
+
1654,
|
1057 |
+
1656,
|
1058 |
+
1657,
|
1059 |
+
1658,
|
1060 |
+
1659,
|
1061 |
+
1661,
|
1062 |
+
1662,
|
1063 |
+
1663,
|
1064 |
+
1664,
|
1065 |
+
1648,
|
1066 |
+
1665,
|
1067 |
+
1666,
|
1068 |
+
1667,
|
1069 |
+
1668,
|
1070 |
+
1669,
|
1071 |
+
1670,
|
1072 |
+
1671,
|
1073 |
+
1672,
|
1074 |
+
1673,
|
1075 |
+
1674,
|
1076 |
+
1677,
|
1077 |
+
1678,
|
1078 |
+
1679,
|
1079 |
+
1680,
|
1080 |
+
1682,
|
1081 |
+
1684,
|
1082 |
+
1686,
|
1083 |
+
1687,
|
1084 |
+
1688,
|
1085 |
+
1689,
|
1086 |
+
1690,
|
1087 |
+
1691,
|
1088 |
+
1692,
|
1089 |
+
1693,
|
1090 |
+
1695,
|
1091 |
+
1696,
|
1092 |
+
1697,
|
1093 |
+
1698,
|
1094 |
+
1699,
|
1095 |
+
1700,
|
1096 |
+
1701,
|
1097 |
+
1703,
|
1098 |
+
1705,
|
1099 |
+
1707,
|
1100 |
+
1708,
|
1101 |
+
1709,
|
1102 |
+
1712,
|
1103 |
+
1713,
|
1104 |
+
1714,
|
1105 |
+
1716,
|
1106 |
+
1718,
|
1107 |
+
1719,
|
1108 |
+
1720,
|
1109 |
+
1721,
|
1110 |
+
1722,
|
1111 |
+
1723,
|
1112 |
+
1724,
|
1113 |
+
1725,
|
1114 |
+
1726,
|
1115 |
+
1728,
|
1116 |
+
1729,
|
1117 |
+
1732,
|
1118 |
+
1733,
|
1119 |
+
1734,
|
1120 |
+
1737,
|
1121 |
+
1738,
|
1122 |
+
1739,
|
1123 |
+
1741,
|
1124 |
+
1744,
|
1125 |
+
1745,
|
1126 |
+
1747,
|
1127 |
+
1748,
|
1128 |
+
1750,
|
1129 |
+
1751,
|
1130 |
+
1752,
|
1131 |
+
1753,
|
1132 |
+
1755,
|
1133 |
+
1756,
|
1134 |
+
1757,
|
1135 |
+
1758,
|
1136 |
+
1760,
|
1137 |
+
1761,
|
1138 |
+
1762,
|
1139 |
+
1763,
|
1140 |
+
1764,
|
1141 |
+
1765,
|
1142 |
+
1767,
|
1143 |
+
1768,
|
1144 |
+
1769,
|
1145 |
+
1771,
|
1146 |
+
1772,
|
1147 |
+
1774,
|
1148 |
+
1780,
|
1149 |
+
1783,
|
1150 |
+
1786,
|
1151 |
+
1788,
|
1152 |
+
1789,
|
1153 |
+
1792,
|
1154 |
+
1794,
|
1155 |
+
1795,
|
1156 |
+
1796,
|
1157 |
+
1798,
|
1158 |
+
1800,
|
1159 |
+
1801,
|
1160 |
+
1803,
|
1161 |
+
1804,
|
1162 |
+
1806,
|
1163 |
+
1807,
|
1164 |
+
1808,
|
1165 |
+
1810,
|
1166 |
+
1811,
|
1167 |
+
1812,
|
1168 |
+
1813,
|
1169 |
+
1814,
|
1170 |
+
1815,
|
1171 |
+
1819,
|
1172 |
+
1820,
|
1173 |
+
1821,
|
1174 |
+
1822,
|
1175 |
+
1823,
|
1176 |
+
1824,
|
1177 |
+
1825,
|
1178 |
+
1826,
|
1179 |
+
1827,
|
1180 |
+
1828,
|
1181 |
+
1829,
|
1182 |
+
1830,
|
1183 |
+
1831,
|
1184 |
+
1832,
|
1185 |
+
1833,
|
1186 |
+
1834,
|
1187 |
+
1835,
|
1188 |
+
1836,
|
1189 |
+
1837,
|
1190 |
+
1838,
|
1191 |
+
1839,
|
1192 |
+
1841,
|
1193 |
+
1842,
|
1194 |
+
1843,
|
1195 |
+
1845,
|
1196 |
+
1846,
|
1197 |
+
1847,
|
1198 |
+
1848,
|
1199 |
+
911,
|
1200 |
+
1850,
|
1201 |
+
1851,
|
1202 |
+
1853,
|
1203 |
+
1855,
|
1204 |
+
1856,
|
1205 |
+
1859,
|
1206 |
+
1861,
|
1207 |
+
1862,
|
1208 |
+
1864,
|
1209 |
+
1865,
|
1210 |
+
1866,
|
1211 |
+
1867,
|
1212 |
+
1869,
|
1213 |
+
1870,
|
1214 |
+
1872,
|
1215 |
+
1873,
|
1216 |
+
1875,
|
1217 |
+
1878,
|
1218 |
+
1880,
|
1219 |
+
1881,
|
1220 |
+
1882,
|
1221 |
+
1883,
|
1222 |
+
1884,
|
1223 |
+
1887,
|
1224 |
+
1888,
|
1225 |
+
1889,
|
1226 |
+
1890,
|
1227 |
+
1891,
|
1228 |
+
1893,
|
1229 |
+
1894,
|
1230 |
+
1895,
|
1231 |
+
1896,
|
1232 |
+
1897,
|
1233 |
+
1899,
|
1234 |
+
1901,
|
1235 |
+
1902,
|
1236 |
+
1903,
|
1237 |
+
1904,
|
1238 |
+
1905,
|
1239 |
+
1906,
|
1240 |
+
1907,
|
1241 |
+
1908,
|
1242 |
+
1909,
|
1243 |
+
1910,
|
1244 |
+
1911,
|
1245 |
+
1912,
|
1246 |
+
1914,
|
1247 |
+
1916,
|
1248 |
+
1917,
|
1249 |
+
1918,
|
1250 |
+
1919,
|
1251 |
+
1921,
|
1252 |
+
1922,
|
1253 |
+
1924,
|
1254 |
+
1925,
|
1255 |
+
1927,
|
1256 |
+
1928,
|
1257 |
+
1929,
|
1258 |
+
1931,
|
1259 |
+
1932,
|
1260 |
+
1934,
|
1261 |
+
1935,
|
1262 |
+
1937,
|
1263 |
+
1938,
|
1264 |
+
1939,
|
1265 |
+
1941,
|
1266 |
+
1942,
|
1267 |
+
1943,
|
1268 |
+
1945,
|
1269 |
+
1946,
|
1270 |
+
1947,
|
1271 |
+
1948,
|
1272 |
+
1950,
|
1273 |
+
1952,
|
1274 |
+
1953,
|
1275 |
+
1954,
|
1276 |
+
1955,
|
1277 |
+
1956,
|
1278 |
+
1957,
|
1279 |
+
1959,
|
1280 |
+
1961,
|
1281 |
+
1963,
|
1282 |
+
1965,
|
1283 |
+
1967,
|
1284 |
+
1969,
|
1285 |
+
1970,
|
1286 |
+
1971,
|
1287 |
+
1972,
|
1288 |
+
1973,
|
1289 |
+
1975,
|
1290 |
+
1978,
|
1291 |
+
1980,
|
1292 |
+
1554,
|
1293 |
+
1981,
|
1294 |
+
1982,
|
1295 |
+
1983,
|
1296 |
+
1984,
|
1297 |
+
1985,
|
1298 |
+
1986,
|
1299 |
+
1988,
|
1300 |
+
1989,
|
1301 |
+
1990,
|
1302 |
+
1991,
|
1303 |
+
1992,
|
1304 |
+
1993,
|
1305 |
+
1994,
|
1306 |
+
1995,
|
1307 |
+
1996,
|
1308 |
+
1997,
|
1309 |
+
1998,
|
1310 |
+
1999,
|
1311 |
+
14,
|
1312 |
+
109
|
1313 |
+
]
|
1314 |
+
}
|
lemmatizer/{lookups/lookups.bin → model}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:29c00c095b3da58a3d0e445a70b452ed68ba8ac9358316934bcc0292bdc2fc11
|
3 |
+
size 508722
|
lemmatizer/trees
ADDED
Binary file (280 kB). View file
|
|
meta.json
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
{
|
2 |
"lang":"de",
|
3 |
"name":"core_news_lg",
|
4 |
-
"version":"3.
|
5 |
-
"description":"German pipeline optimized for CPU. Components: tok2vec, tagger, morphologizer, parser,
|
6 |
"author":"Explosion",
|
7 |
"email":"[email protected]",
|
8 |
"url":"https://explosion.ai",
|
9 |
"license":"MIT",
|
10 |
-
"spacy_version":">=3.
|
11 |
-
"spacy_git_version":"
|
12 |
"vectors":{
|
13 |
"width":300,
|
14 |
"vectors":500000,
|
@@ -791,15 +791,8 @@
|
|
791 |
"uc",
|
792 |
"vo"
|
793 |
],
|
794 |
-
"senter":[
|
795 |
-
"I",
|
796 |
-
"S"
|
797 |
-
],
|
798 |
"attribute_ruler":[
|
799 |
|
800 |
-
],
|
801 |
-
"lemmatizer":[
|
802 |
-
|
803 |
],
|
804 |
"ner":[
|
805 |
"LOC",
|
@@ -813,8 +806,8 @@
|
|
813 |
"tagger",
|
814 |
"morphologizer",
|
815 |
"parser",
|
816 |
-
"attribute_ruler",
|
817 |
"lemmatizer",
|
|
|
818 |
"ner"
|
819 |
],
|
820 |
"components":[
|
@@ -822,104 +815,75 @@
|
|
822 |
"tagger",
|
823 |
"morphologizer",
|
824 |
"parser",
|
|
|
825 |
"senter",
|
826 |
"attribute_ruler",
|
827 |
-
"lemmatizer",
|
828 |
"ner"
|
829 |
],
|
830 |
"disabled":[
|
831 |
"senter"
|
832 |
],
|
833 |
"performance":{
|
834 |
-
"tag_acc":0.9791924091,
|
835 |
-
"sents_p":0.9542892924,
|
836 |
-
"sents_r":0.9597449602,
|
837 |
-
"sents_f":0.9495327103,
|
838 |
-
"ents_p":0.8541693939,
|
839 |
-
"ents_r":0.8489553404,
|
840 |
-
"ents_f":0.8515543858,
|
841 |
-
"ents_per_type":{
|
842 |
-
"LOC":{
|
843 |
-
"p":0.8737422761,
|
844 |
-
"r":0.8838701952,
|
845 |
-
"f":0.8787770555
|
846 |
-
},
|
847 |
-
"PER":{
|
848 |
-
"p":0.8926853845,
|
849 |
-
"r":0.9213823098,
|
850 |
-
"f":0.9068068674
|
851 |
-
},
|
852 |
-
"MISC":{
|
853 |
-
"p":0.796186585,
|
854 |
-
"r":0.7298832636,
|
855 |
-
"f":0.7615945805
|
856 |
-
},
|
857 |
-
"ORG":{
|
858 |
-
"p":0.7909534505,
|
859 |
-
"r":0.7675886951,
|
860 |
-
"f":0.7790959374
|
861 |
-
}
|
862 |
-
},
|
863 |
-
"speed":9066.6714665833,
|
864 |
"token_acc":0.9998017682,
|
865 |
"token_p":0.9991808044,
|
866 |
"token_r":0.9990356034,
|
867 |
"token_f":0.9991081986,
|
|
|
868 |
"pos_acc":0.9840955194,
|
869 |
-
"morph_acc":0.
|
870 |
-
"morph_micro_p":0.
|
871 |
-
"morph_micro_r":0.
|
872 |
-
"morph_micro_f":0.
|
873 |
"morph_per_feat":{
|
874 |
"Case":{
|
875 |
-
"p":0.
|
876 |
-
"r":0.
|
877 |
-
"f":0.
|
878 |
},
|
879 |
"Definite":{
|
880 |
-
"p":0.
|
881 |
-
"r":0.
|
882 |
-
"f":0.
|
883 |
},
|
884 |
"Gender":{
|
885 |
-
"p":0.
|
886 |
-
"r":0.
|
887 |
-
"f":0.
|
888 |
},
|
889 |
"Number":{
|
890 |
-
"p":0.
|
891 |
-
"r":0.
|
892 |
-
"f":0.
|
893 |
},
|
894 |
"PronType":{
|
895 |
-
"p":0.
|
896 |
-
"r":0.
|
897 |
-
"f":0.
|
898 |
},
|
899 |
"Degree":{
|
900 |
-
"p":0.
|
901 |
-
"r":0.
|
902 |
-
"f":0.
|
903 |
},
|
904 |
"VerbForm":{
|
905 |
-
"p":0.
|
906 |
-
"r":0.
|
907 |
-
"f":0.
|
908 |
},
|
909 |
"Mood":{
|
910 |
-
"p":0.
|
911 |
-
"r":0.
|
912 |
-
"f":0.
|
913 |
},
|
914 |
"Person":{
|
915 |
-
"p":0.
|
916 |
-
"r":0.
|
917 |
-
"f":0.
|
918 |
},
|
919 |
"Tense":{
|
920 |
-
"p":0.
|
921 |
-
"r":0.
|
922 |
-
"f":0.
|
923 |
},
|
924 |
"Reflex":{
|
925 |
"p":1.0,
|
@@ -932,194 +896,197 @@
|
|
932 |
"f":0.9969040248
|
933 |
},
|
934 |
"Foreign":{
|
935 |
-
"p":0.
|
936 |
"r":0.1608040201,
|
937 |
-
"f":0.
|
938 |
}
|
939 |
},
|
940 |
-
"
|
941 |
-
"
|
|
|
|
|
|
|
942 |
"dep_las_per_type":{
|
943 |
"cp":{
|
944 |
-
"p":0.
|
945 |
-
"r":0.
|
946 |
-
"f":0.
|
947 |
},
|
948 |
"nk":{
|
949 |
-
"p":0.
|
950 |
-
"r":0.
|
951 |
-
"f":0.
|
952 |
},
|
953 |
"sb":{
|
954 |
-
"p":0.
|
955 |
-
"r":0.
|
956 |
-
"f":0.
|
957 |
},
|
958 |
"ag":{
|
959 |
-
"p":0.
|
960 |
-
"r":0.
|
961 |
-
"f":0.
|
962 |
},
|
963 |
"mnr":{
|
964 |
-
"p":0.
|
965 |
-
"r":0.
|
966 |
-
"f":0.
|
967 |
},
|
968 |
"mo":{
|
969 |
-
"p":0.
|
970 |
-
"r":0.
|
971 |
-
"f":0.
|
972 |
},
|
973 |
"oc":{
|
974 |
-
"p":0.
|
975 |
-
"r":0.
|
976 |
-
"f":0.
|
977 |
},
|
978 |
"root":{
|
979 |
-
"p":0.
|
980 |
-
"r":0.
|
981 |
-
"f":0.
|
982 |
},
|
983 |
"rc":{
|
984 |
-
"p":0.
|
985 |
-
"r":0.
|
986 |
-
"f":0.
|
987 |
},
|
988 |
"op":{
|
989 |
-
"p":0.
|
990 |
-
"r":0.
|
991 |
-
"f":0.
|
992 |
},
|
993 |
"pm":{
|
994 |
-
"p":0.
|
995 |
-
"r":
|
996 |
-
"f":0.
|
997 |
},
|
998 |
"nmc":{
|
999 |
-
"p":0.
|
1000 |
-
"r":0.
|
1001 |
-
"f":0.
|
1002 |
},
|
1003 |
"oa":{
|
1004 |
-
"p":0.
|
1005 |
-
"r":0.
|
1006 |
-
"f":0.
|
1007 |
},
|
1008 |
"pd":{
|
1009 |
-
"p":0.
|
1010 |
-
"r":0.
|
1011 |
-
"f":0.
|
1012 |
},
|
1013 |
"ep":{
|
1014 |
-
"p":0.
|
1015 |
-
"r":0.
|
1016 |
-
"f":0.
|
1017 |
},
|
1018 |
"cd":{
|
1019 |
-
"p":0.
|
1020 |
-
"r":0.
|
1021 |
-
"f":0.
|
1022 |
},
|
1023 |
"cj":{
|
1024 |
-
"p":0.
|
1025 |
-
"r":0.
|
1026 |
-
"f":0.
|
1027 |
-
},
|
1028 |
-
"app":{
|
1029 |
-
"p":0.6581469649,
|
1030 |
-
"r":0.6936026936,
|
1031 |
-
"f":0.6754098361
|
1032 |
},
|
1033 |
"svp":{
|
1034 |
-
"p":0.
|
1035 |
-
"r":0.
|
1036 |
-
"f":0.
|
1037 |
},
|
1038 |
"pg":{
|
1039 |
-
"p":0.
|
1040 |
-
"r":0.
|
1041 |
-
"f":0.
|
1042 |
},
|
1043 |
"da":{
|
1044 |
-
"p":0.
|
1045 |
-
"r":0.
|
1046 |
-
"f":0.
|
|
|
|
|
|
|
|
|
|
|
1047 |
},
|
1048 |
"ac":{
|
1049 |
-
"p":0.
|
1050 |
-
"r":0.
|
1051 |
-
"f":0.
|
1052 |
},
|
1053 |
"pnc":{
|
1054 |
-
"p":0.
|
1055 |
-
"r":0.
|
1056 |
-
"f":0.
|
1057 |
},
|
1058 |
"ju":{
|
1059 |
-
"p":0.
|
1060 |
-
"r":0.
|
1061 |
-
"f":0.
|
1062 |
},
|
1063 |
"ng":{
|
1064 |
-
"p":0.
|
1065 |
-
"r":0.
|
1066 |
-
"f":0.
|
1067 |
},
|
1068 |
"re":{
|
1069 |
-
"p":0.
|
1070 |
-
"r":0.
|
1071 |
-
"f":0.
|
|
|
|
|
|
|
|
|
|
|
1072 |
},
|
1073 |
"cm":{
|
1074 |
-
"p":0.
|
1075 |
-
"r":0.
|
1076 |
-
"f":0.
|
1077 |
},
|
1078 |
"cc":{
|
1079 |
-
"p":0.
|
1080 |
-
"r":0.
|
1081 |
-
"f":0.
|
1082 |
},
|
1083 |
"sbp":{
|
1084 |
-
"p":0.
|
1085 |
-
"r":0.
|
1086 |
-
"f":0.
|
1087 |
},
|
1088 |
"uc":{
|
1089 |
-
"p":0.
|
1090 |
-
"r":0.
|
1091 |
-
"f":0.
|
1092 |
},
|
1093 |
-
"
|
1094 |
-
"p":0.
|
1095 |
-
"r":0.
|
1096 |
-
"f":0.
|
1097 |
},
|
1098 |
"ams":{
|
1099 |
-
"p":0.
|
1100 |
-
"r":0.
|
1101 |
-
"f":0.
|
1102 |
-
},
|
1103 |
-
"cvc":{
|
1104 |
-
"p":0.8793103448,
|
1105 |
-
"r":0.6455696203,
|
1106 |
-
"f":0.7445255474
|
1107 |
},
|
1108 |
"rs":{
|
1109 |
-
"p":0.
|
1110 |
-
"r":0.
|
1111 |
-
"f":0.
|
1112 |
-
},
|
1113 |
-
"ph":{
|
1114 |
-
"p":0.8333333333,
|
1115 |
-
"r":0.7142857143,
|
1116 |
-
"f":0.7692307692
|
1117 |
},
|
1118 |
"dep":{
|
1119 |
"p":0.0,
|
1120 |
"r":0.0,
|
1121 |
"f":0.0
|
1122 |
},
|
|
|
|
|
|
|
|
|
|
|
1123 |
"dm":{
|
1124 |
"p":0.0,
|
1125 |
"r":0.0,
|
@@ -1136,25 +1103,50 @@
|
|
1136 |
"f":0.0
|
1137 |
},
|
1138 |
"og":{
|
1139 |
-
"p":0.
|
1140 |
"r":0.2857142857,
|
1141 |
-
"f":0.
|
1142 |
},
|
1143 |
"adc":{
|
1144 |
"p":0.75,
|
1145 |
"r":1.0,
|
1146 |
"f":0.8571428571
|
|
|
|
|
|
|
|
|
|
|
1147 |
}
|
1148 |
},
|
1149 |
-
"lemma_acc":0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1150 |
},
|
1151 |
"sources":[
|
1152 |
-
{
|
1153 |
-
"name":"Sprogteknologisk orddatabase over det danske sprog",
|
1154 |
-
"url":"https://cst.ku.dk/sto_ordbase/",
|
1155 |
-
"license":"CC BY-SA 4.0",
|
1156 |
-
"author":"Center for Language Technology, University of Copenhagen"
|
1157 |
-
},
|
1158 |
{
|
1159 |
"name":"TIGER Corpus",
|
1160 |
"author":"Brants, Sabine, Stefanie Dipper, Peter Eisenberg, Silvia Hansen, Esther K\u00f6nig, Wolfgang Lezius, Christian Rohrer, George Smith, and Hans Uszkoreit",
|
|
|
1 |
{
|
2 |
"lang":"de",
|
3 |
"name":"core_news_lg",
|
4 |
+
"version":"3.3.0",
|
5 |
+
"description":"German pipeline optimized for CPU. Components: tok2vec, tagger, morphologizer, parser, lemmatizer (trainable_lemmatizer), senter, ner.",
|
6 |
"author":"Explosion",
|
7 |
"email":"[email protected]",
|
8 |
"url":"https://explosion.ai",
|
9 |
"license":"MIT",
|
10 |
+
"spacy_version":">=3.3.0.dev0,<3.4.0",
|
11 |
+
"spacy_git_version":"849bef2de",
|
12 |
"vectors":{
|
13 |
"width":300,
|
14 |
"vectors":500000,
|
|
|
791 |
"uc",
|
792 |
"vo"
|
793 |
],
|
|
|
|
|
|
|
|
|
794 |
"attribute_ruler":[
|
795 |
|
|
|
|
|
|
|
796 |
],
|
797 |
"ner":[
|
798 |
"LOC",
|
|
|
806 |
"tagger",
|
807 |
"morphologizer",
|
808 |
"parser",
|
|
|
809 |
"lemmatizer",
|
810 |
+
"attribute_ruler",
|
811 |
"ner"
|
812 |
],
|
813 |
"components":[
|
|
|
815 |
"tagger",
|
816 |
"morphologizer",
|
817 |
"parser",
|
818 |
+
"lemmatizer",
|
819 |
"senter",
|
820 |
"attribute_ruler",
|
|
|
821 |
"ner"
|
822 |
],
|
823 |
"disabled":[
|
824 |
"senter"
|
825 |
],
|
826 |
"performance":{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
827 |
"token_acc":0.9998017682,
|
828 |
"token_p":0.9991808044,
|
829 |
"token_r":0.9990356034,
|
830 |
"token_f":0.9991081986,
|
831 |
+
"tag_acc":0.979965905,
|
832 |
"pos_acc":0.9840955194,
|
833 |
+
"morph_acc":0.9207154704,
|
834 |
+
"morph_micro_p":0.9608576096,
|
835 |
+
"morph_micro_r":0.959853188,
|
836 |
+
"morph_micro_f":0.9603551362,
|
837 |
"morph_per_feat":{
|
838 |
"Case":{
|
839 |
+
"p":0.9213943214,
|
840 |
+
"r":0.9229108767,
|
841 |
+
"f":0.9221519755
|
842 |
},
|
843 |
"Definite":{
|
844 |
+
"p":0.9955585924,
|
845 |
+
"r":0.9970346715,
|
846 |
+
"f":0.9962960852
|
847 |
},
|
848 |
"Gender":{
|
849 |
+
"p":0.9464250652,
|
850 |
+
"r":0.9522747799,
|
851 |
+
"f":0.9493409113
|
852 |
},
|
853 |
"Number":{
|
854 |
+
"p":0.9777103269,
|
855 |
+
"r":0.9774611999,
|
856 |
+
"f":0.9775857475
|
857 |
},
|
858 |
"PronType":{
|
859 |
+
"p":0.9925227568,
|
860 |
+
"r":0.990188924,
|
861 |
+
"f":0.9913544669
|
862 |
},
|
863 |
"Degree":{
|
864 |
+
"p":0.9843557743,
|
865 |
+
"r":0.9774829813,
|
866 |
+
"f":0.9809073393
|
867 |
},
|
868 |
"VerbForm":{
|
869 |
+
"p":0.9635701275,
|
870 |
+
"r":0.9656394288,
|
871 |
+
"f":0.9646036683
|
872 |
},
|
873 |
"Mood":{
|
874 |
+
"p":0.9762786003,
|
875 |
+
"r":0.9621953242,
|
876 |
+
"f":0.9691858038
|
877 |
},
|
878 |
"Person":{
|
879 |
+
"p":0.9843400447,
|
880 |
+
"r":0.9723756906,
|
881 |
+
"f":0.9783212896
|
882 |
},
|
883 |
"Tense":{
|
884 |
+
"p":0.9812658228,
|
885 |
+
"r":0.967226751,
|
886 |
+
"f":0.9741957105
|
887 |
},
|
888 |
"Reflex":{
|
889 |
"p":1.0,
|
|
|
896 |
"f":0.9969040248
|
897 |
},
|
898 |
"Foreign":{
|
899 |
+
"p":0.6530612245,
|
900 |
"r":0.1608040201,
|
901 |
+
"f":0.2580645161
|
902 |
}
|
903 |
},
|
904 |
+
"sents_p":0.956512649,
|
905 |
+
"sents_r":0.9623963638,
|
906 |
+
"sents_f":0.9517021808,
|
907 |
+
"dep_uas":0.9262392379,
|
908 |
+
"dep_las":0.9070296829,
|
909 |
"dep_las_per_type":{
|
910 |
"cp":{
|
911 |
+
"p":0.9545454545,
|
912 |
+
"r":0.9597806216,
|
913 |
+
"f":0.9571558797
|
914 |
},
|
915 |
"nk":{
|
916 |
+
"p":0.977915804,
|
917 |
+
"r":0.9809822447,
|
918 |
+
"f":0.9794466242
|
919 |
},
|
920 |
"sb":{
|
921 |
+
"p":0.9179788891,
|
922 |
+
"r":0.930538502,
|
923 |
+
"f":0.9242160279
|
924 |
},
|
925 |
"ag":{
|
926 |
+
"p":0.9493739793,
|
927 |
+
"r":0.9640685462,
|
928 |
+
"f":0.9566648382
|
929 |
},
|
930 |
"mnr":{
|
931 |
+
"p":0.7619453925,
|
932 |
+
"r":0.7507356032,
|
933 |
+
"f":0.7562989625
|
934 |
},
|
935 |
"mo":{
|
936 |
+
"p":0.7870752308,
|
937 |
+
"r":0.8106413109,
|
938 |
+
"f":0.7986844728
|
939 |
},
|
940 |
"oc":{
|
941 |
+
"p":0.9251639833,
|
942 |
+
"r":0.9340758579,
|
943 |
+
"f":0.929598562
|
944 |
},
|
945 |
"root":{
|
946 |
+
"p":0.9761755486,
|
947 |
+
"r":0.9652820831,
|
948 |
+
"f":0.9706982544
|
949 |
},
|
950 |
"rc":{
|
951 |
+
"p":0.6879271071,
|
952 |
+
"r":0.6771300448,
|
953 |
+
"f":0.6824858757
|
954 |
},
|
955 |
"op":{
|
956 |
+
"p":0.7566037736,
|
957 |
+
"r":0.5976154993,
|
958 |
+
"f":0.6677768526
|
959 |
},
|
960 |
"pm":{
|
961 |
+
"p":0.994269341,
|
962 |
+
"r":0.9971264368,
|
963 |
+
"f":0.9956958393
|
964 |
},
|
965 |
"nmc":{
|
966 |
+
"p":0.9811023622,
|
967 |
+
"r":0.9842022117,
|
968 |
+
"f":0.9826498423
|
969 |
},
|
970 |
"oa":{
|
971 |
+
"p":0.862335156,
|
972 |
+
"r":0.8842348285,
|
973 |
+
"f":0.8731476958
|
974 |
},
|
975 |
"pd":{
|
976 |
+
"p":0.8481421648,
|
977 |
+
"r":0.7720588235,
|
978 |
+
"f":0.8083140878
|
979 |
},
|
980 |
"ep":{
|
981 |
+
"p":0.8888888889,
|
982 |
+
"r":0.8421052632,
|
983 |
+
"f":0.8648648649
|
984 |
},
|
985 |
"cd":{
|
986 |
+
"p":0.8728098637,
|
987 |
+
"r":0.8688630491,
|
988 |
+
"f":0.8708319845
|
989 |
},
|
990 |
"cj":{
|
991 |
+
"p":0.8668975755,
|
992 |
+
"r":0.8639053254,
|
993 |
+
"f":0.8653988639
|
|
|
|
|
|
|
|
|
|
|
994 |
},
|
995 |
"svp":{
|
996 |
+
"p":0.9489194499,
|
997 |
+
"r":0.9288461538,
|
998 |
+
"f":0.9387755102
|
999 |
},
|
1000 |
"pg":{
|
1001 |
+
"p":0.8641975309,
|
1002 |
+
"r":0.8917197452,
|
1003 |
+
"f":0.8777429467
|
1004 |
},
|
1005 |
"da":{
|
1006 |
+
"p":0.7965517241,
|
1007 |
+
"r":0.5877862595,
|
1008 |
+
"f":0.6764275256
|
1009 |
+
},
|
1010 |
+
"app":{
|
1011 |
+
"p":0.6979865772,
|
1012 |
+
"r":0.7003367003,
|
1013 |
+
"f":0.6991596639
|
1014 |
},
|
1015 |
"ac":{
|
1016 |
+
"p":0.8910891089,
|
1017 |
+
"r":0.7692307692,
|
1018 |
+
"f":0.8256880734
|
1019 |
},
|
1020 |
"pnc":{
|
1021 |
+
"p":0.8424566088,
|
1022 |
+
"r":0.8194805195,
|
1023 |
+
"f":0.8308097433
|
1024 |
},
|
1025 |
"ju":{
|
1026 |
+
"p":0.93,
|
1027 |
+
"r":0.9393939394,
|
1028 |
+
"f":0.9346733668
|
1029 |
},
|
1030 |
"ng":{
|
1031 |
+
"p":0.8333333333,
|
1032 |
+
"r":0.8377659574,
|
1033 |
+
"f":0.8355437666
|
1034 |
},
|
1035 |
"re":{
|
1036 |
+
"p":0.7210884354,
|
1037 |
+
"r":0.630952381,
|
1038 |
+
"f":0.673015873
|
1039 |
+
},
|
1040 |
+
"par":{
|
1041 |
+
"p":0.6068376068,
|
1042 |
+
"r":0.3480392157,
|
1043 |
+
"f":0.4423676012
|
1044 |
},
|
1045 |
"cm":{
|
1046 |
+
"p":0.8803827751,
|
1047 |
+
"r":0.8846153846,
|
1048 |
+
"f":0.8824940048
|
1049 |
},
|
1050 |
"cc":{
|
1051 |
+
"p":0.7283236994,
|
1052 |
+
"r":0.6331658291,
|
1053 |
+
"f":0.6774193548
|
1054 |
},
|
1055 |
"sbp":{
|
1056 |
+
"p":0.8584070796,
|
1057 |
+
"r":0.8362068966,
|
1058 |
+
"f":0.8471615721
|
1059 |
},
|
1060 |
"uc":{
|
1061 |
+
"p":0.7272727273,
|
1062 |
+
"r":0.2666666667,
|
1063 |
+
"f":0.3902439024
|
1064 |
},
|
1065 |
+
"cvc":{
|
1066 |
+
"p":0.9038461538,
|
1067 |
+
"r":0.5949367089,
|
1068 |
+
"f":0.7175572519
|
1069 |
},
|
1070 |
"ams":{
|
1071 |
+
"p":0.7222222222,
|
1072 |
+
"r":0.7647058824,
|
1073 |
+
"f":0.7428571429
|
|
|
|
|
|
|
|
|
|
|
1074 |
},
|
1075 |
"rs":{
|
1076 |
+
"p":0.6666666667,
|
1077 |
+
"r":0.3225806452,
|
1078 |
+
"f":0.4347826087
|
|
|
|
|
|
|
|
|
|
|
1079 |
},
|
1080 |
"dep":{
|
1081 |
"p":0.0,
|
1082 |
"r":0.0,
|
1083 |
"f":0.0
|
1084 |
},
|
1085 |
+
"ph":{
|
1086 |
+
"p":1.0,
|
1087 |
+
"r":0.5714285714,
|
1088 |
+
"f":0.7272727273
|
1089 |
+
},
|
1090 |
"dm":{
|
1091 |
"p":0.0,
|
1092 |
"r":0.0,
|
|
|
1103 |
"f":0.0
|
1104 |
},
|
1105 |
"og":{
|
1106 |
+
"p":0.3333333333,
|
1107 |
"r":0.2857142857,
|
1108 |
+
"f":0.3076923077
|
1109 |
},
|
1110 |
"adc":{
|
1111 |
"p":0.75,
|
1112 |
"r":1.0,
|
1113 |
"f":0.8571428571
|
1114 |
+
},
|
1115 |
+
"avc":{
|
1116 |
+
"p":0.0,
|
1117 |
+
"r":0.0,
|
1118 |
+
"f":0.0
|
1119 |
}
|
1120 |
},
|
1121 |
+
"lemma_acc":0.9794580737,
|
1122 |
+
"speed":10448.944602725,
|
1123 |
+
"ents_p":0.8529898059,
|
1124 |
+
"ents_r":0.8446292461,
|
1125 |
+
"ents_f":0.8487889386,
|
1126 |
+
"ents_per_type":{
|
1127 |
+
"LOC":{
|
1128 |
+
"p":0.8690442495,
|
1129 |
+
"r":0.8823853431,
|
1130 |
+
"f":0.875663985
|
1131 |
+
},
|
1132 |
+
"PER":{
|
1133 |
+
"p":0.8935104329,
|
1134 |
+
"r":0.9190658535,
|
1135 |
+
"f":0.906107991
|
1136 |
+
},
|
1137 |
+
"MISC":{
|
1138 |
+
"p":0.7976545694,
|
1139 |
+
"r":0.7175853674,
|
1140 |
+
"f":0.7555044364
|
1141 |
+
},
|
1142 |
+
"ORG":{
|
1143 |
+
"p":0.7930575145,
|
1144 |
+
"r":0.760748647,
|
1145 |
+
"f":0.7765671756
|
1146 |
+
}
|
1147 |
+
}
|
1148 |
},
|
1149 |
"sources":[
|
|
|
|
|
|
|
|
|
|
|
|
|
1150 |
{
|
1151 |
"name":"TIGER Corpus",
|
1152 |
"author":"Brants, Sabine, Stefanie Dipper, Peter Eisenberg, Silvia Hansen, Esther K\u00f6nig, Wolfgang Lezius, Christian Rohrer, George Smith, and Hans Uszkoreit",
|
morphologizer/model
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6393db68bc7269c87fbbd796bfce1b284f206bb17aa981090698ba797814deb4
|
3 |
+
size 260402
|
ner/model
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b8a58c98d4339c712a9c065e780307daf831248d1d029943169136fdafea17c1
|
3 |
+
size 6496592
|
parser/model
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 327972
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3ae43524537de57ec7f90f33cde6d5c0b0f702c80d41eaefb8df10a1a9fd131e
|
3 |
size 327972
|
parser/moves
CHANGED
@@ -1 +1 @@
|
|
1 |
-
��moves�B{"0":{"":
|
|
|
1 |
+
��moves�B{"0":{"":327193},"1":{"":339518},"2":{"nk":138780,"mo":58312,"sb":33663,"punct":18076,"oa":14818,"oc":10626,"pnc":8974,"cp":6626,"mo||oc":5047,"pm":3722,"pd":3067,"op":2717,"ng":2557,"da":2331,"nmc":2273,"cm":2108,"ag":1618,"ju":1315,"cd":1256,"sbp":1216,"cj":1129,"oa||oc":1100,"ep":532,"ams":491,"cvc":465,"ac":443,"punct||nk":357,"mo||pd":350,"da||oc":342,"re":281,"op||oc":191,"mnr":174,"ng||nk":168,"punct||oc":137,"ph":119,"par":117,"rs":104,"cj||cj":94,"og":86,"pd||oc":84,"oc||oc":83,"sb||re":60,"mo||mo":58,"svp":54,"da||pd":53,"mnr||sb":49,"mnr||oa":49,"dm":46,"pg||sb":45,"sb||oc":40,"pg":37,"avc":37,"nk||oa":36,"mnr||nk":35,"cc":32,"vo":30,"mo||re":30,"adc":30,"dep":0},"3":{"nk":81697,"punct":73162,"mo":25007,"cj":19992,"mnr":19941,"oc":18944,"sb":17952,"ag":17748,"cd":14840,"oa":9664,"pd":4545,"svp":3997,"rc":3936,"op":3243,"pg":2788,"app":2763,"par":1901,"ng":1534,"cj||cj":1489,"mo||oc":1487,"da":1212,"cc":1139,"ep":888,"oa||oc":800,"rc||nk":553,"re||sb":491,"cc||mo":491,"rc||oa":484,"re||mo":446,"re":440,"uc":340,"cvc":300,"rc||sb":290,"punct||oc":268,"ac":261,"re||op":257,"da||oc":225,"oc||oa":209,"oc||oc":195,"pnc":179,"cc||nk":162,"re||oa":151,"rs":149,"mo||pd":132,"rc||ag":120,"oc||nk":118,"cd||cj":116,"app||sb":108,"app||oa":95,"mnr||sb":88,"oc||sb":87,"sbp":79,"app||nk":77,"punct||nk":71,"mnr||oa":70,"og":68,"cj||cd":68,"par||sb":67,"mnr||nk":61,"oc||pd":59,"da||pd":54,"rc||da":49,"par||nk":45,"cd||mo":44,"mo||mo":43,"cc||pd":41,"par||oa":40,"punct||oa":39,"cd||sb":38,"rc||pd":37,"punct||sb":36,"sbp||oc":35,"punct||rs":35,"cj||oc":33,"dep":0},"4":{"ROOT":38951}}�cfg��neg_key�
|
senter/model
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a3592bf7782c3f390f9700aa599665ace952c5023b36f018bbea3f82cb6db649
|
3 |
+
size 219953
|
tagger/cfg
CHANGED
@@ -55,5 +55,6 @@
|
|
55 |
"VVPP",
|
56 |
"XY"
|
57 |
],
|
|
|
58 |
"overwrite":false
|
59 |
}
|
|
|
55 |
"VVPP",
|
56 |
"XY"
|
57 |
],
|
58 |
+
"neg_prefix":"!",
|
59 |
"overwrite":false
|
60 |
}
|
tagger/model
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:701a38689f9da603eac3bd870d2dfcc2e02aaab14ca93a268aa0d87adaa53fe0
|
3 |
+
size 21381
|
tok2vec/model
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:53539288ed648dc44988cf0ae8da7f07322dab8b6cc9b5133b21e2c6aaa59d38
|
3 |
+
size 6365604
|
tokenizer
CHANGED
@@ -1,3 +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]$|(?<=[0-9])\+$|(?<=°[FfCcKk])\.$|(?<=[0-9])(?:\$|£|€|¥|฿|US\$|C\$|A\$|₽|﷼|₴|₠|₡|₢|₣|₤|₥|₦|₧|₨|₩|₪|₫|€|₭|₮|₯|₰|₱|₲|₳|₴|₵|₶|₷|₸|₹|₺|₻|₼|₽|₾|₿)$|(?<=[0-9])(?:km|km²|km³|m|m²|m³|dm|dm²|dm³|cm|cm²|cm³|mm|mm²|mm³|ha|µm|nm|yd|in|ft|kg|g|mg|µg|t|lb|oz|m/s|km/h|kmh|mph|hPa|Pa|mbar|mb|MB|kb|KB|gb|GB|tb|TB|T|G|M|K|%|км|км²|км³|м|м²|м³|дм|дм²|дм³|см|см²|см³|мм|мм²|мм³|нм|кг|г|мг|м/с|км/ч|кПа|Па|мбар|Кб|КБ|кб|Мб|МБ|мб|Гб|ГБ|гб|Тб|ТБ|тбكم|كم²|كم³|م|م²|م³|سم|سم²|سم³|مم|مم²|مم³|كم|غرام|جرام|جم|كغ|ملغ|كوب|اكواب)$|(?<=[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\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\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\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])\.$�infix_finditer�YW\.\.+|…|[\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]|(?<=[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\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\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\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\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\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\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\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\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])|(?<=[0-9A-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\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])\/(?=[0-9A-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\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\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\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\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\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])|(?<=[0-9])-(?=[0-9])�token_match��url_match�
|
2 |
��A�
|
3 |
-
� ��A� �'��A�'�''��A�''�'S��A�'SC�'s�'n��A�'nC�ein�'ne��A�'neC�eine�'nem��A�'nemC�einem�'nen��A�'nenC�einen�'s��A�'sC�'s�(*_*)��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�@_@�A.C.��A�A.C.�A.D.��A�A.D.�A.G.��A�A.G.�Abb.��A�Abb.C�Abbildung�Abk.��A�Abk.C�Abkürzung�Abs.��A�Abs.�Abt.��A�Abt.C�Abteilung�Apr.��A�Apr.C�April�Aug.��A�Aug.C�August�B.A.��A�B.A.�B.Sc.��A�B.Sc.�Bd.��A�Bd.C�Band�Betr.��A�Betr.C�Betreff�Bf.��A�Bf.C�Bahnhof�Bhf.��A�Bhf.C�Bahnhof�Biol.��A�Biol.�Bsp.��A�Bsp.C�Beispiel�C++��A�C++�CDU/CSU��A�CDU/CSU�Chr.��A�Chr.�Cie.��A�Cie.�Co.��A�Co.�D.C.��A�D.C.�Dez.��A�Dez.C�Dezember�Di.��A�Di.C�Dienstag�Dipl.��A�Dipl.�Dipl.-Ing.��A�Dipl.-Ing.�Do.��A�Do.C�Donnerstag�Dr.��A�Dr.�Fa.��A�Fa.C�Firma�Fam.��A�Fam.C�Familie�Feb.��A�Feb.C�Februar�Fr.��A�Fr.C�Frau�Frl.��A�Frl.C�Fräulein�G.m.b.H.��A�G.m.b.H.�Gebr.��A�Gebr.�Hbf.��A�Hbf.C�Hauptbahnhof�Hg.��A�Hg.�Hr.��A�Hr.C�Herr�Hrn.��A�Hrn.C�Herrn�Hrsg.��A�Hrsg.�I.��A�I.�II.��A�II.�III.��A�III.�IV.��A�IV.�Inc.��A�Inc.�Ing.��A�Ing.�Jan.��A�Jan.C�Januar�Jh.��A�Jh.C�Jahrhundert�Jhd.��A�Jhd.C�Jahrhundert�Jr.��A�Jr.�Jul.��A�Jul.C�Juli�Jun.��A�Jun.C�Juni�K.O.��A�K.O.�L'��A�L'�L.A.��A�L.A.�L’��A�L’�M.A.��A�M.A.�M.Sc.��A�M.Sc.�Mi.��A�Mi.C�Mittwoch�Mio.��A�Mio.C�Million�Mo.��A�Mo.C�Montag�Mr.��A�Mr.�Mrd.��A�Mrd.C�Milliarde�Mrz.��A�Mrz.C�März�MwSt.��A�MwSt.C�Mehrwertsteuer�Mär.��A�Mär.C�März�N.Y.��A�N.Y.�N.Y.C.��A�N.Y.C.�Nov.��A�Nov.C�November�Nr.��A�Nr.C�Nummer�O.K.��A�O.K.�O.O��A�O.O�O.o��A�O.o�O_O��A�O_O�O_o��A�O_o�Okt.��A�Okt.C�Oktober�Orig.��A�Orig.C�Original�P.S.��A�P.S.�Pkt.��A�Pkt.C�Punkt�Prof.��A�Prof.C�Professor�R.I.P.��A�R.I.P.�Red.��A�Red.C�Redaktion�S'��A�S'C�'s�Sa.��A�Sa.C�Samstag�Sep.��A�Sep.C�September�Sept.��A�Sept.C�September�So.��A�So.C�Sonntag�St.��A�St.�Std.��A�Std.C�Stunde�Str.��A�Str.C�Straße�S’��A�S’C�'s�Tel.��A�Tel.C�Telefon�Tsd.��A�Tsd.C�Tausend�U.S.��A�U.S.�U.S.A.��A�U.S.A.�U.S.S.��A�U.S.S.�Univ.��A�Univ.C�Universität�V.V��A�V.V�V_V��A�V_V�Vol.��A�Vol.�XD��A�XD�XDD��A�XDD�[-:��A�[-:�[:��A�[:�[=��A�[=�\")��A�\")�\n��A�\n�\t��A�\t�]=��A�]=�^_^��A�^_^�^__^��A�^__^�^___^��A�^___^�``��A�``�a.��A�a.�a.D.��A�a.D.�a.M.��A�a.M.�a.Z.��A�a.Z.�abzgl.��A�abzgl.C�abzüglich�adv.��A�adv.�al.��A�al.�allg.��A�allg.C�allgemein�auf'm��A�auf�A�'mC�dem�auf’m��A�auf�A�’mC�dem�b.��A�b.�betr.��A�betr.�biol.��A�biol.�bspw.��A�bspw.C�beispielsweise�bzgl.��A�bzgl.C�bezüglich�bzw.��A�bzw.C�beziehungsweise�c.��A�c.�c/o��A�c/o�ca.��A�ca.�co.��A�co.�d'��A�d'�d.��A�d.�d.h.��A�d.h.�dgl.��A�dgl.C�dergleichen�du's��A�du�A�'sC�es�du’s��A�du�A�’sC�es�d’��A�d’�e.��A�e.�e.V.��A�e.V.�e.g.��A�e.g.�ebd.��A�ebd.C�ebenda�ehem.��A�ehem.�eigtl.��A�eigtl.C�eigentlich�engl.��A�engl.C�englisch�entspr.��A�entspr.�er's��A�er�A�'sC�es�erm.��A�erm.�er’s��A�er�A�’sC�es�etc.��A�etc.�ev.��A�ev.�evtl.��A�evtl.C�eventuell�f.��A�f.�frz.��A�frz.C�französisch�g.��A�g.�geb.��A�geb.�gegr.��A�gegr.C�gegründet�gem.��A�gem.�ggf.��A�ggf.C�gegebenenfalls�ggfs.��A�ggfs.C�gegebenenfalls�ggü.��A�ggü.C�gegenüber�h.��A�h.�h.c.��A�h.c.�hinter'm��A�hinter�A�'mC�dem�hinter’m��A�hinter�A�’mC�dem�hrsg.��A�hrsg.�i.��A�i.�i.A.��A�i.A.�i.G.��A�i.G.�i.O.��A�i.O.�i.Tr.��A�i.Tr.�i.V.��A�i.V.�i.d.R.��A�i.d.R.�i.e.��A�i.e.�ich's��A�ich�A�'sC�es�ich’s��A�ich�A�’sC�es�ihr's��A�ihr�A�'sC�es�ihr’s��A�ihr�A�’sC�es�incl.��A�incl.C�inklusive�inkl.��A�inkl.C�inklusive�insb.��A�insb.C�insbesondere�j.��A�j.�jr.��A�jr.�jun.��A�jun.�jur.��A�jur.�k.��A�k.�kath.��A�kath.C�katholisch�l.��A�l.�lat.��A�lat.�lt.��A�lt.C�laut�m.��A�m.�m.E.��A�m.E.�m.M.��A�m.M.�max.��A�max.C�maximal�min.��A�min.C�minimal�mind.��A�mind.C�mindestens�mtl.��A�mtl.C�monatlich�n.��A�n.�n.Chr.��A�n.Chr.�nat.��A�nat.�o.��A�o.�o.0��A�o.0�o.O��A�o.O�o.a.��A�o.a.�o.g.��A�o.g.�o.k.��A�o.k.�o.o��A�o.o�o.ä.��A�o.ä.�o_0��A�o_0�o_O��A�o_O�o_o��A�o_o�orig.��A�orig.C�original�p.��A�p.�p.a.��A�p.a.�p.s.��A�p.s.�pers.��A�pers.�phil.��A�phil.�q.��A�q.�q.e.d.��A�q.e.d.�r.��A�r.�rer.��A�rer.�röm.��A�röm.C�römisch�s'��A�s'C�'s�s.��A�s.�s.o.��A�s.o.�sen.��A�sen.�sie's��A�sie�A�'sC�es�sie’s��A�sie�A�’sC�es�sog.��A�sog.�std.��A�std.�stellv.��A�stellv.�s’��A�s’C�'s�t.��A�t.�tägl.��A�tägl.C�täglich�u.��A�u.�u.U.��A�u.U.�u.a.��A�u.a.�u.s.w.��A�u.s.w.�u.v.m.��A�u.v.m.�unter'm��A�unter�A�'mC�dem�unter’m��A�unter�A�’mC�dem�usf.��A�usf.�usw.��A�usw.�uvm.��A�uvm.�v.��A�v.�v.Chr.��A�v.Chr.�v.a.��A�v.a.�v.l.n.r.��A�v.l.n.r.�v.v��A�v.v�v_v��A�v_v�vgl.��A�vgl.C�vergleiche�vllt.��A�vllt.C�vielleicht�vlt.��A�vlt.C�vielleicht�vor'm��A�vor�A�'mC�dem�vor’m��A�vor�A�’mC�dem�vs.��A�vs.�w.��A�w.�wir's��A�wir�A�'sC�es�wir’s��A�wir�A�’sC�es�wiss.��A�wiss.�x.��A�x.�xD��A�xD�xDD��A�xDD�y.��A�y.�z.��A�z.�z.B.��A�z.B.�z.Bsp.��A�z.Bsp.�z.T.��A�z.T.�z.Z.��A�z.Z.�z.Zt.��A�z.Zt.�z.b.��A�z.b.�zzgl.��A�zzgl.� ��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�ö.�österr.��A�österr.C�österreichisch�ü.��A�ü.�über'm��A�über�A�'mC�dem�über’m��A�über�A�’mC�dem�ಠ_ಠ��A�ಠ_ಠ�ಠ︵ಠ��A�ಠ︵ಠ�—��A�—�’��A�’�’S��A�’SC�'s�’n��A�’nC�ein�’ne��A�’neC�eine�’nem��A�’nemC�einem�’nen��A�’nenC�einen�’s��A�’sC�'s�’’��A
|
|
|
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]$|(?<=[0-9])\+$|(?<=°[FfCcKk])\.$|(?<=[0-9])(?:\$|£|€|¥|฿|US\$|C\$|A\$|₽|﷼|₴|₠|₡|₢|₣|₤|₥|₦|₧|₨|₩|₪|₫|€|₭|₮|₯|₰|₱|₲|₳|₴|₵|₶|₷|₸|₹|₺|₻|₼|₽|₾|₿)$|(?<=[0-9])(?:km|km²|km³|m|m²|m³|dm|dm²|dm³|cm|cm²|cm³|mm|mm²|mm³|ha|µm|nm|yd|in|ft|kg|g|mg|µg|t|lb|oz|m/s|km/h|kmh|mph|hPa|Pa|mbar|mb|MB|kb|KB|gb|GB|tb|TB|T|G|M|K|%|км|км²|км³|м|м²|м³|дм|дм²|дм³|см|см²|см³|мм|мм²|мм³|нм|кг|г|мг|м/с|км/ч|кПа|Па|мбар|Кб|КБ|кб|Мб|МБ|мб|Гб|ГБ|гб|Тб|ТБ|тбكم|كم²|كم³|م|م²|م³|سم|سم²|سم³|مم|مم²|مم³|كم|غرام|جرام|جم|كغ|ملغ|كوب|اكواب)$|(?<=[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])\.$�infix_finditer�Z�\.\.+|…|[\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]|(?<=[a-z\uFF41-\uFF5A\u00DF-\u00F6\u00F8-\u00FF\u0101\u0103\u0105\u0107\u0109\u010B\u010D\u010F\u0111\u0113\u0115\u0117\u0119\u011B\u011D\u011F\u0121\u0123\u0125\u0127\u0129\u012B\u012D\u012F\u0131\u0133\u0135\u0137\u0138\u013A\u013C\u013E\u0140\u0142\u0144\u0146\u0148\u0149\u014B\u014D\u014F\u0151\u0153\u0155\u0157\u0159\u015B\u015D\u015F\u0161\u0163\u0165\u0167\u0169\u016B\u016D\u016F\u0171\u0173\u0175\u0177\u017A\u017C\u017E\u017F\u0180\u0183\u0185\u0188\u018C\u018D\u0192\u0195\u0199-\u019B\u019E\u01A1\u01A3\u01A5\u01A8\u01AA\u01AB\u01AD\u01B0\u01B4\u01B6\u01B9\u01BA\u01BD-\u01BF\u01C6\u01C9\u01CC\u01CE\u01D0\u01D2\u01D4\u01D6\u01D8\u01DA\u01DC\u01DD\u01DF\u01E1\u01E3\u01E5\u01E7\u01E9\u01EB\u01ED\u01EF\u01F0\u01F3\u01F5\u01F9\u01FB\u01FD\u01FF\u0201\u0203\u0205\u0207\u0209\u020B\u020D\u020F\u0211\u0213\u0215\u0217\u0219\u021B\u021D\u021F\u0221\u0223\u0225\u0227\u0229\u022B\u022D\u022F\u0231\u0233-\u0239\u023C\u023F\u0240\u0242\u0247\u0249\u024B\u024D\u024F\u2C61\u2C65\u2C66\u2C68\u2C6A\u2C6C\u2C71\u2C73\u2C74\u2C76-\u2C7B\uA723\uA725\uA727\uA729\uA72B\uA72D\uA72F-\uA731\uA733\uA735\uA737\uA739\uA73B\uA73D\uA73F\uA741\uA743\uA745\uA747\uA749\uA74B\uA74D\uA74F\uA751\uA753\uA755\uA757\uA759\uA75B\uA75D\uA75F\uA761\uA763\uA765\uA767\uA769\uA76B\uA76D\uA76F\uA771-\uA778\uA77A\uA77C\uA77F\uA781\uA783\uA785\uA787\uA78C\uA78E\uA791\uA793-\uA795\uA797\uA799\uA79B\uA79D\uA79F\uA7A1\uA7A3\uA7A5\uA7A7\uA7A9\uA7AF\uA7B5\uA7B7\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E01\u1E03\u1E05\u1E07\u1E09\u1E0B\u1E0D\u1E0F\u1E11\u1E13\u1E15\u1E17\u1E19\u1E1B\u1E1D\u1E1F\u1E21\u1E23\u1E25\u1E27\u1E29\u1E2B\u1E2D\u1E2F\u1E31\u1E33\u1E35\u1E37\u1E39\u1E3B\u1E3D\u1E3F\u1E41\u1E43\u1E45\u1E47\u1E49\u1E4B\u1E4D\u1E4F\u1E51\u1E53\u1E55\u1E57\u1E59\u1E5B\u1E5D\u1E5F\u1E61\u1E63\u1E65\u1E67\u1E69\u1E6B\u1E6D\u1E6F\u1E71\u1E73\u1E75\u1E77\u1E79\u1E7B\u1E7D\u1E7F\u1E81\u1E83\u1E85\u1E87\u1E89\u1E8B\u1E8D\u1E8F\u1E91\u1E93\u1E95-\u1E9D\u1E9F\u1EA1\u1EA3\u1EA5\u1EA7\u1EA9\u1EAB\u1EAD\u1EAF\u1EB1\u1EB3\u1EB5\u1EB7\u1EB9\u1EBB\u1EBD\u1EBF\u1EC1\u1EC3\u1EC5\u1EC7\u1EC9\u1ECB\u1ECD\u1ECF\u1ED1\u1ED3\u1ED5\u1ED7\u1ED9\u1EDB\u1EDD\u1EDF\u1EE1\u1EE3\u1EE5\u1EE7\u1EE9\u1EEB\u1EED\u1EEF\u1EF1\u1EF3\u1EF5\u1EF7\u1EF9\u1EFB\u1EFD\u1EFFёа-яәөүҗңһα-ωάέίόώήύа-щюяіїєґѓѕјљњќѐѝ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])\.(?=[A-Z\uFF21-\uFF3A\u00C0-\u00D6\u00D8-\u00DE\u0100\u0102\u0104\u0106\u0108\u010A\u010C\u010E\u0110\u0112\u0114\u0116\u0118\u011A\u011C\u011E\u0120\u0122\u0124\u0126\u0128\u012A\u012C\u012E\u0130\u0132\u0134\u0136\u0139\u013B\u013D\u013F\u0141\u0143\u0145\u0147\u014A\u014C\u014E\u0150\u0152\u0154\u0156\u0158\u015A\u015C\u015E\u0160\u0162\u0164\u0166\u0168\u016A\u016C\u016E\u0170\u0172\u0174\u0176\u0178\u0179\u017B\u017D\u0181\u0182\u0184\u0186\u0187\u0189-\u018B\u018E-\u0191\u0193\u0194\u0196-\u0198\u019C\u019D\u019F\u01A0\u01A2\u01A4\u01A6\u01A7\u01A9\u01AC\u01AE\u01AF\u01B1-\u01B3\u01B5\u01B7\u01B8\u01BC\u01C4\u01C7\u01CA\u01CD\u01CF\u01D1\u01D3\u01D5\u01D7\u01D9\u01DB\u01DE\u01E0\u01E2\u01E4\u01E6\u01E8\u01EA\u01EC\u01EE\u01F1\u01F4\u01F6-\u01F8\u01FA\u01FC\u01FE\u0200\u0202\u0204\u0206\u0208\u020A\u020C\u020E\u0210\u0212\u0214\u0216\u0218\u021A\u021C\u021E\u0220\u0222\u0224\u0226\u0228\u022A\u022C\u022E\u0230\u0232\u023A\u023B\u023D\u023E\u0241\u0243-\u0246\u0248\u024A\u024C\u024E\u2C60\u2C62-\u2C64\u2C67\u2C69\u2C6B\u2C6D-\u2C70\u2C72\u2C75\u2C7E\u2C7F\uA722\uA724\uA726\uA728\uA72A\uA72C\uA72E\uA732\uA734\uA736\uA738\uA73A\uA73C\uA73E\uA740\uA742\uA744\uA746\uA748\uA74A\uA74C\uA74E\uA750\uA752\uA754\uA756\uA758\uA75A\uA75C\uA75E\uA760\uA762\uA764\uA766\uA768\uA76A\uA76C\uA76E\uA779\uA77B\uA77D\uA77E\uA780\uA782\uA784\uA786\uA78B\uA78D\uA790\uA792\uA796\uA798\uA79A\uA79C\uA79E\uA7A0\uA7A2\uA7A4\uA7A6\uA7A8\uA7AA-\uA7AE\uA7B0-\uA7B4\uA7B6\uA7B8\u1E00\u1E02\u1E04\u1E06\u1E08\u1E0A\u1E0C\u1E0E\u1E10\u1E12\u1E14\u1E16\u1E18\u1E1A\u1E1C\u1E1E\u1E20\u1E22\u1E24\u1E26\u1E28\u1E2A\u1E2C\u1E2E\u1E30\u1E32\u1E34\u1E36\u1E38\u1E3A\u1E3C\u1E3E\u1E40\u1E42\u1E44\u1E46\u1E48\u1E4A\u1E4C\u1E4E\u1E50\u1E52\u1E54\u1E56\u1E58\u1E5A\u1E5C\u1E5E\u1E60\u1E62\u1E64\u1E66\u1E68\u1E6A\u1E6C\u1E6E\u1E70\u1E72\u1E74\u1E76\u1E78\u1E7A\u1E7C\u1E7E\u1E80\u1E82\u1E84\u1E86\u1E88\u1E8A\u1E8C\u1E8E\u1E90\u1E92\u1E94\u1E9E\u1EA0\u1EA2\u1EA4\u1EA6\u1EA8\u1EAA\u1EAC\u1EAE\u1EB0\u1EB2\u1EB4\u1EB6\u1EB8\u1EBA\u1EBC\u1EBE\u1EC0\u1EC2\u1EC4\u1EC6\u1EC8\u1ECA\u1ECC\u1ECE\u1ED0\u1ED2\u1ED4\u1ED6\u1ED8\u1EDA\u1EDC\u1EDE\u1EE0\u1EE2\u1EE4\u1EE6\u1EE8\u1EEA\u1EEC\u1EEE\u1EF0\u1EF2\u1EF4\u1EF6\u1EF8\u1EFA\u1EFC\u1EFEЁА-ЯӘӨҮҖҢҺΑ-ΩΆΈΊΌΏΉΎА-ЩЮЯІЇЄҐЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])|(?<=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-яЁА-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήύΑ-ΩΆΈΊΌΏΉΎа-щюяіїєґА-ЩЮЯІЇЄҐѓѕјљњќѐѝЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])[,!?](?=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-яЁА-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήύΑ-ΩΆΈΊΌΏΉΎа-щюяіїєґА-ЩЮЯІЇЄҐѓѕјљњќѐѝЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])|(?<=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-яЁА-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήύΑ-ΩΆΈΊΌΏΉΎа-щюяіїєґА-ЩЮЯІЇЄҐѓѕјљњќѐѝЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])[:<>=](?=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-яЁА-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήύΑ-ΩΆΈΊΌΏΉΎа-щюяіїєґА-ЩЮЯІЇЄҐѓѕјљњќѐѝЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])|(?<=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-яЁА-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήύΑ-ΩΆΈΊΌΏΉΎа-щюяіїєґА-ЩЮЯІЇЄҐѓѕјљњќѐѝЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\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])|(?<=[0-9A-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])\/(?=[0-9A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-яЁА-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήύΑ-ΩΆΈΊΌΏΉΎа-щюяіїєґА-ЩЮЯІЇЄҐѓѕјљњќѐѝЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])|(?<=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-яЁА-ЯәөүҗңһӘӨ��ҖҢҺα-ωάέίόώήύΑ-ΩΆΈΊΌΏΉΎа-щюяіїєґА-ЩЮЯІЇЄҐѓѕјљњќѐѝЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])([\"”“`‘´’‚,„»«「」『』()〔〕【】《》〈〉\)\]\(\[])(?=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-яЁА-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήύΑ-ΩΆΈΊΌΏΉΎа-щюяіїєґА-ЩЮЯІЇЄҐѓѕјљњќѐѝЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])|(?<=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-яЁА-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήύΑ-ΩΆΈΊΌΏΉΎа-щюяіїєґА-ЩЮЯІЇЄҐѓѕјљњќѐѝЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])--(?=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-яЁА-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήύΑ-ΩΆΈΊΌΏΉΎа-щюяіїєґА-ЩЮЯІЇЄҐѓѕјљњќѐѝЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])|(?<=[0-9])-(?=[0-9])�token_match��url_match�
|
2 |
��A�
|
3 |
+
� ��A� �'��A�'�''��A�''�'S��A�'SC�'s�'n��A�'nC�ein�'ne��A�'neC�eine�'nem��A�'nemC�einem�'nen��A�'nenC�einen�'s��A�'sC�'s�(*_*)��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�@_@�A.C.��A�A.C.�A.D.��A�A.D.�A.G.��A�A.G.�Abb.��A�Abb.C�Abbildung�Abk.��A�Abk.C�Abkürzung�Abs.��A�Abs.�Abt.��A�Abt.C�Abteilung�Apr.��A�Apr.C�April�Aug.��A�Aug.C�August�B.A.��A�B.A.�B.Sc.��A�B.Sc.�Bd.��A�Bd.C�Band�Betr.��A�Betr.C�Betreff�Bf.��A�Bf.C�Bahnhof�Bhf.��A�Bhf.C�Bahnhof�Biol.��A�Biol.�Bsp.��A�Bsp.C�Beispiel�C++��A�C++�CDU/CSU��A�CDU/CSU�Chr.��A�Chr.�Cie.��A�Cie.�Co.��A�Co.�D.C.��A�D.C.�Dez.��A�Dez.C�Dezember�Di.��A�Di.C�Dienstag�Dipl.��A�Dipl.�Dipl.-Ing.��A�Dipl.-Ing.�Do.��A�Do.C�Donnerstag�Dr.��A�Dr.�Fa.��A�Fa.C�Firma�Fam.��A�Fam.C�Familie�Feb.��A�Feb.C�Februar�Fr.��A�Fr.C�Frau�Frl.��A�Frl.C�Fräulein�G.m.b.H.��A�G.m.b.H.�Gebr.��A�Gebr.�Hbf.��A�Hbf.C�Hauptbahnhof�Hg.��A�Hg.�Hr.��A�Hr.C�Herr�Hrn.��A�Hrn.C�Herrn�Hrsg.��A�Hrsg.�I.��A�I.�II.��A�II.�III.��A�III.�IV.��A�IV.�Inc.��A�Inc.�Ing.��A�Ing.�Jan.��A�Jan.C�Januar�Jh.��A�Jh.C�Jahrhundert�Jhd.��A�Jhd.C�Jahrhundert�Jr.��A�Jr.�Jul.��A�Jul.C�Juli�Jun.��A�Jun.C�Juni�K.O.��A�K.O.�L'��A�L'�L.A.��A�L.A.�L’��A�L’�M.A.��A�M.A.�M.Sc.��A�M.Sc.�Mi.��A�Mi.C�Mittwoch�Mio.��A�Mio.C�Million�Mo.��A�Mo.C�Montag�Mr.��A�Mr.�Mrd.��A�Mrd.C�Milliarde�Mrz.��A�Mrz.C�März�MwSt.��A�MwSt.C�Mehrwertsteuer�Mär.��A�Mär.C�März�N.Y.��A�N.Y.�N.Y.C.��A�N.Y.C.�Nov.��A�Nov.C�November�Nr.��A�Nr.C�Nummer�O.K.��A�O.K.�O.O��A�O.O�O.o��A�O.o�O_O��A�O_O�O_o��A�O_o�Okt.��A�Okt.C�Oktober�Orig.��A�Orig.C�Original�P.S.��A�P.S.�Pkt.��A�Pkt.C�Punkt�Prof.��A�Prof.C�Professor�R.I.P.��A�R.I.P.�Red.��A�Red.C�Redaktion�S'��A�S'C�'s�Sa.��A�Sa.C�Samstag�Sep.��A�Sep.C�September�Sept.��A�Sept.C�September�So.��A�So.C�Sonntag�St.��A�St.�Std.��A�Std.C�Stunde�Str.��A�Str.C�Straße�S’��A�S’C�'s�Tel.��A�Tel.C�Telefon�Tsd.��A�Tsd.C�Tausend�U.S.��A�U.S.�U.S.A.��A�U.S.A.�U.S.S.��A�U.S.S.�Univ.��A�Univ.C�Universität�V.V��A�V.V�V_V��A�V_V�Vol.��A�Vol.�XD��A�XD�XDD��A�XDD�[-:��A�[-:�[:��A�[:�[=��A�[=�\")��A�\")�\n��A�\n�\t��A�\t�]=��A�]=�^_^��A�^_^�^__^��A�^__^�^___^��A�^___^�``��A�``�a.��A�a.�a.D.��A�a.D.�a.M.��A�a.M.�a.Z.��A�a.Z.�abzgl.��A�abzgl.C�abzüglich�adv.��A�adv.�al.��A�al.�allg.��A�allg.C�allgemein�auf'm��A�auf�A�'mC�dem�auf’m��A�auf�A�’mC�dem�b.��A�b.�betr.��A�betr.�biol.��A�biol.�bspw.��A�bspw.C�beispielsweise�bzgl.��A�bzgl.C�bezüglich�bzw.��A�bzw.C�beziehungsweise�c.��A�c.�c/o��A�c/o�ca.��A�ca.�co.��A�co.�d'��A�d'�d.��A�d.�d.h.��A�d.h.�dgl.��A�dgl.C�dergleichen�du's��A�du�A�'sC�es�du’s��A�du�A�’sC�es�d’��A�d’�e.��A�e.�e.V.��A�e.V.�e.g.��A�e.g.�ebd.��A�ebd.C�ebenda�ehem.��A�ehem.�eigtl.��A�eigtl.C�eigentlich�engl.��A�engl.C�englisch�entspr.��A�entspr.�er's��A�er�A�'sC�es�erm.��A�erm.�er’s��A�er�A�’sC�es�etc.��A�etc.�ev.��A�ev.�evtl.��A�evtl.C�eventuell�f.��A�f.�frz.��A�frz.C�französisch�g.��A�g.�geb.��A�geb.�gegr.��A�gegr.C�gegründet�gem.��A�gem.�ggf.��A�ggf.C�gegebenenfalls�ggfs.��A�ggfs.C�gegebenenfalls�ggü.��A�ggü.C�gegenüber�h.��A�h.�h.c.��A�h.c.�hinter'm��A�hinter�A�'mC�dem�hinter’m��A�hinter�A�’mC�dem�hrsg.��A�hrsg.�i.��A�i.�i.A.��A�i.A.�i.G.��A�i.G.�i.O.��A�i.O.�i.Tr.��A�i.Tr.�i.V.��A�i.V.�i.d.R.��A�i.d.R.�i.e.��A�i.e.�ich's��A�ich�A�'sC�es�ich’s��A�ich�A�’sC�es�ihr's��A�ihr�A�'sC�es�ihr’s��A�ihr�A�’sC�es�incl.��A�incl.C�inklusive�inkl.��A�inkl.C�inklusive�insb.��A�insb.C�insbesondere�j.��A�j.�jr.��A�jr.�jun.��A�jun.�jur.��A�jur.�k.��A�k.�kath.��A�kath.C�katholisch�l.��A�l.�lat.��A�lat.�lt.��A�lt.C�laut�m.��A�m.�m.E.��A�m.E.�m.M.��A�m.M.�max.��A�max.C�maximal�min.��A�min.C�minimal�mind.��A�mind.C�mindestens�mtl.��A�mtl.C�monatlich�n.��A�n.�n.Chr.��A�n.Chr.�nat.��A�nat.�o.��A�o.�o.0��A�o.0�o.O��A�o.O�o.a.��A�o.a.�o.g.��A�o.g.�o.k.��A�o.k.�o.o��A�o.o�o.ä.��A�o.ä.�o_0��A�o_0�o_O��A�o_O�o_o��A�o_o�orig.��A�orig.C�original�p.��A�p.�p.a.��A�p.a.�p.s.��A�p.s.�pers.��A�pers.�phil.��A�phil.�q.��A�q.�q.e.d.��A�q.e.d.�r.��A�r.�rer.��A�rer.�röm.��A�röm.C�römisch�s'��A�s'C�'s�s.��A�s.�s.o.��A�s.o.�sen.��A�sen.�sie's��A�sie�A�'sC�es�sie’s��A�sie�A�’sC�es�sog.��A�sog.�std.��A�std.�stellv.��A�stellv.�s’��A�s’C�'s�t.��A�t.�tägl.��A�tägl.C�täglich�u.��A�u.�u.U.��A�u.U.�u.a.��A�u.a.�u.s.w.��A�u.s.w.�u.v.m.��A�u.v.m.�unter'm��A�unter�A�'mC�dem�unter’m��A�unter�A�’mC�dem�usf.��A�usf.�usw.��A�usw.�uvm.��A�uvm.�v.��A�v.�v.Chr.��A�v.Chr.�v.a.��A�v.a.�v.l.n.r.��A�v.l.n.r.�v.v��A�v.v�v_v��A�v_v�vgl.��A�vgl.C�vergleiche�vllt.��A�vllt.C�vielleicht�vlt.��A�vlt.C�vielleicht�vor'm��A�vor�A�'mC�dem�vor’m��A�vor�A�’mC�dem�vs.��A�vs.�w.��A�w.�wir's��A�wir�A�'sC�es�wir’s��A�wir�A�’sC�es�wiss.��A�wiss.�x.��A�x.�xD��A�xD�xDD��A�xDD�y.��A�y.�z.��A�z.�z.B.��A�z.B.�z.Bsp.��A�z.Bsp.�z.T.��A�z.T.�z.Z.��A�z.Z.�z.Zt.��A�z.Zt.�z.b.��A�z.b.�zzgl.��A�zzgl.� ��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�ö.�österr.��A�österr.C�österreichisch�ü.��A�ü.�über'm��A�über�A�'mC�dem�über’m��A�über�A�’mC�dem�ಠ_ಠ��A�ಠ_ಠ�ಠ︵ಠ��A�ಠ︵ಠ�—��A�—�’��A�’�’S��A�’SC�'s�’n��A�’nC�ein�’ne��A�’neC�eine�’nem��A�’nemC�einem�’nen��A�’nenC�einen�’s��A�’sC�'s�’’��A�’’�faster_heuristics�
|
vocab/key2row
CHANGED
Binary files a/vocab/key2row and b/vocab/key2row differ
|
|
vocab/strings.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50aa661280e3bdec42143843641b068fde78f84f114fdc7e6f62825ee732dd72
|
3 |
+
size 17682319
|