adrianeboyd commited on
Commit
511428a
1 Parent(s): d041d79

Update spaCy pipeline

Browse files
.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
+ vocab/key2row filter=lfs diff=lfs merge=lfs -text
LICENSES_SOURCES CHANGED
@@ -334,174 +334,6 @@ END OF TERMS AND CONDITIONS```
334
 
335
 
336
 
337
- # National Corpus of Polish
338
-
339
- * Author: Mirosław Bańko, Rafał L. Górski, Barbara Lewandowska-Tomaszczyk, Marek Łaziński, Piotr Pęzik, Adam Przepiórkowski
340
- * URL: http://nkjp.pl/
341
- * License: GNU GPL 3.0
342
-
343
- ```
344
- TERMS AND CONDITIONS
345
- 0. Definitions.
346
- “This License” refers to version 3 of the GNU General Public License.
347
-
348
- “Copyright” also means copyright-like laws that apply to other kinds of works, such as semiconductor masks.
349
-
350
- “The Program” refers to any copyrightable work licensed under this License. Each licensee is addressed as “you”. “Licensees” and “recipients” may be individuals or organizations.
351
-
352
- To “modify” a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a “modified version” of the earlier work or a work “based on” the earlier work.
353
-
354
- A “covered work” means either the unmodified Program or a work based on the Program.
355
-
356
- To “propagate” a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well.
357
-
358
- To “convey” a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying.
359
-
360
- An interactive user interface displays “Appropriate Legal Notices” to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion.
361
-
362
- 1. Source Code.
363
- The “source code” for a work means the preferred form of the work for making modifications to it. “Object code” means any non-source form of a work.
364
-
365
- A “Standard Interface” means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language.
366
-
367
- The “System Libraries” of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A “Major Component”, in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it.
368
-
369
- The “Corresponding Source” for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work.
370
-
371
- The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source.
372
-
373
- The Corresponding Source for a work in source code form is that same work.
374
-
375
- 2. Basic Permissions.
376
- All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law.
377
-
378
- You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you.
379
-
380
- Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary.
381
-
382
- 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
383
- No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures.
384
-
385
- When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures.
386
-
387
- 4. Conveying Verbatim Copies.
388
- You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program.
389
-
390
- You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee.
391
-
392
- 5. Conveying Modified Source Versions.
393
- You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions:
394
-
395
- a) The work must carry prominent notices stating that you modified it, and giving a relevant date.
396
- b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to “keep intact all notices”.
397
- c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it.
398
- d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so.
399
- A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an “aggregate” if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate.
400
-
401
- 6. Conveying Non-Source Forms.
402
- You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways:
403
-
404
- a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange.
405
- b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge.
406
- c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b.
407
- d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements.
408
- e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d.
409
- A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work.
410
-
411
- A “User Product” is either (1) a “consumer product”, which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, “normally used” refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product.
412
-
413
- “Installation Information” for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made.
414
-
415
- If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM).
416
-
417
- The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network.
418
-
419
- Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying.
420
-
421
- 7. Additional Terms.
422
- “Additional permissions” are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions.
423
-
424
- When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission.
425
-
426
- Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms:
427
-
428
- a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or
429
- b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or
430
- c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or
431
- d) Limiting the use for publicity purposes of names of licensors or authors of the material; or
432
- e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or
433
- f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors.
434
- All other non-permissive additional terms are considered “further restrictions” within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying.
435
-
436
- If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms.
437
-
438
- Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way.
439
-
440
- 8. Termination.
441
- You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11).
442
-
443
- However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation.
444
-
445
- Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice.
446
-
447
- Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10.
448
-
449
- 9. Acceptance Not Required for Having Copies.
450
- You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so.
451
-
452
- 10. Automatic Licensing of Downstream Recipients.
453
- Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License.
454
-
455
- An “entity transaction” is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts.
456
-
457
- You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it.
458
-
459
- 11. Patents.
460
- A “contributor” is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's “contributor version”.
461
-
462
- A contributor's “essential patent claims” are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, “control” includes the right to grant patent sublicenses in a manner consistent with the requirements of this License.
463
-
464
- Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version.
465
-
466
- In the following three paragraphs, a “patent license” is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To “grant” such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party.
467
-
468
- If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. “Knowingly relying” means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid.
469
-
470
- If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it.
471
-
472
- A patent license is “discriminatory” if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007.
473
-
474
- Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law.
475
-
476
- 12. No Surrender of Others' Freedom.
477
- If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program.
478
-
479
- 13. Use with the GNU Affero General Public License.
480
- Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such.
481
-
482
- 14. Revised Versions of this License.
483
- The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.
484
-
485
- Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation.
486
-
487
- If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program.
488
-
489
- Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version.
490
-
491
- 15. Disclaimer of Warranty.
492
- THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
493
-
494
- 16. Limitation of Liability.
495
- IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
496
-
497
- 17. Interpretation of Sections 15 and 16.
498
- If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee.
499
-
500
- END OF TERMS AND CONDITIONS```
501
-
502
-
503
-
504
-
505
  # Explosion fastText Vectors (cbow, OSCAR Common Crawl + Wikipedia)
506
 
507
  * Author: Explosion
334
 
335
 
336
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
337
  # Explosion fastText Vectors (cbow, OSCAR Common Crawl + Wikipedia)
338
 
339
  * Author: Explosion
README.md CHANGED
@@ -14,62 +14,62 @@ model-index:
14
  metrics:
15
  - name: NER Precision
16
  type: precision
17
- value: 0.8501607717
18
  - name: NER Recall
19
  type: recall
20
- value: 0.8425748885
21
  - name: NER F Score
22
  type: f_score
23
- value: 0.8463508323
24
  - task:
25
  name: TAG
26
  type: token-classification
27
  metrics:
28
  - name: TAG (XPOS) Accuracy
29
  type: accuracy
30
- value: 0.9839339065
31
  - task:
32
  name: POS
33
  type: token-classification
34
  metrics:
35
  - name: POS (UPOS) Accuracy
36
  type: accuracy
37
- value: 0.9789297902
38
  - task:
39
  name: MORPH
40
  type: token-classification
41
  metrics:
42
  - name: Morph (UFeats) Accuracy
43
  type: accuracy
44
- value: 0.9101229621
45
  - task:
46
  name: LEMMA
47
  type: token-classification
48
  metrics:
49
  - name: Lemma Accuracy
50
  type: accuracy
51
- value: 0.9421768214
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.892134479
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.8218094375
66
  - task:
67
  name: SENTS
68
  type: token-classification
69
  metrics:
70
  - name: Sentences F-Score
71
  type: f_score
72
- value: 0.9599093998
73
  ---
74
  ### Details: https://spacy.io/models/pl#pl_core_news_lg
75
 
@@ -78,12 +78,12 @@ Polish pipeline optimized for CPU. Components: tok2vec, morphologizer, parser, l
78
  | Feature | Description |
79
  | --- | --- |
80
  | **Name** | `pl_core_news_lg` |
81
- | **Version** | `3.3.0` |
82
- | **spaCy** | `>=3.3.0.dev0,<3.4.0` |
83
  | **Default Pipeline** | `tok2vec`, `morphologizer`, `parser`, `lemmatizer`, `tagger`, `attribute_ruler`, `ner` |
84
  | **Components** | `tok2vec`, `morphologizer`, `parser`, `lemmatizer`, `tagger`, `senter`, `attribute_ruler`, `ner` |
85
  | **Vectors** | 500000 keys, 500000 unique vectors (300 dimensions) |
86
- | **Sources** | [UD Polish PDB v2.8](https://github.com/UniversalDependencies/UD_Polish-PDB/) (Wróblewska, Alina; Zeman, Daniel; Mašek, Jan; Rosa, Rudolf)<br />[National Corpus of Polish](http://nkjp.pl/) (Mirosław Bańko, Rafał L. Górski, Barbara Lewandowska-Tomaszczyk, Marek Łaziński, Piotr Pęzik, Adam Przepiórkowski)<br />[National Corpus of Polish](http://nkjp.pl/) (Mirosław Bańko, Rafał L. Górski, Barbara Lewandowska-Tomaszczyk, Marek Łaziński, Piotr Pęzik, Adam Przepiórkowski)<br />[Explosion fastText Vectors (cbow, OSCAR Common Crawl + Wikipedia)](https://spacy.io) (Explosion) |
87
  | **License** | `GNU GPL 3.0` |
88
  | **Author** | [Explosion](https://explosion.ai) |
89
 
@@ -91,13 +91,13 @@ Polish pipeline optimized for CPU. Components: tok2vec, morphologizer, parser, l
91
 
92
  <details>
93
 
94
- <summary>View label scheme (1724 labels for 4 components)</summary>
95
 
96
  | Component | Labels |
97
  | --- | --- |
98
- | **`morphologizer`** | `Animacy=Hum\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=NOUN`, `AdpType=Prep\|POS=ADP\|Variant=Short`, `Case=Loc\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Animacy=Inan\|Case=Ins\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin\|Voice=Act`, `Case=Loc\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=NOUN`, `POS=CCONJ`, `Animacy=Inan\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=NOUN`, `POS=PUNCT\|PunctType=Peri`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Case=Loc\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `POS=PUNCT\|PunctType=Comm`, `Animacy=Inan\|Case=Loc\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Animacy=Inan\|Case=Loc\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Case=Ins\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Ins\|Gender=Fem\|Number=Sing\|POS=NOUN`, `AdpType=Prep\|POS=ADP`, `Case=Loc\|Gender=Neut\|Number=Sing\|POS=NOUN`, `Animacy=Inan\|Case=Ins\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Gen\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Case=Loc\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Rel`, `Animacy=Hum\|Case=Nom\|Gender=Masc\|NumForm=Word\|Number=Plur\|POS=NUM`, `Animacy=Hum\|Case=Gen\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Aspect=Imp\|POS=VERB\|Tense=Pres\|VerbForm=Conv\|Voice=Act`, `Animacy=Hum\|Case=Ins\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Animacy=Nhum\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Animacy=Inan\|Case=Loc\|Gender=Masc\|Number=Plur\|POS=NOUN`, `POS=ADV`, `Animacy=Hum\|Case=Ins\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Animacy=Hum\|Case=Ins\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin\|Voice=Act`, `Animacy=Inan\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Animacy=Inan\|Case=Gen\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Aspect=Imp\|Case=Gen\|Gender=Fem\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `POS=PRON\|PronType=Prs\|Reflex=Yes`, `Case=Ins\|Gender=Neut\|NumType=Sets\|Number=Sing\|POS=NOUN`, `Case=Nom\|Gender=Fem\|NumForm=Word\|Number=Plur\|POS=NUM`, `Case=Nom\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Case=Gen\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Animacy=Nhum\|Case=Nom\|Gender=Masc\|NumForm=Word\|Number=Plur\|POS=NUM`, `Animacy=Nhum\|Case=Nom\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Animacy=Nhum\|Case=Nom\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Case=Gen\|POS=PRON\|PronType=Prs\|Reflex=Yes`, `Animacy=Inan\|Case=Acc\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Case=Ins\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Animacy=Hum\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Aspect=Perf\|Case=Ins\|Gender=Fem\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Inan\|Aspect=Perf\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Hum\|Case=Nom\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Animacy=Hum\|Case=Gen\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Case=Ins\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Animacy=Hum\|Aspect=Perf\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Case=Gen\|Gender=Neut\|Number=Sing\|POS=NOUN`, `Case=Nom\|Gender=Fem\|NumType=Card\|Number=Plur\|POS=DET\|PronType=Ind`, `Animacy=Inan\|Case=Loc\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Aspect=Imp\|Case=Gen\|Gender=Fem\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Case=Gen\|Gender=Neut\|Number=Plur\|POS=NOUN`, `Animacy=Nhum\|Case=Nom\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Gen\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Animacy=Inan\|Case=Acc\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Animacy=Nhum\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Animacy=Inan\|Case=Ins\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Case=Ins\|Gender=Neut\|Number=Sing\|POS=NOUN`, `Case=Loc\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Nom\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Loc\|Degree=Pos\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Case=Loc\|Gender=Neut\|Number=Ptan\|POS=NOUN`, `AdpType=Prep\|POS=ADP\|Variant=Long`, `Animacy=Inan\|Case=Nom\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Animacy=Inan\|Case=Nom\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Case=Ins\|Degree=Pos\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Case=Ins\|Gender=Neut\|Number=Plur\|POS=NOUN`, `Animacy=Hum\|Case=Nom\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Animacy=Inan\|Aspect=Perf\|Case=Gen\|Gender=Masc\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Inan\|Case=Gen\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Case=Nom\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Animacy=Hum\|Aspect=Imp\|Case=Ins\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Animacy=Nhum\|Case=Loc\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Case=Ins\|Gender=Neut\|NumType=Sets\|Number=Plur\|POS=NOUN`, `Case=Acc\|Gender=Neut\|NumType=Sets\|Number=Sing\|POS=NOUN`, `Aspect=Imp\|Case=Acc\|Gender=Neut\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Aspect=Imp\|Case=Loc\|Gender=Fem\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Case=Nom\|Degree=Cmp\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Loc\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Dem`, `Aspect=Imp\|Case=Nom\|Gender=Fem\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Case=Loc\|Gender=Neut\|Number=Plur\|POS=NOUN`, `Aspect=Perf\|Case=Gen\|Gender=Fem\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Inan\|Case=Ins\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Aspect=Imp\|Case=Nom\|Gender=Fem\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Inan\|Case=Loc\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Rel`, `Animacy=Nhum\|Aspect=Perf\|Case=Nom\|Gender=Masc\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Inan\|Case=Nom\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Animacy=Inan\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Case=Gen\|Degree=Pos\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Case=Gen\|Gender=Neut\|NumType=Sets\|Number=Plur\|POS=NOUN`, `Aspect=Perf\|Case=Gen\|Gender=Neut\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Case=Gen\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Aspect=Perf\|Case=Nom\|Gender=Fem\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Case=Acc\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Case=Gen\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Long`, `Case=Ins\|Gender=Neut\|Number=Ptan\|POS=NOUN`, `Case=Ins\|POS=PRON\|PronType=Prs\|Reflex=Yes`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=NOUN`, `Animacy=Nhum\|Case=Loc\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Animacy=Nhum\|Case=Loc\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Case=Nom\|Gender=Neut\|NumForm=Word\|NumType=Sets\|Number=Plur\|POS=NUM`, `Case=Ins\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Rel`, `POS=PART`, `Aspect=Perf\|Gender=Fem\|Mood=Ind\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Animacy=Inan\|Case=Nom\|Gender=Masc\|NumForm=Word\|Number=Plur\|POS=NUM`, `Degree=Pos\|POS=ADV`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=NOUN`, `Animacy=Hum\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Aspect=Imp\|Case=Gen\|Gender=Fem\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `POS=SCONJ`, `Case=Dat\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Animacy=Inan\|Case=Gen\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Nom\|Gender=Neut\|NumType=Sets\|Number=Sing\|POS=NOUN`, `Animacy=Hum\|Aspect=Imp\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Case=Acc\|Gender=Neut\|Number=Plur\|POS=NOUN`, `Animacy=Inan\|Case=Acc\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Aspect=Imp\|Case=Loc\|Gender=Fem\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Aspect=Perf\|Case=Ins\|Gender=Neut\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Nhum\|Case=Gen\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Animacy=Nhum\|Aspect=Imp\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Case=Loc\|Gender=Neut\|NumType=Sets\|Number=Plur\|POS=NOUN`, `Animacy=Inan\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Rel`, `Animacy=Hum\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Aspect=Perf\|Case=Nom\|Gender=Fem\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Inan\|Aspect=Imp\|Case=Gen\|Gender=Masc\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Animacy=Nhum\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Animacy=Hum\|Case=Gen\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Animacy=Hum\|Case=Gen\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Hyph=Yes\|POS=ADJ`, `POS=PUNCT\|PunctType=Dash`, `Animacy=Inan\|Aspect=Perf\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Aspect=Perf\|Case=Ins\|Gender=Neut\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Aspect=Perf\|Case=Gen\|Gender=Fem\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Nhum\|Aspect=Imp\|Case=Acc\|Gender=Masc\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Animacy=Nhum\|Case=Acc\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Case=Loc\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Animacy=Inan\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Acc\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Aspect=Imp\|Case=Ins\|Gender=Fem\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Animacy=Hum\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Aspect=Imp\|Case=Nom\|Gender=Fem\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Aspect=Perf\|Case=Loc\|Gender=Fem\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Hum\|Aspect=Imp\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Hum\|Case=Acc\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Aspect=Perf\|Case=Ins\|Gender=Fem\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Hum\|Aspect=Imp\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Case=Loc\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Rel`, `Animacy=Inan\|Aspect=Imp\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Animacy=Hum\|Case=Ins\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Case=Nom\|Gender=Neut\|NumType=Card\|Number=Plur\|POS=DET\|PronType=Ind`, `POS=ADV\|PronType=Rel`, `Animacy=Hum\|Aspect=Imp\|Case=Nom\|Gender=Masc\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Hum\|Aspect=Perf\|Case=Nom\|Gender=Masc\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Nhum\|Case=Acc\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Rel`, `Animacy=Inan\|Aspect=Perf\|Case=Ins\|Gender=Masc\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Hum\|Aspect=Imp\|Case=Dat\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Animacy=Hum\|Case=Dat\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Animacy=Inan\|Aspect=Perf\|Case=Ins\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Nhum\|Aspect=Imp\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Case=Acc\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Acc\|POS=PRON\|PronType=Prs\|Reflex=Yes`, `Animacy=Nhum\|Case=Nom\|Gender=Masc\|Number=Plur\|POS=PROPN`, `Animacy=Nhum\|Aspect=Perf\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Nhum\|Aspect=Perf\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Case=Nom\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Animacy=Hum\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Long`, `Case=Dat\|Gender=Neut\|Number=Sing\|POS=NOUN`, `Case=Ins\|Gender=Fem\|NumForm=Word\|Number=Plur\|POS=NUM`, `Animacy=Hum\|Case=Dat\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Aspect=Imp\|Case=Acc\|Gender=Fem\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Animacy=Inan\|Aspect=Perf\|Case=Nom\|Gender=Masc\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=AUX\|Person=3\|Tense=Pres\|VerbForm=Fin\|Voice=Act`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Ind`, `Degree=Cmp\|POS=ADV`, `Animacy=Hum\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Rel`, `Animacy=Hum\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Tot`, `Case=Gen\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Aspect=Perf\|Case=Loc\|Gender=Neut\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Hum\|Case=Nom\|Degree=Cmp\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Acc\|Degree=Pos\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Aspect=Imp\|Case=Gen\|Gender=Neut\|Number=Sing\|POS=NOUN\|Polarity=Pos\|VerbForm=Vnoun`, `Animacy=Hum\|Case=Acc\|Gender=Masc\|NumForm=Word\|Number=Plur\|POS=NUM`, `Animacy=Hum\|Aspect=Imp\|Case=Gen\|Gender=Masc\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Case=Nom\|Gender=Neut\|Number=Plur\|POS=NOUN`, `Animacy=Hum\|Aspect=Imp\|Case=Nom\|Gender=Masc\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Animacy=Inan\|Case=Nom\|Gender=Masc\|NumType=Card\|Number=Plur\|POS=DET\|PronType=Ind`, `Animacy=Inan\|Case=Loc\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Tot`, `Animacy=Inan\|Case=Gen\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Case=Ins\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Aspect=Imp\|Case=Acc\|Gender=Fem\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Nhum\|Case=Ins\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Animacy=Nhum\|Case=Loc\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Animacy=Nhum\|Case=Loc\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Aspect=Perf\|POS=VERB\|VerbForm=Inf\|Voice=Act`, `Animacy=Nhum\|Aspect=Imp\|Case=Nom\|Gender=Masc\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Hum\|Case=Acc\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Animacy=Nhum\|Case=Nom\|Gender=Masc\|NumType=Card\|Number=Plur\|POS=DET\|PronType=Ind`, `Animacy=Nhum\|Case=Gen\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Aspect=Perf\|Gender=Neut\|Mood=Ind\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Animacy=Hum\|Case=Loc\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Aspect=Perf\|Case=Gen\|Gender=Neut\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Inan\|Aspect=Imp\|Case=Loc\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Nhum\|Aspect=Imp\|Case=Nom\|Gender=Masc\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Animacy=Nhum\|Case=Ins\|Gender=Masc\|NumForm=Word\|Number=Plur\|POS=NUM`, `Animacy=Nhum\|Case=Ins\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Animacy=Nhum\|Case=Ins\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Animacy=Nhum\|Case=Ins\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Case=Loc\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Rel`, `Animacy=Hum\|Case=Nom\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Animacy=Hum\|Case=Ins\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Animacy=Inan\|Aspect=Imp\|Case=Nom\|Gender=Masc\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Hum\|Aspect=Imp\|Case=Acc\|Gender=Masc\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Animacy=Inan\|Case=Dat\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Short`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Rel`, `Case=Gen\|Gender=Neut\|Number=Ptan\|POS=NOUN`, `Aspect=Imp\|Case=Ins\|Gender=Neut\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Long`, `Case=Ins\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Animacy=Inan\|Aspect=Imp\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Inan\|Aspect=Perf\|Case=Loc\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Case=Acc\|Gender=Neut\|Number=Ptan\|POS=NOUN`, `Aspect=Imp\|Case=Nom\|Gender=Fem\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Inan\|Case=Acc\|Gender=Masc\|NumType=Card\|Number=Sing\|POS=DET\|PronType=Ind`, `Animacy=Hum\|Case=Nom\|Gender=Masc\|NumType=Card\|Number=Plur\|POS=DET\|PronType=Ind`, `Aspect=Imp\|Case=Nom\|Gender=Neut\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Hum\|Case=Dat\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Long`, `Animacy=Hum\|Case=Gen\|Gender=Masc\|NumForm=Word\|Number=Plur\|POS=NUM`, `Animacy=Hum\|Aspect=Imp\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Aspect=Imp\|Case=Acc\|Gender=Neut\|Number=Sing\|POS=NOUN\|Polarity=Pos\|VerbForm=Vnoun`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Long`, `Case=Dat\|POS=PRON\|PronType=Prs\|Reflex=Yes`, `Case=Ins\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Ind`, `Aspect=Imp\|Case=Acc\|Gender=Fem\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `POS=ADV\|PronType=Dem`, `Animacy=Hum\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Ind`, `Animacy=Nhum\|Aspect=Perf\|Case=Loc\|Gender=Masc\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Nhum\|Case=Gen\|Gender=Masc\|NumForm=Word\|Number=Plur\|POS=NUM`, `Animacy=Inan\|Aspect=Perf\|Case=Acc\|Gender=Masc\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Inan\|Case=Gen\|Gender=Masc\|NumForm=Word\|Number=Plur\|POS=NUM`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Tot`, `Aspect=Perf\|Case=Gen\|Gender=Neut\|Number=Sing\|POS=NOUN\|Polarity=Pos\|VerbForm=Vnoun`, `Case=Acc\|Gender=Fem\|NumType=Card\|Number=Plur\|POS=DET\|PronType=Ind`, `Animacy=Hum\|Case=Ins\|Degree=Cmp\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Aspect=Imp\|Case=Loc\|Gender=Neut\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Case=Nom\|Gender=Neut\|NumType=Sets\|Number=Plur\|POS=NOUN`, `Case=Loc\|Gender=Fem\|NumForm=Word\|Number=Plur\|POS=NUM`, `Case=Ins\|Gender=Neut\|Number=Plur\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Case=Loc\|Gender=Neut\|NumType=Sets\|Number=Sing\|POS=NOUN`, `Case=Gen\|Gender=Fem\|NumForm=Word\|Number=Plur\|POS=NUM`, `Animacy=Inan\|Aspect=Perf\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Aspect=Imp\|Case=Nom\|Gender=Neut\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Animacy=Hum\|Case=Nom\|Gender=Masc\|Number=Ptan\|POS=PRON\|PronType=Tot`, `Animacy=Nhum\|Aspect=Perf\|Case=Ins\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Nhum\|Aspect=Imp\|Case=Gen\|Gender=Masc\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Animacy=Inan\|Aspect=Perf\|Case=Loc\|Gender=Masc\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Nhum\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Animacy=Nhum\|Case=Gen\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Gen\|Gender=Neut\|NumType=Sets\|Number=Sing\|POS=NOUN`, `Animacy=Inan\|Case=Loc\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Aspect=Perf\|Case=Acc\|Gender=Fem\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Nhum\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Short`, `Animacy=Inan\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Rel`, `Animacy=Inan\|Aspect=Imp\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Case=Acc\|Gender=Fem\|NumForm=Word\|Number=Plur\|POS=NUM`, `Degree=Pos\|POS=ADV\|PronType=Dem`, `Aspect=Imp\|Case=Gen\|Gender=Fem\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Case=Loc\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Animacy=Nhum\|Case=Acc\|Gender=Masc\|NumForm=Word\|Number=Plur\|POS=NUM`, `Aspect=Perf\|Case=Nom\|Gender=Neut\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Case=Gen\|Gender=Neut\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Animacy=Hum\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Short`, `Animacy=Nhum\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Case=Nom\|Gender=Neut\|Number=Ptan\|POS=NOUN`, `Animacy=Inan\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Rel`, `Animacy=Inan\|Aspect=Imp\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=AUX\|Person=3\|Tense=Pres\|VerbForm=Fin\|Voice=Act`, `Animacy=Hum\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Rel`, `Animacy=Inan\|Case=Gen\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Rel`, `Animacy=Nhum\|Aspect=Imp\|Case=Loc\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Inan\|Aspect=Imp\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Animacy=Inan\|Case=Dat\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Animacy=Inan\|Aspect=Imp\|Case=Loc\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Aspect=Perf\|Case=Loc\|Gender=Fem\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Inan\|Case=Loc\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Rel`, `Animacy=Hum\|Aspect=Imp\|Case=Gen\|Gender=Masc\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Case=Ins\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Animacy=Hum\|Aspect=Perf\|Case=Gen\|Gender=Masc\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Aspect=Imp\|Case=Dat\|Gender=Fem\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Animacy=Hum\|Case=Gen\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Long`, `Case=Gen\|Gender=Neut\|Number=Plur\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Case=Nom\|Degree=Cmp\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Ins\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Rel`, `Aspect=Perf\|Case=Acc\|Gender=Neut\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Rel`, `Animacy=Hum\|Case=Acc\|Gender=Masc\|NumType=Card\|Number=Plur\|POS=DET\|PronType=Ind`, `Animacy=Hum\|Case=Gen\|Gender=Masc\|NumType=Card\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Dat\|Gender=Neut\|NumType=Sets\|Number=Sing\|POS=NOUN`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Rel`, `Animacy=Hum\|Aspect=Perf\|Gender=Masc\|Mood=Ind\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Long`, `Animacy=Hum\|Case=Acc\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Long`, `Animacy=Hum\|Aspect=Perf\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Inan\|Case=Acc\|Gender=Masc\|NumType=Card\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Gen\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Rel`, `Animacy=Nhum\|Aspect=Imp\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Nhum\|Case=Ins\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Gen\|Gender=Fem\|NumType=Card\|Number=Plur\|POS=DET\|PronType=Ind`, `Animacy=Nhum\|Aspect=Perf\|Case=Loc\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Nhum\|Case=Gen\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Long`, `Case=Gen\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Rel`, `Aspect=Perf\|Case=Acc\|Gender=Neut\|Number=Plur\|POS=NOUN\|Polarity=Pos\|VerbForm=Vnoun`, `Animacy=Inan\|Case=Loc\|Gender=Masc\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Animacy=Hum\|Case=Nom\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Rel`, `Case=Dat\|Gender=Fem\|NumType=Card\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Dat\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Aspect=Imp\|Case=Dat\|Gender=Fem\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Nom\|Gender=Neut\|NumForm=Word\|Number=Plur\|POS=NUM`, `Case=Nom\|Degree=Pos\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Aspect=Perf\|Case=Nom\|Gender=Neut\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Nhum\|Case=Gen\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Aspect=Imp\|Case=Gen\|Gender=Neut\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Animacy=Nhum\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Rel`, `Aspect=Imp\|Case=Ins\|Gender=Neut\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Aspect=Perf\|Case=Loc\|Gender=Neut\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Case=Loc\|Gender=Neut\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Animacy=Inan\|Case=Loc\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Dem`, `ConjType=Comp\|POS=SCONJ`, `Animacy=Inan\|Aspect=Imp\|Case=Loc\|Gender=Masc\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Aspect=Imp\|Case=Acc\|Gender=Neut\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Case=Acc\|Degree=Cmp\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Aspect=Imp\|Case=Loc\|Gender=Neut\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Nhum\|Case=Dat\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Short`, `Animacy=Inan\|Case=Ins\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Animacy=Inan\|Case=Ins\|Gender=Masc\|NumType=Card\|Number=Plur\|POS=DET\|PronType=Ind`, `Aspect=Imp\|Case=Dat\|Gender=Neut\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Aspect=Imp\|Case=Gen\|Gender=Neut\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Aspect=Imp\|Case=Gen\|Gender=Neut\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Rel`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Short`, `Animacy=Inan\|Aspect=Imp\|Case=Ins\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Aspect=Imp\|Case=Nom\|Gender=Neut\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Mood=Ind\|POS=VERB\|Tense=Pres\|VerbForm=Fin\|VerbType=Quasi`, `Animacy=Hum\|Case=Acc\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `POS=ADJ\|PrepCase=Pre`, `Animacy=Inan\|Aspect=Perf\|Gender=Masc\|Mood=Ind\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Case=Nom\|Degree=Cmp\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Loc\|POS=PRON\|PronType=Prs\|Reflex=Yes`, `Animacy=Inan\|Case=Ins\|Gender=Masc\|NumForm=Word\|Number=Plur\|POS=NUM`, `Animacy=Inan\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Case=Ins\|Gender=Fem\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Animacy=Nhum\|Aspect=Perf\|Case=Gen\|Gender=Masc\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Case=Ins\|Degree=Cmp\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Aspect=Perf\|Case=Acc\|Gender=Neut\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Nhum\|Aspect=Perf\|Case=Ins\|Gender=Masc\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Nhum\|Case=Loc\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Rel`, `Case=Acc\|Gender=Neut\|NumType=Sets\|Number=Plur\|POS=NOUN`, `Animacy=Nhum\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Long`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Animacy=Inan\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Short`, `Case=Ins\|Gender=Fem\|NumType=Card\|Number=Plur\|POS=DET\|PronType=Ind`, `Animacy=Hum\|Aspect=Perf\|Case=Dat\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Case=Loc\|Gender=Neut\|NumForm=Word\|Number=Plur\|POS=NUM`, `Animacy=Hum\|Case=Ins\|Gender=Masc\|NumForm=Word\|Number=Plur\|POS=NUM`, `Animacy=Hum\|Case=Ins\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Animacy=Hum\|Case=Dat\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Short`, `Animacy=Nhum\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Rel`, `Animacy=Hum\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Case=Loc\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Tot`, `Animacy=Hum\|Case=Dat\|Gender=Masc\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Animacy=Hum\|Case=Dat\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Aspect=Imp\|POS=VERB\|VerbForm=Inf\|Voice=Act`, `Animacy=Hum\|Aspect=Imp\|Gender=Masc\|Mood=Ind\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Animacy=Inan\|Aspect=Perf\|Gender=Masc\|Mood=Ind\|Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Animacy=Hum\|Aspect=Imp,Perf\|Clitic=Yes\|Gender=Masc\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Tense=Past\|Variant=Long\|VerbForm=Fin\|Voice=Act`, `Aspect=Perf\|Mood=Imp\|Number=Sing\|POS=VERB\|Person=2\|VerbForm=Fin\|Voice=Act`, `Aspect=Perf\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Tense=Fut\|VerbForm=Fin\|Voice=Act`, `POS=PUNCT\|PunctType=Excl`, `Animacy=Hum\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Animacy=Hum\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Case=Loc\|Gender=Neut\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Animacy=Inan\|Case=Loc\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Aspect=Imp\|Gender=Neut\|Mood=Ind\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Long`, `Aspect=Perf\|POS=VERB\|Tense=Past\|VerbForm=Conv\|Voice=Act`, `Animacy=Inan\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Animacy=Inan\|Aspect=Imp\|Gender=Masc\|Mood=Ind\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Animacy=Inan\|Aspect=Imp\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Foreign=Yes\|POS=X`, `POS=PART\|Polarity=Neg`, `Animacy=Hum\|Case=Dat\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Tot`, `Case=Acc\|Gender=Neut\|Number=Plur\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Long`, `Aspect=Imp\|Gender=Neut\|Mood=Ind\|Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Aspect=Imp\|Clitic=Yes\|Gender=Fem\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Tense=Past\|Variant=Short\|VerbForm=Fin\|Voice=Act`, `Animacy=Hum\|Aspect=Imp,Perf\|Clitic=Yes\|Gender=Masc\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=2\|Tense=Past\|Variant=Long\|VerbForm=Fin\|Voice=Act`, `Degree=Pos\|POS=ADV\|PronType=Int`, `Case=Gen\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Neg`, `Case=Acc\|Gender=Neut\|Number=Plur\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Long`, `Animacy=Hum\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Int`, `POS=PUNCT\|PunctType=Qest`, `Animacy=Inan\|Case=Nom\|Degree=Pos\|Gender=Masc\|NumForm=Roman\|NumType=Ord\|Number=Sing\|POS=ADJ`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Case=Gen\|Gender=Fem\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Aspect=Perf\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Tense=Fut\|VerbForm=Fin\|Voice=Act`, `Case=Dat\|Gender=Neut\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Short`, `Animacy=Hum\|Aspect=Imp,Perf\|Clitic=Yes\|Gender=Masc\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=1\|Tense=Past\|Variant=Short\|VerbForm=Fin\|Voice=Act`, `Aspect=Imp\|Case=Loc\|Gender=Neut\|Number=Sing\|POS=NOUN\|Polarity=Pos\|VerbForm=Vnoun`, `POS=ADV\|PronType=Int`, `Animacy=Hum\|Case=Dat\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs\|Variant=Short`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Long`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=2\|Tense=Pres\|VerbForm=Fin\|Voice=Act`, `Case=Nom\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Tot`, `Animacy=Hum\|Case=Loc\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=2\|PronType=Prs`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=1\|Tense=Pres\|VerbForm=Fin\|Voice=Act`, `Animacy=Inan\|Aspect=Imp\|Case=Nom\|Gender=Masc\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Animacy=Hum\|Case=Dat\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Loc\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Int`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Tense=Pres\|VerbForm=Fin\|Voice=Act`, `Animacy=Hum\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs\|Variant=Long`, `Animacy=Hum\|Aspect=Imp\|Gender=Masc\|Mood=Ind\|Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Animacy=Inan\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Animacy=Inan\|Case=Dat\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Case=Loc\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Case=Loc\|Gender=Neut\|Number=Ptan\|POS=PROPN`, `Animacy=Hum\|Case=Nom\|Gender=Masc\|Number=Plur\|POS=PROPN`, `Aspect=Perf\|Case=Acc\|Gender=Neut\|Number=Sing\|POS=NOUN\|Polarity=Pos\|VerbForm=Vnoun`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Int`, `POS=ADV\|PronType=Neg`, `Animacy=Hum\|Aspect=Imp\|Clitic=Yes\|Gender=Masc\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Tense=Past\|Variant=Long\|VerbForm=Fin\|Voice=Act`, `Case=Gen\|Gender=Neut\|Number=Sing\|POS=PROPN`, `Animacy=Inan\|Case=Acc\|Gender=Masc\|NumForm=Word\|Number=Plur\|POS=NUM`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Dem`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Neg`, `Animacy=Inan\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Long`, `Animacy=Hum\|Case=Ins\|Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Int`, `Animacy=Nhum\|Case=Gen\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Dem`, `Animacy=Hum\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=2\|PronType=Prs`, `Animacy=Hum\|Case=Ins\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Animacy=Inan\|Case=Ins\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Nom\|Gender=Fem\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=2\|Poss=Yes\|PronType=Prs`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=2\|Tense=Pres\|VerbForm=Fin\|Voice=Act`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=AUX\|Person=3\|Tense=Fut\|VerbForm=Fin`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Animacy=Hum\|Aspect=Perf\|Gender=Masc\|Mood=Ind\|Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Dem`, `Animacy=Hum\|Case=Acc\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Dem`, `Animacy=Hum\|Case=Acc\|Degree=Sup\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=AUX\|Person=3\|Tense=Fut\|VerbForm=Fin`, `Case=Dat\|Gender=Neut\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Case=Dat\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Animacy=Hum\|Aspect=Imp\|Gender=Masc\|Mood=Ind\|Number=Plur\|POS=VERB\|Tense=Pres\|VerbForm=Fin\|VerbType=Mod\|Voice=Act`, `POS=PART\|PartType=Int`, `Aspect=Perf\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Tense=Fut\|VerbForm=Fin\|Voice=Act`, `POS=ADV\|PronType=Ind`, `Animacy=Hum\|Case=Ins\|Gender=Masc\|Number=Plur\|Number[psor]=Sing\|POS=DET\|Person=1\|Poss=Yes\|PronType=Prs`, `Animacy=Hum\|Aspect=Perf\|Case=Ins\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Hum\|Aspect=Imp\|Clitic=Yes\|Gender=Masc\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=1\|Tense=Past\|Variant=Short\|VerbForm=Fin\|Voice=Act`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=AUX\|Person=1\|Tense=Fut\|VerbForm=Fin`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=AUX\|Person=1\|Tense=Pres\|VerbForm=Fin\|Voice=Act`, `Aspect=Perf\|Mood=Ind\|Number=Sing\|POS=AUX\|Person=3\|Tense=Fut\|VerbForm=Fin\|Voice=Act`, `Animacy=Inan\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Animacy=Hum\|Case=Nom\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Long`, `Animacy=Hum\|Case=Nom\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Tot`, `Case=Acc\|Degree=Sup\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Animacy=Hum\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Long`, `Animacy=Hum\|Case=Acc\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs`, `Aspect=Perf\|Mood=Ind\|POS=VERB\|Person=0\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Animacy=Inan\|Case=Gen\|Gender=Masc\|NumForm=Digit\|NumType=Card\|Number=Plur\|POS=NUM`, `Case=Acc\|Gender=Neut\|NumType=Card\|Number=Plur\|POS=DET\|PronType=Ind`, `Aspect=Perf\|Case=Gen\|Gender=Neut\|Number=Plur\|POS=NOUN\|Polarity=Pos\|VerbForm=Vnoun`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs\|Variant=Short`, `Case=Loc\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Loc\|Gender=Fem\|NumType=Card\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Ind`, `Case=Gen\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Neg`, `Case=Loc\|Gender=Fem\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `POS=PART\|PartType=Mod`, `Aspect=Imp\|Gender=Fem\|Mood=Ind\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Case=Gen\|Gender=Neut\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Case=Gen\|Degree=Sup\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Aspect=Imp\|POS=AUX\|VerbForm=Inf\|Voice=Act`, `Case=Gen\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Dem`, `Animacy=Inan\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Neg`, `Animacy=Hum\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Neg`, _(truncated: full list in pipeline meta)_ |
99
  | **`parser`** | `ROOT`, `acl`, `acl:relcl`, `advcl`, `advcl:cmpr`, `advcl:relcl`, `advmod`, `advmod:arg`, `advmod:emph`, `advmod:neg`, `amod`, `amod:flat`, `appos`, `aux`, `aux:cnd`, `aux:imp`, `aux:pass`, `case`, `cc`, `cc:preconj`, `ccomp`, `ccomp:cleft`, `ccomp:obj`, `conj`, `cop`, `csubj`, `dep`, `det`, `det:numgov`, `det:nummod`, `det:poss`, `discourse:intj`, `expl:pv`, `fixed`, `flat`, `flat:foreign`, `iobj`, `list`, `mark`, `nmod`, `nmod:arg`, `nmod:flat`, `nmod:poss`, `nsubj`, `nsubj:pass`, `nummod`, `nummod:gov`, `obj`, `obl`, `obl:agent`, `obl:arg`, `obl:cmpr`, `orphan`, `parataxis:insert`, `parataxis:obj`, `punct`, `vocative`, `xcomp`, `xcomp:cleft`, `xcomp:pred` |
100
- | **`tagger`** | `ADJ`, `ADJA`, `ADJC`, `ADJP`, `ADV`, `AGLT`, `BEDZIE`, `BREV`, `BURK`, `COMP`, `CONJ`, `DEPR`, `FIN`, `GER`, `IMPS`, `IMPT`, `INF`, `INTERJ`, `INTERP`, `NUM`, `NUMCOL`, `PACT`, `PANT`, `PCON`, `PPAS`, `PPRON12`, `PPRON3`, `PRAET`, `PRED`, `PREP`, `QUB`, `SIEBIE`, `SUBST`, `WINIEN`, `XXX` |
101
  | **`ner`** | `date`, `geogName`, `orgName`, `persName`, `placeName`, `time` |
102
 
103
  </details>
@@ -110,18 +110,18 @@ Polish pipeline optimized for CPU. Components: tok2vec, morphologizer, parser, l
110
  | `TOKEN_P` | 99.63 |
111
  | `TOKEN_R` | 99.83 |
112
  | `TOKEN_F` | 99.73 |
113
- | `POS_ACC` | 97.89 |
114
- | `MORPH_ACC` | 91.01 |
115
- | `MORPH_MICRO_P` | 95.76 |
116
- | `MORPH_MICRO_R` | 95.64 |
117
- | `MORPH_MICRO_F` | 95.70 |
118
- | `SENTS_P` | 96.32 |
119
- | `SENTS_R` | 95.67 |
120
- | `SENTS_F` | 95.99 |
121
- | `DEP_UAS` | 89.21 |
122
- | `DEP_LAS` | 82.18 |
123
- | `LEMMA_ACC` | 94.22 |
124
- | `TAG_ACC` | 98.39 |
125
- | `ENTS_P` | 85.02 |
126
- | `ENTS_R` | 84.26 |
127
  | `ENTS_F` | 84.64 |
14
  metrics:
15
  - name: NER Precision
16
  type: precision
17
+ value: 0.8497109827
18
  - name: NER Recall
19
  type: recall
20
+ value: 0.8432122371
21
  - name: NER F Score
22
  type: f_score
23
+ value: 0.8464491363
24
  - task:
25
  name: TAG
26
  type: token-classification
27
  metrics:
28
  - name: TAG (XPOS) Accuracy
29
  type: accuracy
30
+ value: 0.9835071032
31
  - task:
32
  name: POS
33
  type: token-classification
34
  metrics:
35
  - name: POS (UPOS) Accuracy
36
  type: accuracy
37
+ value: 0.9782346706
38
  - task:
39
  name: MORPH
40
  type: token-classification
41
  metrics:
42
  - name: Morph (UFeats) Accuracy
43
  type: accuracy
44
+ value: 0.9082463602
45
  - task:
46
  name: LEMMA
47
  type: token-classification
48
  metrics:
49
  - name: Lemma Accuracy
50
  type: accuracy
51
+ value: 0.942641148
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.8928976035
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.8216924578
66
  - task:
67
  name: SENTS
68
  type: token-classification
69
  metrics:
70
  - name: Sentences F-Score
71
  type: f_score
72
+ value: 0.965705201
73
  ---
74
  ### Details: https://spacy.io/models/pl#pl_core_news_lg
75
 
78
  | Feature | Description |
79
  | --- | --- |
80
  | **Name** | `pl_core_news_lg` |
81
+ | **Version** | `3.4.0` |
82
+ | **spaCy** | `>=3.4.0,<3.5.0` |
83
  | **Default Pipeline** | `tok2vec`, `morphologizer`, `parser`, `lemmatizer`, `tagger`, `attribute_ruler`, `ner` |
84
  | **Components** | `tok2vec`, `morphologizer`, `parser`, `lemmatizer`, `tagger`, `senter`, `attribute_ruler`, `ner` |
85
  | **Vectors** | 500000 keys, 500000 unique vectors (300 dimensions) |
86
+ | **Sources** | [UD Polish PDB v2.8](https://github.com/UniversalDependencies/UD_Polish-PDB/) (Wróblewska, Alina; Zeman, Daniel; Mašek, Jan; Rosa, Rudolf)<br />[National Corpus of Polish](http://nkjp.pl/) (Mirosław Bańko, Rafał L. Górski, Barbara Lewandowska-Tomaszczyk, Marek Łaziński, Piotr Pęzik, Adam Przepiórkowski)<br />[Explosion fastText Vectors (cbow, OSCAR Common Crawl + Wikipedia)](https://spacy.io) (Explosion) |
87
  | **License** | `GNU GPL 3.0` |
88
  | **Author** | [Explosion](https://explosion.ai) |
89
 
91
 
92
  <details>
93
 
94
+ <summary>View label scheme (1726 labels for 4 components)</summary>
95
 
96
  | Component | Labels |
97
  | --- | --- |
98
+ | **`morphologizer`** | `Animacy=Hum\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=NOUN`, `AdpType=Prep\|POS=ADP\|Variant=Short`, `Case=Loc\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Animacy=Inan\|Case=Ins\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin\|Voice=Act`, `Case=Loc\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=NOUN`, `POS=CCONJ`, `Animacy=Inan\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=NOUN`, `POS=PUNCT\|PunctType=Peri`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Case=Loc\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `POS=PUNCT\|PunctType=Comm`, `Animacy=Inan\|Case=Loc\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Animacy=Inan\|Case=Loc\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Case=Ins\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Ins\|Gender=Fem\|Number=Sing\|POS=NOUN`, `AdpType=Prep\|POS=ADP`, `Case=Loc\|Gender=Neut\|Number=Sing\|POS=NOUN`, `Animacy=Inan\|Case=Ins\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Gen\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Case=Loc\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Rel`, `Animacy=Hum\|Case=Nom\|Gender=Masc\|NumForm=Word\|Number=Plur\|POS=NUM`, `Animacy=Hum\|Case=Gen\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Aspect=Imp\|POS=VERB\|Tense=Pres\|VerbForm=Conv\|Voice=Act`, `Animacy=Hum\|Case=Ins\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Animacy=Nhum\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Animacy=Inan\|Case=Loc\|Gender=Masc\|Number=Plur\|POS=NOUN`, `POS=ADV`, `Animacy=Hum\|Case=Ins\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Animacy=Hum\|Case=Ins\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin\|Voice=Act`, `Animacy=Inan\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Animacy=Inan\|Case=Gen\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Aspect=Imp\|Case=Gen\|Gender=Fem\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `POS=PRON\|PronType=Prs\|Reflex=Yes`, `Case=Ins\|Gender=Neut\|NumType=Sets\|Number=Sing\|POS=NOUN`, `Case=Nom\|Gender=Fem\|NumForm=Word\|Number=Plur\|POS=NUM`, `Case=Nom\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Case=Gen\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Animacy=Nhum\|Case=Nom\|Gender=Masc\|NumForm=Word\|Number=Plur\|POS=NUM`, `Animacy=Nhum\|Case=Nom\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Animacy=Nhum\|Case=Nom\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Case=Gen\|POS=PRON\|PronType=Prs\|Reflex=Yes`, `Animacy=Inan\|Case=Acc\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Case=Ins\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Animacy=Hum\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Aspect=Perf\|Case=Ins\|Gender=Fem\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Inan\|Aspect=Perf\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Hum\|Case=Nom\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Animacy=Hum\|Case=Gen\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Case=Ins\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Animacy=Hum\|Aspect=Perf\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Case=Gen\|Gender=Neut\|Number=Sing\|POS=NOUN`, `Case=Nom\|Gender=Fem\|NumType=Card\|Number=Plur\|POS=DET\|PronType=Ind`, `Animacy=Inan\|Case=Loc\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Aspect=Imp\|Case=Gen\|Gender=Fem\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Case=Gen\|Gender=Neut\|Number=Plur\|POS=NOUN`, `Animacy=Nhum\|Case=Nom\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Gen\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Animacy=Inan\|Case=Acc\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Animacy=Nhum\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Animacy=Inan\|Case=Ins\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Case=Ins\|Gender=Neut\|Number=Sing\|POS=NOUN`, `Case=Loc\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Nom\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Loc\|Degree=Pos\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Case=Loc\|Gender=Neut\|Number=Ptan\|POS=NOUN`, `AdpType=Prep\|POS=ADP\|Variant=Long`, `Animacy=Inan\|Case=Nom\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Animacy=Inan\|Case=Nom\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Case=Ins\|Degree=Pos\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Case=Ins\|Gender=Neut\|Number=Plur\|POS=NOUN`, `Animacy=Hum\|Case=Nom\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Animacy=Inan\|Aspect=Perf\|Case=Gen\|Gender=Masc\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Inan\|Case=Gen\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Case=Nom\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Animacy=Hum\|Aspect=Imp\|Case=Ins\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Animacy=Nhum\|Case=Loc\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Case=Ins\|Gender=Neut\|NumType=Sets\|Number=Plur\|POS=NOUN`, `Case=Acc\|Gender=Neut\|NumType=Sets\|Number=Sing\|POS=NOUN`, `Aspect=Imp\|Case=Acc\|Gender=Neut\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Aspect=Imp\|Case=Loc\|Gender=Fem\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Case=Nom\|Degree=Cmp\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Loc\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Dem`, `Aspect=Imp\|Case=Nom\|Gender=Fem\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Case=Loc\|Gender=Neut\|Number=Plur\|POS=NOUN`, `Aspect=Perf\|Case=Gen\|Gender=Fem\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Inan\|Case=Ins\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Aspect=Imp\|Case=Nom\|Gender=Fem\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Inan\|Case=Loc\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Rel`, `Animacy=Nhum\|Aspect=Perf\|Case=Nom\|Gender=Masc\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Inan\|Case=Nom\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Animacy=Inan\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Case=Gen\|Degree=Pos\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Case=Gen\|Gender=Neut\|NumType=Sets\|Number=Plur\|POS=NOUN`, `Aspect=Perf\|Case=Gen\|Gender=Neut\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `POS=SPACE`, `Case=Gen\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Aspect=Perf\|Case=Nom\|Gender=Fem\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Case=Acc\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Case=Gen\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Long`, `Case=Ins\|Gender=Neut\|Number=Ptan\|POS=NOUN`, `Case=Ins\|POS=PRON\|PronType=Prs\|Reflex=Yes`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=NOUN`, `Animacy=Nhum\|Case=Loc\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Animacy=Nhum\|Case=Loc\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Case=Nom\|Gender=Neut\|NumForm=Word\|NumType=Sets\|Number=Plur\|POS=NUM`, `Case=Ins\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Rel`, `POS=PART`, `Aspect=Perf\|Gender=Fem\|Mood=Ind\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Animacy=Inan\|Case=Nom\|Gender=Masc\|NumForm=Word\|Number=Plur\|POS=NUM`, `Degree=Pos\|POS=ADV`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=NOUN`, `Animacy=Hum\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Aspect=Imp\|Case=Gen\|Gender=Fem\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `POS=SCONJ`, `Case=Dat\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Animacy=Inan\|Case=Gen\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Nom\|Gender=Neut\|NumType=Sets\|Number=Sing\|POS=NOUN`, `Animacy=Hum\|Aspect=Imp\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Case=Acc\|Gender=Neut\|Number=Plur\|POS=NOUN`, `Animacy=Inan\|Case=Acc\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Aspect=Imp\|Case=Loc\|Gender=Fem\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Aspect=Perf\|Case=Ins\|Gender=Neut\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Nhum\|Case=Gen\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Animacy=Nhum\|Aspect=Imp\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Case=Loc\|Gender=Neut\|NumType=Sets\|Number=Plur\|POS=NOUN`, `Animacy=Inan\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Rel`, `Animacy=Hum\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Aspect=Perf\|Case=Nom\|Gender=Fem\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Inan\|Aspect=Imp\|Case=Gen\|Gender=Masc\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Animacy=Nhum\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Animacy=Hum\|Case=Gen\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Animacy=Hum\|Case=Gen\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Hyph=Yes\|POS=ADJ`, `POS=PUNCT\|PunctType=Dash`, `Animacy=Inan\|Aspect=Perf\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Aspect=Perf\|Case=Ins\|Gender=Neut\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Aspect=Perf\|Case=Gen\|Gender=Fem\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Nhum\|Aspect=Imp\|Case=Acc\|Gender=Masc\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Animacy=Nhum\|Case=Acc\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Case=Loc\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Animacy=Inan\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Acc\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Aspect=Imp\|Case=Ins\|Gender=Fem\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Animacy=Hum\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Aspect=Imp\|Case=Nom\|Gender=Fem\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Aspect=Perf\|Case=Loc\|Gender=Fem\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Hum\|Aspect=Imp\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Hum\|Case=Acc\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Aspect=Perf\|Case=Ins\|Gender=Fem\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Hum\|Aspect=Imp\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Case=Loc\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Rel`, `Animacy=Inan\|Aspect=Imp\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Animacy=Hum\|Case=Ins\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Case=Nom\|Gender=Neut\|NumType=Card\|Number=Plur\|POS=DET\|PronType=Ind`, `POS=ADV\|PronType=Rel`, `Animacy=Hum\|Aspect=Imp\|Case=Nom\|Gender=Masc\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Hum\|Aspect=Perf\|Case=Nom\|Gender=Masc\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Nhum\|Case=Acc\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Rel`, `Animacy=Inan\|Aspect=Perf\|Case=Ins\|Gender=Masc\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Hum\|Aspect=Imp\|Case=Dat\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Animacy=Hum\|Case=Dat\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Animacy=Inan\|Aspect=Perf\|Case=Ins\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Nhum\|Aspect=Imp\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Case=Acc\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Acc\|POS=PRON\|PronType=Prs\|Reflex=Yes`, `Animacy=Nhum\|Case=Nom\|Gender=Masc\|Number=Plur\|POS=PROPN`, `Animacy=Nhum\|Aspect=Perf\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Nhum\|Aspect=Perf\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Case=Nom\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Animacy=Hum\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Long`, `Case=Dat\|Gender=Neut\|Number=Sing\|POS=NOUN`, `Case=Ins\|Gender=Fem\|NumForm=Word\|Number=Plur\|POS=NUM`, `Animacy=Hum\|Case=Dat\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Aspect=Imp\|Case=Acc\|Gender=Fem\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Animacy=Inan\|Aspect=Perf\|Case=Nom\|Gender=Masc\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=AUX\|Person=3\|Tense=Pres\|VerbForm=Fin\|Voice=Act`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Ind`, `Degree=Cmp\|POS=ADV`, `Animacy=Hum\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Rel`, `Animacy=Hum\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Tot`, `Case=Gen\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Aspect=Perf\|Case=Loc\|Gender=Neut\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Hum\|Case=Nom\|Degree=Cmp\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Acc\|Degree=Pos\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Aspect=Imp\|Case=Gen\|Gender=Neut\|Number=Sing\|POS=NOUN\|Polarity=Pos\|VerbForm=Vnoun`, `Animacy=Hum\|Case=Acc\|Gender=Masc\|NumForm=Word\|Number=Plur\|POS=NUM`, `Animacy=Hum\|Aspect=Imp\|Case=Gen\|Gender=Masc\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Case=Nom\|Gender=Neut\|Number=Plur\|POS=NOUN`, `Animacy=Hum\|Aspect=Imp\|Case=Nom\|Gender=Masc\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Animacy=Inan\|Case=Nom\|Gender=Masc\|NumType=Card\|Number=Plur\|POS=DET\|PronType=Ind`, `Animacy=Inan\|Case=Loc\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Tot`, `Animacy=Inan\|Case=Gen\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Case=Ins\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Aspect=Imp\|Case=Acc\|Gender=Fem\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Nhum\|Case=Ins\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Animacy=Nhum\|Case=Loc\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Animacy=Nhum\|Case=Loc\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Aspect=Perf\|POS=VERB\|VerbForm=Inf\|Voice=Act`, `Animacy=Nhum\|Aspect=Imp\|Case=Nom\|Gender=Masc\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Hum\|Case=Acc\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Animacy=Nhum\|Case=Nom\|Gender=Masc\|NumType=Card\|Number=Plur\|POS=DET\|PronType=Ind`, `Animacy=Nhum\|Case=Gen\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Aspect=Perf\|Gender=Neut\|Mood=Ind\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Animacy=Hum\|Case=Loc\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Aspect=Perf\|Case=Gen\|Gender=Neut\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Inan\|Aspect=Imp\|Case=Loc\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Nhum\|Aspect=Imp\|Case=Nom\|Gender=Masc\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Animacy=Nhum\|Case=Ins\|Gender=Masc\|NumForm=Word\|Number=Plur\|POS=NUM`, `Animacy=Nhum\|Case=Ins\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Animacy=Nhum\|Case=Ins\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Animacy=Nhum\|Case=Ins\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Case=Loc\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Rel`, `Animacy=Hum\|Case=Nom\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Animacy=Hum\|Case=Ins\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Animacy=Inan\|Aspect=Imp\|Case=Nom\|Gender=Masc\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Hum\|Aspect=Imp\|Case=Acc\|Gender=Masc\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Animacy=Inan\|Case=Dat\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Short`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Rel`, `Case=Gen\|Gender=Neut\|Number=Ptan\|POS=NOUN`, `Aspect=Imp\|Case=Ins\|Gender=Neut\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Long`, `Case=Ins\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Animacy=Inan\|Aspect=Imp\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Inan\|Aspect=Perf\|Case=Loc\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Case=Acc\|Gender=Neut\|Number=Ptan\|POS=NOUN`, `Aspect=Imp\|Case=Nom\|Gender=Fem\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Inan\|Case=Acc\|Gender=Masc\|NumType=Card\|Number=Sing\|POS=DET\|PronType=Ind`, `Animacy=Hum\|Case=Nom\|Gender=Masc\|NumType=Card\|Number=Plur\|POS=DET\|PronType=Ind`, `Aspect=Imp\|Case=Nom\|Gender=Neut\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Hum\|Case=Dat\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Long`, `Animacy=Hum\|Case=Gen\|Gender=Masc\|NumForm=Word\|Number=Plur\|POS=NUM`, `Animacy=Hum\|Aspect=Imp\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Aspect=Imp\|Case=Acc\|Gender=Neut\|Number=Sing\|POS=NOUN\|Polarity=Pos\|VerbForm=Vnoun`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Long`, `Case=Dat\|POS=PRON\|PronType=Prs\|Reflex=Yes`, `Case=Ins\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Ind`, `Aspect=Imp\|Case=Acc\|Gender=Fem\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `POS=ADV\|PronType=Dem`, `Animacy=Hum\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Ind`, `Animacy=Nhum\|Aspect=Perf\|Case=Loc\|Gender=Masc\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Nhum\|Case=Gen\|Gender=Masc\|NumForm=Word\|Number=Plur\|POS=NUM`, `Animacy=Inan\|Aspect=Perf\|Case=Acc\|Gender=Masc\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Inan\|Case=Gen\|Gender=Masc\|NumForm=Word\|Number=Plur\|POS=NUM`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Tot`, `Aspect=Perf\|Case=Gen\|Gender=Neut\|Number=Sing\|POS=NOUN\|Polarity=Pos\|VerbForm=Vnoun`, `Case=Acc\|Gender=Fem\|NumType=Card\|Number=Plur\|POS=DET\|PronType=Ind`, `Animacy=Hum\|Case=Ins\|Degree=Cmp\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Aspect=Imp\|Case=Loc\|Gender=Neut\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Case=Nom\|Gender=Neut\|NumType=Sets\|Number=Plur\|POS=NOUN`, `Case=Loc\|Gender=Fem\|NumForm=Word\|Number=Plur\|POS=NUM`, `Case=Ins\|Gender=Neut\|Number=Plur\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Case=Loc\|Gender=Neut\|NumType=Sets\|Number=Sing\|POS=NOUN`, `Case=Gen\|Gender=Fem\|NumForm=Word\|Number=Plur\|POS=NUM`, `Animacy=Inan\|Aspect=Perf\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Aspect=Imp\|Case=Nom\|Gender=Neut\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Animacy=Hum\|Case=Nom\|Gender=Masc\|Number=Ptan\|POS=PRON\|PronType=Tot`, `Animacy=Nhum\|Aspect=Perf\|Case=Ins\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Nhum\|Aspect=Imp\|Case=Gen\|Gender=Masc\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Animacy=Inan\|Aspect=Perf\|Case=Loc\|Gender=Masc\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Nhum\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Animacy=Nhum\|Case=Gen\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Gen\|Gender=Neut\|NumType=Sets\|Number=Sing\|POS=NOUN`, `Animacy=Inan\|Case=Loc\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Aspect=Perf\|Case=Acc\|Gender=Fem\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Nhum\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Short`, `Animacy=Inan\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Rel`, `Animacy=Inan\|Aspect=Imp\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Case=Acc\|Gender=Fem\|NumForm=Word\|Number=Plur\|POS=NUM`, `Degree=Pos\|POS=ADV\|PronType=Dem`, `Aspect=Imp\|Case=Gen\|Gender=Fem\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Case=Loc\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Animacy=Nhum\|Case=Acc\|Gender=Masc\|NumForm=Word\|Number=Plur\|POS=NUM`, `Aspect=Perf\|Case=Nom\|Gender=Neut\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Case=Gen\|Gender=Neut\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Animacy=Hum\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Short`, `Animacy=Nhum\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Case=Nom\|Gender=Neut\|Number=Ptan\|POS=NOUN`, `Animacy=Inan\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Rel`, `Animacy=Inan\|Aspect=Imp\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=AUX\|Person=3\|Tense=Pres\|VerbForm=Fin\|Voice=Act`, `Animacy=Hum\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Rel`, `Animacy=Inan\|Case=Gen\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Rel`, `Animacy=Nhum\|Aspect=Imp\|Case=Loc\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Inan\|Aspect=Imp\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Animacy=Inan\|Case=Dat\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Animacy=Inan\|Aspect=Imp\|Case=Loc\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Aspect=Perf\|Case=Loc\|Gender=Fem\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Inan\|Case=Loc\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Rel`, `Animacy=Hum\|Aspect=Imp\|Case=Gen\|Gender=Masc\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Case=Ins\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Animacy=Hum\|Aspect=Perf\|Case=Gen\|Gender=Masc\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Aspect=Imp\|Case=Dat\|Gender=Fem\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Animacy=Hum\|Case=Gen\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Long`, `Case=Gen\|Gender=Neut\|Number=Plur\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Case=Nom\|Degree=Cmp\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Ins\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Rel`, `Aspect=Perf\|Case=Acc\|Gender=Neut\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Rel`, `Animacy=Hum\|Case=Acc\|Gender=Masc\|NumType=Card\|Number=Plur\|POS=DET\|PronType=Ind`, `Animacy=Hum\|Case=Gen\|Gender=Masc\|NumType=Card\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Dat\|Gender=Neut\|NumType=Sets\|Number=Sing\|POS=NOUN`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Rel`, `Animacy=Hum\|Aspect=Perf\|Gender=Masc\|Mood=Ind\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Long`, `Animacy=Hum\|Case=Acc\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Long`, `Animacy=Hum\|Aspect=Perf\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Inan\|Case=Acc\|Gender=Masc\|NumType=Card\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Gen\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Rel`, `Animacy=Nhum\|Aspect=Imp\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Nhum\|Case=Ins\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Gen\|Gender=Fem\|NumType=Card\|Number=Plur\|POS=DET\|PronType=Ind`, `Animacy=Nhum\|Aspect=Perf\|Case=Loc\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Nhum\|Case=Gen\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Long`, `Case=Gen\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Rel`, `Aspect=Perf\|Case=Acc\|Gender=Neut\|Number=Plur\|POS=NOUN\|Polarity=Pos\|VerbForm=Vnoun`, `Animacy=Inan\|Case=Loc\|Gender=Masc\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Animacy=Hum\|Case=Nom\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Rel`, `Case=Dat\|Gender=Fem\|NumType=Card\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Dat\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Aspect=Imp\|Case=Dat\|Gender=Fem\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Nom\|Gender=Neut\|NumForm=Word\|Number=Plur\|POS=NUM`, `Case=Nom\|Degree=Pos\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Aspect=Perf\|Case=Nom\|Gender=Neut\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Nhum\|Case=Gen\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Aspect=Imp\|Case=Gen\|Gender=Neut\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Animacy=Nhum\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Rel`, `Aspect=Imp\|Case=Ins\|Gender=Neut\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Aspect=Perf\|Case=Loc\|Gender=Neut\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Case=Loc\|Gender=Neut\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Animacy=Inan\|Case=Loc\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Dem`, `ConjType=Comp\|POS=SCONJ`, `Animacy=Inan\|Aspect=Imp\|Case=Loc\|Gender=Masc\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Aspect=Imp\|Case=Acc\|Gender=Neut\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Case=Acc\|Degree=Cmp\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Aspect=Imp\|Case=Loc\|Gender=Neut\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Nhum\|Case=Dat\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Short`, `Animacy=Inan\|Case=Ins\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Animacy=Inan\|Case=Ins\|Gender=Masc\|NumType=Card\|Number=Plur\|POS=DET\|PronType=Ind`, `Aspect=Imp\|Case=Dat\|Gender=Neut\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Aspect=Imp\|Case=Gen\|Gender=Neut\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Aspect=Imp\|Case=Gen\|Gender=Neut\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Rel`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Short`, `Animacy=Inan\|Aspect=Imp\|Case=Ins\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Aspect=Imp\|Case=Nom\|Gender=Neut\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Mood=Ind\|POS=VERB\|Tense=Pres\|VerbForm=Fin\|VerbType=Quasi`, `Animacy=Hum\|Case=Acc\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `POS=ADJ\|PrepCase=Pre`, `Animacy=Inan\|Aspect=Perf\|Gender=Masc\|Mood=Ind\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Case=Nom\|Degree=Cmp\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Loc\|POS=PRON\|PronType=Prs\|Reflex=Yes`, `Animacy=Inan\|Case=Ins\|Gender=Masc\|NumForm=Word\|Number=Plur\|POS=NUM`, `Animacy=Inan\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Case=Ins\|Gender=Fem\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Animacy=Nhum\|Aspect=Perf\|Case=Gen\|Gender=Masc\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Case=Ins\|Degree=Cmp\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Aspect=Perf\|Case=Acc\|Gender=Neut\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Nhum\|Aspect=Perf\|Case=Ins\|Gender=Masc\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Nhum\|Case=Loc\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Rel`, `Case=Acc\|Gender=Neut\|NumType=Sets\|Number=Plur\|POS=NOUN`, `Animacy=Nhum\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Long`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Animacy=Inan\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Short`, `Case=Ins\|Gender=Fem\|NumType=Card\|Number=Plur\|POS=DET\|PronType=Ind`, `Animacy=Hum\|Aspect=Perf\|Case=Dat\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Case=Loc\|Gender=Neut\|NumForm=Word\|Number=Plur\|POS=NUM`, `Animacy=Hum\|Case=Ins\|Gender=Masc\|NumForm=Word\|Number=Plur\|POS=NUM`, `Animacy=Hum\|Case=Ins\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Animacy=Hum\|Case=Dat\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Short`, `Animacy=Nhum\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Rel`, `Animacy=Hum\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Case=Loc\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Tot`, `Animacy=Hum\|Case=Dat\|Gender=Masc\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Animacy=Hum\|Case=Dat\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Aspect=Imp\|POS=VERB\|VerbForm=Inf\|Voice=Act`, `Animacy=Hum\|Aspect=Imp\|Gender=Masc\|Mood=Ind\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Animacy=Inan\|Aspect=Perf\|Gender=Masc\|Mood=Ind\|Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Animacy=Hum\|Aspect=Imp,Perf\|Clitic=Yes\|Gender=Masc\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Tense=Past\|Variant=Long\|VerbForm=Fin\|Voice=Act`, `Aspect=Perf\|Mood=Imp\|Number=Sing\|POS=VERB\|Person=2\|VerbForm=Fin\|Voice=Act`, `Aspect=Perf\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Tense=Fut\|VerbForm=Fin\|Voice=Act`, `POS=PUNCT\|PunctType=Excl`, `Animacy=Hum\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Animacy=Hum\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Case=Loc\|Gender=Neut\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Animacy=Inan\|Case=Loc\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Aspect=Imp\|Gender=Neut\|Mood=Ind\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Long`, `Aspect=Perf\|POS=VERB\|Tense=Past\|VerbForm=Conv\|Voice=Act`, `Animacy=Inan\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Animacy=Inan\|Aspect=Imp\|Gender=Masc\|Mood=Ind\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Animacy=Inan\|Aspect=Imp\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Foreign=Yes\|POS=X`, `POS=PART\|Polarity=Neg`, `Animacy=Hum\|Case=Dat\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Tot`, `Case=Acc\|Gender=Neut\|Number=Plur\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Long`, `Aspect=Imp\|Gender=Neut\|Mood=Ind\|Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Aspect=Imp\|Clitic=Yes\|Gender=Fem\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Tense=Past\|Variant=Short\|VerbForm=Fin\|Voice=Act`, `Animacy=Hum\|Aspect=Imp,Perf\|Clitic=Yes\|Gender=Masc\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=2\|Tense=Past\|Variant=Long\|VerbForm=Fin\|Voice=Act`, `Degree=Pos\|POS=ADV\|PronType=Int`, `Case=Gen\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Neg`, `Case=Acc\|Gender=Neut\|Number=Plur\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Long`, `Animacy=Hum\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Int`, `POS=PUNCT\|PunctType=Qest`, `Animacy=Inan\|Case=Nom\|Degree=Pos\|Gender=Masc\|NumForm=Roman\|NumType=Ord\|Number=Sing\|POS=ADJ`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Case=Gen\|Gender=Fem\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Aspect=Perf\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Tense=Fut\|VerbForm=Fin\|Voice=Act`, `Case=Dat\|Gender=Neut\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Short`, `Animacy=Hum\|Aspect=Imp,Perf\|Clitic=Yes\|Gender=Masc\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=1\|Tense=Past\|Variant=Short\|VerbForm=Fin\|Voice=Act`, `Aspect=Imp\|Case=Loc\|Gender=Neut\|Number=Sing\|POS=NOUN\|Polarity=Pos\|VerbForm=Vnoun`, `POS=ADV\|PronType=Int`, `Animacy=Hum\|Case=Dat\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs\|Variant=Short`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Long`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=2\|Tense=Pres\|VerbForm=Fin\|Voice=Act`, `Case=Nom\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Tot`, `Animacy=Hum\|Case=Loc\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=2\|PronType=Prs`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=1\|Tense=Pres\|VerbForm=Fin\|Voice=Act`, `Animacy=Inan\|Aspect=Imp\|Case=Nom\|Gender=Masc\|Number=Plur\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Act`, `Animacy=Hum\|Case=Dat\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Loc\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Int`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Tense=Pres\|VerbForm=Fin\|Voice=Act`, `Animacy=Hum\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs\|Variant=Long`, `Animacy=Hum\|Aspect=Imp\|Gender=Masc\|Mood=Ind\|Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Animacy=Inan\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Variant=Long`, `Animacy=Inan\|Case=Dat\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Case=Loc\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Case=Loc\|Gender=Neut\|Number=Ptan\|POS=PROPN`, `Animacy=Hum\|Case=Nom\|Gender=Masc\|Number=Plur\|POS=PROPN`, `Aspect=Perf\|Case=Acc\|Gender=Neut\|Number=Sing\|POS=NOUN\|Polarity=Pos\|VerbForm=Vnoun`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Int`, `POS=ADV\|PronType=Neg`, `Animacy=Hum\|Aspect=Imp\|Clitic=Yes\|Gender=Masc\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Tense=Past\|Variant=Long\|VerbForm=Fin\|Voice=Act`, `Case=Gen\|Gender=Neut\|Number=Sing\|POS=PROPN`, `Animacy=Inan\|Case=Acc\|Gender=Masc\|NumForm=Word\|Number=Plur\|POS=NUM`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Dem`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Neg`, `Animacy=Inan\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Long`, `Animacy=Hum\|Case=Ins\|Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Int`, `Animacy=Nhum\|Case=Gen\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Dem`, `Animacy=Hum\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=2\|PronType=Prs`, `Animacy=Hum\|Case=Ins\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Animacy=Inan\|Case=Ins\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Nom\|Gender=Fem\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=2\|Poss=Yes\|PronType=Prs`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=2\|Tense=Pres\|VerbForm=Fin\|Voice=Act`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=AUX\|Person=3\|Tense=Fut\|VerbForm=Fin`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Animacy=Hum\|Aspect=Perf\|Gender=Masc\|Mood=Ind\|Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Dem`, `Animacy=Hum\|Case=Acc\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Dem`, `Animacy=Hum\|Case=Acc\|Degree=Sup\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=AUX\|Person=3\|Tense=Fut\|VerbForm=Fin`, `Case=Dat\|Gender=Neut\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Case=Dat\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Animacy=Hum\|Aspect=Imp\|Gender=Masc\|Mood=Ind\|Number=Plur\|POS=VERB\|Tense=Pres\|VerbForm=Fin\|VerbType=Mod\|Voice=Act`, `POS=PART\|PartType=Int`, `Aspect=Perf\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Tense=Fut\|VerbForm=Fin\|Voice=Act`, `POS=ADV\|PronType=Ind`, `Animacy=Hum\|Case=Ins\|Gender=Masc\|Number=Plur\|Number[psor]=Sing\|POS=DET\|Person=1\|Poss=Yes\|PronType=Prs`, `Animacy=Hum\|Aspect=Perf\|Case=Ins\|Gender=Masc\|Number=Sing\|POS=ADJ\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Animacy=Hum\|Aspect=Imp\|Clitic=Yes\|Gender=Masc\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=1\|Tense=Past\|Variant=Short\|VerbForm=Fin\|Voice=Act`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=AUX\|Person=1\|Tense=Fut\|VerbForm=Fin`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=AUX\|Person=1\|Tense=Pres\|VerbForm=Fin\|Voice=Act`, `Aspect=Perf\|Mood=Ind\|Number=Sing\|POS=AUX\|Person=3\|Tense=Fut\|VerbForm=Fin\|Voice=Act`, `Animacy=Inan\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Animacy=Hum\|Case=Nom\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Long`, `Animacy=Hum\|Case=Nom\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Tot`, `Case=Acc\|Degree=Sup\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Animacy=Hum\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Variant=Long`, `Animacy=Hum\|Case=Acc\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs`, `Aspect=Perf\|Mood=Ind\|POS=VERB\|Person=0\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Animacy=Inan\|Case=Gen\|Gender=Masc\|NumForm=Digit\|NumType=Card\|Number=Plur\|POS=NUM`, `Case=Acc\|Gender=Neut\|NumType=Card\|Number=Plur\|POS=DET\|PronType=Ind`, `Aspect=Perf\|Case=Gen\|Gender=Neut\|Number=Plur\|POS=NOUN\|Polarity=Pos\|VerbForm=Vnoun`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs\|Variant=Short`, `Case=Loc\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Loc\|Gender=Fem\|NumType=Card\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Ind`, `Case=Gen\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Neg`, `Case=Loc\|Gender=Fem\|Number=Sing\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `POS=PART\|PartType=Mod`, `Aspect=Imp\|Gender=Fem\|Mood=Ind\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Case=Gen\|Gender=Neut\|Number=Plur\|POS=DET\|Poss=Yes\|PronType=Prs\|Reflex=Yes`, `Case=Gen\|Degree=Sup\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Aspect=Imp\|POS=AUX\|VerbForm=Inf\|Voice=Act`, `Case=Gen\|Gender=Neut\|Number=Sing\|POS=PRON\|PronType=Dem`, `Animacy=Inan\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Neg`, _(truncated: full list in pipeline meta)_ |
99
  | **`parser`** | `ROOT`, `acl`, `acl:relcl`, `advcl`, `advcl:cmpr`, `advcl:relcl`, `advmod`, `advmod:arg`, `advmod:emph`, `advmod:neg`, `amod`, `amod:flat`, `appos`, `aux`, `aux:cnd`, `aux:imp`, `aux:pass`, `case`, `cc`, `cc:preconj`, `ccomp`, `ccomp:cleft`, `ccomp:obj`, `conj`, `cop`, `csubj`, `dep`, `det`, `det:numgov`, `det:nummod`, `det:poss`, `discourse:intj`, `expl:pv`, `fixed`, `flat`, `flat:foreign`, `iobj`, `list`, `mark`, `nmod`, `nmod:arg`, `nmod:flat`, `nmod:poss`, `nsubj`, `nsubj:pass`, `nummod`, `nummod:gov`, `obj`, `obl`, `obl:agent`, `obl:arg`, `obl:cmpr`, `orphan`, `parataxis:insert`, `parataxis:obj`, `punct`, `vocative`, `xcomp`, `xcomp:cleft`, `xcomp:pred` |
100
+ | **`tagger`** | `ADJ`, `ADJA`, `ADJC`, `ADJP`, `ADV`, `AGLT`, `BEDZIE`, `BREV`, `BURK`, `COMP`, `CONJ`, `DEPR`, `FIN`, `GER`, `IMPS`, `IMPT`, `INF`, `INTERJ`, `INTERP`, `NUM`, `NUMCOL`, `PACT`, `PANT`, `PCON`, `PPAS`, `PPRON12`, `PPRON3`, `PRAET`, `PRED`, `PREP`, `QUB`, `SIEBIE`, `SUBST`, `WINIEN`, `XXX`, `_SP` |
101
  | **`ner`** | `date`, `geogName`, `orgName`, `persName`, `placeName`, `time` |
102
 
103
  </details>
110
  | `TOKEN_P` | 99.63 |
111
  | `TOKEN_R` | 99.83 |
112
  | `TOKEN_F` | 99.73 |
113
+ | `POS_ACC` | 97.82 |
114
+ | `MORPH_ACC` | 90.82 |
115
+ | `MORPH_MICRO_P` | 95.66 |
116
+ | `MORPH_MICRO_R` | 95.57 |
117
+ | `MORPH_MICRO_F` | 95.62 |
118
+ | `SENTS_P` | 97.17 |
119
+ | `SENTS_R` | 95.98 |
120
+ | `SENTS_F` | 96.57 |
121
+ | `DEP_UAS` | 89.29 |
122
+ | `DEP_LAS` | 82.17 |
123
+ | `LEMMA_ACC` | 94.26 |
124
+ | `TAG_ACC` | 98.35 |
125
+ | `ENTS_P` | 84.97 |
126
+ | `ENTS_R` | 84.32 |
127
  | `ENTS_F` | 84.64 |
accuracy.json CHANGED
@@ -3,26 +3,26 @@
3
  "token_p": 0.99628964,
4
  "token_r": 0.9982863284,
5
  "token_f": 0.9972869848,
6
- "pos_acc": 0.9789297902,
7
- "morph_acc": 0.9101229621,
8
- "morph_micro_p": 0.9575552708,
9
- "morph_micro_r": 0.9563646924,
10
- "morph_micro_f": 0.9569596113,
11
  "morph_per_feat": {
12
  "Case": {
13
- "p": 0.9261276269,
14
- "r": 0.9260089686,
15
- "f": 0.9260682939
16
  },
17
  "Gender": {
18
- "p": 0.9384011253,
19
- "r": 0.9382911392,
20
- "f": 0.9383461291
21
  },
22
  "Number": {
23
- "p": 0.9784934956,
24
  "r": 0.977263202,
25
- "f": 0.9778779618
26
  },
27
  "AdpType": {
28
  "p": 0.9994665244,
@@ -30,104 +30,104 @@
30
  "f": 0.9990667911
31
  },
32
  "Variant": {
33
- "p": 0.9963262307,
34
- "r": 0.9970588235,
35
- "f": 0.9966923925
36
  },
37
  "Animacy": {
38
- "p": 0.8893496031,
39
- "r": 0.8964652496,
40
- "f": 0.8928932501
41
  },
42
  "Degree": {
43
- "p": 0.953008596,
44
- "r": 0.9596076168,
45
- "f": 0.9562967223
46
  },
47
  "Aspect": {
48
- "p": 0.9489777123,
49
- "r": 0.9460154242,
50
- "f": 0.9474942529
51
  },
52
  "Mood": {
53
- "p": 0.9887640449,
54
- "r": 0.9853372434,
55
- "f": 0.9870476699
56
  },
57
  "Person": {
58
- "p": 0.9895517358,
59
- "r": 0.985565626,
60
- "f": 0.9875546586
61
  },
62
  "Tense": {
63
- "p": 0.9811320755,
64
- "r": 0.9790794979,
65
- "f": 0.980104712
66
  },
67
  "VerbForm": {
68
- "p": 0.9725284656,
69
- "r": 0.9681540122,
70
- "f": 0.9703363087
71
  },
72
  "Voice": {
73
- "p": 0.9822702262,
74
- "r": 0.9770930468,
75
- "f": 0.9796747967
76
  },
77
  "PunctType": {
78
- "p": 0.9987807002,
79
- "r": 0.9975643702,
80
- "f": 0.9981721647
81
  },
82
  "NumForm": {
83
- "p": 0.9737373737,
84
- "r": 0.9776876268,
85
- "f": 0.975708502
86
  },
87
  "PrepCase": {
88
- "p": 0.9926470588,
89
  "r": 0.9712230216,
90
- "f": 0.9818181818
91
  },
92
  "PronType": {
93
- "p": 0.976711362,
94
- "r": 0.9664804469,
95
- "f": 0.9715689716
96
  },
97
  "Reflex": {
98
- "p": 1.0,
99
- "r": 1.0,
100
- "f": 1.0
101
  },
102
  "NumType": {
103
- "p": 0.9354005168,
104
- "r": 0.8894348894,
105
- "f": 0.9118387909
106
  },
107
  "Polarity": {
108
- "p": 0.9199721642,
109
- "r": 0.909215956,
110
- "f": 0.9145624351
111
  },
112
  "Hyph": {
113
- "p": 0.9705882353,
114
- "r": 1.0,
115
- "f": 0.9850746269
116
  },
117
  "VerbType": {
118
- "p": 0.9444444444,
119
- "r": 0.8831168831,
120
- "f": 0.9127516779
121
  },
122
  "ConjType": {
123
- "p": 0.9285714286,
124
  "r": 0.9470198675,
125
- "f": 0.937704918
126
  },
127
  "Clitic": {
128
- "p": 0.966507177,
129
- "r": 0.9950738916,
130
- "f": 0.9805825243
131
  },
132
  "Poss": {
133
  "p": 1.0,
@@ -145,24 +145,24 @@
145
  "f": 0.9160305344
146
  },
147
  "Abbr": {
148
- "p": 0.9502487562,
149
- "r": 0.9362745098,
150
- "f": 0.9432098765
151
  },
152
  "Pun": {
153
- "p": 0.9464285714,
154
- "r": 0.9244186047,
155
- "f": 0.9352941176
156
  },
157
  "PunctSide": {
158
  "p": 1.0,
159
- "r": 0.9708333333,
160
- "f": 0.9852008457
161
  },
162
  "Foreign": {
163
- "p": 0.4444444444,
164
  "r": 0.6666666667,
165
- "f": 0.5333333333
166
  },
167
  "Emphatic": {
168
  "p": 1.0,
@@ -175,131 +175,126 @@
175
  "f": 1.0
176
  }
177
  },
178
- "sents_p": 0.9631818182,
179
- "sents_r": 0.9566591422,
180
- "sents_f": 0.9599093998,
181
- "dep_uas": 0.892134479,
182
- "dep_las": 0.8218094375,
183
  "dep_las_per_type": {
184
  "nsubj": {
185
- "p": 0.8674223756,
186
- "r": 0.8712871287,
187
- "f": 0.8693504569
188
  },
189
  "case": {
190
- "p": 0.9689119171,
191
- "r": 0.9742253907,
192
- "f": 0.9715613891
193
  },
194
  "amod": {
195
- "p": 0.9072438163,
196
  "r": 0.9214894572,
197
- "f": 0.9143111507
198
  },
199
  "nmod": {
200
- "p": 0.5831280788,
201
  "r": 0.5874689826,
202
- "f": 0.5852904821
203
  },
204
  "cc": {
205
- "p": 0.8638542665,
206
- "r": 0.8773125609,
207
- "f": 0.870531401
208
  },
209
  "conj": {
210
- "p": 0.664765526,
211
- "r": 0.6811688312,
212
- "f": 0.6728672226
213
  },
214
  "root": {
215
- "p": 0.9391462307,
216
- "r": 0.9336343115,
217
- "f": 0.9363821598
218
  },
219
  "obl": {
220
- "p": 0.7049973133,
221
- "r": 0.7177242888,
222
- "f": 0.7113038764
223
  },
224
  "obl:arg": {
225
- "p": 0.6587202008,
226
- "r": 0.6169212691,
227
- "f": 0.6371359223
228
  },
229
  "nummod": {
230
- "p": 0.8857142857,
231
- "r": 0.8857142857,
232
- "f": 0.8857142857
233
  },
234
  "obj": {
235
- "p": 0.8415022279,
236
- "r": 0.8651832461,
237
- "f": 0.8531784447
238
  },
239
  "advcl": {
240
- "p": 0.7075208914,
241
- "r": 0.7341040462,
242
- "f": 0.7205673759
243
  },
244
  "iobj": {
245
- "p": 0.7400950872,
246
- "r": 0.7262830482,
247
- "f": 0.7331240188
248
  },
249
  "det:numgov": {
250
- "p": 0.9811320755,
251
  "r": 0.8965517241,
252
- "f": 0.9369369369
253
  },
254
  "acl": {
255
- "p": 0.7645833333,
256
- "r": 0.7459349593,
257
- "f": 0.7551440329
258
  },
259
  "fixed": {
260
- "p": 0.8410404624,
261
- "r": 0.7578125,
262
- "f": 0.797260274
263
  },
264
  "nummod:gov": {
265
- "p": 0.8317757009,
266
- "r": 0.8240740741,
267
- "f": 0.8279069767
268
  },
269
  "obl:agent": {
270
- "p": 0.8548387097,
271
- "r": 0.868852459,
272
- "f": 0.8617886179
273
  },
274
  "expl:pv": {
275
- "p": 0.9833887043,
276
- "r": 0.9866666667,
277
- "f": 0.9850249584
278
  },
279
  "nmod:arg": {
280
- "p": 0.6259711432,
281
- "r": 0.6475315729,
282
- "f": 0.6365688488
283
  },
284
  "advmod": {
285
- "p": 0.8210890233,
286
- "r": 0.8482142857,
287
- "f": 0.8344312692
288
  },
289
  "acl:relcl": {
290
- "p": 0.7463768116,
291
- "r": 0.7103448276,
292
- "f": 0.7279151943
293
  },
294
  "advmod:emph": {
295
- "p": 0.715835141,
296
- "r": 0.6846473029,
297
- "f": 0.6998939555
298
- },
299
- "parataxis:insert": {
300
- "p": 0.6291390728,
301
- "r": 0.4679802956,
302
- "f": 0.5367231638
303
  },
304
  "mark": {
305
  "p": 0.8833570413,
@@ -307,44 +302,49 @@
307
  "f": 0.8821022727
308
  },
309
  "ccomp:obj": {
310
- "p": 0.675,
311
  "r": 0.6,
312
- "f": 0.6352941176
313
  },
314
- "appos": {
315
- "p": 0.6531531532,
316
- "r": 0.6066945607,
317
- "f": 0.6290672451
 
 
 
 
 
318
  },
319
  "xcomp": {
320
- "p": 0.9206349206,
321
- "r": 0.9144144144,
322
- "f": 0.9175141243
323
  },
324
  "advmod:neg": {
325
- "p": 0.9589041096,
326
- "r": 0.9668508287,
327
- "f": 0.9628610729
328
  },
329
  "det": {
330
- "p": 0.9206730769,
331
- "r": 0.9184652278,
332
- "f": 0.9195678271
333
  },
334
  "cop": {
335
- "p": 0.8839590444,
336
- "r": 0.875,
337
- "f": 0.8794567063
338
  },
339
  "nsubj:pass": {
340
- "p": 0.7876106195,
341
- "r": 0.8165137615,
342
- "f": 0.8018018018
343
  },
344
  "aux:pass": {
345
- "p": 0.9261744966,
346
- "r": 0.9583333333,
347
- "f": 0.9419795222
348
  },
349
  "aux:imp": {
350
  "p": 1.0,
@@ -352,74 +352,74 @@
352
  "f": 0.9411764706
353
  },
354
  "advcl:cmpr": {
355
- "p": 0.375,
356
- "r": 0.1875,
357
- "f": 0.25
358
  },
359
  "obl:cmpr": {
360
- "p": 0.7142857143,
361
- "r": 0.5617977528,
362
- "f": 0.6289308176
363
  },
364
  "ccomp": {
365
- "p": 0.6334841629,
366
- "r": 0.6542056075,
367
- "f": 0.6436781609
368
  },
369
  "nmod:poss": {
370
- "p": 0.5,
371
  "r": 0.1666666667,
372
- "f": 0.25
 
 
 
 
 
373
  },
374
  "det:poss": {
375
- "p": 1.0,
376
  "r": 0.9593023256,
377
- "f": 0.9792284866
378
  },
379
  "aux": {
380
- "p": 0.871559633,
381
- "r": 0.871559633,
382
- "f": 0.871559633
383
  },
384
  "cc:preconj": {
385
- "p": 0.4545454545,
386
- "r": 0.3846153846,
387
- "f": 0.4166666667
 
 
 
 
 
388
  },
389
  "flat": {
390
- "p": 0.8605442177,
391
- "r": 0.8784722222,
392
- "f": 0.8694158076
393
  },
394
  "xcomp:pred": {
395
- "p": 0.7272727273,
396
- "r": 0.5853658537,
397
- "f": 0.6486486486
398
- },
399
- "amod:flat": {
400
- "p": 0.8445595855,
401
- "r": 0.8624338624,
402
- "f": 0.8534031414
403
  },
404
  "parataxis:obj": {
405
- "p": 0.7806122449,
406
- "r": 0.792746114,
407
- "f": 0.7866323907
408
- },
409
- "dep": {
410
- "p": 0.0,
411
- "r": 0.0,
412
- "f": 0.0
413
  },
414
  "vocative": {
415
- "p": 0.5357142857,
416
- "r": 0.5357142857,
417
- "f": 0.5357142857
418
  },
419
  "aux:cnd": {
420
  "p": 1.0,
421
- "r": 0.625,
422
- "f": 0.7692307692
423
  },
424
  "advmod:arg": {
425
  "p": 0.0,
@@ -427,19 +427,24 @@
427
  "f": 0.0
428
  },
429
  "csubj": {
430
- "p": 0.9285714286,
431
- "r": 0.5909090909,
432
- "f": 0.7222222222
 
 
 
 
 
433
  },
434
  "nmod:flat": {
435
- "p": 0.7721518987,
436
- "r": 0.7625,
437
- "f": 0.7672955975
438
  },
439
  "det:nummod": {
440
- "p": 1.0,
441
  "r": 1.0,
442
- "f": 1.0
443
  },
444
  "nmod:pred": {
445
  "p": 0.0,
@@ -447,19 +452,9 @@
447
  "f": 0.0
448
  },
449
  "ccomp:cleft": {
450
- "p": 0.7894736842,
451
- "r": 0.8823529412,
452
- "f": 0.8333333333
453
- },
454
- "flat:foreign": {
455
- "p": 0.0,
456
- "r": 0.0,
457
- "f": 0.0
458
- },
459
- "list": {
460
- "p": 0.675,
461
- "r": 0.6923076923,
462
- "f": 0.6835443038
463
  },
464
  "xcomp:subj": {
465
  "p": 0.0,
@@ -471,16 +466,16 @@
471
  "r": 0.0,
472
  "f": 0.0
473
  },
474
- "discourse:intj": {
475
- "p": 0.25,
476
- "r": 0.2222222222,
477
- "f": 0.2352941176
478
- },
479
  "advcl:relcl": {
480
  "p": 0.0,
481
  "r": 0.0,
482
  "f": 0.0
483
  },
 
 
 
 
 
484
  "xcomp:cleft": {
485
  "p": 1.0,
486
  "r": 0.6666666667,
@@ -492,42 +487,42 @@
492
  "f": 0.0
493
  }
494
  },
495
- "lemma_acc": 0.9421768214,
496
- "tag_acc": 0.9839339065,
497
- "ents_p": 0.8501607717,
498
- "ents_r": 0.8425748885,
499
- "ents_f": 0.8463508323,
500
  "ents_per_type": {
501
  "placeName": {
502
- "p": 0.8504672897,
503
- "r": 0.8504672897,
504
- "f": 0.8504672897
505
  },
506
  "orgName": {
507
- "p": 0.8026315789,
508
- "r": 0.7820512821,
509
- "f": 0.7922077922
510
  },
511
  "date": {
512
- "p": 0.9,
513
- "r": 0.8333333333,
514
- "f": 0.8653846154
515
  },
516
  "persName": {
517
- "p": 0.898989899,
518
- "r": 0.9035532995,
519
- "f": 0.9012658228
520
  },
521
  "time": {
522
- "p": 0.8518518519,
523
  "r": 0.92,
524
- "f": 0.8846153846
525
  },
526
  "geogName": {
527
- "p": 0.6568627451,
528
- "r": 0.6380952381,
529
- "f": 0.6473429952
530
  }
531
  },
532
- "speed": 6832.7278267642
533
  }
3
  "token_p": 0.99628964,
4
  "token_r": 0.9982863284,
5
  "token_f": 0.9972869848,
6
+ "pos_acc": 0.9782346706,
7
+ "morph_acc": 0.9082463602,
8
+ "morph_micro_p": 0.9566133721,
9
+ "morph_micro_r": 0.9556931008,
10
+ "morph_micro_f": 0.956153015,
11
  "morph_per_feat": {
12
  "Case": {
13
+ "p": 0.9214166773,
14
+ "r": 0.9216527867,
15
+ "f": 0.9215347169
16
  },
17
  "Gender": {
18
+ "p": 0.9400492264,
19
+ "r": 0.9400492264,
20
+ "f": 0.9400492264
21
  },
22
  "Number": {
23
+ "p": 0.9784421715,
24
  "r": 0.977263202,
25
+ "f": 0.9778523314
26
  },
27
  "AdpType": {
28
  "p": 0.9994665244,
30
  "f": 0.9990667911
31
  },
32
  "Variant": {
33
+ "p": 0.9955882353,
34
+ "r": 0.9955882353,
35
+ "f": 0.9955882353
36
  },
37
  "Animacy": {
38
+ "p": 0.8898214919,
39
+ "r": 0.8988535945,
40
+ "f": 0.8943147389
41
  },
42
  "Degree": {
43
+ "p": 0.9515116942,
44
+ "r": 0.9624927871,
45
+ "f": 0.9569707401
46
  },
47
  "Aspect": {
48
+ "p": 0.9490774908,
49
+ "r": 0.9445464561,
50
+ "f": 0.9468065525
51
  },
52
  "Mood": {
53
+ "p": 0.9882384389,
54
+ "r": 0.985603839,
55
+ "f": 0.9869193807
56
  },
57
  "Person": {
58
+ "p": 0.9875252866,
59
+ "r": 0.9832158442,
60
+ "f": 0.9853658537
61
  },
62
  "Tense": {
63
+ "p": 0.9806130469,
64
+ "r": 0.9788179916,
65
+ "f": 0.979714697
66
  },
67
  "VerbForm": {
68
+ "p": 0.9721569336,
69
+ "r": 0.9674343289,
70
+ "f": 0.9697898819
71
  },
72
  "Voice": {
73
+ "p": 0.9818144667,
74
+ "r": 0.9740523008,
75
+ "f": 0.9779179811
76
  },
77
  "PunctType": {
78
+ "p": 0.9986069998,
79
+ "r": 0.9977383438,
80
+ "f": 0.9981724828
81
  },
82
  "NumForm": {
83
+ "p": 0.9735772358,
84
+ "r": 0.9716024341,
85
+ "f": 0.9725888325
86
  },
87
  "PrepCase": {
88
+ "p": 0.9830097087,
89
  "r": 0.9712230216,
90
+ "f": 0.9770808203
91
  },
92
  "PronType": {
93
+ "p": 0.9728011303,
94
+ "r": 0.9615921788,
95
+ "f": 0.9671641791
96
  },
97
  "Reflex": {
98
+ "p": 0.9986263736,
99
+ "r": 0.9986263736,
100
+ "f": 0.9986263736
101
  },
102
  "NumType": {
103
+ "p": 0.9107142857,
104
+ "r": 0.8771498771,
105
+ "f": 0.8936170213
106
  },
107
  "Polarity": {
108
+ "p": 0.9183531054,
109
+ "r": 0.9050894085,
110
+ "f": 0.911673017
111
  },
112
  "Hyph": {
113
+ "p": 1.0,
114
+ "r": 0.9696969697,
115
+ "f": 0.9846153846
116
  },
117
  "VerbType": {
118
+ "p": 0.9411764706,
119
+ "r": 0.9350649351,
120
+ "f": 0.9381107492
121
  },
122
  "ConjType": {
123
+ "p": 0.9166666667,
124
  "r": 0.9470198675,
125
+ "f": 0.9315960912
126
  },
127
  "Clitic": {
128
+ "p": 0.9707317073,
129
+ "r": 0.9802955665,
130
+ "f": 0.9754901961
131
  },
132
  "Poss": {
133
  "p": 1.0,
145
  "f": 0.9160305344
146
  },
147
  "Abbr": {
148
+ "p": 0.9264705882,
149
+ "r": 0.9264705882,
150
+ "f": 0.9264705882
151
  },
152
  "Pun": {
153
+ "p": 0.9341317365,
154
+ "r": 0.9069767442,
155
+ "f": 0.9203539823
156
  },
157
  "PunctSide": {
158
  "p": 1.0,
159
+ "r": 0.975,
160
+ "f": 0.9873417722
161
  },
162
  "Foreign": {
163
+ "p": 0.3636363636,
164
  "r": 0.6666666667,
165
+ "f": 0.4705882353
166
  },
167
  "Emphatic": {
168
  "p": 1.0,
175
  "f": 1.0
176
  }
177
  },
178
+ "sents_p": 0.9716636197,
179
+ "sents_r": 0.9598194131,
180
+ "sents_f": 0.965705201,
181
+ "dep_uas": 0.8928976035,
182
+ "dep_las": 0.8216924578,
183
  "dep_las_per_type": {
184
  "nsubj": {
185
+ "p": 0.8615459883,
186
+ "r": 0.8717821782,
187
+ "f": 0.8666338583
188
  },
189
  "case": {
190
+ "p": 0.9670479303,
191
+ "r": 0.9736769948,
192
+ "f": 0.9703511409
193
  },
194
  "amod": {
195
+ "p": 0.914922049,
196
  "r": 0.9214894572,
197
+ "f": 0.9181940098
198
  },
199
  "nmod": {
200
+ "p": 0.5596926714,
201
  "r": 0.5874689826,
202
+ "f": 0.5732445521
203
  },
204
  "cc": {
205
+ "p": 0.8849129594,
206
+ "r": 0.8909444985,
207
+ "f": 0.8879184862
208
  },
209
  "conj": {
210
+ "p": 0.6624203822,
211
+ "r": 0.6753246753,
212
+ "f": 0.6688102894
213
  },
214
  "root": {
215
+ "p": 0.9410958904,
216
+ "r": 0.9304740406,
217
+ "f": 0.9357548241
218
  },
219
  "obl": {
220
+ "p": 0.7086272382,
221
+ "r": 0.7144420131,
222
+ "f": 0.7115227458
223
  },
224
  "obl:arg": {
225
+ "p": 0.6857855362,
226
+ "r": 0.6462984724,
227
+ "f": 0.6654567453
228
  },
229
  "nummod": {
230
+ "p": 0.8482758621,
231
+ "r": 0.8785714286,
232
+ "f": 0.8631578947
233
  },
234
  "obj": {
235
+ "p": 0.8325991189,
236
+ "r": 0.8658376963,
237
+ "f": 0.8488931665
238
  },
239
  "advcl": {
240
+ "p": 0.675900277,
241
+ "r": 0.7052023121,
242
+ "f": 0.6902404526
243
  },
244
  "iobj": {
245
+ "p": 0.7777777778,
246
+ "r": 0.7076205288,
247
+ "f": 0.7410423453
248
  },
249
  "det:numgov": {
250
+ "p": 1.0,
251
  "r": 0.8965517241,
252
+ "f": 0.9454545455
253
  },
254
  "acl": {
255
+ "p": 0.7662601626,
256
+ "r": 0.7662601626,
257
+ "f": 0.7662601626
258
  },
259
  "fixed": {
260
+ "p": 0.868902439,
261
+ "r": 0.7421875,
262
+ "f": 0.8005617978
263
  },
264
  "nummod:gov": {
265
+ "p": 0.8431372549,
266
+ "r": 0.7962962963,
267
+ "f": 0.819047619
268
  },
269
  "obl:agent": {
270
+ "p": 0.8965517241,
271
+ "r": 0.8524590164,
272
+ "f": 0.8739495798
273
  },
274
  "expl:pv": {
275
+ "p": 0.9733777038,
276
+ "r": 0.975,
277
+ "f": 0.9741881765
278
  },
279
  "nmod:arg": {
280
+ "p": 0.6242905789,
281
+ "r": 0.6314580941,
282
+ "f": 0.6278538813
283
  },
284
  "advmod": {
285
+ "p": 0.8320278503,
286
+ "r": 0.8535714286,
287
+ "f": 0.8426619656
288
  },
289
  "acl:relcl": {
290
+ "p": 0.7071428571,
291
+ "r": 0.6827586207,
292
+ "f": 0.6947368421
293
  },
294
  "advmod:emph": {
295
+ "p": 0.7167755991,
296
+ "r": 0.6825726141,
297
+ "f": 0.6992561105
 
 
 
 
 
298
  },
299
  "mark": {
300
  "p": 0.8833570413,
302
  "f": 0.8821022727
303
  },
304
  "ccomp:obj": {
305
+ "p": 0.7297297297,
306
  "r": 0.6,
307
+ "f": 0.6585365854
308
  },
309
+ "amod:flat": {
310
+ "p": 0.8229166667,
311
+ "r": 0.835978836,
312
+ "f": 0.8293963255
313
+ },
314
+ "dep": {
315
+ "p": 0.0,
316
+ "r": 0.0,
317
+ "f": 0.0
318
  },
319
  "xcomp": {
320
+ "p": 0.9192825112,
321
+ "r": 0.9234234234,
322
+ "f": 0.9213483146
323
  },
324
  "advmod:neg": {
325
+ "p": 0.9642857143,
326
+ "r": 0.9696132597,
327
+ "f": 0.9669421488
328
  },
329
  "det": {
330
+ "p": 0.9367396594,
331
+ "r": 0.9232613909,
332
+ "f": 0.9299516908
333
  },
334
  "cop": {
335
+ "p": 0.8835616438,
336
+ "r": 0.8716216216,
337
+ "f": 0.8775510204
338
  },
339
  "nsubj:pass": {
340
+ "p": 0.8378378378,
341
+ "r": 0.8532110092,
342
+ "f": 0.8454545455
343
  },
344
  "aux:pass": {
345
+ "p": 0.9375,
346
+ "r": 0.9375,
347
+ "f": 0.9375
348
  },
349
  "aux:imp": {
350
  "p": 1.0,
352
  "f": 0.9411764706
353
  },
354
  "advcl:cmpr": {
355
+ "p": 0.625,
356
+ "r": 0.3125,
357
+ "f": 0.4166666667
358
  },
359
  "obl:cmpr": {
360
+ "p": 0.6625,
361
+ "r": 0.595505618,
362
+ "f": 0.6272189349
363
  },
364
  "ccomp": {
365
+ "p": 0.6380090498,
366
+ "r": 0.6588785047,
367
+ "f": 0.6482758621
368
  },
369
  "nmod:poss": {
370
+ "p": 1.0,
371
  "r": 0.1666666667,
372
+ "f": 0.2857142857
373
+ },
374
+ "parataxis:insert": {
375
+ "p": 0.5428571429,
376
+ "r": 0.4679802956,
377
+ "f": 0.5026455026
378
  },
379
  "det:poss": {
380
+ "p": 0.9939759036,
381
  "r": 0.9593023256,
382
+ "f": 0.9763313609
383
  },
384
  "aux": {
385
+ "p": 0.8571428571,
386
+ "r": 0.880733945,
387
+ "f": 0.8687782805
388
  },
389
  "cc:preconj": {
390
+ "p": 0.5833333333,
391
+ "r": 0.5384615385,
392
+ "f": 0.56
393
+ },
394
+ "appos": {
395
+ "p": 0.6607142857,
396
+ "r": 0.6192468619,
397
+ "f": 0.6393088553
398
  },
399
  "flat": {
400
+ "p": 0.8615916955,
401
+ "r": 0.8645833333,
402
+ "f": 0.863084922
403
  },
404
  "xcomp:pred": {
405
+ "p": 0.8,
406
+ "r": 0.6829268293,
407
+ "f": 0.7368421053
 
 
 
 
 
408
  },
409
  "parataxis:obj": {
410
+ "p": 0.7535545024,
411
+ "r": 0.8238341969,
412
+ "f": 0.7871287129
 
 
 
 
 
413
  },
414
  "vocative": {
415
+ "p": 0.6666666667,
416
+ "r": 0.5,
417
+ "f": 0.5714285714
418
  },
419
  "aux:cnd": {
420
  "p": 1.0,
421
+ "r": 0.75,
422
+ "f": 0.8571428571
423
  },
424
  "advmod:arg": {
425
  "p": 0.0,
427
  "f": 0.0
428
  },
429
  "csubj": {
430
+ "p": 0.75,
431
+ "r": 0.6818181818,
432
+ "f": 0.7142857143
433
+ },
434
+ "list": {
435
+ "p": 0.7105263158,
436
+ "r": 0.6923076923,
437
+ "f": 0.7012987013
438
  },
439
  "nmod:flat": {
440
+ "p": 0.8101265823,
441
+ "r": 0.8,
442
+ "f": 0.8050314465
443
  },
444
  "det:nummod": {
445
+ "p": 0.9166666667,
446
  "r": 1.0,
447
+ "f": 0.9565217391
448
  },
449
  "nmod:pred": {
450
  "p": 0.0,
452
  "f": 0.0
453
  },
454
  "ccomp:cleft": {
455
+ "p": 0.8,
456
+ "r": 0.9411764706,
457
+ "f": 0.8648648649
 
 
 
 
 
 
 
 
 
 
458
  },
459
  "xcomp:subj": {
460
  "p": 0.0,
466
  "r": 0.0,
467
  "f": 0.0
468
  },
 
 
 
 
 
469
  "advcl:relcl": {
470
  "p": 0.0,
471
  "r": 0.0,
472
  "f": 0.0
473
  },
474
+ "discourse:intj": {
475
+ "p": 0.1666666667,
476
+ "r": 0.1111111111,
477
+ "f": 0.1333333333
478
+ },
479
  "xcomp:cleft": {
480
  "p": 1.0,
481
  "r": 0.6666666667,
487
  "f": 0.0
488
  }
489
  },
490
+ "lemma_acc": 0.942641148,
491
+ "tag_acc": 0.9835071032,
492
+ "ents_p": 0.8497109827,
493
+ "ents_r": 0.8432122371,
494
+ "ents_f": 0.8464491363,
495
  "ents_per_type": {
496
  "placeName": {
497
+ "p": 0.8481308411,
498
+ "r": 0.8481308411,
499
+ "f": 0.8481308411
500
  },
501
  "orgName": {
502
+ "p": 0.7774086379,
503
+ "r": 0.75,
504
+ "f": 0.7634584013
505
  },
506
  "date": {
507
+ "p": 0.9215686275,
508
+ "r": 0.8703703704,
509
+ "f": 0.8952380952
510
  },
511
  "persName": {
512
+ "p": 0.9008264463,
513
+ "r": 0.9221658206,
514
+ "f": 0.9113712375
515
  },
516
  "time": {
517
+ "p": 0.8846153846,
518
  "r": 0.92,
519
+ "f": 0.9019607843
520
  },
521
  "geogName": {
522
+ "p": 0.6736842105,
523
+ "r": 0.6095238095,
524
+ "f": 0.64
525
  }
526
  },
527
+ "speed": 7858.7320046471
528
  }
lemmatizer/cfg CHANGED
@@ -110,202 +110,202 @@
110
  228,
111
  230,
112
  232,
113
- 235,
 
114
  237,
115
- 238,
116
- 240,
117
- 242,
118
  244,
119
- 247,
120
- 249,
121
- 251,
122
- 253,
123
- 255,
124
- 257,
125
- 259,
 
126
  261,
127
  263,
128
- 264,
129
  266,
130
- 269,
131
- 271,
132
- 275,
133
- 277,
134
  279,
135
- 282,
136
- 284,
137
- 286,
138
- 288,
139
  290,
140
- 293,
141
- 295,
142
- 297,
143
- 299,
144
- 303,
145
- 305,
146
- 307,
147
- 309,
148
- 311,
149
- 313,
150
- 315,
151
- 317,
152
- 321,
153
- 323,
154
- 325,
155
- 327,
156
- 329,
157
- 331,
158
- 333,
159
- 336,
 
160
  338,
161
- 339,
162
- 341,
163
- 343,
164
- 345,
165
- 347,
166
- 349,
167
  351,
168
- 352,
169
- 354,
170
  356,
171
  358,
172
- 359,
173
- 361,
174
- 365,
175
- 367,
176
- 369,
177
- 371,
178
  373,
179
  375,
180
- 377,
181
- 379,
182
- 381,
 
183
  384,
184
  386,
185
- 387,
186
  389,
187
  391,
188
  392,
189
- 393,
190
- 395,
191
- 397,
192
  399,
193
  401,
194
  403,
195
  405,
196
  407,
197
  409,
 
198
  413,
199
  415,
200
  417,
201
- 419,
202
  421,
203
  423,
204
  425,
205
  427,
206
- 429,
207
- 431,
208
- 433,
209
- 435,
210
  436,
211
  438,
212
  440,
213
- 441,
214
- 443,
215
  445,
216
  447,
217
  449,
218
- 451,
 
219
  454,
220
  456,
221
  458,
222
- 462,
223
  463,
224
- 466,
225
  467,
226
- 469,
227
  471,
228
- 472,
229
  474,
230
- 476,
231
  477,
232
  479,
233
- 481,
234
- 483,
 
235
  485,
236
- 486,
237
- 488,
238
  491,
239
- 493,
 
240
  495,
 
241
  498,
242
- 500,
243
- 502,
244
  505,
245
- 506,
246
  508,
247
  510,
248
- 513,
249
  515,
250
  517,
251
  519,
252
- 521,
253
- 523,
254
- 525,
255
- 527,
256
- 531,
257
- 533,
258
- 535,
259
- 537,
260
- 539,
261
  540,
262
- 541,
263
  542,
264
- 543,
265
- 545,
266
- 547,
267
  549,
268
- 233,
269
  551,
270
  552,
271
- 553,
272
  556,
273
  558,
 
274
  560,
275
- 562,
276
  564,
277
  566,
278
  568,
279
- 569,
280
- 571,
281
  573,
282
  575,
283
- 578,
284
  579,
285
- 581,
286
  583,
287
  585,
288
  587,
289
- 588,
290
- 590,
291
- 592,
292
- 596,
293
- 598,
294
- 600,
295
  601,
296
  603,
297
- 605,
298
- 607,
299
- 609,
300
- 611,
301
- 613,
302
  614,
303
  616,
304
- 618,
305
- 620,
306
- 622,
307
  623,
308
- 625,
309
  626,
310
  628,
311
  630,
@@ -326,33 +326,33 @@
326
  661,
327
  663,
328
  664,
329
- 666,
330
  667,
331
- 670,
332
- 672,
333
- 674,
334
- 676,
335
- 678,
 
336
  681,
337
- 683,
338
- 685,
339
- 687,
340
- 691,
341
- 693,
342
- 695,
343
  696,
344
  698,
345
- 699,
346
- 701,
347
  702,
348
- 706,
349
- 708,
350
  709,
351
  710,
 
352
  712,
353
  714,
354
  716,
355
- 719,
356
  721,
357
  723,
358
  725,
@@ -366,23 +366,22 @@
366
  741,
367
  743,
368
  745,
369
- 746,
370
- 748,
371
- 750,
372
- 752,
373
- 754,
374
- 756,
375
- 758,
376
  759,
377
- 761,
378
  762,
379
  764,
380
  766,
381
  768,
382
  770,
383
  771,
384
- 772,
385
- 775,
386
  777,
387
  779,
388
  781,
@@ -391,8 +390,8 @@
391
  786,
392
  787,
393
  789,
394
- 790,
395
- 793,
396
  795,
397
  798,
398
  801,
@@ -402,102 +401,104 @@
402
  809,
403
  811,
404
  813,
405
- 815,
406
  818,
407
  820,
408
  822,
409
  824,
410
- 826,
411
  827,
412
- 829,
413
  833,
414
  835,
415
- 837,
416
- 838,
417
  841,
418
  843,
419
- 845,
420
- 847,
421
  850,
422
- 851,
423
- 853,
424
- 855,
425
- 857,
426
  859,
427
  861,
428
  863,
429
- 864,
430
- 866,
431
- 868,
432
- 870,
433
- 872,
434
- 874,
435
  876,
436
- 880,
437
  881,
438
- 884,
439
- 886,
440
- 888,
 
441
  890,
442
- 892,
443
- 894,
444
  895,
445
- 897,
446
- 899,
447
  900,
448
- 902,
449
- 904,
450
  905,
451
  907,
452
  909,
453
  911,
454
- 913,
455
- 915,
456
  916,
457
- 918,
458
- 920,
459
  921,
460
  923,
461
- 925,
462
  926,
463
- 928,
464
  931,
465
  933,
466
  935,
467
  937,
468
- 939,
469
  940,
470
  942,
471
  944,
472
  946,
473
  948,
474
  950,
 
475
  952,
476
- 953,
477
- 954,
478
- 957,
479
  958,
480
  960,
481
  962,
482
  964,
483
  966,
484
- 968,
485
  969,
486
  971,
487
  973,
488
  975,
 
489
  977,
490
  978,
491
  979,
492
- 980,
493
  981,
494
  983,
495
  985,
496
  987,
497
  989,
498
  991,
 
 
499
  993,
500
- 995,
501
  996,
502
  998,
503
  999,
@@ -509,7 +510,6 @@
509
  1008,
510
  1010,
511
  1012,
512
- 988,
513
  1015,
514
  1016,
515
  1018,
@@ -528,43 +528,42 @@
528
  1041,
529
  1043,
530
  1045,
 
531
  1049,
532
  1050,
533
  1051,
534
- 1052,
535
- 1055,
536
- 1057,
537
- 1059,
538
- 1061,
539
- 1063,
540
  1065,
541
  1066,
542
- 1067,
543
- 1069,
544
- 1071,
545
  1073,
546
- 1074,
547
- 1076,
548
- 1078,
549
- 1080,
550
- 1082,
551
  1083,
552
  1085,
553
- 1086,
554
- 567,
555
- 1088,
556
  1090,
557
- 1091,
558
  1092,
559
- 1094,
560
- 1096,
561
- 1098,
562
  1099,
563
  1100,
564
  1101,
565
- 1103,
566
- 1107,
567
  1108,
 
568
  1110,
569
  1112,
570
  1114,
@@ -575,227 +574,226 @@
575
  1121,
576
  1122,
577
  1124,
578
- 1125,
579
- 1127,
580
- 1130,
581
  1132,
582
- 1133,
583
- 1135,
584
  1137,
585
- 1138,
586
  1140,
587
- 1141,
588
  1143,
589
  1144,
590
- 1145,
591
  1147,
592
  1149,
593
- 1150,
594
  1152,
595
- 1153,
596
- 1156,
597
  1158,
598
- 1159,
599
  1161,
600
- 1162,
601
  1163,
602
  1164,
603
- 1165,
604
  1166,
 
605
  1168,
 
606
  1170,
607
  1171,
608
  1173,
609
- 1174,
610
  1175,
611
  1176,
612
- 1177,
613
  1179,
614
  1180,
615
  1181,
 
616
  1183,
617
- 1184,
618
  1185,
619
  1186,
620
- 1188,
621
  1189,
 
 
622
  1192,
623
  1193,
624
- 1194,
625
  1195,
626
- 1197,
 
627
  1200,
628
- 1203,
 
629
  1204,
630
- 1206,
631
- 1208,
632
  1210,
633
  1211,
634
- 1214,
635
  1215,
636
- 1219,
 
637
  1221,
638
- 1223,
639
- 1225,
640
  1226,
641
  1228,
642
  1230,
643
  1232,
644
- 1234,
645
- 1236,
646
- 1238,
647
  1239,
648
- 1240,
649
- 1242,
650
  1243,
651
- 1244,
652
  1246,
653
  1247,
654
- 1248,
655
  1250,
656
- 1252,
 
 
657
  1254,
 
 
658
  1258,
659
- 1259,
660
  1260,
661
- 1263,
662
- 1265,
663
  1267,
664
  1269,
665
- 1270,
666
  1271,
667
- 1274,
668
- 1276,
669
- 1278,
670
- 1280,
671
- 1283,
672
- 1285,
 
673
  1287,
674
  1288,
675
- 1289,
676
- 1291,
677
  1293,
678
- 1294,
679
- 1296,
680
  1298,
681
- 1299,
682
- 1301,
683
  1303,
684
- 1304,
685
- 1306,
686
  1308,
687
  1309,
688
- 1310,
689
- 1312,
690
- 1314,
691
  1317,
692
- 1318,
693
  1320,
694
- 1321,
695
  1323,
696
  1324,
697
  1325,
698
- 1326,
699
  1330,
700
- 1331,
701
  1334,
702
- 1335,
703
- 1337,
704
- 1339,
705
  1341,
706
- 1343,
707
  1344,
708
  1345,
709
  1347,
710
  1348,
711
  1350,
712
  1351,
 
713
  1353,
714
- 1354,
715
  1355,
716
- 1356,
717
- 1358,
718
  1360,
 
719
  1363,
 
720
  1365,
721
- 1366,
722
  1367,
723
- 426,
724
  1368,
725
  1369,
726
- 1371,
727
  1372,
728
  1375,
729
  1376,
730
  1377,
731
  1378,
732
- 1380,
 
733
  1383,
734
- 1384,
735
  1385,
736
- 1386,
737
  1387,
738
  1389,
739
- 1390,
740
  1391,
741
  1393,
742
  1395,
743
  1396,
744
  1398,
745
  1400,
746
- 1402,
747
- 1403,
748
- 1405,
749
  1407,
750
- 1410,
 
751
  1412,
752
  1413,
753
- 1414,
754
  1417,
755
  1418,
756
- 1419,
757
  1422,
758
  1423,
 
759
  1425,
760
  1426,
761
- 1428,
 
762
  1430,
763
  1431,
764
- 1432,
765
- 1433,
766
  1434,
 
767
  1436,
768
- 1437,
769
  1438,
770
- 1439,
771
  1442,
772
  1443,
773
  1444,
774
- 1446,
 
 
775
  1449,
776
  1450,
777
- 1451,
778
- 1453,
779
  1454,
780
  1456,
781
  1458,
782
  1460,
 
783
  1462,
784
- 1464,
785
  1465,
786
- 1466,
787
- 1469,
788
- 1471,
789
  1472,
 
 
790
  1476,
791
- 1477,
792
  1478,
793
- 1480,
794
- 1482,
795
- 1484,
796
- 1489,
797
- 1491,
798
- 1492,
799
  1493,
800
  1496,
801
  1497,
@@ -806,7 +804,7 @@
806
  1504,
807
  1505,
808
  1506,
809
- 1507,
810
  1509,
811
  1510,
812
  1512,
@@ -816,919 +814,916 @@
816
  1517,
817
  1518,
818
  1519,
819
- 1521,
820
  1522,
821
  1524,
822
- 1525,
823
  1527,
824
- 1528,
825
- 1530,
826
  1532,
827
- 1533,
 
828
  1536,
829
- 1537,
830
  1540,
831
- 1541,
832
- 1543,
833
  1545,
834
  1546,
835
- 1547,
836
- 1550,
837
- 1553,
838
  1555,
839
  1556,
840
  1558,
841
- 1560,
 
842
  1562,
843
  1563,
844
- 1565,
845
- 1566,
846
- 1567,
847
  1568,
 
 
848
  1572,
849
  1573,
 
850
  1575,
851
- 1576,
852
- 1577,
853
  1579,
854
- 1580,
855
  1582,
856
  1584,
857
- 1588,
 
 
858
  1590,
859
- 1593,
860
  1594,
861
- 1596,
862
  1597,
863
- 1599,
864
- 1601,
865
- 1602,
866
  1603,
 
867
  1606,
868
- 1607,
869
- 1609,
870
- 1612,
 
871
  1615,
872
- 1616,
873
  1617,
874
  1619,
875
- 1621,
 
876
  1623,
877
  1624,
 
 
878
  1627,
879
- 1628,
880
- 1630,
881
  1632,
882
- 1633,
883
- 1635,
884
  1636,
885
- 1637,
886
  1638,
887
  1639,
888
  1640,
889
- 1641,
890
- 1643,
891
- 1645,
892
  1646,
893
  1648,
894
- 1650,
895
  1651,
896
- 1653,
897
  1654,
898
  1655,
899
  1657,
900
- 1659,
901
- 1661,
 
902
  1663,
903
  1665,
904
- 1666,
905
  1668,
 
906
  1670,
907
  1672,
908
  1673,
909
  1675,
910
  1677,
911
- 1678,
912
  1679,
913
  1680,
914
  1681,
 
915
  1683,
916
  1684,
917
- 1685,
918
- 1686,
919
- 1687,
920
- 1589,
921
  1688,
 
922
  1692,
923
- 1694,
 
924
  1696,
925
- 1697,
926
  1699,
927
  1700,
 
928
  1703,
929
  1704,
 
930
  1706,
931
  1707,
932
  1708,
933
- 1709,
934
  1711,
935
- 1713,
936
- 1715,
937
  1716,
938
  1717,
939
- 1719,
 
940
  1721,
941
  1722,
942
  1724,
943
  1726,
944
  1727,
945
- 1729,
946
- 1730,
947
  1731,
 
948
  1733,
 
949
  1735,
950
  1736,
951
  1737,
952
- 1740,
953
- 1741,
954
  1742,
955
  1743,
956
  1744,
957
- 1745,
958
  1746,
959
- 1747,
960
  1748,
961
- 1749,
962
  1750,
963
  1752,
 
964
  1754,
965
  1756,
966
  1757,
967
- 1758,
968
  1760,
969
- 1761,
970
- 1763,
971
- 1765,
972
  1767,
973
- 1770,
974
- 1772,
975
- 1774,
976
- 1776,
 
977
  1778,
978
  1780,
979
  1781,
 
980
  1783,
981
  1784,
982
  1785,
983
  1786,
984
- 1787,
985
  1788,
986
  1789,
987
  1790,
988
- 1791,
989
- 1793,
990
  1794,
991
- 1795,
992
- 1797,
993
- 1799,
994
- 1801,
995
  1803,
996
  1805,
997
- 1807,
998
- 1808,
999
  1810,
1000
- 1811,
1001
- 1814,
1002
  1815,
 
 
1003
  1820,
1004
  1822,
1005
- 1824,
1006
  1825,
1007
  1827,
1008
  1828,
1009
- 1831,
 
1010
  1833,
1011
  1834,
1012
- 1835,
1013
- 1836,
1014
  1839,
1015
  1840,
1016
- 1843,
1017
  1844,
1018
  1845,
1019
  1846,
1020
  1848,
1021
- 1849,
1022
  1850,
1023
- 1852,
1024
- 1854,
1025
  1857,
1026
- 1859,
1027
  1861,
1028
- 1862,
1029
- 1865,
 
1030
  1867,
1031
  1868,
 
1032
  1870,
1033
- 1871,
1034
  1872,
1035
  1873,
1036
- 1874,
1037
  1876,
1038
- 1877,
1039
- 1880,
1040
- 1883,
1041
- 1885,
1042
  1886,
1043
- 1889,
 
1044
  1891,
 
1045
  1893,
1046
  1895,
1047
- 1896,
1048
  1897,
1049
  1898,
1050
- 1900,
 
1051
  1902,
1052
- 1903,
1053
  1904,
1054
- 1905,
1055
  1907,
1056
  1908,
1057
  1910,
1058
- 1913,
1059
  1914,
1060
- 1915,
1061
- 1917,
1062
  1918,
1063
  1920,
1064
  1922,
1065
  1924,
1066
- 1926,
1067
  1928,
1068
  1930,
1069
  1932,
1070
- 1936,
 
 
1071
  1938,
1072
  1940,
1073
  1942,
1074
- 1943,
1075
- 1945,
1076
  1946,
1077
  1948,
1078
- 1950,
 
1079
  1952,
1080
  1954,
1081
- 1956,
1082
  1957,
1083
  1959,
1084
  1960,
1085
  1962,
1086
  1963,
1087
  1965,
1088
- 1967,
1089
  1969,
1090
  1970,
1091
  1971,
1092
  1973,
1093
  1974,
1094
- 1976,
1095
  1977,
1096
- 1981,
1097
- 1982,
1098
  1983,
1099
  1984,
1100
- 1986,
1101
  1987,
1102
  1988,
1103
- 1991,
1104
  1992,
1105
  1994,
 
1106
  1997,
1107
  1998,
1108
  1999,
1109
- 2001,
1110
  2002,
 
1111
  2004,
1112
  2006,
 
1113
  2008,
1114
- 2010,
1115
  2011,
1116
- 2012,
1117
  2013,
1118
- 2014,
1119
- 2016,
1120
  2017,
1121
  2018,
1122
- 2019,
1123
  2020,
1124
  2022,
1125
  2023,
1126
  2024,
1127
- 2027,
1128
- 2029,
1129
- 2031,
 
1130
  2033,
1131
  2034,
1132
  2036,
1133
  2037,
1134
- 2039,
1135
  2040,
1136
- 2041,
1137
  2042,
1138
- 2043,
1139
- 2045,
1140
  2046,
1141
- 2048,
 
1142
  2050,
 
1143
  2052,
1144
  2053,
1145
- 2055,
1146
  2056,
1147
- 310,
1148
- 2057,
1149
  2058,
1150
  2060,
1151
- 2062,
1152
  2063,
1153
  2065,
1154
  2066,
1155
- 2068,
1156
  2069,
 
1157
  2071,
1158
- 2073,
1159
- 2075,
1160
  2076,
 
1161
  2078,
1162
- 2080,
1163
- 2081,
1164
  2082,
1165
  2084,
1166
- 2085,
1167
  2086,
1168
  2087,
 
1169
  2089,
1170
- 2091,
1171
- 2092,
1172
  2093,
1173
- 2097,
 
1174
  2099,
 
1175
  2101,
1176
  2102,
1177
- 2103,
1178
  2104,
1179
- 2105,
1180
  2108,
1181
- 2112,
 
1182
  2113,
1183
- 2114,
1184
  2115,
1185
  2117,
 
1186
  2119,
1187
- 2121,
1188
  2123,
1189
- 2124,
1190
- 2126,
1191
- 2127,
1192
  2128,
1193
  2129,
1194
  2132,
 
1195
  2134,
1196
  2135,
 
 
1197
  2138,
1198
- 2139,
1199
  2142,
1200
  2143,
1201
  2144,
1202
- 2147,
1203
  2148,
1204
  2149,
1205
  2150,
 
 
1206
  2154,
1207
  2155,
1208
  2156,
1209
- 2158,
 
1210
  2160,
1211
  2161,
1212
  2162,
1213
- 2164,
1214
  2165,
1215
- 2166,
1216
  2167,
1217
  2168,
1218
  2169,
1219
  2170,
1220
- 2171,
1221
  2172,
 
1222
  2175,
1223
- 2177,
1224
  2178,
1225
  2179,
1226
  2180,
1227
- 2182,
1228
- 2184,
1229
  2185,
1230
  2186,
1231
- 2188,
1232
  2189,
1233
  2190,
1234
  2191,
1235
  2192,
 
1236
  2194,
1237
- 2195,
1238
  2196,
1239
- 2197,
1240
  2199,
1241
- 2200,
1242
  2201,
1243
  2202,
1244
  2203,
1245
- 2204,
1246
  2205,
1247
- 2206,
1248
  2207,
1249
- 2209,
1250
- 2211,
1251
  2212,
1252
  2214,
1253
- 2215,
1254
  2216,
1255
  2218,
1256
  2220,
1257
  2221,
 
 
 
1258
  2225,
1259
- 2227,
1260
  2229,
1261
  2231,
1262
  2233,
1263
  2235,
1264
  2236,
1265
  2237,
1266
- 2238,
1267
  2239,
1268
- 2240,
1269
  2241,
1270
- 2245,
 
1271
  2247,
1272
- 2249,
1273
- 2251,
1274
  2252,
1275
  2253,
1276
- 2255,
1277
- 2257,
1278
- 2259,
1279
  2260,
1280
- 2262,
 
1281
  2265,
1282
  2266,
 
1283
  2268,
 
1284
  2270,
1285
- 2271,
1286
  2272,
1287
  2274,
1288
  2276,
1289
- 2278,
1290
  2279,
 
1291
  2281,
1292
- 2283,
1293
  2284,
1294
- 2285,
1295
  2286,
1296
- 2287,
1297
  2288,
1298
  2290,
1299
- 2292,
 
1300
  2294,
 
1301
  2297,
1302
  2298,
1303
- 2299,
1304
  2302,
1305
- 2304,
1306
  2306,
1307
  2308,
1308
  2309,
 
1309
  2311,
1310
  2312,
1311
  2314,
1312
- 2315,
1313
  2316,
1314
- 2319,
1315
- 2320,
1316
  2323,
1317
  2325,
 
1318
  2327,
1319
- 2329,
1320
  2332,
1321
  2334,
1322
  2336,
1323
  2337,
1324
  2338,
1325
- 2339,
 
1326
  2343,
1327
  2345,
 
1328
  2347,
1329
  2348,
1330
  2350,
1331
  2352,
1332
  2353,
1333
- 2355,
1334
  2356,
1335
- 2357,
1336
  2358,
1337
- 2360,
1338
- 2362,
1339
  2363,
1340
  2364,
1341
  2366,
 
1342
  2368,
1343
- 2369,
1344
  2371,
 
1345
  2373,
1346
  2374,
1347
  2376,
1348
  2377,
1349
- 2379,
1350
- 2381,
1351
  2382,
1352
- 2383,
1353
  2385,
1354
  2386,
 
1355
  2389,
1356
- 2391,
 
 
1357
  2394,
1358
- 2395,
1359
  2396,
1360
- 2397,
1361
  2398,
1362
- 2399,
1363
- 2401,
1364
- 2402,
1365
  2404,
1366
- 2405,
1367
- 2406,
1368
- 2407,
1369
  2409,
1370
- 2411,
1371
- 2417,
 
 
 
1372
  2422,
 
1373
  2426,
1374
  2427,
1375
  2428,
1376
- 2431,
1377
- 2434,
1378
- 2435,
1379
- 2438,
1380
  2439,
1381
  2440,
1382
- 2442,
 
1383
  2445,
 
 
 
1384
  2449,
 
1385
  2451,
1386
  2452,
1387
  2453,
 
 
1388
  2456,
1389
- 2457,
1390
  2458,
1391
  2459,
1392
- 2460,
1393
  2461,
1394
  2462,
1395
  2463,
1396
  2464,
1397
- 2465,
1398
  2466,
1399
- 2467,
1400
  2468,
1401
  2469,
1402
  2471,
1403
  2472,
1404
- 2474,
1405
  2475,
1406
- 2476,
1407
- 2477,
1408
  2479,
1409
  2481,
1410
  2483,
1411
- 2484,
1412
  2485,
1413
  2486,
1414
- 2487,
1415
- 2488,
1416
  2489,
1417
  2490,
1418
  2491,
1419
- 2493,
1420
- 2494,
1421
- 2498,
1422
  2500,
1423
  2502,
1424
  2504,
1425
- 2505,
1426
  2508,
1427
- 2509,
1428
- 2510,
1429
  2511,
1430
- 2514,
 
 
1431
  2518,
1432
  2519,
1433
- 2521,
1434
- 2523,
1435
- 2525,
1436
- 2527,
 
1437
  2530,
1438
- 2531,
1439
- 2534,
1440
  2535,
1441
  2537,
1442
- 2538,
1443
- 2539,
1444
  2540,
1445
  2542,
 
1446
  2544,
1447
- 2548,
 
1448
  2549,
1449
- 2550,
1450
- 2552,
1451
  2554,
1452
  2556,
 
1453
  2558,
1454
- 2561,
1455
  2563,
1456
- 2564,
1457
  2565,
1458
- 2567,
1459
- 2569,
1460
- 2571,
 
1461
  2573,
1462
- 2576,
 
1463
  2578,
 
1464
  2580,
1465
  2581,
1466
  2583,
 
1467
  2586,
1468
  2588,
1469
  2589,
1470
- 2591,
1471
  2593,
1472
  2595,
1473
  2596,
1474
  2597,
1475
- 2598,
1476
  2601,
1477
  2602,
1478
- 2603,
1479
  2604,
1480
- 2606,
1481
  2608,
1482
  2609,
1483
  2611,
1484
  2612,
 
 
1485
  2615,
 
1486
  2617,
1487
  2618,
1488
  2619,
 
 
 
1489
  2623,
1490
- 2624,
1491
- 2626,
1492
  2630,
1493
- 2631,
1494
  2633,
1495
  2634,
1496
  2635,
1497
  2636,
1498
- 2637,
1499
  2638,
1500
  2639,
1501
  2640,
1502
  2641,
1503
  2642,
1504
  2643,
1505
- 2644,
1506
  2645,
1507
  2646,
1508
- 2647,
1509
  2648,
 
1510
  2650,
1511
- 2653,
 
 
1512
  2655,
1513
- 2656,
1514
  2658,
1515
- 2659,
1516
  2660,
1517
  2661,
1518
- 2662,
1519
- 2663,
1520
- 2665,
1521
- 2666,
1522
  2667,
1523
  2668,
1524
  2669,
 
1525
  2671,
1526
- 2672,
1527
  2674,
1528
- 2675,
1529
  2676,
1530
- 2677,
1531
  2678,
 
1532
  2680,
1533
  2681,
1534
- 2682,
1535
  2683,
1536
- 2685,
1537
- 2688,
1538
- 2691,
 
 
1539
  2692,
1540
- 2693,
1541
- 2695,
1542
- 2696,
1543
  2698,
1544
  2701,
1545
- 2703,
 
1546
  2705,
1547
  2706,
1548
  2707,
1549
- 2708,
1550
  2710,
1551
- 1220,
1552
- 2711,
1553
- 2714,
1554
- 2716,
1555
  2717,
1556
  2719,
1557
- 2725,
1558
- 2728,
1559
- 2729,
1560
- 2730,
 
1561
  2731,
1562
  2732,
1563
- 2733,
1564
- 2734,
1565
  2735,
1566
  2737,
1567
- 2738,
1568
  2740,
 
1569
  2742,
1570
  2744,
1571
- 2746,
1572
- 2747,
1573
  2748,
 
1574
  2751,
1575
- 2753,
1576
- 2754,
1577
  2755,
1578
- 2759,
 
 
1579
  2761,
1580
- 2762,
1581
  2763,
1582
- 2764,
1583
  2765,
1584
- 2766,
1585
- 2553,
1586
- 2767,
1587
  2768,
1588
  2770,
 
1589
  2772,
1590
  2773,
1591
  2774,
1592
- 2775,
1593
- 2777,
1594
  2781,
1595
  2782,
 
1596
  2784,
1597
  2785,
 
1598
  2788,
1599
- 2789,
1600
- 2792,
1601
- 2793,
1602
  2795,
1603
- 2797,
 
1604
  2800,
 
1605
  2802,
1606
  2803,
1607
- 2804,
1608
  2805,
 
 
1609
  2809,
1610
  2811,
1611
- 2812,
1612
  2813,
1613
  2814,
1614
  2815,
1615
- 2817,
1616
  2818,
1617
  2820,
1618
  2821,
1619
- 2822,
1620
  2825,
1621
  2826,
 
1622
  2828,
1623
- 2830,
1624
- 2831,
1625
  2832,
 
1626
  2834,
 
1627
  2836,
1628
  2837,
1629
- 2838,
1630
- 2840,
1631
  2841,
1632
  2843,
1633
  2844,
1634
- 2845,
 
1635
  2848,
1636
- 2850,
1637
  2851,
1638
- 2853,
1639
- 2855,
1640
  2856,
1641
- 2857,
1642
  2858,
1643
- 2859,
1644
- 2862,
1645
  2863,
1646
  2864,
1647
- 2865,
1648
  2866,
1649
  2868,
1650
  2870,
1651
- 2871,
1652
  2873,
1653
- 2874,
1654
- 2875,
1655
  2876,
1656
  2878,
1657
- 2879,
1658
  2881,
1659
  2883,
1660
  2885,
1661
  2887,
1662
- 2888,
1663
- 2890,
1664
  2891,
 
1665
  2893,
 
1666
  2895,
1667
  2897,
1668
- 2898,
1669
  2901,
1670
  2902,
1671
- 2905,
1672
- 2907,
1673
  2909,
 
1674
  2911,
1675
  2913,
1676
- 2915,
1677
  2916,
1678
- 2917,
1679
  2918,
1680
  2919,
 
1681
  2921,
1682
  2922,
 
1683
  2924,
1684
- 2925,
1685
  2927,
 
1686
  2931,
 
 
1687
  2934,
1688
- 2935,
1689
  2936,
1690
- 2937,
1691
  2939,
1692
  2941,
1693
  2944,
1694
  2946,
1695
  2947,
1696
  2948,
 
1697
  2950,
1698
- 2951,
1699
- 2954,
1700
  2955,
1701
- 2956,
1702
- 2959,
 
1703
  2961,
 
1704
  2963,
1705
- 2964,
1706
- 2966,
1707
  2969,
1708
- 2971,
1709
  2972,
1710
- 2973,
1711
- 2974,
1712
  2975,
1713
- 2977,
1714
- 2980,
 
 
1715
  2982,
1716
- 2984,
1717
  2985,
1718
- 2986,
1719
  2987,
 
 
 
1720
  2991,
1721
  2992,
1722
- 2993,
1723
  2994,
 
1724
  2996,
 
 
1725
  2999,
1726
- 3000,
1727
- 3002,
1728
- 3004,
1729
  3005,
1730
  3007,
1731
- 3008,
1732
  3010,
1733
  3012,
1734
  3013,
@@ -1736,178 +1731,175 @@
1736
  3016,
1737
  3017,
1738
  3018,
1739
- 3019,
1740
  3020,
1741
  3021,
1742
- 3022,
1743
  3024,
 
1744
  3026,
1745
  3028,
1746
- 3029,
 
 
1747
  3032,
1748
- 3034,
1749
  3035,
1750
- 3036,
1751
  3037,
1752
- 3039,
1753
  3040,
1754
  3041,
1755
  3042,
1756
  3043,
1757
  3044,
1758
- 3046,
1759
- 3048,
1760
  3049,
1761
  3050,
1762
  3052,
1763
- 1561,
1764
- 3054,
1765
  3055,
1766
- 3056,
1767
  3057,
1768
- 3058,
1769
  3059,
1770
  3060,
1771
  3061,
1772
- 3063,
 
1773
  3065,
1774
  3068,
1775
- 3069,
1776
  3070,
1777
- 3071,
1778
- 3072,
1779
- 3075,
1780
- 3077,
1781
  3078,
 
1782
  3080,
1783
  3081,
1784
  3082,
 
1785
  3084,
 
1786
  3086,
1787
- 3088,
1788
  3089,
1789
- 3090,
1790
  3091,
1791
- 3093,
1792
- 3095,
1793
  3096,
1794
- 3099,
1795
- 3101,
 
1796
  3104,
1797
  3105,
1798
  3106,
1799
  3108,
1800
- 3110,
1801
  3111,
1802
- 3112,
1803
- 3113,
1804
  3114,
1805
- 3115,
1806
  3116,
1807
  3117,
1808
  3118,
1809
- 3120,
1810
  3122,
1811
  3124,
 
1812
  3126,
1813
  3128,
1814
- 3131,
1815
  3132,
1816
  3133,
1817
  3134,
 
1818
  3136,
 
1819
  3137,
1820
- 3139,
 
1821
  3142,
1822
  3144,
1823
- 3145,
1824
  3146,
 
 
1825
  3149,
1826
- 3150,
1827
  3152,
1828
  3153,
1829
  3154,
1830
  3156,
1831
- 3158,
 
1832
  3160,
1833
  3161,
1834
- 3162,
1835
  3163,
1836
  3164,
1837
- 3165,
1838
- 3166,
1839
  3167,
1840
  3168,
 
1841
  3170,
1842
- 3172,
1843
  3174,
1844
- 3176,
1845
  3177,
1846
- 3178,
1847
  3179,
 
1848
  3181,
1849
  3182,
1850
- 3183,
1851
  3184,
1852
- 3185,
1853
  3187,
1854
  3188,
1855
- 3189,
1856
  3191,
1857
- 3192,
1858
  3195,
1859
  3196,
1860
  3197,
1861
- 3199,
1862
  3200,
1863
- 3203,
1864
- 3205,
1865
- 3207,
1866
  3208,
1867
  3209,
1868
  3210,
1869
  3211,
 
1870
  3213,
 
1871
  3215,
1872
  3216,
1873
  3217,
 
1874
  3219,
1875
  3221,
1876
- 3223,
1877
  3224,
1878
  3225,
1879
  3226,
1880
  3228,
1881
  3229,
1882
- 1712,
1883
- 3230,
1884
- 3232,
1885
  3234,
1886
  3236,
1887
- 3237,
1888
  3238,
1889
  3239,
1890
  3240,
1891
  3241,
1892
  3242,
1893
  3243,
1894
- 3244,
1895
  3245,
1896
  3246,
1897
  3247,
1898
  3248,
1899
  3250,
1900
  3251,
1901
- 3253,
1902
  3254,
1903
- 3255,
1904
- 3257,
1905
  3258,
1906
- 3260,
 
1907
  3262,
1908
  3263,
 
1909
  3265,
1910
- 3267,
1911
  3268,
1912
  3269,
1913
  3270,
@@ -1916,16 +1908,16 @@
1916
  3274,
1917
  3276,
1918
  3277,
1919
- 3278,
1920
  3279,
1921
  3281,
1922
- 3282,
1923
- 3285,
 
 
 
1924
  3289,
1925
- 3290,
1926
- 3292,
1927
  3293,
1928
- 3295,
1929
  3296,
1930
  3297,
1931
  3298,
@@ -1933,231 +1925,218 @@
1933
  3300,
1934
  3302,
1935
  3303,
 
1936
  3304,
1937
- 3305,
1938
  3306,
1939
- 3308,
1940
- 3310,
 
1941
  3312,
 
1942
  3314,
1943
  3316,
1944
  3317,
1945
  3318,
1946
  3320,
1947
- 3321,
1948
  3322,
1949
  3323,
1950
  3325,
1951
- 3327,
 
 
1952
  3330,
1953
  3331,
1954
- 3332,
1955
  3333,
1956
- 3334,
1957
- 3335,
1958
- 3337,
1959
  3338,
1960
- 3339,
1961
  3340,
1962
- 3341,
1963
  3343,
1964
  3344,
 
1965
  3346,
1966
- 3347,
1967
  3348,
1968
- 3350,
1969
- 3351,
1970
  3352,
1971
  3353,
1972
- 3355,
1973
- 3357,
1974
  3358,
1975
- 3360,
1976
- 1578,
1977
  3361,
 
1978
  3363,
1979
  3364,
1980
  3365,
1981
- 3366,
1982
  3368,
1983
- 3369,
1984
- 3372,
1985
  3373,
1986
  3375,
 
1987
  3377,
1988
  3379,
1989
  3380,
1990
  3381,
1991
- 3382,
1992
- 3384,
1993
  3385,
1994
- 3388,
1995
- 3390,
 
1996
  3392,
1997
  3393,
1998
  3394,
 
1999
  3396,
2000
- 3397,
2001
  3398,
2002
- 3399,
2003
- 3401,
2004
- 3402,
2005
  3403,
2006
  3405,
 
2007
  3408,
2008
  3410,
2009
- 3411,
2010
  3412,
 
2011
  3414,
2012
- 3415,
2013
  3417,
2014
- 3419,
2015
  3420,
2016
  3421,
2017
  3422,
 
 
2018
  3425,
 
2019
  3427,
2020
- 3428,
2021
- 3429,
2022
  3430,
2023
- 3431,
2024
  3433,
 
 
2025
  3438,
2026
- 3440,
2027
  3441,
2028
- 3443,
2029
- 3445,
2030
- 3446,
2031
  3447,
2032
- 3450,
2033
  3452,
2034
  3453,
2035
  3454,
 
2036
  3457,
2037
  3459,
2038
- 3460,
2039
- 3461,
2040
- 3464,
2041
  3465,
2042
  3466,
 
 
2043
  3469,
2044
- 3470,
2045
  3472,
 
2046
  3475,
 
 
2047
  3477,
 
 
2048
  3480,
2049
  3481,
 
2050
  3483,
 
2051
  3485,
2052
- 1964,
 
 
2053
  3489,
 
2054
  3491,
2055
- 3492,
2056
  3493,
2057
  3494,
 
 
2058
  3497,
2059
  3498,
2060
- 3499,
2061
  3501,
2062
  3502,
2063
  3503,
2064
- 3504,
2065
  3505,
2066
- 3506,
2067
- 3507,
2068
  3508,
2069
  3509,
2070
  3510,
2071
  3511,
2072
- 3512,
2073
  3513,
2074
- 3514,
2075
  3515,
2076
- 3516,
2077
  3517,
2078
  3518,
2079
  3519,
2080
  3520,
2081
- 3521,
2082
  3523,
2083
  3524,
 
2084
  3527,
2085
  3528,
2086
  3529,
2087
- 3530,
2088
- 3531,
2089
  3533,
2090
  3534,
2091
  3535,
2092
- 3536,
2093
  3538,
2094
- 3541,
2095
  3542,
2096
  3544,
2097
  3546,
2098
  3547,
 
2099
  3549,
2100
- 3550,
2101
  3551,
 
2102
  3554,
2103
  3555,
2104
  3556,
2105
- 3558,
2106
  3559,
2107
- 3560,
 
2108
  3563,
2109
  3564,
2110
  3565,
2111
  3566,
2112
  3567,
 
2113
  3570,
2114
  3571,
2115
  3572,
2116
- 3575,
2117
- 3577,
2118
  3579,
2119
  3580,
2120
  3581,
2121
- 3582,
2122
  3584,
2123
- 3586,
2124
  3587,
2125
  3588,
2126
- 3589,
2127
- 3592,
2128
- 3594,
2129
  3595,
2130
- 3596,
2131
- 3597,
2132
  3598,
2133
- 3599,
2134
  3601,
2135
- 3602,
2136
  3603,
2137
  3604,
2138
  3605,
 
2139
  3607,
2140
- 3609,
 
2141
  3613,
2142
- 3614,
2143
  3616,
2144
- 3618,
 
2145
  3621,
2146
  3623,
2147
  3625,
2148
- 3628,
2149
- 3631,
2150
- 3633,
2151
- 3634,
2152
- 3635,
2153
- 3636,
2154
- 3637,
2155
- 3640,
2156
- 3642,
2157
- 3645,
2158
- 3648,
2159
- 3650,
2160
- 3652,
2161
- 3653
2162
  ]
2163
  }
110
  228,
111
  230,
112
  232,
113
+ 234,
114
+ 236,
115
  237,
116
+ 239,
117
+ 241,
 
118
  244,
119
+ 246,
120
+ 248,
121
+ 250,
122
+ 252,
123
+ 254,
124
+ 256,
125
+ 258,
126
+ 260,
127
  261,
128
  263,
 
129
  266,
130
+ 268,
131
+ 272,
132
+ 274,
133
+ 276,
134
  279,
135
+ 281,
136
+ 283,
137
+ 285,
138
+ 287,
139
  290,
140
+ 292,
141
+ 294,
142
+ 296,
143
+ 300,
144
+ 302,
145
+ 304,
146
+ 306,
147
+ 308,
148
+ 310,
149
+ 312,
150
+ 314,
151
+ 316,
152
+ 320,
153
+ 322,
154
+ 324,
155
+ 326,
156
+ 328,
157
+ 330,
158
+ 332,
159
+ 335,
160
+ 337,
161
  338,
162
+ 340,
163
+ 342,
164
+ 344,
165
+ 346,
166
+ 348,
167
+ 350,
168
  351,
169
+ 353,
170
+ 355,
171
  356,
172
  358,
173
+ 360,
174
+ 362,
175
+ 364,
176
+ 368,
177
+ 370,
178
+ 372,
179
  373,
180
  375,
181
+ 376,
182
+ 378,
183
+ 380,
184
+ 382,
185
  384,
186
  386,
 
187
  389,
188
  391,
189
  392,
190
+ 394,
191
+ 396,
192
+ 398,
193
  399,
194
  401,
195
  403,
196
  405,
197
  407,
198
  409,
199
+ 411,
200
  413,
201
  415,
202
  417,
 
203
  421,
204
  423,
205
  425,
206
  427,
207
+ 428,
208
+ 430,
209
+ 432,
210
+ 434,
211
  436,
212
  438,
213
  440,
214
+ 442,
215
+ 444,
216
  445,
217
  447,
218
  449,
219
+ 450,
220
+ 452,
221
  454,
222
  456,
223
  458,
224
+ 460,
225
  463,
226
+ 465,
227
  467,
 
228
  471,
 
229
  474,
230
+ 475,
231
  477,
232
  479,
233
+ 480,
234
+ 482,
235
+ 484,
236
  485,
237
+ 487,
238
+ 489,
239
  491,
240
+ 492,
241
+ 494,
242
  495,
243
+ 497,
244
  498,
245
+ 501,
246
+ 503,
247
  505,
 
248
  508,
249
  510,
250
+ 512,
251
  515,
252
  517,
253
  519,
254
+ 522,
255
+ 524,
256
+ 526,
257
+ 528,
258
+ 530,
259
+ 532,
260
+ 534,
261
+ 536,
 
262
  540,
 
263
  542,
264
+ 544,
265
+ 546,
266
+ 548,
267
  549,
268
+ 550,
269
  551,
270
  552,
271
+ 554,
272
  556,
273
  558,
274
+ 359,
275
  560,
276
+ 561,
277
  564,
278
  566,
279
  568,
280
+ 570,
281
+ 572,
282
  573,
283
  575,
284
+ 577,
285
  579,
286
+ 582,
287
  583,
288
  585,
289
  587,
290
+ 589,
291
+ 591,
292
+ 593,
293
+ 595,
294
+ 599,
 
295
  601,
296
  603,
297
+ 604,
298
+ 606,
299
+ 608,
300
+ 610,
301
+ 612,
302
  614,
303
  616,
304
+ 617,
305
+ 619,
306
+ 621,
307
  623,
308
+ 624,
309
  626,
310
  628,
311
  630,
326
  661,
327
  663,
328
  664,
329
+ 665,
330
  667,
331
+ 668,
332
+ 671,
333
+ 673,
334
+ 675,
335
+ 677,
336
+ 679,
337
  681,
338
+ 684,
339
+ 686,
340
+ 688,
341
+ 690,
342
+ 694,
 
343
  696,
344
  698,
345
+ 700,
 
346
  702,
347
+ 703,
348
+ 707,
349
  709,
350
  710,
351
+ 711,
352
  712,
353
  714,
354
  716,
355
+ 718,
356
  721,
357
  723,
358
  725,
366
  741,
367
  743,
368
  745,
369
+ 747,
370
+ 749,
371
+ 751,
372
+ 753,
373
+ 755,
374
+ 757,
 
375
  759,
376
+ 760,
377
  762,
378
  764,
379
  766,
380
  768,
381
  770,
382
  771,
383
+ 774,
384
+ 776,
385
  777,
386
  779,
387
  781,
390
  786,
391
  787,
392
  789,
393
+ 792,
394
+ 794,
395
  795,
396
  798,
397
  801,
401
  809,
402
  811,
403
  813,
404
+ 816,
405
  818,
406
  820,
407
  822,
408
  824,
409
+ 825,
410
  827,
411
+ 831,
412
  833,
413
  835,
414
+ 836,
415
+ 839,
416
  841,
417
  843,
418
+ 846,
419
+ 848,
420
  850,
421
+ 852,
422
+ 854,
423
+ 856,
424
+ 858,
425
  859,
426
  861,
427
  863,
428
+ 865,
429
+ 867,
430
+ 869,
431
+ 871,
432
+ 875,
 
433
  876,
434
+ 879,
435
  881,
436
+ 883,
437
+ 885,
438
+ 887,
439
+ 889,
440
  890,
441
+ 891,
442
+ 893,
443
  895,
444
+ 896,
445
+ 898,
446
  900,
447
+ 901,
448
+ 903,
449
  905,
450
  907,
451
  909,
452
  911,
453
+ 912,
454
+ 914,
455
  916,
456
+ 917,
457
+ 919,
458
  921,
459
  923,
460
+ 924,
461
  926,
462
+ 929,
463
  931,
464
  933,
465
  935,
466
  937,
467
+ 938,
468
  940,
469
  942,
470
  944,
471
  946,
472
  948,
473
  950,
474
+ 951,
475
  952,
476
+ 955,
477
+ 956,
 
478
  958,
479
  960,
480
  962,
481
  964,
482
  966,
483
+ 967,
484
  969,
485
  971,
486
  973,
487
  975,
488
+ 976,
489
  977,
490
  978,
491
  979,
 
492
  981,
493
  983,
494
  985,
495
  987,
496
  989,
497
  991,
498
+ 992,
499
+ 986,
500
  993,
501
+ 994,
502
  996,
503
  998,
504
  999,
510
  1008,
511
  1010,
512
  1012,
 
513
  1015,
514
  1016,
515
  1018,
528
  1041,
529
  1043,
530
  1045,
531
+ 1048,
532
  1049,
533
  1050,
534
  1051,
535
+ 1054,
536
+ 1056,
537
+ 1058,
538
+ 1060,
539
+ 1062,
540
+ 1064,
541
  1065,
542
  1066,
543
+ 1068,
544
+ 1070,
545
+ 1072,
546
  1073,
547
+ 1075,
548
+ 1077,
549
+ 1079,
550
+ 1081,
 
551
  1083,
552
  1085,
553
+ 1087,
554
+ 1089,
 
555
  1090,
 
556
  1092,
557
+ 1093,
558
+ 1095,
559
+ 1097,
560
  1099,
561
  1100,
562
  1101,
563
+ 1102,
564
+ 1104,
565
  1108,
566
+ 1109,
567
  1110,
568
  1112,
569
  1114,
574
  1121,
575
  1122,
576
  1124,
577
+ 1126,
578
+ 1129,
579
+ 1131,
580
  1132,
581
+ 1134,
582
+ 1136,
583
  1137,
584
+ 1139,
585
  1140,
586
+ 1142,
587
  1143,
588
  1144,
 
589
  1147,
590
  1149,
591
+ 1151,
592
  1152,
593
+ 1154,
594
+ 1155,
595
  1158,
 
596
  1161,
 
597
  1163,
598
  1164,
 
599
  1166,
600
+ 1167,
601
  1168,
602
+ 1169,
603
  1170,
604
  1171,
605
  1173,
 
606
  1175,
607
  1176,
608
+ 1178,
609
  1179,
610
  1180,
611
  1181,
612
+ 1182,
613
  1183,
 
614
  1185,
615
  1186,
616
+ 1187,
617
  1189,
618
+ 1190,
619
+ 1191,
620
  1192,
621
  1193,
 
622
  1195,
623
+ 1196,
624
+ 1199,
625
  1200,
626
+ 1201,
627
+ 1202,
628
  1204,
629
+ 1207,
 
630
  1210,
631
  1211,
632
+ 1213,
633
  1215,
634
+ 1217,
635
+ 1218,
636
  1221,
637
+ 1222,
 
638
  1226,
639
  1228,
640
  1230,
641
  1232,
642
+ 1233,
643
+ 1235,
644
+ 1237,
645
  1239,
646
+ 1241,
 
647
  1243,
648
+ 1245,
649
  1246,
650
  1247,
651
+ 1249,
652
  1250,
653
+ 1251,
654
+ 315,
655
+ 1253,
656
  1254,
657
+ 1255,
658
+ 1256,
659
  1258,
 
660
  1260,
661
+ 1262,
662
+ 1266,
663
  1267,
664
  1269,
 
665
  1271,
666
+ 1272,
667
+ 1275,
668
+ 1277,
669
+ 1279,
670
+ 1282,
671
+ 1284,
672
+ 1286,
673
  1287,
674
  1288,
675
+ 1290,
676
+ 1292,
677
  1293,
678
+ 1295,
679
+ 1297,
680
  1298,
681
+ 1300,
682
+ 1302,
683
  1303,
684
+ 1305,
685
+ 1307,
686
  1308,
687
  1309,
688
+ 1311,
689
+ 1313,
690
+ 1316,
691
  1317,
692
+ 1319,
693
  1320,
694
+ 1322,
695
  1323,
696
  1324,
697
  1325,
698
+ 1329,
699
  1330,
700
+ 1333,
701
  1334,
702
+ 1336,
703
+ 1338,
704
+ 1340,
705
  1341,
706
+ 1342,
707
  1344,
708
  1345,
709
  1347,
710
  1348,
711
  1350,
712
  1351,
713
+ 1352,
714
  1353,
 
715
  1355,
716
+ 1357,
 
717
  1360,
718
+ 1362,
719
  1363,
720
+ 1364,
721
  1365,
 
722
  1367,
 
723
  1368,
724
  1369,
725
+ 1370,
726
  1372,
727
  1375,
728
  1376,
729
  1377,
730
  1378,
731
+ 1379,
732
+ 1381,
733
  1383,
 
734
  1385,
 
735
  1387,
736
  1389,
 
737
  1391,
738
  1393,
739
  1395,
740
  1396,
741
  1398,
742
  1400,
743
+ 1401,
744
+ 1404,
745
+ 1406,
746
  1407,
747
+ 1408,
748
+ 1411,
749
  1412,
750
  1413,
751
+ 1416,
752
  1417,
753
  1418,
754
+ 1420,
755
  1422,
756
  1423,
757
+ 1424,
758
  1425,
759
  1426,
760
+ 1427,
761
+ 1429,
762
  1430,
763
  1431,
 
 
764
  1434,
765
+ 1435,
766
  1436,
 
767
  1438,
768
+ 1441,
769
  1442,
770
  1443,
771
  1444,
772
+ 1445,
773
+ 1447,
774
+ 1448,
775
  1449,
776
  1450,
777
+ 1452,
 
778
  1454,
779
  1456,
780
  1458,
781
  1460,
782
+ 1461,
783
  1462,
 
784
  1465,
785
+ 1467,
786
+ 1468,
 
787
  1472,
788
+ 1473,
789
+ 1474,
790
  1476,
 
791
  1478,
792
+ 1483,
793
+ 1485,
794
+ 1486,
795
+ 1487,
796
+ 1490,
 
797
  1493,
798
  1496,
799
  1497,
804
  1504,
805
  1505,
806
  1506,
807
+ 1508,
808
  1509,
809
  1510,
810
  1512,
814
  1517,
815
  1518,
816
  1519,
817
+ 1520,
818
  1522,
819
  1524,
820
+ 1526,
821
  1527,
822
+ 1529,
823
+ 1531,
824
  1532,
825
+ 1535,
826
+ 435,
827
  1536,
828
+ 1539,
829
  1540,
830
+ 1542,
831
+ 1544,
832
  1545,
833
  1546,
834
+ 1549,
835
+ 1552,
836
+ 1554,
837
  1555,
838
  1556,
839
  1558,
840
+ 1559,
841
+ 1561,
842
  1562,
843
  1563,
844
+ 1564,
 
 
845
  1568,
846
+ 1569,
847
+ 1571,
848
  1572,
849
  1573,
850
+ 1574,
851
  1575,
 
 
852
  1579,
 
853
  1582,
854
  1584,
855
+ 1586,
856
+ 1587,
857
+ 1589,
858
  1590,
859
+ 1591,
860
  1594,
861
+ 1595,
862
  1597,
863
+ 1600,
 
 
864
  1603,
865
+ 1604,
866
  1606,
867
+ 1608,
868
+ 1610,
869
+ 1611,
870
+ 1614,
871
  1615,
 
872
  1617,
873
  1619,
874
+ 1620,
875
+ 1622,
876
  1623,
877
  1624,
878
+ 1625,
879
+ 1626,
880
  1627,
881
+ 1629,
882
+ 1631,
883
  1632,
884
+ 1634,
 
885
  1636,
 
886
  1638,
887
  1639,
888
  1640,
889
+ 1642,
890
+ 1644,
 
891
  1646,
892
  1648,
893
+ 1649,
894
  1651,
895
+ 1652,
896
  1654,
897
  1655,
898
  1657,
899
+ 1658,
900
+ 1660,
901
+ 1662,
902
  1663,
903
  1665,
904
+ 1667,
905
  1668,
906
+ 1669,
907
  1670,
908
  1672,
909
  1673,
910
  1675,
911
  1677,
 
912
  1679,
913
  1680,
914
  1681,
915
+ 1682,
916
  1683,
917
  1684,
 
 
 
 
918
  1688,
919
+ 1690,
920
  1692,
921
+ 1693,
922
+ 1695,
923
  1696,
 
924
  1699,
925
  1700,
926
+ 1701,
927
  1703,
928
  1704,
929
+ 1705,
930
  1706,
931
  1707,
932
  1708,
933
+ 1710,
934
  1711,
935
+ 1712,
936
+ 1714,
937
  1716,
938
  1717,
939
+ 1718,
940
+ 1720,
941
  1721,
942
  1722,
943
  1724,
944
  1726,
945
  1727,
946
+ 1728,
 
947
  1731,
948
+ 1732,
949
  1733,
950
+ 1734,
951
  1735,
952
  1736,
953
  1737,
954
+ 1738,
955
+ 1739,
956
  1742,
957
  1743,
958
  1744,
 
959
  1746,
 
960
  1748,
 
961
  1750,
962
  1752,
963
+ 1753,
964
  1754,
965
  1756,
966
  1757,
967
+ 1759,
968
  1760,
969
+ 1762,
970
+ 1764,
971
+ 307,
972
  1767,
973
+ 1769,
974
+ 1771,
975
+ 1773,
976
+ 1775,
977
+ 1777,
978
  1778,
979
  1780,
980
  1781,
981
+ 1782,
982
  1783,
983
  1784,
984
  1785,
985
  1786,
 
986
  1788,
987
  1789,
988
  1790,
989
+ 1792,
 
990
  1794,
991
+ 1796,
992
+ 1798,
993
+ 1800,
994
+ 1802,
995
  1803,
996
  1805,
997
+ 1806,
998
+ 1809,
999
  1810,
 
 
1000
  1815,
1001
+ 1817,
1002
+ 1819,
1003
  1820,
1004
  1822,
1005
+ 1823,
1006
  1825,
1007
  1827,
1008
  1828,
1009
+ 1829,
1010
+ 1830,
1011
  1833,
1012
  1834,
1013
+ 1837,
1014
+ 1838,
1015
  1839,
1016
  1840,
1017
+ 1842,
1018
  1844,
1019
  1845,
1020
  1846,
1021
  1848,
 
1022
  1850,
1023
+ 1853,
1024
+ 1855,
1025
  1857,
1026
+ 1858,
1027
  1861,
1028
+ 1863,
1029
+ 1864,
1030
+ 1866,
1031
  1867,
1032
  1868,
1033
+ 1869,
1034
  1870,
 
1035
  1872,
1036
  1873,
 
1037
  1876,
1038
+ 1879,
1039
+ 1881,
1040
+ 1884,
 
1041
  1886,
1042
+ 1888,
1043
+ 1890,
1044
  1891,
1045
+ 1892,
1046
  1893,
1047
  1895,
 
1048
  1897,
1049
  1898,
1050
+ 1899,
1051
+ 1901,
1052
  1902,
 
1053
  1904,
 
1054
  1907,
1055
  1908,
1056
  1910,
1057
+ 1912,
1058
  1914,
1059
+ 1916,
 
1060
  1918,
1061
  1920,
1062
  1922,
1063
  1924,
 
1064
  1928,
1065
  1930,
1066
  1932,
1067
+ 1934,
1068
+ 1935,
1069
+ 1937,
1070
  1938,
1071
  1940,
1072
  1942,
1073
+ 1944,
 
1074
  1946,
1075
  1948,
1076
+ 1949,
1077
+ 1951,
1078
  1952,
1079
  1954,
1080
+ 1955,
1081
  1957,
1082
  1959,
1083
  1960,
1084
  1962,
1085
  1963,
1086
  1965,
 
1087
  1969,
1088
  1970,
1089
  1971,
1090
  1973,
1091
  1974,
 
1092
  1977,
1093
+ 1978,
1094
+ 1980,
1095
  1983,
1096
  1984,
1097
+ 1985,
1098
  1987,
1099
  1988,
1100
+ 1990,
1101
  1992,
1102
  1994,
1103
+ 1996,
1104
  1997,
1105
  1998,
1106
  1999,
1107
+ 2000,
1108
  2002,
1109
+ 2003,
1110
  2004,
1111
  2006,
1112
+ 2007,
1113
  2008,
 
1114
  2011,
 
1115
  2013,
1116
+ 2015,
 
1117
  2017,
1118
  2018,
 
1119
  2020,
1120
  2022,
1121
  2023,
1122
  2024,
1123
+ 2026,
1124
+ 2028,
1125
+ 2030,
1126
+ 2032,
1127
  2033,
1128
  2034,
1129
  2036,
1130
  2037,
1131
+ 2038,
1132
  2040,
 
1133
  2042,
1134
+ 2044,
 
1135
  2046,
1136
+ 2047,
1137
+ 2049,
1138
  2050,
1139
+ 2051,
1140
  2052,
1141
  2053,
1142
+ 2054,
1143
  2056,
 
 
1144
  2058,
1145
  2060,
1146
+ 2061,
1147
  2063,
1148
  2065,
1149
  2066,
1150
+ 2067,
1151
  2069,
1152
+ 2070,
1153
  2071,
1154
+ 2072,
1155
+ 2074,
1156
  2076,
1157
+ 2077,
1158
  2078,
 
 
1159
  2082,
1160
  2084,
 
1161
  2086,
1162
  2087,
1163
+ 2088,
1164
  2089,
1165
+ 2090,
 
1166
  2093,
1167
+ 2094,
1168
+ 2098,
1169
  2099,
1170
+ 2100,
1171
  2101,
1172
  2102,
 
1173
  2104,
1174
+ 2106,
1175
  2108,
1176
+ 2110,
1177
+ 2111,
1178
  2113,
 
1179
  2115,
1180
  2117,
1181
+ 2118,
1182
  2119,
1183
+ 2120,
1184
  2123,
1185
+ 2125,
 
 
1186
  2128,
1187
  2129,
1188
  2132,
1189
+ 2133,
1190
  2134,
1191
  2135,
1192
+ 2136,
1193
+ 2137,
1194
  2138,
 
1195
  2142,
1196
  2143,
1197
  2144,
1198
+ 2146,
1199
  2148,
1200
  2149,
1201
  2150,
1202
+ 2152,
1203
+ 2153,
1204
  2154,
1205
  2155,
1206
  2156,
1207
+ 2157,
1208
+ 2159,
1209
  2160,
1210
  2161,
1211
  2162,
 
1212
  2165,
 
1213
  2167,
1214
  2168,
1215
  2169,
1216
  2170,
 
1217
  2172,
1218
+ 2174,
1219
  2175,
1220
+ 2176,
1221
  2178,
1222
  2179,
1223
  2180,
1224
+ 2181,
1225
+ 2183,
1226
  2185,
1227
  2186,
1228
+ 2187,
1229
  2189,
1230
  2190,
1231
  2191,
1232
  2192,
1233
+ 2193,
1234
  2194,
 
1235
  2196,
1236
+ 2198,
1237
  2199,
 
1238
  2201,
1239
  2202,
1240
  2203,
 
1241
  2205,
 
1242
  2207,
1243
+ 2208,
 
1244
  2212,
1245
  2214,
 
1246
  2216,
1247
  2218,
1248
  2220,
1249
  2221,
1250
+ 2222,
1251
+ 2223,
1252
+ 2224,
1253
  2225,
 
1254
  2229,
1255
  2231,
1256
  2233,
1257
  2235,
1258
  2236,
1259
  2237,
 
1260
  2239,
 
1261
  2241,
1262
+ 2243,
1263
+ 2244,
1264
  2247,
1265
+ 2248,
1266
+ 2250,
1267
  2252,
1268
  2253,
1269
+ 2254,
1270
+ 2256,
1271
+ 2258,
1272
  2260,
1273
+ 2261,
1274
+ 2263,
1275
  2265,
1276
  2266,
1277
+ 2267,
1278
  2268,
1279
+ 2269,
1280
  2270,
 
1281
  2272,
1282
  2274,
1283
  2276,
 
1284
  2279,
1285
+ 2280,
1286
  2281,
 
1287
  2284,
 
1288
  2286,
 
1289
  2288,
1290
  2290,
1291
+ 2291,
1292
+ 2293,
1293
  2294,
1294
+ 2296,
1295
  2297,
1296
  2298,
1297
+ 2301,
1298
  2302,
1299
+ 2303,
1300
  2306,
1301
  2308,
1302
  2309,
1303
+ 2310,
1304
  2311,
1305
  2312,
1306
  2314,
 
1307
  2316,
1308
+ 2318,
1309
+ 2321,
1310
  2323,
1311
  2325,
1312
+ 2326,
1313
  2327,
1314
+ 2328,
1315
  2332,
1316
  2334,
1317
  2336,
1318
  2337,
1319
  2338,
1320
+ 2340,
1321
+ 2342,
1322
  2343,
1323
  2345,
1324
+ 2346,
1325
  2347,
1326
  2348,
1327
  2350,
1328
  2352,
1329
  2353,
1330
+ 2354,
1331
  2356,
 
1332
  2358,
1333
+ 2359,
1334
+ 2361,
1335
  2363,
1336
  2364,
1337
  2366,
1338
+ 2367,
1339
  2368,
1340
+ 2370,
1341
  2371,
1342
+ 2372,
1343
  2373,
1344
  2374,
1345
  2376,
1346
  2377,
1347
+ 2380,
 
1348
  2382,
 
1349
  2385,
1350
  2386,
1351
+ 2387,
1352
  2389,
1353
+ 2390,
1354
+ 2392,
1355
+ 2393,
1356
  2394,
 
1357
  2396,
 
1358
  2398,
 
 
 
1359
  2404,
 
 
 
1360
  2409,
1361
+ 2413,
1362
+ 2414,
1363
+ 2415,
1364
+ 2418,
1365
+ 2421,
1366
  2422,
1367
+ 2425,
1368
  2426,
1369
  2427,
1370
  2428,
1371
+ 2430,
1372
+ 2433,
1373
+ 2437,
 
1374
  2439,
1375
  2440,
1376
+ 2441,
1377
+ 2444,
1378
  2445,
1379
+ 2446,
1380
+ 2447,
1381
+ 2448,
1382
  2449,
1383
+ 2450,
1384
  2451,
1385
  2452,
1386
  2453,
1387
+ 2454,
1388
+ 2455,
1389
  2456,
 
1390
  2458,
1391
  2459,
 
1392
  2461,
1393
  2462,
1394
  2463,
1395
  2464,
 
1396
  2466,
 
1397
  2468,
1398
  2469,
1399
  2471,
1400
  2472,
1401
+ 2473,
1402
  2475,
 
 
1403
  2479,
1404
  2481,
1405
  2483,
 
1406
  2485,
1407
  2486,
 
 
1408
  2489,
1409
  2490,
1410
  2491,
1411
+ 2492,
1412
+ 2495,
1413
+ 2499,
1414
  2500,
1415
  2502,
1416
  2504,
1417
+ 2506,
1418
  2508,
 
 
1419
  2511,
1420
+ 2512,
1421
+ 2515,
1422
+ 2516,
1423
  2518,
1424
  2519,
1425
+ 2520,
1426
+ 2522,
1427
+ 2524,
1428
+ 2528,
1429
+ 2529,
1430
  2530,
1431
+ 2532,
1432
+ 2533,
1433
  2535,
1434
  2537,
 
 
1435
  2540,
1436
  2542,
1437
+ 2543,
1438
  2544,
1439
+ 2546,
1440
+ 2547,
1441
  2549,
1442
+ 2551,
 
1443
  2554,
1444
  2556,
1445
+ 2557,
1446
  2558,
1447
+ 2560,
1448
  2563,
 
1449
  2565,
1450
+ 2566,
1451
+ 2568,
1452
+ 2570,
1453
+ 2572,
1454
  2573,
1455
+ 2574,
1456
+ 2575,
1457
  2578,
1458
+ 2579,
1459
  2580,
1460
  2581,
1461
  2583,
1462
+ 2585,
1463
  2586,
1464
  2588,
1465
  2589,
1466
+ 2590,
1467
  2593,
1468
  2595,
1469
  2596,
1470
  2597,
 
1471
  2601,
1472
  2602,
 
1473
  2604,
 
1474
  2608,
1475
  2609,
1476
  2611,
1477
  2612,
1478
+ 2613,
1479
+ 2614,
1480
  2615,
1481
+ 2616,
1482
  2617,
1483
  2618,
1484
  2619,
1485
+ 2620,
1486
+ 2621,
1487
+ 2622,
1488
  2623,
1489
+ 2625,
1490
+ 2628,
1491
  2630,
1492
+ 2632,
1493
  2633,
1494
  2634,
1495
  2635,
1496
  2636,
 
1497
  2638,
1498
  2639,
1499
  2640,
1500
  2641,
1501
  2642,
1502
  2643,
 
1503
  2645,
1504
  2646,
 
1505
  2648,
1506
+ 2649,
1507
  2650,
1508
+ 2651,
1509
+ 2652,
1510
+ 2654,
1511
  2655,
1512
+ 2657,
1513
  2658,
 
1514
  2660,
1515
  2661,
1516
+ 2664,
 
 
 
1517
  2667,
1518
  2668,
1519
  2669,
1520
+ 2670,
1521
  2671,
 
1522
  2674,
 
1523
  2676,
 
1524
  2678,
1525
+ 2679,
1526
  2680,
1527
  2681,
 
1528
  2683,
1529
+ 1227,
1530
+ 2684,
1531
+ 2687,
1532
+ 2689,
1533
+ 2690,
1534
  2692,
 
 
 
1535
  2698,
1536
  2701,
1537
+ 2702,
1538
+ 2704,
1539
  2705,
1540
  2706,
1541
  2707,
1542
+ 2709,
1543
  2710,
1544
+ 2712,
1545
+ 2713,
1546
+ 2715,
 
1547
  2717,
1548
  2719,
1549
+ 2720,
1550
+ 2721,
1551
+ 2724,
1552
+ 2726,
1553
+ 2727,
1554
  2731,
1555
  2732,
 
 
1556
  2735,
1557
  2737,
1558
+ 2739,
1559
  2740,
1560
+ 2741,
1561
  2742,
1562
  2744,
 
 
1563
  2748,
1564
+ 2749,
1565
  2751,
1566
+ 2752,
 
1567
  2755,
1568
+ 2756,
1569
+ 2757,
1570
+ 2760,
1571
  2761,
 
1572
  2763,
 
1573
  2765,
 
 
 
1574
  2768,
1575
  2770,
1576
+ 2771,
1577
  2772,
1578
  2773,
1579
  2774,
1580
+ 2778,
1581
+ 2780,
1582
  2781,
1583
  2782,
1584
+ 2783,
1585
  2784,
1586
  2785,
1587
+ 2787,
1588
  2788,
1589
+ 2790,
1590
+ 2791,
1591
+ 2794,
1592
  2795,
1593
+ 2796,
1594
+ 2798,
1595
  2800,
1596
+ 2801,
1597
  2802,
1598
  2803,
 
1599
  2805,
1600
+ 2807,
1601
+ 2808,
1602
  2809,
1603
  2811,
 
1604
  2813,
1605
  2814,
1606
  2815,
 
1607
  2818,
1608
  2820,
1609
  2821,
1610
+ 2823,
1611
  2825,
1612
  2826,
1613
+ 2827,
1614
  2828,
1615
+ 2829,
 
1616
  2832,
1617
+ 2833,
1618
  2834,
1619
+ 2835,
1620
  2836,
1621
  2837,
1622
+ 2839,
 
1623
  2841,
1624
  2843,
1625
  2844,
1626
+ 2846,
1627
+ 2847,
1628
  2848,
1629
+ 2849,
1630
  2851,
1631
+ 2852,
1632
+ 2854,
1633
  2856,
 
1634
  2858,
1635
+ 2860,
1636
+ 2861,
1637
  2863,
1638
  2864,
 
1639
  2866,
1640
  2868,
1641
  2870,
1642
+ 2872,
1643
  2873,
 
 
1644
  2876,
1645
  2878,
 
1646
  2881,
1647
  2883,
1648
  2885,
1649
  2887,
1650
+ 2889,
 
1651
  2891,
1652
+ 2892,
1653
  2893,
1654
+ 2894,
1655
  2895,
1656
  2897,
1657
+ 2899,
1658
  2901,
1659
  2902,
1660
+ 2906,
 
1661
  2909,
1662
+ 2910,
1663
  2911,
1664
  2913,
 
1665
  2916,
 
1666
  2918,
1667
  2919,
1668
+ 2920,
1669
  2921,
1670
  2922,
1671
+ 2923,
1672
  2924,
1673
+ 2926,
1674
  2927,
1675
+ 2930,
1676
  2931,
1677
+ 2932,
1678
+ 2933,
1679
  2934,
 
1680
  2936,
1681
+ 2938,
1682
  2939,
1683
  2941,
1684
  2944,
1685
  2946,
1686
  2947,
1687
  2948,
1688
+ 2949,
1689
  2950,
1690
+ 2952,
 
1691
  2955,
1692
+ 2957,
1693
+ 2958,
1694
+ 2960,
1695
  2961,
1696
+ 2962,
1697
  2963,
1698
+ 2967,
1699
+ 2968,
1700
  2969,
1701
+ 2970,
1702
  2972,
 
 
1703
  2975,
1704
+ 2976,
1705
+ 2978,
1706
+ 2979,
1707
+ 2981,
1708
  2982,
1709
+ 2983,
1710
  2985,
 
1711
  2987,
1712
+ 2988,
1713
+ 2989,
1714
+ 2990,
1715
  2991,
1716
  2992,
 
1717
  2994,
1718
+ 2995,
1719
  2996,
1720
+ 2997,
1721
+ 2998,
1722
  2999,
1723
+ 3001,
1724
+ 3003,
 
1725
  3005,
1726
  3007,
 
1727
  3010,
1728
  3012,
1729
  3013,
1731
  3016,
1732
  3017,
1733
  3018,
 
1734
  3020,
1735
  3021,
1736
+ 3023,
1737
  3024,
1738
+ 3025,
1739
  3026,
1740
  3028,
1741
+ 3030,
1742
+ 3031,
1743
+ 1843,
1744
  3032,
1745
+ 3033,
1746
  3035,
 
1747
  3037,
 
1748
  3040,
1749
  3041,
1750
  3042,
1751
  3043,
1752
  3044,
1753
+ 3047,
 
1754
  3049,
1755
  3050,
1756
  3052,
1757
+ 3053,
 
1758
  3055,
 
1759
  3057,
 
1760
  3059,
1761
  3060,
1762
  3061,
1763
+ 3062,
1764
+ 3064,
1765
  3065,
1766
  3068,
 
1767
  3070,
1768
+ 3073,
1769
+ 3074,
1770
+ 3076,
 
1771
  3078,
1772
+ 3079,
1773
  3080,
1774
  3081,
1775
  3082,
1776
+ 3083,
1777
  3084,
1778
+ 3085,
1779
  3086,
1780
+ 3087,
1781
  3089,
 
1782
  3091,
1783
+ 3092,
1784
+ 3094,
1785
  3096,
1786
+ 3098,
1787
+ 3100,
1788
+ 3103,
1789
  3104,
1790
  3105,
1791
  3106,
1792
  3108,
1793
+ 3109,
1794
  3111,
 
 
1795
  3114,
 
1796
  3116,
1797
  3117,
1798
  3118,
1799
+ 3121,
1800
  3122,
1801
  3124,
1802
+ 3125,
1803
  3126,
1804
  3128,
1805
+ 3130,
1806
  3132,
1807
  3133,
1808
  3134,
1809
+ 3135,
1810
  3136,
1811
+ 1084,
1812
  3137,
1813
+ 3138,
1814
+ 3140,
1815
  3142,
1816
  3144,
 
1817
  3146,
1818
+ 3147,
1819
+ 3148,
1820
  3149,
1821
+ 3151,
1822
  3152,
1823
  3153,
1824
  3154,
1825
  3156,
1826
+ 3157,
1827
+ 3159,
1828
  3160,
1829
  3161,
 
1830
  3163,
1831
  3164,
 
 
1832
  3167,
1833
  3168,
1834
+ 3169,
1835
  3170,
1836
+ 3171,
1837
  3174,
1838
+ 3175,
1839
  3177,
 
1840
  3179,
1841
+ 3180,
1842
  3181,
1843
  3182,
 
1844
  3184,
1845
+ 3186,
1846
  3187,
1847
  3188,
1848
+ 3190,
1849
  3191,
1850
+ 3193,
1851
  3195,
1852
  3196,
1853
  3197,
1854
+ 3198,
1855
  3200,
1856
+ 3202,
1857
+ 3204,
1858
+ 3206,
1859
  3208,
1860
  3209,
1861
  3210,
1862
  3211,
1863
+ 3212,
1864
  3213,
1865
+ 3214,
1866
  3215,
1867
  3216,
1868
  3217,
1869
+ 3218,
1870
  3219,
1871
  3221,
1872
+ 3222,
1873
  3224,
1874
  3225,
1875
  3226,
1876
  3228,
1877
  3229,
1878
+ 3231,
1879
+ 3233,
 
1880
  3234,
1881
  3236,
 
1882
  3238,
1883
  3239,
1884
  3240,
1885
  3241,
1886
  3242,
1887
  3243,
 
1888
  3245,
1889
  3246,
1890
  3247,
1891
  3248,
1892
  3250,
1893
  3251,
 
1894
  3254,
 
 
1895
  3258,
1896
+ 3259,
1897
+ 3261,
1898
  3262,
1899
  3263,
1900
+ 3264,
1901
  3265,
1902
+ 3266,
1903
  3268,
1904
  3269,
1905
  3270,
1908
  3274,
1909
  3276,
1910
  3277,
 
1911
  3279,
1912
  3281,
1913
+ 3283,
1914
+ 3284,
1915
+ 3286,
1916
+ 3287,
1917
+ 3288,
1918
  3289,
1919
+ 3291,
 
1920
  3293,
 
1921
  3296,
1922
  3297,
1923
  3298,
1925
  3300,
1926
  3302,
1927
  3303,
1928
+ 1676,
1929
  3304,
 
1930
  3306,
1931
+ 3307,
1932
+ 3309,
1933
+ 3311,
1934
  3312,
1935
+ 3313,
1936
  3314,
1937
  3316,
1938
  3317,
1939
  3318,
1940
  3320,
 
1941
  3322,
1942
  3323,
1943
  3325,
1944
+ 3326,
1945
+ 3328,
1946
+ 3329,
1947
  3330,
1948
  3331,
 
1949
  3333,
1950
+ 3336,
 
 
1951
  3338,
 
1952
  3340,
1953
+ 3342,
1954
  3343,
1955
  3344,
1956
+ 3345,
1957
  3346,
 
1958
  3348,
1959
+ 3349,
 
1960
  3352,
1961
  3353,
1962
+ 3354,
1963
+ 3356,
1964
  3358,
1965
+ 3359,
 
1966
  3361,
1967
+ 3362,
1968
  3363,
1969
  3364,
1970
  3365,
1971
+ 3367,
1972
  3368,
1973
+ 3370,
 
1974
  3373,
1975
  3375,
1976
+ 3376,
1977
  3377,
1978
  3379,
1979
  3380,
1980
  3381,
1981
+ 3383,
 
1982
  3385,
1983
+ 3386,
1984
+ 3389,
1985
+ 3391,
1986
  3392,
1987
  3393,
1988
  3394,
1989
+ 3395,
1990
  3396,
 
1991
  3398,
 
 
 
1992
  3403,
1993
  3405,
1994
+ 3407,
1995
  3408,
1996
  3410,
 
1997
  3412,
1998
+ 3413,
1999
  3414,
 
2000
  3417,
2001
+ 3418,
2002
  3420,
2003
  3421,
2004
  3422,
2005
+ 3423,
2006
+ 3424,
2007
  3425,
2008
+ 3426,
2009
  3427,
 
 
2010
  3430,
2011
+ 3432,
2012
  3433,
2013
+ 3434,
2014
+ 3437,
2015
  3438,
 
2016
  3441,
2017
+ 3442,
2018
+ 3444,
 
2019
  3447,
2020
+ 3449,
2021
  3452,
2022
  3453,
2023
  3454,
2024
+ 3455,
2025
  3457,
2026
  3459,
2027
+ 3463,
 
 
2028
  3465,
2029
  3466,
2030
+ 3467,
2031
+ 3468,
2032
  3469,
 
2033
  3472,
2034
+ 3473,
2035
  3475,
2036
+ 3476,
2037
+ 2656,
2038
  3477,
2039
+ 3478,
2040
+ 3479,
2041
  3480,
2042
  3481,
2043
+ 3482,
2044
  3483,
2045
+ 3484,
2046
  3485,
2047
+ 3486,
2048
+ 3487,
2049
+ 3488,
2050
  3489,
2051
+ 3490,
2052
  3491,
 
2053
  3493,
2054
  3494,
2055
+ 3495,
2056
+ 3496,
2057
  3497,
2058
  3498,
2059
+ 3500,
2060
  3501,
2061
  3502,
2062
  3503,
 
2063
  3505,
 
 
2064
  3508,
2065
  3509,
2066
  3510,
2067
  3511,
 
2068
  3513,
 
2069
  3515,
 
2070
  3517,
2071
  3518,
2072
  3519,
2073
  3520,
 
2074
  3523,
2075
  3524,
2076
+ 3525,
2077
  3527,
2078
  3528,
2079
  3529,
2080
+ 3532,
 
2081
  3533,
2082
  3534,
2083
  3535,
 
2084
  3538,
2085
+ 3539,
2086
  3542,
2087
  3544,
2088
  3546,
2089
  3547,
2090
+ 3548,
2091
  3549,
 
2092
  3551,
2093
+ 3553,
2094
  3554,
2095
  3555,
2096
  3556,
 
2097
  3559,
2098
+ 3561,
2099
+ 3562,
2100
  3563,
2101
  3564,
2102
  3565,
2103
  3566,
2104
  3567,
2105
+ 3568,
2106
  3570,
2107
  3571,
2108
  3572,
2109
+ 3574,
2110
+ 3578,
2111
  3579,
2112
  3580,
2113
  3581,
2114
+ 3583,
2115
  3584,
2116
+ 3585,
2117
  3587,
2118
  3588,
2119
+ 3591,
2120
+ 3593,
 
2121
  3595,
 
 
2122
  3598,
 
2123
  3601,
 
2124
  3603,
2125
  3604,
2126
  3605,
2127
+ 3606,
2128
  3607,
2129
+ 3610,
2130
+ 3611,
2131
  3613,
 
2132
  3616,
2133
+ 3617,
2134
+ 3620,
2135
  3621,
2136
  3623,
2137
  3625,
2138
+ 3626,
2139
+ 3627,
2140
+ 3628
 
 
 
 
 
 
 
 
 
 
 
2141
  ]
2142
  }
lemmatizer/model CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dfdd80c4aabae7aa1dc7a7b09baf84438b592f1193b28838c50259c7db1c9578
3
- size 838134
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3165f3c391daa3f59fb937209e98dad941c7d9ff6eedbf85b769a0cae1730f3e
3
+ size 829986
lemmatizer/trees CHANGED
Binary files a/lemmatizer/trees and b/lemmatizer/trees differ
meta.json CHANGED
@@ -1,14 +1,14 @@
1
  {
2
  "lang":"pl",
3
  "name":"core_news_lg",
4
- "version":"3.3.0",
5
  "description":"Polish pipeline optimized for CPU. Components: tok2vec, morphologizer, parser, lemmatizer (trainable_lemmatizer), tagger, senter, ner.",
6
  "author":"Explosion",
7
  "email":"contact@explosion.ai",
8
  "url":"https://explosion.ai",
9
  "license":"GNU GPL 3.0",
10
- "spacy_version":">=3.3.0.dev0,<3.4.0",
11
- "spacy_git_version":"849bef2de",
12
  "vectors":{
13
  "width":300,
14
  "vectors":500000,
@@ -119,6 +119,7 @@
119
  "Case=Gen|Degree=Pos|Gender=Neut|Number=Plur|POS=ADJ",
120
  "Case=Gen|Gender=Neut|NumType=Sets|Number=Plur|POS=NOUN",
121
  "Aspect=Perf|Case=Gen|Gender=Neut|Number=Plur|POS=ADJ|Polarity=Pos|VerbForm=Part|Voice=Pass",
 
122
  "Case=Gen|Degree=Pos|Gender=Fem|Number=Plur|POS=ADJ",
123
  "Aspect=Perf|Case=Nom|Gender=Fem|Number=Plur|POS=ADJ|Polarity=Pos|VerbForm=Part|Voice=Pass",
124
  "Case=Acc|Degree=Pos|Gender=Fem|Number=Plur|POS=ADJ",
@@ -1741,7 +1742,8 @@
1741
  "SIEBIE",
1742
  "SUBST",
1743
  "WINIEN",
1744
- "XXX"
 
1745
  ],
1746
  "attribute_ruler":[
1747
 
@@ -1782,26 +1784,26 @@
1782
  "token_p":0.99628964,
1783
  "token_r":0.9982863284,
1784
  "token_f":0.9972869848,
1785
- "pos_acc":0.9789297902,
1786
- "morph_acc":0.9101229621,
1787
- "morph_micro_p":0.9575552708,
1788
- "morph_micro_r":0.9563646924,
1789
- "morph_micro_f":0.9569596113,
1790
  "morph_per_feat":{
1791
  "Case":{
1792
- "p":0.9261276269,
1793
- "r":0.9260089686,
1794
- "f":0.9260682939
1795
  },
1796
  "Gender":{
1797
- "p":0.9384011253,
1798
- "r":0.9382911392,
1799
- "f":0.9383461291
1800
  },
1801
  "Number":{
1802
- "p":0.9784934956,
1803
  "r":0.977263202,
1804
- "f":0.9778779618
1805
  },
1806
  "AdpType":{
1807
  "p":0.9994665244,
@@ -1809,104 +1811,104 @@
1809
  "f":0.9990667911
1810
  },
1811
  "Variant":{
1812
- "p":0.9963262307,
1813
- "r":0.9970588235,
1814
- "f":0.9966923925
1815
  },
1816
  "Animacy":{
1817
- "p":0.8893496031,
1818
- "r":0.8964652496,
1819
- "f":0.8928932501
1820
  },
1821
  "Degree":{
1822
- "p":0.953008596,
1823
- "r":0.9596076168,
1824
- "f":0.9562967223
1825
  },
1826
  "Aspect":{
1827
- "p":0.9489777123,
1828
- "r":0.9460154242,
1829
- "f":0.9474942529
1830
  },
1831
  "Mood":{
1832
- "p":0.9887640449,
1833
- "r":0.9853372434,
1834
- "f":0.9870476699
1835
  },
1836
  "Person":{
1837
- "p":0.9895517358,
1838
- "r":0.985565626,
1839
- "f":0.9875546586
1840
  },
1841
  "Tense":{
1842
- "p":0.9811320755,
1843
- "r":0.9790794979,
1844
- "f":0.980104712
1845
  },
1846
  "VerbForm":{
1847
- "p":0.9725284656,
1848
- "r":0.9681540122,
1849
- "f":0.9703363087
1850
  },
1851
  "Voice":{
1852
- "p":0.9822702262,
1853
- "r":0.9770930468,
1854
- "f":0.9796747967
1855
  },
1856
  "PunctType":{
1857
- "p":0.9987807002,
1858
- "r":0.9975643702,
1859
- "f":0.9981721647
1860
  },
1861
  "NumForm":{
1862
- "p":0.9737373737,
1863
- "r":0.9776876268,
1864
- "f":0.975708502
1865
  },
1866
  "PrepCase":{
1867
- "p":0.9926470588,
1868
  "r":0.9712230216,
1869
- "f":0.9818181818
1870
  },
1871
  "PronType":{
1872
- "p":0.976711362,
1873
- "r":0.9664804469,
1874
- "f":0.9715689716
1875
  },
1876
  "Reflex":{
1877
- "p":1.0,
1878
- "r":1.0,
1879
- "f":1.0
1880
  },
1881
  "NumType":{
1882
- "p":0.9354005168,
1883
- "r":0.8894348894,
1884
- "f":0.9118387909
1885
  },
1886
  "Polarity":{
1887
- "p":0.9199721642,
1888
- "r":0.909215956,
1889
- "f":0.9145624351
1890
  },
1891
  "Hyph":{
1892
- "p":0.9705882353,
1893
- "r":1.0,
1894
- "f":0.9850746269
1895
  },
1896
  "VerbType":{
1897
- "p":0.9444444444,
1898
- "r":0.8831168831,
1899
- "f":0.9127516779
1900
  },
1901
  "ConjType":{
1902
- "p":0.9285714286,
1903
  "r":0.9470198675,
1904
- "f":0.937704918
1905
  },
1906
  "Clitic":{
1907
- "p":0.966507177,
1908
- "r":0.9950738916,
1909
- "f":0.9805825243
1910
  },
1911
  "Poss":{
1912
  "p":1.0,
@@ -1924,24 +1926,24 @@
1924
  "f":0.9160305344
1925
  },
1926
  "Abbr":{
1927
- "p":0.9502487562,
1928
- "r":0.9362745098,
1929
- "f":0.9432098765
1930
  },
1931
  "Pun":{
1932
- "p":0.9464285714,
1933
- "r":0.9244186047,
1934
- "f":0.9352941176
1935
  },
1936
  "PunctSide":{
1937
  "p":1.0,
1938
- "r":0.9708333333,
1939
- "f":0.9852008457
1940
  },
1941
  "Foreign":{
1942
- "p":0.4444444444,
1943
  "r":0.6666666667,
1944
- "f":0.5333333333
1945
  },
1946
  "Emphatic":{
1947
  "p":1.0,
@@ -1954,131 +1956,126 @@
1954
  "f":1.0
1955
  }
1956
  },
1957
- "sents_p":0.9631818182,
1958
- "sents_r":0.9566591422,
1959
- "sents_f":0.9599093998,
1960
- "dep_uas":0.892134479,
1961
- "dep_las":0.8218094375,
1962
  "dep_las_per_type":{
1963
  "nsubj":{
1964
- "p":0.8674223756,
1965
- "r":0.8712871287,
1966
- "f":0.8693504569
1967
  },
1968
  "case":{
1969
- "p":0.9689119171,
1970
- "r":0.9742253907,
1971
- "f":0.9715613891
1972
  },
1973
  "amod":{
1974
- "p":0.9072438163,
1975
  "r":0.9214894572,
1976
- "f":0.9143111507
1977
  },
1978
  "nmod":{
1979
- "p":0.5831280788,
1980
  "r":0.5874689826,
1981
- "f":0.5852904821
1982
  },
1983
  "cc":{
1984
- "p":0.8638542665,
1985
- "r":0.8773125609,
1986
- "f":0.870531401
1987
  },
1988
  "conj":{
1989
- "p":0.664765526,
1990
- "r":0.6811688312,
1991
- "f":0.6728672226
1992
  },
1993
  "root":{
1994
- "p":0.9391462307,
1995
- "r":0.9336343115,
1996
- "f":0.9363821598
1997
  },
1998
  "obl":{
1999
- "p":0.7049973133,
2000
- "r":0.7177242888,
2001
- "f":0.7113038764
2002
  },
2003
  "obl:arg":{
2004
- "p":0.6587202008,
2005
- "r":0.6169212691,
2006
- "f":0.6371359223
2007
  },
2008
  "nummod":{
2009
- "p":0.8857142857,
2010
- "r":0.8857142857,
2011
- "f":0.8857142857
2012
  },
2013
  "obj":{
2014
- "p":0.8415022279,
2015
- "r":0.8651832461,
2016
- "f":0.8531784447
2017
  },
2018
  "advcl":{
2019
- "p":0.7075208914,
2020
- "r":0.7341040462,
2021
- "f":0.7205673759
2022
  },
2023
  "iobj":{
2024
- "p":0.7400950872,
2025
- "r":0.7262830482,
2026
- "f":0.7331240188
2027
  },
2028
  "det:numgov":{
2029
- "p":0.9811320755,
2030
  "r":0.8965517241,
2031
- "f":0.9369369369
2032
  },
2033
  "acl":{
2034
- "p":0.7645833333,
2035
- "r":0.7459349593,
2036
- "f":0.7551440329
2037
  },
2038
  "fixed":{
2039
- "p":0.8410404624,
2040
- "r":0.7578125,
2041
- "f":0.797260274
2042
  },
2043
  "nummod:gov":{
2044
- "p":0.8317757009,
2045
- "r":0.8240740741,
2046
- "f":0.8279069767
2047
  },
2048
  "obl:agent":{
2049
- "p":0.8548387097,
2050
- "r":0.868852459,
2051
- "f":0.8617886179
2052
  },
2053
  "expl:pv":{
2054
- "p":0.9833887043,
2055
- "r":0.9866666667,
2056
- "f":0.9850249584
2057
  },
2058
  "nmod:arg":{
2059
- "p":0.6259711432,
2060
- "r":0.6475315729,
2061
- "f":0.6365688488
2062
  },
2063
  "advmod":{
2064
- "p":0.8210890233,
2065
- "r":0.8482142857,
2066
- "f":0.8344312692
2067
  },
2068
  "acl:relcl":{
2069
- "p":0.7463768116,
2070
- "r":0.7103448276,
2071
- "f":0.7279151943
2072
  },
2073
  "advmod:emph":{
2074
- "p":0.715835141,
2075
- "r":0.6846473029,
2076
- "f":0.6998939555
2077
- },
2078
- "parataxis:insert":{
2079
- "p":0.6291390728,
2080
- "r":0.4679802956,
2081
- "f":0.5367231638
2082
  },
2083
  "mark":{
2084
  "p":0.8833570413,
@@ -2086,44 +2083,49 @@
2086
  "f":0.8821022727
2087
  },
2088
  "ccomp:obj":{
2089
- "p":0.675,
2090
  "r":0.6,
2091
- "f":0.6352941176
2092
  },
2093
- "appos":{
2094
- "p":0.6531531532,
2095
- "r":0.6066945607,
2096
- "f":0.6290672451
 
 
 
 
 
2097
  },
2098
  "xcomp":{
2099
- "p":0.9206349206,
2100
- "r":0.9144144144,
2101
- "f":0.9175141243
2102
  },
2103
  "advmod:neg":{
2104
- "p":0.9589041096,
2105
- "r":0.9668508287,
2106
- "f":0.9628610729
2107
  },
2108
  "det":{
2109
- "p":0.9206730769,
2110
- "r":0.9184652278,
2111
- "f":0.9195678271
2112
  },
2113
  "cop":{
2114
- "p":0.8839590444,
2115
- "r":0.875,
2116
- "f":0.8794567063
2117
  },
2118
  "nsubj:pass":{
2119
- "p":0.7876106195,
2120
- "r":0.8165137615,
2121
- "f":0.8018018018
2122
  },
2123
  "aux:pass":{
2124
- "p":0.9261744966,
2125
- "r":0.9583333333,
2126
- "f":0.9419795222
2127
  },
2128
  "aux:imp":{
2129
  "p":1.0,
@@ -2131,74 +2133,74 @@
2131
  "f":0.9411764706
2132
  },
2133
  "advcl:cmpr":{
2134
- "p":0.375,
2135
- "r":0.1875,
2136
- "f":0.25
2137
  },
2138
  "obl:cmpr":{
2139
- "p":0.7142857143,
2140
- "r":0.5617977528,
2141
- "f":0.6289308176
2142
  },
2143
  "ccomp":{
2144
- "p":0.6334841629,
2145
- "r":0.6542056075,
2146
- "f":0.6436781609
2147
  },
2148
  "nmod:poss":{
2149
- "p":0.5,
2150
  "r":0.1666666667,
2151
- "f":0.25
 
 
 
 
 
2152
  },
2153
  "det:poss":{
2154
- "p":1.0,
2155
  "r":0.9593023256,
2156
- "f":0.9792284866
2157
  },
2158
  "aux":{
2159
- "p":0.871559633,
2160
- "r":0.871559633,
2161
- "f":0.871559633
2162
  },
2163
  "cc:preconj":{
2164
- "p":0.4545454545,
2165
- "r":0.3846153846,
2166
- "f":0.4166666667
 
 
 
 
 
2167
  },
2168
  "flat":{
2169
- "p":0.8605442177,
2170
- "r":0.8784722222,
2171
- "f":0.8694158076
2172
  },
2173
  "xcomp:pred":{
2174
- "p":0.7272727273,
2175
- "r":0.5853658537,
2176
- "f":0.6486486486
2177
- },
2178
- "amod:flat":{
2179
- "p":0.8445595855,
2180
- "r":0.8624338624,
2181
- "f":0.8534031414
2182
  },
2183
  "parataxis:obj":{
2184
- "p":0.7806122449,
2185
- "r":0.792746114,
2186
- "f":0.7866323907
2187
- },
2188
- "dep":{
2189
- "p":0.0,
2190
- "r":0.0,
2191
- "f":0.0
2192
  },
2193
  "vocative":{
2194
- "p":0.5357142857,
2195
- "r":0.5357142857,
2196
- "f":0.5357142857
2197
  },
2198
  "aux:cnd":{
2199
  "p":1.0,
2200
- "r":0.625,
2201
- "f":0.7692307692
2202
  },
2203
  "advmod:arg":{
2204
  "p":0.0,
@@ -2206,19 +2208,24 @@
2206
  "f":0.0
2207
  },
2208
  "csubj":{
2209
- "p":0.9285714286,
2210
- "r":0.5909090909,
2211
- "f":0.7222222222
 
 
 
 
 
2212
  },
2213
  "nmod:flat":{
2214
- "p":0.7721518987,
2215
- "r":0.7625,
2216
- "f":0.7672955975
2217
  },
2218
  "det:nummod":{
2219
- "p":1.0,
2220
  "r":1.0,
2221
- "f":1.0
2222
  },
2223
  "nmod:pred":{
2224
  "p":0.0,
@@ -2226,19 +2233,9 @@
2226
  "f":0.0
2227
  },
2228
  "ccomp:cleft":{
2229
- "p":0.7894736842,
2230
- "r":0.8823529412,
2231
- "f":0.8333333333
2232
- },
2233
- "flat:foreign":{
2234
- "p":0.0,
2235
- "r":0.0,
2236
- "f":0.0
2237
- },
2238
- "list":{
2239
- "p":0.675,
2240
- "r":0.6923076923,
2241
- "f":0.6835443038
2242
  },
2243
  "xcomp:subj":{
2244
  "p":0.0,
@@ -2250,16 +2247,16 @@
2250
  "r":0.0,
2251
  "f":0.0
2252
  },
2253
- "discourse:intj":{
2254
- "p":0.25,
2255
- "r":0.2222222222,
2256
- "f":0.2352941176
2257
- },
2258
  "advcl:relcl":{
2259
  "p":0.0,
2260
  "r":0.0,
2261
  "f":0.0
2262
  },
 
 
 
 
 
2263
  "xcomp:cleft":{
2264
  "p":1.0,
2265
  "r":0.6666666667,
@@ -2271,44 +2268,44 @@
2271
  "f":0.0
2272
  }
2273
  },
2274
- "lemma_acc":0.9421768214,
2275
- "tag_acc":0.9839339065,
2276
- "ents_p":0.8501607717,
2277
- "ents_r":0.8425748885,
2278
- "ents_f":0.8463508323,
2279
  "ents_per_type":{
2280
  "placeName":{
2281
- "p":0.8504672897,
2282
- "r":0.8504672897,
2283
- "f":0.8504672897
2284
  },
2285
  "orgName":{
2286
- "p":0.8026315789,
2287
- "r":0.7820512821,
2288
- "f":0.7922077922
2289
  },
2290
  "date":{
2291
- "p":0.9,
2292
- "r":0.8333333333,
2293
- "f":0.8653846154
2294
  },
2295
  "persName":{
2296
- "p":0.898989899,
2297
- "r":0.9035532995,
2298
- "f":0.9012658228
2299
  },
2300
  "time":{
2301
- "p":0.8518518519,
2302
  "r":0.92,
2303
- "f":0.8846153846
2304
  },
2305
  "geogName":{
2306
- "p":0.6568627451,
2307
- "r":0.6380952381,
2308
- "f":0.6473429952
2309
  }
2310
  },
2311
- "speed":6832.7278267642
2312
  },
2313
  "sources":[
2314
  {
@@ -2323,12 +2320,6 @@
2323
  "license":"GNU GPL 3.0",
2324
  "author":"Miros\u0142aw Ba\u0144ko, Rafa\u0142 L. G\u00f3rski, Barbara Lewandowska-Tomaszczyk, Marek \u0141azi\u0144ski, Piotr P\u0119zik, Adam Przepi\u00f3rkowski"
2325
  },
2326
- {
2327
- "name":"National Corpus of Polish",
2328
- "url":"http://nkjp.pl/",
2329
- "license":"GNU GPL 3.0",
2330
- "author":"Miros\u0142aw Ba\u0144ko, Rafa\u0142 L. G\u00f3rski, Barbara Lewandowska-Tomaszczyk, Marek \u0141azi\u0144ski, Piotr P\u0119zik, Adam Przepi\u00f3rkowski"
2331
- },
2332
  {
2333
  "name":"Explosion fastText Vectors (cbow, OSCAR Common Crawl + Wikipedia)",
2334
  "url":"https://spacy.io",
1
  {
2
  "lang":"pl",
3
  "name":"core_news_lg",
4
+ "version":"3.4.0",
5
  "description":"Polish pipeline optimized for CPU. Components: tok2vec, morphologizer, parser, lemmatizer (trainable_lemmatizer), tagger, senter, ner.",
6
  "author":"Explosion",
7
  "email":"contact@explosion.ai",
8
  "url":"https://explosion.ai",
9
  "license":"GNU GPL 3.0",
10
+ "spacy_version":">=3.4.0,<3.5.0",
11
+ "spacy_git_version":"dd038b536",
12
  "vectors":{
13
  "width":300,
14
  "vectors":500000,
119
  "Case=Gen|Degree=Pos|Gender=Neut|Number=Plur|POS=ADJ",
120
  "Case=Gen|Gender=Neut|NumType=Sets|Number=Plur|POS=NOUN",
121
  "Aspect=Perf|Case=Gen|Gender=Neut|Number=Plur|POS=ADJ|Polarity=Pos|VerbForm=Part|Voice=Pass",
122
+ "POS=SPACE",
123
  "Case=Gen|Degree=Pos|Gender=Fem|Number=Plur|POS=ADJ",
124
  "Aspect=Perf|Case=Nom|Gender=Fem|Number=Plur|POS=ADJ|Polarity=Pos|VerbForm=Part|Voice=Pass",
125
  "Case=Acc|Degree=Pos|Gender=Fem|Number=Plur|POS=ADJ",
1742
  "SIEBIE",
1743
  "SUBST",
1744
  "WINIEN",
1745
+ "XXX",
1746
+ "_SP"
1747
  ],
1748
  "attribute_ruler":[
1749
 
1784
  "token_p":0.99628964,
1785
  "token_r":0.9982863284,
1786
  "token_f":0.9972869848,
1787
+ "pos_acc":0.9782346706,
1788
+ "morph_acc":0.9082463602,
1789
+ "morph_micro_p":0.9566133721,
1790
+ "morph_micro_r":0.9556931008,
1791
+ "morph_micro_f":0.956153015,
1792
  "morph_per_feat":{
1793
  "Case":{
1794
+ "p":0.9214166773,
1795
+ "r":0.9216527867,
1796
+ "f":0.9215347169
1797
  },
1798
  "Gender":{
1799
+ "p":0.9400492264,
1800
+ "r":0.9400492264,
1801
+ "f":0.9400492264
1802
  },
1803
  "Number":{
1804
+ "p":0.9784421715,
1805
  "r":0.977263202,
1806
+ "f":0.9778523314
1807
  },
1808
  "AdpType":{
1809
  "p":0.9994665244,
1811
  "f":0.9990667911
1812
  },
1813
  "Variant":{
1814
+ "p":0.9955882353,
1815
+ "r":0.9955882353,
1816
+ "f":0.9955882353
1817
  },
1818
  "Animacy":{
1819
+ "p":0.8898214919,
1820
+ "r":0.8988535945,
1821
+ "f":0.8943147389
1822
  },
1823
  "Degree":{
1824
+ "p":0.9515116942,
1825
+ "r":0.9624927871,
1826
+ "f":0.9569707401
1827
  },
1828
  "Aspect":{
1829
+ "p":0.9490774908,
1830
+ "r":0.9445464561,
1831
+ "f":0.9468065525
1832
  },
1833
  "Mood":{
1834
+ "p":0.9882384389,
1835
+ "r":0.985603839,
1836
+ "f":0.9869193807
1837
  },
1838
  "Person":{
1839
+ "p":0.9875252866,
1840
+ "r":0.9832158442,
1841
+ "f":0.9853658537
1842
  },
1843
  "Tense":{
1844
+ "p":0.9806130469,
1845
+ "r":0.9788179916,
1846
+ "f":0.979714697
1847
  },
1848
  "VerbForm":{
1849
+ "p":0.9721569336,
1850
+ "r":0.9674343289,
1851
+ "f":0.9697898819
1852
  },
1853
  "Voice":{
1854
+ "p":0.9818144667,
1855
+ "r":0.9740523008,
1856
+ "f":0.9779179811
1857
  },
1858
  "PunctType":{
1859
+ "p":0.9986069998,
1860
+ "r":0.9977383438,
1861
+ "f":0.9981724828
1862
  },
1863
  "NumForm":{
1864
+ "p":0.9735772358,
1865
+ "r":0.9716024341,
1866
+ "f":0.9725888325
1867
  },
1868
  "PrepCase":{
1869
+ "p":0.9830097087,
1870
  "r":0.9712230216,
1871
+ "f":0.9770808203
1872
  },
1873
  "PronType":{
1874
+ "p":0.9728011303,
1875
+ "r":0.9615921788,
1876
+ "f":0.9671641791
1877
  },
1878
  "Reflex":{
1879
+ "p":0.9986263736,
1880
+ "r":0.9986263736,
1881
+ "f":0.9986263736
1882
  },
1883
  "NumType":{
1884
+ "p":0.9107142857,
1885
+ "r":0.8771498771,
1886
+ "f":0.8936170213
1887
  },
1888
  "Polarity":{
1889
+ "p":0.9183531054,
1890
+ "r":0.9050894085,
1891
+ "f":0.911673017
1892
  },
1893
  "Hyph":{
1894
+ "p":1.0,
1895
+ "r":0.9696969697,
1896
+ "f":0.9846153846
1897
  },
1898
  "VerbType":{
1899
+ "p":0.9411764706,
1900
+ "r":0.9350649351,
1901
+ "f":0.9381107492
1902
  },
1903
  "ConjType":{
1904
+ "p":0.9166666667,
1905
  "r":0.9470198675,
1906
+ "f":0.9315960912
1907
  },
1908
  "Clitic":{
1909
+ "p":0.9707317073,
1910
+ "r":0.9802955665,
1911
+ "f":0.9754901961
1912
  },
1913
  "Poss":{
1914
  "p":1.0,
1926
  "f":0.9160305344
1927
  },
1928
  "Abbr":{
1929
+ "p":0.9264705882,
1930
+ "r":0.9264705882,
1931
+ "f":0.9264705882
1932
  },
1933
  "Pun":{
1934
+ "p":0.9341317365,
1935
+ "r":0.9069767442,
1936
+ "f":0.9203539823
1937
  },
1938
  "PunctSide":{
1939
  "p":1.0,
1940
+ "r":0.975,
1941
+ "f":0.9873417722
1942
  },
1943
  "Foreign":{
1944
+ "p":0.3636363636,
1945
  "r":0.6666666667,
1946
+ "f":0.4705882353
1947
  },
1948
  "Emphatic":{
1949
  "p":1.0,
1956
  "f":1.0
1957
  }
1958
  },
1959
+ "sents_p":0.9716636197,
1960
+ "sents_r":0.9598194131,
1961
+ "sents_f":0.965705201,
1962
+ "dep_uas":0.8928976035,
1963
+ "dep_las":0.8216924578,
1964
  "dep_las_per_type":{
1965
  "nsubj":{
1966
+ "p":0.8615459883,
1967
+ "r":0.8717821782,
1968
+ "f":0.8666338583
1969
  },
1970
  "case":{
1971
+ "p":0.9670479303,
1972
+ "r":0.9736769948,
1973
+ "f":0.9703511409
1974
  },
1975
  "amod":{
1976
+ "p":0.914922049,
1977
  "r":0.9214894572,
1978
+ "f":0.9181940098
1979
  },
1980
  "nmod":{
1981
+ "p":0.5596926714,
1982
  "r":0.5874689826,
1983
+ "f":0.5732445521
1984
  },
1985
  "cc":{
1986
+ "p":0.8849129594,
1987
+ "r":0.8909444985,
1988
+ "f":0.8879184862
1989
  },
1990
  "conj":{
1991
+ "p":0.6624203822,
1992
+ "r":0.6753246753,
1993
+ "f":0.6688102894
1994
  },
1995
  "root":{
1996
+ "p":0.9410958904,
1997
+ "r":0.9304740406,
1998
+ "f":0.9357548241
1999
  },
2000
  "obl":{
2001
+ "p":0.7086272382,
2002
+ "r":0.7144420131,
2003
+ "f":0.7115227458
2004
  },
2005
  "obl:arg":{
2006
+ "p":0.6857855362,
2007
+ "r":0.6462984724,
2008
+ "f":0.6654567453
2009
  },
2010
  "nummod":{
2011
+ "p":0.8482758621,
2012
+ "r":0.8785714286,
2013
+ "f":0.8631578947
2014
  },
2015
  "obj":{
2016
+ "p":0.8325991189,
2017
+ "r":0.8658376963,
2018
+ "f":0.8488931665
2019
  },
2020
  "advcl":{
2021
+ "p":0.675900277,
2022
+ "r":0.7052023121,
2023
+ "f":0.6902404526
2024
  },
2025
  "iobj":{
2026
+ "p":0.7777777778,
2027
+ "r":0.7076205288,
2028
+ "f":0.7410423453
2029
  },
2030
  "det:numgov":{
2031
+ "p":1.0,
2032
  "r":0.8965517241,
2033
+ "f":0.9454545455
2034
  },
2035
  "acl":{
2036
+ "p":0.7662601626,
2037
+ "r":0.7662601626,
2038
+ "f":0.7662601626
2039
  },
2040
  "fixed":{
2041
+ "p":0.868902439,
2042
+ "r":0.7421875,
2043
+ "f":0.8005617978
2044
  },
2045
  "nummod:gov":{
2046
+ "p":0.8431372549,
2047
+ "r":0.7962962963,
2048
+ "f":0.819047619
2049
  },
2050
  "obl:agent":{
2051
+ "p":0.8965517241,
2052
+ "r":0.8524590164,
2053
+ "f":0.8739495798
2054
  },
2055
  "expl:pv":{
2056
+ "p":0.9733777038,
2057
+ "r":0.975,
2058
+ "f":0.9741881765
2059
  },
2060
  "nmod:arg":{
2061
+ "p":0.6242905789,
2062
+ "r":0.6314580941,
2063
+ "f":0.6278538813
2064
  },
2065
  "advmod":{
2066
+ "p":0.8320278503,
2067
+ "r":0.8535714286,
2068
+ "f":0.8426619656
2069
  },
2070
  "acl:relcl":{
2071
+ "p":0.7071428571,
2072
+ "r":0.6827586207,
2073
+ "f":0.6947368421
2074
  },
2075
  "advmod:emph":{
2076
+ "p":0.7167755991,
2077
+ "r":0.6825726141,
2078
+ "f":0.6992561105
 
 
 
 
 
2079
  },
2080
  "mark":{
2081
  "p":0.8833570413,
2083
  "f":0.8821022727
2084
  },
2085
  "ccomp:obj":{
2086
+ "p":0.7297297297,
2087
  "r":0.6,
2088
+ "f":0.6585365854
2089
  },
2090
+ "amod:flat":{
2091
+ "p":0.8229166667,
2092
+ "r":0.835978836,
2093
+ "f":0.8293963255
2094
+ },
2095
+ "dep":{
2096
+ "p":0.0,
2097
+ "r":0.0,
2098
+ "f":0.0
2099
  },
2100
  "xcomp":{
2101
+ "p":0.9192825112,
2102
+ "r":0.9234234234,
2103
+ "f":0.9213483146
2104
  },
2105
  "advmod:neg":{
2106
+ "p":0.9642857143,
2107
+ "r":0.9696132597,
2108
+ "f":0.9669421488
2109
  },
2110
  "det":{
2111
+ "p":0.9367396594,
2112
+ "r":0.9232613909,
2113
+ "f":0.9299516908
2114
  },
2115
  "cop":{
2116
+ "p":0.8835616438,
2117
+ "r":0.8716216216,
2118
+ "f":0.8775510204
2119
  },
2120
  "nsubj:pass":{
2121
+ "p":0.8378378378,
2122
+ "r":0.8532110092,
2123
+ "f":0.8454545455
2124
  },
2125
  "aux:pass":{
2126
+ "p":0.9375,
2127
+ "r":0.9375,
2128
+ "f":0.9375
2129
  },
2130
  "aux:imp":{
2131
  "p":1.0,
2133
  "f":0.9411764706
2134
  },
2135
  "advcl:cmpr":{
2136
+ "p":0.625,
2137
+ "r":0.3125,
2138
+ "f":0.4166666667
2139
  },
2140
  "obl:cmpr":{
2141
+ "p":0.6625,
2142
+ "r":0.595505618,
2143
+ "f":0.6272189349
2144
  },
2145
  "ccomp":{
2146
+ "p":0.6380090498,
2147
+ "r":0.6588785047,
2148
+ "f":0.6482758621
2149
  },
2150
  "nmod:poss":{
2151
+ "p":1.0,
2152
  "r":0.1666666667,
2153
+ "f":0.2857142857
2154
+ },
2155
+ "parataxis:insert":{
2156
+ "p":0.5428571429,
2157
+ "r":0.4679802956,
2158
+ "f":0.5026455026
2159
  },
2160
  "det:poss":{
2161
+ "p":0.9939759036,
2162
  "r":0.9593023256,
2163
+ "f":0.9763313609
2164
  },
2165
  "aux":{
2166
+ "p":0.8571428571,
2167
+ "r":0.880733945,
2168
+ "f":0.8687782805
2169
  },
2170
  "cc:preconj":{
2171
+ "p":0.5833333333,
2172
+ "r":0.5384615385,
2173
+ "f":0.56
2174
+ },
2175
+ "appos":{
2176
+ "p":0.6607142857,
2177
+ "r":0.6192468619,
2178
+ "f":0.6393088553
2179
  },
2180
  "flat":{
2181
+ "p":0.8615916955,
2182
+ "r":0.8645833333,
2183
+ "f":0.863084922
2184
  },
2185
  "xcomp:pred":{
2186
+ "p":0.8,
2187
+ "r":0.6829268293,
2188
+ "f":0.7368421053
 
 
 
 
 
2189
  },
2190
  "parataxis:obj":{
2191
+ "p":0.7535545024,
2192
+ "r":0.8238341969,
2193
+ "f":0.7871287129
 
 
 
 
 
2194
  },
2195
  "vocative":{
2196
+ "p":0.6666666667,
2197
+ "r":0.5,
2198
+ "f":0.5714285714
2199
  },
2200
  "aux:cnd":{
2201
  "p":1.0,
2202
+ "r":0.75,
2203
+ "f":0.8571428571
2204
  },
2205
  "advmod:arg":{
2206
  "p":0.0,
2208
  "f":0.0
2209
  },
2210
  "csubj":{
2211
+ "p":0.75,
2212
+ "r":0.6818181818,
2213
+ "f":0.7142857143
2214
+ },
2215
+ "list":{
2216
+ "p":0.7105263158,
2217
+ "r":0.6923076923,
2218
+ "f":0.7012987013
2219
  },
2220
  "nmod:flat":{
2221
+ "p":0.8101265823,
2222
+ "r":0.8,
2223
+ "f":0.8050314465
2224
  },
2225
  "det:nummod":{
2226
+ "p":0.9166666667,
2227
  "r":1.0,
2228
+ "f":0.9565217391
2229
  },
2230
  "nmod:pred":{
2231
  "p":0.0,
2233
  "f":0.0
2234
  },
2235
  "ccomp:cleft":{
2236
+ "p":0.8,
2237
+ "r":0.9411764706,
2238
+ "f":0.8648648649
 
 
 
 
 
 
 
 
 
 
2239
  },
2240
  "xcomp:subj":{
2241
  "p":0.0,
2247
  "r":0.0,
2248
  "f":0.0
2249
  },
 
 
 
 
 
2250
  "advcl:relcl":{
2251
  "p":0.0,
2252
  "r":0.0,
2253
  "f":0.0
2254
  },
2255
+ "discourse:intj":{
2256
+ "p":0.1666666667,
2257
+ "r":0.1111111111,
2258
+ "f":0.1333333333
2259
+ },
2260
  "xcomp:cleft":{
2261
  "p":1.0,
2262
  "r":0.6666666667,
2268
  "f":0.0
2269
  }
2270
  },
2271
+ "lemma_acc":0.942641148,
2272
+ "tag_acc":0.9835071032,
2273
+ "ents_p":0.8497109827,
2274
+ "ents_r":0.8432122371,
2275
+ "ents_f":0.8464491363,
2276
  "ents_per_type":{
2277
  "placeName":{
2278
+ "p":0.8481308411,
2279
+ "r":0.8481308411,
2280
+ "f":0.8481308411
2281
  },
2282
  "orgName":{
2283
+ "p":0.7774086379,
2284
+ "r":0.75,
2285
+ "f":0.7634584013
2286
  },
2287
  "date":{
2288
+ "p":0.9215686275,
2289
+ "r":0.8703703704,
2290
+ "f":0.8952380952
2291
  },
2292
  "persName":{
2293
+ "p":0.9008264463,
2294
+ "r":0.9221658206,
2295
+ "f":0.9113712375
2296
  },
2297
  "time":{
2298
+ "p":0.8846153846,
2299
  "r":0.92,
2300
+ "f":0.9019607843
2301
  },
2302
  "geogName":{
2303
+ "p":0.6736842105,
2304
+ "r":0.6095238095,
2305
+ "f":0.64
2306
  }
2307
  },
2308
+ "speed":7858.7320046471
2309
  },
2310
  "sources":[
2311
  {
2320
  "license":"GNU GPL 3.0",
2321
  "author":"Miros\u0142aw Ba\u0144ko, Rafa\u0142 L. G\u00f3rski, Barbara Lewandowska-Tomaszczyk, Marek \u0141azi\u0144ski, Piotr P\u0119zik, Adam Przepi\u00f3rkowski"
2322
  },
 
 
 
 
 
 
2323
  {
2324
  "name":"Explosion fastText Vectors (cbow, OSCAR Common Crawl + Wikipedia)",
2325
  "url":"https://spacy.io",
morphologizer/cfg CHANGED
@@ -100,6 +100,7 @@
100
  "Case=Gen|Degree=Pos|Gender=Neut|Number=Plur|POS=ADJ":"Case=Gen|Degree=Pos|Gender=Neut|Number=Plur",
101
  "Case=Gen|Gender=Neut|NumType=Sets|Number=Plur|POS=NOUN":"Case=Gen|Gender=Neut|NumType=Sets|Number=Plur",
102
  "Aspect=Perf|Case=Gen|Gender=Neut|Number=Plur|POS=ADJ|Polarity=Pos|VerbForm=Part|Voice=Pass":"Aspect=Perf|Case=Gen|Gender=Neut|Number=Plur|Polarity=Pos|VerbForm=Part|Voice=Pass",
 
103
  "Case=Gen|Degree=Pos|Gender=Fem|Number=Plur|POS=ADJ":"Case=Gen|Degree=Pos|Gender=Fem|Number=Plur",
104
  "Aspect=Perf|Case=Nom|Gender=Fem|Number=Plur|POS=ADJ|Polarity=Pos|VerbForm=Part|Voice=Pass":"Aspect=Perf|Case=Nom|Gender=Fem|Number=Plur|Polarity=Pos|VerbForm=Part|Voice=Pass",
105
  "Case=Acc|Degree=Pos|Gender=Fem|Number=Plur|POS=ADJ":"Case=Acc|Degree=Pos|Gender=Fem|Number=Plur",
@@ -1725,6 +1726,7 @@
1725
  "Case=Gen|Degree=Pos|Gender=Neut|Number=Plur|POS=ADJ":84,
1726
  "Case=Gen|Gender=Neut|NumType=Sets|Number=Plur|POS=NOUN":92,
1727
  "Aspect=Perf|Case=Gen|Gender=Neut|Number=Plur|POS=ADJ|Polarity=Pos|VerbForm=Part|Voice=Pass":84,
 
1728
  "Case=Gen|Degree=Pos|Gender=Fem|Number=Plur|POS=ADJ":84,
1729
  "Aspect=Perf|Case=Nom|Gender=Fem|Number=Plur|POS=ADJ|Polarity=Pos|VerbForm=Part|Voice=Pass":84,
1730
  "Case=Acc|Degree=Pos|Gender=Fem|Number=Plur|POS=ADJ":84,
100
  "Case=Gen|Degree=Pos|Gender=Neut|Number=Plur|POS=ADJ":"Case=Gen|Degree=Pos|Gender=Neut|Number=Plur",
101
  "Case=Gen|Gender=Neut|NumType=Sets|Number=Plur|POS=NOUN":"Case=Gen|Gender=Neut|NumType=Sets|Number=Plur",
102
  "Aspect=Perf|Case=Gen|Gender=Neut|Number=Plur|POS=ADJ|Polarity=Pos|VerbForm=Part|Voice=Pass":"Aspect=Perf|Case=Gen|Gender=Neut|Number=Plur|Polarity=Pos|VerbForm=Part|Voice=Pass",
103
+ "POS=SPACE":"",
104
  "Case=Gen|Degree=Pos|Gender=Fem|Number=Plur|POS=ADJ":"Case=Gen|Degree=Pos|Gender=Fem|Number=Plur",
105
  "Aspect=Perf|Case=Nom|Gender=Fem|Number=Plur|POS=ADJ|Polarity=Pos|VerbForm=Part|Voice=Pass":"Aspect=Perf|Case=Nom|Gender=Fem|Number=Plur|Polarity=Pos|VerbForm=Part|Voice=Pass",
106
  "Case=Acc|Degree=Pos|Gender=Fem|Number=Plur|POS=ADJ":"Case=Acc|Degree=Pos|Gender=Fem|Number=Plur",
1726
  "Case=Gen|Degree=Pos|Gender=Neut|Number=Plur|POS=ADJ":84,
1727
  "Case=Gen|Gender=Neut|NumType=Sets|Number=Plur|POS=NOUN":92,
1728
  "Aspect=Perf|Case=Gen|Gender=Neut|Number=Plur|POS=ADJ|Polarity=Pos|VerbForm=Part|Voice=Pass":84,
1729
+ "POS=SPACE":103,
1730
  "Case=Gen|Degree=Pos|Gender=Fem|Number=Plur|POS=ADJ":84,
1731
  "Aspect=Perf|Case=Nom|Gender=Fem|Number=Plur|POS=ADJ|Polarity=Pos|VerbForm=Part|Voice=Pass":84,
1732
  "Case=Acc|Degree=Pos|Gender=Fem|Number=Plur|POS=ADJ":84,
morphologizer/model CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:64f7957ba7c11a212f6daf463be6d737caa6756264c50c9c7f3efb956a74edbd
3
- size 630166
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2efad7c2835e172f8f1931fd37c166175b5869eba87be02eb0a22cf18b64e912
3
+ size 630554
ner/model CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:95d36ca71046a2ad34e5243be8c273cd2d50ae14f8253505718c0062c58afa04
3
  size 6498672
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84915bf2cf88fa8e310c209fa4dec7c23d1562e3d45d216cb823db5831a767c5
3
  size 6498672
ner/moves CHANGED
@@ -1 +1 @@
1
- ��moves��{"0":{},"1":{"persName":28777,"orgName":21665,"placeName":16697,"date":9147,"geogName":6640,"time":1538},"2":{"persName":28777,"orgName":21665,"placeName":16697,"date":9147,"geogName":6640,"time":1538},"3":{"persName":28777,"orgName":21665,"placeName":16697,"date":9147,"geogName":6640,"time":1538},"4":{"persName":28777,"orgName":21665,"placeName":16697,"date":9147,"geogName":6640,"time":1538,"":1},"5":{"":1}}�cfg��neg_key�
1
+ ��moves��{"0":{},"1":{"persName":28822,"orgName":21726,"placeName":16704,"date":9169,"geogName":6652,"time":1542},"2":{"persName":28822,"orgName":21726,"placeName":16704,"date":9169,"geogName":6652,"time":1542},"3":{"persName":28822,"orgName":21726,"placeName":16704,"date":9169,"geogName":6652,"time":1542},"4":{"persName":28822,"orgName":21726,"placeName":16704,"date":9169,"geogName":6652,"time":1542,"":1},"5":{"":1}}�cfg��neg_key�
parser/model CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a49d921638de3803d5e1b2cc0fbc97fbae125e60be8ad13ddb42dbd62bc6dbec
3
  size 318869
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a4411c4e82559cb397774f399dde05109f0ccdf5bdb7da551d73254c47027e8
3
  size 318869
parser/moves CHANGED
@@ -1 +1 @@
1
- ��moves��{"0":{"":131009},"1":{"":130867},"2":{"case":28937,"punct":21395,"amod":12079,"nsubj":12047,"cc":8224,"advmod":6519,"mark":6029,"obl":4305,"advmod:emph":3380,"det":3151,"advmod:neg":3139,"cop":2285,"obj":1814,"acl":1619,"parataxis:insert":1380,"det:poss":1337,"nmod":1223,"parataxis:obj":1128,"nummod":1086,"advcl":1059,"expl:pv":932,"aux:pass":907,"obl:arg":892,"iobj":862,"nummod:gov":846,"aux":755,"nsubj:pass":693,"amod:flat":683,"det:numgov":440,"cc:preconj":210,"list":184,"obj||xcomp":154,"det:nummod":152,"nmod:arg":141,"obl||xcomp":111,"vocative":86,"obl:arg||xcomp":72,"xcomp":69,"discourse:intj":65,"aux:cnd":63,"advmod||xcomp":53,"obl:cmpr":41,"aux:imp":40,"xcomp:pred":37,"orphan":35,"iobj||xcomp":35,"dep":0},"3":{"punct":25127,"conj":12569,"nmod":11820,"obj":10278,"obl":9720,"nmod:arg":7220,"amod":6501,"obl:arg":5553,"nsubj":4405,"iobj":4366,"expl:pv":4010,"xcomp":3634,"fixed":3115,"acl:relcl":2180,"flat":2169,"acl":2151,"advmod":2122,"advcl":1897,"ccomp":1791,"appos":1765,"amod:flat":801,"advmod:emph":787,"nmod:flat":686,"ccomp:obj":672,"parataxis:obj":588,"obl:cmpr":564,"obl:agent":484,"cop":456,"parataxis:insert":449,"xcomp:pred":301,"det":241,"aux:pass":221,"ccomp:cleft":184,"csubj":169,"aux":159,"nsubj:pass":151,"vocative":122,"mark":119,"advcl:cmpr":114,"cc":109,"ccomp||advmod":66,"case":60,"advcl:relcl":59,"acl||nsubj":58,"obl:cmpr||advmod":55,"advmod:arg":44,"flat:foreign":35,"orphan":33,"xcomp:cleft":32,"nmod:poss":31,"obl:cmpr||det":30,"dep":0},"4":{"ROOT":17722}}�cfg��neg_key�
1
+ ��moves��{"0":{"":131018},"1":{"":132249},"2":{"case":28937,"punct":21395,"amod":12079,"nsubj":12047,"cc":8224,"advmod":6519,"mark":6029,"obl":4305,"advmod:emph":3380,"det":3151,"advmod:neg":3139,"cop":2285,"obj":1814,"acl":1619,"parataxis:insert":1380,"det:poss":1337,"nmod":1223,"parataxis:obj":1128,"nummod":1086,"advcl":1059,"expl:pv":932,"aux:pass":907,"obl:arg":892,"iobj":862,"nummod:gov":846,"aux":755,"nsubj:pass":693,"amod:flat":683,"det:numgov":440,"cc:preconj":210,"list":184,"obj||xcomp":154,"det:nummod":152,"nmod:arg":141,"obl||xcomp":111,"vocative":86,"obl:arg||xcomp":72,"xcomp":69,"discourse:intj":65,"aux:cnd":63,"advmod||xcomp":53,"obl:cmpr":41,"aux:imp":40,"xcomp:pred":37,"orphan":35,"iobj||xcomp":35,"dep":0},"3":{"punct":25127,"conj":12569,"nmod":11820,"obj":10278,"obl":9720,"nmod:arg":7220,"amod":6501,"obl:arg":5553,"nsubj":4405,"iobj":4366,"expl:pv":4010,"xcomp":3634,"fixed":3115,"acl:relcl":2180,"flat":2169,"acl":2151,"advmod":2122,"advcl":1897,"ccomp":1791,"appos":1765,"dep":1384,"amod:flat":801,"advmod:emph":787,"nmod:flat":686,"ccomp:obj":672,"parataxis:obj":588,"obl:cmpr":564,"obl:agent":484,"cop":456,"parataxis:insert":449,"xcomp:pred":301,"det":241,"aux:pass":221,"ccomp:cleft":184,"csubj":169,"aux":159,"nsubj:pass":151,"vocative":122,"mark":119,"advcl:cmpr":114,"cc":109,"ccomp||advmod":66,"case":60,"advcl:relcl":59,"acl||nsubj":58,"obl:cmpr||advmod":55,"advmod:arg":44,"flat:foreign":35,"orphan":33,"xcomp:cleft":32,"nmod:poss":31,"obl:cmpr||det":30},"4":{"ROOT":17722}}�cfg��neg_key�
pl_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:a9f58ff9cf44f4d7830dd839ba260fecd8b9cdb29b41803a4bdb28d75e65d746
3
- size 573605473
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c75478e4261ca5ab67330927de1780e6590d6bf557b373e08701fac9f7409bd0
3
+ size 573594379
senter/model CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bc01614f9c2e172880f57be1f9021b7c39ae20f819d0eb31a9be2cc600c677c6
3
  size 219953
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d94546d9d27227926a0a0049e6b06cea4e8261d0632c76a9cc57fc4597f7b01
3
  size 219953
tagger/cfg CHANGED
@@ -34,7 +34,8 @@
34
  "SIEBIE",
35
  "SUBST",
36
  "WINIEN",
37
- "XXX"
 
38
  ],
39
  "neg_prefix":"!",
40
  "overwrite":false
34
  "SIEBIE",
35
  "SUBST",
36
  "WINIEN",
37
+ "XXX",
38
+ "_SP"
39
  ],
40
  "neg_prefix":"!",
41
  "overwrite":false
tagger/model CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:089704cce88964163160b25988e227ebfb29ad00b27220c46044e13a4306e1e8
3
- size 6379973
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09169c2f5f5b8b6dc99e44abd888d7a7abe6e329c1afeeab6a74a34d76681aa0
3
+ size 6380361
tok2vec/model CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:717dcd88af1ae748643b9c8180c7906268b7eeeca86ac1a7e393b053fdda5116
3
  size 6365604
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6fbc6c470b16d0f6254c22ce55ce68291046b94763d41b51d94d1721753ec6e
3
  size 6365604
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:b9077c97371c4d510014499eb8b0920c4e51e3a09ee3186356a6949173617e8d
3
- size 11413365
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:247de6655a2532120f8623a55de308e5916c5d975c10eed439327db05526954f
3
+ size 11404801