osanseviero
commited on
Commit
•
18a29ed
1
Parent(s):
b490a35
Update spaCy pipeline
Browse files- .gitattributes +4 -0
- LICENSE +19 -0
- LICENSES_SOURCES +615 -0
- README.md +106 -0
- accuracy.json +307 -0
- attribute_ruler/patterns +0 -0
- config.cfg +262 -0
- lemmatizer/lookups/lookups.bin +3 -0
- meta.json +1288 -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
- ru_core_news_lg-any-py3-none-any.whl +3 -0
- senter/cfg +3 -0
- senter/model +0 -0
- tok2vec/cfg +3 -0
- tok2vec/model +0 -0
- tokenizer +3 -0
- vocab/key2row +0 -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,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Copyright 2021 ExplosionAI GmbH
|
2 |
+
|
3 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
4 |
+
this software and associated documentation files (the "Software"), to deal in
|
5 |
+
the Software without restriction, including without limitation the rights to
|
6 |
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
7 |
+
of the Software, and to permit persons to whom the Software is furnished to do
|
8 |
+
so, subject to the following conditions:
|
9 |
+
|
10 |
+
The above copyright notice and this permission notice shall be included in all
|
11 |
+
copies or substantial portions of the Software.
|
12 |
+
|
13 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
14 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
15 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
16 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
17 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
18 |
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
19 |
+
SOFTWARE.
|
LICENSES_SOURCES
ADDED
@@ -0,0 +1,615 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Lemmatization Lists
|
2 |
+
|
3 |
+
* Author: Michal Měchura
|
4 |
+
* URL: https://github.com/michmech/lemmatization-lists/
|
5 |
+
* License: ODbL
|
6 |
+
|
7 |
+
```
|
8 |
+
## ODC Open Database License (ODbL)
|
9 |
+
|
10 |
+
### Preamble
|
11 |
+
|
12 |
+
The Open Database License (ODbL) is a license agreement intended to
|
13 |
+
allow users to freely share, modify, and use this Database while
|
14 |
+
maintaining this same freedom for others. Many databases are covered by
|
15 |
+
copyright, and therefore this document licenses these rights. Some
|
16 |
+
jurisdictions, mainly in the European Union, have specific rights that
|
17 |
+
cover databases, and so the ODbL addresses these rights, too. Finally,
|
18 |
+
the ODbL is also an agreement in contract for users of this Database to
|
19 |
+
act in certain ways in return for accessing this Database.
|
20 |
+
|
21 |
+
Databases can contain a wide variety of types of content (images,
|
22 |
+
audiovisual material, and sounds all in the same database, for example),
|
23 |
+
and so the ODbL only governs the rights over the Database, and not the
|
24 |
+
contents of the Database individually. Licensors should use the ODbL
|
25 |
+
together with another license for the contents, if the contents have a
|
26 |
+
single set of rights that uniformly covers all of the contents. If the
|
27 |
+
contents have multiple sets of different rights, Licensors should
|
28 |
+
describe what rights govern what contents together in the individual
|
29 |
+
record or in some other way that clarifies what rights apply.
|
30 |
+
|
31 |
+
Sometimes the contents of a database, or the database itself, can be
|
32 |
+
covered by other rights not addressed here (such as private contracts,
|
33 |
+
trade mark over the name, or privacy rights / data protection rights
|
34 |
+
over information in the contents), and so you are advised that you may
|
35 |
+
have to consult other documents or clear other rights before doing
|
36 |
+
activities not covered by this License.
|
37 |
+
|
38 |
+
------
|
39 |
+
|
40 |
+
The Licensor (as defined below)
|
41 |
+
|
42 |
+
and
|
43 |
+
|
44 |
+
You (as defined below)
|
45 |
+
|
46 |
+
agree as follows:
|
47 |
+
|
48 |
+
### 1.0 Definitions of Capitalised Words
|
49 |
+
|
50 |
+
"Collective Database" – Means this Database in unmodified form as part
|
51 |
+
of a collection of independent databases in themselves that together are
|
52 |
+
assembled into a collective whole. A work that constitutes a Collective
|
53 |
+
Database will not be considered a Derivative Database.
|
54 |
+
|
55 |
+
"Convey" – As a verb, means Using the Database, a Derivative Database,
|
56 |
+
or the Database as part of a Collective Database in any way that enables
|
57 |
+
a Person to make or receive copies of the Database or a Derivative
|
58 |
+
Database. Conveying does not include interaction with a user through a
|
59 |
+
computer network, or creating and Using a Produced Work, where no
|
60 |
+
transfer of a copy of the Database or a Derivative Database occurs.
|
61 |
+
"Contents" – The contents of this Database, which includes the
|
62 |
+
information, independent works, or other material collected into the
|
63 |
+
Database. For example, the contents of the Database could be factual
|
64 |
+
data or works such as images, audiovisual material, text, or sounds.
|
65 |
+
|
66 |
+
"Database" – A collection of material (the Contents) arranged in a
|
67 |
+
systematic or methodical way and individually accessible by electronic
|
68 |
+
or other means offered under the terms of this License.
|
69 |
+
|
70 |
+
"Database Directive" – Means Directive 96/9/EC of the European
|
71 |
+
Parliament and of the Council of 11 March 1996 on the legal protection
|
72 |
+
of databases, as amended or succeeded.
|
73 |
+
|
74 |
+
"Database Right" – Means rights resulting from the Chapter III ("sui
|
75 |
+
generis") rights in the Database Directive (as amended and as transposed
|
76 |
+
by member states), which includes the Extraction and Re-utilisation of
|
77 |
+
the whole or a Substantial part of the Contents, as well as any similar
|
78 |
+
rights available in the relevant jurisdiction under Section 10.4.
|
79 |
+
|
80 |
+
"Derivative Database" – Means a database based upon the Database, and
|
81 |
+
includes any translation, adaptation, arrangement, modification, or any
|
82 |
+
other alteration of the Database or of a Substantial part of the
|
83 |
+
Contents. This includes, but is not limited to, Extracting or
|
84 |
+
Re-utilising the whole or a Substantial part of the Contents in a new
|
85 |
+
Database.
|
86 |
+
|
87 |
+
"Extraction" – Means the permanent or temporary transfer of all or a
|
88 |
+
Substantial part of the Contents to another medium by any means or in
|
89 |
+
any form.
|
90 |
+
|
91 |
+
"License" – Means this license agreement and is both a license of rights
|
92 |
+
such as copyright and Database Rights and an agreement in contract.
|
93 |
+
|
94 |
+
"Licensor" – Means the Person that offers the Database under the terms
|
95 |
+
of this License.
|
96 |
+
|
97 |
+
"Person" – Means a natural or legal person or a body of persons
|
98 |
+
corporate or incorporate.
|
99 |
+
|
100 |
+
"Produced Work" – a work (such as an image, audiovisual material, text,
|
101 |
+
or sounds) resulting from using the whole or a Substantial part of the
|
102 |
+
Contents (via a search or other query) from this Database, a Derivative
|
103 |
+
Database, or this Database as part of a Collective Database.
|
104 |
+
|
105 |
+
"Publicly" – means to Persons other than You or under Your control by
|
106 |
+
either more than 50% ownership or by the power to direct their
|
107 |
+
activities (such as contracting with an independent consultant).
|
108 |
+
|
109 |
+
"Re-utilisation" – means any form of making available to the public all
|
110 |
+
or a Substantial part of the Contents by the distribution of copies, by
|
111 |
+
renting, by online or other forms of transmission.
|
112 |
+
|
113 |
+
"Substantial" – Means substantial in terms of quantity or quality or a
|
114 |
+
combination of both. The repeated and systematic Extraction or
|
115 |
+
Re-utilisation of insubstantial parts of the Contents may amount to the
|
116 |
+
Extraction or Re-utilisation of a Substantial part of the Contents.
|
117 |
+
|
118 |
+
"Use" – As a verb, means doing any act that is restricted by copyright
|
119 |
+
or Database Rights whether in the original medium or any other; and
|
120 |
+
includes without limitation distributing, copying, publicly performing,
|
121 |
+
publicly displaying, and preparing derivative works of the Database, as
|
122 |
+
well as modifying the Database as may be technically necessary to use it
|
123 |
+
in a different mode or format.
|
124 |
+
|
125 |
+
"You" – Means a Person exercising rights under this License who has not
|
126 |
+
previously violated the terms of this License with respect to the
|
127 |
+
Database, or who has received express permission from the Licensor to
|
128 |
+
exercise rights under this License despite a previous violation.
|
129 |
+
|
130 |
+
Words in the singular include the plural and vice versa.
|
131 |
+
|
132 |
+
### 2.0 What this License covers
|
133 |
+
|
134 |
+
2.1. Legal effect of this document. This License is:
|
135 |
+
|
136 |
+
a. A license of applicable copyright and neighbouring rights;
|
137 |
+
|
138 |
+
b. A license of the Database Right; and
|
139 |
+
|
140 |
+
c. An agreement in contract between You and the Licensor.
|
141 |
+
|
142 |
+
2.2 Legal rights covered. This License covers the legal rights in the
|
143 |
+
Database, including:
|
144 |
+
|
145 |
+
a. Copyright. Any copyright or neighbouring rights in the Database.
|
146 |
+
The copyright licensed includes any individual elements of the
|
147 |
+
Database, but does not cover the copyright over the Contents
|
148 |
+
independent of this Database. See Section 2.4 for details. Copyright
|
149 |
+
law varies between jurisdictions, but is likely to cover: the Database
|
150 |
+
model or schema, which is the structure, arrangement, and organisation
|
151 |
+
of the Database, and can also include the Database tables and table
|
152 |
+
indexes; the data entry and output sheets; and the Field names of
|
153 |
+
Contents stored in the Database;
|
154 |
+
|
155 |
+
b. Database Rights. Database Rights only extend to the Extraction and
|
156 |
+
Re-utilisation of the whole or a Substantial part of the Contents.
|
157 |
+
Database Rights can apply even when there is no copyright over the
|
158 |
+
Database. Database Rights can also apply when the Contents are removed
|
159 |
+
from the Database and are selected and arranged in a way that would
|
160 |
+
not infringe any applicable copyright; and
|
161 |
+
|
162 |
+
c. Contract. This is an agreement between You and the Licensor for
|
163 |
+
access to the Database. In return you agree to certain conditions of
|
164 |
+
use on this access as outlined in this License.
|
165 |
+
|
166 |
+
2.3 Rights not covered.
|
167 |
+
|
168 |
+
a. This License does not apply to computer programs used in the making
|
169 |
+
or operation of the Database;
|
170 |
+
|
171 |
+
b. This License does not cover any patents over the Contents or the
|
172 |
+
Database; and
|
173 |
+
|
174 |
+
c. This License does not cover any trademarks associated with the
|
175 |
+
Database.
|
176 |
+
|
177 |
+
2.4 Relationship to Contents in the Database. The individual items of
|
178 |
+
the Contents contained in this Database may be covered by other rights,
|
179 |
+
including copyright, patent, data protection, privacy, or personality
|
180 |
+
rights, and this License does not cover any rights (other than Database
|
181 |
+
Rights or in contract) in individual Contents contained in the Database.
|
182 |
+
For example, if used on a Database of images (the Contents), this
|
183 |
+
License would not apply to copyright over individual images, which could
|
184 |
+
have their own separate licenses, or one single license covering all of
|
185 |
+
the rights over the images.
|
186 |
+
|
187 |
+
### 3.0 Rights granted
|
188 |
+
|
189 |
+
3.1 Subject to the terms and conditions of this License, the Licensor
|
190 |
+
grants to You a worldwide, royalty-free, non-exclusive, terminable (but
|
191 |
+
only under Section 9) license to Use the Database for the duration of
|
192 |
+
any applicable copyright and Database Rights. These rights explicitly
|
193 |
+
include commercial use, and do not exclude any field of endeavour. To
|
194 |
+
the extent possible in the relevant jurisdiction, these rights may be
|
195 |
+
exercised in all media and formats whether now known or created in the
|
196 |
+
future.
|
197 |
+
|
198 |
+
The rights granted cover, for example:
|
199 |
+
|
200 |
+
a. Extraction and Re-utilisation of the whole or a Substantial part of
|
201 |
+
the Contents;
|
202 |
+
|
203 |
+
b. Creation of Derivative Databases;
|
204 |
+
|
205 |
+
c. Creation of Collective Databases;
|
206 |
+
|
207 |
+
d. Creation of temporary or permanent reproductions by any means and
|
208 |
+
in any form, in whole or in part, including of any Derivative
|
209 |
+
Databases or as a part of Collective Databases; and
|
210 |
+
|
211 |
+
e. Distribution, communication, display, lending, making available, or
|
212 |
+
performance to the public by any means and in any form, in whole or in
|
213 |
+
part, including of any Derivative Database or as a part of Collective
|
214 |
+
Databases.
|
215 |
+
|
216 |
+
3.2 Compulsory license schemes. For the avoidance of doubt:
|
217 |
+
|
218 |
+
a. Non-waivable compulsory license schemes. In those jurisdictions in
|
219 |
+
which the right to collect royalties through any statutory or
|
220 |
+
compulsory licensing scheme cannot be waived, the Licensor reserves
|
221 |
+
the exclusive right to collect such royalties for any exercise by You
|
222 |
+
of the rights granted under this License;
|
223 |
+
|
224 |
+
b. Waivable compulsory license schemes. In those jurisdictions in
|
225 |
+
which the right to collect royalties through any statutory or
|
226 |
+
compulsory licensing scheme can be waived, the Licensor waives the
|
227 |
+
exclusive right to collect such royalties for any exercise by You of
|
228 |
+
the rights granted under this License; and,
|
229 |
+
|
230 |
+
c. Voluntary license schemes. The Licensor waives the right to collect
|
231 |
+
royalties, whether individually or, in the event that the Licensor is
|
232 |
+
a member of a collecting society that administers voluntary licensing
|
233 |
+
schemes, via that society, from any exercise by You of the rights
|
234 |
+
granted under this License.
|
235 |
+
|
236 |
+
3.3 The right to release the Database under different terms, or to stop
|
237 |
+
distributing or making available the Database, is reserved. Note that
|
238 |
+
this Database may be multiple-licensed, and so You may have the choice
|
239 |
+
of using alternative licenses for this Database. Subject to Section
|
240 |
+
10.4, all other rights not expressly granted by Licensor are reserved.
|
241 |
+
|
242 |
+
### 4.0 Conditions of Use
|
243 |
+
|
244 |
+
4.1 The rights granted in Section 3 above are expressly made subject to
|
245 |
+
Your complying with the following conditions of use. These are important
|
246 |
+
conditions of this License, and if You fail to follow them, You will be
|
247 |
+
in material breach of its terms.
|
248 |
+
|
249 |
+
4.2 Notices. If You Publicly Convey this Database, any Derivative
|
250 |
+
Database, or the Database as part of a Collective Database, then You
|
251 |
+
must:
|
252 |
+
|
253 |
+
a. Do so only under the terms of this License or another license
|
254 |
+
permitted under Section 4.4;
|
255 |
+
|
256 |
+
b. Include a copy of this License (or, as applicable, a license
|
257 |
+
permitted under Section 4.4) or its Uniform Resource Identifier (URI)
|
258 |
+
with the Database or Derivative Database, including both in the
|
259 |
+
Database or Derivative Database and in any relevant documentation; and
|
260 |
+
|
261 |
+
c. Keep intact any copyright or Database Right notices and notices
|
262 |
+
that refer to this License.
|
263 |
+
|
264 |
+
d. If it is not possible to put the required notices in a particular
|
265 |
+
file due to its structure, then You must include the notices in a
|
266 |
+
location (such as a relevant directory) where users would be likely to
|
267 |
+
look for it.
|
268 |
+
|
269 |
+
4.3 Notice for using output (Contents). Creating and Using a Produced
|
270 |
+
Work does not require the notice in Section 4.2. However, if you
|
271 |
+
Publicly Use a Produced Work, You must include a notice associated with
|
272 |
+
the Produced Work reasonably calculated to make any Person that uses,
|
273 |
+
views, accesses, interacts with, or is otherwise exposed to the Produced
|
274 |
+
Work aware that Content was obtained from the Database, Derivative
|
275 |
+
Database, or the Database as part of a Collective Database, and that it
|
276 |
+
is available under this License.
|
277 |
+
|
278 |
+
a. Example notice. The following text will satisfy notice under
|
279 |
+
Section 4.3:
|
280 |
+
|
281 |
+
Contains information from DATABASE NAME, which is made available
|
282 |
+
here under the Open Database License (ODbL).
|
283 |
+
|
284 |
+
DATABASE NAME should be replaced with the name of the Database and a
|
285 |
+
hyperlink to the URI of the Database. "Open Database License" should
|
286 |
+
contain a hyperlink to the URI of the text of this License. If
|
287 |
+
hyperlinks are not possible, You should include the plain text of the
|
288 |
+
required URI's with the above notice.
|
289 |
+
|
290 |
+
4.4 Share alike.
|
291 |
+
|
292 |
+
a. Any Derivative Database that You Publicly Use must be only under
|
293 |
+
the terms of:
|
294 |
+
|
295 |
+
i. This License;
|
296 |
+
|
297 |
+
ii. A later version of this License similar in spirit to this
|
298 |
+
License; or
|
299 |
+
|
300 |
+
iii. A compatible license.
|
301 |
+
|
302 |
+
If You license the Derivative Database under one of the licenses
|
303 |
+
mentioned in (iii), You must comply with the terms of that license.
|
304 |
+
|
305 |
+
b. For the avoidance of doubt, Extraction or Re-utilisation of the
|
306 |
+
whole or a Substantial part of the Contents into a new database is a
|
307 |
+
Derivative Database and must comply with Section 4.4.
|
308 |
+
|
309 |
+
c. Derivative Databases and Produced Works. A Derivative Database is
|
310 |
+
Publicly Used and so must comply with Section 4.4. if a Produced Work
|
311 |
+
created from the Derivative Database is Publicly Used.
|
312 |
+
|
313 |
+
d. Share Alike and additional Contents. For the avoidance of doubt,
|
314 |
+
You must not add Contents to Derivative Databases under Section 4.4 a
|
315 |
+
that are incompatible with the rights granted under this License.
|
316 |
+
|
317 |
+
e. Compatible licenses. Licensors may authorise a proxy to determine
|
318 |
+
compatible licenses under Section 4.4 a iii. If they do so, the
|
319 |
+
authorised proxy's public statement of acceptance of a compatible
|
320 |
+
license grants You permission to use the compatible license.
|
321 |
+
|
322 |
+
|
323 |
+
4.5 Limits of Share Alike. The requirements of Section 4.4 do not apply
|
324 |
+
in the following:
|
325 |
+
|
326 |
+
a. For the avoidance of doubt, You are not required to license
|
327 |
+
Collective Databases under this License if You incorporate this
|
328 |
+
Database or a Derivative Database in the collection, but this License
|
329 |
+
still applies to this Database or a Derivative Database as a part of
|
330 |
+
the Collective Database;
|
331 |
+
|
332 |
+
b. Using this Database, a Derivative Database, or this Database as
|
333 |
+
part of a Collective Database to create a Produced Work does not
|
334 |
+
create a Derivative Database for purposes of Section 4.4; and
|
335 |
+
|
336 |
+
c. Use of a Derivative Database internally within an organisation is
|
337 |
+
not to the public and therefore does not fall under the requirements
|
338 |
+
of Section 4.4.
|
339 |
+
|
340 |
+
4.6 Access to Derivative Databases. If You Publicly Use a Derivative
|
341 |
+
Database or a Produced Work from a Derivative Database, You must also
|
342 |
+
offer to recipients of the Derivative Database or Produced Work a copy
|
343 |
+
in a machine readable form of:
|
344 |
+
|
345 |
+
a. The entire Derivative Database; or
|
346 |
+
|
347 |
+
b. A file containing all of the alterations made to the Database or
|
348 |
+
the method of making the alterations to the Database (such as an
|
349 |
+
algorithm), including any additional Contents, that make up all the
|
350 |
+
differences between the Database and the Derivative Database.
|
351 |
+
|
352 |
+
The Derivative Database (under a.) or alteration file (under b.) must be
|
353 |
+
available at no more than a reasonable production cost for physical
|
354 |
+
distributions and free of charge if distributed over the internet.
|
355 |
+
|
356 |
+
4.7 Technological measures and additional terms
|
357 |
+
|
358 |
+
a. This License does not allow You to impose (except subject to
|
359 |
+
Section 4.7 b.) any terms or any technological measures on the
|
360 |
+
Database, a Derivative Database, or the whole or a Substantial part of
|
361 |
+
the Contents that alter or restrict the terms of this License, or any
|
362 |
+
rights granted under it, or have the effect or intent of restricting
|
363 |
+
the ability of any person to exercise those rights.
|
364 |
+
|
365 |
+
b. Parallel distribution. You may impose terms or technological
|
366 |
+
measures on the Database, a Derivative Database, or the whole or a
|
367 |
+
Substantial part of the Contents (a "Restricted Database") in
|
368 |
+
contravention of Section 4.74 a. only if You also make a copy of the
|
369 |
+
Database or a Derivative Database available to the recipient of the
|
370 |
+
Restricted Database:
|
371 |
+
|
372 |
+
i. That is available without additional fee;
|
373 |
+
|
374 |
+
ii. That is available in a medium that does not alter or restrict
|
375 |
+
the terms of this License, or any rights granted under it, or have
|
376 |
+
the effect or intent of restricting the ability of any person to
|
377 |
+
exercise those rights (an "Unrestricted Database"); and
|
378 |
+
|
379 |
+
iii. The Unrestricted Database is at least as accessible to the
|
380 |
+
recipient as a practical matter as the Restricted Database.
|
381 |
+
|
382 |
+
c. For the avoidance of doubt, You may place this Database or a
|
383 |
+
Derivative Database in an authenticated environment, behind a
|
384 |
+
password, or within a similar access control scheme provided that You
|
385 |
+
do not alter or restrict the terms of this License or any rights
|
386 |
+
granted under it or have the effect or intent of restricting the
|
387 |
+
ability of any person to exercise those rights.
|
388 |
+
|
389 |
+
4.8 Licensing of others. You may not sublicense the Database. Each time
|
390 |
+
You communicate the Database, the whole or Substantial part of the
|
391 |
+
Contents, or any Derivative Database to anyone else in any way, the
|
392 |
+
Licensor offers to the recipient a license to the Database on the same
|
393 |
+
terms and conditions as this License. You are not responsible for
|
394 |
+
enforcing compliance by third parties with this License, but You may
|
395 |
+
enforce any rights that You have over a Derivative Database. You are
|
396 |
+
solely responsible for any modifications of a Derivative Database made
|
397 |
+
by You or another Person at Your direction. You may not impose any
|
398 |
+
further restrictions on the exercise of the rights granted or affirmed
|
399 |
+
under this License.
|
400 |
+
|
401 |
+
### 5.0 Moral rights
|
402 |
+
|
403 |
+
5.1 Moral rights. This section covers moral rights, including any rights
|
404 |
+
to be identified as the author of the Database or to object to treatment
|
405 |
+
that would otherwise prejudice the author's honour and reputation, or
|
406 |
+
any other derogatory treatment:
|
407 |
+
|
408 |
+
a. For jurisdictions allowing waiver of moral rights, Licensor waives
|
409 |
+
all moral rights that Licensor may have in the Database to the fullest
|
410 |
+
extent possible by the law of the relevant jurisdiction under Section
|
411 |
+
10.4;
|
412 |
+
|
413 |
+
b. If waiver of moral rights under Section 5.1 a in the relevant
|
414 |
+
jurisdiction is not possible, Licensor agrees not to assert any moral
|
415 |
+
rights over the Database and waives all claims in moral rights to the
|
416 |
+
fullest extent possible by the law of the relevant jurisdiction under
|
417 |
+
Section 10.4; and
|
418 |
+
|
419 |
+
c. For jurisdictions not allowing waiver or an agreement not to assert
|
420 |
+
moral rights under Section 5.1 a and b, the author may retain their
|
421 |
+
moral rights over certain aspects of the Database.
|
422 |
+
|
423 |
+
Please note that some jurisdictions do not allow for the waiver of moral
|
424 |
+
rights, and so moral rights may still subsist over the Database in some
|
425 |
+
jurisdictions.
|
426 |
+
|
427 |
+
### 6.0 Fair dealing, Database exceptions, and other rights not affected
|
428 |
+
|
429 |
+
6.1 This License does not affect any rights that You or anyone else may
|
430 |
+
independently have under any applicable law to make any use of this
|
431 |
+
Database, including without limitation:
|
432 |
+
|
433 |
+
a. Exceptions to the Database Right including: Extraction of Contents
|
434 |
+
from non-electronic Databases for private purposes, Extraction for
|
435 |
+
purposes of illustration for teaching or scientific research, and
|
436 |
+
Extraction or Re-utilisation for public security or an administrative
|
437 |
+
or judicial procedure.
|
438 |
+
|
439 |
+
b. Fair dealing, fair use, or any other legally recognised limitation
|
440 |
+
or exception to infringement of copyright or other applicable laws.
|
441 |
+
|
442 |
+
6.2 This License does not affect any rights of lawful users to Extract
|
443 |
+
and Re-utilise insubstantial parts of the Contents, evaluated
|
444 |
+
quantitatively or qualitatively, for any purposes whatsoever, including
|
445 |
+
creating a Derivative Database (subject to other rights over the
|
446 |
+
Contents, see Section 2.4). The repeated and systematic Extraction or
|
447 |
+
Re-utilisation of insubstantial parts of the Contents may however amount
|
448 |
+
to the Extraction or Re-utilisation of a Substantial part of the
|
449 |
+
Contents.
|
450 |
+
|
451 |
+
### 7.0 Warranties and Disclaimer
|
452 |
+
|
453 |
+
7.1 The Database is licensed by the Licensor "as is" and without any
|
454 |
+
warranty of any kind, either express, implied, or arising by statute,
|
455 |
+
custom, course of dealing, or trade usage. Licensor specifically
|
456 |
+
disclaims any and all implied warranties or conditions of title,
|
457 |
+
non-infringement, accuracy or completeness, the presence or absence of
|
458 |
+
errors, fitness for a particular purpose, merchantability, or otherwise.
|
459 |
+
Some jurisdictions do not allow the exclusion of implied warranties, so
|
460 |
+
this exclusion may not apply to You.
|
461 |
+
|
462 |
+
### 8.0 Limitation of liability
|
463 |
+
|
464 |
+
8.1 Subject to any liability that may not be excluded or limited by law,
|
465 |
+
the Licensor is not liable for, and expressly excludes, all liability
|
466 |
+
for loss or damage however and whenever caused to anyone by any use
|
467 |
+
under this License, whether by You or by anyone else, and whether caused
|
468 |
+
by any fault on the part of the Licensor or not. This exclusion of
|
469 |
+
liability includes, but is not limited to, any special, incidental,
|
470 |
+
consequential, punitive, or exemplary damages such as loss of revenue,
|
471 |
+
data, anticipated profits, and lost business. This exclusion applies
|
472 |
+
even if the Licensor has been advised of the possibility of such
|
473 |
+
damages.
|
474 |
+
|
475 |
+
8.2 If liability may not be excluded by law, it is limited to actual and
|
476 |
+
direct financial loss to the extent it is caused by proved negligence on
|
477 |
+
the part of the Licensor.
|
478 |
+
|
479 |
+
### 9.0 Termination of Your rights under this License
|
480 |
+
|
481 |
+
9.1 Any breach by You of the terms and conditions of this License
|
482 |
+
automatically terminates this License with immediate effect and without
|
483 |
+
notice to You. For the avoidance of doubt, Persons who have received the
|
484 |
+
Database, the whole or a Substantial part of the Contents, Derivative
|
485 |
+
Databases, or the Database as part of a Collective Database from You
|
486 |
+
under this License will not have their licenses terminated provided
|
487 |
+
their use is in full compliance with this License or a license granted
|
488 |
+
under Section 4.8 of this License. Sections 1, 2, 7, 8, 9 and 10 will
|
489 |
+
survive any termination of this License.
|
490 |
+
|
491 |
+
9.2 If You are not in breach of the terms of this License, the Licensor
|
492 |
+
will not terminate Your rights under it.
|
493 |
+
|
494 |
+
9.3 Unless terminated under Section 9.1, this License is granted to You
|
495 |
+
for the duration of applicable rights in the Database.
|
496 |
+
|
497 |
+
9.4 Reinstatement of rights. If you cease any breach of the terms and
|
498 |
+
conditions of this License, then your full rights under this License
|
499 |
+
will be reinstated:
|
500 |
+
|
501 |
+
a. Provisionally and subject to permanent termination until the 60th
|
502 |
+
day after cessation of breach;
|
503 |
+
|
504 |
+
b. Permanently on the 60th day after cessation of breach unless
|
505 |
+
otherwise reasonably notified by the Licensor; or
|
506 |
+
|
507 |
+
c. Permanently if reasonably notified by the Licensor of the
|
508 |
+
violation, this is the first time You have received notice of
|
509 |
+
violation of this License from the Licensor, and You cure the
|
510 |
+
violation prior to 30 days after your receipt of the notice.
|
511 |
+
|
512 |
+
Persons subject to permanent termination of rights are not eligible to
|
513 |
+
be a recipient and receive a license under Section 4.8.
|
514 |
+
|
515 |
+
9.5 Notwithstanding the above, Licensor reserves the right to release
|
516 |
+
the Database under different license terms or to stop distributing or
|
517 |
+
making available the Database. Releasing the Database under different
|
518 |
+
license terms or stopping the distribution of the Database will not
|
519 |
+
withdraw this License (or any other license that has been, or is
|
520 |
+
required to be, granted under the terms of this License), and this
|
521 |
+
License will continue in full force and effect unless terminated as
|
522 |
+
stated above.
|
523 |
+
|
524 |
+
### 10.0 General
|
525 |
+
|
526 |
+
10.1 If any provision of this License is held to be invalid or
|
527 |
+
unenforceable, that must not affect the validity or enforceability of
|
528 |
+
the remainder of the terms and conditions of this License and each
|
529 |
+
remaining provision of this License shall be valid and enforced to the
|
530 |
+
fullest extent permitted by law.
|
531 |
+
|
532 |
+
10.2 This License is the entire agreement between the parties with
|
533 |
+
respect to the rights granted here over the Database. It replaces any
|
534 |
+
earlier understandings, agreements or representations with respect to
|
535 |
+
the Database.
|
536 |
+
|
537 |
+
10.3 If You are in breach of the terms of this License, You will not be
|
538 |
+
entitled to rely on the terms of this License or to complain of any
|
539 |
+
breach by the Licensor.
|
540 |
+
|
541 |
+
10.4 Choice of law. This License takes effect in and will be governed by
|
542 |
+
the laws of the relevant jurisdiction in which the License terms are
|
543 |
+
sought to be enforced. If the standard suite of rights granted under
|
544 |
+
applicable copyright law and Database Rights in the relevant
|
545 |
+
jurisdiction includes additional rights not granted under this License,
|
546 |
+
these additional rights are granted in this License in order to meet the
|
547 |
+
terms of this License.```
|
548 |
+
|
549 |
+
|
550 |
+
|
551 |
+
|
552 |
+
# Nerus
|
553 |
+
|
554 |
+
* Author: Alexander Kukushkin
|
555 |
+
* URL: https://github.com/natasha/nerus
|
556 |
+
* License: MIT
|
557 |
+
|
558 |
+
```
|
559 |
+
The MIT License (MIT)
|
560 |
+
|
561 |
+
Copyright (c) 2016
|
562 |
+
|
563 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
564 |
+
of this software and associated documentation files (the "Software"), to deal
|
565 |
+
in the Software without restriction, including without limitation the rights
|
566 |
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
567 |
+
copies of the Software, and to permit persons to whom the Software is
|
568 |
+
furnished to do so, subject to the following conditions:
|
569 |
+
|
570 |
+
The above copyright notice and this permission notice shall be included in all
|
571 |
+
copies or substantial portions of the Software.
|
572 |
+
|
573 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
574 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
575 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
576 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
577 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
578 |
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
579 |
+
SOFTWARE.```
|
580 |
+
|
581 |
+
|
582 |
+
|
583 |
+
|
584 |
+
# Navec
|
585 |
+
|
586 |
+
* Author: Alexander Kukushkin
|
587 |
+
* URL: https://github.com/natasha/navec
|
588 |
+
* License: MIT
|
589 |
+
|
590 |
+
```
|
591 |
+
MIT License
|
592 |
+
|
593 |
+
Copyright (c) 2017
|
594 |
+
|
595 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
596 |
+
of this software and associated documentation files (the "Software"), to deal
|
597 |
+
in the Software without restriction, including without limitation the rights
|
598 |
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
599 |
+
copies of the Software, and to permit persons to whom the Software is
|
600 |
+
furnished to do so, subject to the following conditions:
|
601 |
+
|
602 |
+
The above copyright notice and this permission notice shall be included in all
|
603 |
+
copies or substantial portions of the Software.
|
604 |
+
|
605 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
606 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
607 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
608 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
609 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
610 |
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
611 |
+
SOFTWARE.```
|
612 |
+
|
613 |
+
|
614 |
+
|
615 |
+
|
README.md
ADDED
@@ -0,0 +1,106 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- spacy
|
4 |
+
- token-classification
|
5 |
+
language:
|
6 |
+
- ru
|
7 |
+
license: MIT
|
8 |
+
model-index:
|
9 |
+
- name: ru_core_news_lg
|
10 |
+
results:
|
11 |
+
- tasks:
|
12 |
+
name: NER
|
13 |
+
type: token-classification
|
14 |
+
metrics:
|
15 |
+
- name: Precision
|
16 |
+
type: precision
|
17 |
+
value: 0.9431002837
|
18 |
+
- name: Recall
|
19 |
+
type: recall
|
20 |
+
value: 0.9513549907
|
21 |
+
- name: F Score
|
22 |
+
type: f_score
|
23 |
+
value: 0.9472096531
|
24 |
+
- tasks:
|
25 |
+
name: POS
|
26 |
+
type: token-classification
|
27 |
+
metrics:
|
28 |
+
- name: Accuracy
|
29 |
+
type: accuracy
|
30 |
+
value: 0.9893902082
|
31 |
+
- tasks:
|
32 |
+
name: SENTER
|
33 |
+
type: token-classification
|
34 |
+
metrics:
|
35 |
+
- name: Precision
|
36 |
+
type: precision
|
37 |
+
value: 0.9988584475
|
38 |
+
- name: Recall
|
39 |
+
type: recall
|
40 |
+
value: 0.9988584475
|
41 |
+
- name: F Score
|
42 |
+
type: f_score
|
43 |
+
value: 0.9988584475
|
44 |
+
- tasks:
|
45 |
+
name: UNLABELED_DEPENDENCIES
|
46 |
+
type: token-classification
|
47 |
+
metrics:
|
48 |
+
- name: Accuracy
|
49 |
+
type: accuracy
|
50 |
+
value: 0.9621254207
|
51 |
+
- tasks:
|
52 |
+
name: LABELED_DEPENDENCIES
|
53 |
+
type: token-classification
|
54 |
+
metrics:
|
55 |
+
- name: Accuracy
|
56 |
+
type: accuracy
|
57 |
+
value: 0.9621254207
|
58 |
+
---
|
59 |
+
### Details: https://spacy.io/models/ru#ru_core_news_lg
|
60 |
+
|
61 |
+
Russian pipeline optimized for CPU. Components: tok2vec, morphologizer, parser, senter, ner, attribute_ruler, lemmatizer.
|
62 |
+
|
63 |
+
| Feature | Description |
|
64 |
+
| --- | --- |
|
65 |
+
| **Name** | `ru_core_news_lg` |
|
66 |
+
| **Version** | `3.1.0` |
|
67 |
+
| **spaCy** | `>=3.1.0,<3.2.0` |
|
68 |
+
| **Default Pipeline** | `tok2vec`, `morphologizer`, `parser`, `attribute_ruler`, `lemmatizer`, `ner` |
|
69 |
+
| **Components** | `tok2vec`, `morphologizer`, `parser`, `senter`, `attribute_ruler`, `lemmatizer`, `ner` |
|
70 |
+
| **Vectors** | 500002 keys, 500002 unique vectors (300 dimensions) |
|
71 |
+
| **Sources** | [Lemmatization Lists](https://github.com/michmech/lemmatization-lists/) (Michal Měchura)<br />[Nerus](https://github.com/natasha/nerus) (Alexander Kukushkin)<br />[Navec](https://github.com/natasha/navec) (Alexander Kukushkin) |
|
72 |
+
| **License** | `MIT` |
|
73 |
+
| **Author** | [Explosion](https://explosion.ai) |
|
74 |
+
|
75 |
+
### Label Scheme
|
76 |
+
|
77 |
+
<details>
|
78 |
+
|
79 |
+
<summary>View label scheme (901 labels for 4 components)</summary>
|
80 |
+
|
81 |
+
| Component | Labels |
|
82 |
+
| --- | --- |
|
83 |
+
| **`morphologizer`** | `Case=Nom\|Degree=Pos\|Number=Plur\|POS=ADJ`, `Animacy=Anim\|Case=Nom\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Aspect=Perf\|Mood=Ind\|Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Animacy=Inan\|Case=Acc\|POS=NUM`, `Animacy=Inan\|Case=Gen\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Case=Gen\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Animacy=Inan\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=NOUN`, `POS=ADP`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=DET`, `Animacy=Inan\|Case=Gen\|Gender=Fem\|Number=Sing\|POS=NOUN`, `POS=PUNCT`, `Degree=Pos\|POS=ADV`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Fin\|Voice=Mid`, `Animacy=Inan\|Case=Nom\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Animacy=Anim\|Case=Gen\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Aspect=Perf\|Case=Gen\|Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Loc\|Degree=Pos\|Number=Plur\|POS=ADJ`, `Animacy=Inan\|Case=Loc\|Gender=Neut\|Number=Plur\|POS=NOUN`, `Animacy=Inan\|Case=Loc\|Gender=Neut\|Number=Sing\|POS=PRON`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=Third\|Tense=Pres\|VerbForm=Fin\|Voice=Act`, `Animacy=Inan\|Case=Nom\|Gender=Neut\|Number=Sing\|POS=NOUN`, `Foreign=Yes\|POS=PROPN`, `Case=Loc\|Gender=Fem\|Number=Sing\|POS=NUM`, `Aspect=Imp\|Gender=Neut\|Mood=Ind\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Animacy=Anim\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Animacy=Inan\|Case=Loc\|Gender=Masc\|Number=Sing\|POS=NOUN`, `POS=NUM`, `Animacy=Inan\|Case=Gen\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=Third`, `Aspect=Imp\|Gender=Masc\|Mood=Ind\|Number=Sing\|POS=AUX\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Animacy=Anim\|Case=Ins\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Animacy=Inan\|Case=Dat\|Gender=Neut\|Number=Sing\|POS=NOUN`, `POS=DET`, `Animacy=Inan\|Case=Nom\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Aspect=Perf\|Gender=Fem\|Mood=Ind\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Case=Dat\|Degree=Pos\|Number=Plur\|POS=ADJ`, `Animacy=Inan\|Case=Dat\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Animacy=Inan\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Aspect=Perf\|Gender=Masc\|Mood=Ind\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `POS=SCONJ`, `Animacy=Inan\|Case=Ins\|Gender=Neut\|Number=Sing\|POS=NOUN`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=PRON\|Person=Third`, `Case=Acc\|POS=NUM`, `Case=Ins\|Degree=Pos\|Number=Plur\|POS=ADJ`, `Animacy=Inan\|Case=Ins\|Gender=Masc\|Number=Plur\|POS=NOUN`, `POS=CCONJ`, `Case=Nom\|POS=NUM`, `Animacy=Inan\|Case=Dat\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Aspect=Perf\|Gender=Masc\|Number=Sing\|POS=VERB\|StyleVariant=Short\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Nom\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Ins\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=Third\|Tense=Pres\|VerbForm=Fin\|Voice=Act`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=DET`, `Aspect=Imp\|Gender=Masc\|Mood=Ind\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Case=Acc\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Animacy=Inan\|Case=Acc\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=PRON`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=Third\|Tense=Pres\|VerbForm=Fin\|Voice=Mid`, `Case=Ins\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Animacy=Anim\|Case=Nom\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Case=Dat\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Animacy=Inan\|Case=Dat\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Animacy=Inan\|Case=Gen\|Gender=Neut\|Number=Sing\|POS=NOUN`, `Animacy=Inan\|Case=Nom\|Gender=Neut\|Number=Plur\|POS=NOUN`, `Degree=Pos\|Number=Plur\|POS=ADJ\|StyleVariant=Short`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=AUX\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Aspect=Perf\|POS=VERB\|VerbForm=Inf\|Voice=Act`, `Animacy=Inan\|Case=Acc\|Gender=Neut\|Number=Sing\|POS=PRON`, `Case=Loc\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Animacy=Inan\|Case=Loc\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Animacy=Inan\|Case=Loc\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Case=Gen\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Aspect=Perf\|Number=Plur\|POS=VERB\|StyleVariant=Short\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Animacy=Anim\|Case=Acc\|Gender=Masc\|POS=NUM`, `Animacy=Anim\|Case=Gen\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Animacy=Anim\|Case=Acc\|Gender=Neut\|Number=Plur\|POS=NOUN`, `Mood=Cnd\|POS=SCONJ`, `Case=Nom\|Number=Plur\|POS=PRON\|Person=Third`, `POS=PART\|Polarity=Neg`, `Aspect=Imp\|POS=VERB\|VerbForm=Inf\|Voice=Mid`, `Animacy=Inan\|Aspect=Perf\|Case=Acc\|Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Animacy=Inan\|Case=Acc\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Case=Nom\|Number=Plur\|POS=DET`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Animacy=Anim\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Aspect=Imp\|Gender=Neut\|Mood=Ind\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Fin\|Voice=Mid`, `Animacy=Inan\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Animacy=Anim\|Case=Acc\|Number=Plur\|POS=PRON`, `Animacy=Inan\|Case=Acc\|Gender=Neut\|Number=Sing\|POS=NOUN`, `Case=Gen\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Animacy=Anim\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Animacy=Anim\|Case=Nom\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Aspect=Imp\|Gender=Fem\|Mood=Ind\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `POS=INTJ`, `Animacy=Inan\|Case=Loc\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Animacy=Inan\|Case=Nom\|Gender=Neut\|Number=Sing\|POS=PRON`, `Aspect=Imp\|Gender=Fem\|Mood=Ind\|Number=Sing\|POS=AUX\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Case=Nom\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=Third`, `Case=Nom\|Number=Plur\|POS=PRON`, `Aspect=Imp\|Gender=Masc\|Mood=Ind\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Fin\|Voice=Mid`, `Aspect=Imp\|Gender=Masc\|Mood=Ind\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Fin\|Voice=Pass`, `Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ\|StyleVariant=Short`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=Third`, `Case=Gen\|POS=PRON`, `Animacy=Inan\|Case=Dat\|Gender=Neut\|Number=Plur\|POS=NOUN`, `Animacy=Anim\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Aspect=Imp\|POS=VERB\|VerbForm=Inf\|Voice=Act`, `Animacy=Anim\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=Third`, `Animacy=Inan\|Case=Acc\|Number=Plur\|POS=DET`, `Case=Nom\|POS=PRON`, `Animacy=Anim\|Case=Ins\|Gender=Masc\|Number=Plur\|POS=NOUN`, `POS=ADJ`, `Case=Loc\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Animacy=Inan\|Case=Gen\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=AUX\|Person=Third\|Tense=Pres\|VerbForm=Fin\|Voice=Act`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=Third`, `Case=Ins\|Gender=Masc\|Number=Sing\|POS=DET`, `Animacy=Inan\|Case=Ins\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Aspect=Perf\|Case=Acc\|Gender=Neut\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Animacy=Inan\|Case=Loc\|Gender=Neut\|Number=Sing\|POS=NOUN`, `Animacy=Inan\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Case=Nom\|Number=Sing\|POS=PRON\|Person=First`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=First\|Tense=Pres\|VerbForm=Fin\|Voice=Act`, `Animacy=Inan\|Case=Acc\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Mood=Cnd\|POS=AUX`, `Case=Nom\|Number=Plur\|POS=PRON\|Person=First`, `Case=Gen\|Number=Plur\|POS=DET`, `Animacy=Inan\|Case=Ins\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Aspect=Imp\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Animacy=Inan\|Case=Ins\|Gender=Neut\|Number=Sing\|POS=PRON`, `Aspect=Perf\|POS=VERB\|VerbForm=Inf\|Voice=Mid`, `Aspect=Perf\|Case=Gen\|Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Animacy=Inan\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Animacy=Inan\|Case=Acc\|Gender=Neut\|Number=Sing\|POS=DET`, `POS=PART`, `Case=Dat\|Gender=Masc\|Number=Sing\|POS=DET`, `Aspect=Perf\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=Third\|Tense=Fut\|VerbForm=Fin\|Voice=Mid`, `Aspect=Perf\|Gender=Masc\|Mood=Ind\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Fin\|Voice=Mid`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=NUM`, `Animacy=Anim\|Case=Dat\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Aspect=Perf\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=Third\|Tense=Fut\|VerbForm=Fin\|Voice=Mid`, `Case=Loc\|Gender=Masc\|Number=Sing\|POS=DET`, `Aspect=Perf\|Gender=Neut\|Mood=Ind\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ\|StyleVariant=Short`, `Animacy=Inan\|Case=Gen\|Gender=Neut\|Number=Plur\|POS=NOUN`, `Animacy=Anim\|Case=Dat\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=PRON\|Person=Third`, `Aspect=Perf\|Gender=Neut\|Number=Sing\|POS=VERB\|StyleVariant=Short\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Animacy=Inan\|Case=Loc\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Animacy=Inan\|Case=Acc\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Aspect=Perf\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=Third\|Tense=Fut\|VerbForm=Fin\|Voice=Act`, `Aspect=Perf\|Mood=Ind\|Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Fin\|Voice=Mid`, `Animacy=Inan\|Case=Gen\|Gender=Neut\|Number=Sing\|POS=PRON`, `Aspect=Perf\|Case=Loc\|Gender=Neut\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Animacy=Inan\|Case=Loc\|Gender=Neut\|Number=Sing\|POS=PROPN`, `Case=Dat\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Animacy=Inan\|Case=Dat\|Gender=Masc\|Number=Plur\|POS=PROPN`, `Animacy=Inan\|Case=Acc\|Degree=Pos\|Number=Plur\|POS=ADJ`, `Animacy=Inan\|Case=Acc\|Gender=Neut\|Number=Plur\|POS=NOUN`, `Foreign=Yes\|POS=X`, `Animacy=Inan\|Case=Loc\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Aspect=Imp\|POS=VERB\|Tense=Pres\|VerbForm=Conv\|Voice=Act`, `Case=Gen\|Degree=Pos\|Number=Plur\|POS=ADJ`, `Animacy=Inan\|Case=Ins\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Aspect=Imp\|Gender=Neut\|Mood=Ind\|Number=Sing\|POS=AUX\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Case=Nom\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Aspect=Imp\|Case=Nom\|Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Gen\|POS=NUM`, `Animacy=Inan\|Case=Acc\|Gender=Masc\|POS=NUM`, `Aspect=Imp\|Case=Gen\|Number=Plur\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Animacy=Inan\|Case=Ins\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Animacy=Inan\|Case=Ins\|Gender=Neut\|Number=Sing\|POS=PROPN`, `Animacy=Inan\|Case=Nom\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=Third\|Tense=Pres\|VerbForm=Fin\|Voice=Pass`, `Aspect=Imp\|POS=VERB\|VerbForm=Inf\|Voice=Pass`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=NUM`, `Case=Ins\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Animacy=Inan\|Case=Acc\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Aspect=Perf\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=Third\|Tense=Fut\|VerbForm=Fin\|Voice=Act`, `Animacy=Inan\|Case=Ins\|Gender=Neut\|Number=Plur\|POS=NOUN`, `Case=Loc\|Gender=Fem\|Number=Sing\|POS=DET`, `Animacy=Inan\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Case=Loc\|Gender=Masc\|Number=Sing\|POS=PRON`, `Aspect=Perf\|Gender=Neut\|Mood=Ind\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Fin\|Voice=Mid`, `Animacy=Anim\|Case=Dat\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Animacy=Anim\|Case=Acc\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Animacy=Anim\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Animacy=Anim\|Case=Ins\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Aspect=Perf\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Animacy=Inan\|Case=Nom\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Animacy=Inan\|Case=Acc\|Number=Plur\|POS=PRON\|Person=Third`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=PRON`, `Case=Dat\|POS=PRON`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=Third\|Tense=Pres\|VerbForm=Fin\|Voice=Mid`, `Animacy=Inan\|Case=Nom\|Gender=Neut\|Number=Sing\|POS=PROPN`, `Animacy=Inan\|Case=Nom\|Gender=Fem\|Number=Plur\|POS=PROPN`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=PRON`, `Case=Ins\|Number=Plur\|POS=PRON\|Person=Third`, `Animacy=Inan\|Case=Acc\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Animacy=Inan\|Case=Dat\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Aspect=Perf\|Case=Gen\|Gender=Fem\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Aspect=Imp\|POS=AUX\|VerbForm=Inf\|Voice=Act`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=AUX\|Person=Third\|Tense=Pres\|VerbForm=Fin\|Voice=Act`, `Aspect=Imp\|Case=Gen\|Gender=Fem\|Number=Sing\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Aspect=Perf\|Case=Dat\|Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ\|StyleVariant=Short`, `Degree=Cmp\|POS=ADV`, `Aspect=Perf\|Case=Loc\|Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Aspect=Imp\|Case=Ins\|Gender=Fem\|Number=Sing\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Aspect=Perf\|Gender=Fem\|Mood=Ind\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Fin\|Voice=Mid`, `Aspect=Imp\|Gender=Neut\|Mood=Ind\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Fin\|Voice=Pass`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=AUX\|Person=First\|Tense=Pres\|VerbForm=Fin\|Voice=Act`, `Case=Ins\|Number=Plur\|POS=DET`, `Aspect=Perf\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=First\|Tense=Fut\|VerbForm=Fin\|Voice=Act`, `Aspect=Imp\|Case=Acc\|Gender=Fem\|Number=Sing\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Animacy=Inan\|Case=Dat\|Gender=Neut\|Number=Sing\|POS=PRON`, `Case=Loc\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Animacy=Inan\|Case=Gen\|Gender=Fem\|Number=Plur\|POS=PROPN`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=DET`, `Animacy=Inan\|Case=Gen\|Gender=Neut\|Number=Sing\|POS=PROPN`, `Aspect=Imp\|Case=Nom\|Number=Plur\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Gen\|Gender=Masc\|POS=NUM`, `Animacy=Anim\|Case=Dat\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Aspect=Imp\|Case=Ins\|Gender=Fem\|Number=Sing\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Animacy=Anim\|Case=Ins\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Aspect=Imp\|Case=Nom\|Gender=Fem\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Aspect=Perf\|Gender=Fem\|Number=Sing\|POS=VERB\|StyleVariant=Short\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Aspect=Perf\|POS=VERB\|Tense=Past\|VerbForm=Conv\|Voice=Act`, `Aspect=Imp\|Case=Ins\|Gender=Masc\|Number=Sing\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Loc\|Gender=Neut\|Number=Sing\|POS=DET`, `Animacy=Anim\|Case=Gen\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Animacy=Inan\|Case=Acc\|Gender=Neut\|Number=Sing\|POS=PROPN`, `Aspect=Imp\|Case=Loc\|Gender=Masc\|Number=Sing\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Aspect=Imp\|Case=Dat\|Number=Plur\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Aspect=Perf\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Aspect=Perf\|Case=Loc\|Gender=Fem\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Dat\|Number=Sing\|POS=PRON\|Person=Second`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=DET`, `POS=ADV`, `Case=Acc\|POS=PRON`, `Animacy=Anim\|Case=Loc\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Case=Ins\|Gender=Masc\|Number=Sing\|POS=NUM`, `Case=Ins\|POS=NUM`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=First\|Tense=Pres\|VerbForm=Fin\|Voice=Act`, `Aspect=Perf\|Case=Nom\|Gender=Fem\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Animacy=Inan\|Case=Ins\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=DET`, `Aspect=Imp\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Animacy=Anim\|Case=Acc\|Degree=Pos\|Number=Plur\|POS=ADJ`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=Third`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=NUM`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=DET`, `Aspect=Perf\|Case=Ins\|Gender=Fem\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Loc\|POS=PRON`, `Animacy=Inan\|Case=Acc\|Degree=Pos\|Number=Plur\|POS=DET`, `Animacy=Inan\|Case=Dat\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Case=Loc\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=Third`, `Animacy=Anim\|Aspect=Perf\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Loc\|Gender=Fem\|Number=Sing\|POS=PRON`, `Aspect=Perf\|Case=Ins\|Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Animacy=Anim\|Case=Acc\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Aspect=Imp\|Mood=Imp\|Number=Plur\|POS=VERB\|Person=Second\|VerbForm=Fin\|Voice=Act`, `Case=Nom\|Number=Plur\|POS=PRON\|Person=Second`, `Aspect=Perf\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=Second\|Tense=Fut\|VerbForm=Fin\|Voice=Act`, `POS=SYM`, `Degree=Cmp\|POS=ADJ`, `Animacy=Inan\|Case=Dat\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Aspect=Imp\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Acc\|Gender=Masc\|POS=NUM`, `Animacy=Inan\|Case=Nom\|Gender=Masc\|Number=Plur\|POS=PROPN`, `Case=Nom\|Gender=Fem\|POS=NUM`, `Animacy=Inan\|Case=Loc\|Gender=Masc\|Number=Plur\|POS=PROPN`, `Animacy=Anim\|Case=Acc\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Animacy=Anim\|Case=Acc\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Aspect=Perf\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Animacy=Inan\|Case=Gen\|Gender=Masc\|Number=Plur\|POS=PROPN`, `Degree=Pos\|POS=ADJ`, `Case=Ins\|Degree=Sup\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Animacy=Inan\|Case=Ins\|Gender=Masc\|Number=Plur\|POS=PROPN`, `Animacy=Anim\|Case=Dat\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Fin\|Voice=Pass`, `Aspect=Imp\|Case=Acc\|Gender=Fem\|Number=Sing\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Gen\|Number=Plur\|POS=PRON\|Person=Third`, `Animacy=Inan\|Case=Acc\|Number=Plur\|POS=PRON`, `Animacy=Anim\|Case=Nom\|Gender=Neut\|Number=Plur\|POS=NOUN`, `Animacy=Anim\|Case=Gen\|Gender=Neut\|Number=Plur\|POS=NOUN`, `Degree=Pos\|Gender=Neut\|Number=Sing\|POS=PUNCT\|StyleVariant=Short`, `Case=Ins\|Degree=Sup\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Aspect=Imp\|Case=Nom\|Gender=Fem\|Number=Sing\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Animacy=Anim\|Case=Ins\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Animacy=Anim\|Case=Acc\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Case=Dat\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Animacy=Anim\|Case=Nom\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Animacy=Anim\|Case=Dat\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Animacy=Inan\|Case=Nom\|Gender=Neut\|Number=Sing\|POS=SCONJ`, `Case=Loc\|Gender=Neut\|Number=Sing\|POS=PRON`, `Aspect=Imp\|Case=Nom\|Gender=Fem\|Number=Sing\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Aspect=Imp\|Gender=Fem\|Mood=Ind\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Fin\|Voice=Mid`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=First\|Tense=Pres\|VerbForm=Fin\|Voice=Mid`, `Case=Dat\|Number=Sing\|POS=PRON\|Person=First`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=DET`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=Second\|Tense=Pres\|VerbForm=Fin\|Voice=Mid`, `POS=NOUN`, `Case=Dat\|Number=Plur\|POS=PRON\|Person=Third`, `Degree=Cmp\|POS=NUM`, `Case=Gen\|Gender=Neut\|Number=Sing\|POS=NUM`, `Aspect=Imp\|Case=Nom\|Number=Plur\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Loc\|Number=Plur\|POS=DET`, `Aspect=Perf\|Case=Gen\|Gender=Neut\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Aspect=Perf\|Case=Nom\|Gender=Neut\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Dat\|POS=NUM`, `Animacy=Anim\|Aspect=Imp\|Case=Acc\|Number=Plur\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Ins\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=Third`, `Animacy=Anim\|Case=Voc\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=Third`, `Case=Nom\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=NUM`, `Animacy=Anim\|Case=Gen\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Animacy=Anim\|Case=Nom\|Gender=Neut\|Number=Sing\|POS=NOUN`, `Animacy=Inan\|Case=Acc\|Gender=Fem\|POS=NUM`, `Aspect=Perf\|Case=Loc\|Gender=Masc\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Aspect=Perf\|Case=Acc\|Gender=Fem\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Animacy=Anim\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=PRON`, `Case=Ins\|Gender=Fem\|Number=Sing\|POS=DET`, `Animacy=Anim\|Case=Gen\|Gender=Masc\|Number=Plur\|POS=PROPN`, `Animacy=Inan\|Case=Par\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Aspect=Imp\|Gender=Fem\|Mood=Ind\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Fin\|Voice=Pass`, `Aspect=Perf\|Case=Nom\|Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=PRON`, `Case=Gen\|Number=Plur\|POS=DET\|Person=Third`, `Animacy=Inan\|Case=Dat\|Gender=Neut\|Number=Sing\|POS=PROPN`, `Animacy=Inan\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=ADV`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=NUM`, `Aspect=Perf\|Case=Loc\|Gender=Masc\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Aspect=Imp\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Nom\|Gender=Masc\|POS=NUM`, `Aspect=Imp\|Case=Dat\|Gender=Masc\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Loc\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=Third`, `Animacy=Anim\|Case=Ins\|Gender=Neut\|Number=Plur\|POS=NOUN`, `Animacy=Inan\|Aspect=Perf\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Aspect=Imp\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Aspect=Perf\|Case=Gen\|Gender=Neut\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Gen\|Gender=Fem\|POS=NUM`, `Animacy=Anim\|Aspect=Imp\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Aspect=Perf\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `POS=ADV\|Polarity=Neg`, `Case=Dat\|Gender=Neut\|Number=Sing\|POS=PRON`, `Aspect=Perf\|Case=Nom\|Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Acc\|Gender=Neut\|POS=NUM`, `Aspect=Imp\|Mood=Imp\|Number=Sing\|POS=VERB\|Person=Second\|VerbForm=Fin\|Voice=Act`, `Case=Gen\|Number=Sing\|POS=PRON\|Person=First`, `Case=Nom\|Gender=Neut\|POS=NUM`, `Case=Gen\|POS=VERB\|Polarity=Neg`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=Second\|Tense=Pres\|VerbForm=Fin\|Voice=Act`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=PRON`, `Aspect=Imp\|Case=Dat\|Gender=Masc\|Number=Sing\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Loc\|Number=Plur\|POS=PRON`, `Case=Loc\|Number=Plur\|POS=PRON\|Person=Third`, `Case=Gen\|Number=Plur\|POS=PRON`, `Aspect=Perf\|Case=Dat\|Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=NUM`, `Aspect=Imp\|Case=Dat\|Gender=Fem\|Number=Sing\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Animacy=Inan\|Aspect=Perf\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `POS=CCONJ\|Polarity=Neg`, `Animacy=Inan\|Aspect=Imp\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Aspect=Imp\|Case=Gen\|Number=Plur\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Ins\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=Third`, `Case=Dat\|Gender=Neut\|Number=Sing\|POS=DET`, `Aspect=Imp\|Gender=Neut\|Mood=Ind\|Number=Sing\|POS=PRON\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Aspect=Imp\|POS=VERB\|Tense=Pres\|VerbForm=Conv\|Voice=Mid`, `Case=Gen\|Gender=Neut\|Number=Sing\|POS=DET`, `Case=Nom\|Number=Sing\|POS=PRON\|Person=Second`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=Second\|Tense=Pres\|VerbForm=Fin\|Voice=Act`, `Animacy=Inan\|Case=Loc\|Gender=Fem\|Number=Plur\|POS=PROPN`, `Aspect=Perf\|Case=Nom\|Gender=Fem\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=Third\|Tense=Pres\|VerbForm=Fin\|Voice=Pass`, `Case=Ins\|Gender=Neut\|Number=Sing\|POS=DET`, `Animacy=Anim\|Case=Acc\|POS=NUM`, `Aspect=Imp\|Number=Plur\|POS=VERB\|StyleVariant=Short\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Aspect=Imp\|Gender=Masc\|Number=Sing\|POS=VERB\|StyleVariant=Short\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Dat\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=Third`, `Case=Loc\|Gender=Masc\|Number=Sing\|POS=NUM`, `Case=Dat\|Gender=Masc\|Number=Sing\|POS=NUM`, `Aspect=Imp\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Animacy=Anim\|Case=Gen\|Gender=Neut\|Number=Sing\|POS=NOUN`, `Case=Loc\|Degree=Sup\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Gen\|Number=Plur\|POS=PRON\|Person=First`, `Case=Dat\|Number=Plur\|POS=PRON\|Person=First`, `Case=Gen\|Number=Plur\|POS=PRON\|Person=Second`, `Aspect=Perf\|Mood=Imp\|Number=Plur\|POS=VERB\|Person=Second\|VerbForm=Fin\|Voice=Act`, `Aspect=Perf\|Case=Acc\|Gender=Neut\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Acc\|Number=Sing\|POS=PRON\|Person=First`, `Foreign=Yes\|POS=PUNCT`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=PRON\|Person=Third\|Tense=Pres\|VerbForm=Fin\|Voice=Act`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=AUX\|Person=First\|Tense=Pres\|VerbForm=Fin\|Voice=Act`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=DET\|Person=Third`, `Case=Dat\|Degree=Sup\|Number=Plur\|POS=ADJ`, `Aspect=Perf\|Case=Acc\|Gender=Fem\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Aspect=Perf\|Case=Dat\|Gender=Masc\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Loc\|POS=NUM`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=First\|Tense=Pres\|VerbForm=Fin\|Voice=Mid`, `Case=Dat\|Number=Plur\|POS=DET`, `Aspect=Imp\|POS=AUX\|Tense=Pres\|VerbForm=Conv\|Voice=Act`, `Aspect=Perf\|Case=Ins\|Gender=Masc\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Aspect=Imp\|Case=Nom\|Gender=Neut\|Number=Sing\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Ins\|POS=PRON`, `Case=Ins\|Gender=Neut\|Number=Sing\|POS=PRON`, `Aspect=Perf\|Case=Loc\|Gender=Neut\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Dat\|Gender=Neut\|Number=Sing\|POS=PRON\|Person=Third`, `Aspect=Imp\|Mood=Imp\|Number=Sing\|POS=VERB\|Person=Second\|VerbForm=Fin\|Voice=Mid`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=PRON`, `Animacy=Inan\|Aspect=Imp\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `POS=PROPN`, `Aspect=Perf\|Case=Loc\|Gender=Fem\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Aspect=Imp\|Case=Gen\|Gender=Fem\|Number=Sing\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Aspect=Perf\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=Second\|Tense=Fut\|VerbForm=Fin\|Voice=Act`, `Case=Gen\|Degree=Sup\|Number=Plur\|POS=ADJ`, `Animacy=Anim\|Case=Ins\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Animacy=Inan\|Case=Ins\|Gender=Fem\|Number=Plur\|POS=PROPN`, `Case=Ins\|Number=Plur\|POS=PRON\|Person=Second`, `Case=Gen\|Gender=Neut\|Number=Sing\|POS=PRON\|Person=Third`, `Animacy=Anim\|Case=Loc\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Aspect=Imp\|Case=Ins\|Gender=Masc\|Number=Sing\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Animacy=Inan\|Aspect=Imp\|Case=Acc\|Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Aspect=Imp\|Case=Dat\|Number=Plur\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Aspect=Imp\|Case=Loc\|Gender=Masc\|Number=Sing\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Ins\|Number=Sing\|POS=PRON\|Person=First`, `Aspect=Imp\|Case=Acc\|Gender=Neut\|Number=Sing\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Aspect=Imp\|Case=Loc\|Gender=Fem\|Number=Sing\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Loc\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=DET`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=DET\|Person=Third`, `Aspect=Imp\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Aspect=Imp\|Case=Gen\|Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Ins\|Gender=Fem\|Number=Sing\|POS=NUM`, `Animacy=Inan\|Case=Gen\|Gender=Fem\|Number=Sing\|POS=PUNCT`, `Animacy=Anim\|Case=Dat\|Gender=Neut\|Number=Plur\|POS=NOUN`, `Aspect=Imp\|Case=Ins\|Number=Plur\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Aspect=Imp\|Case=Loc\|Gender=Neut\|Number=Sing\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Ins\|Gender=Masc\|Number=Sing\|POS=PRON`, `Animacy=Anim\|Aspect=Imp\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Aspect=Perf\|Case=Ins\|Gender=Fem\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Animacy=Inan\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=PRON`, `Animacy=Inan\|Case=Acc\|Number=Plur\|POS=PRON\|Person=First`, `Animacy=Anim\|Aspect=Perf\|Case=Acc\|Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Aspect=Imp\|Case=Gen\|Gender=Fem\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Animacy=Inan\|Aspect=Imp\|Case=Acc\|Number=Plur\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Animacy=Anim\|Case=Acc\|Gender=Neut\|Number=Sing\|POS=NOUN`, `Case=Ins\|Number=Sing\|POS=PRON\|Person=Second`, `Aspect=Perf\|Case=Dat\|Gender=Masc\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=DET`, `Animacy=Anim\|Aspect=Perf\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=PRON`, `Aspect=Perf\|Case=Dat\|Gender=Neut\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Nom\|Degree=Sup\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Animacy=Inan\|Case=Acc\|Degree=Sup\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Aspect=Imp\|Case=Loc\|Number=Plur\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Dat\|Number=Plur\|POS=PRON`, `Animacy=Inan\|Case=Ins\|Gender=Neut\|Number=Plur\|POS=PROPN`, `Animacy=Anim\|Case=Loc\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Animacy=Anim\|Case=Gen\|Number=Plur\|POS=DET`, `Aspect=Perf\|Case=Gen\|Gender=Fem\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Animacy=Inan\|Case=Acc\|Gender=Masc\|Number=Plur\|POS=PROPN`, `Case=Ins\|Degree=Sup\|Number=Plur\|POS=ADJ`, `Case=Ins\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=DET`, `Case=Dat\|Degree=Sup\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Animacy=Anim\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=ADV`, `Foreign=Yes\|POS=PART`, `Case=Gen\|Gender=Neut\|Number=Sing\|POS=PRON`, `Aspect=Perf\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=First\|Tense=Fut\|VerbForm=Fin\|Voice=Act`, `Case=Gen\|Degree=Sup\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Animacy=Inan\|Aspect=Imp\|Case=Acc\|Number=Plur\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Animacy=Inan\|Case=Dat\|Gender=Fem\|Number=Plur\|POS=PROPN`, `Case=Nom\|Degree=Pos\|Number=Plur\|POS=DET`, `Case=Loc\|Gender=Fem\|POS=NUM`, `Animacy=Anim\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=DET`, `Aspect=Perf\|POS=VERB\|Tense=Past\|VerbForm=Conv\|Voice=Mid`, `Aspect=Imp\|Case=Loc\|Number=Plur\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Animacy=Inan\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=PUNCT`, `Animacy=Anim\|Case=Loc\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Aspect=Perf\|Case=Ins\|Gender=Masc\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Acc\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=DET`, `Aspect=Perf\|Case=Ins\|Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Animacy=Inan\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=DET`, `Animacy=Anim\|Aspect=Imp\|Case=Acc\|Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Loc\|Gender=Neut\|Number=Sing\|POS=PRON\|Person=Third`, `Case=Acc\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=PUNCT`, `Aspect=Imp\|Case=Nom\|Gender=Neut\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Animacy=Anim\|Case=Loc\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Aspect=Perf\|Case=Nom\|Gender=Neut\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Animacy=Inan\|Aspect=Perf\|Case=Acc\|Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Animacy=Inan\|Case=Ins\|Gender=Fem\|Number=Sing\|POS=ADV`, `Case=Nom\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=DET`, `Aspect=Imp\|Case=Loc\|Gender=Masc\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Aspect=Perf\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=First\|Tense=Fut\|VerbForm=Fin\|Voice=Mid`, `Case=Nom\|Degree=Sup\|Number=Plur\|POS=ADJ`, `Aspect=Perf\|Mood=Imp\|Number=Sing\|POS=VERB\|Person=Second\|VerbForm=Fin\|Voice=Act`, `Case=Nom\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=DET`, `Case=Loc\|Number=Sing\|POS=PRON\|Person=First`, `Aspect=Imp\|Case=Ins\|Gender=Neut\|Number=Sing\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Aspect=Perf\|Case=Ins\|Gender=Neut\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=NUM`, `Animacy=Anim\|Aspect=Perf\|Case=Acc\|Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Animacy=Anim\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=PRON`, `Aspect=Perf\|Case=Ins\|Gender=Neut\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Aspect=Imp\|Case=Ins\|Number=Plur\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Aspect=Imp\|POS=PRON\|VerbForm=Inf\|Voice=Act`, `Animacy=Inan\|Case=Acc\|Gender=Fem\|Number=Plur\|POS=PROPN`, `Aspect=Imp\|Case=Gen\|Gender=Neut\|Number=Sing\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Animacy=Inan\|Case=Acc\|Number=Plur\|POS=PRON\|Person=Second`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=NUM`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=PRON\|Person=Third\|Tense=Pres\|VerbForm=Fin\|Voice=Act`, `Case=Loc\|Degree=Sup\|Number=Plur\|POS=ADJ`, `Case=Acc\|Number=Sing\|POS=PRON\|Person=Second`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Ins\|Number=Plur\|POS=PRON\|Person=First`, `Case=Acc\|Degree=Sup\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Dat\|Gender=Masc\|POS=NUM`, `Aspect=Perf\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=Second\|Tense=Fut\|VerbForm=Fin\|Voice=Mid`, `Aspect=Perf\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=First\|Tense=Fut\|VerbForm=Fin\|Voice=Mid`, `Animacy=Anim\|Case=Loc\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Animacy=Anim\|Case=Dat\|Number=Plur\|POS=PRON`, `Animacy=Anim\|Case=Nom\|Number=Plur\|POS=PRON`, `Animacy=Anim\|Case=Loc\|Gender=Neut\|Number=Plur\|POS=NOUN`, `Case=Dat\|Gender=Masc\|Number=Sing\|POS=PRON`, `Animacy=Anim\|Case=Acc\|Degree=Sup\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Animacy=Anim\|Case=Nom\|Gender=Masc\|Number=Plur\|POS=PROPN`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=DET\|Person=Third`, `Animacy=Anim\|Case=Ins\|Gender=Masc\|Number=Plur\|POS=PROPN`, `POS=VERB`, `Animacy=Inan\|Case=Gen\|Gender=Neut\|Number=Plur\|POS=PROPN`, `Case=Gen\|Degree=Pos\|Number=Plur\|POS=DET`, `Aspect=Imp\|Case=Dat\|Gender=Masc\|Number=Sing\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Dat\|Number=Plur\|POS=PRON\|Person=Second`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=NUM`, `Aspect=Imp\|Case=Ins\|Gender=Fem\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Animacy=Inan\|Aspect=Imp\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Animacy=Anim\|Case=Dat\|Number=Plur\|POS=DET`, `Aspect=Perf\|Case=Dat\|Gender=Fem\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Aspect=Imp\|Gender=Masc\|Mood=Ind\|Number=Sing\|POS=PRON\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Animacy=Inan\|Case=Acc\|Degree=Sup\|Number=Plur\|POS=ADJ`, `Animacy=Anim\|Case=Ins\|Gender=Neut\|Number=Sing\|POS=NOUN`, `Aspect=Imp\|Case=Dat\|Gender=Neut\|Number=Sing\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Nom\|Degree=Sup\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Aspect=Imp\|Case=Acc\|Gender=Neut\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Hyph=Yes\|POS=PROPN`, `Aspect=Imp\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Gen\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=DET`, `Case=Gen\|Number=Sing\|POS=PRON\|Person=Second`, `Hyph=Yes\|POS=NUM`, `Case=Ins\|Gender=Fem\|Number=Sing\|POS=PRON`, `Animacy=Inan\|Case=Loc\|Gender=Neut\|Number=Plur\|POS=PROPN`, `Aspect=Imp\|Case=Ins\|Gender=Masc\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Animacy=Inan\|Case=Nom\|Gender=Neut\|Number=Sing\|POS=ADV`, `Aspect=Imp\|Case=Nom\|Gender=Neut\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Ins\|Number=Plur\|POS=PRON`, `Case=Acc\|Number=Plur\|POS=PRON\|Person=Third`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=PRON\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Aspect=Imp\|Case=Ins\|Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Gen\|Degree=Sup\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Animacy=Inan\|Case=Nom\|Gender=Neut\|Number=Plur\|POS=PROPN`, `Animacy=Anim\|Case=Loc\|Gender=Neut\|Number=Sing\|POS=NOUN`, `Aspect=Imp\|Mood=Imp\|Number=Plur\|POS=VERB\|Person=Second\|VerbForm=Fin\|Voice=Mid`, `Animacy=Inan\|Case=Dat\|Gender=Neut\|Number=Sing\|POS=ADV`, `Aspect=Imp\|Case=Acc\|Gender=Fem\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Acc\|Gender=Fem\|POS=NUM`, `Aspect=Imp\|Case=Dat\|Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Ins\|Degree=Pos\|Number=Plur\|POS=DET`, `Animacy=Anim\|Case=Dat\|Gender=Masc\|Number=Plur\|POS=PROPN`, `Hyph=Yes\|POS=NOUN`, `Case=Gen\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=NUM`, `Case=Loc\|Number=Sing\|POS=PRON\|Person=Second`, `Animacy=Inan\|Case=Acc\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=NUM`, `Aspect=Imp\|POS=VERB\|Tense=Past\|VerbForm=Conv\|Voice=Act`, `Aspect=Imp\|Mood=Imp\|Number=Plur\|POS=AUX\|Person=Second\|VerbForm=Fin\|Voice=Act`, `Case=Loc\|Gender=Neut\|Number=Sing\|POS=NUM`, `Case=Acc\|Number=Plur\|POS=PRON\|Person=First`, `Aspect=Perf\|Case=Dat\|Gender=Neut\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Gen\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=PUNCT`, `Animacy=Inan\|Case=Ins\|Gender=Neut\|Number=Plur\|POS=ADV`, `Case=Gen\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=DET`, `Aspect=Perf\|Case=Loc\|Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `POS=AUX`, `Animacy=Anim\|Case=Gen\|Number=Plur\|POS=PRON`, `Case=Gen\|Gender=Neut\|Number=Sing\|POS=DET\|Person=Third`, `Aspect=Perf\|Case=Dat\|Gender=Fem\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Animacy=Inan\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=ADV`, `Case=Loc\|Gender=Masc\|POS=NUM`, `Case=Gen\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=NUM`, `Case=Loc\|Degree=Sup\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Ins\|Gender=Neut\|Number=Sing\|POS=PRON\|Person=Third`, `Case=Dat\|Gender=Neut\|Number=Sing\|POS=NUM`, `Case=Gen\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=DET`, `Case=Dat\|Degree=Pos\|Number=Plur\|POS=DET`, `Case=Ins\|Gender=Neut\|Number=Sing\|POS=NUM`, `Case=Loc\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=NUM`, `Case=Loc\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=DET`, `Animacy=Inan\|Case=Acc\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=DET`, `Animacy=Inan\|Case=Ins\|Gender=Neut\|Number=Sing\|POS=SCONJ`, `Animacy=Anim\|Case=Acc\|Number=Plur\|POS=DET`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=Second\|Tense=Pres\|VerbForm=Fin\|Voice=Mid`, `Aspect=Imp\|Mood=Imp\|Number=Sing\|POS=DET\|Person=Second\|VerbForm=Fin\|Voice=Act`, `Aspect=Imp\|Gender=Fem\|Mood=Ind\|Number=Sing\|POS=PRON\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Animacy=Inan\|Case=Ins\|Gender=Masc\|Number=Sing\|POS=ADV`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=AUX\|Person=Second\|Tense=Pres\|VerbForm=Fin\|Voice=Act`, `Animacy=Inan\|Case=Nom\|Gender=Neut\|Number=Sing\|POS=DET`, `Animacy=Inan\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=ADV`, `Case=Nom\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=NUM`, `Aspect=Imp\|Case=Loc\|Gender=Fem\|Number=Sing\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Animacy=Inan\|Case=Acc\|Number=Plur\|POS=DET\|Person=Third`, `Animacy=Inan\|Case=Gen\|Gender=Neut\|Number=Sing\|POS=ADV`, `Aspect=Imp\|Case=Acc\|Gender=Neut\|Number=Sing\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `POS=PRON`, `Animacy=Anim\|Aspect=Imp\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Animacy=Anim\|Case=Nom\|Number=Plur\|POS=DET`, `Aspect=Imp\|Case=Gen\|Gender=Neut\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Aspect=Imp\|Case=Nom\|Gender=Neut\|Number=Sing\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Aspect=Imp\|Case=Loc\|Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Aspect=Imp\|Case=Gen\|Gender=Neut\|Number=Sing\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Nom\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=DET`, `Animacy=Inan\|Case=Gen\|Gender=Neut\|Number=Sing\|POS=DET`, `Case=Dat\|POS=DET`, `Case=Nom\|Degree=Sup\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Mood=Ind\|Number=Plur\|POS=AUX\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Case=Gen\|Gender=Masc\|POS=ADJ`, `Aspect=Imp\|Mood=Imp\|Number=Sing\|POS=AUX\|Person=Second\|VerbForm=Fin\|Voice=Act`, `Aspect=Imp\|Case=Gen\|Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Aspect=Imp\|Case=Dat\|Gender=Fem\|Number=Sing\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Aspect=Perf\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=Second\|Tense=Fut\|VerbForm=Fin\|Voice=Mid`, `Animacy=Anim\|Case=Dat\|Gender=Neut\|Number=Sing\|POS=NOUN`, `Case=Loc\|Degree=Pos\|Number=Plur\|POS=DET`, `Animacy=Anim\|Case=Ins\|Number=Plur\|POS=DET`, `Animacy=Anim\|Case=Acc\|Gender=Masc\|Number=Plur\|POS=PROPN`, `Animacy=Inan\|Case=Loc\|Gender=Neut\|Number=Sing\|POS=DET`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=DET\|Person=Third`, `Case=Ins\|Degree=Sup\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Animacy=Anim\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=PUNCT`, `Degree=Cmp\|POS=ADP`, `Animacy=Anim\|Case=Voc\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Aspect=Imp\|Case=Loc\|Gender=Neut\|Number=Sing\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Animacy=Inan\|Case=Acc\|Number=Plur\|POS=ADV`, `Case=Ins\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADP`, `Animacy=Inan\|Case=Acc\|POS=ADV`, `Case=Acc\|POS=ADV`, `Animacy=Anim\|Case=Ins\|Number=Plur\|POS=PRON`, `Aspect=Imp\|POS=ADV\|Tense=Pres\|VerbForm=Conv\|Voice=Act`, `Aspect=Perf\|Mood=Imp\|Number=Plur\|POS=VERB\|Person=Second\|VerbForm=Fin\|Voice=Mid`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=AUX\|Person=Second\|Tense=Pres\|VerbForm=Fin\|Voice=Act`, `Animacy=Anim\|Aspect=Imp\|Case=Acc\|Number=Plur\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Gen\|Number=Plur\|POS=NUM`, `Aspect=Imp\|Case=Loc\|Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Animacy=Inan\|Case=Acc\|Gender=Neut\|Number=Sing\|POS=ADV`, `Aspect=Imp\|Case=Loc\|Gender=Fem\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Animacy=Inan\|Case=Acc\|Gender=Neut\|Number=Sing\|POS=SCONJ`, `Aspect=Imp\|Case=Dat\|Gender=Neut\|Number=Sing\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Animacy=Anim\|Case=Acc\|Degree=Sup\|Number=Plur\|POS=ADJ`, `Case=Ins\|POS=VERB\|Polarity=Neg`, `Case=Ins\|Degree=Pos\|Number=Plur\|POS=NUM`, `Animacy=Anim\|Case=Acc\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=DET`, `Animacy=Inan\|Case=Acc\|Gender=Fem\|Number=Sing\|POS=ADV`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=PUNCT\|Person=Third\|Tense=Pres\|VerbForm=Fin\|Voice=Act`, `Case=Acc\|POS=VERB\|Polarity=Neg`, `Aspect=Imp\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=AUX\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Case=Ins\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=DET`, `Animacy=Inan\|Case=Dat\|Gender=Fem\|Number=Sing\|POS=PUNCT`, `Animacy=Inan\|Case=Acc\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=DET`, `Foreign=Yes\|POS=NUM`, `Gender=Neut\|Mood=Ind\|Number=Sing\|POS=AUX\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Aspect=Imp\|Case=Dat\|Gender=Fem\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Animacy=Anim\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=PUNCT`, `Animacy=Anim\|Case=Acc\|Gender=Fem\|POS=NUM`, `Case=Loc\|Degree=Sup\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Animacy=Anim\|Case=Ins\|Gender=Masc\|Number=Sing\|POS=PRON`, `Animacy=Inan\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=ADP`, `Case=Loc\|POS=DET`, `Case=Ins\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=DET`, `Case=Ins\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=NUM`, `Animacy=Inan\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=PUNCT`, `Aspect=Imp\|POS=ADP\|VerbForm=Inf\|Voice=Act`, `Case=Acc\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=NUM`, `Case=Dat\|POS=VERB\|Polarity=Neg`, `Animacy=Anim\|Case=Acc\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=NUM`, `Aspect=Imp\|Case=Ins\|Gender=Neut\|Number=Sing\|POS=VERB\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Case=Ins\|Gender=Masc\|POS=NUM`, `Case=Ins\|Gender=Fem\|POS=NUM`, `Case=Dat\|Gender=Fem\|POS=NUM`, `Aspect=Imp\|Case=Nom\|Gender=Fem\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Aspect=Imp\|Case=Loc\|Gender=Fem\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Loc\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=DET`, `Aspect=Perf\|Mood=Imp\|Number=Sing\|POS=VERB\|Person=Second\|VerbForm=Fin\|Voice=Mid`, `Case=Nom\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=NUM`, `Case=Gen\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=NUM`, `Animacy=Anim\|Case=Loc\|Number=Plur\|POS=PRON`, `Case=Loc\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=NUM`, `Case=Gen\|Degree=Sup\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Animacy=Inan\|Case=Dat\|Gender=Fem\|Number=Sing\|POS=ADV`, `Animacy=Inan\|Case=Nom\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Animacy=Anim\|Case=Ins\|Gender=Masc\|Number=Sing\|POS=ADV`, `Aspect=Imp\|Case=Nom\|Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Aspect=Imp\|Mood=Imp\|Number=Sing\|POS=PRON\|Person=Second\|VerbForm=Fin\|Voice=Act`, `Animacy=Inan\|Case=Nom\|Gender=Fem\|Number=Sing\|POS=ADV`, `Aspect=Imp\|Case=Acc\|Gender=Fem\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Animacy=Inan\|Case=Ins\|Gender=Neut\|Number=Sing\|POS=DET`, `Foreign=Yes\|POS=ADP`, `Case=Loc\|Number=Plur\|POS=PRON\|Person=First`, `Aspect=Imp\|Case=Loc\|Gender=Neut\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=PRON\|Person=First\|Tense=Pres\|VerbForm=Fin\|Voice=Act`, `Animacy=Inan\|Case=Acc\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=NUM`, `Animacy=Inan\|Case=Ins\|Gender=Neut\|Number=Sing\|POS=ADV`, `Case=Nom\|Number=Plur\|POS=NUM`, `Case=Loc\|Gender=Neut\|POS=NUM`, `Animacy=Inan\|Case=Acc\|Degree=Sup\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Dat\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=DET`, `POS=ADV\|Voice=Act`, `Aspect=Imp\|Case=Gen\|Gender=Fem\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Animacy=Anim\|Case=Dat\|Gender=Fem\|Number=Sing\|POS=ADV`, `Aspect=Imp\|Gender=Fem\|Number=Sing\|POS=VERB\|StyleVariant=Short\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Acc\|Number=Plur\|POS=DET\|Person=Third`, `Animacy=Anim\|Case=Nom\|Gender=Fem\|Number=Sing\|POS=PUNCT`, `Case=Gen\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=ADJ\|StyleVariant=Short`, `Animacy=Inan\|Case=Acc\|Gender=Fem\|Number=Sing\|POS=PUNCT`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=DET\|Person=Third`, `Animacy=Inan\|Case=Dat\|Gender=Neut\|Number=Sing\|POS=ADP`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=DET\|Person=Third`, `Animacy=Inan\|Case=Gen\|Gender=Masc\|Number=Plur\|POS=ADV`, `Animacy=Inan\|Case=Gen\|Gender=Fem\|Number=Plur\|POS=ADV`, `Animacy=Anim\|Case=Ins\|Gender=Masc\|Number=Sing\|POS=PUNCT`, `Animacy=Anim\|Case=Gen\|Gender=Fem\|Number=Plur\|POS=PROPN`, `Animacy=Anim\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=PUNCT`, `Animacy=Anim\|Case=Loc\|Gender=Neut\|Number=Sing\|POS=PUNCT`, `Foreign=Yes\|POS=PRON`, `Animacy=Inan\|Case=Dat\|Gender=Neut\|Number=Sing\|POS=DET`, `Aspect=Perf\|Gender=Neut\|Number=Sing\|POS=ADV\|StyleVariant=Short\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Ins\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=NUM`, `Mood=Cnd\|POS=ADV`, `POS=X`, `Animacy=Inan\|Case=Acc\|Gender=Masc\|Number=Plur\|POS=ADV`, `Animacy=Anim\|Case=Nom\|Gender=Fem\|Number=Plur\|POS=PROPN`, `Aspect=Imp\|Case=Nom\|Number=Plur\|POS=AUX\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Aspect=Imp\|Case=Ins\|Gender=Neut\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Nom\|POS=ADV`, `Aspect=Perf\|Gender=Neut\|Mood=Ind\|Number=Sing\|POS=ADV\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Aspect=Imp\|POS=VERB\|Tense=Pres\|VerbForm=Conv\|Voice=Pass`, `Animacy=Anim\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=NUM`, `Case=Gen\|Degree=Pos\|Number=Plur\|POS=NUM`, `Animacy=Anim\|Case=Acc\|Degree=Pos\|Number=Plur\|POS=DET`, `Case=Ins\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=NUM`, `Animacy=Inan\|Case=Nom\|Gender=Fem\|Number=Sing\|POS=PUNCT`, `Animacy=Inan\|Case=Nom\|Gender=Neut\|Number=Sing\|POS=ADP`, `Animacy=Anim\|Case=Gen\|Gender=Neut\|Number=Sing\|POS=ADV`, `Case=Dat\|Degree=Sup\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Ins\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=ADP`, `Animacy=Inan\|Case=Loc\|Gender=Masc\|Number=Sing\|POS=ADV`, `Animacy=Anim\|Case=Acc\|Gender=Fem\|Number=Sing\|POS=ADV`, `Animacy=Inan\|Case=Gen\|Gender=Neut\|Number=Sing\|POS=ADP`, `Animacy=Anim\|Case=Nom\|Gender=Fem\|Number=Sing\|POS=ADV`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=ADV\|Person=Third\|Tense=Pres\|VerbForm=Fin\|Voice=Act`, `Case=Loc\|Number=Plur\|POS=PRON\|Person=Second`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=CCONJ\|Person=First\|Tense=Pres\|VerbForm=Fin\|Voice=Act`, `Case=Gen\|Number=Plur\|POS=ADP\|Person=Third`, `Case=Dat\|Gender=Masc\|POS=DET`, `Animacy=Anim\|Case=Nom\|Gender=Fem\|Number=Sing\|POS=CCONJ`, `Case=Dat\|Degree=Pos\|Gender=Fem\|Number=Sing\|POS=DET`, `Animacy=Anim\|Case=Ins\|Gender=Fem\|Number=Sing\|POS=PUNCT`, `Aspect=Imp\|Mood=Imp\|Number=Plur\|POS=PRON\|Person=Second\|VerbForm=Fin\|Voice=Act`, `Case=Loc\|Degree=Pos\|Gender=Masc\|Number=Sing\|POS=NUM`, `Animacy=Anim\|Case=Acc\|Gender=Masc\|POS=DET`, `Case=Gen\|POS=DET`, `Case=Ins\|POS=ADV\|Polarity=Neg`, `Animacy=Inan\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=PUNCT`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=ADV\|Person=Third\|Tense=Pres\|VerbForm=Fin\|Voice=Mid`, `Aspect=Imp\|Gender=Neut\|Number=Sing\|POS=VERB\|StyleVariant=Short\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Degree=Pos\|POS=PUNCT`, `Case=Ins\|Degree=Pos\|Number=Plur\|POS=ADP`, `Animacy=Inan\|Case=Acc\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=ADP`, `Case=Dat\|POS=ADP`, `Animacy=Inan\|Case=Loc\|Gender=Fem\|Number=Sing\|POS=PUNCT`, `Foreign=Yes\|POS=DET`, `Aspect=Imp\|Gender=Fem\|Number=Sing\|POS=VERB\|StyleVariant=Short\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Aspect=Imp\|Gender=Neut\|Mood=Ind\|Number=Sing\|POS=ADV\|Tense=Past\|VerbForm=Fin\|Voice=Mid`, `Animacy=Inan\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=ADP`, `Aspect=Perf\|Gender=Neut\|Mood=Ind\|Number=Sing\|POS=ADV\|Tense=Past\|VerbForm=Fin\|Voice=Mid`, `Animacy=Anim\|Case=Dat\|Gender=Masc\|Number=Plur\|POS=ADV`, `Aspect=Imp\|Number=Plur\|POS=VERB\|StyleVariant=Short\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=SCONJ\|Person=Third\|Tense=Pres\|VerbForm=Fin\|Voice=Act`, `Gender=Masc\|Mood=Ind\|Number=Sing\|POS=AUX\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Aspect=Imp\|Mood=Imp\|Number=Sing\|POS=ADV\|Person=Second\|VerbForm=Fin\|Voice=Act`, `Aspect=Imp\|Case=Ins\|Gender=Neut\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Act`, `Animacy=Anim\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=ADV`, `Animacy=Inan\|Case=Nom\|Gender=Neut\|Number=Plur\|POS=PRON`, `Animacy=Anim\|Case=Nom\|Number=Plur\|POS=ADV`, `Case=Dat\|Number=Plur\|POS=SCONJ`, `Case=Ins\|POS=DET`, `Animacy=Inan\|Case=Ins\|Gender=Neut\|Number=Sing\|POS=PUNCT`, `Aspect=Perf\|POS=ADV\|Tense=Past\|VerbForm=Conv\|Voice=Act`, `Animacy=Inan\|Case=Acc\|Gender=Fem\|Number=Plur\|POS=ADV`, `Animacy=Anim\|Case=Dat\|Gender=Fem\|Number=Sing\|POS=ADP`, `Animacy=Inan\|Case=Gen\|Gender=Fem\|Number=Sing\|POS=CCONJ`, `Animacy=Anim\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=ADP`, `Animacy=Inan\|Case=Gen\|Gender=Neut\|Number=Plur\|POS=PUNCT`, `Case=Loc\|Degree=Pos\|Number=Plur\|POS=NUM`, `Animacy=Inan\|Case=Gen\|Gender=Neut\|Number=Sing\|POS=SCONJ`, `Animacy=Inan\|Case=Par\|Gender=Masc\|Number=Sing\|POS=ADV`, `Case=Dat\|Gender=Fem\|POS=DET`, `Case=Nom\|Number=Plur\|POS=DET\|Polarity=Neg`, `Animacy=Inan\|Case=Nom\|Gender=Masc\|Number=Plur\|POS=SCONJ`, `Foreign=Yes\|POS=ADV`, `Degree=Pos\|POS=NUM`, `Case=Dat\|Degree=Pos\|Gender=Neut\|Number=Sing\|POS=DET`, `Animacy=Anim\|Case=Gen\|Gender=Fem\|Number=Sing\|POS=PUNCT`, `Animacy=Inan\|Case=Gen\|Gender=Fem\|Number=Sing\|POS=ADV`, `Animacy=Inan\|Case=Acc\|Gender=Neut\|Number=Sing\|POS=PUNCT`, `Aspect=Perf\|Mood=Ind\|Number=Sing\|POS=ADV\|Person=Third\|Tense=Fut\|VerbForm=Fin\|Voice=Act`, `Animacy=Anim\|Case=Gen\|Gender=Masc\|Number=Plur\|POS=ADV`, `Animacy=Inan\|Case=Gen\|Gender=Neut\|Number=Plur\|POS=DET`, `Animacy=Inan\|Case=Ins\|Gender=Masc\|Number=Sing\|POS=PUNCT`, `Animacy=Inan\|Case=Gen\|Gender=Masc\|Number=Plur\|POS=PUNCT`, `Animacy=Anim\|Case=Dat\|Gender=Masc\|Number=Sing\|POS=SCONJ`, `Animacy=Inan\|Case=Acc\|POS=DET`, `POS=VERB\|Polarity=Neg`, `Animacy=Inan\|Case=Nom\|Gender=Neut\|Number=Sing\|POS=PUNCT`, `Animacy=Inan\|Case=Gen\|Gender=Fem\|Number=Sing\|POS=DET`, `Aspect=Imp\|Case=Acc\|Gender=Neut\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Dat\|Degree=Pos\|Number=Plur\|POS=NUM`, `Animacy=Inan\|Case=Dat\|Gender=Masc\|Number=Sing\|POS=PUNCT`, `Animacy=Inan\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=CCONJ`, `Aspect=Perf\|Gender=Masc\|Mood=Ind\|Number=Sing\|POS=ADV\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Aspect=Perf\|Mood=Ind\|Number=Plur\|POS=ADV\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Animacy=Inan\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=ADP`, `Hyph=Yes\|POS=ADV`, `Degree=Pos\|POS=ADV\|Polarity=Neg`, `Animacy=Inan\|Case=Nom\|Gender=Neut\|Number=Plur\|POS=DET`, `Mood=Cnd\|POS=PART`, `Animacy=Inan\|Case=Gen\|Gender=Fem\|Number=Plur\|POS=DET`, `Aspect=Perf\|Mood=Imp\|Number=Plur\|POS=ADV\|Person=Second\|VerbForm=Fin\|Voice=Act`, `Animacy=Inan\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=DET`, `Animacy=Inan\|Case=Acc\|Number=Plur\|POS=ADP`, `Animacy=Anim\|Case=Acc\|Gender=Neut\|Number=Sing\|POS=ADV`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=PUNCT\|Person=Third`, `Aspect=Perf\|Gender=Masc\|Number=Sing\|POS=ADV\|StyleVariant=Short\|Tense=Past\|VerbForm=Part\|Voice=Pass`, `Case=Gen\|POS=ADV\|Polarity=Neg`, `Animacy=Inan\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=SCONJ`, `Case=Loc\|Gender=Neut\|Number=Sing\|POS=ADP`, `Animacy=Inan\|Case=Dat\|Gender=Neut\|Number=Plur\|POS=DET`, `Animacy=Anim\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=DET`, `Case=Dat\|Gender=Masc\|Number=Sing\|POS=DET\|Person=Third`, `Animacy=Inan\|Case=Loc\|Gender=Neut\|Number=Sing\|POS=ADP`, `Aspect=Perf\|POS=ADV\|VerbForm=Inf\|Voice=Act`, `Case=Nom\|POS=SCONJ`, `Aspect=Imp\|Gender=Neut\|Number=Sing\|POS=VERB\|StyleVariant=Short\|Tense=Pres\|VerbForm=Part\|Voice=Pass`, `Animacy=Inan\|Case=Acc\|Number=Plur\|POS=ADP\|Person=Third`, `Animacy=Inan\|Case=Loc\|Gender=Masc\|Number=Sing\|POS=DET`, `Animacy=Inan\|Case=Acc\|Gender=Neut\|Number=Plur\|POS=DET`, `Aspect=Imp\|Case=Acc\|Gender=Fem\|Number=Sing\|POS=ADV\|Tense=Pres\|VerbForm=Part\|Voice=Act`, `Case=Nom\|Degree=Pos\|Number=Plur\|POS=NUM` |
|
84 |
+
| **`parser`** | `ROOT`, `acl`, `acl:relcl`, `advcl`, `advmod`, `amod`, `appos`, `aux`, `aux:pass`, `case`, `cc`, `ccomp`, `compound`, `conj`, `cop`, `csubj`, `csubj:pass`, `dep`, `det`, `discourse`, `expl`, `fixed`, `flat`, `flat:foreign`, `flat:name`, `iobj`, `list`, `mark`, `nmod`, `nsubj`, `nsubj:pass`, `nummod`, `nummod:entity`, `nummod:gov`, `obj`, `obl`, `obl:agent`, `orphan`, `parataxis`, `punct`, `xcomp` |
|
85 |
+
| **`senter`** | `I`, `S` |
|
86 |
+
| **`ner`** | `LOC`, `ORG`, `PER` |
|
87 |
+
|
88 |
+
</details>
|
89 |
+
|
90 |
+
### Accuracy
|
91 |
+
|
92 |
+
| Type | Score |
|
93 |
+
| --- | --- |
|
94 |
+
| `TOKEN_ACC` | 99.85 |
|
95 |
+
| `TAG_ACC` | 98.94 |
|
96 |
+
| `POS_ACC` | 98.94 |
|
97 |
+
| `MORPH_ACC` | 97.56 |
|
98 |
+
| `LEMMA_ACC` | 0.00 |
|
99 |
+
| `DEP_UAS` | 96.21 |
|
100 |
+
| `DEP_LAS` | 95.16 |
|
101 |
+
| `ENTS_P` | 94.31 |
|
102 |
+
| `ENTS_R` | 95.14 |
|
103 |
+
| `ENTS_F` | 94.72 |
|
104 |
+
| `SENTS_P` | 99.89 |
|
105 |
+
| `SENTS_R` | 99.89 |
|
106 |
+
| `SENTS_F` | 99.89 |
|
accuracy.json
ADDED
@@ -0,0 +1,307 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"token_acc": 0.9984532137,
|
3 |
+
"tag_acc": 0.9893902082,
|
4 |
+
"pos_acc": 0.9893902082,
|
5 |
+
"morph_acc": 0.9756200722,
|
6 |
+
"lemma_acc": 2.15267e-05,
|
7 |
+
"dep_uas": 0.9621254207,
|
8 |
+
"dep_las": 0.9515943544,
|
9 |
+
"ents_p": 0.9431002837,
|
10 |
+
"ents_r": 0.9513549907,
|
11 |
+
"ents_f": 0.9472096531,
|
12 |
+
"sents_p": 0.9988584475,
|
13 |
+
"sents_r": 0.9988584475,
|
14 |
+
"sents_f": 0.9988584475,
|
15 |
+
"speed": 3736.668839502,
|
16 |
+
"morph_per_feat": {
|
17 |
+
"Animacy": {
|
18 |
+
"p": 0.9897974142,
|
19 |
+
"r": 0.9813673624,
|
20 |
+
"f": 0.9855643619
|
21 |
+
},
|
22 |
+
"Case": {
|
23 |
+
"p": 0.9789107243,
|
24 |
+
"r": 0.972489346,
|
25 |
+
"f": 0.9756894699
|
26 |
+
},
|
27 |
+
"Gender": {
|
28 |
+
"p": 0.9888523716,
|
29 |
+
"r": 0.9828503322,
|
30 |
+
"f": 0.9858422165
|
31 |
+
},
|
32 |
+
"Number": {
|
33 |
+
"p": 0.9957554857,
|
34 |
+
"r": 0.9897540212,
|
35 |
+
"f": 0.9927456833
|
36 |
+
},
|
37 |
+
"Degree": {
|
38 |
+
"p": 0.9885872918,
|
39 |
+
"r": 0.9871663244,
|
40 |
+
"f": 0.9878762971
|
41 |
+
},
|
42 |
+
"Aspect": {
|
43 |
+
"p": 0.9910625621,
|
44 |
+
"r": 0.9867865169,
|
45 |
+
"f": 0.9889199171
|
46 |
+
},
|
47 |
+
"Mood": {
|
48 |
+
"p": 0.9988824041,
|
49 |
+
"r": 0.9972725019,
|
50 |
+
"f": 0.9980768038
|
51 |
+
},
|
52 |
+
"Tense": {
|
53 |
+
"p": 0.9931909626,
|
54 |
+
"r": 0.9888044371,
|
55 |
+
"f": 0.9909928457
|
56 |
+
},
|
57 |
+
"VerbForm": {
|
58 |
+
"p": 0.9955764196,
|
59 |
+
"r": 0.9912808989,
|
60 |
+
"f": 0.9934240159
|
61 |
+
},
|
62 |
+
"Voice": {
|
63 |
+
"p": 0.9914236707,
|
64 |
+
"r": 0.9871460674,
|
65 |
+
"f": 0.989280245
|
66 |
+
},
|
67 |
+
"StyleVariant": {
|
68 |
+
"p": 0.9901864573,
|
69 |
+
"r": 0.9950690335,
|
70 |
+
"f": 0.9926217413
|
71 |
+
},
|
72 |
+
"Polarity": {
|
73 |
+
"p": 1.0,
|
74 |
+
"r": 1.0,
|
75 |
+
"f": 1.0
|
76 |
+
},
|
77 |
+
"Person": {
|
78 |
+
"p": 0.9993198821,
|
79 |
+
"r": 0.9943604782,
|
80 |
+
"f": 0.9968340118
|
81 |
+
},
|
82 |
+
"Foreign": {
|
83 |
+
"p": 0.9756572541,
|
84 |
+
"r": 0.8667820069,
|
85 |
+
"f": 0.9180027485
|
86 |
+
},
|
87 |
+
"Hyph": {
|
88 |
+
"p": 1.0,
|
89 |
+
"r": 0.5,
|
90 |
+
"f": 0.6666666667
|
91 |
+
}
|
92 |
+
},
|
93 |
+
"dep_las_per_type": {
|
94 |
+
"case": {
|
95 |
+
"p": 0.9914272256,
|
96 |
+
"r": 0.988818942,
|
97 |
+
"f": 0.9901213661
|
98 |
+
},
|
99 |
+
"parataxis": {
|
100 |
+
"p": 0.8947015426,
|
101 |
+
"r": 0.8628719276,
|
102 |
+
"f": 0.8784985183
|
103 |
+
},
|
104 |
+
"nmod": {
|
105 |
+
"p": 0.9314519885,
|
106 |
+
"r": 0.9288566917,
|
107 |
+
"f": 0.9301525298
|
108 |
+
},
|
109 |
+
"advmod": {
|
110 |
+
"p": 0.9628873,
|
111 |
+
"r": 0.9557282866,
|
112 |
+
"f": 0.9592944369
|
113 |
+
},
|
114 |
+
"obl": {
|
115 |
+
"p": 0.942712606,
|
116 |
+
"r": 0.9331438625,
|
117 |
+
"f": 0.9379038292
|
118 |
+
},
|
119 |
+
"amod": {
|
120 |
+
"p": 0.9881951358,
|
121 |
+
"r": 0.9824660633,
|
122 |
+
"f": 0.9853222719
|
123 |
+
},
|
124 |
+
"nsubj": {
|
125 |
+
"p": 0.9731362264,
|
126 |
+
"r": 0.966682457,
|
127 |
+
"f": 0.9698986058
|
128 |
+
},
|
129 |
+
"root": {
|
130 |
+
"p": 0.9895238095,
|
131 |
+
"r": 0.9883942161,
|
132 |
+
"f": 0.9889586903
|
133 |
+
},
|
134 |
+
"xcomp": {
|
135 |
+
"p": 0.9621498864,
|
136 |
+
"r": 0.9658054711,
|
137 |
+
"f": 0.9639742131
|
138 |
+
},
|
139 |
+
"conj": {
|
140 |
+
"p": 0.8917734322,
|
141 |
+
"r": 0.9076870281,
|
142 |
+
"f": 0.8996598639
|
143 |
+
},
|
144 |
+
"cc": {
|
145 |
+
"p": 0.9756211908,
|
146 |
+
"r": 0.9733395697,
|
147 |
+
"f": 0.9744790447
|
148 |
+
},
|
149 |
+
"fixed": {
|
150 |
+
"p": 0.9898089172,
|
151 |
+
"r": 0.9885496183,
|
152 |
+
"f": 0.989178867
|
153 |
+
},
|
154 |
+
"mark": {
|
155 |
+
"p": 0.9681404421,
|
156 |
+
"r": 0.9719321149,
|
157 |
+
"f": 0.9700325733
|
158 |
+
},
|
159 |
+
"ccomp": {
|
160 |
+
"p": 0.9711042312,
|
161 |
+
"r": 0.9843096234,
|
162 |
+
"f": 0.9776623377
|
163 |
+
},
|
164 |
+
"nummod:gov": {
|
165 |
+
"p": 0.9705882353,
|
166 |
+
"r": 0.9625,
|
167 |
+
"f": 0.9665271967
|
168 |
+
},
|
169 |
+
"nummod": {
|
170 |
+
"p": 0.9654874892,
|
171 |
+
"r": 0.9499151104,
|
172 |
+
"f": 0.9576379974
|
173 |
+
},
|
174 |
+
"obj": {
|
175 |
+
"p": 0.9754685777,
|
176 |
+
"r": 0.9669398907,
|
177 |
+
"f": 0.9711855104
|
178 |
+
},
|
179 |
+
"det": {
|
180 |
+
"p": 0.9717595945,
|
181 |
+
"r": 0.9696531792,
|
182 |
+
"f": 0.9707052441
|
183 |
+
},
|
184 |
+
"appos": {
|
185 |
+
"p": 0.8835904628,
|
186 |
+
"r": 0.8118556701,
|
187 |
+
"f": 0.8462055071
|
188 |
+
},
|
189 |
+
"aux": {
|
190 |
+
"p": 0.9622641509,
|
191 |
+
"r": 0.9714285714,
|
192 |
+
"f": 0.9668246445
|
193 |
+
},
|
194 |
+
"flat": {
|
195 |
+
"p": 0.9976415094,
|
196 |
+
"r": 0.9635535308,
|
197 |
+
"f": 0.9803012746
|
198 |
+
},
|
199 |
+
"flat:name": {
|
200 |
+
"p": 0.9696335079,
|
201 |
+
"r": 0.9566115702,
|
202 |
+
"f": 0.9630785231
|
203 |
+
},
|
204 |
+
"iobj": {
|
205 |
+
"p": 0.9122807018,
|
206 |
+
"r": 0.8492462312,
|
207 |
+
"f": 0.8796356539
|
208 |
+
},
|
209 |
+
"acl": {
|
210 |
+
"p": 0.9235751295,
|
211 |
+
"r": 0.8901373283,
|
212 |
+
"f": 0.9065479975
|
213 |
+
},
|
214 |
+
"obl:agent": {
|
215 |
+
"p": 0.7887323944,
|
216 |
+
"r": 0.7368421053,
|
217 |
+
"f": 0.7619047619
|
218 |
+
},
|
219 |
+
"advcl": {
|
220 |
+
"p": 0.8940092166,
|
221 |
+
"r": 0.8858447489,
|
222 |
+
"f": 0.8899082569
|
223 |
+
},
|
224 |
+
"cop": {
|
225 |
+
"p": 0.9236111111,
|
226 |
+
"r": 0.9236111111,
|
227 |
+
"f": 0.9236111111
|
228 |
+
},
|
229 |
+
"flat:foreign": {
|
230 |
+
"p": 0.9647696477,
|
231 |
+
"r": 0.8090909091,
|
232 |
+
"f": 0.8800988875
|
233 |
+
},
|
234 |
+
"aux:pass": {
|
235 |
+
"p": 0.9942028986,
|
236 |
+
"r": 0.9828080229,
|
237 |
+
"f": 0.9884726225
|
238 |
+
},
|
239 |
+
"nsubj:pass": {
|
240 |
+
"p": 0.9601769912,
|
241 |
+
"r": 0.9503649635,
|
242 |
+
"f": 0.9552457814
|
243 |
+
},
|
244 |
+
"acl:relcl": {
|
245 |
+
"p": 0.825,
|
246 |
+
"r": 0.8131416838,
|
247 |
+
"f": 0.8190279214
|
248 |
+
},
|
249 |
+
"orphan": {
|
250 |
+
"p": 0.7647058824,
|
251 |
+
"r": 0.7222222222,
|
252 |
+
"f": 0.7428571429
|
253 |
+
},
|
254 |
+
"discourse": {
|
255 |
+
"p": 0.9242424242,
|
256 |
+
"r": 0.9384615385,
|
257 |
+
"f": 0.9312977099
|
258 |
+
},
|
259 |
+
"csubj": {
|
260 |
+
"p": 0.9632352941,
|
261 |
+
"r": 0.9225352113,
|
262 |
+
"f": 0.9424460432
|
263 |
+
},
|
264 |
+
"expl": {
|
265 |
+
"p": 0.8333333333,
|
266 |
+
"r": 0.7894736842,
|
267 |
+
"f": 0.8108108108
|
268 |
+
},
|
269 |
+
"compound": {
|
270 |
+
"p": 0.8333333333,
|
271 |
+
"r": 0.5,
|
272 |
+
"f": 0.625
|
273 |
+
},
|
274 |
+
"csubj:pass": {
|
275 |
+
"p": 0.9,
|
276 |
+
"r": 0.8181818182,
|
277 |
+
"f": 0.8571428571
|
278 |
+
},
|
279 |
+
"nummod:entity": {
|
280 |
+
"p": 1.0,
|
281 |
+
"r": 0.75,
|
282 |
+
"f": 0.8571428571
|
283 |
+
},
|
284 |
+
"list": {
|
285 |
+
"p": 0.0,
|
286 |
+
"r": 0.0,
|
287 |
+
"f": 0.0
|
288 |
+
}
|
289 |
+
},
|
290 |
+
"ents_per_type": {
|
291 |
+
"PER": {
|
292 |
+
"p": 0.95703125,
|
293 |
+
"r": 0.9629421673,
|
294 |
+
"f": 0.9599776099
|
295 |
+
},
|
296 |
+
"LOC": {
|
297 |
+
"p": 0.9758751183,
|
298 |
+
"r": 0.974492206,
|
299 |
+
"f": 0.9751831718
|
300 |
+
},
|
301 |
+
"ORG": {
|
302 |
+
"p": 0.8979396263,
|
303 |
+
"r": 0.917278512,
|
304 |
+
"f": 0.9075060533
|
305 |
+
}
|
306 |
+
}
|
307 |
+
}
|
attribute_ruler/patterns
ADDED
Binary file (948 Bytes). View file
|
|
config.cfg
ADDED
@@ -0,0 +1,262 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[paths]
|
2 |
+
train = "corpus/ru-core-news/train.spacy"
|
3 |
+
dev = "corpus/ru-core-news/dev.spacy"
|
4 |
+
vectors = "corpus/ru_vectors"
|
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 = "ru"
|
15 |
+
pipeline = ["tok2vec","morphologizer","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 = "pymorphy2"
|
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 = true
|
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 = true
|
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.tok2vec]
|
125 |
+
factory = "tok2vec"
|
126 |
+
|
127 |
+
[components.tok2vec.model]
|
128 |
+
@architectures = "spacy.Tok2Vec.v2"
|
129 |
+
|
130 |
+
[components.tok2vec.model.embed]
|
131 |
+
@architectures = "spacy.MultiHashEmbed.v2"
|
132 |
+
width = ${components.tok2vec.model.encode:width}
|
133 |
+
attrs = ["NORM","PREFIX","SUFFIX","SHAPE"]
|
134 |
+
rows = [5000,2500,2500,2500]
|
135 |
+
include_static_vectors = true
|
136 |
+
|
137 |
+
[components.tok2vec.model.encode]
|
138 |
+
@architectures = "spacy.MaxoutWindowEncoder.v2"
|
139 |
+
width = 96
|
140 |
+
depth = 4
|
141 |
+
window_size = 1
|
142 |
+
maxout_pieces = 3
|
143 |
+
|
144 |
+
[corpora]
|
145 |
+
|
146 |
+
[corpora.dev]
|
147 |
+
@readers = "spacy.Corpus.v1"
|
148 |
+
limit = 0
|
149 |
+
max_length = 0
|
150 |
+
path = ${paths:dev}
|
151 |
+
gold_preproc = false
|
152 |
+
augmenter = null
|
153 |
+
|
154 |
+
[corpora.train]
|
155 |
+
@readers = "spacy.Corpus.v1"
|
156 |
+
path = ${paths:train}
|
157 |
+
max_length = 5000
|
158 |
+
gold_preproc = false
|
159 |
+
limit = 0
|
160 |
+
|
161 |
+
[corpora.train.augmenter]
|
162 |
+
@augmenters = "spacy.lower_case.v1"
|
163 |
+
level = 0.1
|
164 |
+
|
165 |
+
[training]
|
166 |
+
train_corpus = "corpora.train"
|
167 |
+
dev_corpus = "corpora.dev"
|
168 |
+
seed = ${system:seed}
|
169 |
+
gpu_allocator = ${system:gpu_allocator}
|
170 |
+
dropout = 0.1
|
171 |
+
accumulate_gradient = 1
|
172 |
+
patience = 5000
|
173 |
+
max_epochs = 0
|
174 |
+
max_steps = 0
|
175 |
+
eval_frequency = 1000
|
176 |
+
frozen_components = []
|
177 |
+
before_to_disk = null
|
178 |
+
annotating_components = []
|
179 |
+
|
180 |
+
[training.batcher]
|
181 |
+
@batchers = "spacy.batch_by_words.v1"
|
182 |
+
discard_oversize = false
|
183 |
+
tolerance = 0.2
|
184 |
+
get_length = null
|
185 |
+
|
186 |
+
[training.batcher.size]
|
187 |
+
@schedules = "compounding.v1"
|
188 |
+
start = 100
|
189 |
+
stop = 1000
|
190 |
+
compound = 1.001
|
191 |
+
t = 0.0
|
192 |
+
|
193 |
+
[training.logger]
|
194 |
+
@loggers = "spacy.WandbLogger.v1"
|
195 |
+
project_name = "spacy-v3.0.0a2"
|
196 |
+
remove_config_values = []
|
197 |
+
|
198 |
+
[training.optimizer]
|
199 |
+
@optimizers = "Adam.v1"
|
200 |
+
beta1 = 0.9
|
201 |
+
beta2 = 0.999
|
202 |
+
L2_is_weight_decay = true
|
203 |
+
L2 = 0.01
|
204 |
+
grad_clip = 1.0
|
205 |
+
use_averages = true
|
206 |
+
eps = 0.00000001
|
207 |
+
learn_rate = 0.001
|
208 |
+
|
209 |
+
[training.score_weights]
|
210 |
+
pos_acc = 0.08
|
211 |
+
morph_acc = 0.08
|
212 |
+
morph_per_feat = null
|
213 |
+
dep_uas = 0.0
|
214 |
+
dep_las = 0.16
|
215 |
+
dep_las_per_type = null
|
216 |
+
sents_p = null
|
217 |
+
sents_r = null
|
218 |
+
sents_f = 0.02
|
219 |
+
lemma_acc = 0.33
|
220 |
+
ents_f = 0.33
|
221 |
+
ents_p = 0.0
|
222 |
+
ents_r = 0.0
|
223 |
+
ents_per_type = null
|
224 |
+
|
225 |
+
[pretraining]
|
226 |
+
|
227 |
+
[initialize]
|
228 |
+
vocab_data = ${paths.vocab_data}
|
229 |
+
vectors = ${paths.vectors}
|
230 |
+
init_tok2vec = ${paths.init_tok2vec}
|
231 |
+
before_init = null
|
232 |
+
after_init = null
|
233 |
+
|
234 |
+
[initialize.components]
|
235 |
+
|
236 |
+
[initialize.components.morphologizer]
|
237 |
+
|
238 |
+
[initialize.components.morphologizer.labels]
|
239 |
+
@readers = "spacy.read_labels.v1"
|
240 |
+
path = "corpus/labels/morphologizer.json"
|
241 |
+
require = false
|
242 |
+
|
243 |
+
[initialize.components.ner]
|
244 |
+
|
245 |
+
[initialize.components.ner.labels]
|
246 |
+
@readers = "spacy.read_labels.v1"
|
247 |
+
path = "corpus/labels/ner.json"
|
248 |
+
require = false
|
249 |
+
|
250 |
+
[initialize.components.parser]
|
251 |
+
|
252 |
+
[initialize.components.parser.labels]
|
253 |
+
@readers = "spacy.read_labels.v1"
|
254 |
+
path = "corpus/labels/parser.json"
|
255 |
+
require = false
|
256 |
+
|
257 |
+
[initialize.lookups]
|
258 |
+
@misc = "spacy.LookupsDataLoader.v1"
|
259 |
+
lang = ${nlp.lang}
|
260 |
+
tables = []
|
261 |
+
|
262 |
+
[initialize.tokenizer]
|
lemmatizer/lookups/lookups.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:76be8b528d0075f7aae98d6fa57a6d3c83ae480a8469e668d7b0af968995ac71
|
3 |
+
size 1
|
meta.json
ADDED
@@ -0,0 +1,1288 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"lang":"ru",
|
3 |
+
"name":"core_news_lg",
|
4 |
+
"version":"3.1.0",
|
5 |
+
"description":"Russian pipeline optimized for CPU. Components: tok2vec, morphologizer, parser, senter, ner, attribute_ruler, lemmatizer.",
|
6 |
+
"author":"Explosion",
|
7 |
+
"email":"contact@explosion.ai",
|
8 |
+
"url":"https://explosion.ai",
|
9 |
+
"license":"MIT",
|
10 |
+
"spacy_version":">=3.1.0,<3.2.0",
|
11 |
+
"spacy_git_version":"caba63b74",
|
12 |
+
"vectors":{
|
13 |
+
"width":300,
|
14 |
+
"vectors":500002,
|
15 |
+
"keys":500002,
|
16 |
+
"name":"ru_vectors"
|
17 |
+
},
|
18 |
+
"labels":{
|
19 |
+
"tok2vec":[
|
20 |
+
|
21 |
+
],
|
22 |
+
"morphologizer":[
|
23 |
+
"Case=Nom|Degree=Pos|Number=Plur|POS=ADJ",
|
24 |
+
"Animacy=Anim|Case=Nom|Gender=Masc|Number=Plur|POS=NOUN",
|
25 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=VERB|Tense=Past|VerbForm=Fin|Voice=Act",
|
26 |
+
"Animacy=Inan|Case=Acc|POS=NUM",
|
27 |
+
"Animacy=Inan|Case=Gen|Gender=Fem|Number=Plur|POS=NOUN",
|
28 |
+
"Case=Gen|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ",
|
29 |
+
"Animacy=Inan|Case=Gen|Gender=Masc|Number=Sing|POS=NOUN",
|
30 |
+
"POS=ADP",
|
31 |
+
"Case=Gen|Gender=Fem|Number=Sing|POS=DET",
|
32 |
+
"Animacy=Inan|Case=Gen|Gender=Fem|Number=Sing|POS=NOUN",
|
33 |
+
"POS=PUNCT",
|
34 |
+
"Degree=Pos|POS=ADV",
|
35 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=VERB|Tense=Past|VerbForm=Fin|Voice=Mid",
|
36 |
+
"Animacy=Inan|Case=Nom|Gender=Masc|Number=Plur|POS=NOUN",
|
37 |
+
"Animacy=Anim|Case=Gen|Gender=Masc|Number=Plur|POS=NOUN",
|
38 |
+
"Aspect=Perf|Case=Gen|Number=Plur|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass",
|
39 |
+
"Case=Loc|Degree=Pos|Number=Plur|POS=ADJ",
|
40 |
+
"Animacy=Inan|Case=Loc|Gender=Neut|Number=Plur|POS=NOUN",
|
41 |
+
"Animacy=Inan|Case=Loc|Gender=Neut|Number=Sing|POS=PRON",
|
42 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=VERB|Person=Third|Tense=Pres|VerbForm=Fin|Voice=Act",
|
43 |
+
"Animacy=Inan|Case=Nom|Gender=Neut|Number=Sing|POS=NOUN",
|
44 |
+
"Foreign=Yes|POS=PROPN",
|
45 |
+
"Case=Loc|Gender=Fem|Number=Sing|POS=NUM",
|
46 |
+
"Aspect=Imp|Gender=Neut|Mood=Ind|Number=Sing|POS=VERB|Tense=Past|VerbForm=Fin|Voice=Act",
|
47 |
+
"Animacy=Anim|Case=Gen|Gender=Masc|Number=Sing|POS=NOUN",
|
48 |
+
"Animacy=Inan|Case=Loc|Gender=Masc|Number=Sing|POS=NOUN",
|
49 |
+
"POS=NUM",
|
50 |
+
"Animacy=Inan|Case=Gen|Gender=Masc|Number=Plur|POS=NOUN",
|
51 |
+
"Case=Nom|Gender=Masc|Number=Sing|POS=PRON|Person=Third",
|
52 |
+
"Aspect=Imp|Gender=Masc|Mood=Ind|Number=Sing|POS=AUX|Tense=Past|VerbForm=Fin|Voice=Act",
|
53 |
+
"Animacy=Anim|Case=Ins|Gender=Masc|Number=Sing|POS=NOUN",
|
54 |
+
"Animacy=Inan|Case=Dat|Gender=Neut|Number=Sing|POS=NOUN",
|
55 |
+
"POS=DET",
|
56 |
+
"Animacy=Inan|Case=Nom|Gender=Fem|Number=Sing|POS=NOUN",
|
57 |
+
"Aspect=Perf|Gender=Fem|Mood=Ind|Number=Sing|POS=VERB|Tense=Past|VerbForm=Fin|Voice=Act",
|
58 |
+
"Case=Dat|Degree=Pos|Number=Plur|POS=ADJ",
|
59 |
+
"Animacy=Inan|Case=Dat|Gender=Fem|Number=Plur|POS=NOUN",
|
60 |
+
"Animacy=Inan|Case=Nom|Gender=Masc|Number=Sing|POS=NOUN",
|
61 |
+
"Aspect=Perf|Gender=Masc|Mood=Ind|Number=Sing|POS=VERB|Tense=Past|VerbForm=Fin|Voice=Act",
|
62 |
+
"POS=SCONJ",
|
63 |
+
"Animacy=Inan|Case=Ins|Gender=Neut|Number=Sing|POS=NOUN",
|
64 |
+
"Case=Acc|Gender=Neut|Number=Sing|POS=PRON|Person=Third",
|
65 |
+
"Case=Acc|POS=NUM",
|
66 |
+
"Case=Ins|Degree=Pos|Number=Plur|POS=ADJ",
|
67 |
+
"Animacy=Inan|Case=Ins|Gender=Masc|Number=Plur|POS=NOUN",
|
68 |
+
"POS=CCONJ",
|
69 |
+
"Case=Nom|POS=NUM",
|
70 |
+
"Animacy=Inan|Case=Dat|Gender=Masc|Number=Sing|POS=NOUN",
|
71 |
+
"Aspect=Perf|Gender=Masc|Number=Sing|POS=VERB|StyleVariant=Short|Tense=Past|VerbForm=Part|Voice=Pass",
|
72 |
+
"Case=Nom|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ",
|
73 |
+
"Case=Ins|Degree=Pos|Gender=Neut|Number=Sing|POS=ADJ",
|
74 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=VERB|Person=Third|Tense=Pres|VerbForm=Fin|Voice=Act",
|
75 |
+
"Case=Nom|Gender=Masc|Number=Sing|POS=DET",
|
76 |
+
"Aspect=Imp|Gender=Masc|Mood=Ind|Number=Sing|POS=VERB|Tense=Past|VerbForm=Fin|Voice=Act",
|
77 |
+
"Case=Acc|Degree=Pos|Gender=Fem|Number=Sing|POS=ADJ",
|
78 |
+
"Animacy=Inan|Case=Acc|Gender=Fem|Number=Sing|POS=NOUN",
|
79 |
+
"Case=Nom|Gender=Fem|Number=Sing|POS=PRON",
|
80 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=VERB|Person=Third|Tense=Pres|VerbForm=Fin|Voice=Mid",
|
81 |
+
"Case=Ins|Degree=Pos|Gender=Fem|Number=Sing|POS=ADJ",
|
82 |
+
"Animacy=Anim|Case=Nom|Gender=Fem|Number=Sing|POS=NOUN",
|
83 |
+
"Case=Dat|Degree=Pos|Gender=Fem|Number=Sing|POS=ADJ",
|
84 |
+
"Animacy=Inan|Case=Dat|Gender=Fem|Number=Sing|POS=NOUN",
|
85 |
+
"Animacy=Inan|Case=Gen|Gender=Neut|Number=Sing|POS=NOUN",
|
86 |
+
"Animacy=Inan|Case=Nom|Gender=Neut|Number=Plur|POS=NOUN",
|
87 |
+
"Degree=Pos|Number=Plur|POS=ADJ|StyleVariant=Short",
|
88 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=AUX|Tense=Past|VerbForm=Fin|Voice=Act",
|
89 |
+
"Aspect=Perf|POS=VERB|VerbForm=Inf|Voice=Act",
|
90 |
+
"Animacy=Inan|Case=Acc|Gender=Neut|Number=Sing|POS=PRON",
|
91 |
+
"Case=Loc|Degree=Pos|Gender=Fem|Number=Sing|POS=ADJ",
|
92 |
+
"Animacy=Inan|Case=Loc|Gender=Fem|Number=Sing|POS=NOUN",
|
93 |
+
"Animacy=Inan|Case=Loc|Gender=Masc|Number=Plur|POS=NOUN",
|
94 |
+
"Case=Gen|Degree=Pos|Gender=Fem|Number=Sing|POS=ADJ",
|
95 |
+
"Aspect=Perf|Number=Plur|POS=VERB|StyleVariant=Short|Tense=Past|VerbForm=Part|Voice=Pass",
|
96 |
+
"Animacy=Anim|Case=Acc|Gender=Masc|POS=NUM",
|
97 |
+
"Animacy=Anim|Case=Gen|Gender=Fem|Number=Plur|POS=NOUN",
|
98 |
+
"Animacy=Anim|Case=Acc|Gender=Neut|Number=Plur|POS=NOUN",
|
99 |
+
"Mood=Cnd|POS=SCONJ",
|
100 |
+
"Case=Nom|Number=Plur|POS=PRON|Person=Third",
|
101 |
+
"POS=PART|Polarity=Neg",
|
102 |
+
"Aspect=Imp|POS=VERB|VerbForm=Inf|Voice=Mid",
|
103 |
+
"Animacy=Inan|Aspect=Perf|Case=Acc|Number=Plur|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass",
|
104 |
+
"Animacy=Inan|Case=Acc|Gender=Fem|Number=Plur|POS=NOUN",
|
105 |
+
"Case=Nom|Number=Plur|POS=DET",
|
106 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=VERB|Tense=Past|VerbForm=Fin|Voice=Act",
|
107 |
+
"Animacy=Anim|Case=Acc|Gender=Masc|Number=Sing|POS=NOUN",
|
108 |
+
"Aspect=Imp|Gender=Neut|Mood=Ind|Number=Sing|POS=VERB|Tense=Past|VerbForm=Fin|Voice=Mid",
|
109 |
+
"Animacy=Inan|Case=Acc|Gender=Masc|Number=Sing|POS=NOUN",
|
110 |
+
"Animacy=Anim|Case=Acc|Number=Plur|POS=PRON",
|
111 |
+
"Animacy=Inan|Case=Acc|Gender=Neut|Number=Sing|POS=NOUN",
|
112 |
+
"Case=Gen|Degree=Pos|Gender=Neut|Number=Sing|POS=ADJ",
|
113 |
+
"Animacy=Anim|Case=Gen|Gender=Masc|Number=Sing|POS=PROPN",
|
114 |
+
"Animacy=Anim|Case=Nom|Gender=Fem|Number=Sing|POS=PROPN",
|
115 |
+
"Aspect=Imp|Gender=Fem|Mood=Ind|Number=Sing|POS=VERB|Tense=Past|VerbForm=Fin|Voice=Act",
|
116 |
+
"POS=INTJ",
|
117 |
+
"Animacy=Inan|Case=Loc|Gender=Fem|Number=Plur|POS=NOUN",
|
118 |
+
"Animacy=Inan|Case=Nom|Gender=Neut|Number=Sing|POS=PRON",
|
119 |
+
"Aspect=Imp|Gender=Fem|Mood=Ind|Number=Sing|POS=AUX|Tense=Past|VerbForm=Fin|Voice=Act",
|
120 |
+
"Case=Nom|Degree=Pos|Gender=Fem|Number=Sing|POS=ADJ",
|
121 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=PRON|Person=Third",
|
122 |
+
"Case=Nom|Number=Plur|POS=PRON",
|
123 |
+
"Aspect=Imp|Gender=Masc|Mood=Ind|Number=Sing|POS=VERB|Tense=Past|VerbForm=Fin|Voice=Mid",
|
124 |
+
"Aspect=Imp|Gender=Masc|Mood=Ind|Number=Sing|POS=VERB|Tense=Past|VerbForm=Fin|Voice=Pass",
|
125 |
+
"Degree=Pos|Gender=Fem|Number=Sing|POS=ADJ|StyleVariant=Short",
|
126 |
+
"Case=Gen|Gender=Masc|Number=Sing|POS=PRON|Person=Third",
|
127 |
+
"Case=Gen|POS=PRON",
|
128 |
+
"Animacy=Inan|Case=Dat|Gender=Neut|Number=Plur|POS=NOUN",
|
129 |
+
"Animacy=Anim|Case=Nom|Gender=Masc|Number=Sing|POS=PROPN",
|
130 |
+
"Aspect=Imp|POS=VERB|VerbForm=Inf|Voice=Act",
|
131 |
+
"Animacy=Anim|Case=Nom|Gender=Masc|Number=Sing|POS=NOUN",
|
132 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=PRON|Person=Third",
|
133 |
+
"Animacy=Inan|Case=Acc|Number=Plur|POS=DET",
|
134 |
+
"Case=Nom|POS=PRON",
|
135 |
+
"Animacy=Anim|Case=Ins|Gender=Masc|Number=Plur|POS=NOUN",
|
136 |
+
"POS=ADJ",
|
137 |
+
"Case=Loc|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ",
|
138 |
+
"Animacy=Inan|Case=Gen|Gender=Fem|Number=Sing|POS=PROPN",
|
139 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=AUX|Person=Third|Tense=Pres|VerbForm=Fin|Voice=Act",
|
140 |
+
"Case=Nom|Gender=Fem|Number=Sing|POS=PRON|Person=Third",
|
141 |
+
"Case=Ins|Gender=Masc|Number=Sing|POS=DET",
|
142 |
+
"Animacy=Inan|Case=Ins|Gender=Masc|Number=Sing|POS=NOUN",
|
143 |
+
"Aspect=Perf|Case=Acc|Gender=Neut|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass",
|
144 |
+
"Animacy=Inan|Case=Loc|Gender=Neut|Number=Sing|POS=NOUN",
|
145 |
+
"Animacy=Inan|Case=Gen|Gender=Masc|Number=Sing|POS=PROPN",
|
146 |
+
"Case=Nom|Number=Sing|POS=PRON|Person=First",
|
147 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=VERB|Person=First|Tense=Pres|VerbForm=Fin|Voice=Act",
|
148 |
+
"Animacy=Inan|Case=Acc|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ",
|
149 |
+
"Mood=Cnd|POS=AUX",
|
150 |
+
"Case=Nom|Number=Plur|POS=PRON|Person=First",
|
151 |
+
"Case=Gen|Number=Plur|POS=DET",
|
152 |
+
"Animacy=Inan|Case=Ins|Gender=Masc|Number=Sing|POS=PROPN",
|
153 |
+
"Aspect=Imp|Case=Gen|Gender=Masc|Number=Sing|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Act",
|
154 |
+
"Animacy=Inan|Case=Ins|Gender=Neut|Number=Sing|POS=PRON",
|
155 |
+
"Aspect=Perf|POS=VERB|VerbForm=Inf|Voice=Mid",
|
156 |
+
"Aspect=Perf|Case=Gen|Number=Plur|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
157 |
+
"Animacy=Inan|Case=Acc|Gender=Masc|Number=Sing|POS=PROPN",
|
158 |
+
"Animacy=Inan|Case=Acc|Gender=Neut|Number=Sing|POS=DET",
|
159 |
+
"POS=PART",
|
160 |
+
"Case=Dat|Gender=Masc|Number=Sing|POS=DET",
|
161 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=VERB|Person=Third|Tense=Fut|VerbForm=Fin|Voice=Mid",
|
162 |
+
"Aspect=Perf|Gender=Masc|Mood=Ind|Number=Sing|POS=VERB|Tense=Past|VerbForm=Fin|Voice=Mid",
|
163 |
+
"Case=Nom|Gender=Masc|Number=Sing|POS=NUM",
|
164 |
+
"Animacy=Anim|Case=Dat|Gender=Fem|Number=Sing|POS=PROPN",
|
165 |
+
"Aspect=Perf|Mood=Ind|Number=Sing|POS=VERB|Person=Third|Tense=Fut|VerbForm=Fin|Voice=Mid",
|
166 |
+
"Case=Loc|Gender=Masc|Number=Sing|POS=DET",
|
167 |
+
"Aspect=Perf|Gender=Neut|Mood=Ind|Number=Sing|POS=VERB|Tense=Past|VerbForm=Fin|Voice=Act",
|
168 |
+
"Degree=Pos|Gender=Neut|Number=Sing|POS=ADJ|StyleVariant=Short",
|
169 |
+
"Animacy=Inan|Case=Gen|Gender=Neut|Number=Plur|POS=NOUN",
|
170 |
+
"Animacy=Anim|Case=Dat|Gender=Masc|Number=Sing|POS=NOUN",
|
171 |
+
"Case=Nom|Gender=Neut|Number=Sing|POS=PRON|Person=Third",
|
172 |
+
"Aspect=Perf|Gender=Neut|Number=Sing|POS=VERB|StyleVariant=Short|Tense=Past|VerbForm=Part|Voice=Pass",
|
173 |
+
"Animacy=Inan|Case=Loc|Gender=Fem|Number=Sing|POS=PROPN",
|
174 |
+
"Animacy=Inan|Case=Acc|Gender=Masc|Number=Plur|POS=NOUN",
|
175 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=VERB|Person=Third|Tense=Fut|VerbForm=Fin|Voice=Act",
|
176 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=VERB|Tense=Past|VerbForm=Fin|Voice=Mid",
|
177 |
+
"Animacy=Inan|Case=Gen|Gender=Neut|Number=Sing|POS=PRON",
|
178 |
+
"Aspect=Perf|Case=Loc|Gender=Neut|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass",
|
179 |
+
"Animacy=Inan|Case=Loc|Gender=Neut|Number=Sing|POS=PROPN",
|
180 |
+
"Case=Dat|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ",
|
181 |
+
"Animacy=Inan|Case=Dat|Gender=Masc|Number=Plur|POS=PROPN",
|
182 |
+
"Animacy=Inan|Case=Acc|Degree=Pos|Number=Plur|POS=ADJ",
|
183 |
+
"Animacy=Inan|Case=Acc|Gender=Neut|Number=Plur|POS=NOUN",
|
184 |
+
"Foreign=Yes|POS=X",
|
185 |
+
"Animacy=Inan|Case=Loc|Gender=Masc|Number=Sing|POS=PROPN",
|
186 |
+
"Aspect=Imp|POS=VERB|Tense=Pres|VerbForm=Conv|Voice=Act",
|
187 |
+
"Case=Gen|Degree=Pos|Number=Plur|POS=ADJ",
|
188 |
+
"Animacy=Inan|Case=Ins|Gender=Fem|Number=Sing|POS=NOUN",
|
189 |
+
"Aspect=Imp|Gender=Neut|Mood=Ind|Number=Sing|POS=AUX|Tense=Past|VerbForm=Fin|Voice=Act",
|
190 |
+
"Case=Nom|Degree=Pos|Gender=Neut|Number=Sing|POS=ADJ",
|
191 |
+
"Aspect=Imp|Case=Nom|Number=Plur|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
192 |
+
"Case=Gen|POS=NUM",
|
193 |
+
"Animacy=Inan|Case=Acc|Gender=Masc|POS=NUM",
|
194 |
+
"Aspect=Imp|Case=Gen|Number=Plur|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Act",
|
195 |
+
"Animacy=Inan|Case=Ins|Gender=Fem|Number=Sing|POS=PROPN",
|
196 |
+
"Animacy=Inan|Case=Ins|Gender=Neut|Number=Sing|POS=PROPN",
|
197 |
+
"Animacy=Inan|Case=Nom|Gender=Fem|Number=Plur|POS=NOUN",
|
198 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=VERB|Person=Third|Tense=Pres|VerbForm=Fin|Voice=Pass",
|
199 |
+
"Aspect=Imp|POS=VERB|VerbForm=Inf|Voice=Pass",
|
200 |
+
"Case=Gen|Gender=Fem|Number=Sing|POS=NUM",
|
201 |
+
"Case=Ins|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ",
|
202 |
+
"Animacy=Inan|Case=Acc|Degree=Pos|Gender=Neut|Number=Sing|POS=ADJ",
|
203 |
+
"Aspect=Perf|Mood=Ind|Number=Sing|POS=VERB|Person=Third|Tense=Fut|VerbForm=Fin|Voice=Act",
|
204 |
+
"Animacy=Inan|Case=Ins|Gender=Neut|Number=Plur|POS=NOUN",
|
205 |
+
"Case=Loc|Gender=Fem|Number=Sing|POS=DET",
|
206 |
+
"Animacy=Inan|Case=Nom|Gender=Masc|Number=Sing|POS=PROPN",
|
207 |
+
"Case=Loc|Gender=Masc|Number=Sing|POS=PRON",
|
208 |
+
"Aspect=Perf|Gender=Neut|Mood=Ind|Number=Sing|POS=VERB|Tense=Past|VerbForm=Fin|Voice=Mid",
|
209 |
+
"Animacy=Anim|Case=Dat|Gender=Masc|Number=Plur|POS=NOUN",
|
210 |
+
"Animacy=Anim|Case=Acc|Gender=Masc|Number=Plur|POS=NOUN",
|
211 |
+
"Animacy=Anim|Case=Acc|Gender=Masc|Number=Sing|POS=PROPN",
|
212 |
+
"Animacy=Anim|Case=Ins|Gender=Masc|Number=Sing|POS=PROPN",
|
213 |
+
"Aspect=Perf|Case=Gen|Gender=Masc|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
214 |
+
"Animacy=Inan|Case=Nom|Gender=Fem|Number=Sing|POS=PROPN",
|
215 |
+
"Animacy=Inan|Case=Acc|Number=Plur|POS=PRON|Person=Third",
|
216 |
+
"Case=Nom|Gender=Masc|Number=Sing|POS=PRON",
|
217 |
+
"Case=Dat|POS=PRON",
|
218 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=VERB|Person=Third|Tense=Pres|VerbForm=Fin|Voice=Mid",
|
219 |
+
"Animacy=Inan|Case=Nom|Gender=Neut|Number=Sing|POS=PROPN",
|
220 |
+
"Animacy=Inan|Case=Nom|Gender=Fem|Number=Plur|POS=PROPN",
|
221 |
+
"Case=Dat|Gender=Fem|Number=Sing|POS=PRON",
|
222 |
+
"Case=Ins|Number=Plur|POS=PRON|Person=Third",
|
223 |
+
"Animacy=Inan|Case=Acc|Gender=Fem|Number=Sing|POS=PROPN",
|
224 |
+
"Animacy=Inan|Case=Dat|Gender=Masc|Number=Plur|POS=NOUN",
|
225 |
+
"Aspect=Perf|Case=Gen|Gender=Fem|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass",
|
226 |
+
"Aspect=Imp|POS=AUX|VerbForm=Inf|Voice=Act",
|
227 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=AUX|Person=Third|Tense=Pres|VerbForm=Fin|Voice=Act",
|
228 |
+
"Aspect=Imp|Case=Gen|Gender=Fem|Number=Sing|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Act",
|
229 |
+
"Aspect=Perf|Case=Dat|Number=Plur|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass",
|
230 |
+
"Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ|StyleVariant=Short",
|
231 |
+
"Degree=Cmp|POS=ADV",
|
232 |
+
"Aspect=Perf|Case=Loc|Number=Plur|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass",
|
233 |
+
"Aspect=Imp|Case=Ins|Gender=Fem|Number=Sing|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Pass",
|
234 |
+
"Aspect=Perf|Gender=Fem|Mood=Ind|Number=Sing|POS=VERB|Tense=Past|VerbForm=Fin|Voice=Mid",
|
235 |
+
"Aspect=Imp|Gender=Neut|Mood=Ind|Number=Sing|POS=VERB|Tense=Past|VerbForm=Fin|Voice=Pass",
|
236 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=AUX|Person=First|Tense=Pres|VerbForm=Fin|Voice=Act",
|
237 |
+
"Case=Ins|Number=Plur|POS=DET",
|
238 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=VERB|Person=First|Tense=Fut|VerbForm=Fin|Voice=Act",
|
239 |
+
"Aspect=Imp|Case=Acc|Gender=Fem|Number=Sing|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Act",
|
240 |
+
"Animacy=Inan|Case=Dat|Gender=Neut|Number=Sing|POS=PRON",
|
241 |
+
"Case=Loc|Degree=Pos|Gender=Neut|Number=Sing|POS=ADJ",
|
242 |
+
"Animacy=Inan|Case=Gen|Gender=Fem|Number=Plur|POS=PROPN",
|
243 |
+
"Case=Nom|Gender=Neut|Number=Sing|POS=DET",
|
244 |
+
"Animacy=Inan|Case=Gen|Gender=Neut|Number=Sing|POS=PROPN",
|
245 |
+
"Aspect=Imp|Case=Nom|Number=Plur|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Act",
|
246 |
+
"Case=Gen|Gender=Masc|POS=NUM",
|
247 |
+
"Animacy=Anim|Case=Dat|Gender=Fem|Number=Sing|POS=NOUN",
|
248 |
+
"Aspect=Imp|Case=Ins|Gender=Fem|Number=Sing|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Act",
|
249 |
+
"Animacy=Anim|Case=Ins|Gender=Fem|Number=Sing|POS=NOUN",
|
250 |
+
"Aspect=Imp|Case=Nom|Gender=Fem|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
251 |
+
"Aspect=Perf|Gender=Fem|Number=Sing|POS=VERB|StyleVariant=Short|Tense=Past|VerbForm=Part|Voice=Pass",
|
252 |
+
"Aspect=Perf|POS=VERB|Tense=Past|VerbForm=Conv|Voice=Act",
|
253 |
+
"Aspect=Imp|Case=Ins|Gender=Masc|Number=Sing|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Pass",
|
254 |
+
"Case=Loc|Gender=Neut|Number=Sing|POS=DET",
|
255 |
+
"Animacy=Anim|Case=Gen|Gender=Fem|Number=Sing|POS=NOUN",
|
256 |
+
"Animacy=Inan|Case=Acc|Gender=Neut|Number=Sing|POS=PROPN",
|
257 |
+
"Aspect=Imp|Case=Loc|Gender=Masc|Number=Sing|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Act",
|
258 |
+
"Aspect=Imp|Case=Dat|Number=Plur|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Act",
|
259 |
+
"Aspect=Perf|Case=Nom|Gender=Masc|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass",
|
260 |
+
"Aspect=Perf|Case=Loc|Gender=Fem|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass",
|
261 |
+
"Case=Dat|Number=Sing|POS=PRON|Person=Second",
|
262 |
+
"Case=Nom|Gender=Fem|Number=Sing|POS=DET",
|
263 |
+
"POS=ADV",
|
264 |
+
"Case=Acc|POS=PRON",
|
265 |
+
"Animacy=Anim|Case=Loc|Gender=Masc|Number=Sing|POS=NOUN",
|
266 |
+
"Case=Ins|Gender=Masc|Number=Sing|POS=NUM",
|
267 |
+
"Case=Ins|POS=NUM",
|
268 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=VERB|Person=First|Tense=Pres|VerbForm=Fin|Voice=Act",
|
269 |
+
"Aspect=Perf|Case=Nom|Gender=Fem|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass",
|
270 |
+
"Animacy=Inan|Case=Ins|Gender=Fem|Number=Plur|POS=NOUN",
|
271 |
+
"Case=Gen|Gender=Masc|Number=Sing|POS=DET",
|
272 |
+
"Aspect=Imp|Case=Nom|Gender=Masc|Number=Sing|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Act",
|
273 |
+
"Animacy=Anim|Case=Acc|Degree=Pos|Number=Plur|POS=ADJ",
|
274 |
+
"Case=Dat|Gender=Fem|Number=Sing|POS=PRON|Person=Third",
|
275 |
+
"Case=Gen|Gender=Masc|Number=Sing|POS=NUM",
|
276 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=DET",
|
277 |
+
"Aspect=Perf|Case=Ins|Gender=Fem|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass",
|
278 |
+
"Case=Loc|POS=PRON",
|
279 |
+
"Animacy=Inan|Case=Acc|Degree=Pos|Number=Plur|POS=DET",
|
280 |
+
"Animacy=Inan|Case=Dat|Gender=Masc|Number=Sing|POS=PROPN",
|
281 |
+
"Case=Loc|Gender=Masc|Number=Sing|POS=PRON|Person=Third",
|
282 |
+
"Animacy=Anim|Aspect=Perf|Case=Acc|Gender=Masc|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass",
|
283 |
+
"Case=Loc|Gender=Fem|Number=Sing|POS=PRON",
|
284 |
+
"Aspect=Perf|Case=Ins|Number=Plur|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass",
|
285 |
+
"Animacy=Anim|Case=Acc|Degree=Pos|Gender=Masc|Number=Sing|POS=ADJ",
|
286 |
+
"Aspect=Imp|Mood=Imp|Number=Plur|POS=VERB|Person=Second|VerbForm=Fin|Voice=Act",
|
287 |
+
"Case=Nom|Number=Plur|POS=PRON|Person=Second",
|
288 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=VERB|Person=Second|Tense=Fut|VerbForm=Fin|Voice=Act",
|
289 |
+
"POS=SYM",
|
290 |
+
"Degree=Cmp|POS=ADJ",
|
291 |
+
"Animacy=Inan|Case=Dat|Gender=Fem|Number=Sing|POS=PROPN",
|
292 |
+
"Aspect=Imp|Case=Nom|Gender=Masc|Number=Sing|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Pass",
|
293 |
+
"Case=Acc|Gender=Masc|POS=NUM",
|
294 |
+
"Animacy=Inan|Case=Nom|Gender=Masc|Number=Plur|POS=PROPN",
|
295 |
+
"Case=Nom|Gender=Fem|POS=NUM",
|
296 |
+
"Animacy=Inan|Case=Loc|Gender=Masc|Number=Plur|POS=PROPN",
|
297 |
+
"Animacy=Anim|Case=Acc|Gender=Fem|Number=Sing|POS=NOUN",
|
298 |
+
"Animacy=Anim|Case=Acc|Gender=Fem|Number=Sing|POS=PROPN",
|
299 |
+
"Aspect=Perf|Case=Gen|Gender=Masc|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass",
|
300 |
+
"Animacy=Inan|Case=Gen|Gender=Masc|Number=Plur|POS=PROPN",
|
301 |
+
"Degree=Pos|POS=ADJ",
|
302 |
+
"Case=Ins|Degree=Sup|Gender=Fem|Number=Sing|POS=ADJ",
|
303 |
+
"Animacy=Inan|Case=Ins|Gender=Masc|Number=Plur|POS=PROPN",
|
304 |
+
"Animacy=Anim|Case=Dat|Gender=Masc|Number=Sing|POS=PROPN",
|
305 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=VERB|Tense=Past|VerbForm=Fin|Voice=Pass",
|
306 |
+
"Aspect=Imp|Case=Acc|Gender=Fem|Number=Sing|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Pass",
|
307 |
+
"Case=Gen|Number=Plur|POS=PRON|Person=Third",
|
308 |
+
"Animacy=Inan|Case=Acc|Number=Plur|POS=PRON",
|
309 |
+
"Animacy=Anim|Case=Nom|Gender=Neut|Number=Plur|POS=NOUN",
|
310 |
+
"Animacy=Anim|Case=Gen|Gender=Neut|Number=Plur|POS=NOUN",
|
311 |
+
"Degree=Pos|Gender=Neut|Number=Sing|POS=PUNCT|StyleVariant=Short",
|
312 |
+
"Case=Ins|Degree=Sup|Gender=Neut|Number=Sing|POS=ADJ",
|
313 |
+
"Aspect=Imp|Case=Nom|Gender=Fem|Number=Sing|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Pass",
|
314 |
+
"Animacy=Anim|Case=Ins|Gender=Fem|Number=Plur|POS=NOUN",
|
315 |
+
"Animacy=Anim|Case=Acc|Gender=Fem|Number=Plur|POS=NOUN",
|
316 |
+
"Case=Dat|Degree=Pos|Gender=Neut|Number=Sing|POS=ADJ",
|
317 |
+
"Animacy=Anim|Case=Nom|Gender=Fem|Number=Plur|POS=NOUN",
|
318 |
+
"Animacy=Anim|Case=Dat|Gender=Fem|Number=Plur|POS=NOUN",
|
319 |
+
"Animacy=Inan|Case=Nom|Gender=Neut|Number=Sing|POS=SCONJ",
|
320 |
+
"Case=Loc|Gender=Neut|Number=Sing|POS=PRON",
|
321 |
+
"Aspect=Imp|Case=Nom|Gender=Fem|Number=Sing|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Act",
|
322 |
+
"Aspect=Imp|Gender=Fem|Mood=Ind|Number=Sing|POS=VERB|Tense=Past|VerbForm=Fin|Voice=Mid",
|
323 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=VERB|Person=First|Tense=Pres|VerbForm=Fin|Voice=Mid",
|
324 |
+
"Case=Dat|Number=Sing|POS=PRON|Person=First",
|
325 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=DET",
|
326 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=VERB|Person=Second|Tense=Pres|VerbForm=Fin|Voice=Mid",
|
327 |
+
"POS=NOUN",
|
328 |
+
"Case=Dat|Number=Plur|POS=PRON|Person=Third",
|
329 |
+
"Degree=Cmp|POS=NUM",
|
330 |
+
"Case=Gen|Gender=Neut|Number=Sing|POS=NUM",
|
331 |
+
"Aspect=Imp|Case=Nom|Number=Plur|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Pass",
|
332 |
+
"Case=Loc|Number=Plur|POS=DET",
|
333 |
+
"Aspect=Perf|Case=Gen|Gender=Neut|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass",
|
334 |
+
"Aspect=Perf|Case=Nom|Gender=Neut|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
335 |
+
"Case=Dat|POS=NUM",
|
336 |
+
"Animacy=Anim|Aspect=Imp|Case=Acc|Number=Plur|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Act",
|
337 |
+
"Case=Ins|Gender=Fem|Number=Sing|POS=PRON|Person=Third",
|
338 |
+
"Animacy=Anim|Case=Voc|Gender=Masc|Number=Sing|POS=NOUN",
|
339 |
+
"Case=Gen|Gender=Fem|Number=Sing|POS=PRON|Person=Third",
|
340 |
+
"Case=Nom|Degree=Pos|Gender=Fem|Number=Sing|POS=NUM",
|
341 |
+
"Animacy=Anim|Case=Gen|Gender=Fem|Number=Sing|POS=PROPN",
|
342 |
+
"Animacy=Anim|Case=Nom|Gender=Neut|Number=Sing|POS=NOUN",
|
343 |
+
"Animacy=Inan|Case=Acc|Gender=Fem|POS=NUM",
|
344 |
+
"Aspect=Perf|Case=Loc|Gender=Masc|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
345 |
+
"Aspect=Perf|Case=Acc|Gender=Fem|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
346 |
+
"Animacy=Anim|Case=Acc|Gender=Masc|Number=Sing|POS=PRON",
|
347 |
+
"Case=Ins|Gender=Fem|Number=Sing|POS=DET",
|
348 |
+
"Animacy=Anim|Case=Gen|Gender=Masc|Number=Plur|POS=PROPN",
|
349 |
+
"Animacy=Inan|Case=Par|Gender=Masc|Number=Sing|POS=NOUN",
|
350 |
+
"Aspect=Imp|Gender=Fem|Mood=Ind|Number=Sing|POS=VERB|Tense=Past|VerbForm=Fin|Voice=Pass",
|
351 |
+
"Aspect=Perf|Case=Nom|Number=Plur|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
352 |
+
"Case=Gen|Gender=Masc|Number=Sing|POS=PRON",
|
353 |
+
"Case=Gen|Number=Plur|POS=DET|Person=Third",
|
354 |
+
"Animacy=Inan|Case=Dat|Gender=Neut|Number=Sing|POS=PROPN",
|
355 |
+
"Animacy=Inan|Case=Gen|Gender=Masc|Number=Sing|POS=ADV",
|
356 |
+
"Case=Nom|Gender=Fem|Number=Sing|POS=NUM",
|
357 |
+
"Aspect=Perf|Case=Loc|Gender=Masc|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass",
|
358 |
+
"Aspect=Imp|Case=Gen|Gender=Masc|Number=Sing|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Pass",
|
359 |
+
"Case=Nom|Gender=Masc|POS=NUM",
|
360 |
+
"Aspect=Imp|Case=Dat|Gender=Masc|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
361 |
+
"Case=Loc|Gender=Fem|Number=Sing|POS=PRON|Person=Third",
|
362 |
+
"Animacy=Anim|Case=Ins|Gender=Neut|Number=Plur|POS=NOUN",
|
363 |
+
"Animacy=Inan|Aspect=Perf|Case=Acc|Gender=Masc|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
364 |
+
"Aspect=Imp|Case=Nom|Gender=Masc|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
365 |
+
"Aspect=Perf|Case=Gen|Gender=Neut|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
366 |
+
"Case=Gen|Gender=Fem|POS=NUM",
|
367 |
+
"Animacy=Anim|Aspect=Imp|Case=Acc|Gender=Masc|Number=Sing|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Act",
|
368 |
+
"Aspect=Perf|Case=Nom|Gender=Masc|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
369 |
+
"POS=ADV|Polarity=Neg",
|
370 |
+
"Case=Dat|Gender=Neut|Number=Sing|POS=PRON",
|
371 |
+
"Aspect=Perf|Case=Nom|Number=Plur|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass",
|
372 |
+
"Case=Acc|Gender=Neut|POS=NUM",
|
373 |
+
"Aspect=Imp|Mood=Imp|Number=Sing|POS=VERB|Person=Second|VerbForm=Fin|Voice=Act",
|
374 |
+
"Case=Gen|Number=Sing|POS=PRON|Person=First",
|
375 |
+
"Case=Nom|Gender=Neut|POS=NUM",
|
376 |
+
"Case=Gen|POS=VERB|Polarity=Neg",
|
377 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=VERB|Person=Second|Tense=Pres|VerbForm=Fin|Voice=Act",
|
378 |
+
"Case=Gen|Gender=Fem|Number=Sing|POS=PRON",
|
379 |
+
"Aspect=Imp|Case=Dat|Gender=Masc|Number=Sing|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Act",
|
380 |
+
"Case=Loc|Number=Plur|POS=PRON",
|
381 |
+
"Case=Loc|Number=Plur|POS=PRON|Person=Third",
|
382 |
+
"Case=Gen|Number=Plur|POS=PRON",
|
383 |
+
"Aspect=Perf|Case=Dat|Number=Plur|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
384 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=NUM",
|
385 |
+
"Aspect=Imp|Case=Dat|Gender=Fem|Number=Sing|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Act",
|
386 |
+
"Animacy=Inan|Aspect=Perf|Case=Acc|Gender=Masc|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass",
|
387 |
+
"POS=CCONJ|Polarity=Neg",
|
388 |
+
"Animacy=Inan|Aspect=Imp|Case=Acc|Gender=Masc|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
389 |
+
"Aspect=Imp|Case=Gen|Number=Plur|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Pass",
|
390 |
+
"Case=Ins|Gender=Masc|Number=Sing|POS=PRON|Person=Third",
|
391 |
+
"Case=Dat|Gender=Neut|Number=Sing|POS=DET",
|
392 |
+
"Aspect=Imp|Gender=Neut|Mood=Ind|Number=Sing|POS=PRON|Tense=Past|VerbForm=Fin|Voice=Act",
|
393 |
+
"Aspect=Imp|POS=VERB|Tense=Pres|VerbForm=Conv|Voice=Mid",
|
394 |
+
"Case=Gen|Gender=Neut|Number=Sing|POS=DET",
|
395 |
+
"Case=Nom|Number=Sing|POS=PRON|Person=Second",
|
396 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=VERB|Person=Second|Tense=Pres|VerbForm=Fin|Voice=Act",
|
397 |
+
"Animacy=Inan|Case=Loc|Gender=Fem|Number=Plur|POS=PROPN",
|
398 |
+
"Aspect=Perf|Case=Nom|Gender=Fem|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
399 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=VERB|Person=Third|Tense=Pres|VerbForm=Fin|Voice=Pass",
|
400 |
+
"Case=Ins|Gender=Neut|Number=Sing|POS=DET",
|
401 |
+
"Animacy=Anim|Case=Acc|POS=NUM",
|
402 |
+
"Aspect=Imp|Number=Plur|POS=VERB|StyleVariant=Short|Tense=Past|VerbForm=Part|Voice=Pass",
|
403 |
+
"Aspect=Imp|Gender=Masc|Number=Sing|POS=VERB|StyleVariant=Short|Tense=Past|VerbForm=Part|Voice=Pass",
|
404 |
+
"Case=Dat|Gender=Masc|Number=Sing|POS=PRON|Person=Third",
|
405 |
+
"Case=Loc|Gender=Masc|Number=Sing|POS=NUM",
|
406 |
+
"Case=Dat|Gender=Masc|Number=Sing|POS=NUM",
|
407 |
+
"Aspect=Imp|Case=Gen|Gender=Masc|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
408 |
+
"Animacy=Anim|Case=Gen|Gender=Neut|Number=Sing|POS=NOUN",
|
409 |
+
"Case=Loc|Degree=Sup|Gender=Masc|Number=Sing|POS=ADJ",
|
410 |
+
"Case=Gen|Number=Plur|POS=PRON|Person=First",
|
411 |
+
"Case=Dat|Number=Plur|POS=PRON|Person=First",
|
412 |
+
"Case=Gen|Number=Plur|POS=PRON|Person=Second",
|
413 |
+
"Aspect=Perf|Mood=Imp|Number=Plur|POS=VERB|Person=Second|VerbForm=Fin|Voice=Act",
|
414 |
+
"Aspect=Perf|Case=Acc|Gender=Neut|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
415 |
+
"Case=Acc|Number=Sing|POS=PRON|Person=First",
|
416 |
+
"Foreign=Yes|POS=PUNCT",
|
417 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=PRON|Person=Third|Tense=Pres|VerbForm=Fin|Voice=Act",
|
418 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=AUX|Person=First|Tense=Pres|VerbForm=Fin|Voice=Act",
|
419 |
+
"Case=Gen|Gender=Fem|Number=Sing|POS=DET|Person=Third",
|
420 |
+
"Case=Dat|Degree=Sup|Number=Plur|POS=ADJ",
|
421 |
+
"Aspect=Perf|Case=Acc|Gender=Fem|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass",
|
422 |
+
"Aspect=Perf|Case=Dat|Gender=Masc|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass",
|
423 |
+
"Case=Loc|POS=NUM",
|
424 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=VERB|Person=First|Tense=Pres|VerbForm=Fin|Voice=Mid",
|
425 |
+
"Case=Dat|Number=Plur|POS=DET",
|
426 |
+
"Aspect=Imp|POS=AUX|Tense=Pres|VerbForm=Conv|Voice=Act",
|
427 |
+
"Aspect=Perf|Case=Ins|Gender=Masc|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass",
|
428 |
+
"Aspect=Imp|Case=Nom|Gender=Neut|Number=Sing|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Act",
|
429 |
+
"Case=Ins|POS=PRON",
|
430 |
+
"Case=Ins|Gender=Neut|Number=Sing|POS=PRON",
|
431 |
+
"Aspect=Perf|Case=Loc|Gender=Neut|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
432 |
+
"Case=Dat|Gender=Neut|Number=Sing|POS=PRON|Person=Third",
|
433 |
+
"Aspect=Imp|Mood=Imp|Number=Sing|POS=VERB|Person=Second|VerbForm=Fin|Voice=Mid",
|
434 |
+
"Case=Nom|Gender=Neut|Number=Sing|POS=PRON",
|
435 |
+
"Animacy=Inan|Aspect=Imp|Case=Acc|Gender=Masc|Number=Sing|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Act",
|
436 |
+
"POS=PROPN",
|
437 |
+
"Aspect=Perf|Case=Loc|Gender=Fem|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
438 |
+
"Aspect=Imp|Case=Gen|Gender=Fem|Number=Sing|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Pass",
|
439 |
+
"Aspect=Perf|Mood=Ind|Number=Sing|POS=VERB|Person=Second|Tense=Fut|VerbForm=Fin|Voice=Act",
|
440 |
+
"Case=Gen|Degree=Sup|Number=Plur|POS=ADJ",
|
441 |
+
"Animacy=Anim|Case=Ins|Gender=Fem|Number=Sing|POS=PROPN",
|
442 |
+
"Animacy=Inan|Case=Ins|Gender=Fem|Number=Plur|POS=PROPN",
|
443 |
+
"Case=Ins|Number=Plur|POS=PRON|Person=Second",
|
444 |
+
"Case=Gen|Gender=Neut|Number=Sing|POS=PRON|Person=Third",
|
445 |
+
"Animacy=Anim|Case=Loc|Gender=Fem|Number=Sing|POS=NOUN",
|
446 |
+
"Aspect=Imp|Case=Ins|Gender=Masc|Number=Sing|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Act",
|
447 |
+
"Animacy=Inan|Aspect=Imp|Case=Acc|Number=Plur|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
448 |
+
"Aspect=Imp|Case=Dat|Number=Plur|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Pass",
|
449 |
+
"Aspect=Imp|Case=Loc|Gender=Masc|Number=Sing|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Pass",
|
450 |
+
"Case=Ins|Number=Sing|POS=PRON|Person=First",
|
451 |
+
"Aspect=Imp|Case=Acc|Gender=Neut|Number=Sing|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Act",
|
452 |
+
"Aspect=Imp|Case=Loc|Gender=Fem|Number=Sing|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Act",
|
453 |
+
"Case=Loc|Degree=Pos|Gender=Masc|Number=Sing|POS=DET",
|
454 |
+
"Case=Gen|Gender=Masc|Number=Sing|POS=DET|Person=Third",
|
455 |
+
"Aspect=Imp|Case=Nom|Gender=Masc|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass",
|
456 |
+
"Aspect=Imp|Case=Gen|Number=Plur|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
457 |
+
"Case=Ins|Gender=Fem|Number=Sing|POS=NUM",
|
458 |
+
"Animacy=Inan|Case=Gen|Gender=Fem|Number=Sing|POS=PUNCT",
|
459 |
+
"Animacy=Anim|Case=Dat|Gender=Neut|Number=Plur|POS=NOUN",
|
460 |
+
"Aspect=Imp|Case=Ins|Number=Plur|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Act",
|
461 |
+
"Aspect=Imp|Case=Loc|Gender=Neut|Number=Sing|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Act",
|
462 |
+
"Case=Ins|Gender=Masc|Number=Sing|POS=PRON",
|
463 |
+
"Animacy=Anim|Aspect=Imp|Case=Acc|Gender=Masc|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
464 |
+
"Aspect=Perf|Case=Ins|Gender=Fem|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
465 |
+
"Animacy=Inan|Case=Acc|Gender=Masc|Number=Sing|POS=PRON",
|
466 |
+
"Animacy=Inan|Case=Acc|Number=Plur|POS=PRON|Person=First",
|
467 |
+
"Animacy=Anim|Aspect=Perf|Case=Acc|Number=Plur|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
468 |
+
"Aspect=Imp|Case=Gen|Gender=Fem|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
469 |
+
"Animacy=Inan|Aspect=Imp|Case=Acc|Number=Plur|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Act",
|
470 |
+
"Animacy=Anim|Case=Acc|Gender=Neut|Number=Sing|POS=NOUN",
|
471 |
+
"Case=Ins|Number=Sing|POS=PRON|Person=Second",
|
472 |
+
"Aspect=Perf|Case=Dat|Gender=Masc|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
473 |
+
"Case=Dat|Gender=Fem|Number=Sing|POS=DET",
|
474 |
+
"Animacy=Anim|Aspect=Perf|Case=Acc|Gender=Masc|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
475 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=PRON",
|
476 |
+
"Aspect=Perf|Case=Dat|Gender=Neut|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass",
|
477 |
+
"Case=Nom|Degree=Sup|Gender=Masc|Number=Sing|POS=ADJ",
|
478 |
+
"Animacy=Inan|Case=Acc|Degree=Sup|Gender=Masc|Number=Sing|POS=ADJ",
|
479 |
+
"Aspect=Imp|Case=Loc|Number=Plur|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Pass",
|
480 |
+
"Case=Dat|Number=Plur|POS=PRON",
|
481 |
+
"Animacy=Inan|Case=Ins|Gender=Neut|Number=Plur|POS=PROPN",
|
482 |
+
"Animacy=Anim|Case=Loc|Gender=Masc|Number=Sing|POS=PROPN",
|
483 |
+
"Animacy=Anim|Case=Gen|Number=Plur|POS=DET",
|
484 |
+
"Aspect=Perf|Case=Gen|Gender=Fem|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
485 |
+
"Animacy=Inan|Case=Acc|Gender=Masc|Number=Plur|POS=PROPN",
|
486 |
+
"Case=Ins|Degree=Sup|Number=Plur|POS=ADJ",
|
487 |
+
"Case=Ins|Degree=Pos|Gender=Fem|Number=Sing|POS=DET",
|
488 |
+
"Case=Dat|Degree=Sup|Gender=Masc|Number=Sing|POS=ADJ",
|
489 |
+
"Animacy=Anim|Case=Nom|Gender=Masc|Number=Sing|POS=ADV",
|
490 |
+
"Foreign=Yes|POS=PART",
|
491 |
+
"Case=Gen|Gender=Neut|Number=Sing|POS=PRON",
|
492 |
+
"Aspect=Perf|Mood=Ind|Number=Sing|POS=VERB|Person=First|Tense=Fut|VerbForm=Fin|Voice=Act",
|
493 |
+
"Case=Gen|Degree=Sup|Gender=Masc|Number=Sing|POS=ADJ",
|
494 |
+
"Animacy=Inan|Aspect=Imp|Case=Acc|Number=Plur|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Pass",
|
495 |
+
"Animacy=Inan|Case=Dat|Gender=Fem|Number=Plur|POS=PROPN",
|
496 |
+
"Case=Nom|Degree=Pos|Number=Plur|POS=DET",
|
497 |
+
"Case=Loc|Gender=Fem|POS=NUM",
|
498 |
+
"Animacy=Anim|Case=Acc|Gender=Masc|Number=Sing|POS=DET",
|
499 |
+
"Aspect=Perf|POS=VERB|Tense=Past|VerbForm=Conv|Voice=Mid",
|
500 |
+
"Aspect=Imp|Case=Loc|Number=Plur|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Act",
|
501 |
+
"Animacy=Inan|Case=Gen|Gender=Masc|Number=Sing|POS=PUNCT",
|
502 |
+
"Animacy=Anim|Case=Loc|Gender=Fem|Number=Sing|POS=PROPN",
|
503 |
+
"Aspect=Perf|Case=Ins|Gender=Masc|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
504 |
+
"Case=Acc|Degree=Pos|Gender=Fem|Number=Sing|POS=DET",
|
505 |
+
"Aspect=Perf|Case=Ins|Number=Plur|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
506 |
+
"Animacy=Inan|Case=Acc|Gender=Masc|Number=Sing|POS=DET",
|
507 |
+
"Animacy=Anim|Aspect=Imp|Case=Acc|Number=Plur|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
508 |
+
"Case=Loc|Gender=Neut|Number=Sing|POS=PRON|Person=Third",
|
509 |
+
"Case=Acc|Degree=Pos|Gender=Fem|Number=Sing|POS=PUNCT",
|
510 |
+
"Aspect=Imp|Case=Nom|Gender=Neut|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
511 |
+
"Animacy=Anim|Case=Loc|Gender=Masc|Number=Plur|POS=NOUN",
|
512 |
+
"Aspect=Perf|Case=Nom|Gender=Neut|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass",
|
513 |
+
"Animacy=Inan|Aspect=Perf|Case=Acc|Number=Plur|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
514 |
+
"Animacy=Inan|Case=Ins|Gender=Fem|Number=Sing|POS=ADV",
|
515 |
+
"Case=Nom|Degree=Pos|Gender=Masc|Number=Sing|POS=DET",
|
516 |
+
"Aspect=Imp|Case=Loc|Gender=Masc|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
517 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=VERB|Person=First|Tense=Fut|VerbForm=Fin|Voice=Mid",
|
518 |
+
"Case=Nom|Degree=Sup|Number=Plur|POS=ADJ",
|
519 |
+
"Aspect=Perf|Mood=Imp|Number=Sing|POS=VERB|Person=Second|VerbForm=Fin|Voice=Act",
|
520 |
+
"Case=Nom|Degree=Pos|Gender=Fem|Number=Sing|POS=DET",
|
521 |
+
"Case=Loc|Number=Sing|POS=PRON|Person=First",
|
522 |
+
"Aspect=Imp|Case=Ins|Gender=Neut|Number=Sing|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Act",
|
523 |
+
"Aspect=Perf|Case=Ins|Gender=Neut|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass",
|
524 |
+
"Case=Dat|Gender=Fem|Number=Sing|POS=NUM",
|
525 |
+
"Animacy=Anim|Aspect=Perf|Case=Acc|Number=Plur|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass",
|
526 |
+
"Animacy=Anim|Case=Nom|Gender=Masc|Number=Sing|POS=PRON",
|
527 |
+
"Aspect=Perf|Case=Ins|Gender=Neut|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
528 |
+
"Aspect=Imp|Case=Ins|Number=Plur|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Pass",
|
529 |
+
"Aspect=Imp|POS=PRON|VerbForm=Inf|Voice=Act",
|
530 |
+
"Animacy=Inan|Case=Acc|Gender=Fem|Number=Plur|POS=PROPN",
|
531 |
+
"Aspect=Imp|Case=Gen|Gender=Neut|Number=Sing|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Act",
|
532 |
+
"Animacy=Inan|Case=Acc|Number=Plur|POS=PRON|Person=Second",
|
533 |
+
"Case=Acc|Gender=Neut|Number=Sing|POS=NUM",
|
534 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=PRON|Person=Third|Tense=Pres|VerbForm=Fin|Voice=Act",
|
535 |
+
"Case=Loc|Degree=Sup|Number=Plur|POS=ADJ",
|
536 |
+
"Case=Acc|Number=Sing|POS=PRON|Person=Second",
|
537 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=ADJ",
|
538 |
+
"Case=Ins|Number=Plur|POS=PRON|Person=First",
|
539 |
+
"Case=Acc|Degree=Sup|Gender=Fem|Number=Sing|POS=ADJ",
|
540 |
+
"Case=Dat|Gender=Masc|POS=NUM",
|
541 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=VERB|Person=Second|Tense=Fut|VerbForm=Fin|Voice=Mid",
|
542 |
+
"Aspect=Perf|Mood=Ind|Number=Sing|POS=VERB|Person=First|Tense=Fut|VerbForm=Fin|Voice=Mid",
|
543 |
+
"Animacy=Anim|Case=Loc|Gender=Fem|Number=Plur|POS=NOUN",
|
544 |
+
"Animacy=Anim|Case=Dat|Number=Plur|POS=PRON",
|
545 |
+
"Animacy=Anim|Case=Nom|Number=Plur|POS=PRON",
|
546 |
+
"Animacy=Anim|Case=Loc|Gender=Neut|Number=Plur|POS=NOUN",
|
547 |
+
"Case=Dat|Gender=Masc|Number=Sing|POS=PRON",
|
548 |
+
"Animacy=Anim|Case=Acc|Degree=Sup|Gender=Masc|Number=Sing|POS=ADJ",
|
549 |
+
"Animacy=Anim|Case=Nom|Gender=Masc|Number=Plur|POS=PROPN",
|
550 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=DET|Person=Third",
|
551 |
+
"Animacy=Anim|Case=Ins|Gender=Masc|Number=Plur|POS=PROPN",
|
552 |
+
"POS=VERB",
|
553 |
+
"Animacy=Inan|Case=Gen|Gender=Neut|Number=Plur|POS=PROPN",
|
554 |
+
"Case=Gen|Degree=Pos|Number=Plur|POS=DET",
|
555 |
+
"Aspect=Imp|Case=Dat|Gender=Masc|Number=Sing|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Pass",
|
556 |
+
"Case=Dat|Number=Plur|POS=PRON|Person=Second",
|
557 |
+
"Case=Nom|Gender=Neut|Number=Sing|POS=NUM",
|
558 |
+
"Aspect=Imp|Case=Ins|Gender=Fem|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
559 |
+
"Animacy=Inan|Aspect=Imp|Case=Acc|Gender=Masc|Number=Sing|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Pass",
|
560 |
+
"Animacy=Anim|Case=Dat|Number=Plur|POS=DET",
|
561 |
+
"Aspect=Perf|Case=Dat|Gender=Fem|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass",
|
562 |
+
"Aspect=Imp|Gender=Masc|Mood=Ind|Number=Sing|POS=PRON|Tense=Past|VerbForm=Fin|Voice=Act",
|
563 |
+
"Animacy=Inan|Case=Acc|Degree=Sup|Number=Plur|POS=ADJ",
|
564 |
+
"Animacy=Anim|Case=Ins|Gender=Neut|Number=Sing|POS=NOUN",
|
565 |
+
"Aspect=Imp|Case=Dat|Gender=Neut|Number=Sing|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Act",
|
566 |
+
"Case=Nom|Degree=Sup|Gender=Fem|Number=Sing|POS=ADJ",
|
567 |
+
"Aspect=Imp|Case=Acc|Gender=Neut|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
568 |
+
"Hyph=Yes|POS=PROPN",
|
569 |
+
"Aspect=Imp|Case=Gen|Gender=Masc|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass",
|
570 |
+
"Case=Gen|Degree=Pos|Gender=Fem|Number=Sing|POS=DET",
|
571 |
+
"Case=Gen|Number=Sing|POS=PRON|Person=Second",
|
572 |
+
"Hyph=Yes|POS=NUM",
|
573 |
+
"Case=Ins|Gender=Fem|Number=Sing|POS=PRON",
|
574 |
+
"Animacy=Inan|Case=Loc|Gender=Neut|Number=Plur|POS=PROPN",
|
575 |
+
"Aspect=Imp|Case=Ins|Gender=Masc|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
576 |
+
"Animacy=Inan|Case=Nom|Gender=Neut|Number=Sing|POS=ADV",
|
577 |
+
"Aspect=Imp|Case=Nom|Gender=Neut|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass",
|
578 |
+
"Case=Ins|Number=Plur|POS=PRON",
|
579 |
+
"Case=Acc|Number=Plur|POS=PRON|Person=Third",
|
580 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=PRON|Tense=Past|VerbForm=Fin|Voice=Act",
|
581 |
+
"Aspect=Imp|Case=Ins|Number=Plur|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
582 |
+
"Case=Gen|Degree=Sup|Gender=Fem|Number=Sing|POS=ADJ",
|
583 |
+
"Animacy=Inan|Case=Nom|Gender=Neut|Number=Plur|POS=PROPN",
|
584 |
+
"Animacy=Anim|Case=Loc|Gender=Neut|Number=Sing|POS=NOUN",
|
585 |
+
"Aspect=Imp|Mood=Imp|Number=Plur|POS=VERB|Person=Second|VerbForm=Fin|Voice=Mid",
|
586 |
+
"Animacy=Inan|Case=Dat|Gender=Neut|Number=Sing|POS=ADV",
|
587 |
+
"Aspect=Imp|Case=Acc|Gender=Fem|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
588 |
+
"Case=Acc|Gender=Fem|POS=NUM",
|
589 |
+
"Aspect=Imp|Case=Dat|Number=Plur|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
590 |
+
"Case=Ins|Degree=Pos|Number=Plur|POS=DET",
|
591 |
+
"Animacy=Anim|Case=Dat|Gender=Masc|Number=Plur|POS=PROPN",
|
592 |
+
"Hyph=Yes|POS=NOUN",
|
593 |
+
"Case=Gen|Degree=Pos|Gender=Fem|Number=Sing|POS=NUM",
|
594 |
+
"Case=Loc|Number=Sing|POS=PRON|Person=Second",
|
595 |
+
"Animacy=Inan|Case=Acc|Degree=Pos|Gender=Masc|Number=Sing|POS=NUM",
|
596 |
+
"Aspect=Imp|POS=VERB|Tense=Past|VerbForm=Conv|Voice=Act",
|
597 |
+
"Aspect=Imp|Mood=Imp|Number=Plur|POS=AUX|Person=Second|VerbForm=Fin|Voice=Act",
|
598 |
+
"Case=Loc|Gender=Neut|Number=Sing|POS=NUM",
|
599 |
+
"Case=Acc|Number=Plur|POS=PRON|Person=First",
|
600 |
+
"Aspect=Perf|Case=Dat|Gender=Neut|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
601 |
+
"Case=Gen|Degree=Pos|Gender=Fem|Number=Sing|POS=PUNCT",
|
602 |
+
"Animacy=Inan|Case=Ins|Gender=Neut|Number=Plur|POS=ADV",
|
603 |
+
"Case=Gen|Degree=Pos|Gender=Masc|Number=Sing|POS=DET",
|
604 |
+
"Aspect=Perf|Case=Loc|Number=Plur|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
605 |
+
"POS=AUX",
|
606 |
+
"Animacy=Anim|Case=Gen|Number=Plur|POS=PRON",
|
607 |
+
"Case=Gen|Gender=Neut|Number=Sing|POS=DET|Person=Third",
|
608 |
+
"Aspect=Perf|Case=Dat|Gender=Fem|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
609 |
+
"Animacy=Inan|Case=Nom|Gender=Masc|Number=Sing|POS=ADV",
|
610 |
+
"Case=Loc|Gender=Masc|POS=NUM",
|
611 |
+
"Case=Gen|Degree=Pos|Gender=Neut|Number=Sing|POS=NUM",
|
612 |
+
"Case=Loc|Degree=Sup|Gender=Fem|Number=Sing|POS=ADJ",
|
613 |
+
"Case=Ins|Gender=Neut|Number=Sing|POS=PRON|Person=Third",
|
614 |
+
"Case=Dat|Gender=Neut|Number=Sing|POS=NUM",
|
615 |
+
"Case=Gen|Degree=Pos|Gender=Neut|Number=Sing|POS=DET",
|
616 |
+
"Case=Dat|Degree=Pos|Number=Plur|POS=DET",
|
617 |
+
"Case=Ins|Gender=Neut|Number=Sing|POS=NUM",
|
618 |
+
"Case=Loc|Degree=Pos|Gender=Neut|Number=Sing|POS=NUM",
|
619 |
+
"Case=Loc|Degree=Pos|Gender=Neut|Number=Sing|POS=DET",
|
620 |
+
"Animacy=Inan|Case=Acc|Degree=Pos|Gender=Neut|Number=Sing|POS=DET",
|
621 |
+
"Animacy=Inan|Case=Ins|Gender=Neut|Number=Sing|POS=SCONJ",
|
622 |
+
"Animacy=Anim|Case=Acc|Number=Plur|POS=DET",
|
623 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=VERB|Person=Second|Tense=Pres|VerbForm=Fin|Voice=Mid",
|
624 |
+
"Aspect=Imp|Mood=Imp|Number=Sing|POS=DET|Person=Second|VerbForm=Fin|Voice=Act",
|
625 |
+
"Aspect=Imp|Gender=Fem|Mood=Ind|Number=Sing|POS=PRON|Tense=Past|VerbForm=Fin|Voice=Act",
|
626 |
+
"Animacy=Inan|Case=Ins|Gender=Masc|Number=Sing|POS=ADV",
|
627 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=AUX|Person=Second|Tense=Pres|VerbForm=Fin|Voice=Act",
|
628 |
+
"Animacy=Inan|Case=Nom|Gender=Neut|Number=Sing|POS=DET",
|
629 |
+
"Animacy=Inan|Case=Acc|Gender=Masc|Number=Sing|POS=ADV",
|
630 |
+
"Case=Nom|Degree=Pos|Gender=Masc|Number=Sing|POS=NUM",
|
631 |
+
"Aspect=Imp|Case=Loc|Gender=Fem|Number=Sing|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Pass",
|
632 |
+
"Animacy=Inan|Case=Acc|Number=Plur|POS=DET|Person=Third",
|
633 |
+
"Animacy=Inan|Case=Gen|Gender=Neut|Number=Sing|POS=ADV",
|
634 |
+
"Aspect=Imp|Case=Acc|Gender=Neut|Number=Sing|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Pass",
|
635 |
+
"POS=PRON",
|
636 |
+
"Animacy=Anim|Aspect=Imp|Case=Acc|Gender=Masc|Number=Sing|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Pass",
|
637 |
+
"Animacy=Anim|Case=Nom|Number=Plur|POS=DET",
|
638 |
+
"Aspect=Imp|Case=Gen|Gender=Neut|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
639 |
+
"Aspect=Imp|Case=Nom|Gender=Neut|Number=Sing|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Pass",
|
640 |
+
"Aspect=Imp|Case=Loc|Number=Plur|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
641 |
+
"Aspect=Imp|Case=Gen|Gender=Neut|Number=Sing|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Pass",
|
642 |
+
"Case=Nom|Degree=Pos|Gender=Neut|Number=Sing|POS=DET",
|
643 |
+
"Animacy=Inan|Case=Gen|Gender=Neut|Number=Sing|POS=DET",
|
644 |
+
"Case=Dat|POS=DET",
|
645 |
+
"Case=Nom|Degree=Sup|Gender=Neut|Number=Sing|POS=ADJ",
|
646 |
+
"Mood=Ind|Number=Plur|POS=AUX|Tense=Past|VerbForm=Fin|Voice=Act",
|
647 |
+
"Case=Gen|Gender=Masc|POS=ADJ",
|
648 |
+
"Aspect=Imp|Mood=Imp|Number=Sing|POS=AUX|Person=Second|VerbForm=Fin|Voice=Act",
|
649 |
+
"Aspect=Imp|Case=Gen|Number=Plur|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass",
|
650 |
+
"Aspect=Imp|Case=Dat|Gender=Fem|Number=Sing|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Pass",
|
651 |
+
"Aspect=Perf|Mood=Ind|Number=Sing|POS=VERB|Person=Second|Tense=Fut|VerbForm=Fin|Voice=Mid",
|
652 |
+
"Animacy=Anim|Case=Dat|Gender=Neut|Number=Sing|POS=NOUN",
|
653 |
+
"Case=Loc|Degree=Pos|Number=Plur|POS=DET",
|
654 |
+
"Animacy=Anim|Case=Ins|Number=Plur|POS=DET",
|
655 |
+
"Animacy=Anim|Case=Acc|Gender=Masc|Number=Plur|POS=PROPN",
|
656 |
+
"Animacy=Inan|Case=Loc|Gender=Neut|Number=Sing|POS=DET",
|
657 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=DET|Person=Third",
|
658 |
+
"Case=Ins|Degree=Sup|Gender=Masc|Number=Sing|POS=ADJ",
|
659 |
+
"Animacy=Anim|Case=Gen|Gender=Masc|Number=Sing|POS=PUNCT",
|
660 |
+
"Degree=Cmp|POS=ADP",
|
661 |
+
"Animacy=Anim|Case=Voc|Gender=Masc|Number=Sing|POS=PROPN",
|
662 |
+
"Aspect=Imp|Case=Loc|Gender=Neut|Number=Sing|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Pass",
|
663 |
+
"Animacy=Inan|Case=Acc|Number=Plur|POS=ADV",
|
664 |
+
"Case=Ins|Degree=Pos|Gender=Fem|Number=Sing|POS=ADP",
|
665 |
+
"Animacy=Inan|Case=Acc|POS=ADV",
|
666 |
+
"Case=Acc|POS=ADV",
|
667 |
+
"Animacy=Anim|Case=Ins|Number=Plur|POS=PRON",
|
668 |
+
"Aspect=Imp|POS=ADV|Tense=Pres|VerbForm=Conv|Voice=Act",
|
669 |
+
"Aspect=Perf|Mood=Imp|Number=Plur|POS=VERB|Person=Second|VerbForm=Fin|Voice=Mid",
|
670 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=AUX|Person=Second|Tense=Pres|VerbForm=Fin|Voice=Act",
|
671 |
+
"Animacy=Anim|Aspect=Imp|Case=Acc|Number=Plur|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Pass",
|
672 |
+
"Case=Gen|Number=Plur|POS=NUM",
|
673 |
+
"Aspect=Imp|Case=Loc|Number=Plur|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass",
|
674 |
+
"Animacy=Inan|Case=Acc|Gender=Neut|Number=Sing|POS=ADV",
|
675 |
+
"Aspect=Imp|Case=Loc|Gender=Fem|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
676 |
+
"Animacy=Inan|Case=Acc|Gender=Neut|Number=Sing|POS=SCONJ",
|
677 |
+
"Aspect=Imp|Case=Dat|Gender=Neut|Number=Sing|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Pass",
|
678 |
+
"Animacy=Anim|Case=Acc|Degree=Sup|Number=Plur|POS=ADJ",
|
679 |
+
"Case=Ins|POS=VERB|Polarity=Neg",
|
680 |
+
"Case=Ins|Degree=Pos|Number=Plur|POS=NUM",
|
681 |
+
"Animacy=Anim|Case=Acc|Degree=Pos|Gender=Masc|Number=Sing|POS=DET",
|
682 |
+
"Animacy=Inan|Case=Acc|Gender=Fem|Number=Sing|POS=ADV",
|
683 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=PUNCT|Person=Third|Tense=Pres|VerbForm=Fin|Voice=Act",
|
684 |
+
"Case=Acc|POS=VERB|Polarity=Neg",
|
685 |
+
"Aspect=Imp|Case=Nom|Gender=Masc|Number=Sing|POS=AUX|Tense=Past|VerbForm=Part|Voice=Act",
|
686 |
+
"Case=Ins|Degree=Pos|Gender=Neut|Number=Sing|POS=DET",
|
687 |
+
"Animacy=Inan|Case=Dat|Gender=Fem|Number=Sing|POS=PUNCT",
|
688 |
+
"Animacy=Inan|Case=Acc|Degree=Pos|Gender=Masc|Number=Sing|POS=DET",
|
689 |
+
"Foreign=Yes|POS=NUM",
|
690 |
+
"Gender=Neut|Mood=Ind|Number=Sing|POS=AUX|Tense=Past|VerbForm=Fin|Voice=Act",
|
691 |
+
"Aspect=Imp|Case=Dat|Gender=Fem|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
692 |
+
"Animacy=Anim|Case=Acc|Gender=Masc|Number=Sing|POS=PUNCT",
|
693 |
+
"Animacy=Anim|Case=Acc|Gender=Fem|POS=NUM",
|
694 |
+
"Case=Loc|Degree=Sup|Gender=Neut|Number=Sing|POS=ADJ",
|
695 |
+
"Animacy=Anim|Case=Ins|Gender=Masc|Number=Sing|POS=PRON",
|
696 |
+
"Animacy=Inan|Case=Acc|Gender=Masc|Number=Sing|POS=ADP",
|
697 |
+
"Case=Loc|POS=DET",
|
698 |
+
"Case=Ins|Degree=Pos|Gender=Masc|Number=Sing|POS=DET",
|
699 |
+
"Case=Ins|Degree=Pos|Gender=Neut|Number=Sing|POS=NUM",
|
700 |
+
"Animacy=Inan|Case=Nom|Gender=Masc|Number=Sing|POS=PUNCT",
|
701 |
+
"Aspect=Imp|POS=ADP|VerbForm=Inf|Voice=Act",
|
702 |
+
"Case=Acc|Degree=Pos|Gender=Fem|Number=Sing|POS=NUM",
|
703 |
+
"Case=Dat|POS=VERB|Polarity=Neg",
|
704 |
+
"Animacy=Anim|Case=Acc|Degree=Pos|Gender=Masc|Number=Sing|POS=NUM",
|
705 |
+
"Aspect=Imp|Case=Ins|Gender=Neut|Number=Sing|POS=VERB|Tense=Pres|VerbForm=Part|Voice=Pass",
|
706 |
+
"Case=Ins|Gender=Masc|POS=NUM",
|
707 |
+
"Case=Ins|Gender=Fem|POS=NUM",
|
708 |
+
"Case=Dat|Gender=Fem|POS=NUM",
|
709 |
+
"Aspect=Imp|Case=Nom|Gender=Fem|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass",
|
710 |
+
"Aspect=Imp|Case=Loc|Gender=Fem|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass",
|
711 |
+
"Case=Loc|Degree=Pos|Gender=Fem|Number=Sing|POS=DET",
|
712 |
+
"Aspect=Perf|Mood=Imp|Number=Sing|POS=VERB|Person=Second|VerbForm=Fin|Voice=Mid",
|
713 |
+
"Case=Nom|Degree=Pos|Gender=Neut|Number=Sing|POS=NUM",
|
714 |
+
"Case=Gen|Degree=Pos|Gender=Masc|Number=Sing|POS=NUM",
|
715 |
+
"Animacy=Anim|Case=Loc|Number=Plur|POS=PRON",
|
716 |
+
"Case=Loc|Degree=Pos|Gender=Fem|Number=Sing|POS=NUM",
|
717 |
+
"Case=Gen|Degree=Sup|Gender=Neut|Number=Sing|POS=ADJ",
|
718 |
+
"Animacy=Inan|Case=Dat|Gender=Fem|Number=Sing|POS=ADV",
|
719 |
+
"Animacy=Inan|Case=Nom|Degree=Pos|Gender=Fem|Number=Sing|POS=ADJ",
|
720 |
+
"Animacy=Anim|Case=Ins|Gender=Masc|Number=Sing|POS=ADV",
|
721 |
+
"Aspect=Imp|Case=Nom|Number=Plur|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass",
|
722 |
+
"Aspect=Imp|Mood=Imp|Number=Sing|POS=PRON|Person=Second|VerbForm=Fin|Voice=Act",
|
723 |
+
"Animacy=Inan|Case=Nom|Gender=Fem|Number=Sing|POS=ADV",
|
724 |
+
"Aspect=Imp|Case=Acc|Gender=Fem|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass",
|
725 |
+
"Animacy=Inan|Case=Ins|Gender=Neut|Number=Sing|POS=DET",
|
726 |
+
"Foreign=Yes|POS=ADP",
|
727 |
+
"Case=Loc|Number=Plur|POS=PRON|Person=First",
|
728 |
+
"Aspect=Imp|Case=Loc|Gender=Neut|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
729 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=PRON|Person=First|Tense=Pres|VerbForm=Fin|Voice=Act",
|
730 |
+
"Animacy=Inan|Case=Acc|Degree=Pos|Gender=Neut|Number=Sing|POS=NUM",
|
731 |
+
"Animacy=Inan|Case=Ins|Gender=Neut|Number=Sing|POS=ADV",
|
732 |
+
"Case=Nom|Number=Plur|POS=NUM",
|
733 |
+
"Case=Loc|Gender=Neut|POS=NUM",
|
734 |
+
"Animacy=Inan|Case=Acc|Degree=Sup|Gender=Neut|Number=Sing|POS=ADJ",
|
735 |
+
"Case=Dat|Degree=Pos|Gender=Masc|Number=Sing|POS=DET",
|
736 |
+
"POS=ADV|Voice=Act",
|
737 |
+
"Aspect=Imp|Case=Gen|Gender=Fem|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass",
|
738 |
+
"Animacy=Anim|Case=Dat|Gender=Fem|Number=Sing|POS=ADV",
|
739 |
+
"Aspect=Imp|Gender=Fem|Number=Sing|POS=VERB|StyleVariant=Short|Tense=Past|VerbForm=Part|Voice=Pass",
|
740 |
+
"Case=Acc|Number=Plur|POS=DET|Person=Third",
|
741 |
+
"Animacy=Anim|Case=Nom|Gender=Fem|Number=Sing|POS=PUNCT",
|
742 |
+
"Case=Gen|Degree=Pos|Gender=Fem|Number=Sing|POS=ADJ|StyleVariant=Short",
|
743 |
+
"Animacy=Inan|Case=Acc|Gender=Fem|Number=Sing|POS=PUNCT",
|
744 |
+
"Case=Acc|Gender=Neut|Number=Sing|POS=DET|Person=Third",
|
745 |
+
"Animacy=Inan|Case=Dat|Gender=Neut|Number=Sing|POS=ADP",
|
746 |
+
"Case=Nom|Gender=Fem|Number=Sing|POS=DET|Person=Third",
|
747 |
+
"Animacy=Inan|Case=Gen|Gender=Masc|Number=Plur|POS=ADV",
|
748 |
+
"Animacy=Inan|Case=Gen|Gender=Fem|Number=Plur|POS=ADV",
|
749 |
+
"Animacy=Anim|Case=Ins|Gender=Masc|Number=Sing|POS=PUNCT",
|
750 |
+
"Animacy=Anim|Case=Gen|Gender=Fem|Number=Plur|POS=PROPN",
|
751 |
+
"Animacy=Anim|Case=Nom|Gender=Masc|Number=Sing|POS=PUNCT",
|
752 |
+
"Animacy=Anim|Case=Loc|Gender=Neut|Number=Sing|POS=PUNCT",
|
753 |
+
"Foreign=Yes|POS=PRON",
|
754 |
+
"Animacy=Inan|Case=Dat|Gender=Neut|Number=Sing|POS=DET",
|
755 |
+
"Aspect=Perf|Gender=Neut|Number=Sing|POS=ADV|StyleVariant=Short|Tense=Past|VerbForm=Part|Voice=Pass",
|
756 |
+
"Case=Ins|Degree=Pos|Gender=Fem|Number=Sing|POS=NUM",
|
757 |
+
"Mood=Cnd|POS=ADV",
|
758 |
+
"POS=X",
|
759 |
+
"Animacy=Inan|Case=Acc|Gender=Masc|Number=Plur|POS=ADV",
|
760 |
+
"Animacy=Anim|Case=Nom|Gender=Fem|Number=Plur|POS=PROPN",
|
761 |
+
"Aspect=Imp|Case=Nom|Number=Plur|POS=AUX|Tense=Past|VerbForm=Part|Voice=Act",
|
762 |
+
"Aspect=Imp|Case=Ins|Gender=Neut|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass",
|
763 |
+
"Case=Nom|POS=ADV",
|
764 |
+
"Aspect=Perf|Gender=Neut|Mood=Ind|Number=Sing|POS=ADV|Tense=Past|VerbForm=Fin|Voice=Act",
|
765 |
+
"Aspect=Imp|POS=VERB|Tense=Pres|VerbForm=Conv|Voice=Pass",
|
766 |
+
"Animacy=Anim|Case=Nom|Gender=Masc|Number=Sing|POS=NUM",
|
767 |
+
"Case=Gen|Degree=Pos|Number=Plur|POS=NUM",
|
768 |
+
"Animacy=Anim|Case=Acc|Degree=Pos|Number=Plur|POS=DET",
|
769 |
+
"Case=Ins|Degree=Pos|Gender=Masc|Number=Sing|POS=NUM",
|
770 |
+
"Animacy=Inan|Case=Nom|Gender=Fem|Number=Sing|POS=PUNCT",
|
771 |
+
"Animacy=Inan|Case=Nom|Gender=Neut|Number=Sing|POS=ADP",
|
772 |
+
"Animacy=Anim|Case=Gen|Gender=Neut|Number=Sing|POS=ADV",
|
773 |
+
"Case=Dat|Degree=Sup|Gender=Neut|Number=Sing|POS=ADJ",
|
774 |
+
"Case=Ins|Degree=Pos|Gender=Masc|Number=Sing|POS=ADP",
|
775 |
+
"Animacy=Inan|Case=Loc|Gender=Masc|Number=Sing|POS=ADV",
|
776 |
+
"Animacy=Anim|Case=Acc|Gender=Fem|Number=Sing|POS=ADV",
|
777 |
+
"Animacy=Inan|Case=Gen|Gender=Neut|Number=Sing|POS=ADP",
|
778 |
+
"Animacy=Anim|Case=Nom|Gender=Fem|Number=Sing|POS=ADV",
|
779 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=ADV|Person=Third|Tense=Pres|VerbForm=Fin|Voice=Act",
|
780 |
+
"Case=Loc|Number=Plur|POS=PRON|Person=Second",
|
781 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=CCONJ|Person=First|Tense=Pres|VerbForm=Fin|Voice=Act",
|
782 |
+
"Case=Gen|Number=Plur|POS=ADP|Person=Third",
|
783 |
+
"Case=Dat|Gender=Masc|POS=DET",
|
784 |
+
"Animacy=Anim|Case=Nom|Gender=Fem|Number=Sing|POS=CCONJ",
|
785 |
+
"Case=Dat|Degree=Pos|Gender=Fem|Number=Sing|POS=DET",
|
786 |
+
"Animacy=Anim|Case=Ins|Gender=Fem|Number=Sing|POS=PUNCT",
|
787 |
+
"Aspect=Imp|Mood=Imp|Number=Plur|POS=PRON|Person=Second|VerbForm=Fin|Voice=Act",
|
788 |
+
"Case=Loc|Degree=Pos|Gender=Masc|Number=Sing|POS=NUM",
|
789 |
+
"Animacy=Anim|Case=Acc|Gender=Masc|POS=DET",
|
790 |
+
"Case=Gen|POS=DET",
|
791 |
+
"Case=Ins|POS=ADV|Polarity=Neg",
|
792 |
+
"Animacy=Inan|Case=Acc|Gender=Masc|Number=Sing|POS=PUNCT",
|
793 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=ADV|Person=Third|Tense=Pres|VerbForm=Fin|Voice=Mid",
|
794 |
+
"Aspect=Imp|Gender=Neut|Number=Sing|POS=VERB|StyleVariant=Short|Tense=Past|VerbForm=Part|Voice=Pass",
|
795 |
+
"Degree=Pos|POS=PUNCT",
|
796 |
+
"Case=Ins|Degree=Pos|Number=Plur|POS=ADP",
|
797 |
+
"Animacy=Inan|Case=Acc|Degree=Pos|Gender=Neut|Number=Sing|POS=ADP",
|
798 |
+
"Case=Dat|POS=ADP",
|
799 |
+
"Animacy=Inan|Case=Loc|Gender=Fem|Number=Sing|POS=PUNCT",
|
800 |
+
"Foreign=Yes|POS=DET",
|
801 |
+
"Aspect=Imp|Gender=Fem|Number=Sing|POS=VERB|StyleVariant=Short|Tense=Pres|VerbForm=Part|Voice=Pass",
|
802 |
+
"Aspect=Imp|Gender=Neut|Mood=Ind|Number=Sing|POS=ADV|Tense=Past|VerbForm=Fin|Voice=Mid",
|
803 |
+
"Animacy=Inan|Case=Nom|Gender=Masc|Number=Sing|POS=ADP",
|
804 |
+
"Aspect=Perf|Gender=Neut|Mood=Ind|Number=Sing|POS=ADV|Tense=Past|VerbForm=Fin|Voice=Mid",
|
805 |
+
"Animacy=Anim|Case=Dat|Gender=Masc|Number=Plur|POS=ADV",
|
806 |
+
"Aspect=Imp|Number=Plur|POS=VERB|StyleVariant=Short|Tense=Pres|VerbForm=Part|Voice=Pass",
|
807 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=SCONJ|Person=Third|Tense=Pres|VerbForm=Fin|Voice=Act",
|
808 |
+
"Gender=Masc|Mood=Ind|Number=Sing|POS=AUX|Tense=Past|VerbForm=Fin|Voice=Act",
|
809 |
+
"Aspect=Imp|Mood=Imp|Number=Sing|POS=ADV|Person=Second|VerbForm=Fin|Voice=Act",
|
810 |
+
"Aspect=Imp|Case=Ins|Gender=Neut|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Act",
|
811 |
+
"Animacy=Anim|Case=Acc|Gender=Masc|Number=Sing|POS=ADV",
|
812 |
+
"Animacy=Inan|Case=Nom|Gender=Neut|Number=Plur|POS=PRON",
|
813 |
+
"Animacy=Anim|Case=Nom|Number=Plur|POS=ADV",
|
814 |
+
"Case=Dat|Number=Plur|POS=SCONJ",
|
815 |
+
"Case=Ins|POS=DET",
|
816 |
+
"Animacy=Inan|Case=Ins|Gender=Neut|Number=Sing|POS=PUNCT",
|
817 |
+
"Aspect=Perf|POS=ADV|Tense=Past|VerbForm=Conv|Voice=Act",
|
818 |
+
"Animacy=Inan|Case=Acc|Gender=Fem|Number=Plur|POS=ADV",
|
819 |
+
"Animacy=Anim|Case=Dat|Gender=Fem|Number=Sing|POS=ADP",
|
820 |
+
"Animacy=Inan|Case=Gen|Gender=Fem|Number=Sing|POS=CCONJ",
|
821 |
+
"Animacy=Anim|Case=Nom|Gender=Masc|Number=Sing|POS=ADP",
|
822 |
+
"Animacy=Inan|Case=Gen|Gender=Neut|Number=Plur|POS=PUNCT",
|
823 |
+
"Case=Loc|Degree=Pos|Number=Plur|POS=NUM",
|
824 |
+
"Animacy=Inan|Case=Gen|Gender=Neut|Number=Sing|POS=SCONJ",
|
825 |
+
"Animacy=Inan|Case=Par|Gender=Masc|Number=Sing|POS=ADV",
|
826 |
+
"Case=Dat|Gender=Fem|POS=DET",
|
827 |
+
"Case=Nom|Number=Plur|POS=DET|Polarity=Neg",
|
828 |
+
"Animacy=Inan|Case=Nom|Gender=Masc|Number=Plur|POS=SCONJ",
|
829 |
+
"Foreign=Yes|POS=ADV",
|
830 |
+
"Degree=Pos|POS=NUM",
|
831 |
+
"Case=Dat|Degree=Pos|Gender=Neut|Number=Sing|POS=DET",
|
832 |
+
"Animacy=Anim|Case=Gen|Gender=Fem|Number=Sing|POS=PUNCT",
|
833 |
+
"Animacy=Inan|Case=Gen|Gender=Fem|Number=Sing|POS=ADV",
|
834 |
+
"Animacy=Inan|Case=Acc|Gender=Neut|Number=Sing|POS=PUNCT",
|
835 |
+
"Aspect=Perf|Mood=Ind|Number=Sing|POS=ADV|Person=Third|Tense=Fut|VerbForm=Fin|Voice=Act",
|
836 |
+
"Animacy=Anim|Case=Gen|Gender=Masc|Number=Plur|POS=ADV",
|
837 |
+
"Animacy=Inan|Case=Gen|Gender=Neut|Number=Plur|POS=DET",
|
838 |
+
"Animacy=Inan|Case=Ins|Gender=Masc|Number=Sing|POS=PUNCT",
|
839 |
+
"Animacy=Inan|Case=Gen|Gender=Masc|Number=Plur|POS=PUNCT",
|
840 |
+
"Animacy=Anim|Case=Dat|Gender=Masc|Number=Sing|POS=SCONJ",
|
841 |
+
"Animacy=Inan|Case=Acc|POS=DET",
|
842 |
+
"POS=VERB|Polarity=Neg",
|
843 |
+
"Animacy=Inan|Case=Nom|Gender=Neut|Number=Sing|POS=PUNCT",
|
844 |
+
"Animacy=Inan|Case=Gen|Gender=Fem|Number=Sing|POS=DET",
|
845 |
+
"Aspect=Imp|Case=Acc|Gender=Neut|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part|Voice=Pass",
|
846 |
+
"Case=Dat|Degree=Pos|Number=Plur|POS=NUM",
|
847 |
+
"Animacy=Inan|Case=Dat|Gender=Masc|Number=Sing|POS=PUNCT",
|
848 |
+
"Animacy=Inan|Case=Gen|Gender=Masc|Number=Sing|POS=CCONJ",
|
849 |
+
"Aspect=Perf|Gender=Masc|Mood=Ind|Number=Sing|POS=ADV|Tense=Past|VerbForm=Fin|Voice=Act",
|
850 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=ADV|Tense=Past|VerbForm=Fin|Voice=Act",
|
851 |
+
"Animacy=Inan|Case=Gen|Gender=Masc|Number=Sing|POS=ADP",
|
852 |
+
"Hyph=Yes|POS=ADV",
|
853 |
+
"Degree=Pos|POS=ADV|Polarity=Neg",
|
854 |
+
"Animacy=Inan|Case=Nom|Gender=Neut|Number=Plur|POS=DET",
|
855 |
+
"Mood=Cnd|POS=PART",
|
856 |
+
"Animacy=Inan|Case=Gen|Gender=Fem|Number=Plur|POS=DET",
|
857 |
+
"Aspect=Perf|Mood=Imp|Number=Plur|POS=ADV|Person=Second|VerbForm=Fin|Voice=Act",
|
858 |
+
"Animacy=Inan|Case=Nom|Gender=Masc|Number=Sing|POS=DET",
|
859 |
+
"Animacy=Inan|Case=Acc|Number=Plur|POS=ADP",
|
860 |
+
"Animacy=Anim|Case=Acc|Gender=Neut|Number=Sing|POS=ADV",
|
861 |
+
"Case=Nom|Gender=Fem|Number=Sing|POS=PUNCT|Person=Third",
|
862 |
+
"Aspect=Perf|Gender=Masc|Number=Sing|POS=ADV|StyleVariant=Short|Tense=Past|VerbForm=Part|Voice=Pass",
|
863 |
+
"Case=Gen|POS=ADV|Polarity=Neg",
|
864 |
+
"Animacy=Inan|Case=Gen|Gender=Masc|Number=Sing|POS=SCONJ",
|
865 |
+
"Case=Loc|Gender=Neut|Number=Sing|POS=ADP",
|
866 |
+
"Animacy=Inan|Case=Dat|Gender=Neut|Number=Plur|POS=DET",
|
867 |
+
"Animacy=Anim|Case=Gen|Gender=Masc|Number=Sing|POS=DET",
|
868 |
+
"Case=Dat|Gender=Masc|Number=Sing|POS=DET|Person=Third",
|
869 |
+
"Animacy=Inan|Case=Loc|Gender=Neut|Number=Sing|POS=ADP",
|
870 |
+
"Aspect=Perf|POS=ADV|VerbForm=Inf|Voice=Act",
|
871 |
+
"Case=Nom|POS=SCONJ",
|
872 |
+
"Aspect=Imp|Gender=Neut|Number=Sing|POS=VERB|StyleVariant=Short|Tense=Pres|VerbForm=Part|Voice=Pass",
|
873 |
+
"Animacy=Inan|Case=Acc|Number=Plur|POS=ADP|Person=Third",
|
874 |
+
"Animacy=Inan|Case=Loc|Gender=Masc|Number=Sing|POS=DET",
|
875 |
+
"Animacy=Inan|Case=Acc|Gender=Neut|Number=Plur|POS=DET",
|
876 |
+
"Aspect=Imp|Case=Acc|Gender=Fem|Number=Sing|POS=ADV|Tense=Pres|VerbForm=Part|Voice=Act",
|
877 |
+
"Case=Nom|Degree=Pos|Number=Plur|POS=NUM"
|
878 |
+
],
|
879 |
+
"parser":[
|
880 |
+
"ROOT",
|
881 |
+
"acl",
|
882 |
+
"acl:relcl",
|
883 |
+
"advcl",
|
884 |
+
"advmod",
|
885 |
+
"amod",
|
886 |
+
"appos",
|
887 |
+
"aux",
|
888 |
+
"aux:pass",
|
889 |
+
"case",
|
890 |
+
"cc",
|
891 |
+
"ccomp",
|
892 |
+
"compound",
|
893 |
+
"conj",
|
894 |
+
"cop",
|
895 |
+
"csubj",
|
896 |
+
"csubj:pass",
|
897 |
+
"dep",
|
898 |
+
"det",
|
899 |
+
"discourse",
|
900 |
+
"expl",
|
901 |
+
"fixed",
|
902 |
+
"flat",
|
903 |
+
"flat:foreign",
|
904 |
+
"flat:name",
|
905 |
+
"iobj",
|
906 |
+
"list",
|
907 |
+
"mark",
|
908 |
+
"nmod",
|
909 |
+
"nsubj",
|
910 |
+
"nsubj:pass",
|
911 |
+
"nummod",
|
912 |
+
"nummod:entity",
|
913 |
+
"nummod:gov",
|
914 |
+
"obj",
|
915 |
+
"obl",
|
916 |
+
"obl:agent",
|
917 |
+
"orphan",
|
918 |
+
"parataxis",
|
919 |
+
"punct",
|
920 |
+
"xcomp"
|
921 |
+
],
|
922 |
+
"senter":[
|
923 |
+
"I",
|
924 |
+
"S"
|
925 |
+
],
|
926 |
+
"attribute_ruler":[
|
927 |
+
|
928 |
+
],
|
929 |
+
"lemmatizer":[
|
930 |
+
|
931 |
+
],
|
932 |
+
"ner":[
|
933 |
+
"LOC",
|
934 |
+
"ORG",
|
935 |
+
"PER"
|
936 |
+
]
|
937 |
+
},
|
938 |
+
"pipeline":[
|
939 |
+
"tok2vec",
|
940 |
+
"morphologizer",
|
941 |
+
"parser",
|
942 |
+
"attribute_ruler",
|
943 |
+
"lemmatizer",
|
944 |
+
"ner"
|
945 |
+
],
|
946 |
+
"components":[
|
947 |
+
"tok2vec",
|
948 |
+
"morphologizer",
|
949 |
+
"parser",
|
950 |
+
"senter",
|
951 |
+
"attribute_ruler",
|
952 |
+
"lemmatizer",
|
953 |
+
"ner"
|
954 |
+
],
|
955 |
+
"disabled":[
|
956 |
+
"senter"
|
957 |
+
],
|
958 |
+
"performance":{
|
959 |
+
"token_acc":0.9984532137,
|
960 |
+
"tag_acc":0.9893902082,
|
961 |
+
"pos_acc":0.9893902082,
|
962 |
+
"morph_acc":0.9756200722,
|
963 |
+
"lemma_acc":0.0000215267,
|
964 |
+
"dep_uas":0.9621254207,
|
965 |
+
"dep_las":0.9515943544,
|
966 |
+
"ents_p":0.9431002837,
|
967 |
+
"ents_r":0.9513549907,
|
968 |
+
"ents_f":0.9472096531,
|
969 |
+
"sents_p":0.9988584475,
|
970 |
+
"sents_r":0.9988584475,
|
971 |
+
"sents_f":0.9988584475,
|
972 |
+
"speed":3736.668839502,
|
973 |
+
"morph_per_feat":{
|
974 |
+
"Animacy":{
|
975 |
+
"p":0.9897974142,
|
976 |
+
"r":0.9813673624,
|
977 |
+
"f":0.9855643619
|
978 |
+
},
|
979 |
+
"Case":{
|
980 |
+
"p":0.9789107243,
|
981 |
+
"r":0.972489346,
|
982 |
+
"f":0.9756894699
|
983 |
+
},
|
984 |
+
"Gender":{
|
985 |
+
"p":0.9888523716,
|
986 |
+
"r":0.9828503322,
|
987 |
+
"f":0.9858422165
|
988 |
+
},
|
989 |
+
"Number":{
|
990 |
+
"p":0.9957554857,
|
991 |
+
"r":0.9897540212,
|
992 |
+
"f":0.9927456833
|
993 |
+
},
|
994 |
+
"Degree":{
|
995 |
+
"p":0.9885872918,
|
996 |
+
"r":0.9871663244,
|
997 |
+
"f":0.9878762971
|
998 |
+
},
|
999 |
+
"Aspect":{
|
1000 |
+
"p":0.9910625621,
|
1001 |
+
"r":0.9867865169,
|
1002 |
+
"f":0.9889199171
|
1003 |
+
},
|
1004 |
+
"Mood":{
|
1005 |
+
"p":0.9988824041,
|
1006 |
+
"r":0.9972725019,
|
1007 |
+
"f":0.9980768038
|
1008 |
+
},
|
1009 |
+
"Tense":{
|
1010 |
+
"p":0.9931909626,
|
1011 |
+
"r":0.9888044371,
|
1012 |
+
"f":0.9909928457
|
1013 |
+
},
|
1014 |
+
"VerbForm":{
|
1015 |
+
"p":0.9955764196,
|
1016 |
+
"r":0.9912808989,
|
1017 |
+
"f":0.9934240159
|
1018 |
+
},
|
1019 |
+
"Voice":{
|
1020 |
+
"p":0.9914236707,
|
1021 |
+
"r":0.9871460674,
|
1022 |
+
"f":0.989280245
|
1023 |
+
},
|
1024 |
+
"StyleVariant":{
|
1025 |
+
"p":0.9901864573,
|
1026 |
+
"r":0.9950690335,
|
1027 |
+
"f":0.9926217413
|
1028 |
+
},
|
1029 |
+
"Polarity":{
|
1030 |
+
"p":1.0,
|
1031 |
+
"r":1.0,
|
1032 |
+
"f":1.0
|
1033 |
+
},
|
1034 |
+
"Person":{
|
1035 |
+
"p":0.9993198821,
|
1036 |
+
"r":0.9943604782,
|
1037 |
+
"f":0.9968340118
|
1038 |
+
},
|
1039 |
+
"Foreign":{
|
1040 |
+
"p":0.9756572541,
|
1041 |
+
"r":0.8667820069,
|
1042 |
+
"f":0.9180027485
|
1043 |
+
},
|
1044 |
+
"Hyph":{
|
1045 |
+
"p":1.0,
|
1046 |
+
"r":0.5,
|
1047 |
+
"f":0.6666666667
|
1048 |
+
}
|
1049 |
+
},
|
1050 |
+
"dep_las_per_type":{
|
1051 |
+
"case":{
|
1052 |
+
"p":0.9914272256,
|
1053 |
+
"r":0.988818942,
|
1054 |
+
"f":0.9901213661
|
1055 |
+
},
|
1056 |
+
"parataxis":{
|
1057 |
+
"p":0.8947015426,
|
1058 |
+
"r":0.8628719276,
|
1059 |
+
"f":0.8784985183
|
1060 |
+
},
|
1061 |
+
"nmod":{
|
1062 |
+
"p":0.9314519885,
|
1063 |
+
"r":0.9288566917,
|
1064 |
+
"f":0.9301525298
|
1065 |
+
},
|
1066 |
+
"advmod":{
|
1067 |
+
"p":0.9628873,
|
1068 |
+
"r":0.9557282866,
|
1069 |
+
"f":0.9592944369
|
1070 |
+
},
|
1071 |
+
"obl":{
|
1072 |
+
"p":0.942712606,
|
1073 |
+
"r":0.9331438625,
|
1074 |
+
"f":0.9379038292
|
1075 |
+
},
|
1076 |
+
"amod":{
|
1077 |
+
"p":0.9881951358,
|
1078 |
+
"r":0.9824660633,
|
1079 |
+
"f":0.9853222719
|
1080 |
+
},
|
1081 |
+
"nsubj":{
|
1082 |
+
"p":0.9731362264,
|
1083 |
+
"r":0.966682457,
|
1084 |
+
"f":0.9698986058
|
1085 |
+
},
|
1086 |
+
"root":{
|
1087 |
+
"p":0.9895238095,
|
1088 |
+
"r":0.9883942161,
|
1089 |
+
"f":0.9889586903
|
1090 |
+
},
|
1091 |
+
"xcomp":{
|
1092 |
+
"p":0.9621498864,
|
1093 |
+
"r":0.9658054711,
|
1094 |
+
"f":0.9639742131
|
1095 |
+
},
|
1096 |
+
"conj":{
|
1097 |
+
"p":0.8917734322,
|
1098 |
+
"r":0.9076870281,
|
1099 |
+
"f":0.8996598639
|
1100 |
+
},
|
1101 |
+
"cc":{
|
1102 |
+
"p":0.9756211908,
|
1103 |
+
"r":0.9733395697,
|
1104 |
+
"f":0.9744790447
|
1105 |
+
},
|
1106 |
+
"fixed":{
|
1107 |
+
"p":0.9898089172,
|
1108 |
+
"r":0.9885496183,
|
1109 |
+
"f":0.989178867
|
1110 |
+
},
|
1111 |
+
"mark":{
|
1112 |
+
"p":0.9681404421,
|
1113 |
+
"r":0.9719321149,
|
1114 |
+
"f":0.9700325733
|
1115 |
+
},
|
1116 |
+
"ccomp":{
|
1117 |
+
"p":0.9711042312,
|
1118 |
+
"r":0.9843096234,
|
1119 |
+
"f":0.9776623377
|
1120 |
+
},
|
1121 |
+
"nummod:gov":{
|
1122 |
+
"p":0.9705882353,
|
1123 |
+
"r":0.9625,
|
1124 |
+
"f":0.9665271967
|
1125 |
+
},
|
1126 |
+
"nummod":{
|
1127 |
+
"p":0.9654874892,
|
1128 |
+
"r":0.9499151104,
|
1129 |
+
"f":0.9576379974
|
1130 |
+
},
|
1131 |
+
"obj":{
|
1132 |
+
"p":0.9754685777,
|
1133 |
+
"r":0.9669398907,
|
1134 |
+
"f":0.9711855104
|
1135 |
+
},
|
1136 |
+
"det":{
|
1137 |
+
"p":0.9717595945,
|
1138 |
+
"r":0.9696531792,
|
1139 |
+
"f":0.9707052441
|
1140 |
+
},
|
1141 |
+
"appos":{
|
1142 |
+
"p":0.8835904628,
|
1143 |
+
"r":0.8118556701,
|
1144 |
+
"f":0.8462055071
|
1145 |
+
},
|
1146 |
+
"aux":{
|
1147 |
+
"p":0.9622641509,
|
1148 |
+
"r":0.9714285714,
|
1149 |
+
"f":0.9668246445
|
1150 |
+
},
|
1151 |
+
"flat":{
|
1152 |
+
"p":0.9976415094,
|
1153 |
+
"r":0.9635535308,
|
1154 |
+
"f":0.9803012746
|
1155 |
+
},
|
1156 |
+
"flat:name":{
|
1157 |
+
"p":0.9696335079,
|
1158 |
+
"r":0.9566115702,
|
1159 |
+
"f":0.9630785231
|
1160 |
+
},
|
1161 |
+
"iobj":{
|
1162 |
+
"p":0.9122807018,
|
1163 |
+
"r":0.8492462312,
|
1164 |
+
"f":0.8796356539
|
1165 |
+
},
|
1166 |
+
"acl":{
|
1167 |
+
"p":0.9235751295,
|
1168 |
+
"r":0.8901373283,
|
1169 |
+
"f":0.9065479975
|
1170 |
+
},
|
1171 |
+
"obl:agent":{
|
1172 |
+
"p":0.7887323944,
|
1173 |
+
"r":0.7368421053,
|
1174 |
+
"f":0.7619047619
|
1175 |
+
},
|
1176 |
+
"advcl":{
|
1177 |
+
"p":0.8940092166,
|
1178 |
+
"r":0.8858447489,
|
1179 |
+
"f":0.8899082569
|
1180 |
+
},
|
1181 |
+
"cop":{
|
1182 |
+
"p":0.9236111111,
|
1183 |
+
"r":0.9236111111,
|
1184 |
+
"f":0.9236111111
|
1185 |
+
},
|
1186 |
+
"flat:foreign":{
|
1187 |
+
"p":0.9647696477,
|
1188 |
+
"r":0.8090909091,
|
1189 |
+
"f":0.8800988875
|
1190 |
+
},
|
1191 |
+
"aux:pass":{
|
1192 |
+
"p":0.9942028986,
|
1193 |
+
"r":0.9828080229,
|
1194 |
+
"f":0.9884726225
|
1195 |
+
},
|
1196 |
+
"nsubj:pass":{
|
1197 |
+
"p":0.9601769912,
|
1198 |
+
"r":0.9503649635,
|
1199 |
+
"f":0.9552457814
|
1200 |
+
},
|
1201 |
+
"acl:relcl":{
|
1202 |
+
"p":0.825,
|
1203 |
+
"r":0.8131416838,
|
1204 |
+
"f":0.8190279214
|
1205 |
+
},
|
1206 |
+
"orphan":{
|
1207 |
+
"p":0.7647058824,
|
1208 |
+
"r":0.7222222222,
|
1209 |
+
"f":0.7428571429
|
1210 |
+
},
|
1211 |
+
"discourse":{
|
1212 |
+
"p":0.9242424242,
|
1213 |
+
"r":0.9384615385,
|
1214 |
+
"f":0.9312977099
|
1215 |
+
},
|
1216 |
+
"csubj":{
|
1217 |
+
"p":0.9632352941,
|
1218 |
+
"r":0.9225352113,
|
1219 |
+
"f":0.9424460432
|
1220 |
+
},
|
1221 |
+
"expl":{
|
1222 |
+
"p":0.8333333333,
|
1223 |
+
"r":0.7894736842,
|
1224 |
+
"f":0.8108108108
|
1225 |
+
},
|
1226 |
+
"compound":{
|
1227 |
+
"p":0.8333333333,
|
1228 |
+
"r":0.5,
|
1229 |
+
"f":0.625
|
1230 |
+
},
|
1231 |
+
"csubj:pass":{
|
1232 |
+
"p":0.9,
|
1233 |
+
"r":0.8181818182,
|
1234 |
+
"f":0.8571428571
|
1235 |
+
},
|
1236 |
+
"nummod:entity":{
|
1237 |
+
"p":1.0,
|
1238 |
+
"r":0.75,
|
1239 |
+
"f":0.8571428571
|
1240 |
+
},
|
1241 |
+
"list":{
|
1242 |
+
"p":0.0,
|
1243 |
+
"r":0.0,
|
1244 |
+
"f":0.0
|
1245 |
+
}
|
1246 |
+
},
|
1247 |
+
"ents_per_type":{
|
1248 |
+
"PER":{
|
1249 |
+
"p":0.95703125,
|
1250 |
+
"r":0.9629421673,
|
1251 |
+
"f":0.9599776099
|
1252 |
+
},
|
1253 |
+
"LOC":{
|
1254 |
+
"p":0.9758751183,
|
1255 |
+
"r":0.974492206,
|
1256 |
+
"f":0.9751831718
|
1257 |
+
},
|
1258 |
+
"ORG":{
|
1259 |
+
"p":0.8979396263,
|
1260 |
+
"r":0.917278512,
|
1261 |
+
"f":0.9075060533
|
1262 |
+
}
|
1263 |
+
}
|
1264 |
+
},
|
1265 |
+
"sources":[
|
1266 |
+
{
|
1267 |
+
"name":"Lemmatization Lists",
|
1268 |
+
"url":"https://github.com/michmech/lemmatization-lists/",
|
1269 |
+
"license":"ODbL",
|
1270 |
+
"author":"Michal M\u011bchura"
|
1271 |
+
},
|
1272 |
+
{
|
1273 |
+
"name":"Nerus",
|
1274 |
+
"url":"https://github.com/natasha/nerus",
|
1275 |
+
"license":"MIT",
|
1276 |
+
"author":"Alexander Kukushkin"
|
1277 |
+
},
|
1278 |
+
{
|
1279 |
+
"name":"Navec",
|
1280 |
+
"url":"https://github.com/natasha/navec",
|
1281 |
+
"license":"MIT",
|
1282 |
+
"author":"Alexander Kukushkin"
|
1283 |
+
}
|
1284 |
+
],
|
1285 |
+
"requirements":[
|
1286 |
+
"pymorphy2>=0.9"
|
1287 |
+
]
|
1288 |
+
}
|
morphologizer/cfg
ADDED
The diff for this file is too large to render.
See raw diff
|
|
morphologizer/model
ADDED
Binary file (332 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.94 MB). View file
|
|
ner/moves
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
��moves��{"0":{},"1":{"ORG":722338,"PER":573707,"LOC":529463},"2":{"ORG":722338,"PER":573707,"LOC":529463},"3":{"ORG":722338,"PER":573707,"LOC":529463},"4":{"ORG":722338,"PER":573707,"LOC":529463,"":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 (312 kB). View file
|
|
parser/moves
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
��moves�h{"0":{"":8647274},"1":{"":8191689},"2":{"case":2078671,"amod":1429395,"punct":1396954,"nsubj":904275,"obl":573046,"advmod":475829,"cc":386076,"mark":256607,"det":253893,"nummod":233068,"parataxis":103912,"nsubj:pass":103780,"obj":99288,"nummod:gov":83185,"aux:pass":70326,"iobj":39825,"acl":33508,"nmod":25539,"advcl":21698,"cop":21378,"aux":17613,"xcomp":17467,"discourse":9287,"csubj":4537,"expl":3766,"orphan":2148,"compound":1030,"csubj:pass":380,"ccomp":278,"appos":167,"obl:agent":104,"flat:foreign":101,"conj":90,"dep":0},"3":{"nmod":2128871,"punct":1593077,"obl":917866,"obj":565839,"conj":559864,"appos":434232,"nsubj":315649,"xcomp":209534,"flat:name":197516,"parataxis":183783,"ccomp":156361,"fixed":137395,"acl":118906,"flat":107728,"iobj":103678,"acl:relcl":100987,"flat:foreign":90210,"advmod":68501,"advcl":58863,"nsubj:pass":49780,"csubj":21180,"obl:agent":14928,"amod":13263,"nummod":10561,"cop":7023,"det":5545,"orphan":4925,"aux":4245,"compound":3902,"csubj:pass":1889,"case":1727,"nummod:entity":1486,"nummod:gov":897,"aux:pass":702,"list":437,"discourse":234,"mark":49,"cc":42,"dep":0},"4":{"ROOT":1009415}}�cfg��neg_key�
|
ru_core_news_lg-any-py3-none-any.whl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f27755a50fc05f033473abd74a144b4536edd7e95af8ffe3a58bfcf3315cf3ce
|
3 |
+
size 514191292
|
senter/cfg
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
|
3 |
+
}
|
senter/model
ADDED
Binary file (213 kB). View file
|
|
tok2vec/cfg
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
|
3 |
+
}
|
tok2vec/model
ADDED
Binary file (6.81 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�-__-�._.��A�._.�0.0��A�0.0�0.o��A�0.o�0_0��A�0_0�0_o��A�0_o�2к15��A�2к15C�2015�2к16��A�2к16C�2016�2к17��A�2к17C�2017�2к18��A�2к18C�2018�2к19��A�2к19C�2019�2к20��A�2к20C�2020�8)��A�8)�8-)��A�8-)�8-D��A�8-D�8D��A�8D�:'(��A�:'(�:')��A�:')�:'-(��A�:'-(�:'-)��A�:'-)�:(��A�:(�:((��A�:((�:(((��A�:(((�:()��A�:()�:)��A�:)�:))��A�:))�:)))��A�:)))�:*��A�:*�:-(��A�:-(�:-((��A�:-((�:-(((��A�:-(((�:-)��A�:-)�:-))��A�:-))�:-)))��A�:-)))�:-*��A�:-*�:-/��A�:-/�:-0��A�:-0�:-3��A�:-3�:->��A�:->�:-D��A�:-D�:-O��A�:-O�:-P��A�:-P�:-X��A�:-X�:-]��A�:-]�:-o��A�:-o�:-p��A�:-p�:-x��A�:-x�:-|��A�:-|�:-}��A�:-}�:/��A�:/�:0��A�:0�:1��A�:1�:3��A�:3�:>��A�:>�:D��A�:D�:O��A�:O�:P��A�:P�:X��A�:X�:]��A�:]�:o��A�:o�:o)��A�:o)�:p��A�:p�:x��A�:x�:|��A�:|�:}��A�:}�:’(��A�:’(�:’)��A�:’)�:’-(��A�:’-(�:’-)��A�:’-)�;)��A�;)�;-)��A�;-)�;-D��A�;-D�;D��A�;D�;_;��A�;_;�<.<��A�<.<�</3��A�</3�<3��A�<3�<33��A�<33�<333��A�<333�<space>��A�<space>�=(��A�=(�=)��A�=)�=/��A�=/�=3��A�=3�=D��A�=D�=[��A�=[�=]��A�=]�=|��A�=|�>.<��A�>.<�>.>��A�>.>�>:(��A�>:(�>:o��A�>:o�><(((*>��A�><(((*>�@_@��A�@_@�C++��A�C++�O.O��A�O.O�O.o��A�O.o�O_O��A�O_O�O_o��A�O_o�V.V��A�V.V�V_V��A�V_V�XD��A�XD�XDD��A�XDD�[-:��A�[-:�[:��A�[:�[=��A�[=�\")��A�\")�\n��A�\n�\t��A�\t�]=��A�]=�^_^��A�^_^�^__^��A�^__^�^___^��A�^___^�a.��A�a.�b.��A�b.�c.��A�c.�d.��A�d.�e.��A�e.�f.��A�f.�g.��A�g.�h.��A�h.�i.��A�i.�j.��A�j.�k.��A�k.�l.��A�l.�m.��A�m.�n.��A�n.�o.��A�o.�o.0��A�o.0�o.O��A�o.O�o.o��A�o.o�o_0��A�o_0�o_O��A�o_O�o_o��A�o_o�p.��A�p.�q.��A�q.�r.��A�r.�s.��A�s.�t.��A�t.�u.��A�u.�v.��A�v.�v.v��A�v.v�v_v��A�v_v�w.��A�w.�x.��A�x.�xD��A�xD�xDD��A�xDD�y.��A�y.�z.��A�z.� ��A� C� �¯\(ツ)/¯��A�¯\(ツ)/¯�ä.��A�ä.�ö.��A�ö.�ü.��A�ü.�АВГ��A�АВГC�август�АВГ.��A�АВГ.C�август�АПР��A�АПРC�апрель�АПР.��A�АПР.C�апрель�Авг��A�АвгC�август�Авг.��A�Авг.C�август�Апр��A�АпрC�апрель�Апр.��A�Апр.C�апрель�ВОСКР��A�ВОСКРC�воскресенье�ВОСКР.��A�ВОСКР.C�воскресенье�ВС��A�ВСC�воскресенье�ВС.��A�ВС.C�воскресенье�ВСКР��A�ВСКРC�воскресенье�ВСКР.��A�ВСКР.C�воскресенье�ВТ��A�ВТC�вторник�ВТ.��A�ВТ.C�вторник�Воскр��A�ВоскрC�воскресенье�Воскр.��A�Воскр.C�воскресенье�Вс��A�ВсC�воскресенье�Вс.��A�Вс.C�воскресенье�Вскр��A�ВскрC�воскресенье�Вскр.��A�Вскр.C�воскресенье�Вт��A�ВтC�вторник�Вт.��A�Вт.C�вторник�ДЕК��A�ДЕКC�декабрь�ДЕК.��A�ДЕК.C�декабрь�Дек��A�ДекC�декабрь�Дек.��A�Дек.C�декабрь�ИЮЛ��A�ИЮЛC�июль�ИЮЛ.��A�ИЮЛ.C�июль�ИЮН��A�ИЮНC�июнь�ИЮН.��A�ИЮН.C�июнь�Июл��A�ИюлC�июль�Июл.��A�Июл.C�июль�Июн��A�ИюнC�июнь�Июн.��A�Июн.C�июнь�МАР��A�МАРC�март�МАР.��A�МАР.C�март�МРТ��A�МРТC�март�МРТ.��A�МРТ.C�март�Мар��A�МарC�март�Мар.��A�Мар.C�март�Мрт��A�МртC�март�Мрт.��A�Мрт.C�март�НБР��A�НБРC�ноябрь�НБР.��A�НБР.C�ноябрь�НОЯ��A�НОЯC�ноябрь�НОЯ.��A�НОЯ.C�ноябрь�НОЯБ��A�НОЯБC�ноябрь�НОЯБ.��A�НОЯБ.C�ноябрь�Нбр��A�НбрC�ноябрь�Нбр.��A�Нбр.C�ноябрь�Ноя��A�НояC�ноябрь�Ноя.��A�Ноя.C�ноябрь�Нояб��A�НоябC�ноябрь�Нояб.��A�Нояб.C�ноябрь�ОКТ��A�ОКТC�октябрь�ОКТ.��A�ОКТ.C�октябрь�ОКТБ��A�ОКТБC�октябрь�ОКТБ.��A�ОКТБ.C�октябрь�Окт��A�ОктC�октябрь�Окт.��A�Окт.C�октябрь�Октб��A�ОктбC�октябрь�Октб.��A�Октб.C�октябрь�ПН��A�ПНC�понедельник�ПН.��A�ПН.C�понедельник�ПТ��A�ПТC�пятница�ПТ.��A�ПТ.C�пятница�Пн��A�ПнC�понедельник�Пн.��A�Пн.C�понедельник�Пт��A�ПтC�пятница�Пт.��A�Пт.C�пятница�СБ��A�СБC�суббота�СБ.��A�СБ.C�суббота�СБТ��A�СБТC�суббота�СБТ.��A�СБТ.C�суббота�СЕН��A�СЕНC�сентябрь�СЕН.��A�СЕН.C�сентябрь�СЕНТ��A�СЕНТC�сентябрь�СЕНТ.��A�СЕНТ.C�сентябрь�СР��A�СРC�среда�СР.��A�СР.C�среда�Сб��A�СбC�суббота�Сб.��A�Сб.C�суббота�Сбт��A�СбтC�суббота�Сбт.��A�Сбт.C�суббота�Сен��A�СенC�сентябрь�Сен.��A�Сен.C�сентябрь�Сент��A�СентC�сентябрь�Сент.��A�Сент.C�сентябрь�Ср��A�СрC�среда�Ср.��A�Ср.C�среда�ФЕВ��A�ФЕВC�февраль�ФЕВ.��A�ФЕВ.C�февраль�ФЕВР��A�ФЕВРC�февраль�ФЕВР.��A�ФЕВР.C�февраль�Фев��A�ФевC�февраль�Фев.��A�Фев.C�февраль�Февр��A�ФеврC�февраль�Февр.��A�Февр.C�февраль�ЧТ��A�ЧТC�четверг�ЧТ.��A�ЧТ.C�четверг�ЧТВ��A�ЧТВC�четверг�ЧТВ.��A�ЧТВ.C�четверг�Чт��A�ЧтC�четверг�Чт.��A�Чт.C�четверг�Чтв��A�ЧтвC�четверг�Чтв.��A�Чтв.C�четверг���НВ��A�ЯНВC�январь�ЯНВ.��A�ЯНВ.C�январь�Янв��A�ЯнвC�январь�Янв.��A�Янв.C�январь�авг��A�авгC�август�авг.��A�авг.C�август�апр��A�апрC�апрель�апр.��A�апр.C�апрель�воскр��A�воскрC�воскресенье�воскр.��A�воскр.C�воскресенье�вс��A�всC�воскресенье�вс.��A�вс.C�воскресенье�вскр��A�вскрC�воскресенье�вскр.��A�вскр.C�воскресенье�вт��A�втC�вторник�вт.��A�вт.C�вторник�дек��A�декC�декабрь�дек.��A�дек.C�декабрь�июл��A�июлC�июль�июл.��A�июл.C�июль�июн��A�июнC�июнь�июн.��A�июн.C�июнь�мар��A�марC�март�мар.��A�мар.C�март�мрт��A�мртC�март�мрт.��A�мрт.C�март�нбр��A�нбрC�ноябрь�нбр.��A�нбр.C�ноябрь�ноя��A�нояC�ноябрь�ноя.��A�ноя.C�ноябрь�нояб��A�ноябC�ноябрь�нояб.��A�нояб.C�ноябрь�окт��A�октC�октябрь�окт.��A�окт.C�октябрь�октб��A�октбC�октябрь�октб.��A�октб.C�октябрь�пн��A�пнC�понедельник�пн.��A�пн.C�понедельник�пт��A�птC�пятница�пт.��A�пт.C�пятница�сб��A�сбC�суббота�сб.��A�сб.C�суббота�сбт��A�сбтC�суббота�сбт.��A�сбт.C�суббота�сен��A�сенC�сентябрь�сен.��A�сен.C�сентябрь�сент��A�сентC�сентябрь�сент.��A�сент.C�сентябрь�ср��A�срC�среда�ср.��A�ср.C�среда�фев��A�февC�февраль�фев.��A�фев.C�февраль�февр��A�феврC�февраль�февр.��A�февр.C�февраль�чт��A�чтC�четверг�чт.��A�чт.C�четверг�чтв��A�чтвC�четверг�чтв.��A�чтв.C�четверг�янв��A�янвC�январь�янв.��A�янв.C�январь�ಠ_ಠ��A�ಠ_ಠ�ಠ︵ಠ��A�ಠ︵ಠ�—��A�—�’��A�’�’’��A�’’
|
vocab/key2row
ADDED
Binary file (6.87 MB). View file
|
|
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:f26526f41ff4518259d453851b22b53ee121b42a5f93a1d6a1f03c6823b1c684
|
3 |
+
size 48902573
|
vocab/vectors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:973b566fcf2b62aaddd596341394e5578eed9dbd1155407c035bb12b033580ac
|
3 |
+
size 600002528
|