Commit
·
fb8a2e0
1
Parent(s):
a22052a
Update spaCy pipeline
Browse files- .gitattributes +4 -0
- LICENSE +428 -0
- LICENSES_SOURCES +1003 -0
- README.md +107 -0
- accuracy.json +297 -0
- attribute_ruler/patterns +0 -0
- config.cfg +282 -0
- lemmatizer/lookups/lookups.bin +3 -0
- lt_core_news_sm-any-py3-none-any.whl +3 -0
- meta.json +0 -0
- morphologizer/cfg +0 -0
- morphologizer/model +0 -0
- ner/cfg +13 -0
- ner/model +0 -0
- ner/moves +1 -0
- parser/cfg +13 -0
- parser/model +0 -0
- parser/moves +1 -0
- senter/cfg +3 -0
- senter/model +0 -0
- tagger/cfg +737 -0
- tagger/model +0 -0
- tok2vec/cfg +3 -0
- tok2vec/model +0 -0
- tokenizer +3 -0
- vocab/key2row +1 -0
- vocab/lookups.bin +3 -0
- vocab/strings.json +3 -0
- vocab/vectors +3 -0
.gitattributes
CHANGED
|
@@ -14,3 +14,7 @@
|
|
| 14 |
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 15 |
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 16 |
*.pth filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 15 |
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 16 |
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.whl filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.npz 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
|
LICENSE
ADDED
|
@@ -0,0 +1,428 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Attribution-ShareAlike 4.0 International
|
| 2 |
+
|
| 3 |
+
=======================================================================
|
| 4 |
+
|
| 5 |
+
Creative Commons Corporation ("Creative Commons") is not a law firm and
|
| 6 |
+
does not provide legal services or legal advice. Distribution of
|
| 7 |
+
Creative Commons public licenses does not create a lawyer-client or
|
| 8 |
+
other relationship. Creative Commons makes its licenses and related
|
| 9 |
+
information available on an "as-is" basis. Creative Commons gives no
|
| 10 |
+
warranties regarding its licenses, any material licensed under their
|
| 11 |
+
terms and conditions, or any related information. Creative Commons
|
| 12 |
+
disclaims all liability for damages resulting from their use to the
|
| 13 |
+
fullest extent possible.
|
| 14 |
+
|
| 15 |
+
Using Creative Commons Public Licenses
|
| 16 |
+
|
| 17 |
+
Creative Commons public licenses provide a standard set of terms and
|
| 18 |
+
conditions that creators and other rights holders may use to share
|
| 19 |
+
original works of authorship and other material subject to copyright
|
| 20 |
+
and certain other rights specified in the public license below. The
|
| 21 |
+
following considerations are for informational purposes only, are not
|
| 22 |
+
exhaustive, and do not form part of our licenses.
|
| 23 |
+
|
| 24 |
+
Considerations for licensors: Our public licenses are
|
| 25 |
+
intended for use by those authorized to give the public
|
| 26 |
+
permission to use material in ways otherwise restricted by
|
| 27 |
+
copyright and certain other rights. Our licenses are
|
| 28 |
+
irrevocable. Licensors should read and understand the terms
|
| 29 |
+
and conditions of the license they choose before applying it.
|
| 30 |
+
Licensors should also secure all rights necessary before
|
| 31 |
+
applying our licenses so that the public can reuse the
|
| 32 |
+
material as expected. Licensors should clearly mark any
|
| 33 |
+
material not subject to the license. This includes other CC-
|
| 34 |
+
licensed material, or material used under an exception or
|
| 35 |
+
limitation to copyright. More considerations for licensors:
|
| 36 |
+
wiki.creativecommons.org/Considerations_for_licensors
|
| 37 |
+
|
| 38 |
+
Considerations for the public: By using one of our public
|
| 39 |
+
licenses, a licensor grants the public permission to use the
|
| 40 |
+
licensed material under specified terms and conditions. If
|
| 41 |
+
the licensor's permission is not necessary for any reason--for
|
| 42 |
+
example, because of any applicable exception or limitation to
|
| 43 |
+
copyright--then that use is not regulated by the license. Our
|
| 44 |
+
licenses grant only permissions under copyright and certain
|
| 45 |
+
other rights that a licensor has authority to grant. Use of
|
| 46 |
+
the licensed material may still be restricted for other
|
| 47 |
+
reasons, including because others have copyright or other
|
| 48 |
+
rights in the material. A licensor may make special requests,
|
| 49 |
+
such as asking that all changes be marked or described.
|
| 50 |
+
Although not required by our licenses, you are encouraged to
|
| 51 |
+
respect those requests where reasonable. More considerations
|
| 52 |
+
for the public:
|
| 53 |
+
wiki.creativecommons.org/Considerations_for_licensees
|
| 54 |
+
|
| 55 |
+
=======================================================================
|
| 56 |
+
|
| 57 |
+
Creative Commons Attribution-ShareAlike 4.0 International Public
|
| 58 |
+
License
|
| 59 |
+
|
| 60 |
+
By exercising the Licensed Rights (defined below), You accept and agree
|
| 61 |
+
to be bound by the terms and conditions of this Creative Commons
|
| 62 |
+
Attribution-ShareAlike 4.0 International Public License ("Public
|
| 63 |
+
License"). To the extent this Public License may be interpreted as a
|
| 64 |
+
contract, You are granted the Licensed Rights in consideration of Your
|
| 65 |
+
acceptance of these terms and conditions, and the Licensor grants You
|
| 66 |
+
such rights in consideration of benefits the Licensor receives from
|
| 67 |
+
making the Licensed Material available under these terms and
|
| 68 |
+
conditions.
|
| 69 |
+
|
| 70 |
+
|
| 71 |
+
Section 1 -- Definitions.
|
| 72 |
+
|
| 73 |
+
a. Adapted Material means material subject to Copyright and Similar
|
| 74 |
+
Rights that is derived from or based upon the Licensed Material
|
| 75 |
+
and in which the Licensed Material is translated, altered,
|
| 76 |
+
arranged, transformed, or otherwise modified in a manner requiring
|
| 77 |
+
permission under the Copyright and Similar Rights held by the
|
| 78 |
+
Licensor. For purposes of this Public License, where the Licensed
|
| 79 |
+
Material is a musical work, performance, or sound recording,
|
| 80 |
+
Adapted Material is always produced where the Licensed Material is
|
| 81 |
+
synched in timed relation with a moving image.
|
| 82 |
+
|
| 83 |
+
b. Adapter's License means the license You apply to Your Copyright
|
| 84 |
+
and Similar Rights in Your contributions to Adapted Material in
|
| 85 |
+
accordance with the terms and conditions of this Public License.
|
| 86 |
+
|
| 87 |
+
c. BY-SA Compatible License means a license listed at
|
| 88 |
+
creativecommons.org/compatiblelicenses, approved by Creative
|
| 89 |
+
Commons as essentially the equivalent of this Public License.
|
| 90 |
+
|
| 91 |
+
d. Copyright and Similar Rights means copyright and/or similar rights
|
| 92 |
+
closely related to copyright including, without limitation,
|
| 93 |
+
performance, broadcast, sound recording, and Sui Generis Database
|
| 94 |
+
Rights, without regard to how the rights are labeled or
|
| 95 |
+
categorized. For purposes of this Public License, the rights
|
| 96 |
+
specified in Section 2(b)(1)-(2) are not Copyright and Similar
|
| 97 |
+
Rights.
|
| 98 |
+
|
| 99 |
+
e. Effective Technological Measures means those measures that, in the
|
| 100 |
+
absence of proper authority, may not be circumvented under laws
|
| 101 |
+
fulfilling obligations under Article 11 of the WIPO Copyright
|
| 102 |
+
Treaty adopted on December 20, 1996, and/or similar international
|
| 103 |
+
agreements.
|
| 104 |
+
|
| 105 |
+
f. Exceptions and Limitations means fair use, fair dealing, and/or
|
| 106 |
+
any other exception or limitation to Copyright and Similar Rights
|
| 107 |
+
that applies to Your use of the Licensed Material.
|
| 108 |
+
|
| 109 |
+
g. License Elements means the license attributes listed in the name
|
| 110 |
+
of a Creative Commons Public License. The License Elements of this
|
| 111 |
+
Public License are Attribution and ShareAlike.
|
| 112 |
+
|
| 113 |
+
h. Licensed Material means the artistic or literary work, database,
|
| 114 |
+
or other material to which the Licensor applied this Public
|
| 115 |
+
License.
|
| 116 |
+
|
| 117 |
+
i. Licensed Rights means the rights granted to You subject to the
|
| 118 |
+
terms and conditions of this Public License, which are limited to
|
| 119 |
+
all Copyright and Similar Rights that apply to Your use of the
|
| 120 |
+
Licensed Material and that the Licensor has authority to license.
|
| 121 |
+
|
| 122 |
+
j. Licensor means the individual(s) or entity(ies) granting rights
|
| 123 |
+
under this Public License.
|
| 124 |
+
|
| 125 |
+
k. Share means to provide material to the public by any means or
|
| 126 |
+
process that requires permission under the Licensed Rights, such
|
| 127 |
+
as reproduction, public display, public performance, distribution,
|
| 128 |
+
dissemination, communication, or importation, and to make material
|
| 129 |
+
available to the public including in ways that members of the
|
| 130 |
+
public may access the material from a place and at a time
|
| 131 |
+
individually chosen by them.
|
| 132 |
+
|
| 133 |
+
l. Sui Generis Database Rights means rights other than copyright
|
| 134 |
+
resulting from Directive 96/9/EC of the European Parliament and of
|
| 135 |
+
the Council of 11 March 1996 on the legal protection of databases,
|
| 136 |
+
as amended and/or succeeded, as well as other essentially
|
| 137 |
+
equivalent rights anywhere in the world.
|
| 138 |
+
|
| 139 |
+
m. You means the individual or entity exercising the Licensed Rights
|
| 140 |
+
under this Public License. Your has a corresponding meaning.
|
| 141 |
+
|
| 142 |
+
|
| 143 |
+
Section 2 -- Scope.
|
| 144 |
+
|
| 145 |
+
a. License grant.
|
| 146 |
+
|
| 147 |
+
1. Subject to the terms and conditions of this Public License,
|
| 148 |
+
the Licensor hereby grants You a worldwide, royalty-free,
|
| 149 |
+
non-sublicensable, non-exclusive, irrevocable license to
|
| 150 |
+
exercise the Licensed Rights in the Licensed Material to:
|
| 151 |
+
|
| 152 |
+
a. reproduce and Share the Licensed Material, in whole or
|
| 153 |
+
in part; and
|
| 154 |
+
|
| 155 |
+
b. produce, reproduce, and Share Adapted Material.
|
| 156 |
+
|
| 157 |
+
2. Exceptions and Limitations. For the avoidance of doubt, where
|
| 158 |
+
Exceptions and Limitations apply to Your use, this Public
|
| 159 |
+
License does not apply, and You do not need to comply with
|
| 160 |
+
its terms and conditions.
|
| 161 |
+
|
| 162 |
+
3. Term. The term of this Public License is specified in Section
|
| 163 |
+
6(a).
|
| 164 |
+
|
| 165 |
+
4. Media and formats; technical modifications allowed. The
|
| 166 |
+
Licensor authorizes You to exercise the Licensed Rights in
|
| 167 |
+
all media and formats whether now known or hereafter created,
|
| 168 |
+
and to make technical modifications necessary to do so. The
|
| 169 |
+
Licensor waives and/or agrees not to assert any right or
|
| 170 |
+
authority to forbid You from making technical modifications
|
| 171 |
+
necessary to exercise the Licensed Rights, including
|
| 172 |
+
technical modifications necessary to circumvent Effective
|
| 173 |
+
Technological Measures. For purposes of this Public License,
|
| 174 |
+
simply making modifications authorized by this Section 2(a)
|
| 175 |
+
(4) never produces Adapted Material.
|
| 176 |
+
|
| 177 |
+
5. Downstream recipients.
|
| 178 |
+
|
| 179 |
+
a. Offer from the Licensor -- Licensed Material. Every
|
| 180 |
+
recipient of the Licensed Material automatically
|
| 181 |
+
receives an offer from the Licensor to exercise the
|
| 182 |
+
Licensed Rights under the terms and conditions of this
|
| 183 |
+
Public License.
|
| 184 |
+
|
| 185 |
+
b. Additional offer from the Licensor -- Adapted Material.
|
| 186 |
+
Every recipient of Adapted Material from You
|
| 187 |
+
automatically receives an offer from the Licensor to
|
| 188 |
+
exercise the Licensed Rights in the Adapted Material
|
| 189 |
+
under the conditions of the Adapter's License You apply.
|
| 190 |
+
|
| 191 |
+
c. No downstream restrictions. You may not offer or impose
|
| 192 |
+
any additional or different terms or conditions on, or
|
| 193 |
+
apply any Effective Technological Measures to, the
|
| 194 |
+
Licensed Material if doing so restricts exercise of the
|
| 195 |
+
Licensed Rights by any recipient of the Licensed
|
| 196 |
+
Material.
|
| 197 |
+
|
| 198 |
+
6. No endorsement. Nothing in this Public License constitutes or
|
| 199 |
+
may be construed as permission to assert or imply that You
|
| 200 |
+
are, or that Your use of the Licensed Material is, connected
|
| 201 |
+
with, or sponsored, endorsed, or granted official status by,
|
| 202 |
+
the Licensor or others designated to receive attribution as
|
| 203 |
+
provided in Section 3(a)(1)(A)(i).
|
| 204 |
+
|
| 205 |
+
b. Other rights.
|
| 206 |
+
|
| 207 |
+
1. Moral rights, such as the right of integrity, are not
|
| 208 |
+
licensed under this Public License, nor are publicity,
|
| 209 |
+
privacy, and/or other similar personality rights; however, to
|
| 210 |
+
the extent possible, the Licensor waives and/or agrees not to
|
| 211 |
+
assert any such rights held by the Licensor to the limited
|
| 212 |
+
extent necessary to allow You to exercise the Licensed
|
| 213 |
+
Rights, but not otherwise.
|
| 214 |
+
|
| 215 |
+
2. Patent and trademark rights are not licensed under this
|
| 216 |
+
Public License.
|
| 217 |
+
|
| 218 |
+
3. To the extent possible, the Licensor waives any right to
|
| 219 |
+
collect royalties from You for the exercise of the Licensed
|
| 220 |
+
Rights, whether directly or through a collecting society
|
| 221 |
+
under any voluntary or waivable statutory or compulsory
|
| 222 |
+
licensing scheme. In all other cases the Licensor expressly
|
| 223 |
+
reserves any right to collect such royalties.
|
| 224 |
+
|
| 225 |
+
|
| 226 |
+
Section 3 -- License Conditions.
|
| 227 |
+
|
| 228 |
+
Your exercise of the Licensed Rights is expressly made subject to the
|
| 229 |
+
following conditions.
|
| 230 |
+
|
| 231 |
+
a. Attribution.
|
| 232 |
+
|
| 233 |
+
1. If You Share the Licensed Material (including in modified
|
| 234 |
+
form), You must:
|
| 235 |
+
|
| 236 |
+
a. retain the following if it is supplied by the Licensor
|
| 237 |
+
with the Licensed Material:
|
| 238 |
+
|
| 239 |
+
i. identification of the creator(s) of the Licensed
|
| 240 |
+
Material and any others designated to receive
|
| 241 |
+
attribution, in any reasonable manner requested by
|
| 242 |
+
the Licensor (including by pseudonym if
|
| 243 |
+
designated);
|
| 244 |
+
|
| 245 |
+
ii. a copyright notice;
|
| 246 |
+
|
| 247 |
+
iii. a notice that refers to this Public License;
|
| 248 |
+
|
| 249 |
+
iv. a notice that refers to the disclaimer of
|
| 250 |
+
warranties;
|
| 251 |
+
|
| 252 |
+
v. a URI or hyperlink to the Licensed Material to the
|
| 253 |
+
extent reasonably practicable;
|
| 254 |
+
|
| 255 |
+
b. indicate if You modified the Licensed Material and
|
| 256 |
+
retain an indication of any previous modifications; and
|
| 257 |
+
|
| 258 |
+
c. indicate the Licensed Material is licensed under this
|
| 259 |
+
Public License, and include the text of, or the URI or
|
| 260 |
+
hyperlink to, this Public License.
|
| 261 |
+
|
| 262 |
+
2. You may satisfy the conditions in Section 3(a)(1) in any
|
| 263 |
+
reasonable manner based on the medium, means, and context in
|
| 264 |
+
which You Share the Licensed Material. For example, it may be
|
| 265 |
+
reasonable to satisfy the conditions by providing a URI or
|
| 266 |
+
hyperlink to a resource that includes the required
|
| 267 |
+
information.
|
| 268 |
+
|
| 269 |
+
3. If requested by the Licensor, You must remove any of the
|
| 270 |
+
information required by Section 3(a)(1)(A) to the extent
|
| 271 |
+
reasonably practicable.
|
| 272 |
+
|
| 273 |
+
b. ShareAlike.
|
| 274 |
+
|
| 275 |
+
In addition to the conditions in Section 3(a), if You Share
|
| 276 |
+
Adapted Material You produce, the following conditions also apply.
|
| 277 |
+
|
| 278 |
+
1. The Adapter's License You apply must be a Creative Commons
|
| 279 |
+
license with the same License Elements, this version or
|
| 280 |
+
later, or a BY-SA Compatible License.
|
| 281 |
+
|
| 282 |
+
2. You must include the text of, or the URI or hyperlink to, the
|
| 283 |
+
Adapter's License You apply. You may satisfy this condition
|
| 284 |
+
in any reasonable manner based on the medium, means, and
|
| 285 |
+
context in which You Share Adapted Material.
|
| 286 |
+
|
| 287 |
+
3. You may not offer or impose any additional or different terms
|
| 288 |
+
or conditions on, or apply any Effective Technological
|
| 289 |
+
Measures to, Adapted Material that restrict exercise of the
|
| 290 |
+
rights granted under the Adapter's License You apply.
|
| 291 |
+
|
| 292 |
+
|
| 293 |
+
Section 4 -- Sui Generis Database Rights.
|
| 294 |
+
|
| 295 |
+
Where the Licensed Rights include Sui Generis Database Rights that
|
| 296 |
+
apply to Your use of the Licensed Material:
|
| 297 |
+
|
| 298 |
+
a. for the avoidance of doubt, Section 2(a)(1) grants You the right
|
| 299 |
+
to extract, reuse, reproduce, and Share all or a substantial
|
| 300 |
+
portion of the contents of the database;
|
| 301 |
+
|
| 302 |
+
b. if You include all or a substantial portion of the database
|
| 303 |
+
contents in a database in which You have Sui Generis Database
|
| 304 |
+
Rights, then the database in which You have Sui Generis Database
|
| 305 |
+
Rights (but not its individual contents) is Adapted Material,
|
| 306 |
+
|
| 307 |
+
including for purposes of Section 3(b); and
|
| 308 |
+
c. You must comply with the conditions in Section 3(a) if You Share
|
| 309 |
+
all or a substantial portion of the contents of the database.
|
| 310 |
+
|
| 311 |
+
For the avoidance of doubt, this Section 4 supplements and does not
|
| 312 |
+
replace Your obligations under this Public License where the Licensed
|
| 313 |
+
Rights include other Copyright and Similar Rights.
|
| 314 |
+
|
| 315 |
+
|
| 316 |
+
Section 5 -- Disclaimer of Warranties and Limitation of Liability.
|
| 317 |
+
|
| 318 |
+
a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
|
| 319 |
+
EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
|
| 320 |
+
AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
|
| 321 |
+
ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
|
| 322 |
+
IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
|
| 323 |
+
WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
|
| 324 |
+
PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
|
| 325 |
+
ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
|
| 326 |
+
KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
|
| 327 |
+
ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
|
| 328 |
+
|
| 329 |
+
b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
|
| 330 |
+
TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
|
| 331 |
+
NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
|
| 332 |
+
INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
|
| 333 |
+
COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
|
| 334 |
+
USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
|
| 335 |
+
ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
|
| 336 |
+
DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
|
| 337 |
+
IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
|
| 338 |
+
|
| 339 |
+
c. The disclaimer of warranties and limitation of liability provided
|
| 340 |
+
above shall be interpreted in a manner that, to the extent
|
| 341 |
+
possible, most closely approximates an absolute disclaimer and
|
| 342 |
+
waiver of all liability.
|
| 343 |
+
|
| 344 |
+
|
| 345 |
+
Section 6 -- Term and Termination.
|
| 346 |
+
|
| 347 |
+
a. This Public License applies for the term of the Copyright and
|
| 348 |
+
Similar Rights licensed here. However, if You fail to comply with
|
| 349 |
+
this Public License, then Your rights under this Public License
|
| 350 |
+
terminate automatically.
|
| 351 |
+
|
| 352 |
+
b. Where Your right to use the Licensed Material has terminated under
|
| 353 |
+
Section 6(a), it reinstates:
|
| 354 |
+
|
| 355 |
+
1. automatically as of the date the violation is cured, provided
|
| 356 |
+
it is cured within 30 days of Your discovery of the
|
| 357 |
+
violation; or
|
| 358 |
+
|
| 359 |
+
2. upon express reinstatement by the Licensor.
|
| 360 |
+
|
| 361 |
+
For the avoidance of doubt, this Section 6(b) does not affect any
|
| 362 |
+
right the Licensor may have to seek remedies for Your violations
|
| 363 |
+
of this Public License.
|
| 364 |
+
|
| 365 |
+
c. For the avoidance of doubt, the Licensor may also offer the
|
| 366 |
+
Licensed Material under separate terms or conditions or stop
|
| 367 |
+
distributing the Licensed Material at any time; however, doing so
|
| 368 |
+
will not terminate this Public License.
|
| 369 |
+
|
| 370 |
+
d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
|
| 371 |
+
License.
|
| 372 |
+
|
| 373 |
+
|
| 374 |
+
Section 7 -- Other Terms and Conditions.
|
| 375 |
+
|
| 376 |
+
a. The Licensor shall not be bound by any additional or different
|
| 377 |
+
terms or conditions communicated by You unless expressly agreed.
|
| 378 |
+
|
| 379 |
+
b. Any arrangements, understandings, or agreements regarding the
|
| 380 |
+
Licensed Material not stated herein are separate from and
|
| 381 |
+
independent of the terms and conditions of this Public License.
|
| 382 |
+
|
| 383 |
+
|
| 384 |
+
Section 8 -- Interpretation.
|
| 385 |
+
|
| 386 |
+
a. For the avoidance of doubt, this Public License does not, and
|
| 387 |
+
shall not be interpreted to, reduce, limit, restrict, or impose
|
| 388 |
+
conditions on any use of the Licensed Material that could lawfully
|
| 389 |
+
be made without permission under this Public License.
|
| 390 |
+
|
| 391 |
+
b. To the extent possible, if any provision of this Public License is
|
| 392 |
+
deemed unenforceable, it shall be automatically reformed to the
|
| 393 |
+
minimum extent necessary to make it enforceable. If the provision
|
| 394 |
+
cannot be reformed, it shall be severed from this Public License
|
| 395 |
+
without affecting the enforceability of the remaining terms and
|
| 396 |
+
conditions.
|
| 397 |
+
|
| 398 |
+
c. No term or condition of this Public License will be waived and no
|
| 399 |
+
failure to comply consented to unless expressly agreed to by the
|
| 400 |
+
Licensor.
|
| 401 |
+
|
| 402 |
+
d. Nothing in this Public License constitutes or may be interpreted
|
| 403 |
+
as a limitation upon, or waiver of, any privileges and immunities
|
| 404 |
+
that apply to the Licensor or You, including from the legal
|
| 405 |
+
processes of any jurisdiction or authority.
|
| 406 |
+
|
| 407 |
+
|
| 408 |
+
=======================================================================
|
| 409 |
+
|
| 410 |
+
Creative Commons is not a party to its public
|
| 411 |
+
licenses. Notwithstanding, Creative Commons may elect to apply one of
|
| 412 |
+
its public licenses to material it publishes and in those instances
|
| 413 |
+
will be considered the “Licensor.” The text of the Creative Commons
|
| 414 |
+
public licenses is dedicated to the public domain under the CC0 Public
|
| 415 |
+
Domain Dedication. Except for the limited purpose of indicating that
|
| 416 |
+
material is shared under a Creative Commons public license or as
|
| 417 |
+
otherwise permitted by the Creative Commons policies published at
|
| 418 |
+
creativecommons.org/policies, Creative Commons does not authorize the
|
| 419 |
+
use of the trademark "Creative Commons" or any other trademark or logo
|
| 420 |
+
of Creative Commons without its prior written consent including,
|
| 421 |
+
without limitation, in connection with any unauthorized modifications
|
| 422 |
+
to any of its public licenses or any other arrangements,
|
| 423 |
+
understandings, or agreements concerning use of licensed material. For
|
| 424 |
+
the avoidance of doubt, this paragraph does not form part of the
|
| 425 |
+
public licenses.
|
| 426 |
+
|
| 427 |
+
Creative Commons may be contacted at creativecommons.org.
|
| 428 |
+
|
LICENSES_SOURCES
ADDED
|
@@ -0,0 +1,1003 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# UD Lithuanian ALKSNIS v2.5
|
| 2 |
+
|
| 3 |
+
* Author: Utka, Andrius; Rimkutė, Erika; Bielinskienė, Agnė; Kovalevskaitė, Jolanta; Boizou, Loïc; Aleksandravičiūtė, Gabrielė; Brokaitė, Kristina; Zeman, Daniel; Perkova, Natalia; Griciūtė, Bernadeta
|
| 4 |
+
* URL: https://github.com/UniversalDependencies/UD_Lithuanian-ALKSNIS
|
| 5 |
+
* License: CC BY-SA 4.0
|
| 6 |
+
|
| 7 |
+
```
|
| 8 |
+
Attribution-ShareAlike 4.0 International
|
| 9 |
+
|
| 10 |
+
=======================================================================
|
| 11 |
+
|
| 12 |
+
Creative Commons Corporation ("Creative Commons") is not a law firm and
|
| 13 |
+
does not provide legal services or legal advice. Distribution of
|
| 14 |
+
Creative Commons public licenses does not create a lawyer-client or
|
| 15 |
+
other relationship. Creative Commons makes its licenses and related
|
| 16 |
+
information available on an "as-is" basis. Creative Commons gives no
|
| 17 |
+
warranties regarding its licenses, any material licensed under their
|
| 18 |
+
terms and conditions, or any related information. Creative Commons
|
| 19 |
+
disclaims all liability for damages resulting from their use to the
|
| 20 |
+
fullest extent possible.
|
| 21 |
+
|
| 22 |
+
Using Creative Commons Public Licenses
|
| 23 |
+
|
| 24 |
+
Creative Commons public licenses provide a standard set of terms and
|
| 25 |
+
conditions that creators and other rights holders may use to share
|
| 26 |
+
original works of authorship and other material subject to copyright
|
| 27 |
+
and certain other rights specified in the public license below. The
|
| 28 |
+
following considerations are for informational purposes only, are not
|
| 29 |
+
exhaustive, and do not form part of our licenses.
|
| 30 |
+
|
| 31 |
+
Considerations for licensors: Our public licenses are
|
| 32 |
+
intended for use by those authorized to give the public
|
| 33 |
+
permission to use material in ways otherwise restricted by
|
| 34 |
+
copyright and certain other rights. Our licenses are
|
| 35 |
+
irrevocable. Licensors should read and understand the terms
|
| 36 |
+
and conditions of the license they choose before applying it.
|
| 37 |
+
Licensors should also secure all rights necessary before
|
| 38 |
+
applying our licenses so that the public can reuse the
|
| 39 |
+
material as expected. Licensors should clearly mark any
|
| 40 |
+
material not subject to the license. This includes other CC-
|
| 41 |
+
licensed material, or material used under an exception or
|
| 42 |
+
limitation to copyright. More considerations for licensors:
|
| 43 |
+
wiki.creativecommons.org/Considerations_for_licensors
|
| 44 |
+
|
| 45 |
+
Considerations for the public: By using one of our public
|
| 46 |
+
licenses, a licensor grants the public permission to use the
|
| 47 |
+
licensed material under specified terms and conditions. If
|
| 48 |
+
the licensor's permission is not necessary for any reason--for
|
| 49 |
+
example, because of any applicable exception or limitation to
|
| 50 |
+
copyright--then that use is not regulated by the license. Our
|
| 51 |
+
licenses grant only permissions under copyright and certain
|
| 52 |
+
other rights that a licensor has authority to grant. Use of
|
| 53 |
+
the licensed material may still be restricted for other
|
| 54 |
+
reasons, including because others have copyright or other
|
| 55 |
+
rights in the material. A licensor may make special requests,
|
| 56 |
+
such as asking that all changes be marked or described.
|
| 57 |
+
Although not required by our licenses, you are encouraged to
|
| 58 |
+
respect those requests where reasonable. More considerations
|
| 59 |
+
for the public:
|
| 60 |
+
wiki.creativecommons.org/Considerations_for_licensees
|
| 61 |
+
|
| 62 |
+
=======================================================================
|
| 63 |
+
|
| 64 |
+
Creative Commons Attribution-ShareAlike 4.0 International Public
|
| 65 |
+
License
|
| 66 |
+
|
| 67 |
+
By exercising the Licensed Rights (defined below), You accept and agree
|
| 68 |
+
to be bound by the terms and conditions of this Creative Commons
|
| 69 |
+
Attribution-ShareAlike 4.0 International Public License ("Public
|
| 70 |
+
License"). To the extent this Public License may be interpreted as a
|
| 71 |
+
contract, You are granted the Licensed Rights in consideration of Your
|
| 72 |
+
acceptance of these terms and conditions, and the Licensor grants You
|
| 73 |
+
such rights in consideration of benefits the Licensor receives from
|
| 74 |
+
making the Licensed Material available under these terms and
|
| 75 |
+
conditions.
|
| 76 |
+
|
| 77 |
+
|
| 78 |
+
Section 1 -- Definitions.
|
| 79 |
+
|
| 80 |
+
a. Adapted Material means material subject to Copyright and Similar
|
| 81 |
+
Rights that is derived from or based upon the Licensed Material
|
| 82 |
+
and in which the Licensed Material is translated, altered,
|
| 83 |
+
arranged, transformed, or otherwise modified in a manner requiring
|
| 84 |
+
permission under the Copyright and Similar Rights held by the
|
| 85 |
+
Licensor. For purposes of this Public License, where the Licensed
|
| 86 |
+
Material is a musical work, performance, or sound recording,
|
| 87 |
+
Adapted Material is always produced where the Licensed Material is
|
| 88 |
+
synched in timed relation with a moving image.
|
| 89 |
+
|
| 90 |
+
b. Adapter's License means the license You apply to Your Copyright
|
| 91 |
+
and Similar Rights in Your contributions to Adapted Material in
|
| 92 |
+
accordance with the terms and conditions of this Public License.
|
| 93 |
+
|
| 94 |
+
c. BY-SA Compatible License means a license listed at
|
| 95 |
+
creativecommons.org/compatiblelicenses, approved by Creative
|
| 96 |
+
Commons as essentially the equivalent of this Public License.
|
| 97 |
+
|
| 98 |
+
d. Copyright and Similar Rights means copyright and/or similar rights
|
| 99 |
+
closely related to copyright including, without limitation,
|
| 100 |
+
performance, broadcast, sound recording, and Sui Generis Database
|
| 101 |
+
Rights, without regard to how the rights are labeled or
|
| 102 |
+
categorized. For purposes of this Public License, the rights
|
| 103 |
+
specified in Section 2(b)(1)-(2) are not Copyright and Similar
|
| 104 |
+
Rights.
|
| 105 |
+
|
| 106 |
+
e. Effective Technological Measures means those measures that, in the
|
| 107 |
+
absence of proper authority, may not be circumvented under laws
|
| 108 |
+
fulfilling obligations under Article 11 of the WIPO Copyright
|
| 109 |
+
Treaty adopted on December 20, 1996, and/or similar international
|
| 110 |
+
agreements.
|
| 111 |
+
|
| 112 |
+
f. Exceptions and Limitations means fair use, fair dealing, and/or
|
| 113 |
+
any other exception or limitation to Copyright and Similar Rights
|
| 114 |
+
that applies to Your use of the Licensed Material.
|
| 115 |
+
|
| 116 |
+
g. License Elements means the license attributes listed in the name
|
| 117 |
+
of a Creative Commons Public License. The License Elements of this
|
| 118 |
+
Public License are Attribution and ShareAlike.
|
| 119 |
+
|
| 120 |
+
h. Licensed Material means the artistic or literary work, database,
|
| 121 |
+
or other material to which the Licensor applied this Public
|
| 122 |
+
License.
|
| 123 |
+
|
| 124 |
+
i. Licensed Rights means the rights granted to You subject to the
|
| 125 |
+
terms and conditions of this Public License, which are limited to
|
| 126 |
+
all Copyright and Similar Rights that apply to Your use of the
|
| 127 |
+
Licensed Material and that the Licensor has authority to license.
|
| 128 |
+
|
| 129 |
+
j. Licensor means the individual(s) or entity(ies) granting rights
|
| 130 |
+
under this Public License.
|
| 131 |
+
|
| 132 |
+
k. Share means to provide material to the public by any means or
|
| 133 |
+
process that requires permission under the Licensed Rights, such
|
| 134 |
+
as reproduction, public display, public performance, distribution,
|
| 135 |
+
dissemination, communication, or importation, and to make material
|
| 136 |
+
available to the public including in ways that members of the
|
| 137 |
+
public may access the material from a place and at a time
|
| 138 |
+
individually chosen by them.
|
| 139 |
+
|
| 140 |
+
l. Sui Generis Database Rights means rights other than copyright
|
| 141 |
+
resulting from Directive 96/9/EC of the European Parliament and of
|
| 142 |
+
the Council of 11 March 1996 on the legal protection of databases,
|
| 143 |
+
as amended and/or succeeded, as well as other essentially
|
| 144 |
+
equivalent rights anywhere in the world.
|
| 145 |
+
|
| 146 |
+
m. You means the individual or entity exercising the Licensed Rights
|
| 147 |
+
under this Public License. Your has a corresponding meaning.
|
| 148 |
+
|
| 149 |
+
|
| 150 |
+
Section 2 -- Scope.
|
| 151 |
+
|
| 152 |
+
a. License grant.
|
| 153 |
+
|
| 154 |
+
1. Subject to the terms and conditions of this Public License,
|
| 155 |
+
the Licensor hereby grants You a worldwide, royalty-free,
|
| 156 |
+
non-sublicensable, non-exclusive, irrevocable license to
|
| 157 |
+
exercise the Licensed Rights in the Licensed Material to:
|
| 158 |
+
|
| 159 |
+
a. reproduce and Share the Licensed Material, in whole or
|
| 160 |
+
in part; and
|
| 161 |
+
|
| 162 |
+
b. produce, reproduce, and Share Adapted Material.
|
| 163 |
+
|
| 164 |
+
2. Exceptions and Limitations. For the avoidance of doubt, where
|
| 165 |
+
Exceptions and Limitations apply to Your use, this Public
|
| 166 |
+
License does not apply, and You do not need to comply with
|
| 167 |
+
its terms and conditions.
|
| 168 |
+
|
| 169 |
+
3. Term. The term of this Public License is specified in Section
|
| 170 |
+
6(a).
|
| 171 |
+
|
| 172 |
+
4. Media and formats; technical modifications allowed. The
|
| 173 |
+
Licensor authorizes You to exercise the Licensed Rights in
|
| 174 |
+
all media and formats whether now known or hereafter created,
|
| 175 |
+
and to make technical modifications necessary to do so. The
|
| 176 |
+
Licensor waives and/or agrees not to assert any right or
|
| 177 |
+
authority to forbid You from making technical modifications
|
| 178 |
+
necessary to exercise the Licensed Rights, including
|
| 179 |
+
technical modifications necessary to circumvent Effective
|
| 180 |
+
Technological Measures. For purposes of this Public License,
|
| 181 |
+
simply making modifications authorized by this Section 2(a)
|
| 182 |
+
(4) never produces Adapted Material.
|
| 183 |
+
|
| 184 |
+
5. Downstream recipients.
|
| 185 |
+
|
| 186 |
+
a. Offer from the Licensor -- Licensed Material. Every
|
| 187 |
+
recipient of the Licensed Material automatically
|
| 188 |
+
receives an offer from the Licensor to exercise the
|
| 189 |
+
Licensed Rights under the terms and conditions of this
|
| 190 |
+
Public License.
|
| 191 |
+
|
| 192 |
+
b. Additional offer from the Licensor -- Adapted Material.
|
| 193 |
+
Every recipient of Adapted Material from You
|
| 194 |
+
automatically receives an offer from the Licensor to
|
| 195 |
+
exercise the Licensed Rights in the Adapted Material
|
| 196 |
+
under the conditions of the Adapter's License You apply.
|
| 197 |
+
|
| 198 |
+
c. No downstream restrictions. You may not offer or impose
|
| 199 |
+
any additional or different terms or conditions on, or
|
| 200 |
+
apply any Effective Technological Measures to, the
|
| 201 |
+
Licensed Material if doing so restricts exercise of the
|
| 202 |
+
Licensed Rights by any recipient of the Licensed
|
| 203 |
+
Material.
|
| 204 |
+
|
| 205 |
+
6. No endorsement. Nothing in this Public License constitutes or
|
| 206 |
+
may be construed as permission to assert or imply that You
|
| 207 |
+
are, or that Your use of the Licensed Material is, connected
|
| 208 |
+
with, or sponsored, endorsed, or granted official status by,
|
| 209 |
+
the Licensor or others designated to receive attribution as
|
| 210 |
+
provided in Section 3(a)(1)(A)(i).
|
| 211 |
+
|
| 212 |
+
b. Other rights.
|
| 213 |
+
|
| 214 |
+
1. Moral rights, such as the right of integrity, are not
|
| 215 |
+
licensed under this Public License, nor are publicity,
|
| 216 |
+
privacy, and/or other similar personality rights; however, to
|
| 217 |
+
the extent possible, the Licensor waives and/or agrees not to
|
| 218 |
+
assert any such rights held by the Licensor to the limited
|
| 219 |
+
extent necessary to allow You to exercise the Licensed
|
| 220 |
+
Rights, but not otherwise.
|
| 221 |
+
|
| 222 |
+
2. Patent and trademark rights are not licensed under this
|
| 223 |
+
Public License.
|
| 224 |
+
|
| 225 |
+
3. To the extent possible, the Licensor waives any right to
|
| 226 |
+
collect royalties from You for the exercise of the Licensed
|
| 227 |
+
Rights, whether directly or through a collecting society
|
| 228 |
+
under any voluntary or waivable statutory or compulsory
|
| 229 |
+
licensing scheme. In all other cases the Licensor expressly
|
| 230 |
+
reserves any right to collect such royalties.
|
| 231 |
+
|
| 232 |
+
|
| 233 |
+
Section 3 -- License Conditions.
|
| 234 |
+
|
| 235 |
+
Your exercise of the Licensed Rights is expressly made subject to the
|
| 236 |
+
following conditions.
|
| 237 |
+
|
| 238 |
+
a. Attribution.
|
| 239 |
+
|
| 240 |
+
1. If You Share the Licensed Material (including in modified
|
| 241 |
+
form), You must:
|
| 242 |
+
|
| 243 |
+
a. retain the following if it is supplied by the Licensor
|
| 244 |
+
with the Licensed Material:
|
| 245 |
+
|
| 246 |
+
i. identification of the creator(s) of the Licensed
|
| 247 |
+
Material and any others designated to receive
|
| 248 |
+
attribution, in any reasonable manner requested by
|
| 249 |
+
the Licensor (including by pseudonym if
|
| 250 |
+
designated);
|
| 251 |
+
|
| 252 |
+
ii. a copyright notice;
|
| 253 |
+
|
| 254 |
+
iii. a notice that refers to this Public License;
|
| 255 |
+
|
| 256 |
+
iv. a notice that refers to the disclaimer of
|
| 257 |
+
warranties;
|
| 258 |
+
|
| 259 |
+
v. a URI or hyperlink to the Licensed Material to the
|
| 260 |
+
extent reasonably practicable;
|
| 261 |
+
|
| 262 |
+
b. indicate if You modified the Licensed Material and
|
| 263 |
+
retain an indication of any previous modifications; and
|
| 264 |
+
|
| 265 |
+
c. indicate the Licensed Material is licensed under this
|
| 266 |
+
Public License, and include the text of, or the URI or
|
| 267 |
+
hyperlink to, this Public License.
|
| 268 |
+
|
| 269 |
+
2. You may satisfy the conditions in Section 3(a)(1) in any
|
| 270 |
+
reasonable manner based on the medium, means, and context in
|
| 271 |
+
which You Share the Licensed Material. For example, it may be
|
| 272 |
+
reasonable to satisfy the conditions by providing a URI or
|
| 273 |
+
hyperlink to a resource that includes the required
|
| 274 |
+
information.
|
| 275 |
+
|
| 276 |
+
3. If requested by the Licensor, You must remove any of the
|
| 277 |
+
information required by Section 3(a)(1)(A) to the extent
|
| 278 |
+
reasonably practicable.
|
| 279 |
+
|
| 280 |
+
b. ShareAlike.
|
| 281 |
+
|
| 282 |
+
In addition to the conditions in Section 3(a), if You Share
|
| 283 |
+
Adapted Material You produce, the following conditions also apply.
|
| 284 |
+
|
| 285 |
+
1. The Adapter's License You apply must be a Creative Commons
|
| 286 |
+
license with the same License Elements, this version or
|
| 287 |
+
later, or a BY-SA Compatible License.
|
| 288 |
+
|
| 289 |
+
2. You must include the text of, or the URI or hyperlink to, the
|
| 290 |
+
Adapter's License You apply. You may satisfy this condition
|
| 291 |
+
in any reasonable manner based on the medium, means, and
|
| 292 |
+
context in which You Share Adapted Material.
|
| 293 |
+
|
| 294 |
+
3. You may not offer or impose any additional or different terms
|
| 295 |
+
or conditions on, or apply any Effective Technological
|
| 296 |
+
Measures to, Adapted Material that restrict exercise of the
|
| 297 |
+
rights granted under the Adapter's License You apply.
|
| 298 |
+
|
| 299 |
+
|
| 300 |
+
Section 4 -- Sui Generis Database Rights.
|
| 301 |
+
|
| 302 |
+
Where the Licensed Rights include Sui Generis Database Rights that
|
| 303 |
+
apply to Your use of the Licensed Material:
|
| 304 |
+
|
| 305 |
+
a. for the avoidance of doubt, Section 2(a)(1) grants You the right
|
| 306 |
+
to extract, reuse, reproduce, and Share all or a substantial
|
| 307 |
+
portion of the contents of the database;
|
| 308 |
+
|
| 309 |
+
b. if You include all or a substantial portion of the database
|
| 310 |
+
contents in a database in which You have Sui Generis Database
|
| 311 |
+
Rights, then the database in which You have Sui Generis Database
|
| 312 |
+
Rights (but not its individual contents) is Adapted Material,
|
| 313 |
+
|
| 314 |
+
including for purposes of Section 3(b); and
|
| 315 |
+
c. You must comply with the conditions in Section 3(a) if You Share
|
| 316 |
+
all or a substantial portion of the contents of the database.
|
| 317 |
+
|
| 318 |
+
For the avoidance of doubt, this Section 4 supplements and does not
|
| 319 |
+
replace Your obligations under this Public License where the Licensed
|
| 320 |
+
Rights include other Copyright and Similar Rights.
|
| 321 |
+
|
| 322 |
+
|
| 323 |
+
Section 5 -- Disclaimer of Warranties and Limitation of Liability.
|
| 324 |
+
|
| 325 |
+
a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
|
| 326 |
+
EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
|
| 327 |
+
AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
|
| 328 |
+
ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
|
| 329 |
+
IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
|
| 330 |
+
WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
|
| 331 |
+
PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
|
| 332 |
+
ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
|
| 333 |
+
KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
|
| 334 |
+
ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
|
| 335 |
+
|
| 336 |
+
b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
|
| 337 |
+
TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
|
| 338 |
+
NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
|
| 339 |
+
INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
|
| 340 |
+
COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
|
| 341 |
+
USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
|
| 342 |
+
ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
|
| 343 |
+
DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
|
| 344 |
+
IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
|
| 345 |
+
|
| 346 |
+
c. The disclaimer of warranties and limitation of liability provided
|
| 347 |
+
above shall be interpreted in a manner that, to the extent
|
| 348 |
+
possible, most closely approximates an absolute disclaimer and
|
| 349 |
+
waiver of all liability.
|
| 350 |
+
|
| 351 |
+
|
| 352 |
+
Section 6 -- Term and Termination.
|
| 353 |
+
|
| 354 |
+
a. This Public License applies for the term of the Copyright and
|
| 355 |
+
Similar Rights licensed here. However, if You fail to comply with
|
| 356 |
+
this Public License, then Your rights under this Public License
|
| 357 |
+
terminate automatically.
|
| 358 |
+
|
| 359 |
+
b. Where Your right to use the Licensed Material has terminated under
|
| 360 |
+
Section 6(a), it reinstates:
|
| 361 |
+
|
| 362 |
+
1. automatically as of the date the violation is cured, provided
|
| 363 |
+
it is cured within 30 days of Your discovery of the
|
| 364 |
+
violation; or
|
| 365 |
+
|
| 366 |
+
2. upon express reinstatement by the Licensor.
|
| 367 |
+
|
| 368 |
+
For the avoidance of doubt, this Section 6(b) does not affect any
|
| 369 |
+
right the Licensor may have to seek remedies for Your violations
|
| 370 |
+
of this Public License.
|
| 371 |
+
|
| 372 |
+
c. For the avoidance of doubt, the Licensor may also offer the
|
| 373 |
+
Licensed Material under separate terms or conditions or stop
|
| 374 |
+
distributing the Licensed Material at any time; however, doing so
|
| 375 |
+
will not terminate this Public License.
|
| 376 |
+
|
| 377 |
+
d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
|
| 378 |
+
License.
|
| 379 |
+
|
| 380 |
+
|
| 381 |
+
Section 7 -- Other Terms and Conditions.
|
| 382 |
+
|
| 383 |
+
a. The Licensor shall not be bound by any additional or different
|
| 384 |
+
terms or conditions communicated by You unless expressly agreed.
|
| 385 |
+
|
| 386 |
+
b. Any arrangements, understandings, or agreements regarding the
|
| 387 |
+
Licensed Material not stated herein are separate from and
|
| 388 |
+
independent of the terms and conditions of this Public License.
|
| 389 |
+
|
| 390 |
+
|
| 391 |
+
Section 8 -- Interpretation.
|
| 392 |
+
|
| 393 |
+
a. For the avoidance of doubt, this Public License does not, and
|
| 394 |
+
shall not be interpreted to, reduce, limit, restrict, or impose
|
| 395 |
+
conditions on any use of the Licensed Material that could lawfully
|
| 396 |
+
be made without permission under this Public License.
|
| 397 |
+
|
| 398 |
+
b. To the extent possible, if any provision of this Public License is
|
| 399 |
+
deemed unenforceable, it shall be automatically reformed to the
|
| 400 |
+
minimum extent necessary to make it enforceable. If the provision
|
| 401 |
+
cannot be reformed, it shall be severed from this Public License
|
| 402 |
+
without affecting the enforceability of the remaining terms and
|
| 403 |
+
conditions.
|
| 404 |
+
|
| 405 |
+
c. No term or condition of this Public License will be waived and no
|
| 406 |
+
failure to comply consented to unless expressly agreed to by the
|
| 407 |
+
Licensor.
|
| 408 |
+
|
| 409 |
+
d. Nothing in this Public License constitutes or may be interpreted
|
| 410 |
+
as a limitation upon, or waiver of, any privileges and immunities
|
| 411 |
+
that apply to the Licensor or You, including from the legal
|
| 412 |
+
processes of any jurisdiction or authority.
|
| 413 |
+
|
| 414 |
+
|
| 415 |
+
=======================================================================
|
| 416 |
+
|
| 417 |
+
Creative Commons is not a party to its public
|
| 418 |
+
licenses. Notwithstanding, Creative Commons may elect to apply one of
|
| 419 |
+
its public licenses to material it publishes and in those instances
|
| 420 |
+
will be considered the “Licensor.” The text of the Creative Commons
|
| 421 |
+
public licenses is dedicated to the public domain under the CC0 Public
|
| 422 |
+
Domain Dedication. Except for the limited purpose of indicating that
|
| 423 |
+
material is shared under a Creative Commons public license or as
|
| 424 |
+
otherwise permitted by the Creative Commons policies published at
|
| 425 |
+
creativecommons.org/policies, Creative Commons does not authorize the
|
| 426 |
+
use of the trademark "Creative Commons" or any other trademark or logo
|
| 427 |
+
of Creative Commons without its prior written consent including,
|
| 428 |
+
without limitation, in connection with any unauthorized modifications
|
| 429 |
+
to any of its public licenses or any other arrangements,
|
| 430 |
+
understandings, or agreements concerning use of licensed material. For
|
| 431 |
+
the avoidance of doubt, this paragraph does not form part of the
|
| 432 |
+
public licenses.
|
| 433 |
+
|
| 434 |
+
Creative Commons may be contacted at creativecommons.org.
|
| 435 |
+
|
| 436 |
+
```
|
| 437 |
+
|
| 438 |
+
|
| 439 |
+
|
| 440 |
+
|
| 441 |
+
# TokenMill NER Corpus
|
| 442 |
+
|
| 443 |
+
* Author: TokenMill
|
| 444 |
+
* URL: https://www.tokenmill.lt
|
| 445 |
+
* License: commercial (licensed by Explosion)
|
| 446 |
+
|
| 447 |
+
```
|
| 448 |
+
```
|
| 449 |
+
|
| 450 |
+
|
| 451 |
+
|
| 452 |
+
|
| 453 |
+
# Lemmatization Lists
|
| 454 |
+
|
| 455 |
+
* Author: Michal Měchura
|
| 456 |
+
* URL: https://github.com/michmech/lemmatization-lists/
|
| 457 |
+
* License: ODbL
|
| 458 |
+
|
| 459 |
+
```
|
| 460 |
+
## ODC Open Database License (ODbL)
|
| 461 |
+
|
| 462 |
+
### Preamble
|
| 463 |
+
|
| 464 |
+
The Open Database License (ODbL) is a license agreement intended to
|
| 465 |
+
allow users to freely share, modify, and use this Database while
|
| 466 |
+
maintaining this same freedom for others. Many databases are covered by
|
| 467 |
+
copyright, and therefore this document licenses these rights. Some
|
| 468 |
+
jurisdictions, mainly in the European Union, have specific rights that
|
| 469 |
+
cover databases, and so the ODbL addresses these rights, too. Finally,
|
| 470 |
+
the ODbL is also an agreement in contract for users of this Database to
|
| 471 |
+
act in certain ways in return for accessing this Database.
|
| 472 |
+
|
| 473 |
+
Databases can contain a wide variety of types of content (images,
|
| 474 |
+
audiovisual material, and sounds all in the same database, for example),
|
| 475 |
+
and so the ODbL only governs the rights over the Database, and not the
|
| 476 |
+
contents of the Database individually. Licensors should use the ODbL
|
| 477 |
+
together with another license for the contents, if the contents have a
|
| 478 |
+
single set of rights that uniformly covers all of the contents. If the
|
| 479 |
+
contents have multiple sets of different rights, Licensors should
|
| 480 |
+
describe what rights govern what contents together in the individual
|
| 481 |
+
record or in some other way that clarifies what rights apply.
|
| 482 |
+
|
| 483 |
+
Sometimes the contents of a database, or the database itself, can be
|
| 484 |
+
covered by other rights not addressed here (such as private contracts,
|
| 485 |
+
trade mark over the name, or privacy rights / data protection rights
|
| 486 |
+
over information in the contents), and so you are advised that you may
|
| 487 |
+
have to consult other documents or clear other rights before doing
|
| 488 |
+
activities not covered by this License.
|
| 489 |
+
|
| 490 |
+
------
|
| 491 |
+
|
| 492 |
+
The Licensor (as defined below)
|
| 493 |
+
|
| 494 |
+
and
|
| 495 |
+
|
| 496 |
+
You (as defined below)
|
| 497 |
+
|
| 498 |
+
agree as follows:
|
| 499 |
+
|
| 500 |
+
### 1.0 Definitions of Capitalised Words
|
| 501 |
+
|
| 502 |
+
"Collective Database" – Means this Database in unmodified form as part
|
| 503 |
+
of a collection of independent databases in themselves that together are
|
| 504 |
+
assembled into a collective whole. A work that constitutes a Collective
|
| 505 |
+
Database will not be considered a Derivative Database.
|
| 506 |
+
|
| 507 |
+
"Convey" – As a verb, means Using the Database, a Derivative Database,
|
| 508 |
+
or the Database as part of a Collective Database in any way that enables
|
| 509 |
+
a Person to make or receive copies of the Database or a Derivative
|
| 510 |
+
Database. Conveying does not include interaction with a user through a
|
| 511 |
+
computer network, or creating and Using a Produced Work, where no
|
| 512 |
+
transfer of a copy of the Database or a Derivative Database occurs.
|
| 513 |
+
"Contents" – The contents of this Database, which includes the
|
| 514 |
+
information, independent works, or other material collected into the
|
| 515 |
+
Database. For example, the contents of the Database could be factual
|
| 516 |
+
data or works such as images, audiovisual material, text, or sounds.
|
| 517 |
+
|
| 518 |
+
"Database" – A collection of material (the Contents) arranged in a
|
| 519 |
+
systematic or methodical way and individually accessible by electronic
|
| 520 |
+
or other means offered under the terms of this License.
|
| 521 |
+
|
| 522 |
+
"Database Directive" – Means Directive 96/9/EC of the European
|
| 523 |
+
Parliament and of the Council of 11 March 1996 on the legal protection
|
| 524 |
+
of databases, as amended or succeeded.
|
| 525 |
+
|
| 526 |
+
"Database Right" – Means rights resulting from the Chapter III ("sui
|
| 527 |
+
generis") rights in the Database Directive (as amended and as transposed
|
| 528 |
+
by member states), which includes the Extraction and Re-utilisation of
|
| 529 |
+
the whole or a Substantial part of the Contents, as well as any similar
|
| 530 |
+
rights available in the relevant jurisdiction under Section 10.4.
|
| 531 |
+
|
| 532 |
+
"Derivative Database" – Means a database based upon the Database, and
|
| 533 |
+
includes any translation, adaptation, arrangement, modification, or any
|
| 534 |
+
other alteration of the Database or of a Substantial part of the
|
| 535 |
+
Contents. This includes, but is not limited to, Extracting or
|
| 536 |
+
Re-utilising the whole or a Substantial part of the Contents in a new
|
| 537 |
+
Database.
|
| 538 |
+
|
| 539 |
+
"Extraction" – Means the permanent or temporary transfer of all or a
|
| 540 |
+
Substantial part of the Contents to another medium by any means or in
|
| 541 |
+
any form.
|
| 542 |
+
|
| 543 |
+
"License" – Means this license agreement and is both a license of rights
|
| 544 |
+
such as copyright and Database Rights and an agreement in contract.
|
| 545 |
+
|
| 546 |
+
"Licensor" – Means the Person that offers the Database under the terms
|
| 547 |
+
of this License.
|
| 548 |
+
|
| 549 |
+
"Person" – Means a natural or legal person or a body of persons
|
| 550 |
+
corporate or incorporate.
|
| 551 |
+
|
| 552 |
+
"Produced Work" – a work (such as an image, audiovisual material, text,
|
| 553 |
+
or sounds) resulting from using the whole or a Substantial part of the
|
| 554 |
+
Contents (via a search or other query) from this Database, a Derivative
|
| 555 |
+
Database, or this Database as part of a Collective Database.
|
| 556 |
+
|
| 557 |
+
"Publicly" – means to Persons other than You or under Your control by
|
| 558 |
+
either more than 50% ownership or by the power to direct their
|
| 559 |
+
activities (such as contracting with an independent consultant).
|
| 560 |
+
|
| 561 |
+
"Re-utilisation" – means any form of making available to the public all
|
| 562 |
+
or a Substantial part of the Contents by the distribution of copies, by
|
| 563 |
+
renting, by online or other forms of transmission.
|
| 564 |
+
|
| 565 |
+
"Substantial" – Means substantial in terms of quantity or quality or a
|
| 566 |
+
combination of both. The repeated and systematic Extraction or
|
| 567 |
+
Re-utilisation of insubstantial parts of the Contents may amount to the
|
| 568 |
+
Extraction or Re-utilisation of a Substantial part of the Contents.
|
| 569 |
+
|
| 570 |
+
"Use" – As a verb, means doing any act that is restricted by copyright
|
| 571 |
+
or Database Rights whether in the original medium or any other; and
|
| 572 |
+
includes without limitation distributing, copying, publicly performing,
|
| 573 |
+
publicly displaying, and preparing derivative works of the Database, as
|
| 574 |
+
well as modifying the Database as may be technically necessary to use it
|
| 575 |
+
in a different mode or format.
|
| 576 |
+
|
| 577 |
+
"You" – Means a Person exercising rights under this License who has not
|
| 578 |
+
previously violated the terms of this License with respect to the
|
| 579 |
+
Database, or who has received express permission from the Licensor to
|
| 580 |
+
exercise rights under this License despite a previous violation.
|
| 581 |
+
|
| 582 |
+
Words in the singular include the plural and vice versa.
|
| 583 |
+
|
| 584 |
+
### 2.0 What this License covers
|
| 585 |
+
|
| 586 |
+
2.1. Legal effect of this document. This License is:
|
| 587 |
+
|
| 588 |
+
a. A license of applicable copyright and neighbouring rights;
|
| 589 |
+
|
| 590 |
+
b. A license of the Database Right; and
|
| 591 |
+
|
| 592 |
+
c. An agreement in contract between You and the Licensor.
|
| 593 |
+
|
| 594 |
+
2.2 Legal rights covered. This License covers the legal rights in the
|
| 595 |
+
Database, including:
|
| 596 |
+
|
| 597 |
+
a. Copyright. Any copyright or neighbouring rights in the Database.
|
| 598 |
+
The copyright licensed includes any individual elements of the
|
| 599 |
+
Database, but does not cover the copyright over the Contents
|
| 600 |
+
independent of this Database. See Section 2.4 for details. Copyright
|
| 601 |
+
law varies between jurisdictions, but is likely to cover: the Database
|
| 602 |
+
model or schema, which is the structure, arrangement, and organisation
|
| 603 |
+
of the Database, and can also include the Database tables and table
|
| 604 |
+
indexes; the data entry and output sheets; and the Field names of
|
| 605 |
+
Contents stored in the Database;
|
| 606 |
+
|
| 607 |
+
b. Database Rights. Database Rights only extend to the Extraction and
|
| 608 |
+
Re-utilisation of the whole or a Substantial part of the Contents.
|
| 609 |
+
Database Rights can apply even when there is no copyright over the
|
| 610 |
+
Database. Database Rights can also apply when the Contents are removed
|
| 611 |
+
from the Database and are selected and arranged in a way that would
|
| 612 |
+
not infringe any applicable copyright; and
|
| 613 |
+
|
| 614 |
+
c. Contract. This is an agreement between You and the Licensor for
|
| 615 |
+
access to the Database. In return you agree to certain conditions of
|
| 616 |
+
use on this access as outlined in this License.
|
| 617 |
+
|
| 618 |
+
2.3 Rights not covered.
|
| 619 |
+
|
| 620 |
+
a. This License does not apply to computer programs used in the making
|
| 621 |
+
or operation of the Database;
|
| 622 |
+
|
| 623 |
+
b. This License does not cover any patents over the Contents or the
|
| 624 |
+
Database; and
|
| 625 |
+
|
| 626 |
+
c. This License does not cover any trademarks associated with the
|
| 627 |
+
Database.
|
| 628 |
+
|
| 629 |
+
2.4 Relationship to Contents in the Database. The individual items of
|
| 630 |
+
the Contents contained in this Database may be covered by other rights,
|
| 631 |
+
including copyright, patent, data protection, privacy, or personality
|
| 632 |
+
rights, and this License does not cover any rights (other than Database
|
| 633 |
+
Rights or in contract) in individual Contents contained in the Database.
|
| 634 |
+
For example, if used on a Database of images (the Contents), this
|
| 635 |
+
License would not apply to copyright over individual images, which could
|
| 636 |
+
have their own separate licenses, or one single license covering all of
|
| 637 |
+
the rights over the images.
|
| 638 |
+
|
| 639 |
+
### 3.0 Rights granted
|
| 640 |
+
|
| 641 |
+
3.1 Subject to the terms and conditions of this License, the Licensor
|
| 642 |
+
grants to You a worldwide, royalty-free, non-exclusive, terminable (but
|
| 643 |
+
only under Section 9) license to Use the Database for the duration of
|
| 644 |
+
any applicable copyright and Database Rights. These rights explicitly
|
| 645 |
+
include commercial use, and do not exclude any field of endeavour. To
|
| 646 |
+
the extent possible in the relevant jurisdiction, these rights may be
|
| 647 |
+
exercised in all media and formats whether now known or created in the
|
| 648 |
+
future.
|
| 649 |
+
|
| 650 |
+
The rights granted cover, for example:
|
| 651 |
+
|
| 652 |
+
a. Extraction and Re-utilisation of the whole or a Substantial part of
|
| 653 |
+
the Contents;
|
| 654 |
+
|
| 655 |
+
b. Creation of Derivative Databases;
|
| 656 |
+
|
| 657 |
+
c. Creation of Collective Databases;
|
| 658 |
+
|
| 659 |
+
d. Creation of temporary or permanent reproductions by any means and
|
| 660 |
+
in any form, in whole or in part, including of any Derivative
|
| 661 |
+
Databases or as a part of Collective Databases; and
|
| 662 |
+
|
| 663 |
+
e. Distribution, communication, display, lending, making available, or
|
| 664 |
+
performance to the public by any means and in any form, in whole or in
|
| 665 |
+
part, including of any Derivative Database or as a part of Collective
|
| 666 |
+
Databases.
|
| 667 |
+
|
| 668 |
+
3.2 Compulsory license schemes. For the avoidance of doubt:
|
| 669 |
+
|
| 670 |
+
a. Non-waivable compulsory license schemes. In those jurisdictions in
|
| 671 |
+
which the right to collect royalties through any statutory or
|
| 672 |
+
compulsory licensing scheme cannot be waived, the Licensor reserves
|
| 673 |
+
the exclusive right to collect such royalties for any exercise by You
|
| 674 |
+
of the rights granted under this License;
|
| 675 |
+
|
| 676 |
+
b. Waivable compulsory license schemes. In those jurisdictions in
|
| 677 |
+
which the right to collect royalties through any statutory or
|
| 678 |
+
compulsory licensing scheme can be waived, the Licensor waives the
|
| 679 |
+
exclusive right to collect such royalties for any exercise by You of
|
| 680 |
+
the rights granted under this License; and,
|
| 681 |
+
|
| 682 |
+
c. Voluntary license schemes. The Licensor waives the right to collect
|
| 683 |
+
royalties, whether individually or, in the event that the Licensor is
|
| 684 |
+
a member of a collecting society that administers voluntary licensing
|
| 685 |
+
schemes, via that society, from any exercise by You of the rights
|
| 686 |
+
granted under this License.
|
| 687 |
+
|
| 688 |
+
3.3 The right to release the Database under different terms, or to stop
|
| 689 |
+
distributing or making available the Database, is reserved. Note that
|
| 690 |
+
this Database may be multiple-licensed, and so You may have the choice
|
| 691 |
+
of using alternative licenses for this Database. Subject to Section
|
| 692 |
+
10.4, all other rights not expressly granted by Licensor are reserved.
|
| 693 |
+
|
| 694 |
+
### 4.0 Conditions of Use
|
| 695 |
+
|
| 696 |
+
4.1 The rights granted in Section 3 above are expressly made subject to
|
| 697 |
+
Your complying with the following conditions of use. These are important
|
| 698 |
+
conditions of this License, and if You fail to follow them, You will be
|
| 699 |
+
in material breach of its terms.
|
| 700 |
+
|
| 701 |
+
4.2 Notices. If You Publicly Convey this Database, any Derivative
|
| 702 |
+
Database, or the Database as part of a Collective Database, then You
|
| 703 |
+
must:
|
| 704 |
+
|
| 705 |
+
a. Do so only under the terms of this License or another license
|
| 706 |
+
permitted under Section 4.4;
|
| 707 |
+
|
| 708 |
+
b. Include a copy of this License (or, as applicable, a license
|
| 709 |
+
permitted under Section 4.4) or its Uniform Resource Identifier (URI)
|
| 710 |
+
with the Database or Derivative Database, including both in the
|
| 711 |
+
Database or Derivative Database and in any relevant documentation; and
|
| 712 |
+
|
| 713 |
+
c. Keep intact any copyright or Database Right notices and notices
|
| 714 |
+
that refer to this License.
|
| 715 |
+
|
| 716 |
+
d. If it is not possible to put the required notices in a particular
|
| 717 |
+
file due to its structure, then You must include the notices in a
|
| 718 |
+
location (such as a relevant directory) where users would be likely to
|
| 719 |
+
look for it.
|
| 720 |
+
|
| 721 |
+
4.3 Notice for using output (Contents). Creating and Using a Produced
|
| 722 |
+
Work does not require the notice in Section 4.2. However, if you
|
| 723 |
+
Publicly Use a Produced Work, You must include a notice associated with
|
| 724 |
+
the Produced Work reasonably calculated to make any Person that uses,
|
| 725 |
+
views, accesses, interacts with, or is otherwise exposed to the Produced
|
| 726 |
+
Work aware that Content was obtained from the Database, Derivative
|
| 727 |
+
Database, or the Database as part of a Collective Database, and that it
|
| 728 |
+
is available under this License.
|
| 729 |
+
|
| 730 |
+
a. Example notice. The following text will satisfy notice under
|
| 731 |
+
Section 4.3:
|
| 732 |
+
|
| 733 |
+
Contains information from DATABASE NAME, which is made available
|
| 734 |
+
here under the Open Database License (ODbL).
|
| 735 |
+
|
| 736 |
+
DATABASE NAME should be replaced with the name of the Database and a
|
| 737 |
+
hyperlink to the URI of the Database. "Open Database License" should
|
| 738 |
+
contain a hyperlink to the URI of the text of this License. If
|
| 739 |
+
hyperlinks are not possible, You should include the plain text of the
|
| 740 |
+
required URI's with the above notice.
|
| 741 |
+
|
| 742 |
+
4.4 Share alike.
|
| 743 |
+
|
| 744 |
+
a. Any Derivative Database that You Publicly Use must be only under
|
| 745 |
+
the terms of:
|
| 746 |
+
|
| 747 |
+
i. This License;
|
| 748 |
+
|
| 749 |
+
ii. A later version of this License similar in spirit to this
|
| 750 |
+
License; or
|
| 751 |
+
|
| 752 |
+
iii. A compatible license.
|
| 753 |
+
|
| 754 |
+
If You license the Derivative Database under one of the licenses
|
| 755 |
+
mentioned in (iii), You must comply with the terms of that license.
|
| 756 |
+
|
| 757 |
+
b. For the avoidance of doubt, Extraction or Re-utilisation of the
|
| 758 |
+
whole or a Substantial part of the Contents into a new database is a
|
| 759 |
+
Derivative Database and must comply with Section 4.4.
|
| 760 |
+
|
| 761 |
+
c. Derivative Databases and Produced Works. A Derivative Database is
|
| 762 |
+
Publicly Used and so must comply with Section 4.4. if a Produced Work
|
| 763 |
+
created from the Derivative Database is Publicly Used.
|
| 764 |
+
|
| 765 |
+
d. Share Alike and additional Contents. For the avoidance of doubt,
|
| 766 |
+
You must not add Contents to Derivative Databases under Section 4.4 a
|
| 767 |
+
that are incompatible with the rights granted under this License.
|
| 768 |
+
|
| 769 |
+
e. Compatible licenses. Licensors may authorise a proxy to determine
|
| 770 |
+
compatible licenses under Section 4.4 a iii. If they do so, the
|
| 771 |
+
authorised proxy's public statement of acceptance of a compatible
|
| 772 |
+
license grants You permission to use the compatible license.
|
| 773 |
+
|
| 774 |
+
|
| 775 |
+
4.5 Limits of Share Alike. The requirements of Section 4.4 do not apply
|
| 776 |
+
in the following:
|
| 777 |
+
|
| 778 |
+
a. For the avoidance of doubt, You are not required to license
|
| 779 |
+
Collective Databases under this License if You incorporate this
|
| 780 |
+
Database or a Derivative Database in the collection, but this License
|
| 781 |
+
still applies to this Database or a Derivative Database as a part of
|
| 782 |
+
the Collective Database;
|
| 783 |
+
|
| 784 |
+
b. Using this Database, a Derivative Database, or this Database as
|
| 785 |
+
part of a Collective Database to create a Produced Work does not
|
| 786 |
+
create a Derivative Database for purposes of Section 4.4; and
|
| 787 |
+
|
| 788 |
+
c. Use of a Derivative Database internally within an organisation is
|
| 789 |
+
not to the public and therefore does not fall under the requirements
|
| 790 |
+
of Section 4.4.
|
| 791 |
+
|
| 792 |
+
4.6 Access to Derivative Databases. If You Publicly Use a Derivative
|
| 793 |
+
Database or a Produced Work from a Derivative Database, You must also
|
| 794 |
+
offer to recipients of the Derivative Database or Produced Work a copy
|
| 795 |
+
in a machine readable form of:
|
| 796 |
+
|
| 797 |
+
a. The entire Derivative Database; or
|
| 798 |
+
|
| 799 |
+
b. A file containing all of the alterations made to the Database or
|
| 800 |
+
the method of making the alterations to the Database (such as an
|
| 801 |
+
algorithm), including any additional Contents, that make up all the
|
| 802 |
+
differences between the Database and the Derivative Database.
|
| 803 |
+
|
| 804 |
+
The Derivative Database (under a.) or alteration file (under b.) must be
|
| 805 |
+
available at no more than a reasonable production cost for physical
|
| 806 |
+
distributions and free of charge if distributed over the internet.
|
| 807 |
+
|
| 808 |
+
4.7 Technological measures and additional terms
|
| 809 |
+
|
| 810 |
+
a. This License does not allow You to impose (except subject to
|
| 811 |
+
Section 4.7 b.) any terms or any technological measures on the
|
| 812 |
+
Database, a Derivative Database, or the whole or a Substantial part of
|
| 813 |
+
the Contents that alter or restrict the terms of this License, or any
|
| 814 |
+
rights granted under it, or have the effect or intent of restricting
|
| 815 |
+
the ability of any person to exercise those rights.
|
| 816 |
+
|
| 817 |
+
b. Parallel distribution. You may impose terms or technological
|
| 818 |
+
measures on the Database, a Derivative Database, or the whole or a
|
| 819 |
+
Substantial part of the Contents (a "Restricted Database") in
|
| 820 |
+
contravention of Section 4.74 a. only if You also make a copy of the
|
| 821 |
+
Database or a Derivative Database available to the recipient of the
|
| 822 |
+
Restricted Database:
|
| 823 |
+
|
| 824 |
+
i. That is available without additional fee;
|
| 825 |
+
|
| 826 |
+
ii. That is available in a medium that does not alter or restrict
|
| 827 |
+
the terms of this License, or any rights granted under it, or have
|
| 828 |
+
the effect or intent of restricting the ability of any person to
|
| 829 |
+
exercise those rights (an "Unrestricted Database"); and
|
| 830 |
+
|
| 831 |
+
iii. The Unrestricted Database is at least as accessible to the
|
| 832 |
+
recipient as a practical matter as the Restricted Database.
|
| 833 |
+
|
| 834 |
+
c. For the avoidance of doubt, You may place this Database or a
|
| 835 |
+
Derivative Database in an authenticated environment, behind a
|
| 836 |
+
password, or within a similar access control scheme provided that You
|
| 837 |
+
do not alter or restrict the terms of this License or any rights
|
| 838 |
+
granted under it or have the effect or intent of restricting the
|
| 839 |
+
ability of any person to exercise those rights.
|
| 840 |
+
|
| 841 |
+
4.8 Licensing of others. You may not sublicense the Database. Each time
|
| 842 |
+
You communicate the Database, the whole or Substantial part of the
|
| 843 |
+
Contents, or any Derivative Database to anyone else in any way, the
|
| 844 |
+
Licensor offers to the recipient a license to the Database on the same
|
| 845 |
+
terms and conditions as this License. You are not responsible for
|
| 846 |
+
enforcing compliance by third parties with this License, but You may
|
| 847 |
+
enforce any rights that You have over a Derivative Database. You are
|
| 848 |
+
solely responsible for any modifications of a Derivative Database made
|
| 849 |
+
by You or another Person at Your direction. You may not impose any
|
| 850 |
+
further restrictions on the exercise of the rights granted or affirmed
|
| 851 |
+
under this License.
|
| 852 |
+
|
| 853 |
+
### 5.0 Moral rights
|
| 854 |
+
|
| 855 |
+
5.1 Moral rights. This section covers moral rights, including any rights
|
| 856 |
+
to be identified as the author of the Database or to object to treatment
|
| 857 |
+
that would otherwise prejudice the author's honour and reputation, or
|
| 858 |
+
any other derogatory treatment:
|
| 859 |
+
|
| 860 |
+
a. For jurisdictions allowing waiver of moral rights, Licensor waives
|
| 861 |
+
all moral rights that Licensor may have in the Database to the fullest
|
| 862 |
+
extent possible by the law of the relevant jurisdiction under Section
|
| 863 |
+
10.4;
|
| 864 |
+
|
| 865 |
+
b. If waiver of moral rights under Section 5.1 a in the relevant
|
| 866 |
+
jurisdiction is not possible, Licensor agrees not to assert any moral
|
| 867 |
+
rights over the Database and waives all claims in moral rights to the
|
| 868 |
+
fullest extent possible by the law of the relevant jurisdiction under
|
| 869 |
+
Section 10.4; and
|
| 870 |
+
|
| 871 |
+
c. For jurisdictions not allowing waiver or an agreement not to assert
|
| 872 |
+
moral rights under Section 5.1 a and b, the author may retain their
|
| 873 |
+
moral rights over certain aspects of the Database.
|
| 874 |
+
|
| 875 |
+
Please note that some jurisdictions do not allow for the waiver of moral
|
| 876 |
+
rights, and so moral rights may still subsist over the Database in some
|
| 877 |
+
jurisdictions.
|
| 878 |
+
|
| 879 |
+
### 6.0 Fair dealing, Database exceptions, and other rights not affected
|
| 880 |
+
|
| 881 |
+
6.1 This License does not affect any rights that You or anyone else may
|
| 882 |
+
independently have under any applicable law to make any use of this
|
| 883 |
+
Database, including without limitation:
|
| 884 |
+
|
| 885 |
+
a. Exceptions to the Database Right including: Extraction of Contents
|
| 886 |
+
from non-electronic Databases for private purposes, Extraction for
|
| 887 |
+
purposes of illustration for teaching or scientific research, and
|
| 888 |
+
Extraction or Re-utilisation for public security or an administrative
|
| 889 |
+
or judicial procedure.
|
| 890 |
+
|
| 891 |
+
b. Fair dealing, fair use, or any other legally recognised limitation
|
| 892 |
+
or exception to infringement of copyright or other applicable laws.
|
| 893 |
+
|
| 894 |
+
6.2 This License does not affect any rights of lawful users to Extract
|
| 895 |
+
and Re-utilise insubstantial parts of the Contents, evaluated
|
| 896 |
+
quantitatively or qualitatively, for any purposes whatsoever, including
|
| 897 |
+
creating a Derivative Database (subject to other rights over the
|
| 898 |
+
Contents, see Section 2.4). The repeated and systematic Extraction or
|
| 899 |
+
Re-utilisation of insubstantial parts of the Contents may however amount
|
| 900 |
+
to the Extraction or Re-utilisation of a Substantial part of the
|
| 901 |
+
Contents.
|
| 902 |
+
|
| 903 |
+
### 7.0 Warranties and Disclaimer
|
| 904 |
+
|
| 905 |
+
7.1 The Database is licensed by the Licensor "as is" and without any
|
| 906 |
+
warranty of any kind, either express, implied, or arising by statute,
|
| 907 |
+
custom, course of dealing, or trade usage. Licensor specifically
|
| 908 |
+
disclaims any and all implied warranties or conditions of title,
|
| 909 |
+
non-infringement, accuracy or completeness, the presence or absence of
|
| 910 |
+
errors, fitness for a particular purpose, merchantability, or otherwise.
|
| 911 |
+
Some jurisdictions do not allow the exclusion of implied warranties, so
|
| 912 |
+
this exclusion may not apply to You.
|
| 913 |
+
|
| 914 |
+
### 8.0 Limitation of liability
|
| 915 |
+
|
| 916 |
+
8.1 Subject to any liability that may not be excluded or limited by law,
|
| 917 |
+
the Licensor is not liable for, and expressly excludes, all liability
|
| 918 |
+
for loss or damage however and whenever caused to anyone by any use
|
| 919 |
+
under this License, whether by You or by anyone else, and whether caused
|
| 920 |
+
by any fault on the part of the Licensor or not. This exclusion of
|
| 921 |
+
liability includes, but is not limited to, any special, incidental,
|
| 922 |
+
consequential, punitive, or exemplary damages such as loss of revenue,
|
| 923 |
+
data, anticipated profits, and lost business. This exclusion applies
|
| 924 |
+
even if the Licensor has been advised of the possibility of such
|
| 925 |
+
damages.
|
| 926 |
+
|
| 927 |
+
8.2 If liability may not be excluded by law, it is limited to actual and
|
| 928 |
+
direct financial loss to the extent it is caused by proved negligence on
|
| 929 |
+
the part of the Licensor.
|
| 930 |
+
|
| 931 |
+
### 9.0 Termination of Your rights under this License
|
| 932 |
+
|
| 933 |
+
9.1 Any breach by You of the terms and conditions of this License
|
| 934 |
+
automatically terminates this License with immediate effect and without
|
| 935 |
+
notice to You. For the avoidance of doubt, Persons who have received the
|
| 936 |
+
Database, the whole or a Substantial part of the Contents, Derivative
|
| 937 |
+
Databases, or the Database as part of a Collective Database from You
|
| 938 |
+
under this License will not have their licenses terminated provided
|
| 939 |
+
their use is in full compliance with this License or a license granted
|
| 940 |
+
under Section 4.8 of this License. Sections 1, 2, 7, 8, 9 and 10 will
|
| 941 |
+
survive any termination of this License.
|
| 942 |
+
|
| 943 |
+
9.2 If You are not in breach of the terms of this License, the Licensor
|
| 944 |
+
will not terminate Your rights under it.
|
| 945 |
+
|
| 946 |
+
9.3 Unless terminated under Section 9.1, this License is granted to You
|
| 947 |
+
for the duration of applicable rights in the Database.
|
| 948 |
+
|
| 949 |
+
9.4 Reinstatement of rights. If you cease any breach of the terms and
|
| 950 |
+
conditions of this License, then your full rights under this License
|
| 951 |
+
will be reinstated:
|
| 952 |
+
|
| 953 |
+
a. Provisionally and subject to permanent termination until the 60th
|
| 954 |
+
day after cessation of breach;
|
| 955 |
+
|
| 956 |
+
b. Permanently on the 60th day after cessation of breach unless
|
| 957 |
+
otherwise reasonably notified by the Licensor; or
|
| 958 |
+
|
| 959 |
+
c. Permanently if reasonably notified by the Licensor of the
|
| 960 |
+
violation, this is the first time You have received notice of
|
| 961 |
+
violation of this License from the Licensor, and You cure the
|
| 962 |
+
violation prior to 30 days after your receipt of the notice.
|
| 963 |
+
|
| 964 |
+
Persons subject to permanent termination of rights are not eligible to
|
| 965 |
+
be a recipient and receive a license under Section 4.8.
|
| 966 |
+
|
| 967 |
+
9.5 Notwithstanding the above, Licensor reserves the right to release
|
| 968 |
+
the Database under different license terms or to stop distributing or
|
| 969 |
+
making available the Database. Releasing the Database under different
|
| 970 |
+
license terms or stopping the distribution of the Database will not
|
| 971 |
+
withdraw this License (or any other license that has been, or is
|
| 972 |
+
required to be, granted under the terms of this License), and this
|
| 973 |
+
License will continue in full force and effect unless terminated as
|
| 974 |
+
stated above.
|
| 975 |
+
|
| 976 |
+
### 10.0 General
|
| 977 |
+
|
| 978 |
+
10.1 If any provision of this License is held to be invalid or
|
| 979 |
+
unenforceable, that must not affect the validity or enforceability of
|
| 980 |
+
the remainder of the terms and conditions of this License and each
|
| 981 |
+
remaining provision of this License shall be valid and enforced to the
|
| 982 |
+
fullest extent permitted by law.
|
| 983 |
+
|
| 984 |
+
10.2 This License is the entire agreement between the parties with
|
| 985 |
+
respect to the rights granted here over the Database. It replaces any
|
| 986 |
+
earlier understandings, agreements or representations with respect to
|
| 987 |
+
the Database.
|
| 988 |
+
|
| 989 |
+
10.3 If You are in breach of the terms of this License, You will not be
|
| 990 |
+
entitled to rely on the terms of this License or to complain of any
|
| 991 |
+
breach by the Licensor.
|
| 992 |
+
|
| 993 |
+
10.4 Choice of law. This License takes effect in and will be governed by
|
| 994 |
+
the laws of the relevant jurisdiction in which the License terms are
|
| 995 |
+
sought to be enforced. If the standard suite of rights granted under
|
| 996 |
+
applicable copyright law and Database Rights in the relevant
|
| 997 |
+
jurisdiction includes additional rights not granted under this License,
|
| 998 |
+
these additional rights are granted in this License in order to meet the
|
| 999 |
+
terms of this License.```
|
| 1000 |
+
|
| 1001 |
+
|
| 1002 |
+
|
| 1003 |
+
|
README.md
ADDED
|
@@ -0,0 +1,107 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- spacy
|
| 4 |
+
- token-classification
|
| 5 |
+
language:
|
| 6 |
+
- lt
|
| 7 |
+
license: CC-BY-SA-4.0
|
| 8 |
+
model-index:
|
| 9 |
+
- name: lt_core_news_sm
|
| 10 |
+
results:
|
| 11 |
+
- tasks:
|
| 12 |
+
name: NER
|
| 13 |
+
type: token-classification
|
| 14 |
+
metrics:
|
| 15 |
+
- name: Precision
|
| 16 |
+
type: precision
|
| 17 |
+
value: 0.7142197599
|
| 18 |
+
- name: Recall
|
| 19 |
+
type: recall
|
| 20 |
+
value: 0.7738869435
|
| 21 |
+
- name: F Score
|
| 22 |
+
type: f_score
|
| 23 |
+
value: 0.7428571429
|
| 24 |
+
- tasks:
|
| 25 |
+
name: POS
|
| 26 |
+
type: token-classification
|
| 27 |
+
metrics:
|
| 28 |
+
- name: Accuracy
|
| 29 |
+
type: accuracy
|
| 30 |
+
value: 0.8233411195
|
| 31 |
+
- tasks:
|
| 32 |
+
name: SENTER
|
| 33 |
+
type: token-classification
|
| 34 |
+
metrics:
|
| 35 |
+
- name: Precision
|
| 36 |
+
type: precision
|
| 37 |
+
value: 0.7971473851
|
| 38 |
+
- name: Recall
|
| 39 |
+
type: recall
|
| 40 |
+
value: 0.8152350081
|
| 41 |
+
- name: F Score
|
| 42 |
+
type: f_score
|
| 43 |
+
value: 0.8060897436
|
| 44 |
+
- tasks:
|
| 45 |
+
name: UNLABELED_DEPENDENCIES
|
| 46 |
+
type: token-classification
|
| 47 |
+
metrics:
|
| 48 |
+
- name: Accuracy
|
| 49 |
+
type: accuracy
|
| 50 |
+
value: 0.6853641789
|
| 51 |
+
- tasks:
|
| 52 |
+
name: LABELED_DEPENDENCIES
|
| 53 |
+
type: token-classification
|
| 54 |
+
metrics:
|
| 55 |
+
- name: Accuracy
|
| 56 |
+
type: accuracy
|
| 57 |
+
value: 0.6853641789
|
| 58 |
+
---
|
| 59 |
+
### Details: https://spacy.io/models/lt#lt_core_news_sm
|
| 60 |
+
|
| 61 |
+
Lithuanian pipeline optimized for CPU. Components: tok2vec, morphologizer, tagger, parser, senter, ner, attribute_ruler, lemmatizer.
|
| 62 |
+
|
| 63 |
+
| Feature | Description |
|
| 64 |
+
| --- | --- |
|
| 65 |
+
| **Name** | `lt_core_news_sm` |
|
| 66 |
+
| **Version** | `3.1.0` |
|
| 67 |
+
| **spaCy** | `>=3.1.0,<3.2.0` |
|
| 68 |
+
| **Default Pipeline** | `tok2vec`, `morphologizer`, `tagger`, `parser`, `attribute_ruler`, `lemmatizer`, `ner` |
|
| 69 |
+
| **Components** | `tok2vec`, `morphologizer`, `tagger`, `parser`, `senter`, `attribute_ruler`, `lemmatizer`, `ner` |
|
| 70 |
+
| **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
|
| 71 |
+
| **Sources** | [UD Lithuanian ALKSNIS v2.5](https://github.com/UniversalDependencies/UD_Lithuanian-ALKSNIS) (Utka, Andrius; Rimkutė, Erika; Bielinskienė, Agnė; Kovalevskaitė, Jolanta; Boizou, Loïc; Aleksandravičiūtė, Gabrielė; Brokaitė, Kristina; Zeman, Daniel; Perkova, Natalia; Griciūtė, Bernadeta)<br />[TokenMill NER Corpus](https://www.tokenmill.lt) (TokenMill)<br />[Lemmatization Lists](https://github.com/michmech/lemmatization-lists/) (Michal Měchura) |
|
| 72 |
+
| **License** | `CC BY-SA 4.0` |
|
| 73 |
+
| **Author** | [Explosion](https://explosion.ai) |
|
| 74 |
+
|
| 75 |
+
### Label Scheme
|
| 76 |
+
|
| 77 |
+
<details>
|
| 78 |
+
|
| 79 |
+
<summary>View label scheme (1666 labels for 5 components)</summary>
|
| 80 |
+
|
| 81 |
+
| Component | Labels |
|
| 82 |
+
| --- | --- |
|
| 83 |
+
| **`morphologizer`** | `Definite=Ind\|Gender=Neut\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `POS=VERB\|Polarity=Pos\|VerbForm=Inf`, `Case=Gen\|Definite=Def\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Gen\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Case=Gen\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=NOUN`, `POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Ger`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=NOUN`, `POS=CCONJ`, `POS=PUNCT`, `Case=Gen\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=PRON\|PronType=Ind`, `Case=Acc\|Definite=Ind\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Case=Loc\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Case=Gen\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Case=Acc\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=PRON\|PronType=Ind`, `Case=Acc\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Aspect=Perf\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Polarity=Pos\|Tense=Past\|VerbForm=Fin`, `Aspect=Perf\|Case=Nom\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Abbr=Yes\|POS=X`, `AdpType=Prep\|Case=Gen\|POS=ADP`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Case=Nom\|Definite=Ind\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Nom\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Case=Ins\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Polarity=Pos\|Tense=Pres\|VerbForm=Fin`, `Case=Acc\|Definite=Ind\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Mood=Cnd\|POS=VERB\|Person=3\|Polarity=Pos\|VerbForm=Fin`, `Case=Gen\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=PRON\|PronType=Ind`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=3\|Polarity=Pos\|Tense=Pres\|VerbForm=Fin`, `Degree=Pos\|POS=ADV`, `Case=Nom\|Definite=Ind\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Degree=Pos\|Hyph=Yes\|POS=ADV`, `Hyph=Yes\|POS=X`, `Case=Nom\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `POS=SCONJ`, `Mood=Ind\|POS=VERB\|Person=3\|Polarity=Pos\|Tense=Pres\|VerbForm=Fin`, `Case=Nom\|Definite=Ind\|POS=PRON\|PronType=Ind`, `Case=Nom\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Polarity=Pos\|Reflex=Yes\|Tense=Pres\|VerbForm=Fin`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Polarity=Pos\|Tense=Pres\|VerbForm=Fin`, `Case=Acc\|Definite=Ind\|POS=PRON\|PronType=Ind`, `POS=PART`, `Case=Gen\|Definite=Ind\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Polarity=Pos\|Reflex=Yes\|Tense=Pres\|VerbForm=Fin`, `Case=Gen\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Ins\|Gender=Masc\|NumForm=Word\|NumType=Card\|POS=NUM`, `Case=Ins\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Case=Ins\|Definite=Ind\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Definite=Ind\|Gender=Neut\|POS=DET\|PronType=Dem`, `Mood=Ind\|POS=AUX\|Person=3\|Polarity=Pos\|Tense=Pres\|VerbForm=Fin`, `Definite=Ind\|Degree=Pos\|Gender=Neut\|POS=ADJ`, `Case=Nom\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Case=Loc\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Gen\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Loc\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Aspect=Perf\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|Tense=Past\|VerbForm=Ger`, `Case=Dat\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Polarity=Pos\|Tense=Fut\|VerbForm=Fin`, `Mood=Ind\|POS=VERB\|Person=3\|Polarity=Pos\|Tense=Fut\|VerbForm=Fin`, `POS=VERB\|Polarity=Pos\|Reflex=Yes\|VerbForm=Inf`, `Degree=Cmp\|POS=ADV`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Polarity=Pos\|Tense=Fut\|VerbForm=Fin`, `Case=Gen\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Dem`, `Mood=Ind\|POS=VERB\|Person=3\|Polarity=Neg\|Tense=Pres\|VerbForm=Fin`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Polarity=Neg\|Tense=Pres\|VerbForm=Fin`, `Case=Gen\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Ind`, `Definite=Ind\|NumForm=Digit\|POS=NUM`, `Case=Gen\|Gender=Masc\|NumForm=Word\|NumType=Card\|Number=Plur\|POS=NUM`, `Case=Nom\|Definite=Ind\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Acc\|Gender=Masc\|NumForm=Word\|NumType=Card\|Number=Sing\|POS=NUM`, `Case=Dat\|Definite=Ind\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Gen\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Tot`, `Case=Nom\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Loc\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=PRON\|PronType=Ind`, `Case=Nom\|Gender=Masc\|NumForm=Word\|NumType=Card\|Number=Plur\|POS=NUM`, `NumForm=Word\|NumType=Card\|POS=NUM`, `Case=Nom\|Definite=Ind\|Gender=Fem\|Hyph=Yes\|Number=Plur\|POS=DET\|PronType=Dem`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Polarity=Pos\|Tense=Pres\|VerbForm=Fin`, `Case=Nom\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Nom\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Int`, `Case=Acc\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Dat\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Case=Nom\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Hyph=Yes\|POS=PART`, `Mood=Cnd\|Number=Sing\|POS=AUX\|Person=3\|Polarity=Pos\|VerbForm=Fin`, `Case=Nom\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Loc\|Gender=Masc\|Number=Sing\|POS=NOUN`, `AdpType=Prep\|Case=Acc\|POS=ADP`, `Mood=Cnd\|Number=Sing\|POS=VERB\|Person=3\|Polarity=Pos\|VerbForm=Fin`, `Case=Gen\|Definite=Def\|Gender=Fem\|NumForm=Combi\|NumType=Ord\|Number=Sing\|POS=NUM`, `Case=Nom\|Definite=Def\|Gender=Fem\|NumForm=Word\|NumType=Ord\|Number=Sing\|POS=NUM`, `Aspect=Perf\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Polarity=Pos\|Tense=Past\|VerbForm=Fin`, `Case=Acc\|Definite=Ind\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Polarity=Neg\|Tense=Pres\|VerbForm=Fin`, `Definite=Ind\|NumForm=Roman\|POS=NUM`, `Case=Gen\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Gen\|Definite=Ind\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Aspect=Perf\|Case=Nom\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Gen\|Definite=Ind\|Gender=Fem\|NumForm=Word\|NumType=Ord\|Number=Sing\|POS=NUM`, `Case=Nom\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Nom\|Definite=Ind\|Gender=Masc\|Mood=Nec\|Number=Sing\|POS=VERB\|Polarity=Pos\|VerbForm=Part`, `Case=Nom\|Definite=Ind\|Degree=Cmp\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Aspect=Perf\|Case=Acc\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Dat\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Aspect=Perf\|Mood=Ind\|POS=VERB\|Person=3\|Polarity=Pos\|Tense=Past\|VerbForm=Fin`, `Aspect=Perf\|Case=Nom\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Gen\|Definite=Ind\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Nom\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Int`, `Degree=Sup\|POS=ADV`, `Case=Nom\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Gen\|Definite=Ind\|Gender=Fem\|Mood=Nec\|Number=Plur\|POS=VERB\|Polarity=Neg\|VerbForm=Part`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=3\|Polarity=Pos\|Tense=Pres\|VerbForm=Fin`, `Case=Ins\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Int`, `Case=Acc\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Acc\|Gender=Fem\|NumForm=Word\|NumType=Card\|Number=Sing\|POS=NUM`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Polarity=Pos\|Reflex=Yes\|Tense=Pres\|VerbForm=Fin`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Polarity=Neg\|Tense=Fut\|VerbForm=Fin`, `Case=Gen\|Definite=Def\|Gender=Masc\|NumForm=Combi\|NumType=Ord\|Number=Sing\|POS=NUM`, `Case=Nom\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `AdpType=Prep\|Case=Ins\|POS=ADP`, `Case=Gen\|Definite=Ind\|Gender=Masc\|POS=PRON\|PronType=Ind`, `Case=Nom\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Gen\|Gender=Fem\|NumForm=Word\|NumType=Card\|POS=NUM`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=NOUN\|Reflex=Yes`, `Case=Ins\|Definite=Ind\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Ins\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Definite=Ind\|Gender=Neut\|POS=VERB\|Polarity=Neg\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Case=Ins\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Case=Nom\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Acc\|Definite=Ind\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `POS=INTJ`, `Definite=Ind\|Gender=Neut\|NumForm=Word\|NumType=Ord\|POS=NUM`, `Case=Nom\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Loc\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Dat\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Nom\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Neg\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Gen\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Gen\|Definite=Ind\|POS=PRON\|PronType=Neg`, `Case=Gen\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=VERB\|Polarity=Neg\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Nom\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Dat\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=PRON\|PronType=Ind`, `Case=Dat\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Case=Nom\|Definite=Ind\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Gen\|Gender=Masc\|NumForm=Word\|NumType=Card\|Number=Sing\|POS=NUM`, `Aspect=Perf\|Mood=Ind\|POS=AUX\|Person=3\|Polarity=Pos\|Tense=Past\|VerbForm=Fin`, `Definite=Ind\|Gender=Neut\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Nom\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Neg\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Definite=Ind\|Gender=Neut\|Hyph=Yes\|POS=PRON\|PronType=Ind`, `Definite=Ind\|Gender=Neut\|POS=VERB\|Polarity=Neg\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Aspect=Perf\|Case=Dat\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Aspect=Perf\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Polarity=Neg\|Tense=Past\|VerbForm=Fin`, `Case=Gen\|Definite=Ind\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Gen\|Definite=Def\|Gender=Masc\|NumForm=Word\|NumType=Ord\|Number=Sing\|POS=NUM`, `Aspect=Perf\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Polarity=Pos\|Reflex=Yes\|Tense=Past\|VerbForm=Fin`, `Case=Gen\|Definite=Def\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Nom\|Definite=Ind\|POS=PRON\|PronType=Int`, `Case=Gen\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Aspect=Perf\|Definite=Ind\|Gender=Neut\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Nom\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Int`, `Case=Dat\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Int`, `Aspect=Perf\|Mood=Ind\|Number=Sing\|POS=AUX\|Person=3\|Polarity=Pos\|Tense=Past\|VerbForm=Fin`, `Case=Nom\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Neg\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Hyph=Yes\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Ger`, `Definite=Ind\|Gender=Neut\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Dat\|Definite=Ind\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Aspect=Perf\|Case=Acc\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Acc\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Loc\|Definite=Ind\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Acc\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Acc\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Aspect=Hab\|Mood=Ind\|Number=Plur\|POS=AUX\|Person=3\|Polarity=Pos\|Tense=Past\|VerbForm=Fin`, `Case=Acc\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Ins\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Aspect=Hab\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Polarity=Pos\|Tense=Past\|VerbForm=Fin`, `Mood=Cnd\|Number=Sing\|POS=VERB\|Person=3\|Polarity=Neg\|Reflex=Yes\|VerbForm=Fin`, `Aspect=Perf\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Polarity=Neg\|Reflex=Yes\|Tense=Past\|VerbForm=Fin`, `Case=Loc\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Case=Dat\|Definite=Ind\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Abbr=Yes\|POS=NOUN`, `Case=Gen\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Int`, `Case=Nom\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Neg`, `Hyph=Yes\|POS=SCONJ`, `Aspect=Perf\|Case=Dat\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Gen\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Ins\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=PRON\|PronType=Ind`, `Case=Dat\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Tot`, `Case=Gen\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Int`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Polarity=Neg\|Tense=Fut\|VerbForm=Fin`, `Case=Ins\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Case=Acc\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Emp`, `Case=Acc\|Definite=Def\|Gender=Masc\|NumForm=Combi\|NumType=Ord\|Number=Sing\|POS=NUM`, `Case=Nom\|Definite=Ind\|Gender=Masc\|Hyph=Yes\|Number=Plur\|POS=PRON\|PronType=Ind`, `Case=Nom\|Definite=Ind\|Gender=Masc\|Mood=Nec\|Number=Plur\|POS=VERB\|Polarity=Pos\|VerbForm=Part`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Case=Loc\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Case=Acc\|Definite=Def\|Gender=Masc\|NumType=Ord\|Number=Sing\|POS=NUM`, `Case=Nom\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Acc\|Definite=Ind\|POS=PRON\|PronType=Int`, `Mood=Cnd\|Number=Plur\|POS=VERB\|Person=3\|Polarity=Pos\|VerbForm=Fin`, `Case=Nom\|Definite=Ind\|Gender=Fem\|Hyph=Yes\|Number=Plur\|POS=PRON\|PronType=Ind`, `Case=Dat\|Definite=Ind\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Aspect=Perf\|Case=Gen\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Nom\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Acc\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Int`, `Aspect=Perf\|Case=Nom\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Gender=Masc\|POS=NOUN`, `Case=Nom\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Nom\|Definite=Ind\|Gender=Masc\|Hyph=Yes\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Gen\|Definite=Ind\|POS=PRON\|PronType=Prs\|Reflex=Yes`, `POS=VERB\|Polarity=Pos\|Reflex=Yes\|Tense=Pres\|VerbForm=Ger`, `Case=Acc\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Gen\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Gen\|Definite=Ind\|Gender=Masc\|Hyph=Yes\|Number=Sing\|POS=DET\|PronType=Int`, `Mood=Ind\|POS=AUX\|Person=3\|Polarity=Pos\|Tense=Fut\|VerbForm=Fin`, `Case=Nom\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Neg\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Mood=Ind\|POS=VERB\|Person=3\|Polarity=Pos\|Reflex=Yes\|Tense=Pres\|VerbForm=Fin`, `Aspect=Perf\|POS=AUX\|Polarity=Pos\|Tense=Past\|VerbForm=Ger`, `Case=Dat\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Int`, `Case=Nom\|Definite=Ind\|Gender=Fem\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Gen\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Acc\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=PRON\|PronType=Ind`, `Case=Ins\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Acc\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Ins\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Dem`, `Aspect=Perf\|Mood=Ind\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Fin`, `Aspect=Perf\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Polarity=Neg\|Tense=Past\|VerbForm=Fin`, `Case=Gen\|Definite=Ind\|Degree=Cmp\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Aspect=Perf\|Case=Gen\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Aspect=Perf\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Polarity=Pos\|Reflex=Yes\|Tense=Past\|VerbForm=Fin`, `Case=Nom\|Definite=Ind\|Hyph=Yes\|POS=PRON\|PronType=Int`, `Mood=Cnd\|POS=AUX\|Person=3\|Polarity=Pos\|VerbForm=Fin`, `POS=AUX\|Polarity=Pos\|Tense=Pres\|VerbForm=Ger`, `Aspect=Perf\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Polarity=Pos\|Tense=Past\|VerbForm=Fin`, `Case=Gen\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Loc\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Case=Nom\|Gender=Masc\|NumForm=Word\|NumType=Card\|POS=NUM`, `Case=Gen\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Tot`, `Case=Loc\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Dat\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Aspect=Perf\|Mood=Ind\|POS=VERB\|Person=3\|Polarity=Pos\|Reflex=Yes\|Tense=Past\|VerbForm=Fin`, `Case=Loc\|Gender=Fem\|NumForm=Word\|NumType=Card\|POS=NUM`, `Case=Nom\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=PRON\|PronType=Ind`, `Case=Nom\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Int`, `Case=Loc\|Definite=Ind\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Nom\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Loc\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Aspect=Perf\|Mood=Ind\|Number=Plur\|POS=AUX\|Person=3\|Polarity=Pos\|Tense=Past\|VerbForm=Fin`, `Hyph=Yes\|POS=ADV`, `Case=Gen\|Gender=Masc\|NumForm=Word\|NumType=Card\|POS=NUM`, `Case=Acc\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Acc\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Ins\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Ins\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Int`, `Case=Acc\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Acc\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Emp`, `Case=Ins\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Case=Ins\|Definite=Ind\|Degree=Sup\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Definite=Ind\|Gender=Neut\|POS=VERB\|Polarity=Neg\|Reflex=Yes\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Aspect=Perf\|Case=Gen\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Acc\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Int`, `Case=Ins\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Ins\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Dem`, `Aspect=Perf\|Mood=Ind\|POS=VERB\|Person=3\|Polarity=Neg\|Tense=Past\|VerbForm=Fin`, `Case=Nom\|Definite=Ind\|Gender=Fem\|Hyph=Yes\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Nom\|Definite=Ind\|Gender=Masc\|POS=PRON\|PronType=Ind`, `Case=Dat\|Gender=Masc\|Number=Sing\|POS=NOUN\|Reflex=Yes`, `Case=Nom\|Definite=Ind\|Degree=Cmp\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Definite=Ind\|Gender=Neut\|Hyph=Yes\|POS=DET\|PronType=Tot`, `Case=Loc\|Definite=Ind\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Dat\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Neg\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Loc\|Definite=Ind\|Gender=Masc\|Hyph=Yes\|Number=Plur\|POS=PRON\|PronType=Ind`, `Case=Loc\|Definite=Ind\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Acc\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Ins\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Ind`, `Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|VerbForm=Conv`, `Case=Gen\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Dem`, `Mood=Ind\|POS=VERB\|Person=3\|Polarity=Neg\|Reflex=Yes\|Tense=Pres\|VerbForm=Fin`, `Mood=Imp\|Number=Plur\|POS=VERB\|Person=2\|Polarity=Pos\|VerbForm=Fin`, `Case=Ins\|Definite=Ind\|POS=PRON\|PronType=Int`, `Case=Nom\|Definite=Def\|Gender=Fem\|NumForm=Combi\|NumType=Ord\|Number=Sing\|POS=NUM`, `Case=Gen\|NumForm=Word\|NumType=Card\|POS=NUM`, `Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Pos\|VerbForm=Conv`, `Case=Acc\|Definite=Ind\|Gender=Masc\|NumForm=Word\|NumType=Ord\|Number=Sing\|POS=NUM`, `Case=Gen\|Definite=Def\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Gen\|Definite=Def\|Degree=Sup\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Gen\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Foreign=Yes\|POS=X`, `Case=Acc\|Definite=Def\|Gender=Fem\|NumForm=Word\|NumType=Ord\|Number=Sing\|POS=NUM`, `Case=Acc\|Definite=Def\|Gender=Masc\|NumForm=Word\|NumType=Ord\|Number=Sing\|POS=NUM`, `Case=Acc\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Acc\|Definite=Ind\|Gender=Masc\|Hyph=Yes\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Acc\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Loc\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Aspect=Perf\|Case=Acc\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Act`, `POS=PROPN`, `Aspect=Perf\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Ger`, `Aspect=Perf\|Case=Nom\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Neg\|Reflex=Yes\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Gen\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Ins\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Int`, `Case=Acc\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Acc\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Neg\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Dat\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Acc\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Nom\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Tot`, `Mood=Imp\|Number=Plur\|POS=VERB\|Person=1\|Polarity=Pos\|VerbForm=Fin`, `Case=Acc\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Nom\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Dem`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=3\|Polarity=Pos\|Tense=Fut\|VerbForm=Fin`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=1\|Polarity=Neg\|Tense=Fut\|VerbForm=Fin`, `Case=Gen\|Gender=Fem\|NumForm=Word\|NumType=Card\|Number=Sing\|POS=NUM`, `Case=Acc\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Tot`, `Case=Acc\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Gen\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Nom\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Dat\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Loc\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Int`, `Case=Gen\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Aspect=Perf\|POS=VERB\|Polarity=Neg\|Tense=Past\|VerbForm=Ger`, `Case=Nom\|Definite=Ind\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=1\|Polarity=Pos\|Tense=Pres\|VerbForm=Fin`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=1\|Polarity=Pos\|Reflex=Yes\|Tense=Pres\|VerbForm=Fin`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=1\|Polarity=Pos\|Tense=Pres\|VerbForm=Fin`, `Aspect=Perf\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=1\|Polarity=Pos\|Tense=Past\|VerbForm=Fin`, `Definite=Ind\|Gender=Neut\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Acc\|Definite=Def\|Gender=Fem\|NumForm=Combi\|NumType=Ord\|Number=Sing\|POS=NUM`, `Case=Nom\|Definite=Def\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|VerbForm=Conv`, `Case=Nom\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Tot`, `Definite=Ind\|Hyph=Yes\|POS=NUM`, `POS=VERB\|Polarity=Neg\|Reflex=Yes\|Tense=Pres\|VerbForm=Ger`, `Case=Ins\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Nom\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Tot`, `Case=Dat\|Definite=Ind\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=1\|Polarity=Pos\|Tense=Fut\|VerbForm=Fin`, `Case=Ins\|Definite=Def\|Gender=Fem\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Definite=Ind\|Gender=Neut\|POS=PRON\|PronType=Ind`, `Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|VerbForm=Conv`, `Case=Acc\|Definite=Ind\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Polarity=Pos\|Tense=Fut\|VerbForm=Fin`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=1\|Polarity=Neg\|Tense=Pres\|VerbForm=Fin`, `Case=Nom\|Gender=Fem\|NumForm=Word\|NumType=Card\|POS=NUM`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=2\|Polarity=Pos\|Tense=Pres\|VerbForm=Fin`, `Case=Gen\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Neg`, `Mood=Cnd\|Number=Sing\|POS=VERB\|Person=3\|Polarity=Pos\|Reflex=Yes\|VerbForm=Fin`, `Mood=Cnd\|Number=Plur\|POS=VERB\|Person=3\|Polarity=Pos\|Reflex=Yes\|VerbForm=Fin`, `Case=Gen\|Definite=Ind\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Acc\|Definite=Ind\|Degree=Cmp\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Nom\|Definite=Def\|Gender=Masc\|NumForm=Word\|NumType=Ord\|Number=Plur\|POS=NUM`, `Case=Nom\|Definite=Ind\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Acc\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Tot`, `Case=Gen\|Definite=Ind\|Degree=Cmp\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Mood=Ind\|POS=VERB\|Person=3\|Polarity=Neg\|Tense=Fut\|VerbForm=Fin`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Polarity=Pos\|Reflex=Yes\|Tense=Fut\|VerbForm=Fin`, `Mood=Cnd\|Number=Plur\|POS=VERB\|Person=1\|Polarity=Pos\|VerbForm=Fin`, `Case=Ins\|Definite=Ind\|Degree=Sup\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Neg\|VerbForm=Conv`, `Case=Acc\|Definite=Ind\|POS=PRON\|PronType=Prs\|Reflex=Yes`, `Case=Loc\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Polarity=Pos\|Reflex=Yes\|Tense=Fut\|VerbForm=Fin`, `Case=Dat\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Dem`, `POS=AUX\|Polarity=Pos\|VerbForm=Inf`, `Case=Gen\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Acc\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Int`, `Case=Acc\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Hyph=Yes\|POS=CCONJ`, `Case=Gen\|Definite=Def\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Aspect=Perf\|Case=Nom\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Nom\|Definite=Def\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Nom\|Definite=Ind\|Gender=Fem\|Mood=Nec\|Number=Sing\|POS=VERB\|Polarity=Pos\|VerbForm=Part`, `Case=Nom\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Emp`, `Case=Acc\|Definite=Def\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Gen\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Tot`, `Case=Gen\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=X`, `Case=Gen\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Nom\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Gen\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Aspect=Perf\|Case=Acc\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Loc\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Acc\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Neg\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `POS=VERB\|Polarity=Neg\|Tense=Pres\|VerbForm=Ger`, `Aspect=Perf\|Case=Ins\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Gen\|Definite=Ind\|Gender=Fem\|Hyph=Yes\|Number=Sing\|POS=DET\|PronType=Int`, `Case=Ins\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Gen\|Definite=Ind\|Gender=Fem\|POS=PRON\|PronType=Ind`, `Case=Dat\|Definite=Def\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Acc\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Definite=Ind\|Gender=Neut\|POS=VERB\|Polarity=Neg\|Reflex=Yes\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Aspect=Perf\|Case=Gen\|Definite=Def\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Gen\|Definite=Ind\|Degree=Cmp\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Dat\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Aspect=Perf\|Mood=Ind\|POS=VERB\|Person=3\|Polarity=Neg\|Reflex=Yes\|Tense=Past\|VerbForm=Fin`, `Case=Gen\|Definite=Ind\|POS=PRON\|PronType=Int`, `Case=Ins\|Definite=Ind\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Nom\|Definite=Ind\|Gender=Fem\|Number=Dual\|POS=PRON\|PronType=Ind`, `Case=Loc\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Tot`, `Case=Acc\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Gen\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Neg`, `Case=Dat\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Emp`, `Aspect=Perf\|Case=Gen\|Definite=Def\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Nom\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Loc\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Nom\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Definite=Ind\|Degree=Pos\|POS=ADJ`, `Case=Loc\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Gen\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Nom\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Definite=Ind\|Gender=Neut\|Mood=Nec\|POS=VERB\|Polarity=Pos\|VerbForm=Part`, `Case=Gen\|Definite=Def\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Loc\|Definite=Def\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Ins\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Ins\|Definite=Ind\|Degree=Sup\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Acc\|Definite=Def\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Nom\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Neg\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Acc\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Neg\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Gen\|Definite=Def\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Gen\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Acc\|Definite=Ind\|Gender=Fem\|Hyph=Yes\|Number=Plur\|POS=PRON\|PronType=Ind`, `Case=Nom\|Definite=Def\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Ins\|Definite=Ind\|Gender=Masc\|Hyph=Yes\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Acc\|Gender=Fem\|NumForm=Word\|NumType=Card\|POS=NUM`, `Aspect=Perf\|Case=Nom\|Definite=Def\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Loc\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Tot`, `Case=Loc\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=PRON\|PronType=Ind`, `Case=Gen\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Emp`, `Case=Dat\|Definite=Ind\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Aspect=Perf\|Case=Ins\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Nom\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Emp`, `Definite=Def\|Gender=Neut\|POS=DET\|PronType=Dem`, `Case=Dat\|Definite=Ind\|Gender=Fem\|Number=Dual\|POS=PRON\|PronType=Ind`, `Case=Gen\|Definite=Def\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Acc\|Definite=Ind\|Hyph=Yes\|POS=PRON\|PronType=Int`, `Case=Nom\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Neg\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Nom\|Definite=Def\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Neg\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Foreign=Yes\|Hyph=Yes\|POS=X`, `Case=Nom\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Dat\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Nom\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Ins\|Definite=Def\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Loc\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Emp`, `Case=Ins\|Definite=Def\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Neg\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Definite=Ind\|Degree=Sup\|Gender=Neut\|POS=ADJ`, `Case=Gen\|Definite=Def\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Nom\|Definite=Ind\|Degree=Sup\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Aspect=Perf\|Case=Acc\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Nom\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `POS=ADV`, `Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Neg\|VerbForm=Conv`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Polarity=Neg\|Reflex=Yes\|Tense=Pres\|VerbForm=Fin`, `Case=Acc\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Gen\|Definite=Ind\|Gender=Masc\|Hyph=Yes\|Number=Plur\|POS=PRON\|PronType=Ind`, `Case=Gen\|Definite=Ind\|Degree=Sup\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Gen\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Gen\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Neg\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `POS=SYM`, `Case=Gen\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Gen\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Int`, `Case=Nom\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=PRON\|PronType=Ind`, `Case=Acc\|Definite=Ind\|Gender=Masc\|NumForm=Word\|NumType=Mult\|POS=NUM`, `Case=Nom\|Gender=Fem\|NumForm=Word\|NumType=Card\|Number=Plur\|POS=NUM`, `Aspect=Perf\|Case=Loc\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Gen\|Definite=Ind\|Gender=Masc\|Hyph=Yes\|Number=Sing\|POS=PRON\|PronType=Ind`, `Definite=Ind\|Gender=Neut\|POS=DET\|PronType=Tot`, `Case=Ins\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Gen\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Int`, `Mood=Cnd\|Number=Plur\|POS=VERB\|Person=3\|Polarity=Neg\|VerbForm=Fin`, `Case=Nom\|Definite=Def\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Gen\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Aspect=Perf\|Case=Nom\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Gen\|Gender=Masc\|Number=Plur\|POS=PROPN`, `Case=Nom\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Emp`, `Case=Nom\|Definite=Ind\|Degree=Sup\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Loc\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Tot`, `Mood=Cnd\|Number=Plur\|POS=AUX\|Person=3\|Polarity=Pos\|VerbForm=Fin`, `Case=Dat\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=PRON\|PronType=Ind`, `Case=Dat\|Definite=Def\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Definite=Ind\|NumForm=Combi\|POS=NUM`, `Case=Gen\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Neg`, `Case=Acc\|Definite=Ind\|Gender=Masc\|POS=PRON\|PronType=Ind`, `Case=Dat\|Gender=Fem\|NumForm=Word\|NumType=Card\|POS=NUM`, `Aspect=Perf\|Case=Nom\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Aspect=Perf\|Case=Nom\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Dat\|Definite=Ind\|Gender=Masc\|POS=PRON\|PronType=Ind`, `Case=Nom\|Definite=Ind\|POS=PRON\|PronType=Neg`, `Case=Acc\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Gen\|Definite=Ind\|Gender=Masc\|NumForm=Word\|NumType=Ord\|Number=Sing\|POS=NUM`, `Case=Gen\|Definite=Ind\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Polarity=Neg\|Reflex=Yes\|Tense=Fut\|VerbForm=Fin`, `Case=Gen\|Definite=Ind\|Gender=Masc\|Hyph=Yes\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Dat\|Definite=Ind\|Gender=Masc\|POS=PRON\|PronType=Int`, `Aspect=Perf\|Case=Gen\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Voc\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Case=Loc\|Definite=Ind\|Number=Plur\|POS=PRON\|Person=2\|PronType=Prs`, `Case=Nom\|Definite=Ind\|Number=Sing\|POS=PRON\|Person=2\|PronType=Prs`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=2\|Polarity=Pos\|Tense=Fut\|VerbForm=Fin`, `Case=Acc\|Definite=Ind\|Number=Plur\|POS=PRON\|Person=2\|PronType=Prs`, `Case=Loc\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Int`, `Case=Dat\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Aspect=Perf\|Case=Gen\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Gen\|Definite=Ind\|Number=Sing\|POS=PRON\|Person=2\|PronType=Prs`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=2\|Polarity=Neg\|Tense=Pres\|VerbForm=Fin`, `Case=Loc\|Definite=Ind\|Number=Sing\|POS=PRON\|Person=2\|PronType=Prs`, `Mood=Cnd\|Number=Sing\|POS=VERB\|Person=2\|Polarity=Neg\|VerbForm=Fin`, `Case=Dat\|Definite=Ind\|Number=Sing\|POS=PRON\|Person=2\|PronType=Prs`, `Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|VerbForm=Conv`, `Case=Gen\|Definite=Ind\|Number=Plur\|POS=PRON\|Person=2\|PronType=Prs`, `Case=Ins\|Gender=Fem\|NumForm=Word\|NumType=Card\|POS=NUM`, `Case=Acc\|Definite=Ind\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs`, `Aspect=Perf\|Case=Gen\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Nom\|Definite=Ind\|Degree=Cmp\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Nom\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=VERB\|Polarity=Neg\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Acc\|Definite=Ind\|Number=Sing\|POS=PRON\|Person=2\|PronType=Prs`, `Mood=Cnd\|POS=VERB\|Person=3\|Polarity=Pos\|Reflex=Yes\|VerbForm=Fin`, `Case=Acc\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Tot`, `Case=Ins\|Definite=Ind\|Number=Sing\|POS=PRON\|Person=2\|PronType=Prs`, `Case=Dat\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Ins\|Definite=Ind\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Aspect=Hab\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=2\|Polarity=Pos\|Tense=Past\|VerbForm=Fin`, `Aspect=Perf\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=2\|Polarity=Neg\|Tense=Past\|VerbForm=Fin`, `Case=Dat\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Int`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=2\|Polarity=Pos\|Tense=Pres\|VerbForm=Fin`, `Aspect=Perf\|Case=Acc\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|VerbForm=Conv`, `Case=Voc\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Case=Acc\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=1\|Polarity=Pos\|Tense=Pres\|VerbForm=Fin`, `Case=Ins\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Ins\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Neg\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Mood=Cnd\|Number=Sing\|POS=VERB\|Person=1\|Polarity=Neg\|VerbForm=Fin`, `Aspect=Hab\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Polarity=Pos\|Tense=Past\|VerbForm=Fin`, `Aspect=Perf\|Case=Nom\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Aspect=Perf\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Polarity=Pos\|Reflex=Yes\|Tense=Past\|VerbForm=Fin`, `Case=Nom\|Definite=Ind\|Degree=Cmp\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Dat\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Tot`, `Case=Ins\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Tot`, `Aspect=Perf\|Case=Ins\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Acc\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Int`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Polarity=Neg\|Tense=Pres\|VerbForm=Fin`, `Case=Nom\|Definite=Ind\|Gender=Masc\|Hyph=Yes\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Nom\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Gen\|Definite=Ind\|Degree=Sup\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Aspect=Perf\|Case=Nom\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Ill\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Case=Nom\|Gender=Com\|Number=Sing\|POS=NOUN`, `Case=Loc\|Definite=Ind\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Nom\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Aspect=Perf\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Polarity=Neg\|Tense=Past\|VerbForm=Fin`, `Case=Loc\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Loc\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Nom\|Definite=Ind\|Degree=Sup\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Ins\|Definite=Def\|Gender=Masc\|NumForm=Word\|NumType=Ord\|Number=Plur\|POS=NUM`, `Case=Nom\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Loc\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Int`, `Case=Ins\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Aspect=Perf\|Case=Ins\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Loc\|Definite=Ind\|Gender=Fem\|NumType=Ord\|Number=Sing\|POS=NUM`, `Case=Gen\|Definite=Def\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Nom\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Tot`, `Case=Loc\|Definite=Ind\|Gender=Masc\|NumForm=Word\|NumType=Ord\|Number=Sing\|POS=NUM`, `Case=Loc\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Loc\|Definite=Ind\|Gender=Fem\|NumForm=Word\|NumType=Ord\|Number=Sing\|POS=NUM`, `Definite=Ind\|POS=NUM`, `Case=Dat\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Ins\|Definite=Ind\|Degree=Cmp\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Nom\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Acc\|Definite=Ind\|Degree=Sup\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Dat\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Emp`, `Case=Gen\|Definite=Def\|Gender=Fem\|NumForm=Word\|NumType=Ord\|Number=Sing\|POS=NUM`, `Case=Dat\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Hyph=Yes\|NumForm=Word\|NumType=Card\|POS=NUM`, `Case=Acc\|Definite=Ind\|Gender=Masc\|Hyph=Yes\|NumForm=Word\|NumType=Ord\|Number=Sing\|POS=NUM`, `Case=Nom\|Definite=Ind\|Gender=Masc\|NumForm=Word\|NumType=Ord\|Number=Sing\|POS=NUM`, `POS=VERB\|Polarity=Neg\|VerbForm=Inf`, `Aspect=Perf\|Case=Nom\|Definite=Def\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Nom\|Definite=Def\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Aspect=Perf\|POS=VERB\|Polarity=Neg\|Reflex=Yes\|Tense=Past\|VerbForm=Ger`, `Case=Nom\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Neg`, `Mood=Imp\|Number=Plur\|POS=VERB\|Person=2\|Polarity=Pos\|Reflex=Yes\|VerbForm=Fin`, `Case=Gen\|Definite=Ind\|POS=PRON\|PronType=Ind`, `Aspect=Perf\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=2\|Polarity=Pos\|Tense=Past\|VerbForm=Fin`, `Case=Dat\|Definite=Ind\|Number=Plur\|POS=PRON\|Person=2\|PronType=Prs`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=2\|Polarity=Pos\|Tense=Pres\|VerbForm=Fin`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=2\|Polarity=Neg\|Tense=Pres\|VerbForm=Fin`, `Mood=Imp\|Number=Plur\|POS=VERB\|Person=2\|Polarity=Neg\|Reflex=Yes\|VerbForm=Fin`, `Case=Ins\|Definite=Ind\|Number=Plur\|POS=PRON\|Person=2\|PronType=Prs`, `Case=Acc\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=2\|PronType=Prs`, `Mood=Imp\|Number=Plur\|POS=VERB\|Person=2\|Polarity=Neg\|VerbForm=Fin`, `Case=Nom\|Definite=Ind\|Number=Plur\|POS=PRON\|Person=2\|PronType=Prs`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=2\|Polarity=Pos\|Tense=Pres\|VerbForm=Fin`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=2\|Polarity=Pos\|Tense=Fut\|VerbForm=Fin`, `Case=Acc\|Definite=Ind\|Gender=Fem\|Hyph=Yes\|Number=Sing\|POS=DET\|PronType=Dem`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=2\|Polarity=Pos\|Reflex=Yes\|Tense=Fut\|VerbForm=Fin`, `Case=Gen\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Tot`, `Case=Dat\|Definite=Ind\|Gender=Masc\|Hyph=Yes\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=NOUN\|Reflex=Yes`, `Aspect=Perf\|Case=Ins\|Definite=Def\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Dat\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Ins\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Ins\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Mood=Cnd\|POS=VERB\|Person=3\|Polarity=Neg\|Reflex=Yes\|VerbForm=Fin`, `POS=VERB\|Polarity=Pos\|Reflex=Yes\|Tense=Pres`, `Definite=Ind\|Gender=Masc\|POS=PRON\|PronType=Ind`, `Case=Acc\|Definite=Ind\|Degree=Cmp\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Loc\|Definite=Ind\|Degree=Cmp\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Gen\|Definite=Ind\|Gender=Masc\|NumForm=Word\|NumType=Ord\|Number=Plur\|POS=NUM`, `Case=Loc\|Definite=Ind\|Degree=Sup\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Loc\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Loc\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Dem`, `Mood=Cnd\|POS=VERB\|Person=3\|Polarity=Neg\|VerbForm=Fin`, `Case=Gen\|Definite=Ind\|Gender=Fem\|Hyph=Yes\|Number=Plur\|POS=PRON\|PronType=Ind`, `Case=Gen\|Definite=Ind\|Gender=Fem\|Hyph=Yes\|Number=Sing\|POS=PRON\|PronType=Ind`, `Mood=Cnd\|Number=Sing\|POS=VERB\|Person=1\|Polarity=Pos\|VerbForm=Fin`, `Aspect=Perf\|Case=Ins\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Ins\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Dat\|Definite=Def\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Dat\|Definite=Def\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Gender=Fem\|Number=Plur\|POS=VERB\|Polarity=Pos\|VerbForm=Conv`, `Case=Loc\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Gen\|Definite=Ind\|Degree=Sup\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Dat\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Gen\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Gen\|Definite=Def\|Gender=Fem\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Mood=Cnd\|Number=Plur\|POS=VERB\|Person=1\|Polarity=Neg\|VerbForm=Fin`, `Case=Acc\|Definite=Ind\|Degree=Sup\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Loc\|Definite=Def\|Gender=Fem\|NumForm=Word\|NumType=Ord\|Number=Sing\|POS=NUM`, `Case=Nom\|Definite=Def\|Gender=Masc\|NumForm=Word\|NumType=Ord\|Number=Sing\|POS=NUM`, `Case=Nom\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Emp`, `POS=VERB\|Polarity=Neg\|Reflex=Yes\|VerbForm=Inf`, `Case=Dat\|Definite=Def\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Gen\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Emp`, `Case=Dat\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Gen\|Definite=Def\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Nom\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Nom\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Fut\|VerbForm=Part\|Voice=Act`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Case=Nom\|Definite=Def\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Acc\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Emp`, `Case=Ins\|Definite=Def\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Gen\|Definite=Def\|Gender=Fem\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Aspect=Perf\|Definite=Ind\|Gender=Neut\|POS=AUX\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Dat\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Acc\|Definite=Def\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Mood=Cnd\|Number=Sing\|POS=VERB\|Person=1\|Polarity=Neg\|Reflex=Yes\|VerbForm=Fin`, `Case=Dat\|Definite=Ind\|POS=PRON\|PronType=Prs\|Reflex=Yes`, `Mood=Cnd\|Number=Sing\|POS=VERB\|Person=1\|Polarity=Pos\|Reflex=Yes\|VerbForm=Fin`, `Case=Acc\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Gender=Fem\|POS=NOUN`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=2\|Polarity=Neg\|Tense=Fut\|VerbForm=Fin`, `Case=Acc\|Definite=Ind\|Gender=Masc\|Hyph=Yes\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Nom\|Definite=Ind\|Gender=Fem\|Hyph=Yes\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Gen\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Neg\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Nom\|Gender=Masc\|NumForm=Word\|NumType=Card\|Number=Sing\|POS=NUM`, `Case=Ill\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Aspect=Perf\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=2\|Polarity=Pos\|Tense=Past\|VerbForm=Fin`, `Mood=Cnd\|Number=Sing\|POS=VERB\|Person=2\|Polarity=Pos\|VerbForm=Fin`, `Mood=Cnd\|Number=Sing\|POS=AUX\|Person=2\|Polarity=Pos\|VerbForm=Fin`, `Case=Ins\|Definite=Ind\|Gender=Fem\|Hyph=Yes\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Ins\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Abbr=Yes\|Hyph=Yes\|POS=X`, `Mood=Cnd\|Number=Sing\|POS=AUX\|Person=1\|Polarity=Pos\|VerbForm=Fin`, `Aspect=Hab\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Polarity=Pos\|Tense=Past\|VerbForm=Fin`, `Case=Ins\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Neg`, `Case=Nom\|Definite=Ind\|Gender=Masc\|Hyph=Yes\|Number=Sing\|POS=DET\|PronType=Int`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=NOUN\|Reflex=Yes`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Polarity=Neg\|Reflex=Yes\|Tense=Pres\|VerbForm=Fin`, `POS=PUNCT\|PunctType=Peri`, `Case=Dat\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Tot`, `Case=Ins\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Acc\|Definite=Def\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Loc\|Definite=Ind\|Degree=Cmp\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Loc\|Definite=Def\|Gender=Masc\|NumForm=Combi\|NumType=Ord\|Number=Sing\|POS=NUM`, `Case=Dat\|Definite=Def\|Gender=Fem\|NumForm=Word\|NumType=Ord\|Number=Sing\|POS=NUM`, `Case=Dat\|Definite=Ind\|Degree=Cmp\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Aspect=Perf\|Case=Gen\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Loc\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Acc\|Definite=Def\|Degree=Pos\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Dat\|Definite=Ind\|Gender=Masc\|Hyph=Yes\|Number=Plur\|POS=DET\|PronType=Dem`, `Case=Gen\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Neg\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Acc\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Neg`, `Case=Loc\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Ins\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Emp`, `Case=Ins\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Neg\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=NOUN\|Reflex=Yes`, `Gender=Fem\|POS=PROPN`, `Case=Ins\|Gender=Masc\|Number=Sing\|POS=NOUN\|Reflex=Yes`, `Case=Gen\|Definite=Ind\|Degree=Cmp\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Gen\|Definite=Def\|Gender=Masc\|NumForm=Word\|NumType=Ord\|Number=Plur\|POS=NUM`, `Case=Ins\|Definite=Ind\|Degree=Sup\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Loc\|Definite=Ind\|Degree=Sup\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Acc\|Definite=Def\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Nom\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Nom\|Definite=Def\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Ins\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Loc\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Gen\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=VERB\|Polarity=Neg\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Gen\|Definite=Ind\|Degree=Sup\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Nom\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Aspect=Perf\|Case=Gen\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=3\|Polarity=Pos\|Tense=Fut\|VerbForm=Fin`, `Case=Nom\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Neg\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Gen\|Gender=Masc\|Number=Plur\|POS=NOUN\|Reflex=Yes`, `Case=Ins\|Definite=Def\|Degree=Pos\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Gen\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Neg`, `Case=Dat\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Acc\|Gender=Masc\|NumForm=Word\|NumType=Card\|POS=NUM`, `Case=Acc\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Acc\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Tot`, `Case=Nom\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Polarity=Neg\|Reflex=Yes\|Tense=Pres\|VerbForm=Fin`, `Case=Ins\|Definite=Ind\|Degree=Cmp\|Gender=Masc\|Number=Plur\|POS=ADJ`, `POS=NOUN`, `Gender=Masc\|Number=Sing\|POS=NOUN`, `Gender=Masc\|Number=Plur\|POS=NOUN`, `Case=Loc\|Definite=Ind\|Gender=Masc\|NumForm=Word\|NumType=Ord\|Number=Plur\|POS=NUM`, `Case=Loc\|Gender=Masc\|NumForm=Word\|NumType=Card\|POS=NUM`, `Case=Dat\|Gender=Masc\|NumForm=Word\|NumType=Card\|POS=NUM`, `Case=Gen\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Aspect=Perf\|Case=Acc\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Ins\|Definite=Ind\|Gender=Fem\|Hyph=Yes\|Number=Plur\|POS=PRON\|PronType=Ind`, `Case=Dat\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Int`, `Case=Gen\|Definite=Def\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Aspect=Perf\|Case=Acc\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Neg\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Gen\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Gen\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Ins\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=PRON\|PronType=Ind`, `Mood=Imp\|Number=Plur\|POS=VERB\|Person=1\|Polarity=Pos\|Reflex=Yes\|VerbForm=Fin`, `Definite=Ind\|Gender=Neut\|Mood=Nec\|POS=VERB\|Polarity=Neg\|VerbForm=Part`, `Case=Dat\|Definite=Ind\|Number=Sing\|POS=PRON\|PronType=Prs\|Reflex=Yes`, `Case=Ins\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Acc\|Definite=Ind\|Gender=Masc\|Hyph=Yes\|Number=Plur\|POS=PRON\|PronType=Ind`, `Case=Ins\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Loc\|Definite=Ind\|Gender=Fem\|Hyph=Yes\|Number=Sing\|POS=PRON\|PronType=Ind`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=2\|Polarity=Pos\|Reflex=Yes\|Tense=Pres\|VerbForm=Fin`, `Case=Ins\|Gender=Fem\|NumForm=Word\|NumType=Card\|Number=Sing\|POS=NUM`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=2\|Polarity=Pos\|Tense=Fut\|VerbForm=Fin`, `Aspect=Perf\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=1\|Polarity=Pos\|Reflex=Yes\|Tense=Past\|VerbForm=Fin`, `Case=Nom\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Neg\|Reflex=Yes\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Nom\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Neg\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Loc\|Definite=Ind\|Gender=Fem\|Hyph=Yes\|Number=Plur\|POS=PRON\|PronType=Ind`, `Case=Nom\|Definite=Ind\|Gender=Fem\|POS=PRON\|PronType=Ind`, `Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Neg\|VerbForm=Conv`, `Case=Acc\|Definite=Ind\|Degree=Cmp\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Ins\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Definite=Ind\|Gender=Neut\|Hyph=Yes\|POS=PRON\|PronType=Int`, `Mood=Cnd\|Number=Plur\|POS=VERB\|Person=1\|Polarity=Neg\|Reflex=Yes\|VerbForm=Fin`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=1\|Polarity=Pos\|Reflex=Yes\|Tense=Fut\|VerbForm=Fin`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=1\|Polarity=Pos\|Tense=Fut\|VerbForm=Fin`, `Case=Nom\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Neg\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Gen\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Neg\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Aspect=Perf\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=1\|Polarity=Neg\|Tense=Past\|VerbForm=Fin`, `Case=Loc\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Dat\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Ins\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Int`, `Case=Ins\|Definite=Ind\|Gender=Fem\|Hyph=Yes\|Number=Sing\|POS=PRON\|PronType=Ind`, `Aspect=Perf\|Definite=Ind\|Gender=Neut\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Ins\|Definite=Ind\|Hyph=Yes\|POS=PRON\|PronType=Int`, `Case=Nom\|Definite=Ind\|Gender=Masc\|NumForm=Word\|NumType=Ord\|Number=Plur\|POS=NUM`, `Case=Nom\|Definite=Ind\|Gender=Fem\|Hyph=Yes\|Number=Sing\|POS=DET\|PronType=Int`, `Case=Ins\|Definite=Ind\|POS=PRON\|PronType=Prs\|Reflex=Yes`, `Case=Dat\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Gen\|Definite=Ind\|Gender=Masc\|Mood=Nec\|Number=Plur\|POS=VERB\|Polarity=Pos\|VerbForm=Part`, `Case=Loc\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Tot`, `Case=Nom\|Definite=Def\|Gender=Fem\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Nom\|Definite=Def\|Gender=Fem\|Number=Plur\|POS=VERB\|Polarity=Neg\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Nom\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=VERB\|Polarity=Neg\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Acc\|Definite=Def\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Nom\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=X`, `Case=Ins\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Ins\|Gender=Masc\|Number=Plur\|POS=NOUN\|Reflex=Yes`, `Case=Dat\|Definite=Ind\|Gender=Masc\|Hyph=Yes\|Number=Plur\|POS=PRON\|PronType=Ind`, `Case=Ins\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Ins\|Definite=Ind\|POS=PRON\|PronType=Neg`, `Aspect=Hab\|Mood=Ind\|POS=VERB\|Person=3\|Polarity=Pos\|Tense=Past\|VerbForm=Fin`, `Case=Gen\|Definite=Ind\|Hyph=Yes\|POS=PRON\|PronType=Int`, `Case=Loc\|Definite=Ind\|Gender=Masc\|Hyph=Yes\|Number=Sing\|POS=DET\|PronType=Int`, `Case=Acc\|Definite=Ind\|Gender=Masc\|Hyph=Yes\|Number=Sing\|POS=DET\|PronType=Int`, `Aspect=Hab\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Polarity=Neg\|Tense=Past\|VerbForm=Fin`, `Aspect=Hab\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Polarity=Pos\|Reflex=Yes\|Tense=Past\|VerbForm=Fin`, `Aspect=Hab\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Polarity=Neg\|Tense=Past\|VerbForm=Fin`, `Case=Ins\|Definite=Ind\|Gender=Masc\|Hyph=Yes\|Number=Sing\|POS=DET\|PronType=Int`, `Case=Ins\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Neg\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Nom\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=AUX\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Mood=Cnd\|Number=Sing\|POS=VERB\|Person=3\|Polarity=Neg\|VerbForm=Fin`, `Hyph=Yes\|POS=INTJ`, `Aspect=Perf\|Case=Acc\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Nom\|Definite=Def\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Nom\|Definite=Ind\|Gender=Fem\|NumForm=Word\|NumType=Ord\|Number=Sing\|POS=NUM`, `Case=Dat\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Fut\|VerbForm=Part\|Voice=Pass`, `Aspect=Hab\|Mood=Ind\|POS=AUX\|Person=3\|Polarity=Pos\|Tense=Past\|VerbForm=Fin`, `Case=Acc\|Definite=Ind\|Degree=Sup\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Dat\|Gender=Com\|Number=Sing\|POS=NOUN`, `Aspect=Hab\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Polarity=Pos\|Reflex=Yes\|Tense=Past\|VerbForm=Fin`, `Case=Ins\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Aspect=Perf\|Definite=Ind\|Gender=Neut\|POS=VERB\|Polarity=Neg\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Gen\|Gender=Com\|Number=Sing\|POS=NOUN`, `Case=Acc\|Definite=Ind\|NumForm=Word\|NumType=Sets\|POS=NUM`, `Case=Gen\|Definite=Ind\|Gender=Masc\|NumForm=Word\|NumType=Mult\|POS=NUM`, `Aspect=Perf\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Polarity=Neg\|Reflex=Yes\|Tense=Past\|VerbForm=Fin`, `Aspect=Perf\|Mood=Ind\|Number=Sing\|POS=AUX\|Person=1\|Polarity=Pos\|Tense=Past\|VerbForm=Fin`, `Aspect=Perf\|Case=Nom\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Neg\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=2\|Polarity=Neg\|Reflex=Yes\|Tense=Fut\|VerbForm=Fin`, `Case=Nom\|Definite=Ind\|Gender=Masc\|Hyph=Yes\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Nom\|Definite=Ind\|Degree=Sup\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Aspect=Perf\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Polarity=Neg\|Reflex=Yes\|Tense=Past\|VerbForm=Fin`, `Case=Ins\|Definite=Ind\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs`, `Mood=Imp\|Number=Sing\|POS=VERB\|Person=2\|Polarity=Neg\|VerbForm=Fin`, `Case=Acc\|Definite=Ind\|Gender=Masc\|Hyph=Yes\|Number=Sing\|POS=DET\|PronType=Dem`, `Aspect=Hab\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Polarity=Pos\|Reflex=Yes\|Tense=Past\|VerbForm=Fin`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Polarity=Neg\|Tense=Fut\|VerbForm=Fin`, `Case=Acc\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Fut\|VerbForm=Part\|Voice=Pass`, `Case=Gen\|Definite=Ind\|Gender=Masc\|Number=Dual\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Nom\|Gender=Com\|Number=Plur\|POS=NOUN`, `Case=Dat\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Mood=Imp\|Number=Sing\|POS=AUX\|Person=3\|Polarity=Pos\|VerbForm=Fin`, `Case=Dat\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Neg\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Nom\|Definite=Ind\|Gender=Masc\|Mood=Nec\|Number=Sing\|POS=VERB\|Polarity=Neg\|VerbForm=Part`, `Case=Gen\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=VERB\|Polarity=Neg\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Acc\|Definite=Ind\|Gender=Masc\|Number=Dual\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Nom\|Definite=Ind\|Gender=Masc\|Number=Dual\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Dat\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Neg\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=2\|Polarity=Pos\|Reflex=Yes\|Tense=Fut\|VerbForm=Fin`, `Case=Nom\|Definite=Ind\|Number=Dual\|POS=PRON\|Person=1\|PronType=Prs`, `Aspect=Perf\|Case=Dat\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Acc\|Gender=Masc\|NumType=Card\|Number=Plur\|POS=NUM`, `Aspect=Perf\|Case=Nom\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Neg\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Acc\|Definite=Def\|Gender=Fem\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Acc\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=VERB\|Polarity=Neg\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Loc\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Int`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=NOUN\|Reflex=Yes`, `Case=Loc\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Nom\|Definite=Ind\|Gender=Fem\|Mood=Nec\|Number=Sing\|POS=VERB\|Polarity=Neg\|VerbForm=Part`, `Case=Acc\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Neg\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Ins\|Definite=Ind\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Ins\|Definite=Ind\|Gender=Masc\|NumForm=Word\|NumType=Ord\|Number=Plur\|POS=NUM`, `Mood=Imp\|Number=Sing\|POS=VERB\|Person=2\|Polarity=Pos\|VerbForm=Fin`, `Case=Nom\|Definite=Ind\|Hyph=Yes\|POS=PRON\|PronType=Ind`, `Case=Ins\|Definite=Ind\|Gender=Masc\|Hyph=Yes\|Number=Plur\|POS=PRON\|PronType=Ind`, `Case=Ins\|Definite=Ind\|POS=PRON\|PronType=Ind`, `Aspect=Perf\|Case=Ins\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Dat\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Dem`, `Mood=Cnd\|Number=Plur\|POS=VERB\|Person=2\|Polarity=Pos\|VerbForm=Fin`, `Case=Dat\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Ins\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Nom\|Gender=Fem\|NumType=Card\|POS=NUM`, `Case=Loc\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Nom\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Definite=Ind\|Hyph=Yes\|POS=PRON\|PronType=Ind`, `Case=Nom\|Definite=Def\|Gender=Fem\|NumType=Ord\|Number=Sing\|POS=NUM`, `Case=Loc\|Definite=Ind\|Degree=Cmp\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Gender=Fem\|Number=Sing\|POS=AUX\|Polarity=Pos\|VerbForm=Conv`, `Case=Loc\|Definite=Def\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Dat\|Definite=Ind\|Gender=Fem\|Hyph=Yes\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Dat\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Neg\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Dat\|Definite=Ind\|Degree=Cmp\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Ins\|Definite=Ind\|Degree=Cmp\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Dat\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Dem`, `Aspect=Perf\|Case=Dat\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Acc\|Definite=Ind\|Gender=Fem\|POS=PRON\|PronType=Ind`, `Case=Dat\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Gen\|Definite=Ind\|Gender=Masc\|Hyph=Yes\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Gen\|Definite=Ind\|Gender=Fem\|Hyph=Yes\|Number=Sing\|POS=DET\|PronType=Dem`, `Case=Loc\|Definite=Ind\|Gender=Fem\|Hyph=Yes\|Number=Sing\|POS=DET\|PronType=Dem`, `Aspect=Perf\|Case=Loc\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Acc\|Definite=Ind\|Gender=Fem\|Hyph=Yes\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Nom\|Definite=Ind\|Gender=Fem\|NumForm=Word\|Number=Sing\|POS=NUM`, `Case=Loc\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Acc\|Definite=Ind\|Gender=Fem\|NumForm=Word\|Number=Sing\|POS=NUM`, `Case=Nom\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Case=Dat\|Definite=Def\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Gen\|Definite=Def\|Gender=Fem\|Number=Sing\|POS=PRON\|PronType=Ind`, `Case=Dat\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Neg\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Dat\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Dat\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Dat\|Definite=Def\|Gender=Masc\|NumForm=Word\|NumType=Ord\|Number=Plur\|POS=NUM`, `Case=Nom\|Definite=Def\|Gender=Fem\|Number=Sing\|POS=VERB\|Polarity=Pos\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Gender=Fem\|Number=Plur\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|VerbForm=Conv`, `Mood=Imp\|Number=Sing\|POS=VERB\|Person=2\|Polarity=Pos\|Reflex=Yes\|VerbForm=Fin`, `Case=Gen\|Gender=Fem\|Number=Plur\|POS=PROPN`, `Case=Loc\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Gen\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|VerbForm=Part\|Voice=Pass`, `Aspect=Perf\|Case=Ins\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Neg\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Gender=Fem\|Number=Sing\|POS=NOUN`, `Case=Ins\|Definite=Ind\|Gender=Fem\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Nom\|Definite=Ind\|Gender=Fem\|POS=VERB\|Polarity=Pos\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|Tense=Past\|Voice=Pass`, `Case=Acc\|Definite=Ind\|Gender=Masc\|Number=Plur\|POS=VERB\|Polarity=Pos\|Reflex=Yes\|Tense=Past\|VerbForm=Part\|Voice=Pass` |
|
| 84 |
+
| **`tagger`** | `.`, `akr.`, `bdv.aukšt.mot.dgs.K.`, `bdv.aukšt.mot.dgs.V.`, `bdv.aukšt.mot.dgs.Vt.`, `bdv.aukšt.mot.dgs.Įn.`, `bdv.aukšt.mot.vns.G.`, `bdv.aukšt.mot.vns.K.`, `bdv.aukšt.mot.vns.V.`, `bdv.aukšt.vyr.dgs.G.`, `bdv.aukšt.vyr.dgs.K.`, `bdv.aukšt.vyr.dgs.N.`, `bdv.aukšt.vyr.dgs.V.`, `bdv.aukšt.vyr.dgs.Vt.`, `bdv.aukšt.vyr.dgs.Įn.`, `bdv.aukšt.vyr.vns.G.`, `bdv.aukšt.vyr.vns.K.`, `bdv.aukšt.vyr.vns.N.`, `bdv.aukšt.vyr.vns.V.`, `bdv.aukšt.vyr.vns.Vt.`, `bdv.aukšt.vyr.vns.Įn.`, `bdv.aukšč.bev.`, `bdv.aukšč.mot.dgs.G.`, `bdv.aukšč.mot.dgs.K.`, `bdv.aukšč.mot.dgs.V.`, `bdv.aukšč.mot.dgs.Įn.`, `bdv.aukšč.mot.vns.K.`, `bdv.aukšč.mot.vns.V.`, `bdv.aukšč.mot.vns.Vt.`, `bdv.aukšč.mot.vns.Įn.`, `bdv.aukšč.vyr.dgs.G.`, `bdv.aukšč.vyr.dgs.K.`, `bdv.aukšč.vyr.dgs.V.`, `bdv.aukšč.vyr.dgs.Vt.`, `bdv.aukšč.vyr.dgs.Įn.`, `bdv.aukšč.vyr.vns.G.`, `bdv.aukšč.vyr.vns.K.`, `bdv.aukšč.vyr.vns.V.`, `bdv.aukšč.vyr.vns.Įn.`, `bdv.aukšč.įvardž.mot.vns.K.`, `bdv.nelygin.`, `bdv.nelygin..vyr.vns.K.`, `bdv.nelygin.bev.`, `bdv.nelygin.mot.dgs.G.`, `bdv.nelygin.mot.dgs.K.`, `bdv.nelygin.mot.dgs.N.`, `bdv.nelygin.mot.dgs.V`, `bdv.nelygin.mot.dgs.V.`, `bdv.nelygin.mot.dgs.Vt.`, `bdv.nelygin.mot.dgs.Įn.`, `bdv.nelygin.mot.vns.G.`, `bdv.nelygin.mot.vns.K.`, `bdv.nelygin.mot.vns.N.`, `bdv.nelygin.mot.vns.V.`, `bdv.nelygin.mot.vns.Vt.`, `bdv.nelygin.mot.vns.Įn.`, `bdv.nelygin.vyr.dgs.G.`, `bdv.nelygin.vyr.dgs.K.`, `bdv.nelygin.vyr.dgs.N.`, `bdv.nelygin.vyr.dgs.V.`, `bdv.nelygin.vyr.dgs.Vt.`, `bdv.nelygin.vyr.dgs.Įn.`, `bdv.nelygin.vyr.vns.G.`, `bdv.nelygin.vyr.vns.K.`, `bdv.nelygin.vyr.vns.N.`, `bdv.nelygin.vyr.vns.V.`, `bdv.nelygin.vyr.vns.Vt.`, `bdv.nelygin.vyr.vns.Įn.`, `bdv.nelygin.įvardž.mot.dgs.G.`, `bdv.nelygin.įvardž.mot.dgs.K.`, `bdv.nelygin.įvardž.mot.dgs.N.`, `bdv.nelygin.įvardž.mot.dgs.V.`, `bdv.nelygin.įvardž.mot.dgs.Įn.`, `bdv.nelygin.įvardž.mot.vns.G.`, `bdv.nelygin.įvardž.mot.vns.K.`, `bdv.nelygin.įvardž.mot.vns.N.`, `bdv.nelygin.įvardž.mot.vns.V.`, `bdv.nelygin.įvardž.mot.vns.Vt.`, `bdv.nelygin.įvardž.mot.vns.Įn.`, `bdv.nelygin.įvardž.vyr.dgs.G.`, `bdv.nelygin.įvardž.vyr.dgs.K.`, `bdv.nelygin.įvardž.vyr.dgs.V.`, `bdv.nelygin.įvardž.vyr.dgs.Vt.`, `bdv.nelygin.įvardž.vyr.dgs.Įn.`, `bdv.nelygin.įvardž.vyr.vns.G.`, `bdv.nelygin.įvardž.vyr.vns.K.`, `bdv.nelygin.įvardž.vyr.vns.N.`, `bdv.nelygin.įvardž.vyr.vns.V.`, `bdv.nelygin.įvardž.vyr.vns.Vt.`, `bdv.nelygin.įvardž.vyr.vns.Įn.`, `būdv.nelygin.įvardž.vyr.dgs.K.`, `dkt.`, `dkt.bendr.dgs.V.`, `dkt.bendr.vns.K.`, `dkt.bendr.vns.N.`, `dkt.bendr.vns.V.`, `dkt.mot.`, `dkt.mot.dgs.G.`, `dkt.mot.dgs.K.`, `dkt.mot.dgs.N.`, `dkt.mot.dgs.V.`, `dkt.mot.dgs.Vt.`, `dkt.mot.dgs.Įn.`, `dkt.mot.vns.G.`, `dkt.mot.vns.Il.`, `dkt.mot.vns.K`, `dkt.mot.vns.K.`, `dkt.mot.vns.N.`, `dkt.mot.vns.V.`, `dkt.mot.vns.Vt.`, `dkt.mot.vns.Įn.`, `dkt.mot.vns.Įv.`, `dkt.mot.vns.Š.`, `dkt.sngr.vyr.dgs.G.`, `dkt.sngr.vyr.dgs.K.`, `dkt.sngr.vyr.dgs.V.`, `dkt.sngr.vyr.dgs.Įn.`, `dkt.sngr.vyr.vns.G.`, `dkt.sngr.vyr.vns.K.`, `dkt.sngr.vyr.vns.N.`, `dkt.sngr.vyr.vns.V.`, `dkt.sngr.vyr.vns.Įn.`, `dkt.tikr.`, `dkt.tikr.mot.`, `dkt.tikr.mot.dgs.K.`, `dkt.tikr.mot.vns.G.`, `dkt.tikr.mot.vns.K.`, `dkt.tikr.mot.vns.N.`, `dkt.tikr.mot.vns.V.`, `dkt.tikr.mot.vns.Vt.`, `dkt.tikr.mot.vns.Įn.`, `dkt.tikr.vyr.dgs.K.`, `dkt.tikr.vyr.vns.G.`, `dkt.tikr.vyr.vns.K.`, `dkt.tikr.vyr.vns.N.`, `dkt.tikr.vyr.vns.V.`, `dkt.tikr.vyr.vns.Vt.`, `dkt.tikr.vyr.vns.Įn.`, `dkt.vyr.`, `dkt.vyr.dgs.G.`, `dkt.vyr.dgs.K.`, `dkt.vyr.dgs.N.`, `dkt.vyr.dgs.V.`, `dkt.vyr.dgs.Vt.`, `dkt.vyr.dgs.v.`, `dkt.vyr.dgs.Įn.`, `dkt.vyr.vns,K.`, `dkt.vyr.vns.G.`, `dkt.vyr.vns.Il.`, `dkt.vyr.vns.K.`, `dkt.vyr.vns.N.`, `dkt.vyr.vns.V.`, `dkt.vyr.vns.Vt.`, `dkt.vyr.vns.vt.`, `dkt.vyr.vns.Įn.`, `dkt.vyr.vns.Š.`, `dktv.mot.vns.K.`, `dll`, `dll.`, `dlv.neveik.es.mot.vns.V.`, `jng.`, `jst.`, `kita`, `kita.`, `prl.G.`, `prl.K.`, `prl.Įn.`, `prv.aukšt.`, `prv.aukšč.`, `prv.nelygin.`, `prv.neygin.`, `prv.sampl.nelygin.`, `samp.įv.mot.dgs.N.`, `sampl.dll.`, `sampl.jng.`, `sampl.jst.`, `sampl.prv.`, `sampl.prv.nelyg.`, `sampl.prv.nelygin.`, `sampl.sktv.`, `sampl.sktv.raid.kiek.`, `sampl.sutr.`, `sampl.užs.`, `sampl.vksm.pad.es.`, `sampl.įv.`, `sampl.įv.G.`, `sampl.įv.K.`, `sampl.įv.V.`, `sampl.įv.bev.`, `sampl.įv.mot.dgs.G.`, `sampl.įv.mot.dgs.K.`, `sampl.įv.mot.dgs.V.`, `sampl.įv.mot.dgs.Vt.`, `sampl.įv.mot.dgs.Įn.`, `sampl.įv.mot.vns.G.`, `sampl.įv.mot.vns.K.`, `sampl.įv.mot.vns.N.`, `sampl.įv.mot.vns.V.`, `sampl.įv.mot.vns.Vt.`, `sampl.įv.mot.vns.Įn.`, `sampl.įv.vyr.dgs.G.`, `sampl.įv.vyr.dgs.K.`, `sampl.įv.vyr.dgs.N.`, `sampl.įv.vyr.dgs.V.`, `sampl.įv.vyr.dgs.Vt.`, `sampl.įv.vyr.dgs.Įn.`, `sampl.įv.vyr.vns.G.`, `sampl.įv.vyr.vns.K.`, `sampl.įv.vyr.vns.V.`, `sampl.įv.vyr.vns.Vt.`, `sampl.įv.vyr.vns.Įn.`, `sampl.įv.Įn.`, `sktv.`, `sktv.arab`, `sktv.arab.`, `sktv.kelint.mot.vns.Vt.`, `sktv.kelint.įvardž.mot.vns.V.`, `sktv.kelint.įvardž.vyr.vns.G.`, `sktv.kiek.mot.V.`, `sktv.kiek.vyr.dgs.G.`, `sktv.mišr.`, `sktv.mišr.kelint.įvardž.mot.vns.G.`, `sktv.mišr.kelint.įvardž.mot.vns.K.`, `sktv.mišr.kelint.įvardž.mot.vns.V.`, `sktv.mišr.kelint.įvardž.vyr.vns.G.`, `sktv.mišr.kelint.įvardž.vyr.vns.K.`, `sktv.mišr.kelint.įvardž.vyr.vns.Vt.`, `sktv.raid.daugin.vyr.G.`, `sktv.raid.daugin.vyr.K.`, `sktv.raid.kelint.bev.`, `sktv.raid.kelint.mot.vns.K.`, `sktv.raid.kelint.mot.vns.V.`, `sktv.raid.kelint.mot.vns.Vt.`, `sktv.raid.kelint.vyr.dgs.K.`, `sktv.raid.kelint.vyr.dgs.V.`, `sktv.raid.kelint.vyr.dgs.Vt.`, `sktv.raid.kelint.vyr.dgs.Įn.`, `sktv.raid.kelint.vyr.vns.G.`, `sktv.raid.kelint.vyr.vns.K.`, `sktv.raid.kelint.vyr.vns.V.`, `sktv.raid.kelint.vyr.vns.Vt.`, `sktv.raid.kelint.įvardž.mot.vns.G.`, `sktv.raid.kelint.įvardž.mot.vns.K.`, `sktv.raid.kelint.įvardž.mot.vns.N.`, `sktv.raid.kelint.įvardž.mot.vns.V.`, `sktv.raid.kelint.įvardž.mot.vns.Vt.`, `sktv.raid.kelint.įvardž.vyr.dgs.K.`, `sktv.raid.kelint.įvardž.vyr.dgs.N.`, `sktv.raid.kelint.įvardž.vyr.dgs.V.`, `sktv.raid.kelint.įvardž.vyr.dgs.Įn.`, `sktv.raid.kelint.įvardž.vyr.vns.G.`, `sktv.raid.kelint.įvardž.vyr.vns.K.`, `sktv.raid.kelint.įvardž.vyr.vns.V.`, `sktv.raid.kiek.`, `sktv.raid.kiek.K.`, `sktv.raid.kiek.mot.G.`, `sktv.raid.kiek.mot.K.`, `sktv.raid.kiek.mot.N.`, `sktv.raid.kiek.mot.V.`, `sktv.raid.kiek.mot.Vt.`, `sktv.raid.kiek.mot.dgs.V.`, `sktv.raid.kiek.mot.vns.G.`, `sktv.raid.kiek.mot.vns.K.`, `sktv.raid.kiek.mot.vns.Įn.`, `sktv.raid.kiek.mot.Įn.`, `sktv.raid.kiek.vyr.G.`, `sktv.raid.kiek.vyr.K.`, `sktv.raid.kiek.vyr.N.`, `sktv.raid.kiek.vyr.V.`, `sktv.raid.kiek.vyr.Vt.`, `sktv.raid.kiek.vyr.dgs.K.`, `sktv.raid.kiek.vyr.dgs.V.`, `sktv.raid.kiek.vyr.vns.G.`, `sktv.raid.kiek.vyr.vns.K.`, `sktv.raid.kiek.vyr.vns.V.`, `sktv.raid.kiek.vyr.Įn.`, `sktv.raid.kiekin.mot.vns.G.`, `sktv.raid.kiekin.mot.vns.V.`, `sktv.raid.kuopin.G.`, `sktv.rom.`, `skyr.`, `sutr.`, `tęs`, `tęs.`, `tęs.sktv.raid.kelint.vyr.vns.G.`, `tęs.įv.vyr.dgs.G.`, `tęs.įv.vyr.dgs.N.`, `tęs.įv.vyr.vns.G.`, `tęs.įv.vyr.vns.N.`, `tęs.įv.vyr.vns.V.`, `tęs.įv.vyr.vns.Įn.`, `užs.`, `vksm.asm.liep.dgs.1.`, `vksm.asm.liep.dgs.2.`, `vksm.asm.liep.vns.2.`, `vksm.asm.liep.vns.3.`, `vksm.asm.neig.liep.dgs.2.`, `vksm.asm.neig.liep.vns.2.`, `vksm.asm.neig.sngr.liep.dgs.2.`, `vksm.asm.neig.sngr.tar.3.`, `vksm.asm.neig.sngr.tar.dgs.1.`, `vksm.asm.neig.sngr.tar.vns.1.`, `vksm.asm.neig.sngr.tar.vns.3.`, `vksm.asm.neig.sngr.tiesiog.būs.vns.2.`, `vksm.asm.neig.sngr.tiesiog.būs.vns.3.`, `vksm.asm.neig.sngr.tiesiog.būt-k.3.`, `vksm.asm.neig.sngr.tiesiog.būt-k.dgs.3.`, `vksm.asm.neig.sngr.tiesiog.būt-k.vns.1.`, `vksm.asm.neig.sngr.tiesiog.būt-k.vns.3.`, `vksm.asm.neig.sngr.tiesiog.es.3.`, `vksm.asm.neig.sngr.tiesiog.es.dgs.3.`, `vksm.asm.neig.sngr.tiesiog.es.vns.1.`, `vksm.asm.neig.sngr.tiesiog.es.vns.3.`, `vksm.asm.neig.tar.3.`, `vksm.asm.neig.tar.dgs.1.`, `vksm.asm.neig.tar.dgs.3.`, `vksm.asm.neig.tar.vns.1.`, `vksm.asm.neig.tar.vns.2.`, `vksm.asm.neig.tar.vns.3.`, `vksm.asm.neig.tiesiog.būs.3.`, `vksm.asm.neig.tiesiog.būs.dgs.1.`, `vksm.asm.neig.tiesiog.būs.dgs.3.`, `vksm.asm.neig.tiesiog.būs.vns.1.`, `vksm.asm.neig.tiesiog.būs.vns.2.`, `vksm.asm.neig.tiesiog.būs.vns.3.`, `vksm.asm.neig.tiesiog.būt-d.vns.1.`, `vksm.asm.neig.tiesiog.būt-d.vns.3.`, `vksm.asm.neig.tiesiog.būt-k.3.`, `vksm.asm.neig.tiesiog.būt-k.dgs.1.`, `vksm.asm.neig.tiesiog.būt-k.dgs.3.`, `vksm.asm.neig.tiesiog.būt-k.vns.1.`, `vksm.asm.neig.tiesiog.būt-k.vns.2.`, `vksm.asm.neig.tiesiog.būt-k.vns.3.`, `vksm.asm.neig.tiesiog.es.3.`, `vksm.asm.neig.tiesiog.es.dgs.1.`, `vksm.asm.neig.tiesiog.es.dgs.2.`, `vksm.asm.neig.tiesiog.es.dgs.3.`, `vksm.asm.neig.tiesiog.es.vns.1.`, `vksm.asm.neig.tiesiog.es.vns.2.`, `vksm.asm.neig.tiesiog.es.vns.3.`, `vksm.asm.sngr.liep.dgs.1.`, `vksm.asm.sngr.liep.dgs.2.`, `vksm.asm.sngr.liep.vns.2.`, `vksm.asm.sngr.tar.3.`, `vksm.asm.sngr.tar.dgs.3.`, `vksm.asm.sngr.tar.vns.1.`, `vksm.asm.sngr.tar.vns.3.`, `vksm.asm.sngr.tiesiog.būs.dgs.1.`, `vksm.asm.sngr.tiesiog.būs.dgs.2.`, `vksm.asm.sngr.tiesiog.būs.dgs.3.`, `vksm.asm.sngr.tiesiog.būs.vns.2.`, `vksm.asm.sngr.tiesiog.būs.vns.3.`, `vksm.asm.sngr.tiesiog.būt-d.dgs.3.`, `vksm.asm.sngr.tiesiog.būt-d.vns.1.`, `vksm.asm.sngr.tiesiog.būt-d.vns.3.`, `vksm.asm.sngr.tiesiog.būt-k.3.`, `vksm.asm.sngr.tiesiog.būt-k.dgs.1.`, `vksm.asm.sngr.tiesiog.būt-k.dgs.3.`, `vksm.asm.sngr.tiesiog.būt-k.vns.1.`, `vksm.asm.sngr.tiesiog.būt-k.vns.3.`, `vksm.asm.sngr.tiesiog.es.3.`, `vksm.asm.sngr.tiesiog.es.dgs.1.`, `vksm.asm.sngr.tiesiog.es.dgs.3.`, `vksm.asm.sngr.tiesiog.es.vns.1.`, `vksm.asm.sngr.tiesiog.es.vns.2.`, `vksm.asm.sngr.tiesiog.es.vns.3.`, `vksm.asm.tar.3.`, `vksm.asm.tar.dgs.1.`, `vksm.asm.tar.dgs.2.`, `vksm.asm.tar.dgs.3.`, `vksm.asm.tar.vns.1.`, `vksm.asm.tar.vns.2.`, `vksm.asm.tar.vns.3.`, `vksm.asm.tiesiog.būs.3.`, `vksm.asm.tiesiog.būs.dgs.1.`, `vksm.asm.tiesiog.būs.dgs.2.`, `vksm.asm.tiesiog.būs.dgs.3.`, `vksm.asm.tiesiog.būs.vns.1.`, `vksm.asm.tiesiog.būs.vns.2.`, `vksm.asm.tiesiog.būs.vns.3.`, `vksm.asm.tiesiog.būt-d.3.`, `vksm.asm.tiesiog.būt-d.dgs.3.`, `vksm.asm.tiesiog.būt-d.vns.1.`, `vksm.asm.tiesiog.būt-d.vns.2.`, `vksm.asm.tiesiog.būt-d.vns.3.`, `vksm.asm.tiesiog.būt-k.`, `vksm.asm.tiesiog.būt-k.3.`, `vksm.asm.tiesiog.būt-k.dgs.1.`, `vksm.asm.tiesiog.būt-k.dgs.2.`, `vksm.asm.tiesiog.būt-k.dgs.3.`, `vksm.asm.tiesiog.būt-k.vns.1.`, `vksm.asm.tiesiog.būt-k.vns.2.`, `vksm.asm.tiesiog.būt-k.vns.3.`, `vksm.asm.tiesiog.es.3.`, `vksm.asm.tiesiog.es.dgs.1.`, `vksm.asm.tiesiog.es.dgs.2.`, `vksm.asm.tiesiog.es.dgs.3.`, `vksm.asm.tiesiog.es.vns.1.`, `vksm.asm.tiesiog.es.vns.2.`, `vksm.asm.tiesiog.es.vns.3.`, `vksm.bndr.`, `vksm.bndr.neig.`, `vksm.bndr.neig.sngr.`, `vksm.bndr.sngr.`, `vksm.dlv.neig.neveik.būt.bev.`, `vksm.dlv.neig.neveik.būt.mot.dgs.G.`, `vksm.dlv.neig.neveik.būt.mot.dgs.K.`, `vksm.dlv.neig.neveik.būt.mot.dgs.V.`, `vksm.dlv.neig.neveik.būt.mot.vns.K.`, `vksm.dlv.neig.neveik.būt.mot.vns.V.`, `vksm.dlv.neig.neveik.būt.vyr.dgs.N.`, `vksm.dlv.neig.neveik.būt.vyr.dgs.V.`, `vksm.dlv.neig.neveik.būt.vyr.vns.G.`, `vksm.dlv.neig.neveik.būt.vyr.vns.N.`, `vksm.dlv.neig.neveik.būt.vyr.vns.V.`, `vksm.dlv.neig.neveik.es.bev.`, `vksm.dlv.neig.neveik.es.mot.dgs.K.`, `vksm.dlv.neig.neveik.es.mot.dgs.V.`, `vksm.dlv.neig.neveik.es.mot.vns.G.`, `vksm.dlv.neig.neveik.es.mot.vns.K.`, `vksm.dlv.neig.neveik.es.mot.vns.V.`, `vksm.dlv.neig.neveik.es.mot.vns.Įn.`, `vksm.dlv.neig.neveik.es.vyr.dgs.G.`, `vksm.dlv.neig.neveik.es.vyr.dgs.K.`, `vksm.dlv.neig.neveik.es.vyr.dgs.V.`, `vksm.dlv.neig.neveik.es.vyr.vns.V.`, `vksm.dlv.neig.neveik.es.įvardž.mot.dgs.V.`, `vksm.dlv.neig.reik.bev.`, `vksm.dlv.neig.reik.mot.dgs.K.`, `vksm.dlv.neig.reik.mot.vns.V.`, `vksm.dlv.neig.reik.vyr.vns.V.`, `vksm.dlv.neig.sngr.neveik.būt.bev.`, `vksm.dlv.neig.sngr.neveik.es.bev.`, `vksm.dlv.neig.sngr.veik.būt-k.vyr.dgs.V.`, `vksm.dlv.neig.sngr.veik.es.vyr.vns.V.`, `vksm.dlv.neig.veik.būt-k.bev.`, `vksm.dlv.neig.veik.būt-k.vyr.dgs.V.`, `vksm.dlv.neig.veik.būt-k.vyr.dgs.Įn.`, `vksm.dlv.neig.veik.būt-k.vyr.vns.G.`, `vksm.dlv.neig.veik.būt-k.vyr.vns.V.`, `vksm.dlv.neig.veik.es.mot.dgs.K.`, `vksm.dlv.neig.veik.es.mot.vns.N.`, `vksm.dlv.neig.veik.es.mot.vns.V.`, `vksm.dlv.neig.veik.es.mot.vns.Įn.`, `vksm.dlv.neig.veik.es.vyr.dgs.G.`, `vksm.dlv.neig.veik.es.vyr.dgs.N.`, `vksm.dlv.neig.veik.es.vyr.dgs.V.`, `vksm.dlv.neig.veik.es.vyr.dgs.Įn.`, `vksm.dlv.neig.veik.es.vyr.vns.K.`, `vksm.dlv.neig.veik.es.vyr.vns.N.`, `vksm.dlv.neig.veik.es.vyr.vns.V.`, `vksm.dlv.neig.veik.es.įvardž.vyr.dgs.V.`, `vksm.dlv.neig.veik.es.įvardž.vyr.dgs.Įn.`, `vksm.dlv.neveik.būs.vyr.vns.G.`, `vksm.dlv.neveik.būs.vyr.vns.N.`, `vksm.dlv.neveik.būt-k.vyr.dgs.V.`, `vksm.dlv.neveik.būt-k.vyr.vns.V.`, `vksm.dlv.neveik.būt.bev.`, `vksm.dlv.neveik.būt.mot.V.`, `vksm.dlv.neveik.būt.mot.dgs.G.`, `vksm.dlv.neveik.būt.mot.dgs.K`, `vksm.dlv.neveik.būt.mot.dgs.K.`, `vksm.dlv.neveik.būt.mot.dgs.N.`, `vksm.dlv.neveik.būt.mot.dgs.V.`, `vksm.dlv.neveik.būt.mot.dgs.Įn.`, `vksm.dlv.neveik.būt.mot.vns.G.`, `vksm.dlv.neveik.būt.mot.vns.K.`, `vksm.dlv.neveik.būt.mot.vns.N.`, `vksm.dlv.neveik.būt.mot.vns.V`, `vksm.dlv.neveik.būt.mot.vns.V.`, `vksm.dlv.neveik.būt.mot.vns.Vt.`, `vksm.dlv.neveik.būt.mot.vns.Įn.`, `vksm.dlv.neveik.būt.vyr.dgs.G.`, `vksm.dlv.neveik.būt.vyr.dgs.K.`, `vksm.dlv.neveik.būt.vyr.dgs.N.`, `vksm.dlv.neveik.būt.vyr.dgs.V`, `vksm.dlv.neveik.būt.vyr.dgs.V.`, `vksm.dlv.neveik.būt.vyr.dgs.Vt.`, `vksm.dlv.neveik.būt.vyr.dgs.Įn.`, `vksm.dlv.neveik.būt.vyr.vns.G.`, `vksm.dlv.neveik.būt.vyr.vns.K.`, `vksm.dlv.neveik.būt.vyr.vns.N.`, `vksm.dlv.neveik.būt.vyr.vns.V`, `vksm.dlv.neveik.būt.vyr.vns.V.`, `vksm.dlv.neveik.būt.vyr.vns.Vt.`, `vksm.dlv.neveik.būt.vyr.vns.Įn.`, `vksm.dlv.neveik.būt.įvardž.mot.dgs.G.`, `vksm.dlv.neveik.būt.įvardž.mot.dgs.K.`, `vksm.dlv.neveik.būt.įvardž.vyr.dgs.G.`, `vksm.dlv.neveik.būt.įvardž.vyr.dgs.K.`, `vksm.dlv.neveik.būt.įvardž.vyr.dgs.V.`, `vksm.dlv.neveik.būt.įvardž.vyr.vns.K.`, `vksm.dlv.neveik.būt.įvardž.vyr.vns.V.`, `vksm.dlv.neveik.būts.vyr.dgs.V.`, `vksm.dlv.neveik.es.bev.`, `vksm.dlv.neveik.es.mot.V.`, `vksm.dlv.neveik.es.mot.dgs.G.`, `vksm.dlv.neveik.es.mot.dgs.K.`, `vksm.dlv.neveik.es.mot.dgs.N.`, `vksm.dlv.neveik.es.mot.dgs.V.`, `vksm.dlv.neveik.es.mot.dgs.Vt.`, `vksm.dlv.neveik.es.mot.dgs.Įn.`, `vksm.dlv.neveik.es.mot.vns.G.`, `vksm.dlv.neveik.es.mot.vns.K.`, `vksm.dlv.neveik.es.mot.vns.N.`, `vksm.dlv.neveik.es.mot.vns.V`, `vksm.dlv.neveik.es.mot.vns.V.`, `vksm.dlv.neveik.es.mot.vns.Vt.`, `vksm.dlv.neveik.es.mot.vns.Įn.`, `vksm.dlv.neveik.es.vyr.dgs.G.`, `vksm.dlv.neveik.es.vyr.dgs.K.`, `vksm.dlv.neveik.es.vyr.dgs.N.`, `vksm.dlv.neveik.es.vyr.dgs.V.`, `vksm.dlv.neveik.es.vyr.dgs.Įn.`, `vksm.dlv.neveik.es.vyr.vns.G.`, `vksm.dlv.neveik.es.vyr.vns.K.`, `vksm.dlv.neveik.es.vyr.vns.N.`, `vksm.dlv.neveik.es.vyr.vns.V.`, `vksm.dlv.neveik.es.vyr.vns.Įn.`, `vksm.dlv.neveik.es.įvardž.mot.dgs.K.`, `vksm.dlv.neveik.es.įvardž.mot.dgs.V.`, `vksm.dlv.neveik.es.įvardž.mot.dgs.Įn.`, `vksm.dlv.neveik.es.įvardž.mot.vns.G.`, `vksm.dlv.neveik.es.įvardž.mot.vns.K.`, `vksm.dlv.neveik.es.įvardž.mot.vns.N.`, `vksm.dlv.neveik.es.įvardž.mot.vns.V.`, `vksm.dlv.neveik.es.įvardž.vyr.dgs.G.`, `vksm.dlv.neveik.es.įvardž.vyr.dgs.K.`, `vksm.dlv.neveik.es.įvardž.vyr.dgs.N.`, `vksm.dlv.neveik.es.įvardž.vyr.dgs.V.`, `vksm.dlv.neveik.es.įvardž.vyr.vns.G.`, `vksm.dlv.neveik.es.įvardž.vyr.vns.K.`, `vksm.dlv.neveik.es.įvardž.vyr.vns.N.`, `vksm.dlv.neveik.es.įvardž.vyr.vns.V.`, `vksm.dlv.neveik.es.įvardž.vyr.vns.Įn.`, `vksm.dlv.neveik.mot.vns.V.`, `vksm.dlv.neveik.vyr.dgs.K.`, `vksm.dlv.neveik.įvardž.es.mot.vns.Vt.`, `vksm.dlv.neveik.įvardž.es.vyr.dgs.K.`, `vksm.dlv.neveik.įvardž.es.vyr.vns.K.`, `vksm.dlv.reik.bev.`, `vksm.dlv.reik.mot.vns.V.`, `vksm.dlv.reik.vyr.dgs.K.`, `vksm.dlv.reik.vyr.dgs.V.`, `vksm.dlv.reik.vyr.vns.V.`, `vksm.dlv.sngr.neveik.būt.bev.`, `vksm.dlv.sngr.neveik.būt.mot.dgs.G.`, `vksm.dlv.sngr.neveik.būt.mot.dgs.V.`, `vksm.dlv.sngr.neveik.būt.mot.vns.V.`, `vksm.dlv.sngr.neveik.būt.mot.vns.Vt.`, `vksm.dlv.sngr.neveik.būt.vyr.dgs.G.`, `vksm.dlv.sngr.neveik.būt.vyr.dgs.V.`, `vksm.dlv.sngr.neveik.būt.vyr.dgs.Vt.`, `vksm.dlv.sngr.neveik.būt.vyr.dgs.Įn.`, `vksm.dlv.sngr.neveik.būt.vyr.vns.G.`, `vksm.dlv.sngr.neveik.būt.vyr.vns.K.`, `vksm.dlv.sngr.neveik.būt.vyr.vns.V.`, `vksm.dlv.sngr.neveik.es.bev.`, `vksm.dlv.sngr.neveik.es.mot.dgs.V.`, `vksm.dlv.sngr.neveik.es.mot.vns.V.`, `vksm.dlv.sngr.neveik.es.vyr.dgs.Įn.`, `vksm.dlv.sngr.neveik.es.vyr.vns.V.`, `vksm.dlv.sngr.veik.būt-k.bev.`, `vksm.dlv.sngr.veik.būt-k.mot.dgs.G.`, `vksm.dlv.sngr.veik.būt-k.mot.dgs.K.`, `vksm.dlv.sngr.veik.būt-k.mot.dgs.V.`, `vksm.dlv.sngr.veik.būt-k.mot.dgs.Įn.`, `vksm.dlv.sngr.veik.būt-k.mot.vns.G.`, `vksm.dlv.sngr.veik.būt-k.mot.vns.K.`, `vksm.dlv.sngr.veik.būt-k.mot.vns.V.`, `vksm.dlv.sngr.veik.būt-k.mot.vns.Įn.`, `vksm.dlv.sngr.veik.būt-k.vyr.dgs.G.`, `vksm.dlv.sngr.veik.būt-k.vyr.dgs.K.`, `vksm.dlv.sngr.veik.būt-k.vyr.dgs.V.`, `vksm.dlv.sngr.veik.būt-k.vyr.dgs.Įn.`, `vksm.dlv.sngr.veik.būt-k.vyr.vns.G.`, `vksm.dlv.sngr.veik.būt-k.vyr.vns.K.`, `vksm.dlv.sngr.veik.būt-k.vyr.vns.V.`, `vksm.dlv.sngr.veik.es.mot.dgs.K.`, `vksm.dlv.sngr.veik.es.mot.dgs.V.`, `vksm.dlv.sngr.veik.es.mot.dgs.Įn.`, `vksm.dlv.sngr.veik.es.mot.vns.K.`, `vksm.dlv.sngr.veik.es.vyr.dgs.G.`, `vksm.dlv.sngr.veik.es.vyr.dgs.K.`, `vksm.dlv.sngr.veik.es.vyr.dgs.N.`, `vksm.dlv.sngr.veik.es.vyr.dgs.V.`, `vksm.dlv.sngr.veik.es.vyr.vns.G.`, `vksm.dlv.sngr.veik.es.vyr.vns.K.`, `vksm.dlv.sngr.veik.es.vyr.vns.N.`, `vksm.dlv.sngr.veik.es.vyr.vns.V.`, `vksm.dlv.sngr.veik.es.įvardž.mot.vns.K.`, `vksm.dlv.veik.būs.vyr.vns.V.`, `vksm.dlv.veik.būt-k.bev.`, `vksm.dlv.veik.būt-k.mot.dgs.G.`, `vksm.dlv.veik.būt-k.mot.dgs.K.`, `vksm.dlv.veik.būt-k.mot.dgs.N.`, `vksm.dlv.veik.būt-k.mot.dgs.V.`, `vksm.dlv.veik.būt-k.mot.dgs.Vt.`, `vksm.dlv.veik.būt-k.mot.vns.G.`, `vksm.dlv.veik.būt-k.mot.vns.K.`, `vksm.dlv.veik.būt-k.mot.vns.N.`, `vksm.dlv.veik.būt-k.mot.vns.V.`, `vksm.dlv.veik.būt-k.mot.vns.Įn.`, `vksm.dlv.veik.būt-k.vyr.dgs.G.`, `vksm.dlv.veik.būt-k.vyr.dgs.K.`, `vksm.dlv.veik.būt-k.vyr.dgs.N.`, `vksm.dlv.veik.būt-k.vyr.dgs.V.`, `vksm.dlv.veik.būt-k.vyr.dgs.Įn.`, `vksm.dlv.veik.būt-k.vyr.vns.G.`, `vksm.dlv.veik.būt-k.vyr.vns.K.`, `vksm.dlv.veik.būt-k.vyr.vns.N.`, `vksm.dlv.veik.būt-k.vyr.vns.V.`, `vksm.dlv.veik.būt-k.vyr.vns.Vt.`, `vksm.dlv.veik.būt-k.vyr.vns.Įn.`, `vksm.dlv.veik.būt-k.įvardž.vyr.dgs.K.`, `vksm.dlv.veik.būt-k.įvardž.vyr.dgs.V.`, `vksm.dlv.veik.būt-k.įvardž.vyr.vns.K.`, `vksm.dlv.veik.būt-k.įvardž.vyr.vns.V.`, `vksm.dlv.veik.būt-k.įvardž.vyr.vns.Įn.`, `vksm.dlv.veik.būt.k.vyr.dgs.V.`, `vksm.dlv.veik.es.mot.dgs.G.`, `vksm.dlv.veik.es.mot.dgs.K.`, `vksm.dlv.veik.es.mot.dgs.N.`, `vksm.dlv.veik.es.mot.dgs.V.`, `vksm.dlv.veik.es.mot.dgs.Vt.`, `vksm.dlv.veik.es.mot.dgs.Įn.`, `vksm.dlv.veik.es.mot.vns.G.`, `vksm.dlv.veik.es.mot.vns.K.`, `vksm.dlv.veik.es.mot.vns.N.`, `vksm.dlv.veik.es.mot.vns.V`, `vksm.dlv.veik.es.mot.vns.V.`, `vksm.dlv.veik.es.mot.vns.Vt.`, `vksm.dlv.veik.es.mot.vns.Įn.`, `vksm.dlv.veik.es.vyr.dgs.G.`, `vksm.dlv.veik.es.vyr.dgs.K.`, `vksm.dlv.veik.es.vyr.dgs.N.`, `vksm.dlv.veik.es.vyr.dgs.V.`, `vksm.dlv.veik.es.vyr.dgs.Vt.`, `vksm.dlv.veik.es.vyr.dgs.Įn.`, `vksm.dlv.veik.es.vyr.vns.G.`, `vksm.dlv.veik.es.vyr.vns.K.`, `vksm.dlv.veik.es.vyr.vns.N.`, `vksm.dlv.veik.es.vyr.vns.V.`, `vksm.dlv.veik.es.vyr.vns.Vt.`, `vksm.dlv.veik.es.vyr.vns.Įn.`, `vksm.dlv.veik.es.įvardž.mot.vns.K.`, `vksm.dlv.veik.es.įvardž.mot.vns.V.`, `vksm.dlv.veik.es.įvardž.vyr.dgs.K.`, `vksm.dlv.veik.es.įvardž.vyr.vns.K.`, `vksm.dlv.veik.es.įvardž.vyr.vns.N.`, `vksm.neig.dlv.neveik.es.mot.vns.V.`, `vksm.neveik.būt.vyr.dgs.V.`, `vksm.pad.būt-k.`, `vksm.pad.es.`, `vksm.pad.es.sngr.`, `vksm.pad.neig.būt-k.`, `vksm.pad.neig.es.`, `vksm.pad.neig.sngr.būt-k.`, `vksm.pad.neig.sngr.es.`, `vksm.pad.sngr.būt-k.`, `vksm.pad.sngr.es.`, `vksm.padlv.sngr.es.`, `vksm.pusd.mot.dgs.`, `vksm.pusd.mot.vns.`, `vksm.pusd.neig.mot.vns.`, `vksm.pusd.neig.vyr.dgs.`, `vksm.pusd.neig.vyr.vns.`, `vksm.pusd.sngr.mot.dgs.`, `vksm.pusd.sngr.mot.vns.`, `vksm.pusd.sngr.vyr.dgs.`, `vksm.pusd.sngr.vyr.vns.`, `vksm.pusd.vyr.dgs.`, `vksm.pusd.vyr.vns.`, `vksm.sngr.pad.es.`, `įv.G.`, `įv.K.`, `įv.N.`, `įv.V.`, `įv.bev.`, `įv.dgs.G.`, `įv.dgs.K.`, `įv.dgs.N.`, `įv.dgs.V.`, `įv.dgs.Vt.`, `įv.dgs.Įn.`, `įv.dvisk.V.`, `įv.mot.G.`, `įv.mot.K.`, `įv.mot.V.`, `įv.mot.dgs.G.`, `įv.mot.dgs.K.`, `įv.mot.dgs.N.`, `įv.mot.dgs.V.`, `įv.mot.dgs.Vt.`, `įv.mot.dgs.Įn.`, `įv.mot.dvisk.N.`, `įv.mot.dvisk.V.`, `įv.mot.vns.G.`, `įv.mot.vns.K.`, `įv.mot.vns.N.`, `įv.mot.vns.V.`, `įv.mot.vns.Vt.`, `įv.mot.vns.Įn.`, `įv.vns.G.`, `įv.vns.K.`, `įv.vns.N.`, `įv.vns.V.`, `įv.vns.Vt.`, `įv.vns.Įn.`, `įv.vyr.G.`, `įv.vyr.K.`, `įv.vyr.N.`, `įv.vyr.V.`, `įv.vyr.dgs.G.`, `įv.vyr.dgs.K.`, `įv.vyr.dgs.N.`, `įv.vyr.dgs.V.`, `įv.vyr.dgs.Vt.`, `įv.vyr.dgs.Įn.`, `įv.vyr.dvisk.G.`, `įv.vyr.dvisk.K.`, `įv.vyr.dvisk.V.`, `įv.vyr.vns.G.`, `įv.vyr.vns.K.`, `įv.vyr.vns.N.`, `įv.vyr.vns.V.`, `įv.vyr.vns.Vt.`, `įv.vyr.vns.Įn.`, `įv.vyr.Įn,`, `įv.Įn.`, `įv.įvardž.bev.`, `įv.įvardž.mot.vns.K.`, `įv.įvardž.mot.vns.V.` |
|
| 85 |
+
| **`parser`** | `ROOT`, `acl`, `advcl`, `advmod`, `advmod:emph`, `amod`, `appos`, `case`, `cc`, `conj`, `cop`, `csubj`, `dep`, `det`, `flat`, `iobj`, `mark`, `nmod`, `nsubj`, `nsubj:pass`, `nummod`, `obj`, `obl`, `obl:arg`, `parataxis`, `punct`, `xcomp` |
|
| 86 |
+
| **`senter`** | `I`, `S` |
|
| 87 |
+
| **`ner`** | `GPE`, `LOC`, `ORG`, `PERSON`, `PRODUCT`, `TIME` |
|
| 88 |
+
|
| 89 |
+
</details>
|
| 90 |
+
|
| 91 |
+
### Accuracy
|
| 92 |
+
|
| 93 |
+
| Type | Score |
|
| 94 |
+
| --- | --- |
|
| 95 |
+
| `TOKEN_ACC` | 99.99 |
|
| 96 |
+
| `TAG_ACC` | 82.33 |
|
| 97 |
+
| `POS_ACC` | 90.58 |
|
| 98 |
+
| `MORPH_ACC` | 83.52 |
|
| 99 |
+
| `LEMMA_ACC` | 71.06 |
|
| 100 |
+
| `DEP_UAS` | 68.54 |
|
| 101 |
+
| `DEP_LAS` | 59.98 |
|
| 102 |
+
| `SENTS_P` | 79.71 |
|
| 103 |
+
| `SENTS_R` | 81.52 |
|
| 104 |
+
| `SENTS_F` | 80.61 |
|
| 105 |
+
| `ENTS_P` | 71.42 |
|
| 106 |
+
| `ENTS_R` | 77.39 |
|
| 107 |
+
| `ENTS_F` | 74.29 |
|
accuracy.json
ADDED
|
@@ -0,0 +1,297 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"token_acc": 0.9998702927,
|
| 3 |
+
"tag_acc": 0.8233411195,
|
| 4 |
+
"pos_acc": 0.9058350275,
|
| 5 |
+
"morph_acc": 0.8351933558,
|
| 6 |
+
"lemma_acc": 0.7106344332,
|
| 7 |
+
"dep_uas": 0.6853641789,
|
| 8 |
+
"dep_las": 0.5997992922,
|
| 9 |
+
"sents_p": 0.7971473851,
|
| 10 |
+
"sents_r": 0.8152350081,
|
| 11 |
+
"sents_f": 0.8060897436,
|
| 12 |
+
"speed": 9499.2964770523,
|
| 13 |
+
"morph_per_feat": {
|
| 14 |
+
"Case": {
|
| 15 |
+
"p": 0.8932986337,
|
| 16 |
+
"r": 0.9000327761,
|
| 17 |
+
"f": 0.8966530612
|
| 18 |
+
},
|
| 19 |
+
"Gender": {
|
| 20 |
+
"p": 0.8945096685,
|
| 21 |
+
"r": 0.8997915943,
|
| 22 |
+
"f": 0.8971428571
|
| 23 |
+
},
|
| 24 |
+
"Number": {
|
| 25 |
+
"p": 0.8992150706,
|
| 26 |
+
"r": 0.895419728,
|
| 27 |
+
"f": 0.8973133861
|
| 28 |
+
},
|
| 29 |
+
"Definite": {
|
| 30 |
+
"p": 0.8576287658,
|
| 31 |
+
"r": 0.8576287658,
|
| 32 |
+
"f": 0.8576287658
|
| 33 |
+
},
|
| 34 |
+
"Degree": {
|
| 35 |
+
"p": 0.7633087633,
|
| 36 |
+
"r": 0.7773144287,
|
| 37 |
+
"f": 0.7702479339
|
| 38 |
+
},
|
| 39 |
+
"Polarity": {
|
| 40 |
+
"p": 0.8648199446,
|
| 41 |
+
"r": 0.8268008475,
|
| 42 |
+
"f": 0.8453831573
|
| 43 |
+
},
|
| 44 |
+
"Tense": {
|
| 45 |
+
"p": 0.7768339768,
|
| 46 |
+
"r": 0.7380777696,
|
| 47 |
+
"f": 0.7569601204
|
| 48 |
+
},
|
| 49 |
+
"VerbForm": {
|
| 50 |
+
"p": 0.8376731302,
|
| 51 |
+
"r": 0.8008474576,
|
| 52 |
+
"f": 0.8188464663
|
| 53 |
+
},
|
| 54 |
+
"Voice": {
|
| 55 |
+
"p": 0.6796116505,
|
| 56 |
+
"r": 0.6603773585,
|
| 57 |
+
"f": 0.6698564593
|
| 58 |
+
},
|
| 59 |
+
"PronType": {
|
| 60 |
+
"p": 0.9298831386,
|
| 61 |
+
"r": 0.9377104377,
|
| 62 |
+
"f": 0.9337803856
|
| 63 |
+
},
|
| 64 |
+
"Aspect": {
|
| 65 |
+
"p": 0.7962382445,
|
| 66 |
+
"r": 0.6997245179,
|
| 67 |
+
"f": 0.7448680352
|
| 68 |
+
},
|
| 69 |
+
"Hyph": {
|
| 70 |
+
"p": 0.8928571429,
|
| 71 |
+
"r": 0.9308510638,
|
| 72 |
+
"f": 0.9114583333
|
| 73 |
+
},
|
| 74 |
+
"Reflex": {
|
| 75 |
+
"p": 0.7053140097,
|
| 76 |
+
"r": 0.5387453875,
|
| 77 |
+
"f": 0.6108786611
|
| 78 |
+
},
|
| 79 |
+
"Mood": {
|
| 80 |
+
"p": 0.8576972833,
|
| 81 |
+
"r": 0.793062201,
|
| 82 |
+
"f": 0.8241143567
|
| 83 |
+
},
|
| 84 |
+
"Person": {
|
| 85 |
+
"p": 0.8736842105,
|
| 86 |
+
"r": 0.8283433134,
|
| 87 |
+
"f": 0.8504098361
|
| 88 |
+
},
|
| 89 |
+
"AdpType": {
|
| 90 |
+
"p": 0.987654321,
|
| 91 |
+
"r": 0.9950248756,
|
| 92 |
+
"f": 0.9913258984
|
| 93 |
+
},
|
| 94 |
+
"Abbr": {
|
| 95 |
+
"p": 0.981981982,
|
| 96 |
+
"r": 0.9519650655,
|
| 97 |
+
"f": 0.9667405765
|
| 98 |
+
},
|
| 99 |
+
"Foreign": {
|
| 100 |
+
"p": 0.4545454545,
|
| 101 |
+
"r": 0.15625,
|
| 102 |
+
"f": 0.2325581395
|
| 103 |
+
},
|
| 104 |
+
"NumForm": {
|
| 105 |
+
"p": 0.9411764706,
|
| 106 |
+
"r": 0.88,
|
| 107 |
+
"f": 0.9095607235
|
| 108 |
+
},
|
| 109 |
+
"NumType": {
|
| 110 |
+
"p": 0.85,
|
| 111 |
+
"r": 0.6071428571,
|
| 112 |
+
"f": 0.7083333333
|
| 113 |
+
}
|
| 114 |
+
},
|
| 115 |
+
"dep_las_per_type": {
|
| 116 |
+
"root": {
|
| 117 |
+
"p": 0.6508688784,
|
| 118 |
+
"r": 0.6677471637,
|
| 119 |
+
"f": 0.6592
|
| 120 |
+
},
|
| 121 |
+
"obl": {
|
| 122 |
+
"p": 0.4583333333,
|
| 123 |
+
"r": 0.4520547945,
|
| 124 |
+
"f": 0.4551724138
|
| 125 |
+
},
|
| 126 |
+
"nmod": {
|
| 127 |
+
"p": 0.6992399566,
|
| 128 |
+
"r": 0.7053669222,
|
| 129 |
+
"f": 0.7022900763
|
| 130 |
+
},
|
| 131 |
+
"amod": {
|
| 132 |
+
"p": 0.6359375,
|
| 133 |
+
"r": 0.6138763198,
|
| 134 |
+
"f": 0.6247122026
|
| 135 |
+
},
|
| 136 |
+
"cc": {
|
| 137 |
+
"p": 0.691206544,
|
| 138 |
+
"r": 0.7237687366,
|
| 139 |
+
"f": 0.7071129707
|
| 140 |
+
},
|
| 141 |
+
"conj": {
|
| 142 |
+
"p": 0.3946731235,
|
| 143 |
+
"r": 0.4917043741,
|
| 144 |
+
"f": 0.4378777703
|
| 145 |
+
},
|
| 146 |
+
"obj": {
|
| 147 |
+
"p": 0.5347985348,
|
| 148 |
+
"r": 0.5615384615,
|
| 149 |
+
"f": 0.5478424015
|
| 150 |
+
},
|
| 151 |
+
"acl": {
|
| 152 |
+
"p": 0.4669421488,
|
| 153 |
+
"r": 0.474789916,
|
| 154 |
+
"f": 0.4708333333
|
| 155 |
+
},
|
| 156 |
+
"advmod": {
|
| 157 |
+
"p": 0.6904176904,
|
| 158 |
+
"r": 0.6887254902,
|
| 159 |
+
"f": 0.6895705521
|
| 160 |
+
},
|
| 161 |
+
"det": {
|
| 162 |
+
"p": 0.7052631579,
|
| 163 |
+
"r": 0.8427672956,
|
| 164 |
+
"f": 0.7679083095
|
| 165 |
+
},
|
| 166 |
+
"xcomp": {
|
| 167 |
+
"p": 0.7458333333,
|
| 168 |
+
"r": 0.764957265,
|
| 169 |
+
"f": 0.7552742616
|
| 170 |
+
},
|
| 171 |
+
"advcl": {
|
| 172 |
+
"p": 0.2908163265,
|
| 173 |
+
"r": 0.2261904762,
|
| 174 |
+
"f": 0.2544642857
|
| 175 |
+
},
|
| 176 |
+
"parataxis": {
|
| 177 |
+
"p": 0.4266666667,
|
| 178 |
+
"r": 0.3636363636,
|
| 179 |
+
"f": 0.3926380368
|
| 180 |
+
},
|
| 181 |
+
"advmod:emph": {
|
| 182 |
+
"p": 0.75,
|
| 183 |
+
"r": 0.6168224299,
|
| 184 |
+
"f": 0.6769230769
|
| 185 |
+
},
|
| 186 |
+
"nsubj": {
|
| 187 |
+
"p": 0.6049382716,
|
| 188 |
+
"r": 0.5568181818,
|
| 189 |
+
"f": 0.5798816568
|
| 190 |
+
},
|
| 191 |
+
"case": {
|
| 192 |
+
"p": 0.7914572864,
|
| 193 |
+
"r": 0.7914572864,
|
| 194 |
+
"f": 0.7914572864
|
| 195 |
+
},
|
| 196 |
+
"obl:arg": {
|
| 197 |
+
"p": 0.571942446,
|
| 198 |
+
"r": 0.542662116,
|
| 199 |
+
"f": 0.5569176883
|
| 200 |
+
},
|
| 201 |
+
"csubj": {
|
| 202 |
+
"p": 0.5,
|
| 203 |
+
"r": 0.393442623,
|
| 204 |
+
"f": 0.4403669725
|
| 205 |
+
},
|
| 206 |
+
"mark": {
|
| 207 |
+
"p": 0.6510638298,
|
| 208 |
+
"r": 0.6483050847,
|
| 209 |
+
"f": 0.6496815287
|
| 210 |
+
},
|
| 211 |
+
"cop": {
|
| 212 |
+
"p": 0.7246376812,
|
| 213 |
+
"r": 0.7751937984,
|
| 214 |
+
"f": 0.7490636704
|
| 215 |
+
},
|
| 216 |
+
"iobj": {
|
| 217 |
+
"p": 0.1428571429,
|
| 218 |
+
"r": 0.0483870968,
|
| 219 |
+
"f": 0.0722891566
|
| 220 |
+
},
|
| 221 |
+
"nsubj:pass": {
|
| 222 |
+
"p": 0.487804878,
|
| 223 |
+
"r": 0.2352941176,
|
| 224 |
+
"f": 0.3174603175
|
| 225 |
+
},
|
| 226 |
+
"dep": {
|
| 227 |
+
"p": 0.0,
|
| 228 |
+
"r": 0.0,
|
| 229 |
+
"f": 0.0
|
| 230 |
+
},
|
| 231 |
+
"appos": {
|
| 232 |
+
"p": 0.35,
|
| 233 |
+
"r": 0.2692307692,
|
| 234 |
+
"f": 0.3043478261
|
| 235 |
+
},
|
| 236 |
+
"ccomp": {
|
| 237 |
+
"p": 0.0,
|
| 238 |
+
"r": 0.0,
|
| 239 |
+
"f": 0.0
|
| 240 |
+
},
|
| 241 |
+
"nummod": {
|
| 242 |
+
"p": 0.6769230769,
|
| 243 |
+
"r": 0.6376811594,
|
| 244 |
+
"f": 0.6567164179
|
| 245 |
+
},
|
| 246 |
+
"nummod:gov": {
|
| 247 |
+
"p": 0.0,
|
| 248 |
+
"r": 0.0,
|
| 249 |
+
"f": 0.0
|
| 250 |
+
},
|
| 251 |
+
"flat": {
|
| 252 |
+
"p": 0.5454545455,
|
| 253 |
+
"r": 0.1698113208,
|
| 254 |
+
"f": 0.2589928058
|
| 255 |
+
},
|
| 256 |
+
"flat:foreign": {
|
| 257 |
+
"p": 0.0,
|
| 258 |
+
"r": 0.0,
|
| 259 |
+
"f": 0.0
|
| 260 |
+
}
|
| 261 |
+
},
|
| 262 |
+
"ents_p": 0.7142197599,
|
| 263 |
+
"ents_r": 0.7738869435,
|
| 264 |
+
"ents_f": 0.7428571429,
|
| 265 |
+
"ents_per_type": {
|
| 266 |
+
"ORG": {
|
| 267 |
+
"p": 0.6453089245,
|
| 268 |
+
"r": 0.6438356164,
|
| 269 |
+
"f": 0.6445714286
|
| 270 |
+
},
|
| 271 |
+
"TIME": {
|
| 272 |
+
"p": 0.6923076923,
|
| 273 |
+
"r": 0.7363636364,
|
| 274 |
+
"f": 0.7136563877
|
| 275 |
+
},
|
| 276 |
+
"LOC": {
|
| 277 |
+
"p": 0.7016393443,
|
| 278 |
+
"r": 0.6625386997,
|
| 279 |
+
"f": 0.6815286624
|
| 280 |
+
},
|
| 281 |
+
"PERSON": {
|
| 282 |
+
"p": 0.8044596913,
|
| 283 |
+
"r": 0.8527272727,
|
| 284 |
+
"f": 0.827890556
|
| 285 |
+
},
|
| 286 |
+
"PRODUCT": {
|
| 287 |
+
"p": 0.3870967742,
|
| 288 |
+
"r": 0.5714285714,
|
| 289 |
+
"f": 0.4615384615
|
| 290 |
+
},
|
| 291 |
+
"GPE": {
|
| 292 |
+
"p": 0.7470817121,
|
| 293 |
+
"r": 0.9481481481,
|
| 294 |
+
"f": 0.8356909684
|
| 295 |
+
}
|
| 296 |
+
}
|
| 297 |
+
}
|
attribute_ruler/patterns
ADDED
|
Binary file (64 Bytes). View file
|
|
|
config.cfg
ADDED
|
@@ -0,0 +1,282 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[paths]
|
| 2 |
+
train = "corpus/lt-dep-news/train.spacy"
|
| 3 |
+
dev = "corpus/lt-dep-news/dev.spacy"
|
| 4 |
+
vectors = null
|
| 5 |
+
raw = null
|
| 6 |
+
init_tok2vec = null
|
| 7 |
+
vocab_data = null
|
| 8 |
+
|
| 9 |
+
[system]
|
| 10 |
+
gpu_allocator = null
|
| 11 |
+
seed = 0
|
| 12 |
+
|
| 13 |
+
[nlp]
|
| 14 |
+
lang = "lt"
|
| 15 |
+
pipeline = ["tok2vec","morphologizer","tagger","parser","senter","attribute_ruler","lemmatizer","ner"]
|
| 16 |
+
disabled = ["senter"]
|
| 17 |
+
before_creation = null
|
| 18 |
+
after_creation = null
|
| 19 |
+
after_pipeline_creation = null
|
| 20 |
+
batch_size = 256
|
| 21 |
+
tokenizer = {"@tokenizers":"spacy.Tokenizer.v1"}
|
| 22 |
+
|
| 23 |
+
[components]
|
| 24 |
+
|
| 25 |
+
[components.attribute_ruler]
|
| 26 |
+
factory = "attribute_ruler"
|
| 27 |
+
validate = false
|
| 28 |
+
|
| 29 |
+
[components.lemmatizer]
|
| 30 |
+
factory = "lemmatizer"
|
| 31 |
+
mode = "lookup"
|
| 32 |
+
model = null
|
| 33 |
+
overwrite = false
|
| 34 |
+
|
| 35 |
+
[components.morphologizer]
|
| 36 |
+
factory = "morphologizer"
|
| 37 |
+
|
| 38 |
+
[components.morphologizer.model]
|
| 39 |
+
@architectures = "spacy.Tagger.v1"
|
| 40 |
+
nO = null
|
| 41 |
+
|
| 42 |
+
[components.morphologizer.model.tok2vec]
|
| 43 |
+
@architectures = "spacy.Tok2VecListener.v1"
|
| 44 |
+
width = ${components.tok2vec.model.encode:width}
|
| 45 |
+
upstream = "tok2vec"
|
| 46 |
+
|
| 47 |
+
[components.ner]
|
| 48 |
+
factory = "ner"
|
| 49 |
+
incorrect_spans_key = null
|
| 50 |
+
moves = null
|
| 51 |
+
update_with_oracle_cut_size = 100
|
| 52 |
+
|
| 53 |
+
[components.ner.model]
|
| 54 |
+
@architectures = "spacy.TransitionBasedParser.v2"
|
| 55 |
+
state_type = "ner"
|
| 56 |
+
extra_state_tokens = false
|
| 57 |
+
hidden_width = 64
|
| 58 |
+
maxout_pieces = 2
|
| 59 |
+
use_upper = true
|
| 60 |
+
nO = null
|
| 61 |
+
|
| 62 |
+
[components.ner.model.tok2vec]
|
| 63 |
+
@architectures = "spacy.Tok2Vec.v2"
|
| 64 |
+
|
| 65 |
+
[components.ner.model.tok2vec.embed]
|
| 66 |
+
@architectures = "spacy.MultiHashEmbed.v2"
|
| 67 |
+
width = 96
|
| 68 |
+
attrs = ["NORM","PREFIX","SUFFIX","SHAPE"]
|
| 69 |
+
rows = [5000,2500,2500,2500]
|
| 70 |
+
include_static_vectors = false
|
| 71 |
+
|
| 72 |
+
[components.ner.model.tok2vec.encode]
|
| 73 |
+
@architectures = "spacy.MaxoutWindowEncoder.v2"
|
| 74 |
+
width = 96
|
| 75 |
+
depth = 4
|
| 76 |
+
window_size = 1
|
| 77 |
+
maxout_pieces = 3
|
| 78 |
+
|
| 79 |
+
[components.parser]
|
| 80 |
+
factory = "parser"
|
| 81 |
+
learn_tokens = false
|
| 82 |
+
min_action_freq = 30
|
| 83 |
+
moves = null
|
| 84 |
+
update_with_oracle_cut_size = 100
|
| 85 |
+
|
| 86 |
+
[components.parser.model]
|
| 87 |
+
@architectures = "spacy.TransitionBasedParser.v2"
|
| 88 |
+
state_type = "parser"
|
| 89 |
+
extra_state_tokens = false
|
| 90 |
+
hidden_width = 64
|
| 91 |
+
maxout_pieces = 2
|
| 92 |
+
use_upper = true
|
| 93 |
+
nO = null
|
| 94 |
+
|
| 95 |
+
[components.parser.model.tok2vec]
|
| 96 |
+
@architectures = "spacy.Tok2VecListener.v1"
|
| 97 |
+
width = ${components.tok2vec.model.encode:width}
|
| 98 |
+
upstream = "tok2vec"
|
| 99 |
+
|
| 100 |
+
[components.senter]
|
| 101 |
+
factory = "senter"
|
| 102 |
+
|
| 103 |
+
[components.senter.model]
|
| 104 |
+
@architectures = "spacy.Tagger.v1"
|
| 105 |
+
nO = null
|
| 106 |
+
|
| 107 |
+
[components.senter.model.tok2vec]
|
| 108 |
+
@architectures = "spacy.Tok2Vec.v2"
|
| 109 |
+
|
| 110 |
+
[components.senter.model.tok2vec.embed]
|
| 111 |
+
@architectures = "spacy.MultiHashEmbed.v2"
|
| 112 |
+
width = 16
|
| 113 |
+
attrs = ["NORM","PREFIX","SUFFIX","SHAPE"]
|
| 114 |
+
rows = [1000,500,500,500]
|
| 115 |
+
include_static_vectors = false
|
| 116 |
+
|
| 117 |
+
[components.senter.model.tok2vec.encode]
|
| 118 |
+
@architectures = "spacy.MaxoutWindowEncoder.v2"
|
| 119 |
+
width = 16
|
| 120 |
+
depth = 2
|
| 121 |
+
window_size = 1
|
| 122 |
+
maxout_pieces = 2
|
| 123 |
+
|
| 124 |
+
[components.tagger]
|
| 125 |
+
factory = "tagger"
|
| 126 |
+
|
| 127 |
+
[components.tagger.model]
|
| 128 |
+
@architectures = "spacy.Tagger.v1"
|
| 129 |
+
nO = null
|
| 130 |
+
|
| 131 |
+
[components.tagger.model.tok2vec]
|
| 132 |
+
@architectures = "spacy.Tok2VecListener.v1"
|
| 133 |
+
width = ${components.tok2vec.model.encode:width}
|
| 134 |
+
upstream = "tok2vec"
|
| 135 |
+
|
| 136 |
+
[components.tok2vec]
|
| 137 |
+
factory = "tok2vec"
|
| 138 |
+
|
| 139 |
+
[components.tok2vec.model]
|
| 140 |
+
@architectures = "spacy.Tok2Vec.v2"
|
| 141 |
+
|
| 142 |
+
[components.tok2vec.model.embed]
|
| 143 |
+
@architectures = "spacy.MultiHashEmbed.v2"
|
| 144 |
+
width = ${components.tok2vec.model.encode:width}
|
| 145 |
+
attrs = ["NORM","PREFIX","SUFFIX","SHAPE"]
|
| 146 |
+
rows = [5000,2500,2500,2500]
|
| 147 |
+
include_static_vectors = false
|
| 148 |
+
|
| 149 |
+
[components.tok2vec.model.encode]
|
| 150 |
+
@architectures = "spacy.MaxoutWindowEncoder.v2"
|
| 151 |
+
width = 96
|
| 152 |
+
depth = 4
|
| 153 |
+
window_size = 1
|
| 154 |
+
maxout_pieces = 3
|
| 155 |
+
|
| 156 |
+
[corpora]
|
| 157 |
+
|
| 158 |
+
[corpora.dev]
|
| 159 |
+
@readers = "spacy.Corpus.v1"
|
| 160 |
+
limit = 0
|
| 161 |
+
max_length = 0
|
| 162 |
+
path = ${paths:dev}
|
| 163 |
+
gold_preproc = false
|
| 164 |
+
augmenter = null
|
| 165 |
+
|
| 166 |
+
[corpora.train]
|
| 167 |
+
@readers = "spacy.Corpus.v1"
|
| 168 |
+
path = ${paths:train}
|
| 169 |
+
max_length = 5000
|
| 170 |
+
gold_preproc = false
|
| 171 |
+
limit = 0
|
| 172 |
+
|
| 173 |
+
[corpora.train.augmenter]
|
| 174 |
+
@augmenters = "spacy.lower_case.v1"
|
| 175 |
+
level = 0.1
|
| 176 |
+
|
| 177 |
+
[training]
|
| 178 |
+
train_corpus = "corpora.train"
|
| 179 |
+
dev_corpus = "corpora.dev"
|
| 180 |
+
seed = ${system:seed}
|
| 181 |
+
gpu_allocator = ${system:gpu_allocator}
|
| 182 |
+
dropout = 0.1
|
| 183 |
+
accumulate_gradient = 1
|
| 184 |
+
patience = 5000
|
| 185 |
+
max_epochs = 0
|
| 186 |
+
max_steps = 0
|
| 187 |
+
eval_frequency = 1000
|
| 188 |
+
frozen_components = []
|
| 189 |
+
before_to_disk = null
|
| 190 |
+
annotating_components = []
|
| 191 |
+
|
| 192 |
+
[training.batcher]
|
| 193 |
+
@batchers = "spacy.batch_by_words.v1"
|
| 194 |
+
discard_oversize = false
|
| 195 |
+
tolerance = 0.2
|
| 196 |
+
get_length = null
|
| 197 |
+
|
| 198 |
+
[training.batcher.size]
|
| 199 |
+
@schedules = "compounding.v1"
|
| 200 |
+
start = 100
|
| 201 |
+
stop = 1000
|
| 202 |
+
compound = 1.001
|
| 203 |
+
t = 0.0
|
| 204 |
+
|
| 205 |
+
[training.logger]
|
| 206 |
+
@loggers = "spacy.WandbLogger.v1"
|
| 207 |
+
project_name = "spacy-v3.0.0a2"
|
| 208 |
+
remove_config_values = []
|
| 209 |
+
|
| 210 |
+
[training.optimizer]
|
| 211 |
+
@optimizers = "Adam.v1"
|
| 212 |
+
beta1 = 0.9
|
| 213 |
+
beta2 = 0.999
|
| 214 |
+
L2_is_weight_decay = true
|
| 215 |
+
L2 = 0.01
|
| 216 |
+
grad_clip = 1.0
|
| 217 |
+
use_averages = true
|
| 218 |
+
eps = 0.00000001
|
| 219 |
+
learn_rate = 0.001
|
| 220 |
+
|
| 221 |
+
[training.score_weights]
|
| 222 |
+
pos_acc = 0.05
|
| 223 |
+
morph_acc = 0.05
|
| 224 |
+
morph_per_feat = null
|
| 225 |
+
tag_acc = 0.05
|
| 226 |
+
dep_uas = 0.0
|
| 227 |
+
dep_las = 0.16
|
| 228 |
+
dep_las_per_type = null
|
| 229 |
+
sents_p = null
|
| 230 |
+
sents_r = null
|
| 231 |
+
sents_f = 0.02
|
| 232 |
+
lemma_acc = 0.33
|
| 233 |
+
ents_f = 0.33
|
| 234 |
+
ents_p = 0.0
|
| 235 |
+
ents_r = 0.0
|
| 236 |
+
ents_per_type = null
|
| 237 |
+
|
| 238 |
+
[pretraining]
|
| 239 |
+
|
| 240 |
+
[initialize]
|
| 241 |
+
vocab_data = ${paths.vocab_data}
|
| 242 |
+
vectors = ${paths.vectors}
|
| 243 |
+
init_tok2vec = ${paths.init_tok2vec}
|
| 244 |
+
before_init = null
|
| 245 |
+
after_init = null
|
| 246 |
+
|
| 247 |
+
[initialize.components]
|
| 248 |
+
|
| 249 |
+
[initialize.components.morphologizer]
|
| 250 |
+
|
| 251 |
+
[initialize.components.morphologizer.labels]
|
| 252 |
+
@readers = "spacy.read_labels.v1"
|
| 253 |
+
path = "corpus/labels/morphologizer.json"
|
| 254 |
+
require = false
|
| 255 |
+
|
| 256 |
+
[initialize.components.ner]
|
| 257 |
+
|
| 258 |
+
[initialize.components.ner.labels]
|
| 259 |
+
@readers = "spacy.read_labels.v1"
|
| 260 |
+
path = "corpus/labels/ner.json"
|
| 261 |
+
require = false
|
| 262 |
+
|
| 263 |
+
[initialize.components.parser]
|
| 264 |
+
|
| 265 |
+
[initialize.components.parser.labels]
|
| 266 |
+
@readers = "spacy.read_labels.v1"
|
| 267 |
+
path = "corpus/labels/parser.json"
|
| 268 |
+
require = false
|
| 269 |
+
|
| 270 |
+
[initialize.components.tagger]
|
| 271 |
+
|
| 272 |
+
[initialize.components.tagger.labels]
|
| 273 |
+
@readers = "spacy.read_labels.v1"
|
| 274 |
+
path = "corpus/labels/tagger.json"
|
| 275 |
+
require = false
|
| 276 |
+
|
| 277 |
+
[initialize.lookups]
|
| 278 |
+
@misc = "spacy.LookupsDataLoader.v1"
|
| 279 |
+
lang = ${nlp.lang}
|
| 280 |
+
tables = []
|
| 281 |
+
|
| 282 |
+
[initialize.tokenizer]
|
lemmatizer/lookups/lookups.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3ae64c93a046eb013618963082ae732977dfb0564b564a0772bf4e2d15cd9e7c
|
| 3 |
+
size 4409278
|
lt_core_news_sm-any-py3-none-any.whl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:de8cc9b78d06132b9bc265aa9c779aa5f86d3471517ccd2e6d6183dc675c42d1
|
| 3 |
+
size 16089316
|
meta.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
morphologizer/cfg
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
morphologizer/model
ADDED
|
Binary file (349 kB). View file
|
|
|
ner/cfg
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"moves":null,
|
| 3 |
+
"update_with_oracle_cut_size":100,
|
| 4 |
+
"multitasks":[
|
| 5 |
+
|
| 6 |
+
],
|
| 7 |
+
"min_action_freq":1,
|
| 8 |
+
"learn_tokens":false,
|
| 9 |
+
"beam_width":1,
|
| 10 |
+
"beam_density":0.0,
|
| 11 |
+
"beam_update_prob":0.0,
|
| 12 |
+
"incorrect_spans_key":null
|
| 13 |
+
}
|
ner/model
ADDED
|
Binary file (6.72 MB). View file
|
|
|
ner/moves
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
��moves�X{"0":{},"1":{"PERSON":8751,"ORG":6931,"GPE":4642,"TIME":4246,"LOC":3269,"PRODUCT":1525},"2":{"PERSON":8751,"ORG":6931,"GPE":4642,"TIME":4246,"LOC":3269,"PRODUCT":1525},"3":{"PERSON":8751,"ORG":6931,"GPE":4642,"TIME":4246,"LOC":3269,"PRODUCT":1525},"4":{"PERSON":8751,"ORG":6931,"GPE":4642,"TIME":4246,"LOC":3269,"PRODUCT":1525,"":1},"5":{"":1}}�cfg��neg_key�
|
parser/cfg
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"moves":null,
|
| 3 |
+
"update_with_oracle_cut_size":100,
|
| 4 |
+
"multitasks":[
|
| 5 |
+
|
| 6 |
+
],
|
| 7 |
+
"min_action_freq":30,
|
| 8 |
+
"learn_tokens":false,
|
| 9 |
+
"beam_width":1,
|
| 10 |
+
"beam_density":0.0,
|
| 11 |
+
"beam_update_prob":0.0,
|
| 12 |
+
"incorrect_spans_key":null
|
| 13 |
+
}
|
parser/model
ADDED
|
Binary file (305 kB). View file
|
|
|
parser/moves
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
��moves�W{"0":{"":28105},"1":{"":17225},"2":{"nmod":6711,"punct":4288,"amod":2597,"cc":2052,"nsubj":1694,"case":1461,"advmod":1421,"mark":942,"acl":931,"obj":884,"nummod":864,"obl":855,"advmod:emph":848,"det":647,"cop":430,"advcl":314,"parataxis":230,"csubj":204,"obl:arg":195,"nsubj:pass":172,"obj||xcomp":75,"iobj":66,"dep":0},"3":{"punct":4436,"conj":3620,"obj":1963,"nmod":1101,"acl":987,"obl":958,"obl:arg":796,"xcomp":698,"nsubj":513,"advcl":498,"advmod":236,"parataxis":193,"flat":191,"nsubj:pass":188,"nummod":143,"appos":125,"iobj":122,"amod":64,"cc":58,"dep":56,"advmod:emph":42},"4":{"ROOT":2341}}�cfg��neg_key�
|
senter/cfg
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
|
| 3 |
+
}
|
senter/model
ADDED
|
Binary file (190 kB). View file
|
|
|
tagger/cfg
ADDED
|
@@ -0,0 +1,737 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"labels":[
|
| 3 |
+
".",
|
| 4 |
+
"akr.",
|
| 5 |
+
"bdv.auk\u0161t.mot.dgs.K.",
|
| 6 |
+
"bdv.auk\u0161t.mot.dgs.V.",
|
| 7 |
+
"bdv.auk\u0161t.mot.dgs.Vt.",
|
| 8 |
+
"bdv.auk\u0161t.mot.dgs.\u012en.",
|
| 9 |
+
"bdv.auk\u0161t.mot.vns.G.",
|
| 10 |
+
"bdv.auk\u0161t.mot.vns.K.",
|
| 11 |
+
"bdv.auk\u0161t.mot.vns.V.",
|
| 12 |
+
"bdv.auk\u0161t.vyr.dgs.G.",
|
| 13 |
+
"bdv.auk\u0161t.vyr.dgs.K.",
|
| 14 |
+
"bdv.auk\u0161t.vyr.dgs.N.",
|
| 15 |
+
"bdv.auk\u0161t.vyr.dgs.V.",
|
| 16 |
+
"bdv.auk\u0161t.vyr.dgs.Vt.",
|
| 17 |
+
"bdv.auk\u0161t.vyr.dgs.\u012en.",
|
| 18 |
+
"bdv.auk\u0161t.vyr.vns.G.",
|
| 19 |
+
"bdv.auk\u0161t.vyr.vns.K.",
|
| 20 |
+
"bdv.auk\u0161t.vyr.vns.N.",
|
| 21 |
+
"bdv.auk\u0161t.vyr.vns.V.",
|
| 22 |
+
"bdv.auk\u0161t.vyr.vns.Vt.",
|
| 23 |
+
"bdv.auk\u0161t.vyr.vns.\u012en.",
|
| 24 |
+
"bdv.auk\u0161\u010d.bev.",
|
| 25 |
+
"bdv.auk\u0161\u010d.mot.dgs.G.",
|
| 26 |
+
"bdv.auk\u0161\u010d.mot.dgs.K.",
|
| 27 |
+
"bdv.auk\u0161\u010d.mot.dgs.V.",
|
| 28 |
+
"bdv.auk\u0161\u010d.mot.dgs.\u012en.",
|
| 29 |
+
"bdv.auk\u0161\u010d.mot.vns.K.",
|
| 30 |
+
"bdv.auk\u0161\u010d.mot.vns.V.",
|
| 31 |
+
"bdv.auk\u0161\u010d.mot.vns.Vt.",
|
| 32 |
+
"bdv.auk\u0161\u010d.mot.vns.\u012en.",
|
| 33 |
+
"bdv.auk\u0161\u010d.vyr.dgs.G.",
|
| 34 |
+
"bdv.auk\u0161\u010d.vyr.dgs.K.",
|
| 35 |
+
"bdv.auk\u0161\u010d.vyr.dgs.V.",
|
| 36 |
+
"bdv.auk\u0161\u010d.vyr.dgs.Vt.",
|
| 37 |
+
"bdv.auk\u0161\u010d.vyr.dgs.\u012en.",
|
| 38 |
+
"bdv.auk\u0161\u010d.vyr.vns.G.",
|
| 39 |
+
"bdv.auk\u0161\u010d.vyr.vns.K.",
|
| 40 |
+
"bdv.auk\u0161\u010d.vyr.vns.V.",
|
| 41 |
+
"bdv.auk\u0161\u010d.vyr.vns.\u012en.",
|
| 42 |
+
"bdv.auk\u0161\u010d.\u012fvard\u017e.mot.vns.K.",
|
| 43 |
+
"bdv.nelygin.",
|
| 44 |
+
"bdv.nelygin..vyr.vns.K.",
|
| 45 |
+
"bdv.nelygin.bev.",
|
| 46 |
+
"bdv.nelygin.mot.dgs.G.",
|
| 47 |
+
"bdv.nelygin.mot.dgs.K.",
|
| 48 |
+
"bdv.nelygin.mot.dgs.N.",
|
| 49 |
+
"bdv.nelygin.mot.dgs.V",
|
| 50 |
+
"bdv.nelygin.mot.dgs.V.",
|
| 51 |
+
"bdv.nelygin.mot.dgs.Vt.",
|
| 52 |
+
"bdv.nelygin.mot.dgs.\u012en.",
|
| 53 |
+
"bdv.nelygin.mot.vns.G.",
|
| 54 |
+
"bdv.nelygin.mot.vns.K.",
|
| 55 |
+
"bdv.nelygin.mot.vns.N.",
|
| 56 |
+
"bdv.nelygin.mot.vns.V.",
|
| 57 |
+
"bdv.nelygin.mot.vns.Vt.",
|
| 58 |
+
"bdv.nelygin.mot.vns.\u012en.",
|
| 59 |
+
"bdv.nelygin.vyr.dgs.G.",
|
| 60 |
+
"bdv.nelygin.vyr.dgs.K.",
|
| 61 |
+
"bdv.nelygin.vyr.dgs.N.",
|
| 62 |
+
"bdv.nelygin.vyr.dgs.V.",
|
| 63 |
+
"bdv.nelygin.vyr.dgs.Vt.",
|
| 64 |
+
"bdv.nelygin.vyr.dgs.\u012en.",
|
| 65 |
+
"bdv.nelygin.vyr.vns.G.",
|
| 66 |
+
"bdv.nelygin.vyr.vns.K.",
|
| 67 |
+
"bdv.nelygin.vyr.vns.N.",
|
| 68 |
+
"bdv.nelygin.vyr.vns.V.",
|
| 69 |
+
"bdv.nelygin.vyr.vns.Vt.",
|
| 70 |
+
"bdv.nelygin.vyr.vns.\u012en.",
|
| 71 |
+
"bdv.nelygin.\u012fvard\u017e.mot.dgs.G.",
|
| 72 |
+
"bdv.nelygin.\u012fvard\u017e.mot.dgs.K.",
|
| 73 |
+
"bdv.nelygin.\u012fvard\u017e.mot.dgs.N.",
|
| 74 |
+
"bdv.nelygin.\u012fvard\u017e.mot.dgs.V.",
|
| 75 |
+
"bdv.nelygin.\u012fvard\u017e.mot.dgs.\u012en.",
|
| 76 |
+
"bdv.nelygin.\u012fvard\u017e.mot.vns.G.",
|
| 77 |
+
"bdv.nelygin.\u012fvard\u017e.mot.vns.K.",
|
| 78 |
+
"bdv.nelygin.\u012fvard\u017e.mot.vns.N.",
|
| 79 |
+
"bdv.nelygin.\u012fvard\u017e.mot.vns.V.",
|
| 80 |
+
"bdv.nelygin.\u012fvard\u017e.mot.vns.Vt.",
|
| 81 |
+
"bdv.nelygin.\u012fvard\u017e.mot.vns.\u012en.",
|
| 82 |
+
"bdv.nelygin.\u012fvard\u017e.vyr.dgs.G.",
|
| 83 |
+
"bdv.nelygin.\u012fvard\u017e.vyr.dgs.K.",
|
| 84 |
+
"bdv.nelygin.\u012fvard\u017e.vyr.dgs.V.",
|
| 85 |
+
"bdv.nelygin.\u012fvard\u017e.vyr.dgs.Vt.",
|
| 86 |
+
"bdv.nelygin.\u012fvard\u017e.vyr.dgs.\u012en.",
|
| 87 |
+
"bdv.nelygin.\u012fvard\u017e.vyr.vns.G.",
|
| 88 |
+
"bdv.nelygin.\u012fvard\u017e.vyr.vns.K.",
|
| 89 |
+
"bdv.nelygin.\u012fvard\u017e.vyr.vns.N.",
|
| 90 |
+
"bdv.nelygin.\u012fvard\u017e.vyr.vns.V.",
|
| 91 |
+
"bdv.nelygin.\u012fvard\u017e.vyr.vns.Vt.",
|
| 92 |
+
"bdv.nelygin.\u012fvard\u017e.vyr.vns.\u012en.",
|
| 93 |
+
"b\u016bdv.nelygin.\u012fvard\u017e.vyr.dgs.K.",
|
| 94 |
+
"dkt.",
|
| 95 |
+
"dkt.bendr.dgs.V.",
|
| 96 |
+
"dkt.bendr.vns.K.",
|
| 97 |
+
"dkt.bendr.vns.N.",
|
| 98 |
+
"dkt.bendr.vns.V.",
|
| 99 |
+
"dkt.mot.",
|
| 100 |
+
"dkt.mot.dgs.G.",
|
| 101 |
+
"dkt.mot.dgs.K.",
|
| 102 |
+
"dkt.mot.dgs.N.",
|
| 103 |
+
"dkt.mot.dgs.V.",
|
| 104 |
+
"dkt.mot.dgs.Vt.",
|
| 105 |
+
"dkt.mot.dgs.\u012en.",
|
| 106 |
+
"dkt.mot.vns.G.",
|
| 107 |
+
"dkt.mot.vns.Il.",
|
| 108 |
+
"dkt.mot.vns.K",
|
| 109 |
+
"dkt.mot.vns.K.",
|
| 110 |
+
"dkt.mot.vns.N.",
|
| 111 |
+
"dkt.mot.vns.V.",
|
| 112 |
+
"dkt.mot.vns.Vt.",
|
| 113 |
+
"dkt.mot.vns.\u012en.",
|
| 114 |
+
"dkt.mot.vns.\u012ev.",
|
| 115 |
+
"dkt.mot.vns.\u0160.",
|
| 116 |
+
"dkt.sngr.vyr.dgs.G.",
|
| 117 |
+
"dkt.sngr.vyr.dgs.K.",
|
| 118 |
+
"dkt.sngr.vyr.dgs.V.",
|
| 119 |
+
"dkt.sngr.vyr.dgs.\u012en.",
|
| 120 |
+
"dkt.sngr.vyr.vns.G.",
|
| 121 |
+
"dkt.sngr.vyr.vns.K.",
|
| 122 |
+
"dkt.sngr.vyr.vns.N.",
|
| 123 |
+
"dkt.sngr.vyr.vns.V.",
|
| 124 |
+
"dkt.sngr.vyr.vns.\u012en.",
|
| 125 |
+
"dkt.tikr.",
|
| 126 |
+
"dkt.tikr.mot.",
|
| 127 |
+
"dkt.tikr.mot.dgs.K.",
|
| 128 |
+
"dkt.tikr.mot.vns.G.",
|
| 129 |
+
"dkt.tikr.mot.vns.K.",
|
| 130 |
+
"dkt.tikr.mot.vns.N.",
|
| 131 |
+
"dkt.tikr.mot.vns.V.",
|
| 132 |
+
"dkt.tikr.mot.vns.Vt.",
|
| 133 |
+
"dkt.tikr.mot.vns.\u012en.",
|
| 134 |
+
"dkt.tikr.vyr.dgs.K.",
|
| 135 |
+
"dkt.tikr.vyr.vns.G.",
|
| 136 |
+
"dkt.tikr.vyr.vns.K.",
|
| 137 |
+
"dkt.tikr.vyr.vns.N.",
|
| 138 |
+
"dkt.tikr.vyr.vns.V.",
|
| 139 |
+
"dkt.tikr.vyr.vns.Vt.",
|
| 140 |
+
"dkt.tikr.vyr.vns.\u012en.",
|
| 141 |
+
"dkt.vyr.",
|
| 142 |
+
"dkt.vyr.dgs.G.",
|
| 143 |
+
"dkt.vyr.dgs.K.",
|
| 144 |
+
"dkt.vyr.dgs.N.",
|
| 145 |
+
"dkt.vyr.dgs.V.",
|
| 146 |
+
"dkt.vyr.dgs.Vt.",
|
| 147 |
+
"dkt.vyr.dgs.v.",
|
| 148 |
+
"dkt.vyr.dgs.\u012en.",
|
| 149 |
+
"dkt.vyr.vns,K.",
|
| 150 |
+
"dkt.vyr.vns.G.",
|
| 151 |
+
"dkt.vyr.vns.Il.",
|
| 152 |
+
"dkt.vyr.vns.K.",
|
| 153 |
+
"dkt.vyr.vns.N.",
|
| 154 |
+
"dkt.vyr.vns.V.",
|
| 155 |
+
"dkt.vyr.vns.Vt.",
|
| 156 |
+
"dkt.vyr.vns.vt.",
|
| 157 |
+
"dkt.vyr.vns.\u012en.",
|
| 158 |
+
"dkt.vyr.vns.\u0160.",
|
| 159 |
+
"dktv.mot.vns.K.",
|
| 160 |
+
"dll",
|
| 161 |
+
"dll.",
|
| 162 |
+
"dlv.neveik.es.mot.vns.V.",
|
| 163 |
+
"jng.",
|
| 164 |
+
"jst.",
|
| 165 |
+
"kita",
|
| 166 |
+
"kita.",
|
| 167 |
+
"prl.G.",
|
| 168 |
+
"prl.K.",
|
| 169 |
+
"prl.\u012en.",
|
| 170 |
+
"prv.auk\u0161t.",
|
| 171 |
+
"prv.auk\u0161\u010d.",
|
| 172 |
+
"prv.nelygin.",
|
| 173 |
+
"prv.neygin.",
|
| 174 |
+
"prv.sampl.nelygin.",
|
| 175 |
+
"samp.\u012fv.mot.dgs.N.",
|
| 176 |
+
"sampl.dll.",
|
| 177 |
+
"sampl.jng.",
|
| 178 |
+
"sampl.jst.",
|
| 179 |
+
"sampl.prv.",
|
| 180 |
+
"sampl.prv.nelyg.",
|
| 181 |
+
"sampl.prv.nelygin.",
|
| 182 |
+
"sampl.sktv.",
|
| 183 |
+
"sampl.sktv.raid.kiek.",
|
| 184 |
+
"sampl.sutr.",
|
| 185 |
+
"sampl.u\u017es.",
|
| 186 |
+
"sampl.vksm.pad.es.",
|
| 187 |
+
"sampl.\u012fv.",
|
| 188 |
+
"sampl.\u012fv.G.",
|
| 189 |
+
"sampl.\u012fv.K.",
|
| 190 |
+
"sampl.\u012fv.V.",
|
| 191 |
+
"sampl.\u012fv.bev.",
|
| 192 |
+
"sampl.\u012fv.mot.dgs.G.",
|
| 193 |
+
"sampl.\u012fv.mot.dgs.K.",
|
| 194 |
+
"sampl.\u012fv.mot.dgs.V.",
|
| 195 |
+
"sampl.\u012fv.mot.dgs.Vt.",
|
| 196 |
+
"sampl.\u012fv.mot.dgs.\u012en.",
|
| 197 |
+
"sampl.\u012fv.mot.vns.G.",
|
| 198 |
+
"sampl.\u012fv.mot.vns.K.",
|
| 199 |
+
"sampl.\u012fv.mot.vns.N.",
|
| 200 |
+
"sampl.\u012fv.mot.vns.V.",
|
| 201 |
+
"sampl.\u012fv.mot.vns.Vt.",
|
| 202 |
+
"sampl.\u012fv.mot.vns.\u012en.",
|
| 203 |
+
"sampl.\u012fv.vyr.dgs.G.",
|
| 204 |
+
"sampl.\u012fv.vyr.dgs.K.",
|
| 205 |
+
"sampl.\u012fv.vyr.dgs.N.",
|
| 206 |
+
"sampl.\u012fv.vyr.dgs.V.",
|
| 207 |
+
"sampl.\u012fv.vyr.dgs.Vt.",
|
| 208 |
+
"sampl.\u012fv.vyr.dgs.\u012en.",
|
| 209 |
+
"sampl.\u012fv.vyr.vns.G.",
|
| 210 |
+
"sampl.\u012fv.vyr.vns.K.",
|
| 211 |
+
"sampl.\u012fv.vyr.vns.V.",
|
| 212 |
+
"sampl.\u012fv.vyr.vns.Vt.",
|
| 213 |
+
"sampl.\u012fv.vyr.vns.\u012en.",
|
| 214 |
+
"sampl.\u012fv.\u012en.",
|
| 215 |
+
"sktv.",
|
| 216 |
+
"sktv.arab",
|
| 217 |
+
"sktv.arab.",
|
| 218 |
+
"sktv.kelint.mot.vns.Vt.",
|
| 219 |
+
"sktv.kelint.\u012fvard\u017e.mot.vns.V.",
|
| 220 |
+
"sktv.kelint.\u012fvard\u017e.vyr.vns.G.",
|
| 221 |
+
"sktv.kiek.mot.V.",
|
| 222 |
+
"sktv.kiek.vyr.dgs.G.",
|
| 223 |
+
"sktv.mi\u0161r.",
|
| 224 |
+
"sktv.mi\u0161r.kelint.\u012fvard\u017e.mot.vns.G.",
|
| 225 |
+
"sktv.mi\u0161r.kelint.\u012fvard\u017e.mot.vns.K.",
|
| 226 |
+
"sktv.mi\u0161r.kelint.\u012fvard\u017e.mot.vns.V.",
|
| 227 |
+
"sktv.mi\u0161r.kelint.\u012fvard\u017e.vyr.vns.G.",
|
| 228 |
+
"sktv.mi\u0161r.kelint.\u012fvard\u017e.vyr.vns.K.",
|
| 229 |
+
"sktv.mi\u0161r.kelint.\u012fvard\u017e.vyr.vns.Vt.",
|
| 230 |
+
"sktv.raid.daugin.vyr.G.",
|
| 231 |
+
"sktv.raid.daugin.vyr.K.",
|
| 232 |
+
"sktv.raid.kelint.bev.",
|
| 233 |
+
"sktv.raid.kelint.mot.vns.K.",
|
| 234 |
+
"sktv.raid.kelint.mot.vns.V.",
|
| 235 |
+
"sktv.raid.kelint.mot.vns.Vt.",
|
| 236 |
+
"sktv.raid.kelint.vyr.dgs.K.",
|
| 237 |
+
"sktv.raid.kelint.vyr.dgs.V.",
|
| 238 |
+
"sktv.raid.kelint.vyr.dgs.Vt.",
|
| 239 |
+
"sktv.raid.kelint.vyr.dgs.\u012en.",
|
| 240 |
+
"sktv.raid.kelint.vyr.vns.G.",
|
| 241 |
+
"sktv.raid.kelint.vyr.vns.K.",
|
| 242 |
+
"sktv.raid.kelint.vyr.vns.V.",
|
| 243 |
+
"sktv.raid.kelint.vyr.vns.Vt.",
|
| 244 |
+
"sktv.raid.kelint.\u012fvard\u017e.mot.vns.G.",
|
| 245 |
+
"sktv.raid.kelint.\u012fvard\u017e.mot.vns.K.",
|
| 246 |
+
"sktv.raid.kelint.\u012fvard\u017e.mot.vns.N.",
|
| 247 |
+
"sktv.raid.kelint.\u012fvard\u017e.mot.vns.V.",
|
| 248 |
+
"sktv.raid.kelint.\u012fvard\u017e.mot.vns.Vt.",
|
| 249 |
+
"sktv.raid.kelint.\u012fvard\u017e.vyr.dgs.K.",
|
| 250 |
+
"sktv.raid.kelint.\u012fvard\u017e.vyr.dgs.N.",
|
| 251 |
+
"sktv.raid.kelint.\u012fvard\u017e.vyr.dgs.V.",
|
| 252 |
+
"sktv.raid.kelint.\u012fvard\u017e.vyr.dgs.\u012en.",
|
| 253 |
+
"sktv.raid.kelint.\u012fvard\u017e.vyr.vns.G.",
|
| 254 |
+
"sktv.raid.kelint.\u012fvard\u017e.vyr.vns.K.",
|
| 255 |
+
"sktv.raid.kelint.\u012fvard\u017e.vyr.vns.V.",
|
| 256 |
+
"sktv.raid.kiek.",
|
| 257 |
+
"sktv.raid.kiek.K.",
|
| 258 |
+
"sktv.raid.kiek.mot.G.",
|
| 259 |
+
"sktv.raid.kiek.mot.K.",
|
| 260 |
+
"sktv.raid.kiek.mot.N.",
|
| 261 |
+
"sktv.raid.kiek.mot.V.",
|
| 262 |
+
"sktv.raid.kiek.mot.Vt.",
|
| 263 |
+
"sktv.raid.kiek.mot.dgs.V.",
|
| 264 |
+
"sktv.raid.kiek.mot.vns.G.",
|
| 265 |
+
"sktv.raid.kiek.mot.vns.K.",
|
| 266 |
+
"sktv.raid.kiek.mot.vns.\u012en.",
|
| 267 |
+
"sktv.raid.kiek.mot.\u012en.",
|
| 268 |
+
"sktv.raid.kiek.vyr.G.",
|
| 269 |
+
"sktv.raid.kiek.vyr.K.",
|
| 270 |
+
"sktv.raid.kiek.vyr.N.",
|
| 271 |
+
"sktv.raid.kiek.vyr.V.",
|
| 272 |
+
"sktv.raid.kiek.vyr.Vt.",
|
| 273 |
+
"sktv.raid.kiek.vyr.dgs.K.",
|
| 274 |
+
"sktv.raid.kiek.vyr.dgs.V.",
|
| 275 |
+
"sktv.raid.kiek.vyr.vns.G.",
|
| 276 |
+
"sktv.raid.kiek.vyr.vns.K.",
|
| 277 |
+
"sktv.raid.kiek.vyr.vns.V.",
|
| 278 |
+
"sktv.raid.kiek.vyr.\u012en.",
|
| 279 |
+
"sktv.raid.kiekin.mot.vns.G.",
|
| 280 |
+
"sktv.raid.kiekin.mot.vns.V.",
|
| 281 |
+
"sktv.raid.kuopin.G.",
|
| 282 |
+
"sktv.rom.",
|
| 283 |
+
"skyr.",
|
| 284 |
+
"sutr.",
|
| 285 |
+
"t\u0119s",
|
| 286 |
+
"t\u0119s.",
|
| 287 |
+
"t\u0119s.sktv.raid.kelint.vyr.vns.G.",
|
| 288 |
+
"t\u0119s.\u012fv.vyr.dgs.G.",
|
| 289 |
+
"t\u0119s.\u012fv.vyr.dgs.N.",
|
| 290 |
+
"t\u0119s.\u012fv.vyr.vns.G.",
|
| 291 |
+
"t\u0119s.\u012fv.vyr.vns.N.",
|
| 292 |
+
"t\u0119s.\u012fv.vyr.vns.V.",
|
| 293 |
+
"t\u0119s.\u012fv.vyr.vns.\u012en.",
|
| 294 |
+
"u\u017es.",
|
| 295 |
+
"vksm.asm.liep.dgs.1.",
|
| 296 |
+
"vksm.asm.liep.dgs.2.",
|
| 297 |
+
"vksm.asm.liep.vns.2.",
|
| 298 |
+
"vksm.asm.liep.vns.3.",
|
| 299 |
+
"vksm.asm.neig.liep.dgs.2.",
|
| 300 |
+
"vksm.asm.neig.liep.vns.2.",
|
| 301 |
+
"vksm.asm.neig.sngr.liep.dgs.2.",
|
| 302 |
+
"vksm.asm.neig.sngr.tar.3.",
|
| 303 |
+
"vksm.asm.neig.sngr.tar.dgs.1.",
|
| 304 |
+
"vksm.asm.neig.sngr.tar.vns.1.",
|
| 305 |
+
"vksm.asm.neig.sngr.tar.vns.3.",
|
| 306 |
+
"vksm.asm.neig.sngr.tiesiog.b\u016bs.vns.2.",
|
| 307 |
+
"vksm.asm.neig.sngr.tiesiog.b\u016bs.vns.3.",
|
| 308 |
+
"vksm.asm.neig.sngr.tiesiog.b\u016bt-k.3.",
|
| 309 |
+
"vksm.asm.neig.sngr.tiesiog.b\u016bt-k.dgs.3.",
|
| 310 |
+
"vksm.asm.neig.sngr.tiesiog.b\u016bt-k.vns.1.",
|
| 311 |
+
"vksm.asm.neig.sngr.tiesiog.b\u016bt-k.vns.3.",
|
| 312 |
+
"vksm.asm.neig.sngr.tiesiog.es.3.",
|
| 313 |
+
"vksm.asm.neig.sngr.tiesiog.es.dgs.3.",
|
| 314 |
+
"vksm.asm.neig.sngr.tiesiog.es.vns.1.",
|
| 315 |
+
"vksm.asm.neig.sngr.tiesiog.es.vns.3.",
|
| 316 |
+
"vksm.asm.neig.tar.3.",
|
| 317 |
+
"vksm.asm.neig.tar.dgs.1.",
|
| 318 |
+
"vksm.asm.neig.tar.dgs.3.",
|
| 319 |
+
"vksm.asm.neig.tar.vns.1.",
|
| 320 |
+
"vksm.asm.neig.tar.vns.2.",
|
| 321 |
+
"vksm.asm.neig.tar.vns.3.",
|
| 322 |
+
"vksm.asm.neig.tiesiog.b\u016bs.3.",
|
| 323 |
+
"vksm.asm.neig.tiesiog.b\u016bs.dgs.1.",
|
| 324 |
+
"vksm.asm.neig.tiesiog.b\u016bs.dgs.3.",
|
| 325 |
+
"vksm.asm.neig.tiesiog.b\u016bs.vns.1.",
|
| 326 |
+
"vksm.asm.neig.tiesiog.b\u016bs.vns.2.",
|
| 327 |
+
"vksm.asm.neig.tiesiog.b\u016bs.vns.3.",
|
| 328 |
+
"vksm.asm.neig.tiesiog.b\u016bt-d.vns.1.",
|
| 329 |
+
"vksm.asm.neig.tiesiog.b\u016bt-d.vns.3.",
|
| 330 |
+
"vksm.asm.neig.tiesiog.b\u016bt-k.3.",
|
| 331 |
+
"vksm.asm.neig.tiesiog.b\u016bt-k.dgs.1.",
|
| 332 |
+
"vksm.asm.neig.tiesiog.b\u016bt-k.dgs.3.",
|
| 333 |
+
"vksm.asm.neig.tiesiog.b\u016bt-k.vns.1.",
|
| 334 |
+
"vksm.asm.neig.tiesiog.b\u016bt-k.vns.2.",
|
| 335 |
+
"vksm.asm.neig.tiesiog.b\u016bt-k.vns.3.",
|
| 336 |
+
"vksm.asm.neig.tiesiog.es.3.",
|
| 337 |
+
"vksm.asm.neig.tiesiog.es.dgs.1.",
|
| 338 |
+
"vksm.asm.neig.tiesiog.es.dgs.2.",
|
| 339 |
+
"vksm.asm.neig.tiesiog.es.dgs.3.",
|
| 340 |
+
"vksm.asm.neig.tiesiog.es.vns.1.",
|
| 341 |
+
"vksm.asm.neig.tiesiog.es.vns.2.",
|
| 342 |
+
"vksm.asm.neig.tiesiog.es.vns.3.",
|
| 343 |
+
"vksm.asm.sngr.liep.dgs.1.",
|
| 344 |
+
"vksm.asm.sngr.liep.dgs.2.",
|
| 345 |
+
"vksm.asm.sngr.liep.vns.2.",
|
| 346 |
+
"vksm.asm.sngr.tar.3.",
|
| 347 |
+
"vksm.asm.sngr.tar.dgs.3.",
|
| 348 |
+
"vksm.asm.sngr.tar.vns.1.",
|
| 349 |
+
"vksm.asm.sngr.tar.vns.3.",
|
| 350 |
+
"vksm.asm.sngr.tiesiog.b\u016bs.dgs.1.",
|
| 351 |
+
"vksm.asm.sngr.tiesiog.b\u016bs.dgs.2.",
|
| 352 |
+
"vksm.asm.sngr.tiesiog.b\u016bs.dgs.3.",
|
| 353 |
+
"vksm.asm.sngr.tiesiog.b\u016bs.vns.2.",
|
| 354 |
+
"vksm.asm.sngr.tiesiog.b\u016bs.vns.3.",
|
| 355 |
+
"vksm.asm.sngr.tiesiog.b\u016bt-d.dgs.3.",
|
| 356 |
+
"vksm.asm.sngr.tiesiog.b\u016bt-d.vns.1.",
|
| 357 |
+
"vksm.asm.sngr.tiesiog.b\u016bt-d.vns.3.",
|
| 358 |
+
"vksm.asm.sngr.tiesiog.b\u016bt-k.3.",
|
| 359 |
+
"vksm.asm.sngr.tiesiog.b\u016bt-k.dgs.1.",
|
| 360 |
+
"vksm.asm.sngr.tiesiog.b\u016bt-k.dgs.3.",
|
| 361 |
+
"vksm.asm.sngr.tiesiog.b\u016bt-k.vns.1.",
|
| 362 |
+
"vksm.asm.sngr.tiesiog.b\u016bt-k.vns.3.",
|
| 363 |
+
"vksm.asm.sngr.tiesiog.es.3.",
|
| 364 |
+
"vksm.asm.sngr.tiesiog.es.dgs.1.",
|
| 365 |
+
"vksm.asm.sngr.tiesiog.es.dgs.3.",
|
| 366 |
+
"vksm.asm.sngr.tiesiog.es.vns.1.",
|
| 367 |
+
"vksm.asm.sngr.tiesiog.es.vns.2.",
|
| 368 |
+
"vksm.asm.sngr.tiesiog.es.vns.3.",
|
| 369 |
+
"vksm.asm.tar.3.",
|
| 370 |
+
"vksm.asm.tar.dgs.1.",
|
| 371 |
+
"vksm.asm.tar.dgs.2.",
|
| 372 |
+
"vksm.asm.tar.dgs.3.",
|
| 373 |
+
"vksm.asm.tar.vns.1.",
|
| 374 |
+
"vksm.asm.tar.vns.2.",
|
| 375 |
+
"vksm.asm.tar.vns.3.",
|
| 376 |
+
"vksm.asm.tiesiog.b\u016bs.3.",
|
| 377 |
+
"vksm.asm.tiesiog.b\u016bs.dgs.1.",
|
| 378 |
+
"vksm.asm.tiesiog.b\u016bs.dgs.2.",
|
| 379 |
+
"vksm.asm.tiesiog.b\u016bs.dgs.3.",
|
| 380 |
+
"vksm.asm.tiesiog.b\u016bs.vns.1.",
|
| 381 |
+
"vksm.asm.tiesiog.b\u016bs.vns.2.",
|
| 382 |
+
"vksm.asm.tiesiog.b\u016bs.vns.3.",
|
| 383 |
+
"vksm.asm.tiesiog.b\u016bt-d.3.",
|
| 384 |
+
"vksm.asm.tiesiog.b\u016bt-d.dgs.3.",
|
| 385 |
+
"vksm.asm.tiesiog.b\u016bt-d.vns.1.",
|
| 386 |
+
"vksm.asm.tiesiog.b\u016bt-d.vns.2.",
|
| 387 |
+
"vksm.asm.tiesiog.b\u016bt-d.vns.3.",
|
| 388 |
+
"vksm.asm.tiesiog.b\u016bt-k.",
|
| 389 |
+
"vksm.asm.tiesiog.b\u016bt-k.3.",
|
| 390 |
+
"vksm.asm.tiesiog.b\u016bt-k.dgs.1.",
|
| 391 |
+
"vksm.asm.tiesiog.b\u016bt-k.dgs.2.",
|
| 392 |
+
"vksm.asm.tiesiog.b\u016bt-k.dgs.3.",
|
| 393 |
+
"vksm.asm.tiesiog.b\u016bt-k.vns.1.",
|
| 394 |
+
"vksm.asm.tiesiog.b\u016bt-k.vns.2.",
|
| 395 |
+
"vksm.asm.tiesiog.b\u016bt-k.vns.3.",
|
| 396 |
+
"vksm.asm.tiesiog.es.3.",
|
| 397 |
+
"vksm.asm.tiesiog.es.dgs.1.",
|
| 398 |
+
"vksm.asm.tiesiog.es.dgs.2.",
|
| 399 |
+
"vksm.asm.tiesiog.es.dgs.3.",
|
| 400 |
+
"vksm.asm.tiesiog.es.vns.1.",
|
| 401 |
+
"vksm.asm.tiesiog.es.vns.2.",
|
| 402 |
+
"vksm.asm.tiesiog.es.vns.3.",
|
| 403 |
+
"vksm.bndr.",
|
| 404 |
+
"vksm.bndr.neig.",
|
| 405 |
+
"vksm.bndr.neig.sngr.",
|
| 406 |
+
"vksm.bndr.sngr.",
|
| 407 |
+
"vksm.dlv.neig.neveik.b\u016bt.bev.",
|
| 408 |
+
"vksm.dlv.neig.neveik.b\u016bt.mot.dgs.G.",
|
| 409 |
+
"vksm.dlv.neig.neveik.b\u016bt.mot.dgs.K.",
|
| 410 |
+
"vksm.dlv.neig.neveik.b\u016bt.mot.dgs.V.",
|
| 411 |
+
"vksm.dlv.neig.neveik.b\u016bt.mot.vns.K.",
|
| 412 |
+
"vksm.dlv.neig.neveik.b\u016bt.mot.vns.V.",
|
| 413 |
+
"vksm.dlv.neig.neveik.b\u016bt.vyr.dgs.N.",
|
| 414 |
+
"vksm.dlv.neig.neveik.b\u016bt.vyr.dgs.V.",
|
| 415 |
+
"vksm.dlv.neig.neveik.b\u016bt.vyr.vns.G.",
|
| 416 |
+
"vksm.dlv.neig.neveik.b\u016bt.vyr.vns.N.",
|
| 417 |
+
"vksm.dlv.neig.neveik.b\u016bt.vyr.vns.V.",
|
| 418 |
+
"vksm.dlv.neig.neveik.es.bev.",
|
| 419 |
+
"vksm.dlv.neig.neveik.es.mot.dgs.K.",
|
| 420 |
+
"vksm.dlv.neig.neveik.es.mot.dgs.V.",
|
| 421 |
+
"vksm.dlv.neig.neveik.es.mot.vns.G.",
|
| 422 |
+
"vksm.dlv.neig.neveik.es.mot.vns.K.",
|
| 423 |
+
"vksm.dlv.neig.neveik.es.mot.vns.V.",
|
| 424 |
+
"vksm.dlv.neig.neveik.es.mot.vns.\u012en.",
|
| 425 |
+
"vksm.dlv.neig.neveik.es.vyr.dgs.G.",
|
| 426 |
+
"vksm.dlv.neig.neveik.es.vyr.dgs.K.",
|
| 427 |
+
"vksm.dlv.neig.neveik.es.vyr.dgs.V.",
|
| 428 |
+
"vksm.dlv.neig.neveik.es.vyr.vns.V.",
|
| 429 |
+
"vksm.dlv.neig.neveik.es.\u012fvard\u017e.mot.dgs.V.",
|
| 430 |
+
"vksm.dlv.neig.reik.bev.",
|
| 431 |
+
"vksm.dlv.neig.reik.mot.dgs.K.",
|
| 432 |
+
"vksm.dlv.neig.reik.mot.vns.V.",
|
| 433 |
+
"vksm.dlv.neig.reik.vyr.vns.V.",
|
| 434 |
+
"vksm.dlv.neig.sngr.neveik.b\u016bt.bev.",
|
| 435 |
+
"vksm.dlv.neig.sngr.neveik.es.bev.",
|
| 436 |
+
"vksm.dlv.neig.sngr.veik.b\u016bt-k.vyr.dgs.V.",
|
| 437 |
+
"vksm.dlv.neig.sngr.veik.es.vyr.vns.V.",
|
| 438 |
+
"vksm.dlv.neig.veik.b\u016bt-k.bev.",
|
| 439 |
+
"vksm.dlv.neig.veik.b\u016bt-k.vyr.dgs.V.",
|
| 440 |
+
"vksm.dlv.neig.veik.b\u016bt-k.vyr.dgs.\u012en.",
|
| 441 |
+
"vksm.dlv.neig.veik.b\u016bt-k.vyr.vns.G.",
|
| 442 |
+
"vksm.dlv.neig.veik.b\u016bt-k.vyr.vns.V.",
|
| 443 |
+
"vksm.dlv.neig.veik.es.mot.dgs.K.",
|
| 444 |
+
"vksm.dlv.neig.veik.es.mot.vns.N.",
|
| 445 |
+
"vksm.dlv.neig.veik.es.mot.vns.V.",
|
| 446 |
+
"vksm.dlv.neig.veik.es.mot.vns.\u012en.",
|
| 447 |
+
"vksm.dlv.neig.veik.es.vyr.dgs.G.",
|
| 448 |
+
"vksm.dlv.neig.veik.es.vyr.dgs.N.",
|
| 449 |
+
"vksm.dlv.neig.veik.es.vyr.dgs.V.",
|
| 450 |
+
"vksm.dlv.neig.veik.es.vyr.dgs.\u012en.",
|
| 451 |
+
"vksm.dlv.neig.veik.es.vyr.vns.K.",
|
| 452 |
+
"vksm.dlv.neig.veik.es.vyr.vns.N.",
|
| 453 |
+
"vksm.dlv.neig.veik.es.vyr.vns.V.",
|
| 454 |
+
"vksm.dlv.neig.veik.es.\u012fvard\u017e.vyr.dgs.V.",
|
| 455 |
+
"vksm.dlv.neig.veik.es.\u012fvard\u017e.vyr.dgs.\u012en.",
|
| 456 |
+
"vksm.dlv.neveik.b\u016bs.vyr.vns.G.",
|
| 457 |
+
"vksm.dlv.neveik.b\u016bs.vyr.vns.N.",
|
| 458 |
+
"vksm.dlv.neveik.b\u016bt-k.vyr.dgs.V.",
|
| 459 |
+
"vksm.dlv.neveik.b\u016bt-k.vyr.vns.V.",
|
| 460 |
+
"vksm.dlv.neveik.b\u016bt.bev.",
|
| 461 |
+
"vksm.dlv.neveik.b\u016bt.mot.V.",
|
| 462 |
+
"vksm.dlv.neveik.b\u016bt.mot.dgs.G.",
|
| 463 |
+
"vksm.dlv.neveik.b\u016bt.mot.dgs.K",
|
| 464 |
+
"vksm.dlv.neveik.b\u016bt.mot.dgs.K.",
|
| 465 |
+
"vksm.dlv.neveik.b\u016bt.mot.dgs.N.",
|
| 466 |
+
"vksm.dlv.neveik.b\u016bt.mot.dgs.V.",
|
| 467 |
+
"vksm.dlv.neveik.b\u016bt.mot.dgs.\u012en.",
|
| 468 |
+
"vksm.dlv.neveik.b\u016bt.mot.vns.G.",
|
| 469 |
+
"vksm.dlv.neveik.b\u016bt.mot.vns.K.",
|
| 470 |
+
"vksm.dlv.neveik.b\u016bt.mot.vns.N.",
|
| 471 |
+
"vksm.dlv.neveik.b\u016bt.mot.vns.V",
|
| 472 |
+
"vksm.dlv.neveik.b\u016bt.mot.vns.V.",
|
| 473 |
+
"vksm.dlv.neveik.b\u016bt.mot.vns.Vt.",
|
| 474 |
+
"vksm.dlv.neveik.b\u016bt.mot.vns.\u012en.",
|
| 475 |
+
"vksm.dlv.neveik.b\u016bt.vyr.dgs.G.",
|
| 476 |
+
"vksm.dlv.neveik.b\u016bt.vyr.dgs.K.",
|
| 477 |
+
"vksm.dlv.neveik.b\u016bt.vyr.dgs.N.",
|
| 478 |
+
"vksm.dlv.neveik.b\u016bt.vyr.dgs.V",
|
| 479 |
+
"vksm.dlv.neveik.b\u016bt.vyr.dgs.V.",
|
| 480 |
+
"vksm.dlv.neveik.b\u016bt.vyr.dgs.Vt.",
|
| 481 |
+
"vksm.dlv.neveik.b\u016bt.vyr.dgs.\u012en.",
|
| 482 |
+
"vksm.dlv.neveik.b\u016bt.vyr.vns.G.",
|
| 483 |
+
"vksm.dlv.neveik.b\u016bt.vyr.vns.K.",
|
| 484 |
+
"vksm.dlv.neveik.b\u016bt.vyr.vns.N.",
|
| 485 |
+
"vksm.dlv.neveik.b\u016bt.vyr.vns.V",
|
| 486 |
+
"vksm.dlv.neveik.b\u016bt.vyr.vns.V.",
|
| 487 |
+
"vksm.dlv.neveik.b\u016bt.vyr.vns.Vt.",
|
| 488 |
+
"vksm.dlv.neveik.b\u016bt.vyr.vns.\u012en.",
|
| 489 |
+
"vksm.dlv.neveik.b\u016bt.\u012fvard\u017e.mot.dgs.G.",
|
| 490 |
+
"vksm.dlv.neveik.b\u016bt.\u012fvard\u017e.mot.dgs.K.",
|
| 491 |
+
"vksm.dlv.neveik.b\u016bt.\u012fvard\u017e.vyr.dgs.G.",
|
| 492 |
+
"vksm.dlv.neveik.b\u016bt.\u012fvard\u017e.vyr.dgs.K.",
|
| 493 |
+
"vksm.dlv.neveik.b\u016bt.\u012fvard\u017e.vyr.dgs.V.",
|
| 494 |
+
"vksm.dlv.neveik.b\u016bt.\u012fvard\u017e.vyr.vns.K.",
|
| 495 |
+
"vksm.dlv.neveik.b\u016bt.\u012fvard\u017e.vyr.vns.V.",
|
| 496 |
+
"vksm.dlv.neveik.b\u016bts.vyr.dgs.V.",
|
| 497 |
+
"vksm.dlv.neveik.es.bev.",
|
| 498 |
+
"vksm.dlv.neveik.es.mot.V.",
|
| 499 |
+
"vksm.dlv.neveik.es.mot.dgs.G.",
|
| 500 |
+
"vksm.dlv.neveik.es.mot.dgs.K.",
|
| 501 |
+
"vksm.dlv.neveik.es.mot.dgs.N.",
|
| 502 |
+
"vksm.dlv.neveik.es.mot.dgs.V.",
|
| 503 |
+
"vksm.dlv.neveik.es.mot.dgs.Vt.",
|
| 504 |
+
"vksm.dlv.neveik.es.mot.dgs.\u012en.",
|
| 505 |
+
"vksm.dlv.neveik.es.mot.vns.G.",
|
| 506 |
+
"vksm.dlv.neveik.es.mot.vns.K.",
|
| 507 |
+
"vksm.dlv.neveik.es.mot.vns.N.",
|
| 508 |
+
"vksm.dlv.neveik.es.mot.vns.V",
|
| 509 |
+
"vksm.dlv.neveik.es.mot.vns.V.",
|
| 510 |
+
"vksm.dlv.neveik.es.mot.vns.Vt.",
|
| 511 |
+
"vksm.dlv.neveik.es.mot.vns.\u012en.",
|
| 512 |
+
"vksm.dlv.neveik.es.vyr.dgs.G.",
|
| 513 |
+
"vksm.dlv.neveik.es.vyr.dgs.K.",
|
| 514 |
+
"vksm.dlv.neveik.es.vyr.dgs.N.",
|
| 515 |
+
"vksm.dlv.neveik.es.vyr.dgs.V.",
|
| 516 |
+
"vksm.dlv.neveik.es.vyr.dgs.\u012en.",
|
| 517 |
+
"vksm.dlv.neveik.es.vyr.vns.G.",
|
| 518 |
+
"vksm.dlv.neveik.es.vyr.vns.K.",
|
| 519 |
+
"vksm.dlv.neveik.es.vyr.vns.N.",
|
| 520 |
+
"vksm.dlv.neveik.es.vyr.vns.V.",
|
| 521 |
+
"vksm.dlv.neveik.es.vyr.vns.\u012en.",
|
| 522 |
+
"vksm.dlv.neveik.es.\u012fvard\u017e.mot.dgs.K.",
|
| 523 |
+
"vksm.dlv.neveik.es.\u012fvard\u017e.mot.dgs.V.",
|
| 524 |
+
"vksm.dlv.neveik.es.\u012fvard\u017e.mot.dgs.\u012en.",
|
| 525 |
+
"vksm.dlv.neveik.es.\u012fvard\u017e.mot.vns.G.",
|
| 526 |
+
"vksm.dlv.neveik.es.\u012fvard\u017e.mot.vns.K.",
|
| 527 |
+
"vksm.dlv.neveik.es.\u012fvard\u017e.mot.vns.N.",
|
| 528 |
+
"vksm.dlv.neveik.es.\u012fvard\u017e.mot.vns.V.",
|
| 529 |
+
"vksm.dlv.neveik.es.\u012fvard\u017e.vyr.dgs.G.",
|
| 530 |
+
"vksm.dlv.neveik.es.\u012fvard\u017e.vyr.dgs.K.",
|
| 531 |
+
"vksm.dlv.neveik.es.\u012fvard\u017e.vyr.dgs.N.",
|
| 532 |
+
"vksm.dlv.neveik.es.\u012fvard\u017e.vyr.dgs.V.",
|
| 533 |
+
"vksm.dlv.neveik.es.\u012fvard\u017e.vyr.vns.G.",
|
| 534 |
+
"vksm.dlv.neveik.es.\u012fvard\u017e.vyr.vns.K.",
|
| 535 |
+
"vksm.dlv.neveik.es.\u012fvard\u017e.vyr.vns.N.",
|
| 536 |
+
"vksm.dlv.neveik.es.\u012fvard\u017e.vyr.vns.V.",
|
| 537 |
+
"vksm.dlv.neveik.es.\u012fvard\u017e.vyr.vns.\u012en.",
|
| 538 |
+
"vksm.dlv.neveik.mot.vns.V.",
|
| 539 |
+
"vksm.dlv.neveik.vyr.dgs.K.",
|
| 540 |
+
"vksm.dlv.neveik.\u012fvard\u017e.es.mot.vns.Vt.",
|
| 541 |
+
"vksm.dlv.neveik.\u012fvard\u017e.es.vyr.dgs.K.",
|
| 542 |
+
"vksm.dlv.neveik.\u012fvard\u017e.es.vyr.vns.K.",
|
| 543 |
+
"vksm.dlv.reik.bev.",
|
| 544 |
+
"vksm.dlv.reik.mot.vns.V.",
|
| 545 |
+
"vksm.dlv.reik.vyr.dgs.K.",
|
| 546 |
+
"vksm.dlv.reik.vyr.dgs.V.",
|
| 547 |
+
"vksm.dlv.reik.vyr.vns.V.",
|
| 548 |
+
"vksm.dlv.sngr.neveik.b\u016bt.bev.",
|
| 549 |
+
"vksm.dlv.sngr.neveik.b\u016bt.mot.dgs.G.",
|
| 550 |
+
"vksm.dlv.sngr.neveik.b\u016bt.mot.dgs.V.",
|
| 551 |
+
"vksm.dlv.sngr.neveik.b\u016bt.mot.vns.V.",
|
| 552 |
+
"vksm.dlv.sngr.neveik.b\u016bt.mot.vns.Vt.",
|
| 553 |
+
"vksm.dlv.sngr.neveik.b\u016bt.vyr.dgs.G.",
|
| 554 |
+
"vksm.dlv.sngr.neveik.b\u016bt.vyr.dgs.V.",
|
| 555 |
+
"vksm.dlv.sngr.neveik.b\u016bt.vyr.dgs.Vt.",
|
| 556 |
+
"vksm.dlv.sngr.neveik.b\u016bt.vyr.dgs.\u012en.",
|
| 557 |
+
"vksm.dlv.sngr.neveik.b\u016bt.vyr.vns.G.",
|
| 558 |
+
"vksm.dlv.sngr.neveik.b\u016bt.vyr.vns.K.",
|
| 559 |
+
"vksm.dlv.sngr.neveik.b\u016bt.vyr.vns.V.",
|
| 560 |
+
"vksm.dlv.sngr.neveik.es.bev.",
|
| 561 |
+
"vksm.dlv.sngr.neveik.es.mot.dgs.V.",
|
| 562 |
+
"vksm.dlv.sngr.neveik.es.mot.vns.V.",
|
| 563 |
+
"vksm.dlv.sngr.neveik.es.vyr.dgs.\u012en.",
|
| 564 |
+
"vksm.dlv.sngr.neveik.es.vyr.vns.V.",
|
| 565 |
+
"vksm.dlv.sngr.veik.b\u016bt-k.bev.",
|
| 566 |
+
"vksm.dlv.sngr.veik.b\u016bt-k.mot.dgs.G.",
|
| 567 |
+
"vksm.dlv.sngr.veik.b\u016bt-k.mot.dgs.K.",
|
| 568 |
+
"vksm.dlv.sngr.veik.b\u016bt-k.mot.dgs.V.",
|
| 569 |
+
"vksm.dlv.sngr.veik.b\u016bt-k.mot.dgs.\u012en.",
|
| 570 |
+
"vksm.dlv.sngr.veik.b\u016bt-k.mot.vns.G.",
|
| 571 |
+
"vksm.dlv.sngr.veik.b\u016bt-k.mot.vns.K.",
|
| 572 |
+
"vksm.dlv.sngr.veik.b\u016bt-k.mot.vns.V.",
|
| 573 |
+
"vksm.dlv.sngr.veik.b\u016bt-k.mot.vns.\u012en.",
|
| 574 |
+
"vksm.dlv.sngr.veik.b\u016bt-k.vyr.dgs.G.",
|
| 575 |
+
"vksm.dlv.sngr.veik.b\u016bt-k.vyr.dgs.K.",
|
| 576 |
+
"vksm.dlv.sngr.veik.b\u016bt-k.vyr.dgs.V.",
|
| 577 |
+
"vksm.dlv.sngr.veik.b\u016bt-k.vyr.dgs.\u012en.",
|
| 578 |
+
"vksm.dlv.sngr.veik.b\u016bt-k.vyr.vns.G.",
|
| 579 |
+
"vksm.dlv.sngr.veik.b\u016bt-k.vyr.vns.K.",
|
| 580 |
+
"vksm.dlv.sngr.veik.b\u016bt-k.vyr.vns.V.",
|
| 581 |
+
"vksm.dlv.sngr.veik.es.mot.dgs.K.",
|
| 582 |
+
"vksm.dlv.sngr.veik.es.mot.dgs.V.",
|
| 583 |
+
"vksm.dlv.sngr.veik.es.mot.dgs.\u012en.",
|
| 584 |
+
"vksm.dlv.sngr.veik.es.mot.vns.K.",
|
| 585 |
+
"vksm.dlv.sngr.veik.es.vyr.dgs.G.",
|
| 586 |
+
"vksm.dlv.sngr.veik.es.vyr.dgs.K.",
|
| 587 |
+
"vksm.dlv.sngr.veik.es.vyr.dgs.N.",
|
| 588 |
+
"vksm.dlv.sngr.veik.es.vyr.dgs.V.",
|
| 589 |
+
"vksm.dlv.sngr.veik.es.vyr.vns.G.",
|
| 590 |
+
"vksm.dlv.sngr.veik.es.vyr.vns.K.",
|
| 591 |
+
"vksm.dlv.sngr.veik.es.vyr.vns.N.",
|
| 592 |
+
"vksm.dlv.sngr.veik.es.vyr.vns.V.",
|
| 593 |
+
"vksm.dlv.sngr.veik.es.\u012fvard\u017e.mot.vns.K.",
|
| 594 |
+
"vksm.dlv.veik.b\u016bs.vyr.vns.V.",
|
| 595 |
+
"vksm.dlv.veik.b\u016bt-k.bev.",
|
| 596 |
+
"vksm.dlv.veik.b\u016bt-k.mot.dgs.G.",
|
| 597 |
+
"vksm.dlv.veik.b\u016bt-k.mot.dgs.K.",
|
| 598 |
+
"vksm.dlv.veik.b\u016bt-k.mot.dgs.N.",
|
| 599 |
+
"vksm.dlv.veik.b\u016bt-k.mot.dgs.V.",
|
| 600 |
+
"vksm.dlv.veik.b\u016bt-k.mot.dgs.Vt.",
|
| 601 |
+
"vksm.dlv.veik.b\u016bt-k.mot.vns.G.",
|
| 602 |
+
"vksm.dlv.veik.b\u016bt-k.mot.vns.K.",
|
| 603 |
+
"vksm.dlv.veik.b\u016bt-k.mot.vns.N.",
|
| 604 |
+
"vksm.dlv.veik.b\u016bt-k.mot.vns.V.",
|
| 605 |
+
"vksm.dlv.veik.b\u016bt-k.mot.vns.\u012en.",
|
| 606 |
+
"vksm.dlv.veik.b\u016bt-k.vyr.dgs.G.",
|
| 607 |
+
"vksm.dlv.veik.b\u016bt-k.vyr.dgs.K.",
|
| 608 |
+
"vksm.dlv.veik.b\u016bt-k.vyr.dgs.N.",
|
| 609 |
+
"vksm.dlv.veik.b\u016bt-k.vyr.dgs.V.",
|
| 610 |
+
"vksm.dlv.veik.b\u016bt-k.vyr.dgs.\u012en.",
|
| 611 |
+
"vksm.dlv.veik.b\u016bt-k.vyr.vns.G.",
|
| 612 |
+
"vksm.dlv.veik.b\u016bt-k.vyr.vns.K.",
|
| 613 |
+
"vksm.dlv.veik.b\u016bt-k.vyr.vns.N.",
|
| 614 |
+
"vksm.dlv.veik.b\u016bt-k.vyr.vns.V.",
|
| 615 |
+
"vksm.dlv.veik.b\u016bt-k.vyr.vns.Vt.",
|
| 616 |
+
"vksm.dlv.veik.b\u016bt-k.vyr.vns.\u012en.",
|
| 617 |
+
"vksm.dlv.veik.b\u016bt-k.\u012fvard\u017e.vyr.dgs.K.",
|
| 618 |
+
"vksm.dlv.veik.b\u016bt-k.\u012fvard\u017e.vyr.dgs.V.",
|
| 619 |
+
"vksm.dlv.veik.b\u016bt-k.\u012fvard\u017e.vyr.vns.K.",
|
| 620 |
+
"vksm.dlv.veik.b\u016bt-k.\u012fvard\u017e.vyr.vns.V.",
|
| 621 |
+
"vksm.dlv.veik.b\u016bt-k.\u012fvard\u017e.vyr.vns.\u012en.",
|
| 622 |
+
"vksm.dlv.veik.b\u016bt.k.vyr.dgs.V.",
|
| 623 |
+
"vksm.dlv.veik.es.mot.dgs.G.",
|
| 624 |
+
"vksm.dlv.veik.es.mot.dgs.K.",
|
| 625 |
+
"vksm.dlv.veik.es.mot.dgs.N.",
|
| 626 |
+
"vksm.dlv.veik.es.mot.dgs.V.",
|
| 627 |
+
"vksm.dlv.veik.es.mot.dgs.Vt.",
|
| 628 |
+
"vksm.dlv.veik.es.mot.dgs.\u012en.",
|
| 629 |
+
"vksm.dlv.veik.es.mot.vns.G.",
|
| 630 |
+
"vksm.dlv.veik.es.mot.vns.K.",
|
| 631 |
+
"vksm.dlv.veik.es.mot.vns.N.",
|
| 632 |
+
"vksm.dlv.veik.es.mot.vns.V",
|
| 633 |
+
"vksm.dlv.veik.es.mot.vns.V.",
|
| 634 |
+
"vksm.dlv.veik.es.mot.vns.Vt.",
|
| 635 |
+
"vksm.dlv.veik.es.mot.vns.\u012en.",
|
| 636 |
+
"vksm.dlv.veik.es.vyr.dgs.G.",
|
| 637 |
+
"vksm.dlv.veik.es.vyr.dgs.K.",
|
| 638 |
+
"vksm.dlv.veik.es.vyr.dgs.N.",
|
| 639 |
+
"vksm.dlv.veik.es.vyr.dgs.V.",
|
| 640 |
+
"vksm.dlv.veik.es.vyr.dgs.Vt.",
|
| 641 |
+
"vksm.dlv.veik.es.vyr.dgs.\u012en.",
|
| 642 |
+
"vksm.dlv.veik.es.vyr.vns.G.",
|
| 643 |
+
"vksm.dlv.veik.es.vyr.vns.K.",
|
| 644 |
+
"vksm.dlv.veik.es.vyr.vns.N.",
|
| 645 |
+
"vksm.dlv.veik.es.vyr.vns.V.",
|
| 646 |
+
"vksm.dlv.veik.es.vyr.vns.Vt.",
|
| 647 |
+
"vksm.dlv.veik.es.vyr.vns.\u012en.",
|
| 648 |
+
"vksm.dlv.veik.es.\u012fvard\u017e.mot.vns.K.",
|
| 649 |
+
"vksm.dlv.veik.es.\u012fvard\u017e.mot.vns.V.",
|
| 650 |
+
"vksm.dlv.veik.es.\u012fvard\u017e.vyr.dgs.K.",
|
| 651 |
+
"vksm.dlv.veik.es.\u012fvard\u017e.vyr.vns.K.",
|
| 652 |
+
"vksm.dlv.veik.es.\u012fvard\u017e.vyr.vns.N.",
|
| 653 |
+
"vksm.neig.dlv.neveik.es.mot.vns.V.",
|
| 654 |
+
"vksm.neveik.b\u016bt.vyr.dgs.V.",
|
| 655 |
+
"vksm.pad.b\u016bt-k.",
|
| 656 |
+
"vksm.pad.es.",
|
| 657 |
+
"vksm.pad.es.sngr.",
|
| 658 |
+
"vksm.pad.neig.b\u016bt-k.",
|
| 659 |
+
"vksm.pad.neig.es.",
|
| 660 |
+
"vksm.pad.neig.sngr.b\u016bt-k.",
|
| 661 |
+
"vksm.pad.neig.sngr.es.",
|
| 662 |
+
"vksm.pad.sngr.b\u016bt-k.",
|
| 663 |
+
"vksm.pad.sngr.es.",
|
| 664 |
+
"vksm.padlv.sngr.es.",
|
| 665 |
+
"vksm.pusd.mot.dgs.",
|
| 666 |
+
"vksm.pusd.mot.vns.",
|
| 667 |
+
"vksm.pusd.neig.mot.vns.",
|
| 668 |
+
"vksm.pusd.neig.vyr.dgs.",
|
| 669 |
+
"vksm.pusd.neig.vyr.vns.",
|
| 670 |
+
"vksm.pusd.sngr.mot.dgs.",
|
| 671 |
+
"vksm.pusd.sngr.mot.vns.",
|
| 672 |
+
"vksm.pusd.sngr.vyr.dgs.",
|
| 673 |
+
"vksm.pusd.sngr.vyr.vns.",
|
| 674 |
+
"vksm.pusd.vyr.dgs.",
|
| 675 |
+
"vksm.pusd.vyr.vns.",
|
| 676 |
+
"vksm.sngr.pad.es.",
|
| 677 |
+
"\u012fv.G.",
|
| 678 |
+
"\u012fv.K.",
|
| 679 |
+
"\u012fv.N.",
|
| 680 |
+
"\u012fv.V.",
|
| 681 |
+
"\u012fv.bev.",
|
| 682 |
+
"\u012fv.dgs.G.",
|
| 683 |
+
"\u012fv.dgs.K.",
|
| 684 |
+
"\u012fv.dgs.N.",
|
| 685 |
+
"\u012fv.dgs.V.",
|
| 686 |
+
"\u012fv.dgs.Vt.",
|
| 687 |
+
"\u012fv.dgs.\u012en.",
|
| 688 |
+
"\u012fv.dvisk.V.",
|
| 689 |
+
"\u012fv.mot.G.",
|
| 690 |
+
"\u012fv.mot.K.",
|
| 691 |
+
"\u012fv.mot.V.",
|
| 692 |
+
"\u012fv.mot.dgs.G.",
|
| 693 |
+
"\u012fv.mot.dgs.K.",
|
| 694 |
+
"\u012fv.mot.dgs.N.",
|
| 695 |
+
"\u012fv.mot.dgs.V.",
|
| 696 |
+
"\u012fv.mot.dgs.Vt.",
|
| 697 |
+
"\u012fv.mot.dgs.\u012en.",
|
| 698 |
+
"\u012fv.mot.dvisk.N.",
|
| 699 |
+
"\u012fv.mot.dvisk.V.",
|
| 700 |
+
"\u012fv.mot.vns.G.",
|
| 701 |
+
"\u012fv.mot.vns.K.",
|
| 702 |
+
"\u012fv.mot.vns.N.",
|
| 703 |
+
"\u012fv.mot.vns.V.",
|
| 704 |
+
"\u012fv.mot.vns.Vt.",
|
| 705 |
+
"\u012fv.mot.vns.\u012en.",
|
| 706 |
+
"\u012fv.vns.G.",
|
| 707 |
+
"\u012fv.vns.K.",
|
| 708 |
+
"\u012fv.vns.N.",
|
| 709 |
+
"\u012fv.vns.V.",
|
| 710 |
+
"\u012fv.vns.Vt.",
|
| 711 |
+
"\u012fv.vns.\u012en.",
|
| 712 |
+
"\u012fv.vyr.G.",
|
| 713 |
+
"\u012fv.vyr.K.",
|
| 714 |
+
"\u012fv.vyr.N.",
|
| 715 |
+
"\u012fv.vyr.V.",
|
| 716 |
+
"\u012fv.vyr.dgs.G.",
|
| 717 |
+
"\u012fv.vyr.dgs.K.",
|
| 718 |
+
"\u012fv.vyr.dgs.N.",
|
| 719 |
+
"\u012fv.vyr.dgs.V.",
|
| 720 |
+
"\u012fv.vyr.dgs.Vt.",
|
| 721 |
+
"\u012fv.vyr.dgs.\u012en.",
|
| 722 |
+
"\u012fv.vyr.dvisk.G.",
|
| 723 |
+
"\u012fv.vyr.dvisk.K.",
|
| 724 |
+
"\u012fv.vyr.dvisk.V.",
|
| 725 |
+
"\u012fv.vyr.vns.G.",
|
| 726 |
+
"\u012fv.vyr.vns.K.",
|
| 727 |
+
"\u012fv.vyr.vns.N.",
|
| 728 |
+
"\u012fv.vyr.vns.V.",
|
| 729 |
+
"\u012fv.vyr.vns.Vt.",
|
| 730 |
+
"\u012fv.vyr.vns.\u012en.",
|
| 731 |
+
"\u012fv.vyr.\u012en,",
|
| 732 |
+
"\u012fv.\u012en.",
|
| 733 |
+
"\u012fv.\u012fvard\u017e.bev.",
|
| 734 |
+
"\u012fv.\u012fvard\u017e.mot.vns.K.",
|
| 735 |
+
"\u012fv.\u012fvard\u017e.mot.vns.V."
|
| 736 |
+
]
|
| 737 |
+
}
|
tagger/model
ADDED
|
Binary file (285 kB). View file
|
|
|
tok2vec/cfg
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
|
| 3 |
+
}
|
tok2vec/model
ADDED
|
Binary file (6.59 MB). View file
|
|
|
tokenizer
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
��prefix_search�~^§|^%|^=|^—|^–|^\+(?![0-9])|^…|^……|^,|^:|^;|^\!|^\?|^¿|^؟|^¡|^\(|^\)|^\[|^\]|^\{|^\}|^<|^>|^_|^#|^\*|^&|^。|^?|^!|^,|^、|^;|^:|^~|^·|^।|^،|^۔|^؛|^٪|^\.\.+|^…|^\'|^"|^”|^“|^`|^‘|^´|^’|^‚|^,|^„|^»|^«|^「|^」|^『|^』|^(|^)|^〔|^〕|^【|^】|^《|^》|^〈|^〉|^\$|^£|^€|^¥|^฿|^US\$|^C\$|^A\$|^₽|^﷼|^₴|^₠|^₡|^₢|^₣|^₤|^₥|^₦|^₧|^₨|^₩|^₪|^₫|^€|^₭|^₮|^₯|^₰|^₱|^₲|^₳|^₴|^₵|^₶|^₷|^₸|^₹|^₺|^₻|^₼|^₽|^₾|^₿|^[\u00A6\u00A9\u00AE\u00B0\u0482\u058D\u058E\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u09FA\u0B70\u0BF3-\u0BF8\u0BFA\u0C7F\u0D4F\u0D79\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116\u2117\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u214A\u214C\u214D\u214F\u218A\u218B\u2195-\u2199\u219C-\u219F\u21A1\u21A2\u21A4\u21A5\u21A7-\u21AD\u21AF-\u21CD\u21D0\u21D1\u21D3\u21D5-\u21F3\u2300-\u2307\u230C-\u231F\u2322-\u2328\u232B-\u237B\u237D-\u239A\u23B4-\u23DB\u23E2-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u25B6\u25B8-\u25C0\u25C2-\u25F7\u2600-\u266E\u2670-\u2767\u2794-\u27BF\u2800-\u28FF\u2B00-\u2B2F\u2B45\u2B46\u2B4D-\u2B73\u2B76-\u2B95\u2B98-\u2BC8\u2BCA-\u2BFE\u2CE5-\u2CEA\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFB\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u32FE\u3300-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA828-\uA82B\uA836\uA837\uA839\uAA77-\uAA79\uFDFD\uFFE4\uFFE8\uFFED\uFFEE\uFFFC\uFFFD\U00010137-\U0001013F\U00010179-\U00010189\U0001018C-\U0001018E\U00010190-\U0001019B\U000101A0\U000101D0-\U000101FC\U00010877\U00010878\U00010AC8\U0001173F\U00016B3C-\U00016B3F\U00016B45\U0001BC9C\U0001D000-\U0001D0F5\U0001D100-\U0001D126\U0001D129-\U0001D164\U0001D16A-\U0001D16C\U0001D183\U0001D184\U0001D18C-\U0001D1A9\U0001D1AE-\U0001D1E8\U0001D200-\U0001D241\U0001D245\U0001D300-\U0001D356\U0001D800-\U0001D9FF\U0001DA37-\U0001DA3A\U0001DA6D-\U0001DA74\U0001DA76-\U0001DA83\U0001DA85\U0001DA86\U0001ECAC\U0001F000-\U0001F02B\U0001F030-\U0001F093\U0001F0A0-\U0001F0AE\U0001F0B1-\U0001F0BF\U0001F0C1-\U0001F0CF\U0001F0D1-\U0001F0F5\U0001F110-\U0001F16B\U0001F170-\U0001F1AC\U0001F1E6-\U0001F202\U0001F210-\U0001F23B\U0001F240-\U0001F248\U0001F250\U0001F251\U0001F260-\U0001F265\U0001F300-\U0001F3FA\U0001F400-\U0001F6D4\U0001F6E0-\U0001F6EC\U0001F6F0-\U0001F6F9\U0001F700-\U0001F773\U0001F780-\U0001F7D8\U0001F800-\U0001F80B\U0001F810-\U0001F847\U0001F850-\U0001F859\U0001F860-\U0001F887\U0001F890-\U0001F8AD\U0001F900-\U0001F90B\U0001F910-\U0001F93E\U0001F940-\U0001F970\U0001F973-\U0001F976\U0001F97A\U0001F97C-\U0001F9A2\U0001F9B0-\U0001F9B9\U0001F9C0-\U0001F9C2\U0001F9D0-\U0001F9FF\U0001FA60-\U0001FA6D]�suffix_search�2&\.$|…$|……$|,$|:$|;$|\!$|\?$|¿$|؟$|¡$|\($|\)$|\[$|\]$|\{$|\}$|<$|>$|_$|#$|\*$|&$|。$|?$|!$|,$|、$|;$|:$|~$|·$|।$|،$|۔$|؛$|٪$|\.\.+$|…$|\'$|"$|”$|“$|`$|‘$|´$|’$|‚$|,$|„$|»$|«$|「$|」$|『$|』$|($|)$|〔$|〕$|【$|】$|《$|》$|〈$|〉$|[\u00A6\u00A9\u00AE\u00B0\u0482\u058D\u058E\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u09FA\u0B70\u0BF3-\u0BF8\u0BFA\u0C7F\u0D4F\u0D79\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116\u2117\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u214A\u214C\u214D\u214F\u218A\u218B\u2195-\u2199\u219C-\u219F\u21A1\u21A2\u21A4\u21A5\u21A7-\u21AD\u21AF-\u21CD\u21D0\u21D1\u21D3\u21D5-\u21F3\u2300-\u2307\u230C-\u231F\u2322-\u2328\u232B-\u237B\u237D-\u239A\u23B4-\u23DB\u23E2-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u25B6\u25B8-\u25C0\u25C2-\u25F7\u2600-\u266E\u2670-\u2767\u2794-\u27BF\u2800-\u28FF\u2B00-\u2B2F\u2B45\u2B46\u2B4D-\u2B73\u2B76-\u2B95\u2B98-\u2BC8\u2BCA-\u2BFE\u2CE5-\u2CEA\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFB\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u32FE\u3300-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA828-\uA82B\uA836\uA837\uA839\uAA77-\uAA79\uFDFD\uFFE4\uFFE8\uFFED\uFFEE\uFFFC\uFFFD\U00010137-\U0001013F\U00010179-\U00010189\U0001018C-\U0001018E\U00010190-\U0001019B\U000101A0\U000101D0-\U000101FC\U00010877\U00010878\U00010AC8\U0001173F\U00016B3C-\U00016B3F\U00016B45\U0001BC9C\U0001D000-\U0001D0F5\U0001D100-\U0001D126\U0001D129-\U0001D164\U0001D16A-\U0001D16C\U0001D183\U0001D184\U0001D18C-\U0001D1A9\U0001D1AE-\U0001D1E8\U0001D200-\U0001D241\U0001D245\U0001D300-\U0001D356\U0001D800-\U0001D9FF\U0001DA37-\U0001DA3A\U0001DA6D-\U0001DA74\U0001DA76-\U0001DA83\U0001DA85\U0001DA86\U0001ECAC\U0001F000-\U0001F02B\U0001F030-\U0001F093\U0001F0A0-\U0001F0AE\U0001F0B1-\U0001F0BF\U0001F0C1-\U0001F0CF\U0001F0D1-\U0001F0F5\U0001F110-\U0001F16B\U0001F170-\U0001F1AC\U0001F1E6-\U0001F202\U0001F210-\U0001F23B\U0001F240-\U0001F248\U0001F250\U0001F251\U0001F260-\U0001F265\U0001F300-\U0001F3FA\U0001F400-\U0001F6D4\U0001F6E0-\U0001F6EC\U0001F6F0-\U0001F6F9\U0001F700-\U0001F773\U0001F780-\U0001F7D8\U0001F800-\U0001F80B\U0001F810-\U0001F847\U0001F850-\U0001F859\U0001F860-\U0001F887\U0001F890-\U0001F8AD\U0001F900-\U0001F90B\U0001F910-\U0001F93E\U0001F940-\U0001F970\U0001F973-\U0001F976\U0001F97A\U0001F97C-\U0001F9A2\U0001F9B0-\U0001F9B9\U0001F9C0-\U0001F9C2\U0001F9D0-\U0001F9FF\U0001FA60-\U0001FA6D]$|'s$|'S$|’s$|’S$|—$|–$|(?<=[0-9])\+$|(?<=°[FfCcKk])\.$|(?<=[0-9])(?:\$|£|€|¥|฿|US\$|C\$|A\$|₽|﷼|₴|₠|₡|₢|₣|₤|₥|₦|₧|₨|₩|₪|₫|€|₭|₮|₯|₰|₱|₲|₳|₴|₵|₶|₷|₸|₹|₺|₻|₼|₽|₾|₿)$|(?<=[0-9])(?:km|km²|km³|m|m²|m³|dm|dm²|dm³|cm|cm²|cm³|mm|mm²|mm³|ha|µm|nm|yd|in|ft|kg|g|mg|µg|t|lb|oz|m/s|km/h|kmh|mph|hPa|Pa|mbar|mb|MB|kb|KB|gb|GB|tb|TB|T|G|M|K|%|км|км²|км³|м|м²|м³|дм|дм²|дм³|см|см²|см³|мм|мм²|мм³|нм|кг|г|мг|м/с|км/ч|кПа|Па|мбар|Кб|КБ|кб|Мб|МБ|мб|Гб|ГБ|гб|Тб|ТБ|тбكم|كم²|كم³|م|م²|م³|سم|سم²|سم³|مم|مم²|مم³|كم|غرام|جرام|جم|كغ|ملغ|كوب|اكواب)$|(?<=[0-9a-z\uFF41-\uFF5A\u00DF-\u00F6\u00F8-\u00FF\u0101\u0103\u0105\u0107\u0109\u010B\u010D\u010F\u0111\u0113\u0115\u0117\u0119\u011B\u011D\u011F\u0121\u0123\u0125\u0127\u0129\u012B\u012D\u012F\u0131\u0133\u0135\u0137\u0138\u013A\u013C\u013E\u0140\u0142\u0144\u0146\u0148\u0149\u014B\u014D\u014F\u0151\u0153\u0155\u0157\u0159\u015B\u015D\u015F\u0161\u0163\u0165\u0167\u0169\u016B\u016D\u016F\u0171\u0173\u0175\u0177\u017A\u017C\u017E\u017F\u0180\u0183\u0185\u0188\u018C\u018D\u0192\u0195\u0199-\u019B\u019E\u01A1\u01A3\u01A5\u01A8\u01AA\u01AB\u01AD\u01B0\u01B4\u01B6\u01B9\u01BA\u01BD-\u01BF\u01C6\u01C9\u01CC\u01CE\u01D0\u01D2\u01D4\u01D6\u01D8\u01DA\u01DC\u01DD\u01DF\u01E1\u01E3\u01E5\u01E7\u01E9\u01EB\u01ED\u01EF\u01F0\u01F3\u01F5\u01F9\u01FB\u01FD\u01FF\u0201\u0203\u0205\u0207\u0209\u020B\u020D\u020F\u0211\u0213\u0215\u0217\u0219\u021B\u021D\u021F\u0221\u0223\u0225\u0227\u0229\u022B\u022D\u022F\u0231\u0233-\u0239\u023C\u023F\u0240\u0242\u0247\u0249\u024B\u024D\u024F\u2C61\u2C65\u2C66\u2C68\u2C6A\u2C6C\u2C71\u2C73\u2C74\u2C76-\u2C7B\uA723\uA725\uA727\uA729\uA72B\uA72D\uA72F-\uA731\uA733\uA735\uA737\uA739\uA73B\uA73D\uA73F\uA741\uA743\uA745\uA747\uA749\uA74B\uA74D\uA74F\uA751\uA753\uA755\uA757\uA759\uA75B\uA75D\uA75F\uA761\uA763\uA765\uA767\uA769\uA76B\uA76D\uA76F\uA771-\uA778\uA77A\uA77C\uA77F\uA781\uA783\uA785\uA787\uA78C\uA78E\uA791\uA793-\uA795\uA797\uA799\uA79B\uA79D\uA79F\uA7A1\uA7A3\uA7A5\uA7A7\uA7A9\uA7AF\uA7B5\uA7B7\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E01\u1E03\u1E05\u1E07\u1E09\u1E0B\u1E0D\u1E0F\u1E11\u1E13\u1E15\u1E17\u1E19\u1E1B\u1E1D\u1E1F\u1E21\u1E23\u1E25\u1E27\u1E29\u1E2B\u1E2D\u1E2F\u1E31\u1E33\u1E35\u1E37\u1E39\u1E3B\u1E3D\u1E3F\u1E41\u1E43\u1E45\u1E47\u1E49\u1E4B\u1E4D\u1E4F\u1E51\u1E53\u1E55\u1E57\u1E59\u1E5B\u1E5D\u1E5F\u1E61\u1E63\u1E65\u1E67\u1E69\u1E6B\u1E6D\u1E6F\u1E71\u1E73\u1E75\u1E77\u1E79\u1E7B\u1E7D\u1E7F\u1E81\u1E83\u1E85\u1E87\u1E89\u1E8B\u1E8D\u1E8F\u1E91\u1E93\u1E95-\u1E9D\u1E9F\u1EA1\u1EA3\u1EA5\u1EA7\u1EA9\u1EAB\u1EAD\u1EAF\u1EB1\u1EB3\u1EB5\u1EB7\u1EB9\u1EBB\u1EBD\u1EBF\u1EC1\u1EC3\u1EC5\u1EC7\u1EC9\u1ECB\u1ECD\u1ECF\u1ED1\u1ED3\u1ED5\u1ED7\u1ED9\u1EDB\u1EDD\u1EDF\u1EE1\u1EE3\u1EE5\u1EE7\u1EE9\u1EEB\u1EED\u1EEF\u1EF1\u1EF3\u1EF5\u1EF7\u1EF9\u1EFB\u1EFD\u1EFFёа-яәөүҗңһα-ωάέίόώήύа-щюяіїєґѓѕјљњќѐѝ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F%²\-\+…|……|,|:|;|\!|\?|¿|؟|¡|\(|\)|\[|\]|\{|\}|<|>|_|#|\*|&|。|?|!|,|、|;|:|~|·|।|،|۔|؛|٪(?:\'"”“`‘´’‚,„»«「」『』()〔〕【】《》〈〉)])\.$|(?<=[A-Z\uFF21-\uFF3A\u00C0-\u00D6\u00D8-\u00DE\u0100\u0102\u0104\u0106\u0108\u010A\u010C\u010E\u0110\u0112\u0114\u0116\u0118\u011A\u011C\u011E\u0120\u0122\u0124\u0126\u0128\u012A\u012C\u012E\u0130\u0132\u0134\u0136\u0139\u013B\u013D\u013F\u0141\u0143\u0145\u0147\u014A\u014C\u014E\u0150\u0152\u0154\u0156\u0158\u015A\u015C\u015E\u0160\u0162\u0164\u0166\u0168\u016A\u016C\u016E\u0170\u0172\u0174\u0176\u0178\u0179\u017B\u017D\u0181\u0182\u0184\u0186\u0187\u0189-\u018B\u018E-\u0191\u0193\u0194\u0196-\u0198\u019C\u019D\u019F\u01A0\u01A2\u01A4\u01A6\u01A7\u01A9\u01AC\u01AE\u01AF\u01B1-\u01B3\u01B5\u01B7\u01B8\u01BC\u01C4\u01C7\u01CA\u01CD\u01CF\u01D1\u01D3\u01D5\u01D7\u01D9\u01DB\u01DE\u01E0\u01E2\u01E4\u01E6\u01E8\u01EA\u01EC\u01EE\u01F1\u01F4\u01F6-\u01F8\u01FA\u01FC\u01FE\u0200\u0202\u0204\u0206\u0208\u020A\u020C\u020E\u0210\u0212\u0214\u0216\u0218\u021A\u021C\u021E\u0220\u0222\u0224\u0226\u0228\u022A\u022C\u022E\u0230\u0232\u023A\u023B\u023D\u023E\u0241\u0243-\u0246\u0248\u024A\u024C\u024E\u2C60\u2C62-\u2C64\u2C67\u2C69\u2C6B\u2C6D-\u2C70\u2C72\u2C75\u2C7E\u2C7F\uA722\uA724\uA726\uA728\uA72A\uA72C\uA72E\uA732\uA734\uA736\uA738\uA73A\uA73C\uA73E\uA740\uA742\uA744\uA746\uA748\uA74A\uA74C\uA74E\uA750\uA752\uA754\uA756\uA758\uA75A\uA75C\uA75E\uA760\uA762\uA764\uA766\uA768\uA76A\uA76C\uA76E\uA779\uA77B\uA77D\uA77E\uA780\uA782\uA784\uA786\uA78B\uA78D\uA790\uA792\uA796\uA798\uA79A\uA79C\uA79E\uA7A0\uA7A2\uA7A4\uA7A6\uA7A8\uA7AA-\uA7AE\uA7B0-\uA7B4\uA7B6\uA7B8\u1E00\u1E02\u1E04\u1E06\u1E08\u1E0A\u1E0C\u1E0E\u1E10\u1E12\u1E14\u1E16\u1E18\u1E1A\u1E1C\u1E1E\u1E20\u1E22\u1E24\u1E26\u1E28\u1E2A\u1E2C\u1E2E\u1E30\u1E32\u1E34\u1E36\u1E38\u1E3A\u1E3C\u1E3E\u1E40\u1E42\u1E44\u1E46\u1E48\u1E4A\u1E4C\u1E4E\u1E50\u1E52\u1E54\u1E56\u1E58\u1E5A\u1E5C\u1E5E\u1E60\u1E62\u1E64\u1E66\u1E68\u1E6A\u1E6C\u1E6E\u1E70\u1E72\u1E74\u1E76\u1E78\u1E7A\u1E7C\u1E7E\u1E80\u1E82\u1E84\u1E86\u1E88\u1E8A\u1E8C\u1E8E\u1E90\u1E92\u1E94\u1E9E\u1EA0\u1EA2\u1EA4\u1EA6\u1EA8\u1EAA\u1EAC\u1EAE\u1EB0\u1EB2\u1EB4\u1EB6\u1EB8\u1EBA\u1EBC\u1EBE\u1EC0\u1EC2\u1EC4\u1EC6\u1EC8\u1ECA\u1ECC\u1ECE\u1ED0\u1ED2\u1ED4\u1ED6\u1ED8\u1EDA\u1EDC\u1EDE\u1EE0\u1EE2\u1EE4\u1EE6\u1EE8\u1EEA\u1EEC\u1EEE\u1EF0\u1EF2\u1EF4\u1EF6\u1EF8\u1EFA\u1EFC\u1EFEЁА-ЯӘӨҮҖҢҺΑ-ΩΆΈΊΌΏΉΎА-ЩЮЯІЇЄҐЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F][A-Z\uFF21-\uFF3A\u00C0-\u00D6\u00D8-\u00DE\u0100\u0102\u0104\u0106\u0108\u010A\u010C\u010E\u0110\u0112\u0114\u0116\u0118\u011A\u011C\u011E\u0120\u0122\u0124\u0126\u0128\u012A\u012C\u012E\u0130\u0132\u0134\u0136\u0139\u013B\u013D\u013F\u0141\u0143\u0145\u0147\u014A\u014C\u014E\u0150\u0152\u0154\u0156\u0158\u015A\u015C\u015E\u0160\u0162\u0164\u0166\u0168\u016A\u016C\u016E\u0170\u0172\u0174\u0176\u0178\u0179\u017B\u017D\u0181\u0182\u0184\u0186\u0187\u0189-\u018B\u018E-\u0191\u0193\u0194\u0196-\u0198\u019C\u019D\u019F\u01A0\u01A2\u01A4\u01A6\u01A7\u01A9\u01AC\u01AE\u01AF\u01B1-\u01B3\u01B5\u01B7\u01B8\u01BC\u01C4\u01C7\u01CA\u01CD\u01CF\u01D1\u01D3\u01D5\u01D7\u01D9\u01DB\u01DE\u01E0\u01E2\u01E4\u01E6\u01E8\u01EA\u01EC\u01EE\u01F1\u01F4\u01F6-\u01F8\u01FA\u01FC\u01FE\u0200\u0202\u0204\u0206\u0208\u020A\u020C\u020E\u0210\u0212\u0214\u0216\u0218\u021A\u021C\u021E\u0220\u0222\u0224\u0226\u0228\u022A\u022C\u022E\u0230\u0232\u023A\u023B\u023D\u023E\u0241\u0243-\u0246\u0248\u024A\u024C\u024E\u2C60\u2C62-\u2C64\u2C67\u2C69\u2C6B\u2C6D-\u2C70\u2C72\u2C75\u2C7E\u2C7F\uA722\uA724\uA726\uA728\uA72A\uA72C\uA72E\uA732\uA734\uA736\uA738\uA73A\uA73C\uA73E\uA740\uA742\uA744\uA746\uA748\uA74A\uA74C\uA74E\uA750\uA752\uA754\uA756\uA758\uA75A\uA75C\uA75E\uA760\uA762\uA764\uA766\uA768\uA76A\uA76C\uA76E\uA779\uA77B\uA77D\uA77E\uA780\uA782\uA784\uA786\uA78B\uA78D\uA790\uA792\uA796\uA798\uA79A\uA79C\uA79E\uA7A0\uA7A2\uA7A4\uA7A6\uA7A8\uA7AA-\uA7AE\uA7B0-\uA7B4\uA7B6\uA7B8\u1E00\u1E02\u1E04\u1E06\u1E08\u1E0A\u1E0C\u1E0E\u1E10\u1E12\u1E14\u1E16\u1E18\u1E1A\u1E1C\u1E1E\u1E20\u1E22\u1E24\u1E26\u1E28\u1E2A\u1E2C\u1E2E\u1E30\u1E32\u1E34\u1E36\u1E38\u1E3A\u1E3C\u1E3E\u1E40\u1E42\u1E44\u1E46\u1E48\u1E4A\u1E4C\u1E4E\u1E50\u1E52\u1E54\u1E56\u1E58\u1E5A\u1E5C\u1E5E\u1E60\u1E62\u1E64\u1E66\u1E68\u1E6A\u1E6C\u1E6E\u1E70\u1E72\u1E74\u1E76\u1E78\u1E7A\u1E7C\u1E7E\u1E80\u1E82\u1E84\u1E86\u1E88\u1E8A\u1E8C\u1E8E\u1E90\u1E92\u1E94\u1E9E\u1EA0\u1EA2\u1EA4\u1EA6\u1EA8\u1EAA\u1EAC\u1EAE\u1EB0\u1EB2\u1EB4\u1EB6\u1EB8\u1EBA\u1EBC\u1EBE\u1EC0\u1EC2\u1EC4\u1EC6\u1EC8\u1ECA\u1ECC\u1ECE\u1ED0\u1ED2\u1ED4\u1ED6\u1ED8\u1EDA\u1EDC\u1EDE\u1EE0\u1EE2\u1EE4\u1EE6\u1EE8\u1EEA\u1EEC\u1EEE\u1EF0\u1EF2\u1EF4\u1EF6\u1EF8\u1EFA\u1EFC\u1EFEЁА-ЯӘӨҮҖҢҺΑ-ΩΆΈΊΌΏΉΎА-ЩЮЯІЇЄҐЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])\.$�infix_finditer�=�\.\.+|…|[\u00A6\u00A9\u00AE\u00B0\u0482\u058D\u058E\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u09FA\u0B70\u0BF3-\u0BF8\u0BFA\u0C7F\u0D4F\u0D79\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116\u2117\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u214A\u214C\u214D\u214F\u218A\u218B\u2195-\u2199\u219C-\u219F\u21A1\u21A2\u21A4\u21A5\u21A7-\u21AD\u21AF-\u21CD\u21D0\u21D1\u21D3\u21D5-\u21F3\u2300-\u2307\u230C-\u231F\u2322-\u2328\u232B-\u237B\u237D-\u239A\u23B4-\u23DB\u23E2-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u25B6\u25B8-\u25C0\u25C2-\u25F7\u2600-\u266E\u2670-\u2767\u2794-\u27BF\u2800-\u28FF\u2B00-\u2B2F\u2B45\u2B46\u2B4D-\u2B73\u2B76-\u2B95\u2B98-\u2BC8\u2BCA-\u2BFE\u2CE5-\u2CEA\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFB\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u32FE\u3300-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA828-\uA82B\uA836\uA837\uA839\uAA77-\uAA79\uFDFD\uFFE4\uFFE8\uFFED\uFFEE\uFFFC\uFFFD\U00010137-\U0001013F\U00010179-\U00010189\U0001018C-\U0001018E\U00010190-\U0001019B\U000101A0\U000101D0-\U000101FC\U00010877\U00010878\U00010AC8\U0001173F\U00016B3C-\U00016B3F\U00016B45\U0001BC9C\U0001D000-\U0001D0F5\U0001D100-\U0001D126\U0001D129-\U0001D164\U0001D16A-\U0001D16C\U0001D183\U0001D184\U0001D18C-\U0001D1A9\U0001D1AE-\U0001D1E8\U0001D200-\U0001D241\U0001D245\U0001D300-\U0001D356\U0001D800-\U0001D9FF\U0001DA37-\U0001DA3A\U0001DA6D-\U0001DA74\U0001DA76-\U0001DA83\U0001DA85\U0001DA86\U0001ECAC\U0001F000-\U0001F02B\U0001F030-\U0001F093\U0001F0A0-\U0001F0AE\U0001F0B1-\U0001F0BF\U0001F0C1-\U0001F0CF\U0001F0D1-\U0001F0F5\U0001F110-\U0001F16B\U0001F170-\U0001F1AC\U0001F1E6-\U0001F202\U0001F210-\U0001F23B\U0001F240-\U0001F248\U0001F250\U0001F251\U0001F260-\U0001F265\U0001F300-\U0001F3FA\U0001F400-\U0001F6D4\U0001F6E0-\U0001F6EC\U0001F6F0-\U0001F6F9\U0001F700-\U0001F773\U0001F780-\U0001F7D8\U0001F800-\U0001F80B\U0001F810-\U0001F847\U0001F850-\U0001F859\U0001F860-\U0001F887\U0001F890-\U0001F8AD\U0001F900-\U0001F90B\U0001F910-\U0001F93E\U0001F940-\U0001F970\U0001F973-\U0001F976\U0001F97A\U0001F97C-\U0001F9A2\U0001F9B0-\U0001F9B9\U0001F9C0-\U0001F9C2\U0001F9D0-\U0001F9FF\U0001FA60-\U0001FA6D]|(?<=[0-9])[+\*^](?=[0-9-])|(?<=[a-z\uFF41-\uFF5A\u00DF-\u00F6\u00F8-\u00FF\u0101\u0103\u0105\u0107\u0109\u010B\u010D\u010F\u0111\u0113\u0115\u0117\u0119\u011B\u011D\u011F\u0121\u0123\u0125\u0127\u0129\u012B\u012D\u012F\u0131\u0133\u0135\u0137\u0138\u013A\u013C\u013E\u0140\u0142\u0144\u0146\u0148\u0149\u014B\u014D\u014F\u0151\u0153\u0155\u0157\u0159\u015B\u015D\u015F\u0161\u0163\u0165\u0167\u0169\u016B\u016D\u016F\u0171\u0173\u0175\u0177\u017A\u017C\u017E\u017F\u0180\u0183\u0185\u0188\u018C\u018D\u0192\u0195\u0199-\u019B\u019E\u01A1\u01A3\u01A5\u01A8\u01AA\u01AB\u01AD\u01B0\u01B4\u01B6\u01B9\u01BA\u01BD-\u01BF\u01C6\u01C9\u01CC\u01CE\u01D0\u01D2\u01D4\u01D6\u01D8\u01DA\u01DC\u01DD\u01DF\u01E1\u01E3\u01E5\u01E7\u01E9\u01EB\u01ED\u01EF\u01F0\u01F3\u01F5\u01F9\u01FB\u01FD\u01FF\u0201\u0203\u0205\u0207\u0209\u020B\u020D\u020F\u0211\u0213\u0215\u0217\u0219\u021B\u021D\u021F\u0221\u0223\u0225\u0227\u0229\u022B\u022D\u022F\u0231\u0233-\u0239\u023C\u023F\u0240\u0242\u0247\u0249\u024B\u024D\u024F\u2C61\u2C65\u2C66\u2C68\u2C6A\u2C6C\u2C71\u2C73\u2C74\u2C76-\u2C7B\uA723\uA725\uA727\uA729\uA72B\uA72D\uA72F-\uA731\uA733\uA735\uA737\uA739\uA73B\uA73D\uA73F\uA741\uA743\uA745\uA747\uA749\uA74B\uA74D\uA74F\uA751\uA753\uA755\uA757\uA759\uA75B\uA75D\uA75F\uA761\uA763\uA765\uA767\uA769\uA76B\uA76D\uA76F\uA771-\uA778\uA77A\uA77C\uA77F\uA781\uA783\uA785\uA787\uA78C\uA78E\uA791\uA793-\uA795\uA797\uA799\uA79B\uA79D\uA79F\uA7A1\uA7A3\uA7A5\uA7A7\uA7A9\uA7AF\uA7B5\uA7B7\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E01\u1E03\u1E05\u1E07\u1E09\u1E0B\u1E0D\u1E0F\u1E11\u1E13\u1E15\u1E17\u1E19\u1E1B\u1E1D\u1E1F\u1E21\u1E23\u1E25\u1E27\u1E29\u1E2B\u1E2D\u1E2F\u1E31\u1E33\u1E35\u1E37\u1E39\u1E3B\u1E3D\u1E3F\u1E41\u1E43\u1E45\u1E47\u1E49\u1E4B\u1E4D\u1E4F\u1E51\u1E53\u1E55\u1E57\u1E59\u1E5B\u1E5D\u1E5F\u1E61\u1E63\u1E65\u1E67\u1E69\u1E6B\u1E6D\u1E6F\u1E71\u1E73\u1E75\u1E77\u1E79\u1E7B\u1E7D\u1E7F\u1E81\u1E83\u1E85\u1E87\u1E89\u1E8B\u1E8D\u1E8F\u1E91\u1E93\u1E95-\u1E9D\u1E9F\u1EA1\u1EA3\u1EA5\u1EA7\u1EA9\u1EAB\u1EAD\u1EAF\u1EB1\u1EB3\u1EB5\u1EB7\u1EB9\u1EBB\u1EBD\u1EBF\u1EC1\u1EC3\u1EC5\u1EC7\u1EC9\u1ECB\u1ECD\u1ECF\u1ED1\u1ED3\u1ED5\u1ED7\u1ED9\u1EDB\u1EDD\u1EDF\u1EE1\u1EE3\u1EE5\u1EE7\u1EE9\u1EEB\u1EED\u1EEF\u1EF1\u1EF3\u1EF5\u1EF7\u1EF9\u1EFB\u1EFD\u1EFFёа-яәөүҗңһα-ωάέίόώήύа-щюяіїєґѓѕјљњќѐѝ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F\'"”“`‘´’‚,„»«「」『』()〔〕【】《》〈〉])\.(?=[A-Z\uFF21-\uFF3A\u00C0-\u00D6\u00D8-\u00DE\u0100\u0102\u0104\u0106\u0108\u010A\u010C\u010E\u0110\u0112\u0114\u0116\u0118\u011A\u011C\u011E\u0120\u0122\u0124\u0126\u0128\u012A\u012C\u012E\u0130\u0132\u0134\u0136\u0139\u013B\u013D\u013F\u0141\u0143\u0145\u0147\u014A\u014C\u014E\u0150\u0152\u0154\u0156\u0158\u015A\u015C\u015E\u0160\u0162\u0164\u0166\u0168\u016A\u016C\u016E\u0170\u0172\u0174\u0176\u0178\u0179\u017B\u017D\u0181\u0182\u0184\u0186\u0187\u0189-\u018B\u018E-\u0191\u0193\u0194\u0196-\u0198\u019C\u019D\u019F\u01A0\u01A2\u01A4\u01A6\u01A7\u01A9\u01AC\u01AE\u01AF\u01B1-\u01B3\u01B5\u01B7\u01B8\u01BC\u01C4\u01C7\u01CA\u01CD\u01CF\u01D1\u01D3\u01D5\u01D7\u01D9\u01DB\u01DE\u01E0\u01E2\u01E4\u01E6\u01E8\u01EA\u01EC\u01EE\u01F1\u01F4\u01F6-\u01F8\u01FA\u01FC\u01FE\u0200\u0202\u0204\u0206\u0208\u020A\u020C\u020E\u0210\u0212\u0214\u0216\u0218\u021A\u021C\u021E\u0220\u0222\u0224\u0226\u0228\u022A\u022C\u022E\u0230\u0232\u023A\u023B\u023D\u023E\u0241\u0243-\u0246\u0248\u024A\u024C\u024E\u2C60\u2C62-\u2C64\u2C67\u2C69\u2C6B\u2C6D-\u2C70\u2C72\u2C75\u2C7E\u2C7F\uA722\uA724\uA726\uA728\uA72A\uA72C\uA72E\uA732\uA734\uA736\uA738\uA73A\uA73C\uA73E\uA740\uA742\uA744\uA746\uA748\uA74A\uA74C\uA74E\uA750\uA752\uA754\uA756\uA758\uA75A\uA75C\uA75E\uA760\uA762\uA764\uA766\uA768\uA76A\uA76C\uA76E\uA779\uA77B\uA77D\uA77E\uA780\uA782\uA784\uA786\uA78B\uA78D\uA790\uA792\uA796\uA798\uA79A\uA79C\uA79E\uA7A0\uA7A2\uA7A4\uA7A6\uA7A8\uA7AA-\uA7AE\uA7B0-\uA7B4\uA7B6\uA7B8\u1E00\u1E02\u1E04\u1E06\u1E08\u1E0A\u1E0C\u1E0E\u1E10\u1E12\u1E14\u1E16\u1E18\u1E1A\u1E1C\u1E1E\u1E20\u1E22\u1E24\u1E26\u1E28\u1E2A\u1E2C\u1E2E\u1E30\u1E32\u1E34\u1E36\u1E38\u1E3A\u1E3C\u1E3E\u1E40\u1E42\u1E44\u1E46\u1E48\u1E4A\u1E4C\u1E4E\u1E50\u1E52\u1E54\u1E56\u1E58\u1E5A\u1E5C\u1E5E\u1E60\u1E62\u1E64\u1E66\u1E68\u1E6A\u1E6C\u1E6E\u1E70\u1E72\u1E74\u1E76\u1E78\u1E7A\u1E7C\u1E7E\u1E80\u1E82\u1E84\u1E86\u1E88\u1E8A\u1E8C\u1E8E\u1E90\u1E92\u1E94\u1E9E\u1EA0\u1EA2\u1EA4\u1EA6\u1EA8\u1EAA\u1EAC\u1EAE\u1EB0\u1EB2\u1EB4\u1EB6\u1EB8\u1EBA\u1EBC\u1EBE\u1EC0\u1EC2\u1EC4\u1EC6\u1EC8\u1ECA\u1ECC\u1ECE\u1ED0\u1ED2\u1ED4\u1ED6\u1ED8\u1EDA\u1EDC\u1EDE\u1EE0\u1EE2\u1EE4\u1EE6\u1EE8\u1EEA\u1EEC\u1EEE\u1EF0\u1EF2\u1EF4\u1EF6\u1EF8\u1EFA\u1EFC\u1EFEЁА-ЯӘӨҮҖҢҺΑ-ΩΆΈΊΌΏΉΎА-ЩЮЯІЇЄҐЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F\'"”“`‘´’‚,„»«「」『』()〔〕【】《》〈〉])|(?<=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-яЁА-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήύΑ-ΩΆΈΊΌΏΉΎа-щюяіїєґА-ЩЮЯІЇЄҐѓѕјљњќѐѝЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F]),(?=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-яЁА-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήύΑ-ΩΆΈΊΌΏΉΎа-щюяіїєґА-ЩЮЯІЇЄҐѓѕјљњќѐѝЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])|(?<=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-яЁА-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήύΑ-ΩΆΈΊΌΏΉΎа-щюяіїєґА-ЩЮЯІЇЄҐѓѕјљњќѐѝЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])(?:-|–|—|--|---|——|~)(?=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-яЁА-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήύΑ-ΩΆΈΊΌΏΉΎа-щюяіїєґА-ЩЮЯІЇЄҐѓѕјљњќѐѝЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])|(?<=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-яЁА-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήύΑ-ΩΆΈΊΌΏΉΎа-щюяіїєґА-ЩЮЯІЇЄҐѓѕјљњќѐѝЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F0-9])[:<>=/](?=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-яЁА-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήύΑ-ΩΆΈΊΌΏΉΎа-щюяіїєґА-ЩЮЯІЇЄҐѓѕјљњќѐѝЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])�token_match��url_match�
|
| 2 |
+
��A�
|
| 3 |
+
� ��A� �'��A�'�''��A�''�(*_*)��A�(*_*)�(-8��A�(-8�(-:��A�(-:�(-;��A�(-;�(-_-)��A�(-_-)�(._.)��A�(._.)�(:��A�(:�(;��A�(;�(=��A�(=�(>_<)��A�(>_<)�(^_^)��A�(^_^)�(o:��A�(o:�(¬_¬)��A�(¬_¬)�(ಠ_ಠ)��A�(ಠ_ಠ)�(╯°□°)╯︵┻━┻��A�(╯°□°)╯︵┻━┻�)-:��A�)-:�):��A�):�-_-��A�-_-�-__-��A�-__-�0.0��A�0.0�0.o��A�0.o�0_0��A�0_0�0_o��A�0_o�8-)��A�8-)�8-D��A�8-D�8D��A�8D�:'(��A�:'(�:')��A�:')�:'-(��A�:'-(�:'-)��A�:'-)�:(��A�:(�:((��A�:((�:(((��A�:(((�:()��A�:()�:)��A�:)�:))��A�:))�:)))��A�:)))�:*��A�:*�:-(��A�:-(�:-((��A�:-((�:-(((��A�:-(((�:-)��A�:-)�:-))��A�:-))�:-)))��A�:-)))�:-*��A�:-*�:-/��A�:-/�:-0��A�:-0�:-3��A�:-3�:->��A�:->�:-D��A�:-D�:-O��A�:-O�:-P��A�:-P�:-X��A�:-X�:-]��A�:-]�:-o��A�:-o�:-p��A�:-p�:-x��A�:-x�:-|��A�:-|�:-}��A�:-}�:/��A�:/�:0��A�:0�:1��A�:1�:3��A�:3�:>��A�:>�:D��A�:D�:O��A�:O�:P��A�:P�:X��A�:X�:]��A�:]�:o��A�:o�:o)��A�:o)�:p��A�:p�:x��A�:x�:|��A�:|�:}��A�:}�:’(��A�:’(�:’)��A�:’)�:’-(��A�:’-(�:’-)��A�:’-)�;)��A�;)�;-)��A�;-)�;-D��A�;-D�;D��A�;D�;_;��A�;_;�<.<��A�<.<�</3��A�</3�<3��A�<3�<33��A�<33�<333��A�<333�<space>��A�<space>�=(��A�=(�=)��A�=)�=/��A�=/�=3��A�=3�=D��A�=D�=[��A�=[�=]��A�=]�=|��A�=|�>.<��A�>.<�>.>��A�>.>�>:(��A�>:(�>:o��A�>:o�><(((*>��A�><(((*>�?!��A�?!�@_@��A�@_@�C++��A�C++�O.O��A�O.O�O.o��A�O.o�O_O��A�O_O�O_o��A�O_o�V.V��A�V.V�V_V��A�V_V�XD��A�XD�XDD��A�XDD�[-:��A�[-:�[:��A�[:�[=��A�[=�\")��A�\")�\n��A�\n�\t��A�\t�]=��A�]=�^_^��A�^_^�^__^��A�^__^�^___^��A�^___^�n-tosios��A�n-tosios�o.0��A�o.0�o.O��A�o.O�o.o��A�o.o�o_0��A�o_0�o_O��A�o_O�o_o��A�o_o�v.v��A�v.v�v_v��A�v_v�xD��A�xD�xDD��A�xDD� ��A� C� �¯\(ツ)/¯��A�¯\(ツ)/¯�ಠ_ಠ��A�ಠ_ಠ�ಠ︵ಠ��A�ಠ︵ಠ�—��A�—�’��A�’�’’��A�’’
|
vocab/key2row
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
�
|
vocab/lookups.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:76be8b528d0075f7aae98d6fa57a6d3c83ae480a8469e668d7b0af968995ac71
|
| 3 |
+
size 1
|
vocab/strings.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cd4618148651bca80b262ec7527889511f83e18f1a6261b13d905cc702b80dfe
|
| 3 |
+
size 1673362
|
vocab/vectors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:14772b683e726436d5948ad3fff2b43d036ef2ebbe3458aafed6004e05a40706
|
| 3 |
+
size 128
|