osanseviero
commited on
Commit
•
6031e9f
1
Parent(s):
b34a7c1
Update spaCy pipeline
Browse files- .gitattributes +5 -0
- LICENSE +361 -0
- LICENSES_SOURCES +437 -0
- README.md +127 -0
- accuracy.json +308 -0
- attribute_ruler/patterns +0 -0
- config.cfg +266 -0
- el_core_news_sm-any-py3-none-any.whl +3 -0
- lemmatizer/lookups/lookups.bin +3 -0
- meta.json +784 -0
- morphologizer/cfg +720 -0
- morphologizer/model +3 -0
- ner/cfg +13 -0
- ner/model +3 -0
- ner/moves +1 -0
- parser/cfg +13 -0
- parser/model +3 -0
- parser/moves +1 -0
- senter/cfg +3 -0
- senter/model +3 -0
- tok2vec/cfg +3 -0
- tok2vec/model +3 -0
- tokenizer +3 -0
- vocab/key2row +1 -0
- vocab/lookups.bin +3 -0
- vocab/strings.json +3 -0
- vocab/vectors +3 -0
- vocab/vectors.cfg +3 -0
.gitattributes
CHANGED
@@ -25,3 +25,8 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
25 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
26 |
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
27 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
25 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
26 |
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
27 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
28 |
+
*.whl filter=lfs diff=lfs merge=lfs -text
|
29 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
30 |
+
*strings.json filter=lfs diff=lfs merge=lfs -text
|
31 |
+
vectors filter=lfs diff=lfs merge=lfs -text
|
32 |
+
model filter=lfs diff=lfs merge=lfs -text
|
LICENSE
ADDED
@@ -0,0 +1,361 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Creative Commons Legal Code
|
2 |
+
|
3 |
+
Attribution-NonCommercial-ShareAlike 3.0 Unported
|
4 |
+
|
5 |
+
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
|
6 |
+
LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
|
7 |
+
ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
|
8 |
+
INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
|
9 |
+
REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
|
10 |
+
DAMAGES RESULTING FROM ITS USE.
|
11 |
+
|
12 |
+
License
|
13 |
+
|
14 |
+
THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
|
15 |
+
COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
|
16 |
+
COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
|
17 |
+
AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
|
18 |
+
|
19 |
+
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
|
20 |
+
TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY
|
21 |
+
BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS
|
22 |
+
CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
|
23 |
+
CONDITIONS.
|
24 |
+
|
25 |
+
1. Definitions
|
26 |
+
|
27 |
+
a. "Adaptation" means a work based upon the Work, or upon the Work and
|
28 |
+
other pre-existing works, such as a translation, adaptation,
|
29 |
+
derivative work, arrangement of music or other alterations of a
|
30 |
+
literary or artistic work, or phonogram or performance and includes
|
31 |
+
cinematographic adaptations or any other form in which the Work may be
|
32 |
+
recast, transformed, or adapted including in any form recognizably
|
33 |
+
derived from the original, except that a work that constitutes a
|
34 |
+
Collection will not be considered an Adaptation for the purpose of
|
35 |
+
this License. For the avoidance of doubt, where the Work is a musical
|
36 |
+
work, performance or phonogram, the synchronization of the Work in
|
37 |
+
timed-relation with a moving image ("synching") will be considered an
|
38 |
+
Adaptation for the purpose of this License.
|
39 |
+
b. "Collection" means a collection of literary or artistic works, such as
|
40 |
+
encyclopedias and anthologies, or performances, phonograms or
|
41 |
+
broadcasts, or other works or subject matter other than works listed
|
42 |
+
in Section 1(g) below, which, by reason of the selection and
|
43 |
+
arrangement of their contents, constitute intellectual creations, in
|
44 |
+
which the Work is included in its entirety in unmodified form along
|
45 |
+
with one or more other contributions, each constituting separate and
|
46 |
+
independent works in themselves, which together are assembled into a
|
47 |
+
collective whole. A work that constitutes a Collection will not be
|
48 |
+
considered an Adaptation (as defined above) for the purposes of this
|
49 |
+
License.
|
50 |
+
c. "Distribute" means to make available to the public the original and
|
51 |
+
copies of the Work or Adaptation, as appropriate, through sale or
|
52 |
+
other transfer of ownership.
|
53 |
+
d. "License Elements" means the following high-level license attributes
|
54 |
+
as selected by Licensor and indicated in the title of this License:
|
55 |
+
Attribution, Noncommercial, ShareAlike.
|
56 |
+
e. "Licensor" means the individual, individuals, entity or entities that
|
57 |
+
offer(s) the Work under the terms of this License.
|
58 |
+
f. "Original Author" means, in the case of a literary or artistic work,
|
59 |
+
the individual, individuals, entity or entities who created the Work
|
60 |
+
or if no individual or entity can be identified, the publisher; and in
|
61 |
+
addition (i) in the case of a performance the actors, singers,
|
62 |
+
musicians, dancers, and other persons who act, sing, deliver, declaim,
|
63 |
+
play in, interpret or otherwise perform literary or artistic works or
|
64 |
+
expressions of folklore; (ii) in the case of a phonogram the producer
|
65 |
+
being the person or legal entity who first fixes the sounds of a
|
66 |
+
performance or other sounds; and, (iii) in the case of broadcasts, the
|
67 |
+
organization that transmits the broadcast.
|
68 |
+
g. "Work" means the literary and/or artistic work offered under the terms
|
69 |
+
of this License including without limitation any production in the
|
70 |
+
literary, scientific and artistic domain, whatever may be the mode or
|
71 |
+
form of its expression including digital form, such as a book,
|
72 |
+
pamphlet and other writing; a lecture, address, sermon or other work
|
73 |
+
of the same nature; a dramatic or dramatico-musical work; a
|
74 |
+
choreographic work or entertainment in dumb show; a musical
|
75 |
+
composition with or without words; a cinematographic work to which are
|
76 |
+
assimilated works expressed by a process analogous to cinematography;
|
77 |
+
a work of drawing, painting, architecture, sculpture, engraving or
|
78 |
+
lithography; a photographic work to which are assimilated works
|
79 |
+
expressed by a process analogous to photography; a work of applied
|
80 |
+
art; an illustration, map, plan, sketch or three-dimensional work
|
81 |
+
relative to geography, topography, architecture or science; a
|
82 |
+
performance; a broadcast; a phonogram; a compilation of data to the
|
83 |
+
extent it is protected as a copyrightable work; or a work performed by
|
84 |
+
a variety or circus performer to the extent it is not otherwise
|
85 |
+
considered a literary or artistic work.
|
86 |
+
h. "You" means an individual or entity exercising rights under this
|
87 |
+
License who has not previously violated the terms of this License with
|
88 |
+
respect to the Work, or who has received express permission from the
|
89 |
+
Licensor to exercise rights under this License despite a previous
|
90 |
+
violation.
|
91 |
+
i. "Publicly Perform" means to perform public recitations of the Work and
|
92 |
+
to communicate to the public those public recitations, by any means or
|
93 |
+
process, including by wire or wireless means or public digital
|
94 |
+
performances; to make available to the public Works in such a way that
|
95 |
+
members of the public may access these Works from a place and at a
|
96 |
+
place individually chosen by them; to perform the Work to the public
|
97 |
+
by any means or process and the communication to the public of the
|
98 |
+
performances of the Work, including by public digital performance; to
|
99 |
+
broadcast and rebroadcast the Work by any means including signs,
|
100 |
+
sounds or images.
|
101 |
+
j. "Reproduce" means to make copies of the Work by any means including
|
102 |
+
without limitation by sound or visual recordings and the right of
|
103 |
+
fixation and reproducing fixations of the Work, including storage of a
|
104 |
+
protected performance or phonogram in digital form or other electronic
|
105 |
+
medium.
|
106 |
+
|
107 |
+
2. Fair Dealing Rights. Nothing in this License is intended to reduce,
|
108 |
+
limit, or restrict any uses free from copyright or rights arising from
|
109 |
+
limitations or exceptions that are provided for in connection with the
|
110 |
+
copyright protection under copyright law or other applicable laws.
|
111 |
+
|
112 |
+
3. License Grant. Subject to the terms and conditions of this License,
|
113 |
+
Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
|
114 |
+
perpetual (for the duration of the applicable copyright) license to
|
115 |
+
exercise the rights in the Work as stated below:
|
116 |
+
|
117 |
+
a. to Reproduce the Work, to incorporate the Work into one or more
|
118 |
+
Collections, and to Reproduce the Work as incorporated in the
|
119 |
+
Collections;
|
120 |
+
b. to create and Reproduce Adaptations provided that any such Adaptation,
|
121 |
+
including any translation in any medium, takes reasonable steps to
|
122 |
+
clearly label, demarcate or otherwise identify that changes were made
|
123 |
+
to the original Work. For example, a translation could be marked "The
|
124 |
+
original work was translated from English to Spanish," or a
|
125 |
+
modification could indicate "The original work has been modified.";
|
126 |
+
c. to Distribute and Publicly Perform the Work including as incorporated
|
127 |
+
in Collections; and,
|
128 |
+
d. to Distribute and Publicly Perform Adaptations.
|
129 |
+
|
130 |
+
The above rights may be exercised in all media and formats whether now
|
131 |
+
known or hereafter devised. The above rights include the right to make
|
132 |
+
such modifications as are technically necessary to exercise the rights in
|
133 |
+
other media and formats. Subject to Section 8(f), all rights not expressly
|
134 |
+
granted by Licensor are hereby reserved, including but not limited to the
|
135 |
+
rights described in Section 4(e).
|
136 |
+
|
137 |
+
4. Restrictions. The license granted in Section 3 above is expressly made
|
138 |
+
subject to and limited by the following restrictions:
|
139 |
+
|
140 |
+
a. You may Distribute or Publicly Perform the Work only under the terms
|
141 |
+
of this License. You must include a copy of, or the Uniform Resource
|
142 |
+
Identifier (URI) for, this License with every copy of the Work You
|
143 |
+
Distribute or Publicly Perform. You may not offer or impose any terms
|
144 |
+
on the Work that restrict the terms of this License or the ability of
|
145 |
+
the recipient of the Work to exercise the rights granted to that
|
146 |
+
recipient under the terms of the License. You may not sublicense the
|
147 |
+
Work. You must keep intact all notices that refer to this License and
|
148 |
+
to the disclaimer of warranties with every copy of the Work You
|
149 |
+
Distribute or Publicly Perform. When You Distribute or Publicly
|
150 |
+
Perform the Work, You may not impose any effective technological
|
151 |
+
measures on the Work that restrict the ability of a recipient of the
|
152 |
+
Work from You to exercise the rights granted to that recipient under
|
153 |
+
the terms of the License. This Section 4(a) applies to the Work as
|
154 |
+
incorporated in a Collection, but this does not require the Collection
|
155 |
+
apart from the Work itself to be made subject to the terms of this
|
156 |
+
License. If You create a Collection, upon notice from any Licensor You
|
157 |
+
must, to the extent practicable, remove from the Collection any credit
|
158 |
+
as required by Section 4(d), as requested. If You create an
|
159 |
+
Adaptation, upon notice from any Licensor You must, to the extent
|
160 |
+
practicable, remove from the Adaptation any credit as required by
|
161 |
+
Section 4(d), as requested.
|
162 |
+
b. You may Distribute or Publicly Perform an Adaptation only under: (i)
|
163 |
+
the terms of this License; (ii) a later version of this License with
|
164 |
+
the same License Elements as this License; (iii) a Creative Commons
|
165 |
+
jurisdiction license (either this or a later license version) that
|
166 |
+
contains the same License Elements as this License (e.g.,
|
167 |
+
Attribution-NonCommercial-ShareAlike 3.0 US) ("Applicable License").
|
168 |
+
You must include a copy of, or the URI, for Applicable License with
|
169 |
+
every copy of each Adaptation You Distribute or Publicly Perform. You
|
170 |
+
may not offer or impose any terms on the Adaptation that restrict the
|
171 |
+
terms of the Applicable License or the ability of the recipient of the
|
172 |
+
Adaptation to exercise the rights granted to that recipient under the
|
173 |
+
terms of the Applicable License. You must keep intact all notices that
|
174 |
+
refer to the Applicable License and to the disclaimer of warranties
|
175 |
+
with every copy of the Work as included in the Adaptation You
|
176 |
+
Distribute or Publicly Perform. When You Distribute or Publicly
|
177 |
+
Perform the Adaptation, You may not impose any effective technological
|
178 |
+
measures on the Adaptation that restrict the ability of a recipient of
|
179 |
+
the Adaptation from You to exercise the rights granted to that
|
180 |
+
recipient under the terms of the Applicable License. This Section 4(b)
|
181 |
+
applies to the Adaptation as incorporated in a Collection, but this
|
182 |
+
does not require the Collection apart from the Adaptation itself to be
|
183 |
+
made subject to the terms of the Applicable License.
|
184 |
+
c. You may not exercise any of the rights granted to You in Section 3
|
185 |
+
above in any manner that is primarily intended for or directed toward
|
186 |
+
commercial advantage or private monetary compensation. The exchange of
|
187 |
+
the Work for other copyrighted works by means of digital file-sharing
|
188 |
+
or otherwise shall not be considered to be intended for or directed
|
189 |
+
toward commercial advantage or private monetary compensation, provided
|
190 |
+
there is no payment of any monetary compensation in con-nection with
|
191 |
+
the exchange of copyrighted works.
|
192 |
+
d. If You Distribute, or Publicly Perform the Work or any Adaptations or
|
193 |
+
Collections, You must, unless a request has been made pursuant to
|
194 |
+
Section 4(a), keep intact all copyright notices for the Work and
|
195 |
+
provide, reasonable to the medium or means You are utilizing: (i) the
|
196 |
+
name of the Original Author (or pseudonym, if applicable) if supplied,
|
197 |
+
and/or if the Original Author and/or Licensor designate another party
|
198 |
+
or parties (e.g., a sponsor institute, publishing entity, journal) for
|
199 |
+
attribution ("Attribution Parties") in Licensor's copyright notice,
|
200 |
+
terms of service or by other reasonable means, the name of such party
|
201 |
+
or parties; (ii) the title of the Work if supplied; (iii) to the
|
202 |
+
extent reasonably practicable, the URI, if any, that Licensor
|
203 |
+
specifies to be associated with the Work, unless such URI does not
|
204 |
+
refer to the copyright notice or licensing information for the Work;
|
205 |
+
and, (iv) consistent with Section 3(b), in the case of an Adaptation,
|
206 |
+
a credit identifying the use of the Work in the Adaptation (e.g.,
|
207 |
+
"French translation of the Work by Original Author," or "Screenplay
|
208 |
+
based on original Work by Original Author"). The credit required by
|
209 |
+
this Section 4(d) may be implemented in any reasonable manner;
|
210 |
+
provided, however, that in the case of a Adaptation or Collection, at
|
211 |
+
a minimum such credit will appear, if a credit for all contributing
|
212 |
+
authors of the Adaptation or Collection appears, then as part of these
|
213 |
+
credits and in a manner at least as prominent as the credits for the
|
214 |
+
other contributing authors. For the avoidance of doubt, You may only
|
215 |
+
use the credit required by this Section for the purpose of attribution
|
216 |
+
in the manner set out above and, by exercising Your rights under this
|
217 |
+
License, You may not implicitly or explicitly assert or imply any
|
218 |
+
connection with, sponsorship or endorsement by the Original Author,
|
219 |
+
Licensor and/or Attribution Parties, as appropriate, of You or Your
|
220 |
+
use of the Work, without the separate, express prior written
|
221 |
+
permission of the Original Author, Licensor and/or Attribution
|
222 |
+
Parties.
|
223 |
+
e. For the avoidance of doubt:
|
224 |
+
|
225 |
+
i. Non-waivable Compulsory License Schemes. In those jurisdictions in
|
226 |
+
which the right to collect royalties through any statutory or
|
227 |
+
compulsory licensing scheme cannot be waived, the Licensor
|
228 |
+
reserves the exclusive right to collect such royalties for any
|
229 |
+
exercise by You of the rights granted under this License;
|
230 |
+
ii. Waivable Compulsory License Schemes. In those jurisdictions in
|
231 |
+
which the right to collect royalties through any statutory or
|
232 |
+
compulsory licensing scheme can be waived, the Licensor reserves
|
233 |
+
the exclusive right to collect such royalties for any exercise by
|
234 |
+
You of the rights granted under this License if Your exercise of
|
235 |
+
such rights is for a purpose or use which is otherwise than
|
236 |
+
noncommercial as permitted under Section 4(c) and otherwise waives
|
237 |
+
the right to collect royalties through any statutory or compulsory
|
238 |
+
licensing scheme; and,
|
239 |
+
iii. Voluntary License Schemes. The Licensor reserves the right to
|
240 |
+
collect royalties, whether individually or, in the event that the
|
241 |
+
Licensor is a member of a collecting society that administers
|
242 |
+
voluntary licensing schemes, via that society, from any exercise
|
243 |
+
by You of the rights granted under this License that is for a
|
244 |
+
purpose or use which is otherwise than noncommercial as permitted
|
245 |
+
under Section 4(c).
|
246 |
+
f. Except as otherwise agreed in writing by the Licensor or as may be
|
247 |
+
otherwise permitted by applicable law, if You Reproduce, Distribute or
|
248 |
+
Publicly Perform the Work either by itself or as part of any
|
249 |
+
Adaptations or Collections, You must not distort, mutilate, modify or
|
250 |
+
take other derogatory action in relation to the Work which would be
|
251 |
+
prejudicial to the Original Author's honor or reputation. Licensor
|
252 |
+
agrees that in those jurisdictions (e.g. Japan), in which any exercise
|
253 |
+
of the right granted in Section 3(b) of this License (the right to
|
254 |
+
make Adaptations) would be deemed to be a distortion, mutilation,
|
255 |
+
modification or other derogatory action prejudicial to the Original
|
256 |
+
Author's honor and reputation, the Licensor will waive or not assert,
|
257 |
+
as appropriate, this Section, to the fullest extent permitted by the
|
258 |
+
applicable national law, to enable You to reasonably exercise Your
|
259 |
+
right under Section 3(b) of this License (right to make Adaptations)
|
260 |
+
but not otherwise.
|
261 |
+
|
262 |
+
5. Representations, Warranties and Disclaimer
|
263 |
+
|
264 |
+
UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING AND TO THE
|
265 |
+
FULLEST EXTENT PERMITTED BY APPLICABLE LAW, LICENSOR OFFERS THE WORK AS-IS
|
266 |
+
AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE
|
267 |
+
WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT
|
268 |
+
LIMITATION, WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
|
269 |
+
PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS,
|
270 |
+
ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT
|
271 |
+
DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED
|
272 |
+
WARRANTIES, SO THIS EXCLUSION MAY NOT APPLY TO YOU.
|
273 |
+
|
274 |
+
6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
|
275 |
+
LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
|
276 |
+
ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
|
277 |
+
ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
|
278 |
+
BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
279 |
+
|
280 |
+
7. Termination
|
281 |
+
|
282 |
+
a. This License and the rights granted hereunder will terminate
|
283 |
+
automatically upon any breach by You of the terms of this License.
|
284 |
+
Individuals or entities who have received Adaptations or Collections
|
285 |
+
from You under this License, however, will not have their licenses
|
286 |
+
terminated provided such individuals or entities remain in full
|
287 |
+
compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will
|
288 |
+
survive any termination of this License.
|
289 |
+
b. Subject to the above terms and conditions, the license granted here is
|
290 |
+
perpetual (for the duration of the applicable copyright in the Work).
|
291 |
+
Notwithstanding the above, Licensor reserves the right to release the
|
292 |
+
Work under different license terms or to stop distributing the Work at
|
293 |
+
any time; provided, however that any such election will not serve to
|
294 |
+
withdraw this License (or any other license that has been, or is
|
295 |
+
required to be, granted under the terms of this License), and this
|
296 |
+
License will continue in full force and effect unless terminated as
|
297 |
+
stated above.
|
298 |
+
|
299 |
+
8. Miscellaneous
|
300 |
+
|
301 |
+
a. Each time You Distribute or Publicly Perform the Work or a Collection,
|
302 |
+
the Licensor offers to the recipient a license to the Work on the same
|
303 |
+
terms and conditions as the license granted to You under this License.
|
304 |
+
b. Each time You Distribute or Publicly Perform an Adaptation, Licensor
|
305 |
+
offers to the recipient a license to the original Work on the same
|
306 |
+
terms and conditions as the license granted to You under this License.
|
307 |
+
c. If any provision of this License is invalid or unenforceable under
|
308 |
+
applicable law, it shall not affect the validity or enforceability of
|
309 |
+
the remainder of the terms of this License, and without further action
|
310 |
+
by the parties to this agreement, such provision shall be reformed to
|
311 |
+
the minimum extent necessary to make such provision valid and
|
312 |
+
enforceable.
|
313 |
+
d. No term or provision of this License shall be deemed waived and no
|
314 |
+
breach consented to unless such waiver or consent shall be in writing
|
315 |
+
and signed by the party to be charged with such waiver or consent.
|
316 |
+
e. This License constitutes the entire agreement between the parties with
|
317 |
+
respect to the Work licensed here. There are no understandings,
|
318 |
+
agreements or representations with respect to the Work not specified
|
319 |
+
here. Licensor shall not be bound by any additional provisions that
|
320 |
+
may appear in any communication from You. This License may not be
|
321 |
+
modified without the mutual written agreement of the Licensor and You.
|
322 |
+
f. The rights granted under, and the subject matter referenced, in this
|
323 |
+
License were drafted utilizing the terminology of the Berne Convention
|
324 |
+
for the Protection of Literary and Artistic Works (as amended on
|
325 |
+
September 28, 1979), the Rome Convention of 1961, the WIPO Copyright
|
326 |
+
Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996
|
327 |
+
and the Universal Copyright Convention (as revised on July 24, 1971).
|
328 |
+
These rights and subject matter take effect in the relevant
|
329 |
+
jurisdiction in which the License terms are sought to be enforced
|
330 |
+
according to the corresponding provisions of the implementation of
|
331 |
+
those treaty provisions in the applicable national law. If the
|
332 |
+
standard suite of rights granted under applicable copyright law
|
333 |
+
includes additional rights not granted under this License, such
|
334 |
+
additional rights are deemed to be included in the License; this
|
335 |
+
License is not intended to restrict the license of any rights under
|
336 |
+
applicable law.
|
337 |
+
|
338 |
+
|
339 |
+
Creative Commons Notice
|
340 |
+
|
341 |
+
Creative Commons is not a party to this License, and makes no warranty
|
342 |
+
whatsoever in connection with the Work. Creative Commons will not be
|
343 |
+
liable to You or any party on any legal theory for any damages
|
344 |
+
whatsoever, including without limitation any general, special,
|
345 |
+
incidental or consequential damages arising in connection to this
|
346 |
+
license. Notwithstanding the foregoing two (2) sentences, if Creative
|
347 |
+
Commons has expressly identified itself as the Licensor hereunder, it
|
348 |
+
shall have all rights and obligations of Licensor.
|
349 |
+
|
350 |
+
Except for the limited purpose of indicating to the public that the
|
351 |
+
Work is licensed under the CCPL, Creative Commons does not authorize
|
352 |
+
the use by either party of the trademark "Creative Commons" or any
|
353 |
+
related trademark or logo of Creative Commons without the prior
|
354 |
+
written consent of Creative Commons. Any permitted use will be in
|
355 |
+
compliance with Creative Commons' then-current trademark usage
|
356 |
+
guidelines, as may be published on its website or otherwise made
|
357 |
+
available upon request from time to time. For the avoidance of doubt,
|
358 |
+
this trademark restriction does not form part of this License.
|
359 |
+
|
360 |
+
Creative Commons may be contacted at https://creativecommons.org/.
|
361 |
+
|
LICENSES_SOURCES
ADDED
@@ -0,0 +1,437 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# UD Greek GDT v2.8
|
2 |
+
|
3 |
+
* Author: Prokopidis, Prokopis
|
4 |
+
* URL: https://github.com/UniversalDependencies/UD_Greek-GDT
|
5 |
+
* License: CC BY-NC-SA 3.0
|
6 |
+
|
7 |
+
```
|
8 |
+
Creative Commons Legal Code
|
9 |
+
|
10 |
+
Attribution-NonCommercial-ShareAlike 3.0 Unported
|
11 |
+
|
12 |
+
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
|
13 |
+
LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
|
14 |
+
ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
|
15 |
+
INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
|
16 |
+
REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
|
17 |
+
DAMAGES RESULTING FROM ITS USE.
|
18 |
+
|
19 |
+
License
|
20 |
+
|
21 |
+
THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
|
22 |
+
COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
|
23 |
+
COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
|
24 |
+
AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
|
25 |
+
|
26 |
+
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
|
27 |
+
TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY
|
28 |
+
BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS
|
29 |
+
CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
|
30 |
+
CONDITIONS.
|
31 |
+
|
32 |
+
1. Definitions
|
33 |
+
|
34 |
+
a. "Adaptation" means a work based upon the Work, or upon the Work and
|
35 |
+
other pre-existing works, such as a translation, adaptation,
|
36 |
+
derivative work, arrangement of music or other alterations of a
|
37 |
+
literary or artistic work, or phonogram or performance and includes
|
38 |
+
cinematographic adaptations or any other form in which the Work may be
|
39 |
+
recast, transformed, or adapted including in any form recognizably
|
40 |
+
derived from the original, except that a work that constitutes a
|
41 |
+
Collection will not be considered an Adaptation for the purpose of
|
42 |
+
this License. For the avoidance of doubt, where the Work is a musical
|
43 |
+
work, performance or phonogram, the synchronization of the Work in
|
44 |
+
timed-relation with a moving image ("synching") will be considered an
|
45 |
+
Adaptation for the purpose of this License.
|
46 |
+
b. "Collection" means a collection of literary or artistic works, such as
|
47 |
+
encyclopedias and anthologies, or performances, phonograms or
|
48 |
+
broadcasts, or other works or subject matter other than works listed
|
49 |
+
in Section 1(g) below, which, by reason of the selection and
|
50 |
+
arrangement of their contents, constitute intellectual creations, in
|
51 |
+
which the Work is included in its entirety in unmodified form along
|
52 |
+
with one or more other contributions, each constituting separate and
|
53 |
+
independent works in themselves, which together are assembled into a
|
54 |
+
collective whole. A work that constitutes a Collection will not be
|
55 |
+
considered an Adaptation (as defined above) for the purposes of this
|
56 |
+
License.
|
57 |
+
c. "Distribute" means to make available to the public the original and
|
58 |
+
copies of the Work or Adaptation, as appropriate, through sale or
|
59 |
+
other transfer of ownership.
|
60 |
+
d. "License Elements" means the following high-level license attributes
|
61 |
+
as selected by Licensor and indicated in the title of this License:
|
62 |
+
Attribution, Noncommercial, ShareAlike.
|
63 |
+
e. "Licensor" means the individual, individuals, entity or entities that
|
64 |
+
offer(s) the Work under the terms of this License.
|
65 |
+
f. "Original Author" means, in the case of a literary or artistic work,
|
66 |
+
the individual, individuals, entity or entities who created the Work
|
67 |
+
or if no individual or entity can be identified, the publisher; and in
|
68 |
+
addition (i) in the case of a performance the actors, singers,
|
69 |
+
musicians, dancers, and other persons who act, sing, deliver, declaim,
|
70 |
+
play in, interpret or otherwise perform literary or artistic works or
|
71 |
+
expressions of folklore; (ii) in the case of a phonogram the producer
|
72 |
+
being the person or legal entity who first fixes the sounds of a
|
73 |
+
performance or other sounds; and, (iii) in the case of broadcasts, the
|
74 |
+
organization that transmits the broadcast.
|
75 |
+
g. "Work" means the literary and/or artistic work offered under the terms
|
76 |
+
of this License including without limitation any production in the
|
77 |
+
literary, scientific and artistic domain, whatever may be the mode or
|
78 |
+
form of its expression including digital form, such as a book,
|
79 |
+
pamphlet and other writing; a lecture, address, sermon or other work
|
80 |
+
of the same nature; a dramatic or dramatico-musical work; a
|
81 |
+
choreographic work or entertainment in dumb show; a musical
|
82 |
+
composition with or without words; a cinematographic work to which are
|
83 |
+
assimilated works expressed by a process analogous to cinematography;
|
84 |
+
a work of drawing, painting, architecture, sculpture, engraving or
|
85 |
+
lithography; a photographic work to which are assimilated works
|
86 |
+
expressed by a process analogous to photography; a work of applied
|
87 |
+
art; an illustration, map, plan, sketch or three-dimensional work
|
88 |
+
relative to geography, topography, architecture or science; a
|
89 |
+
performance; a broadcast; a phonogram; a compilation of data to the
|
90 |
+
extent it is protected as a copyrightable work; or a work performed by
|
91 |
+
a variety or circus performer to the extent it is not otherwise
|
92 |
+
considered a literary or artistic work.
|
93 |
+
h. "You" means an individual or entity exercising rights under this
|
94 |
+
License who has not previously violated the terms of this License with
|
95 |
+
respect to the Work, or who has received express permission from the
|
96 |
+
Licensor to exercise rights under this License despite a previous
|
97 |
+
violation.
|
98 |
+
i. "Publicly Perform" means to perform public recitations of the Work and
|
99 |
+
to communicate to the public those public recitations, by any means or
|
100 |
+
process, including by wire or wireless means or public digital
|
101 |
+
performances; to make available to the public Works in such a way that
|
102 |
+
members of the public may access these Works from a place and at a
|
103 |
+
place individually chosen by them; to perform the Work to the public
|
104 |
+
by any means or process and the communication to the public of the
|
105 |
+
performances of the Work, including by public digital performance; to
|
106 |
+
broadcast and rebroadcast the Work by any means including signs,
|
107 |
+
sounds or images.
|
108 |
+
j. "Reproduce" means to make copies of the Work by any means including
|
109 |
+
without limitation by sound or visual recordings and the right of
|
110 |
+
fixation and reproducing fixations of the Work, including storage of a
|
111 |
+
protected performance or phonogram in digital form or other electronic
|
112 |
+
medium.
|
113 |
+
|
114 |
+
2. Fair Dealing Rights. Nothing in this License is intended to reduce,
|
115 |
+
limit, or restrict any uses free from copyright or rights arising from
|
116 |
+
limitations or exceptions that are provided for in connection with the
|
117 |
+
copyright protection under copyright law or other applicable laws.
|
118 |
+
|
119 |
+
3. License Grant. Subject to the terms and conditions of this License,
|
120 |
+
Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
|
121 |
+
perpetual (for the duration of the applicable copyright) license to
|
122 |
+
exercise the rights in the Work as stated below:
|
123 |
+
|
124 |
+
a. to Reproduce the Work, to incorporate the Work into one or more
|
125 |
+
Collections, and to Reproduce the Work as incorporated in the
|
126 |
+
Collections;
|
127 |
+
b. to create and Reproduce Adaptations provided that any such Adaptation,
|
128 |
+
including any translation in any medium, takes reasonable steps to
|
129 |
+
clearly label, demarcate or otherwise identify that changes were made
|
130 |
+
to the original Work. For example, a translation could be marked "The
|
131 |
+
original work was translated from English to Spanish," or a
|
132 |
+
modification could indicate "The original work has been modified.";
|
133 |
+
c. to Distribute and Publicly Perform the Work including as incorporated
|
134 |
+
in Collections; and,
|
135 |
+
d. to Distribute and Publicly Perform Adaptations.
|
136 |
+
|
137 |
+
The above rights may be exercised in all media and formats whether now
|
138 |
+
known or hereafter devised. The above rights include the right to make
|
139 |
+
such modifications as are technically necessary to exercise the rights in
|
140 |
+
other media and formats. Subject to Section 8(f), all rights not expressly
|
141 |
+
granted by Licensor are hereby reserved, including but not limited to the
|
142 |
+
rights described in Section 4(e).
|
143 |
+
|
144 |
+
4. Restrictions. The license granted in Section 3 above is expressly made
|
145 |
+
subject to and limited by the following restrictions:
|
146 |
+
|
147 |
+
a. You may Distribute or Publicly Perform the Work only under the terms
|
148 |
+
of this License. You must include a copy of, or the Uniform Resource
|
149 |
+
Identifier (URI) for, this License with every copy of the Work You
|
150 |
+
Distribute or Publicly Perform. You may not offer or impose any terms
|
151 |
+
on the Work that restrict the terms of this License or the ability of
|
152 |
+
the recipient of the Work to exercise the rights granted to that
|
153 |
+
recipient under the terms of the License. You may not sublicense the
|
154 |
+
Work. You must keep intact all notices that refer to this License and
|
155 |
+
to the disclaimer of warranties with every copy of the Work You
|
156 |
+
Distribute or Publicly Perform. When You Distribute or Publicly
|
157 |
+
Perform the Work, You may not impose any effective technological
|
158 |
+
measures on the Work that restrict the ability of a recipient of the
|
159 |
+
Work from You to exercise the rights granted to that recipient under
|
160 |
+
the terms of the License. This Section 4(a) applies to the Work as
|
161 |
+
incorporated in a Collection, but this does not require the Collection
|
162 |
+
apart from the Work itself to be made subject to the terms of this
|
163 |
+
License. If You create a Collection, upon notice from any Licensor You
|
164 |
+
must, to the extent practicable, remove from the Collection any credit
|
165 |
+
as required by Section 4(d), as requested. If You create an
|
166 |
+
Adaptation, upon notice from any Licensor You must, to the extent
|
167 |
+
practicable, remove from the Adaptation any credit as required by
|
168 |
+
Section 4(d), as requested.
|
169 |
+
b. You may Distribute or Publicly Perform an Adaptation only under: (i)
|
170 |
+
the terms of this License; (ii) a later version of this License with
|
171 |
+
the same License Elements as this License; (iii) a Creative Commons
|
172 |
+
jurisdiction license (either this or a later license version) that
|
173 |
+
contains the same License Elements as this License (e.g.,
|
174 |
+
Attribution-NonCommercial-ShareAlike 3.0 US) ("Applicable License").
|
175 |
+
You must include a copy of, or the URI, for Applicable License with
|
176 |
+
every copy of each Adaptation You Distribute or Publicly Perform. You
|
177 |
+
may not offer or impose any terms on the Adaptation that restrict the
|
178 |
+
terms of the Applicable License or the ability of the recipient of the
|
179 |
+
Adaptation to exercise the rights granted to that recipient under the
|
180 |
+
terms of the Applicable License. You must keep intact all notices that
|
181 |
+
refer to the Applicable License and to the disclaimer of warranties
|
182 |
+
with every copy of the Work as included in the Adaptation You
|
183 |
+
Distribute or Publicly Perform. When You Distribute or Publicly
|
184 |
+
Perform the Adaptation, You may not impose any effective technological
|
185 |
+
measures on the Adaptation that restrict the ability of a recipient of
|
186 |
+
the Adaptation from You to exercise the rights granted to that
|
187 |
+
recipient under the terms of the Applicable License. This Section 4(b)
|
188 |
+
applies to the Adaptation as incorporated in a Collection, but this
|
189 |
+
does not require the Collection apart from the Adaptation itself to be
|
190 |
+
made subject to the terms of the Applicable License.
|
191 |
+
c. You may not exercise any of the rights granted to You in Section 3
|
192 |
+
above in any manner that is primarily intended for or directed toward
|
193 |
+
commercial advantage or private monetary compensation. The exchange of
|
194 |
+
the Work for other copyrighted works by means of digital file-sharing
|
195 |
+
or otherwise shall not be considered to be intended for or directed
|
196 |
+
toward commercial advantage or private monetary compensation, provided
|
197 |
+
there is no payment of any monetary compensation in con-nection with
|
198 |
+
the exchange of copyrighted works.
|
199 |
+
d. If You Distribute, or Publicly Perform the Work or any Adaptations or
|
200 |
+
Collections, You must, unless a request has been made pursuant to
|
201 |
+
Section 4(a), keep intact all copyright notices for the Work and
|
202 |
+
provide, reasonable to the medium or means You are utilizing: (i) the
|
203 |
+
name of the Original Author (or pseudonym, if applicable) if supplied,
|
204 |
+
and/or if the Original Author and/or Licensor designate another party
|
205 |
+
or parties (e.g., a sponsor institute, publishing entity, journal) for
|
206 |
+
attribution ("Attribution Parties") in Licensor's copyright notice,
|
207 |
+
terms of service or by other reasonable means, the name of such party
|
208 |
+
or parties; (ii) the title of the Work if supplied; (iii) to the
|
209 |
+
extent reasonably practicable, the URI, if any, that Licensor
|
210 |
+
specifies to be associated with the Work, unless such URI does not
|
211 |
+
refer to the copyright notice or licensing information for the Work;
|
212 |
+
and, (iv) consistent with Section 3(b), in the case of an Adaptation,
|
213 |
+
a credit identifying the use of the Work in the Adaptation (e.g.,
|
214 |
+
"French translation of the Work by Original Author," or "Screenplay
|
215 |
+
based on original Work by Original Author"). The credit required by
|
216 |
+
this Section 4(d) may be implemented in any reasonable manner;
|
217 |
+
provided, however, that in the case of a Adaptation or Collection, at
|
218 |
+
a minimum such credit will appear, if a credit for all contributing
|
219 |
+
authors of the Adaptation or Collection appears, then as part of these
|
220 |
+
credits and in a manner at least as prominent as the credits for the
|
221 |
+
other contributing authors. For the avoidance of doubt, You may only
|
222 |
+
use the credit required by this Section for the purpose of attribution
|
223 |
+
in the manner set out above and, by exercising Your rights under this
|
224 |
+
License, You may not implicitly or explicitly assert or imply any
|
225 |
+
connection with, sponsorship or endorsement by the Original Author,
|
226 |
+
Licensor and/or Attribution Parties, as appropriate, of You or Your
|
227 |
+
use of the Work, without the separate, express prior written
|
228 |
+
permission of the Original Author, Licensor and/or Attribution
|
229 |
+
Parties.
|
230 |
+
e. For the avoidance of doubt:
|
231 |
+
|
232 |
+
i. Non-waivable Compulsory License Schemes. In those jurisdictions in
|
233 |
+
which the right to collect royalties through any statutory or
|
234 |
+
compulsory licensing scheme cannot be waived, the Licensor
|
235 |
+
reserves the exclusive right to collect such royalties for any
|
236 |
+
exercise by You of the rights granted under this License;
|
237 |
+
ii. Waivable Compulsory License Schemes. In those jurisdictions in
|
238 |
+
which the right to collect royalties through any statutory or
|
239 |
+
compulsory licensing scheme can be waived, the Licensor reserves
|
240 |
+
the exclusive right to collect such royalties for any exercise by
|
241 |
+
You of the rights granted under this License if Your exercise of
|
242 |
+
such rights is for a purpose or use which is otherwise than
|
243 |
+
noncommercial as permitted under Section 4(c) and otherwise waives
|
244 |
+
the right to collect royalties through any statutory or compulsory
|
245 |
+
licensing scheme; and,
|
246 |
+
iii. Voluntary License Schemes. The Licensor reserves the right to
|
247 |
+
collect royalties, whether individually or, in the event that the
|
248 |
+
Licensor is a member of a collecting society that administers
|
249 |
+
voluntary licensing schemes, via that society, from any exercise
|
250 |
+
by You of the rights granted under this License that is for a
|
251 |
+
purpose or use which is otherwise than noncommercial as permitted
|
252 |
+
under Section 4(c).
|
253 |
+
f. Except as otherwise agreed in writing by the Licensor or as may be
|
254 |
+
otherwise permitted by applicable law, if You Reproduce, Distribute or
|
255 |
+
Publicly Perform the Work either by itself or as part of any
|
256 |
+
Adaptations or Collections, You must not distort, mutilate, modify or
|
257 |
+
take other derogatory action in relation to the Work which would be
|
258 |
+
prejudicial to the Original Author's honor or reputation. Licensor
|
259 |
+
agrees that in those jurisdictions (e.g. Japan), in which any exercise
|
260 |
+
of the right granted in Section 3(b) of this License (the right to
|
261 |
+
make Adaptations) would be deemed to be a distortion, mutilation,
|
262 |
+
modification or other derogatory action prejudicial to the Original
|
263 |
+
Author's honor and reputation, the Licensor will waive or not assert,
|
264 |
+
as appropriate, this Section, to the fullest extent permitted by the
|
265 |
+
applicable national law, to enable You to reasonably exercise Your
|
266 |
+
right under Section 3(b) of this License (right to make Adaptations)
|
267 |
+
but not otherwise.
|
268 |
+
|
269 |
+
5. Representations, Warranties and Disclaimer
|
270 |
+
|
271 |
+
UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING AND TO THE
|
272 |
+
FULLEST EXTENT PERMITTED BY APPLICABLE LAW, LICENSOR OFFERS THE WORK AS-IS
|
273 |
+
AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE
|
274 |
+
WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT
|
275 |
+
LIMITATION, WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
|
276 |
+
PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS,
|
277 |
+
ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT
|
278 |
+
DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED
|
279 |
+
WARRANTIES, SO THIS EXCLUSION MAY NOT APPLY TO YOU.
|
280 |
+
|
281 |
+
6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
|
282 |
+
LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
|
283 |
+
ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
|
284 |
+
ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
|
285 |
+
BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
286 |
+
|
287 |
+
7. Termination
|
288 |
+
|
289 |
+
a. This License and the rights granted hereunder will terminate
|
290 |
+
automatically upon any breach by You of the terms of this License.
|
291 |
+
Individuals or entities who have received Adaptations or Collections
|
292 |
+
from You under this License, however, will not have their licenses
|
293 |
+
terminated provided such individuals or entities remain in full
|
294 |
+
compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will
|
295 |
+
survive any termination of this License.
|
296 |
+
b. Subject to the above terms and conditions, the license granted here is
|
297 |
+
perpetual (for the duration of the applicable copyright in the Work).
|
298 |
+
Notwithstanding the above, Licensor reserves the right to release the
|
299 |
+
Work under different license terms or to stop distributing the Work at
|
300 |
+
any time; provided, however that any such election will not serve to
|
301 |
+
withdraw this License (or any other license that has been, or is
|
302 |
+
required to be, granted under the terms of this License), and this
|
303 |
+
License will continue in full force and effect unless terminated as
|
304 |
+
stated above.
|
305 |
+
|
306 |
+
8. Miscellaneous
|
307 |
+
|
308 |
+
a. Each time You Distribute or Publicly Perform the Work or a Collection,
|
309 |
+
the Licensor offers to the recipient a license to the Work on the same
|
310 |
+
terms and conditions as the license granted to You under this License.
|
311 |
+
b. Each time You Distribute or Publicly Perform an Adaptation, Licensor
|
312 |
+
offers to the recipient a license to the original Work on the same
|
313 |
+
terms and conditions as the license granted to You under this License.
|
314 |
+
c. If any provision of this License is invalid or unenforceable under
|
315 |
+
applicable law, it shall not affect the validity or enforceability of
|
316 |
+
the remainder of the terms of this License, and without further action
|
317 |
+
by the parties to this agreement, such provision shall be reformed to
|
318 |
+
the minimum extent necessary to make such provision valid and
|
319 |
+
enforceable.
|
320 |
+
d. No term or provision of this License shall be deemed waived and no
|
321 |
+
breach consented to unless such waiver or consent shall be in writing
|
322 |
+
and signed by the party to be charged with such waiver or consent.
|
323 |
+
e. This License constitutes the entire agreement between the parties with
|
324 |
+
respect to the Work licensed here. There are no understandings,
|
325 |
+
agreements or representations with respect to the Work not specified
|
326 |
+
here. Licensor shall not be bound by any additional provisions that
|
327 |
+
may appear in any communication from You. This License may not be
|
328 |
+
modified without the mutual written agreement of the Licensor and You.
|
329 |
+
f. The rights granted under, and the subject matter referenced, in this
|
330 |
+
License were drafted utilizing the terminology of the Berne Convention
|
331 |
+
for the Protection of Literary and Artistic Works (as amended on
|
332 |
+
September 28, 1979), the Rome Convention of 1961, the WIPO Copyright
|
333 |
+
Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996
|
334 |
+
and the Universal Copyright Convention (as revised on July 24, 1971).
|
335 |
+
These rights and subject matter take effect in the relevant
|
336 |
+
jurisdiction in which the License terms are sought to be enforced
|
337 |
+
according to the corresponding provisions of the implementation of
|
338 |
+
those treaty provisions in the applicable national law. If the
|
339 |
+
standard suite of rights granted under applicable copyright law
|
340 |
+
includes additional rights not granted under this License, such
|
341 |
+
additional rights are deemed to be included in the License; this
|
342 |
+
License is not intended to restrict the license of any rights under
|
343 |
+
applicable law.
|
344 |
+
|
345 |
+
|
346 |
+
Creative Commons Notice
|
347 |
+
|
348 |
+
Creative Commons is not a party to this License, and makes no warranty
|
349 |
+
whatsoever in connection with the Work. Creative Commons will not be
|
350 |
+
liable to You or any party on any legal theory for any damages
|
351 |
+
whatsoever, including without limitation any general, special,
|
352 |
+
incidental or consequential damages arising in connection to this
|
353 |
+
license. Notwithstanding the foregoing two (2) sentences, if Creative
|
354 |
+
Commons has expressly identified itself as the Licensor hereunder, it
|
355 |
+
shall have all rights and obligations of Licensor.
|
356 |
+
|
357 |
+
Except for the limited purpose of indicating to the public that the
|
358 |
+
Work is licensed under the CCPL, Creative Commons does not authorize
|
359 |
+
the use by either party of the trademark "Creative Commons" or any
|
360 |
+
related trademark or logo of Creative Commons without the prior
|
361 |
+
written consent of Creative Commons. Any permitted use will be in
|
362 |
+
compliance with Creative Commons' then-current trademark usage
|
363 |
+
guidelines, as may be published on its website or otherwise made
|
364 |
+
available upon request from time to time. For the avoidance of doubt,
|
365 |
+
this trademark restriction does not form part of this License.
|
366 |
+
|
367 |
+
Creative Commons may be contacted at https://creativecommons.org/.
|
368 |
+
|
369 |
+
```
|
370 |
+
|
371 |
+
|
372 |
+
|
373 |
+
|
374 |
+
# Greek NER Corpus (Google Summer of Code 2018)
|
375 |
+
|
376 |
+
* Author: Giannis Daras
|
377 |
+
* URL: https://github.com/eellak/gsoc2018-spacy
|
378 |
+
* License: MIT
|
379 |
+
|
380 |
+
```
|
381 |
+
|
382 |
+
The MIT License (MIT)
|
383 |
+
|
384 |
+
Copyright (C) 2016 ExplosionAI UG (haftungsbeschränkt), 2016 spaCy GmbH, 2015 Matthew Honnibal
|
385 |
+
|
386 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
387 |
+
of this software and associated documentation files (the "Software"), to deal
|
388 |
+
in the Software without restriction, including without limitation the rights
|
389 |
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
390 |
+
copies of the Software, and to permit persons to whom the Software is
|
391 |
+
furnished to do so, subject to the following conditions:
|
392 |
+
|
393 |
+
The above copyright notice and this permission notice shall be included in
|
394 |
+
all copies or substantial portions of the Software.
|
395 |
+
|
396 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
397 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
398 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
399 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
400 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
401 |
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
402 |
+
THE SOFTWARE.```
|
403 |
+
|
404 |
+
|
405 |
+
|
406 |
+
|
407 |
+
# spaCy lookups data
|
408 |
+
|
409 |
+
* Author: Explosion
|
410 |
+
* URL: https://github.com/explosion/spacy-lookups-data
|
411 |
+
* License: MIT
|
412 |
+
|
413 |
+
```
|
414 |
+
Copyright 2019-2021 ExplosionAI GmbH
|
415 |
+
|
416 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
417 |
+
this software and associated documentation files (the "Software"), to deal in
|
418 |
+
the Software without restriction, including without limitation the rights to
|
419 |
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
420 |
+
of the Software, and to permit persons to whom the Software is furnished to do
|
421 |
+
so, subject to the following conditions:
|
422 |
+
|
423 |
+
The above copyright notice and this permission notice shall be included in all
|
424 |
+
copies or substantial portions of the Software.
|
425 |
+
|
426 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
427 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
428 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
429 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
430 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
431 |
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
432 |
+
SOFTWARE.
|
433 |
+
```
|
434 |
+
|
435 |
+
|
436 |
+
|
437 |
+
|
README.md
ADDED
@@ -0,0 +1,127 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- spacy
|
4 |
+
- token-classification
|
5 |
+
language:
|
6 |
+
- el
|
7 |
+
license: cc-by-nc-sa-3.0
|
8 |
+
model-index:
|
9 |
+
- name: el_core_news_sm
|
10 |
+
results:
|
11 |
+
- task:
|
12 |
+
name: NER
|
13 |
+
type: token-classification
|
14 |
+
metrics:
|
15 |
+
- name: NER Precision
|
16 |
+
type: precision
|
17 |
+
value: 0.7348837209
|
18 |
+
- name: NER Recall
|
19 |
+
type: recall
|
20 |
+
value: 0.6638655462
|
21 |
+
- name: NER F Score
|
22 |
+
type: f_score
|
23 |
+
value: 0.6975717439
|
24 |
+
- task:
|
25 |
+
name: TAG
|
26 |
+
type: token-classification
|
27 |
+
metrics:
|
28 |
+
- name: TAG (XPOS) Accuracy
|
29 |
+
type: accuracy
|
30 |
+
value: 0.9134743381
|
31 |
+
- task:
|
32 |
+
name: POS
|
33 |
+
type: token-classification
|
34 |
+
metrics:
|
35 |
+
- name: POS (UPOS) Accuracy
|
36 |
+
type: accuracy
|
37 |
+
value: 0.94345018
|
38 |
+
- task:
|
39 |
+
name: MORPH
|
40 |
+
type: token-classification
|
41 |
+
metrics:
|
42 |
+
- name: Morph (UFeats) Accuracy
|
43 |
+
type: accuracy
|
44 |
+
value: 0.8863580338
|
45 |
+
- task:
|
46 |
+
name: LEMMA
|
47 |
+
type: token-classification
|
48 |
+
metrics:
|
49 |
+
- name: Lemma Accuracy
|
50 |
+
type: accuracy
|
51 |
+
value: 0.5620470345
|
52 |
+
- task:
|
53 |
+
name: UNLABELED_DEPENDENCIES
|
54 |
+
type: token-classification
|
55 |
+
metrics:
|
56 |
+
- name: Unlabeled Attachment Score (UAS)
|
57 |
+
type: f_score
|
58 |
+
value: 0.8446911409
|
59 |
+
- task:
|
60 |
+
name: LABELED_DEPENDENCIES
|
61 |
+
type: token-classification
|
62 |
+
metrics:
|
63 |
+
- name: Labeled Attachment Score (LAS)
|
64 |
+
type: f_score
|
65 |
+
value: 0.804792262
|
66 |
+
- task:
|
67 |
+
name: SENTS
|
68 |
+
type: token-classification
|
69 |
+
metrics:
|
70 |
+
- name: Sentences F-Score
|
71 |
+
type: f_score
|
72 |
+
value: 0.9274292743
|
73 |
+
---
|
74 |
+
### Details: https://spacy.io/models/el#el_core_news_sm
|
75 |
+
|
76 |
+
Greek pipeline optimized for CPU. Components: tok2vec, morphologizer, parser, senter, ner, attribute_ruler, lemmatizer.
|
77 |
+
|
78 |
+
| Feature | Description |
|
79 |
+
| --- | --- |
|
80 |
+
| **Name** | `el_core_news_sm` |
|
81 |
+
| **Version** | `3.2.0` |
|
82 |
+
| **spaCy** | `>=3.2.0,<3.3.0` |
|
83 |
+
| **Default Pipeline** | `tok2vec`, `morphologizer`, `parser`, `attribute_ruler`, `lemmatizer`, `ner` |
|
84 |
+
| **Components** | `tok2vec`, `morphologizer`, `parser`, `senter`, `attribute_ruler`, `lemmatizer`, `ner` |
|
85 |
+
| **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
|
86 |
+
| **Sources** | [UD Greek GDT v2.8](https://github.com/UniversalDependencies/UD_Greek-GDT) (Prokopidis, Prokopis)<br />[Greek NER Corpus (Google Summer of Code 2018)](https://github.com/eellak/gsoc2018-spacy) (Giannis Daras)<br />[spaCy lookups data](https://github.com/explosion/spacy-lookups-data) (Explosion) |
|
87 |
+
| **License** | `CC BY-NC-SA 3.0` |
|
88 |
+
| **Author** | [Explosion](https://explosion.ai) |
|
89 |
+
|
90 |
+
### Label Scheme
|
91 |
+
|
92 |
+
<details>
|
93 |
+
|
94 |
+
<summary>View label scheme (396 labels for 4 components)</summary>
|
95 |
+
|
96 |
+
| Component | Labels |
|
97 |
+
| --- | --- |
|
98 |
+
| **`morphologizer`** | `Case=Nom\|Definite=Def\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Art`, `Foreign=Yes\|POS=X`, `Aspect=Perf\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Tense=Past\|VerbForm=Fin\|Voice=Pass`, `POS=ADP`, `Case=Acc\|Definite=Def\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Art`, `NumType=Card\|POS=NUM`, `POS=NOUN`, `POS=ADV`, `POS=PUNCT`, `Case=Acc\|Gender=Neut\|Number=Plur\|POS=NOUN`, `Case=Acc\|Gender=Neut\|Number=Plur\|POS=ADP`, `Case=Gen\|Definite=Def\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Case=Gen\|Definite=Def\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Art`, `Case=Gen\|Definite=Def\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Acc\|Definite=Def\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Gen\|Definite=Def\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Aspect=Perf\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Case=Nom\|Definite=Def\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=ADP`, `Case=Acc\|Gender=Neut\|NumType=Ord\|Number=Sing\|POS=NUM`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=NOUN`, `POS=CCONJ`, `Case=Nom\|Definite=Def\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Art`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Aspect=Perf\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Case=Acc\|Definite=Def\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Acc\|Gender=Neut\|NumType=Card\|Number=Plur\|POS=NUM`, `Case=Acc\|Definite=Def\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Art`, `Case=Nom\|Gender=Masc\|NumType=Card\|Number=Plur\|POS=NUM`, `POS=AUX`, `Aspect=Perf\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|VerbForm=Fin\|Voice=Pass`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=ADP`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=PROPN`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin\|Voice=Pass`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Case=Gen\|Gender=Neut\|NumType=Card\|Number=Plur\|POS=NUM`, `Case=Gen\|Gender=Neut\|Number=Plur\|POS=NOUN`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=ADP`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=PROPN`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Rel`, `Case=Acc\|Definite=Def\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Art`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=ADP`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin\|Voice=Act`, `Case=Acc\|Definite=Def\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Art`, `Case=Acc\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Case=Gen\|Gender=Neut\|Number=Plur\|POS=PROPN`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Aspect=Imp\|POS=VERB\|VerbForm=Conv\|Voice=Act`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Rel`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin\|Voice=Pass`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=ADP`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Case=Acc\|Definite=Ind\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Gen\|Definite=Def\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Art`, `Case=Gen\|Gender=Neut\|Number=Sing\|POS=PROPN`, `Case=Nom\|Definite=Def\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=PRON\|Person=3\|PronType=Rel`, `Case=Nom\|Gender=Neut\|Number=Plur\|POS=NOUN`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Case=Nom\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Nom\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PronType=Ind`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=NOUN`, `Case=Nom\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=AUX\|Person=3\|Tense=Past\|VerbForm=Fin\|Voice=Pass`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Nom\|Degree=Cmp\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Gen\|Definite=Def\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Art`, `Case=Gen\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Case=Gen\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Case=Nom\|Gender=Neut\|NumType=Card\|Number=Plur\|POS=NUM`, `Case=Gen\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|Poss=Yes\|PronType=Prs`, `POS=SCONJ`, `Case=Nom\|Gender=Neut\|Number=Plur\|POS=PRON\|Person=3\|PronType=Ind`, `Aspect=Perf\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Tense=Past\|VerbForm=Fin\|Voice=Pass`, `Case=Nom\|Definite=Def\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Art`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Rel`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin\|Voice=Act`, `Aspect=Perf\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|VerbForm=Fin\|Voice=Act`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Rel`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=PROPN`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Acc\|Gender=Fem\|NumType=Ord\|Number=Sing\|POS=NUM`, `Case=Gen\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Tense=Past\|VerbForm=Fin\|Voice=Pass`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=AUX\|Person=3\|Tense=Pres\|VerbForm=Fin\|Voice=Pass`, `Case=Acc\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=AUX\|Person=3\|Tense=Pres\|VerbForm=Fin\|Voice=Act`, `Aspect=Perf\|POS=VERB\|VerbForm=Inf\|Voice=Pass`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Nom\|Definite=Def\|Gender=Neut\|Number=Plur\|POS=DET\|PronType=Art`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Gen\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=AUX\|Person=3\|Tense=Pres\|VerbForm=Fin\|Voice=Act`, `Aspect=Perf\|POS=VERB\|VerbForm=Inf\|Voice=Act`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PronType=Rel`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=PROPN`, `Aspect=Perf\|Case=Acc\|Gender=Fem\|Number=Sing\|POS=VERB\|VerbForm=Part\|Voice=Pass`, `Case=Gen\|Gender=Masc\|Number=Plur\|POS=PROPN`, `POS=PART`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Ind`, `Case=Nom\|Degree=Cmp\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Dem`, `Case=Acc\|Degree=Cmp\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Nom\|Gender=Neut\|Number=Plur\|POS=PRON\|Person=3\|PronType=Dem`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=AUX\|Person=3\|Tense=Pres\|VerbForm=Fin\|Voice=Pass`, `Case=Gen\|Gender=Fem\|NumType=Ord\|Number=Sing\|POS=NUM`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Aspect=Perf\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|VerbForm=Fin\|Voice=Pass`, `Case=Gen\|Gender=Neut\|Number=Sing\|POS=NOUN`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|Poss=Yes\|PronType=Prs`, `Abbr=Yes\|POS=NOUN`, `Case=Acc\|Gender=Neut\|Number=Plur\|POS=PRON\|Person=3\|PronType=Ind`, `Case=Nom\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PronType=Rel`, `Aspect=Perf\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|VerbForm=Fin\|Voice=Act`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=PROPN`, `Case=Gen\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Voc\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=1\|Tense=Pres\|VerbForm=Fin\|Voice=Act`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Rel`, `Aspect=Perf\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=1\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Aspect=Perf\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=1\|VerbForm=Fin\|Voice=Act`, `Case=Acc\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Gen\|Gender=Neut\|Number=Plur\|POS=PRON\|Person=3\|Poss=Yes\|PronType=Prs`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=1\|Tense=Pres\|VerbForm=Fin\|Voice=Pass`, `Case=Nom\|Gender=Neut\|Number=Plur\|POS=PRON\|Person=3\|PronType=Rel`, `Case=Gen\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=1\|Poss=Yes\|PronType=Prs`, `Case=Nom\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=PRON\|Person=3\|PronType=Dem`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=1\|Poss=Yes\|PronType=Prs`, `Case=Nom\|Definite=Ind\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Art`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Tense=Pres\|VerbForm=Fin\|Voice=Act`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Dem`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=PRON\|Person=3\|PronType=Ind`, `Degree=Cmp\|POS=ADV`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Dem`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs`, `Aspect=Perf\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Case=Acc\|Gender=Neut\|Number=Plur\|POS=PRON\|Person=3\|PronType=Dem`, `Case=Acc\|Gender=Neut\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Ind,Rel`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Ind,Rel`, `Case=Gen\|Gender=Neut\|Number=Plur\|POS=PRON\|Person=3\|PronType=Dem`, `Case=Nom\|Gender=Fem\|NumType=Card\|Number=Sing\|POS=NUM`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Ind`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs`, `Aspect=Perf\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=1\|Tense=Past\|VerbForm=Fin\|Voice=Pass`, `Case=Gen\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PronType=Rel`, `Case=Acc\|Gender=Neut\|NumType=Card\|Number=Sing\|POS=NUM`, `Aspect=Perf\|Case=Acc\|Gender=Neut\|Number=Sing\|POS=VERB\|VerbForm=Part\|Voice=Pass`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Dem`, `Case=Gen\|Gender=Neut\|Number=Sing\|POS=PRON\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Acc\|Gender=Masc\|NumType=Ord\|Number=Sing\|POS=NUM`, `Case=Gen\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Gen\|Gender=Masc\|NumType=Ord\|Number=Sing\|POS=NUM`, `Case=Gen\|Definite=Ind\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Nom\|Gender=Fem\|NumType=Card\|Number=Plur\|POS=NUM`, `Case=Voc\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Aspect=Perf\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|VerbForm=Fin\|Voice=Act`, `Case=Acc\|Gender=Neut\|Number=Plur\|POS=PRON\|Person=3\|PronType=Ind,Rel`, `Case=Gen\|Gender=Neut\|Number=Sing\|POS=PRON\|Person=3\|PronType=Dem`, `Case=Acc\|Gender=Neut\|Number=Plur\|POS=PRON\|Person=3\|PronType=Rel`, `Case=Gen\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PronType=Dem`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=PRON\|Person=3\|PronType=Rel`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Rel`, `Case=Voc\|Gender=Fem\|Number=Plur\|POS=NOUN`, `Case=Voc\|Gender=Masc\|Number=Plur\|POS=NOUN`, `Case=Gen\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=2\|PronType=Prs`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=PRON\|Person=3\|PronType=Int`, `Case=Gen\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Gen\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Gen\|Definite=Ind\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Nom\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PronType=Ind`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Ind`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Ind`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=PRON\|Person=3\|PronType=Dem`, `Case=Gen\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|Poss=Yes\|PronType=Prs`, `Aspect=Perf\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=1\|VerbForm=Fin\|Voice=Pass`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Tense=Pres\|VerbForm=Fin\|Voice=Pass`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Dem`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PronType=Dem`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=2\|PronType=Prs`, `Aspect=Perf\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=2\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Case=Gen\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Rel`, `Case=Gen\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=2\|Poss=Yes\|PronType=Prs`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Ind`, `Case=Acc\|Degree=Cmp\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Ind,Rel`, `Case=Acc\|Degree=Cmp\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=PRON\|Person=3\|PronType=Ind`, `Aspect=Perf\|Case=Nom\|Gender=Masc\|Number=Plur\|POS=VERB\|VerbForm=Part\|Voice=Pass`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=1\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Case=Nom\|Degree=Cmp\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Dem`, `Case=Gen\|Gender=Masc\|NumType=Card\|Number=Plur\|POS=NUM`, `Case=Acc\|Gender=Fem\|NumType=Card\|Number=Plur\|POS=NUM`, `Case=Acc\|Gender=Masc\|NumType=Card\|Number=Plur\|POS=NUM`, `Case=Acc\|Degree=Cmp\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=PROPN`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=AUX\|Person=3\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Aspect=Perf\|Case=Gen\|Gender=Masc\|Number=Sing\|POS=VERB\|VerbForm=Part\|Voice=Pass`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Dem`, `Case=Gen\|Gender=Fem\|NumType=Card\|Number=Plur\|POS=NUM`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=PROPN`, `Aspect=Perf\|Case=Acc\|Gender=Masc\|Number=Sing\|POS=VERB\|VerbForm=Part\|Voice=Pass`, `Case=Nom\|Degree=Sup\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Case=Nom\|Degree=Cmp\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=2\|Tense=Pres\|VerbForm=Fin\|Voice=Act`, `Aspect=Perf\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=2\|VerbForm=Fin\|Voice=Act`, `Aspect=Perf\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=2\|VerbForm=Fin\|Voice=Pass`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=PRON\|Person=3\|PronType=Int`, `Aspect=Perf\|Case=Acc\|Gender=Fem\|Number=Plur\|POS=VERB\|VerbForm=Part\|Voice=Pass`, `Abbr=Yes\|POS=ADV`, `Case=Acc\|Gender=Neut\|Number=Sing\|POS=PRON\|Person=3\|PronType=Ind,Rel`, `Case=Nom\|Gender=Neut\|NumType=Ord\|Number=Plur\|POS=NUM`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=AUX\|Person=3\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Case=Dat\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Case=Nom\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PronType=Dem`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=AUX\|Person=1\|Tense=Pres\|VerbForm=Fin\|Voice=Pass`, `Case=Acc\|Degree=Cmp\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Gen\|Degree=Cmp\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Case=Gen\|Gender=Neut\|Number=Plur\|POS=PRON\|Person=3\|PronType=Rel`, `Aspect=Perf\|Case=Nom\|Gender=Fem\|Number=Plur\|POS=VERB\|VerbForm=Part\|Voice=Pass`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Ind`, `Case=Dat\|Gender=Neut\|Number=Sing\|POS=NOUN`, `Case=Gen\|Gender=Neut\|Number=Plur\|POS=PRON\|Person=3\|PronType=Ind`, `Case=Acc\|Degree=Sup\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Gen\|Gender=Neut\|Number=Plur\|POS=PRON\|Person=3\|PronType=Ind,Rel`, `Case=Gen\|Degree=Cmp\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Nom\|Degree=Cmp\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Nom\|Gender=Neut\|Number=Plur\|POS=PROPN`, `Case=Gen\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Rel`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=NOUN`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Aspect=Perf\|Case=Acc\|Gender=Neut\|Number=Plur\|POS=VERB\|VerbForm=Part\|Voice=Pass`, `Case=Acc\|Gender=Fem\|NumType=Sets\|Number=Plur\|POS=NUM`, `Aspect=Imp\|POS=AUX\|VerbForm=Conv\|Voice=Act`, `Case=Gen\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Nom\|Gender=Fem\|NumType=Ord\|Number=Sing\|POS=NUM`, `Case=Nom\|Gender=Fem\|NumType=Sets\|Number=Plur\|POS=NUM`, `Case=Acc\|Gender=Neut\|Number=Plur\|POS=PROPN`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=AUX\|Person=3\|Tense=Past\|VerbForm=Fin\|Voice=Pass`, `Aspect=Perf\|Mood=Imp\|Number=Plur\|POS=VERB\|Person=2\|VerbForm=Fin\|Voice=Act`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=2\|PronType=Prs`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs`, `Case=Voc\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Case=Voc\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Acc\|Gender=Masc\|NumType=Card\|Number=Sing\|POS=NUM`, `Case=Gen\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PronType=Ind`, `Case=Nom\|Degree=Cmp\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Aspect=Perf\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|VerbForm=Fin\|Voice=Pass`, `Case=Nom\|Gender=Masc\|NumType=Ord\|Number=Sing\|POS=NUM`, `Aspect=Perf\|Case=Gen\|Gender=Fem\|Number=Sing\|POS=VERB\|VerbForm=Part\|Voice=Pass`, `Aspect=Perf\|Mood=Ind\|Number=Sing\|POS=AUX\|Person=3\|Tense=Past\|VerbForm=Fin\|Voice=Pass`, `Aspect=Perf\|Mood=Ind\|Number=Plur\|POS=AUX\|Person=3\|Tense=Past\|VerbForm=Fin\|Voice=Pass`, `Case=Gen\|Degree=Sup\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=AUX\|Person=1\|Tense=Pres\|VerbForm=Fin\|Voice=Pass`, `Case=Nom\|Gender=Neut\|NumType=Ord\|Number=Sing\|POS=NUM`, `Aspect=Perf\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Tense=Past\|VerbForm=Fin\|Voice=Pass`, `Case=Nom\|Gender=Neut\|NumType=Card\|Number=Sing\|POS=NUM`, `Case=Gen\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Dem`, `Case=Gen\|Degree=Cmp\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Aspect=Imp\|Mood=Ind\|Number=Sing\|POS=AUX\|Person=1\|Tense=Pres\|VerbForm=Fin\|Voice=Act`, `Case=Acc\|Degree=Sup\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=AUX\|Person=1\|Tense=Pres\|VerbForm=Fin\|Voice=Act`, `Case=Dat\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Rel`, `Case=Gen\|Gender=Fem\|NumType=Sets\|Number=Plur\|POS=NUM`, `Aspect=Perf\|Case=Nom\|Gender=Fem\|Number=Sing\|POS=VERB\|VerbForm=Part\|Voice=Pass`, `Case=Gen\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Ind,Rel`, `Aspect=Perf\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=2\|Tense=Past\|VerbForm=Fin\|Voice=Pass`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=AUX\|Person=2\|Tense=Pres\|VerbForm=Fin\|Voice=Pass`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Int`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=2\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Case=Acc\|Gender=Neut\|NumType=Ord\|Number=Plur\|POS=NUM`, `Case=Nom\|Definite=Ind\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Dem`, `Case=Gen\|Degree=Sup\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Acc\|Gender=Fem\|NumType=Ord\|Number=Plur\|POS=NUM`, `Case=Nom\|Gender=Fem\|NumType=Ord\|Number=Plur\|POS=NUM`, `Case=Gen\|Degree=Cmp\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Nom\|Degree=Sup\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Acc\|Degree=Sup\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Nom\|Gender=Masc\|NumType=Card\|Number=Sing\|POS=NUM`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Ind,Rel`, `Case=Acc\|Gender=Fem\|NumType=Card\|Number=Sing\|POS=NUM`, `Case=Nom\|Degree=Sup\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Int`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Gen\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Ind`, `Aspect=Perf\|Case=Gen\|Gender=Fem\|Number=Plur\|POS=VERB\|VerbForm=Part\|Voice=Pass`, `Case=Nom\|Gender=Fem\|NumType=Mult\|Number=Sing\|POS=NUM`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Acc\|Gender=Masc\|NumType=Mult\|Number=Sing\|POS=NUM`, `Case=Nom\|Degree=Sup\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Acc\|Degree=Cmp\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Case=Gen\|Degree=Cmp\|Gender=Neut\|Number=Sing\|POS=ADJ`, `Case=Nom\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PronType=Int`, `Case=Gen\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Ind`, `Degree=Sup\|POS=ADV`, `Aspect=Perf\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=2\|Tense=Past\|VerbForm=Fin\|Voice=Pass`, `Case=Nom\|Degree=Sup\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Nom\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Ind,Rel`, `Case=Gen\|Gender=Neut\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Case=Gen\|Gender=Fem\|Number=Plur\|POS=PROPN`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Tense=Past\|VerbForm=Fin\|Voice=Pass`, `Aspect=Perf\|Mood=Ind\|Number=Plur\|POS=AUX\|Person=2\|Tense=Past\|VerbForm=Fin\|Voice=Act`, `Case=Gen\|Gender=Neut\|Number=Sing\|POS=PRON\|Person=3\|PronType=Ind`, `Case=Nom\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Int`, `Case=Nom\|Gender=Neut\|Number=Sing\|POS=PRON\|Person=3\|PronType=Ind,Rel`, `POS=SYM`, `Case=Gen\|Gender=Neut\|Number=Sing\|POS=PRON\|Person=3\|PronType=Rel`, `Case=Nom\|Gender=Masc\|NumType=Ord\|Number=Plur\|POS=NUM`, `Case=Nom\|Gender=Fem\|Number=Plur\|POS=PROPN`, `Aspect=Perf\|Case=Nom\|Gender=Neut\|Number=Sing\|POS=VERB\|VerbForm=Part\|Voice=Pass`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Ind,Rel`, `Aspect=Perf\|Case=Gen\|Gender=Masc\|Number=Plur\|POS=VERB\|VerbForm=Part\|Voice=Pass`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=AUX\|Person=2\|Tense=Pres\|VerbForm=Fin\|Voice=Act`, `Aspect=Perf\|Case=Nom\|Gender=Neut\|Number=Plur\|POS=VERB\|VerbForm=Part\|Voice=Pass`, `Case=Acc\|Gender=Neut\|NumType=Mult\|Number=Sing\|POS=NUM`, `Case=Acc\|Degree=Sup\|Gender=Neut\|Number=Plur\|POS=ADJ`, `Aspect=Perf\|Case=Acc\|Gender=Masc\|Number=Plur\|POS=VERB\|VerbForm=Part\|Voice=Pass`, `Aspect=Imp\|Mood=Ind\|Number=Plur\|POS=VERB\|Person=2\|Tense=Pres\|VerbForm=Fin\|Voice=Pass`, `Case=Nom\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Int`, `Case=Gen\|Gender=Neut\|NumType=Ord\|Number=Sing\|POS=NUM`, `Aspect=Perf\|Case=Nom\|Gender=Masc\|Number=Sing\|POS=VERB\|VerbForm=Part\|Voice=Pass`, `Case=Dat\|Definite=Def\|Gender=Neut\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Gen\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Ind`, `Case=Gen\|Gender=Fem\|NumType=Ord\|Number=Plur\|POS=NUM`, `Case=Dat\|Definite=Def\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Art`, `Case=Gen\|Degree=Cmp\|Gender=Masc\|Number=Sing\|POS=ADJ` |
|
99 |
+
| **`parser`** | `ROOT`, `acl`, `acl:relcl`, `advcl`, `advmod`, `amod`, `appos`, `aux`, `case`, `cc`, `ccomp`, `conj`, `cop`, `csubj`, `csubj:pass`, `dep`, `det`, `fixed`, `flat`, `iobj`, `mark`, `nmod`, `nsubj`, `nsubj:pass`, `nummod`, `obj`, `obl`, `obl:agent`, `parataxis`, `punct`, `vocative`, `xcomp` |
|
100 |
+
| **`senter`** | `I`, `S` |
|
101 |
+
| **`ner`** | `EVENT`, `GPE`, `LOC`, `ORG`, `PERSON`, `PRODUCT` |
|
102 |
+
|
103 |
+
</details>
|
104 |
+
|
105 |
+
### Accuracy
|
106 |
+
|
107 |
+
| Type | Score |
|
108 |
+
| --- | --- |
|
109 |
+
| `TOKEN_ACC` | 100.00 |
|
110 |
+
| `TOKEN_P` | 99.90 |
|
111 |
+
| `TOKEN_R` | 99.95 |
|
112 |
+
| `TOKEN_F` | 99.93 |
|
113 |
+
| `SENTS_P` | 91.95 |
|
114 |
+
| `SENTS_R` | 93.55 |
|
115 |
+
| `SENTS_F` | 92.74 |
|
116 |
+
| `DEP_UAS` | 84.47 |
|
117 |
+
| `DEP_LAS` | 80.48 |
|
118 |
+
| `ENTS_P` | 73.49 |
|
119 |
+
| `ENTS_R` | 66.39 |
|
120 |
+
| `ENTS_F` | 69.76 |
|
121 |
+
| `POS_ACC` | 94.35 |
|
122 |
+
| `MORPH_ACC` | 88.64 |
|
123 |
+
| `MORPH_MICRO_P` | 94.75 |
|
124 |
+
| `MORPH_MICRO_R` | 94.54 |
|
125 |
+
| `MORPH_MICRO_F` | 94.64 |
|
126 |
+
| `TAG_ACC` | 91.35 |
|
127 |
+
| `LEMMA_ACC` | 56.20 |
|
accuracy.json
ADDED
@@ -0,0 +1,308 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"token_acc": 1.0,
|
3 |
+
"token_p": 0.9990295973,
|
4 |
+
"token_r": 0.9995068547,
|
5 |
+
"token_f": 0.9992604644,
|
6 |
+
"sents_p": 0.9195121951,
|
7 |
+
"sents_r": 0.935483871,
|
8 |
+
"sents_f": 0.9274292743,
|
9 |
+
"dep_uas": 0.8446911409,
|
10 |
+
"dep_las": 0.804792262,
|
11 |
+
"dep_las_per_type": {
|
12 |
+
"root": {
|
13 |
+
"p": 0.8634146341,
|
14 |
+
"r": 0.8784119107,
|
15 |
+
"f": 0.8708487085
|
16 |
+
},
|
17 |
+
"nmod": {
|
18 |
+
"p": 0.7382154882,
|
19 |
+
"r": 0.7534364261,
|
20 |
+
"f": 0.7457482993
|
21 |
+
},
|
22 |
+
"vocative": {
|
23 |
+
"p": 0.75,
|
24 |
+
"r": 0.4285714286,
|
25 |
+
"f": 0.5454545455
|
26 |
+
},
|
27 |
+
"cc": {
|
28 |
+
"p": 0.8459119497,
|
29 |
+
"r": 0.8380062305,
|
30 |
+
"f": 0.8419405321
|
31 |
+
},
|
32 |
+
"conj": {
|
33 |
+
"p": 0.4827586207,
|
34 |
+
"r": 0.4615384615,
|
35 |
+
"f": 0.4719101124
|
36 |
+
},
|
37 |
+
"aux": {
|
38 |
+
"p": 0.9595588235,
|
39 |
+
"r": 0.9595588235,
|
40 |
+
"f": 0.9595588235
|
41 |
+
},
|
42 |
+
"advmod": {
|
43 |
+
"p": 0.7327823691,
|
44 |
+
"r": 0.7492957746,
|
45 |
+
"f": 0.7409470752
|
46 |
+
},
|
47 |
+
"ccomp": {
|
48 |
+
"p": 0.7397260274,
|
49 |
+
"r": 0.7826086957,
|
50 |
+
"f": 0.7605633803
|
51 |
+
},
|
52 |
+
"det": {
|
53 |
+
"p": 0.9307196563,
|
54 |
+
"r": 0.9418478261,
|
55 |
+
"f": 0.9362506753
|
56 |
+
},
|
57 |
+
"obj": {
|
58 |
+
"p": 0.768115942,
|
59 |
+
"r": 0.8054711246,
|
60 |
+
"f": 0.7863501484
|
61 |
+
},
|
62 |
+
"flat": {
|
63 |
+
"p": 0.6891891892,
|
64 |
+
"r": 0.5151515152,
|
65 |
+
"f": 0.5895953757
|
66 |
+
},
|
67 |
+
"case": {
|
68 |
+
"p": 0.9402985075,
|
69 |
+
"r": 0.9423076923,
|
70 |
+
"f": 0.9413020277
|
71 |
+
},
|
72 |
+
"amod": {
|
73 |
+
"p": 0.8497536946,
|
74 |
+
"r": 0.8373786408,
|
75 |
+
"f": 0.8435207824
|
76 |
+
},
|
77 |
+
"obl": {
|
78 |
+
"p": 0.7402799378,
|
79 |
+
"r": 0.7496062992,
|
80 |
+
"f": 0.744913928
|
81 |
+
},
|
82 |
+
"acl:relcl": {
|
83 |
+
"p": 0.7168674699,
|
84 |
+
"r": 0.6467391304,
|
85 |
+
"f": 0.68
|
86 |
+
},
|
87 |
+
"mark": {
|
88 |
+
"p": 0.8601398601,
|
89 |
+
"r": 0.8601398601,
|
90 |
+
"f": 0.8601398601
|
91 |
+
},
|
92 |
+
"nsubj:pass": {
|
93 |
+
"p": 0.7448275862,
|
94 |
+
"r": 0.6545454545,
|
95 |
+
"f": 0.6967741935
|
96 |
+
},
|
97 |
+
"nsubj": {
|
98 |
+
"p": 0.7129411765,
|
99 |
+
"r": 0.7079439252,
|
100 |
+
"f": 0.7104337632
|
101 |
+
},
|
102 |
+
"cop": {
|
103 |
+
"p": 0.7272727273,
|
104 |
+
"r": 0.7128712871,
|
105 |
+
"f": 0.72
|
106 |
+
},
|
107 |
+
"parataxis": {
|
108 |
+
"p": 0.3076923077,
|
109 |
+
"r": 0.2352941176,
|
110 |
+
"f": 0.2666666667
|
111 |
+
},
|
112 |
+
"nummod": {
|
113 |
+
"p": 0.7578947368,
|
114 |
+
"r": 0.8674698795,
|
115 |
+
"f": 0.808988764
|
116 |
+
},
|
117 |
+
"advcl": {
|
118 |
+
"p": 0.4576271186,
|
119 |
+
"r": 0.5094339623,
|
120 |
+
"f": 0.4821428571
|
121 |
+
},
|
122 |
+
"xcomp": {
|
123 |
+
"p": 0.7,
|
124 |
+
"r": 0.6666666667,
|
125 |
+
"f": 0.6829268293
|
126 |
+
},
|
127 |
+
"csubj": {
|
128 |
+
"p": 0.7647058824,
|
129 |
+
"r": 0.5909090909,
|
130 |
+
"f": 0.6666666667
|
131 |
+
},
|
132 |
+
"acl": {
|
133 |
+
"p": 0.6818181818,
|
134 |
+
"r": 0.3409090909,
|
135 |
+
"f": 0.4545454545
|
136 |
+
},
|
137 |
+
"fixed": {
|
138 |
+
"p": 0.3636363636,
|
139 |
+
"r": 0.5714285714,
|
140 |
+
"f": 0.4444444444
|
141 |
+
},
|
142 |
+
"compound": {
|
143 |
+
"p": 0.0,
|
144 |
+
"r": 0.0,
|
145 |
+
"f": 0.0
|
146 |
+
},
|
147 |
+
"appos": {
|
148 |
+
"p": 0.2826086957,
|
149 |
+
"r": 0.2653061224,
|
150 |
+
"f": 0.2736842105
|
151 |
+
},
|
152 |
+
"dep": {
|
153 |
+
"p": 0.0,
|
154 |
+
"r": 0.0,
|
155 |
+
"f": 0.0
|
156 |
+
},
|
157 |
+
"csubj:pass": {
|
158 |
+
"p": 0.75,
|
159 |
+
"r": 0.5,
|
160 |
+
"f": 0.6
|
161 |
+
},
|
162 |
+
"obl:agent": {
|
163 |
+
"p": 0.5714285714,
|
164 |
+
"r": 0.32,
|
165 |
+
"f": 0.4102564103
|
166 |
+
},
|
167 |
+
"orphan": {
|
168 |
+
"p": 0.0,
|
169 |
+
"r": 0.0,
|
170 |
+
"f": 0.0
|
171 |
+
},
|
172 |
+
"iobj": {
|
173 |
+
"p": 1.0,
|
174 |
+
"r": 1.0,
|
175 |
+
"f": 1.0
|
176 |
+
},
|
177 |
+
"expl": {
|
178 |
+
"p": 0.0,
|
179 |
+
"r": 0.0,
|
180 |
+
"f": 0.0
|
181 |
+
}
|
182 |
+
},
|
183 |
+
"ents_p": 0.7348837209,
|
184 |
+
"ents_r": 0.6638655462,
|
185 |
+
"ents_f": 0.6975717439,
|
186 |
+
"ents_per_type": {
|
187 |
+
"ORG": {
|
188 |
+
"p": 0.0,
|
189 |
+
"r": 0.0,
|
190 |
+
"f": 0.0
|
191 |
+
},
|
192 |
+
"PERSON": {
|
193 |
+
"p": 0.0,
|
194 |
+
"r": 0.0,
|
195 |
+
"f": 0.0
|
196 |
+
},
|
197 |
+
"GPE": {
|
198 |
+
"p": 0.0,
|
199 |
+
"r": 0.0,
|
200 |
+
"f": 0.0
|
201 |
+
},
|
202 |
+
"PRODUCT": {
|
203 |
+
"p": 0.0,
|
204 |
+
"r": 0.0,
|
205 |
+
"f": 0.0
|
206 |
+
},
|
207 |
+
"EVENT": {
|
208 |
+
"p": 0.0,
|
209 |
+
"r": 0.0,
|
210 |
+
"f": 0.0
|
211 |
+
},
|
212 |
+
"LOC": {
|
213 |
+
"p": 0.0,
|
214 |
+
"r": 0.0,
|
215 |
+
"f": 0.0
|
216 |
+
}
|
217 |
+
},
|
218 |
+
"speed": 2331.9277335651,
|
219 |
+
"pos_acc": 0.94345018,
|
220 |
+
"morph_acc": 0.8863580338,
|
221 |
+
"morph_micro_p": 0.9474649993,
|
222 |
+
"morph_micro_r": 0.9453768691,
|
223 |
+
"morph_micro_f": 0.9464197824,
|
224 |
+
"morph_per_feat": {
|
225 |
+
"Abbr": {
|
226 |
+
"p": 0.9487179487,
|
227 |
+
"r": 0.7956989247,
|
228 |
+
"f": 0.865497076
|
229 |
+
},
|
230 |
+
"Case": {
|
231 |
+
"p": 0.9229232562,
|
232 |
+
"r": 0.9243081027,
|
233 |
+
"f": 0.9236151603
|
234 |
+
},
|
235 |
+
"Gender": {
|
236 |
+
"p": 0.9189279174,
|
237 |
+
"r": 0.9203067689,
|
238 |
+
"f": 0.9196168263
|
239 |
+
},
|
240 |
+
"Number": {
|
241 |
+
"p": 0.9678442682,
|
242 |
+
"r": 0.9688221709,
|
243 |
+
"f": 0.9683329727
|
244 |
+
},
|
245 |
+
"Aspect": {
|
246 |
+
"p": 0.9227642276,
|
247 |
+
"r": 0.9116465863,
|
248 |
+
"f": 0.9171717172
|
249 |
+
},
|
250 |
+
"Mood": {
|
251 |
+
"p": 0.9827586207,
|
252 |
+
"r": 0.9806451613,
|
253 |
+
"f": 0.9817007535
|
254 |
+
},
|
255 |
+
"Person": {
|
256 |
+
"p": 0.9696521095,
|
257 |
+
"r": 0.9597069597,
|
258 |
+
"f": 0.9646539028
|
259 |
+
},
|
260 |
+
"Tense": {
|
261 |
+
"p": 0.9508408797,
|
262 |
+
"r": 0.9582790091,
|
263 |
+
"f": 0.9545454545
|
264 |
+
},
|
265 |
+
"VerbForm": {
|
266 |
+
"p": 0.9735772358,
|
267 |
+
"r": 0.9618473896,
|
268 |
+
"f": 0.9676767677
|
269 |
+
},
|
270 |
+
"Voice": {
|
271 |
+
"p": 0.9552845528,
|
272 |
+
"r": 0.9437751004,
|
273 |
+
"f": 0.9494949495
|
274 |
+
},
|
275 |
+
"Definite": {
|
276 |
+
"p": 0.9864253394,
|
277 |
+
"r": 0.9971412236,
|
278 |
+
"f": 0.9917543361
|
279 |
+
},
|
280 |
+
"PronType": {
|
281 |
+
"p": 0.9812870835,
|
282 |
+
"r": 0.9844322344,
|
283 |
+
"f": 0.9828571429
|
284 |
+
},
|
285 |
+
"Foreign": {
|
286 |
+
"p": 0.71875,
|
287 |
+
"r": 0.5714285714,
|
288 |
+
"f": 0.6366782007
|
289 |
+
},
|
290 |
+
"NumType": {
|
291 |
+
"p": 0.9427083333,
|
292 |
+
"r": 0.8829268293,
|
293 |
+
"f": 0.9118387909
|
294 |
+
},
|
295 |
+
"Poss": {
|
296 |
+
"p": 0.8977272727,
|
297 |
+
"r": 0.8876404494,
|
298 |
+
"f": 0.8926553672
|
299 |
+
},
|
300 |
+
"Degree": {
|
301 |
+
"p": 0.7666666667,
|
302 |
+
"r": 0.6052631579,
|
303 |
+
"f": 0.6764705882
|
304 |
+
}
|
305 |
+
},
|
306 |
+
"tag_acc": 0.9134743381,
|
307 |
+
"lemma_acc": 0.5620470345
|
308 |
+
}
|
attribute_ruler/patterns
ADDED
Binary file (972 Bytes). View file
|
|
config.cfg
ADDED
@@ -0,0 +1,266 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[paths]
|
2 |
+
train = null
|
3 |
+
dev = null
|
4 |
+
vectors = null
|
5 |
+
init_tok2vec = null
|
6 |
+
|
7 |
+
[system]
|
8 |
+
gpu_allocator = null
|
9 |
+
seed = 0
|
10 |
+
|
11 |
+
[nlp]
|
12 |
+
lang = "el"
|
13 |
+
pipeline = ["tok2vec","morphologizer","parser","senter","attribute_ruler","lemmatizer","ner"]
|
14 |
+
disabled = ["senter"]
|
15 |
+
before_creation = null
|
16 |
+
after_creation = null
|
17 |
+
after_pipeline_creation = null
|
18 |
+
batch_size = 256
|
19 |
+
tokenizer = {"@tokenizers":"spacy.Tokenizer.v1"}
|
20 |
+
|
21 |
+
[components]
|
22 |
+
|
23 |
+
[components.attribute_ruler]
|
24 |
+
factory = "attribute_ruler"
|
25 |
+
scorer = {"@scorers":"spacy.attribute_ruler_scorer.v1"}
|
26 |
+
validate = false
|
27 |
+
|
28 |
+
[components.lemmatizer]
|
29 |
+
factory = "lemmatizer"
|
30 |
+
mode = "rule"
|
31 |
+
model = null
|
32 |
+
overwrite = false
|
33 |
+
scorer = {"@scorers":"spacy.lemmatizer_scorer.v1"}
|
34 |
+
|
35 |
+
[components.morphologizer]
|
36 |
+
factory = "morphologizer"
|
37 |
+
extend = false
|
38 |
+
overwrite = true
|
39 |
+
scorer = {"@scorers":"spacy.morphologizer_scorer.v1"}
|
40 |
+
|
41 |
+
[components.morphologizer.model]
|
42 |
+
@architectures = "spacy.Tagger.v1"
|
43 |
+
nO = null
|
44 |
+
|
45 |
+
[components.morphologizer.model.tok2vec]
|
46 |
+
@architectures = "spacy.Tok2VecListener.v1"
|
47 |
+
width = ${components.tok2vec.model.encode:width}
|
48 |
+
upstream = "tok2vec"
|
49 |
+
|
50 |
+
[components.ner]
|
51 |
+
factory = "ner"
|
52 |
+
incorrect_spans_key = null
|
53 |
+
moves = null
|
54 |
+
scorer = {"@scorers":"spacy.ner_scorer.v1"}
|
55 |
+
update_with_oracle_cut_size = 100
|
56 |
+
|
57 |
+
[components.ner.model]
|
58 |
+
@architectures = "spacy.TransitionBasedParser.v2"
|
59 |
+
state_type = "ner"
|
60 |
+
extra_state_tokens = false
|
61 |
+
hidden_width = 64
|
62 |
+
maxout_pieces = 2
|
63 |
+
use_upper = true
|
64 |
+
nO = null
|
65 |
+
|
66 |
+
[components.ner.model.tok2vec]
|
67 |
+
@architectures = "spacy.Tok2Vec.v2"
|
68 |
+
|
69 |
+
[components.ner.model.tok2vec.embed]
|
70 |
+
@architectures = "spacy.MultiHashEmbed.v2"
|
71 |
+
width = 96
|
72 |
+
attrs = ["NORM","PREFIX","SUFFIX","SHAPE","SPACY"]
|
73 |
+
rows = [5000,2500,2500,2500,100]
|
74 |
+
include_static_vectors = false
|
75 |
+
|
76 |
+
[components.ner.model.tok2vec.encode]
|
77 |
+
@architectures = "spacy.MaxoutWindowEncoder.v2"
|
78 |
+
width = 96
|
79 |
+
depth = 4
|
80 |
+
window_size = 1
|
81 |
+
maxout_pieces = 3
|
82 |
+
|
83 |
+
[components.parser]
|
84 |
+
factory = "parser"
|
85 |
+
learn_tokens = false
|
86 |
+
min_action_freq = 30
|
87 |
+
moves = null
|
88 |
+
scorer = {"@scorers":"spacy.parser_scorer.v1"}
|
89 |
+
update_with_oracle_cut_size = 100
|
90 |
+
|
91 |
+
[components.parser.model]
|
92 |
+
@architectures = "spacy.TransitionBasedParser.v2"
|
93 |
+
state_type = "parser"
|
94 |
+
extra_state_tokens = false
|
95 |
+
hidden_width = 64
|
96 |
+
maxout_pieces = 2
|
97 |
+
use_upper = true
|
98 |
+
nO = null
|
99 |
+
|
100 |
+
[components.parser.model.tok2vec]
|
101 |
+
@architectures = "spacy.Tok2VecListener.v1"
|
102 |
+
width = ${components.tok2vec.model.encode:width}
|
103 |
+
upstream = "tok2vec"
|
104 |
+
|
105 |
+
[components.senter]
|
106 |
+
factory = "senter"
|
107 |
+
overwrite = false
|
108 |
+
scorer = {"@scorers":"spacy.senter_scorer.v1"}
|
109 |
+
|
110 |
+
[components.senter.model]
|
111 |
+
@architectures = "spacy.Tagger.v1"
|
112 |
+
nO = null
|
113 |
+
|
114 |
+
[components.senter.model.tok2vec]
|
115 |
+
@architectures = "spacy.Tok2Vec.v2"
|
116 |
+
|
117 |
+
[components.senter.model.tok2vec.embed]
|
118 |
+
@architectures = "spacy.MultiHashEmbed.v2"
|
119 |
+
width = 16
|
120 |
+
attrs = ["NORM","PREFIX","SUFFIX","SHAPE","SPACY"]
|
121 |
+
rows = [1000,500,500,500,50]
|
122 |
+
include_static_vectors = false
|
123 |
+
|
124 |
+
[components.senter.model.tok2vec.encode]
|
125 |
+
@architectures = "spacy.MaxoutWindowEncoder.v2"
|
126 |
+
width = 16
|
127 |
+
depth = 2
|
128 |
+
window_size = 1
|
129 |
+
maxout_pieces = 2
|
130 |
+
|
131 |
+
[components.tok2vec]
|
132 |
+
factory = "tok2vec"
|
133 |
+
|
134 |
+
[components.tok2vec.model]
|
135 |
+
@architectures = "spacy.Tok2Vec.v2"
|
136 |
+
|
137 |
+
[components.tok2vec.model.embed]
|
138 |
+
@architectures = "spacy.MultiHashEmbed.v2"
|
139 |
+
width = ${components.tok2vec.model.encode:width}
|
140 |
+
attrs = ["NORM","PREFIX","SUFFIX","SHAPE","SPACY"]
|
141 |
+
rows = [5000,2500,2500,2500,100]
|
142 |
+
include_static_vectors = false
|
143 |
+
|
144 |
+
[components.tok2vec.model.encode]
|
145 |
+
@architectures = "spacy.MaxoutWindowEncoder.v2"
|
146 |
+
width = 96
|
147 |
+
depth = 4
|
148 |
+
window_size = 1
|
149 |
+
maxout_pieces = 3
|
150 |
+
|
151 |
+
[corpora]
|
152 |
+
|
153 |
+
[corpora.dev]
|
154 |
+
@readers = "spacy.Corpus.v1"
|
155 |
+
path = ${paths.dev}
|
156 |
+
gold_preproc = false
|
157 |
+
max_length = 0
|
158 |
+
limit = 0
|
159 |
+
augmenter = null
|
160 |
+
|
161 |
+
[corpora.train]
|
162 |
+
@readers = "spacy.Corpus.v1"
|
163 |
+
path = ${paths.train}
|
164 |
+
gold_preproc = false
|
165 |
+
max_length = 0
|
166 |
+
limit = 0
|
167 |
+
augmenter = null
|
168 |
+
|
169 |
+
[training]
|
170 |
+
train_corpus = "corpora.train"
|
171 |
+
dev_corpus = "corpora.dev"
|
172 |
+
seed = ${system:seed}
|
173 |
+
gpu_allocator = ${system:gpu_allocator}
|
174 |
+
dropout = 0.1
|
175 |
+
accumulate_gradient = 1
|
176 |
+
patience = 5000
|
177 |
+
max_epochs = 0
|
178 |
+
max_steps = 0
|
179 |
+
eval_frequency = 1000
|
180 |
+
frozen_components = []
|
181 |
+
before_to_disk = null
|
182 |
+
annotating_components = []
|
183 |
+
|
184 |
+
[training.batcher]
|
185 |
+
@batchers = "spacy.batch_by_words.v1"
|
186 |
+
discard_oversize = false
|
187 |
+
tolerance = 0.2
|
188 |
+
get_length = null
|
189 |
+
|
190 |
+
[training.batcher.size]
|
191 |
+
@schedules = "compounding.v1"
|
192 |
+
start = 100
|
193 |
+
stop = 1000
|
194 |
+
compound = 1.001
|
195 |
+
t = 0.0
|
196 |
+
|
197 |
+
[training.logger]
|
198 |
+
@loggers = "spacy.ConsoleLogger.v1"
|
199 |
+
progress_bar = false
|
200 |
+
|
201 |
+
[training.optimizer]
|
202 |
+
@optimizers = "Adam.v1"
|
203 |
+
beta1 = 0.9
|
204 |
+
beta2 = 0.999
|
205 |
+
L2_is_weight_decay = true
|
206 |
+
L2 = 0.01
|
207 |
+
grad_clip = 1.0
|
208 |
+
use_averages = true
|
209 |
+
eps = 0.00000001
|
210 |
+
learn_rate = 0.001
|
211 |
+
|
212 |
+
[training.score_weights]
|
213 |
+
pos_acc = 0.08
|
214 |
+
morph_acc = 0.08
|
215 |
+
morph_per_feat = null
|
216 |
+
dep_uas = 0.0
|
217 |
+
dep_las = 0.16
|
218 |
+
dep_las_per_type = null
|
219 |
+
sents_p = null
|
220 |
+
sents_r = null
|
221 |
+
sents_f = 0.02
|
222 |
+
lemma_acc = 0.5
|
223 |
+
ents_f = 0.16
|
224 |
+
ents_p = 0.0
|
225 |
+
ents_r = 0.0
|
226 |
+
ents_per_type = null
|
227 |
+
speed = 0.0
|
228 |
+
|
229 |
+
[pretraining]
|
230 |
+
|
231 |
+
[initialize]
|
232 |
+
vocab_data = null
|
233 |
+
vectors = ${paths.vectors}
|
234 |
+
init_tok2vec = ${paths.init_tok2vec}
|
235 |
+
before_init = null
|
236 |
+
after_init = null
|
237 |
+
|
238 |
+
[initialize.components]
|
239 |
+
|
240 |
+
[initialize.components.morphologizer]
|
241 |
+
|
242 |
+
[initialize.components.morphologizer.labels]
|
243 |
+
@readers = "spacy.read_labels.v1"
|
244 |
+
path = "corpus/labels/morphologizer.json"
|
245 |
+
require = false
|
246 |
+
|
247 |
+
[initialize.components.ner]
|
248 |
+
|
249 |
+
[initialize.components.ner.labels]
|
250 |
+
@readers = "spacy.read_labels.v1"
|
251 |
+
path = "corpus/labels/ner.json"
|
252 |
+
require = false
|
253 |
+
|
254 |
+
[initialize.components.parser]
|
255 |
+
|
256 |
+
[initialize.components.parser.labels]
|
257 |
+
@readers = "spacy.read_labels.v1"
|
258 |
+
path = "corpus/labels/parser.json"
|
259 |
+
require = false
|
260 |
+
|
261 |
+
[initialize.lookups]
|
262 |
+
@misc = "spacy.LookupsDataLoader.v1"
|
263 |
+
lang = ${nlp.lang}
|
264 |
+
tables = ["lexeme_norm"]
|
265 |
+
|
266 |
+
[initialize.tokenizer]
|
el_core_news_sm-any-py3-none-any.whl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b21b38878098e603e713a15b48c6b00493f1087470d8871abaf770d2d37a44ae
|
3 |
+
size 13829725
|
lemmatizer/lookups/lookups.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2fa9e03f1868214695bace5e95aed504667827ed879fc8ca94b12bf9ce75a79e
|
3 |
+
size 1501444
|
meta.json
ADDED
@@ -0,0 +1,784 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"lang":"el",
|
3 |
+
"name":"core_news_sm",
|
4 |
+
"version":"3.2.0",
|
5 |
+
"description":"Greek 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":"CC BY-NC-SA 3.0",
|
10 |
+
"spacy_version":">=3.2.0,<3.3.0",
|
11 |
+
"spacy_git_version":"bb26550e2",
|
12 |
+
"vectors":{
|
13 |
+
"width":0,
|
14 |
+
"vectors":0,
|
15 |
+
"keys":0,
|
16 |
+
"name":null
|
17 |
+
},
|
18 |
+
"labels":{
|
19 |
+
"tok2vec":[
|
20 |
+
|
21 |
+
],
|
22 |
+
"morphologizer":[
|
23 |
+
"Case=Nom|Definite=Def|Gender=Fem|Number=Sing|POS=DET|PronType=Art",
|
24 |
+
"Foreign=Yes|POS=X",
|
25 |
+
"Aspect=Perf|Mood=Ind|Number=Sing|POS=VERB|Person=3|Tense=Past|VerbForm=Fin|Voice=Pass",
|
26 |
+
"POS=ADP",
|
27 |
+
"Case=Acc|Definite=Def|Gender=Fem|Number=Sing|POS=DET|PronType=Art",
|
28 |
+
"NumType=Card|POS=NUM",
|
29 |
+
"POS=NOUN",
|
30 |
+
"POS=ADV",
|
31 |
+
"POS=PUNCT",
|
32 |
+
"Case=Acc|Gender=Neut|Number=Plur|POS=NOUN",
|
33 |
+
"Case=Acc|Gender=Neut|Number=Plur|POS=ADP",
|
34 |
+
"Case=Gen|Definite=Def|Gender=Fem|Number=Sing|POS=DET|PronType=Art",
|
35 |
+
"Case=Gen|Gender=Fem|Number=Sing|POS=NOUN",
|
36 |
+
"Case=Gen|Definite=Def|Gender=Fem|Number=Plur|POS=DET|PronType=Art",
|
37 |
+
"Case=Gen|Definite=Def|Gender=Neut|Number=Sing|POS=DET|PronType=Art",
|
38 |
+
"Case=Acc|Definite=Def|Gender=Neut|Number=Sing|POS=DET|PronType=Art",
|
39 |
+
"Case=Gen|Definite=Def|Gender=Masc|Number=Sing|POS=DET|PronType=Art",
|
40 |
+
"Case=Gen|Gender=Masc|Number=Sing|POS=NOUN",
|
41 |
+
"Aspect=Perf|Mood=Ind|Number=Sing|POS=VERB|Person=3|Tense=Past|VerbForm=Fin|Voice=Act",
|
42 |
+
"Case=Nom|Definite=Def|Gender=Masc|Number=Sing|POS=DET|PronType=Art",
|
43 |
+
"Case=Acc|Gender=Neut|Number=Sing|POS=ADP",
|
44 |
+
"Case=Acc|Gender=Neut|NumType=Ord|Number=Sing|POS=NUM",
|
45 |
+
"Case=Acc|Gender=Neut|Number=Sing|POS=NOUN",
|
46 |
+
"POS=CCONJ",
|
47 |
+
"Case=Nom|Definite=Def|Gender=Masc|Number=Plur|POS=DET|PronType=Art",
|
48 |
+
"Case=Nom|Gender=Masc|Number=Plur|POS=ADJ",
|
49 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=VERB|Person=3|Tense=Past|VerbForm=Fin|Voice=Act",
|
50 |
+
"Case=Acc|Definite=Def|Gender=Masc|Number=Sing|POS=DET|PronType=Art",
|
51 |
+
"Case=Acc|Gender=Neut|NumType=Card|Number=Plur|POS=NUM",
|
52 |
+
"Case=Acc|Definite=Def|Gender=Masc|Number=Plur|POS=DET|PronType=Art",
|
53 |
+
"Case=Nom|Gender=Masc|NumType=Card|Number=Plur|POS=NUM",
|
54 |
+
"POS=AUX",
|
55 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=VERB|Person=3|VerbForm=Fin|Voice=Pass",
|
56 |
+
"Case=Acc|Gender=Fem|Number=Plur|POS=ADP",
|
57 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=PROPN",
|
58 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin|Voice=Pass",
|
59 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=NOUN",
|
60 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=ADJ",
|
61 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=NOUN",
|
62 |
+
"Case=Gen|Gender=Neut|NumType=Card|Number=Plur|POS=NUM",
|
63 |
+
"Case=Gen|Gender=Neut|Number=Plur|POS=NOUN",
|
64 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=ADP",
|
65 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=NOUN",
|
66 |
+
"Case=Acc|Gender=Neut|Number=Sing|POS=PROPN",
|
67 |
+
"Case=Nom|Gender=Masc|Number=Sing|POS=NOUN",
|
68 |
+
"Case=Nom|Gender=Masc|Number=Sing|POS=PROPN",
|
69 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=VERB|Person=3|Tense=Past|VerbForm=Fin|Voice=Act",
|
70 |
+
"Case=Gen|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Rel",
|
71 |
+
"Case=Acc|Definite=Def|Gender=Fem|Number=Plur|POS=DET|PronType=Art",
|
72 |
+
"Case=Acc|Gender=Fem|Number=Plur|POS=NOUN",
|
73 |
+
"Case=Gen|Gender=Masc|Number=Sing|POS=PRON|Person=3|Poss=Yes|PronType=Prs",
|
74 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=ADP",
|
75 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=PROPN",
|
76 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin|Voice=Act",
|
77 |
+
"Case=Acc|Definite=Def|Gender=Neut|Number=Plur|POS=DET|PronType=Art",
|
78 |
+
"Case=Acc|Gender=Neut|Number=Plur|POS=ADJ",
|
79 |
+
"Case=Gen|Gender=Neut|Number=Plur|POS=PROPN",
|
80 |
+
"Case=Acc|Gender=Neut|Number=Sing|POS=ADJ",
|
81 |
+
"Aspect=Imp|POS=VERB|VerbForm=Conv|Voice=Act",
|
82 |
+
"Case=Nom|Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Rel",
|
83 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin|Voice=Pass",
|
84 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=ADP",
|
85 |
+
"Case=Gen|Gender=Fem|Number=Sing|POS=ADJ",
|
86 |
+
"Case=Gen|Gender=Fem|Number=Sing|POS=PROPN",
|
87 |
+
"Case=Acc|Definite=Ind|Gender=Neut|Number=Sing|POS=DET|PronType=Art",
|
88 |
+
"Case=Gen|Definite=Def|Gender=Neut|Number=Plur|POS=DET|PronType=Art",
|
89 |
+
"Case=Gen|Gender=Neut|Number=Sing|POS=PROPN",
|
90 |
+
"Case=Nom|Definite=Def|Gender=Neut|Number=Sing|POS=DET|PronType=Art",
|
91 |
+
"Case=Nom|Gender=Neut|Number=Sing|POS=PRON|Person=3|PronType=Rel",
|
92 |
+
"Case=Nom|Gender=Neut|Number=Plur|POS=NOUN",
|
93 |
+
"Case=Gen|Gender=Masc|Number=Sing|POS=PROPN",
|
94 |
+
"Case=Nom|Gender=Masc|Number=Plur|POS=NOUN",
|
95 |
+
"Case=Nom|Gender=Fem|Number=Plur|POS=ADJ",
|
96 |
+
"Case=Nom|Gender=Fem|Number=Plur|POS=NOUN",
|
97 |
+
"Case=Nom|Gender=Fem|Number=Sing|POS=NOUN",
|
98 |
+
"Case=Acc|Gender=Fem|Number=Plur|POS=PRON|Person=3|PronType=Ind",
|
99 |
+
"Case=Nom|Gender=Neut|Number=Sing|POS=NOUN",
|
100 |
+
"Case=Nom|Gender=Neut|Number=Plur|POS=ADJ",
|
101 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=AUX|Person=3|Tense=Past|VerbForm=Fin|Voice=Pass",
|
102 |
+
"Case=Nom|Gender=Fem|Number=Sing|POS=ADJ",
|
103 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=ADJ",
|
104 |
+
"Case=Nom|Degree=Cmp|Gender=Masc|Number=Sing|POS=ADJ",
|
105 |
+
"Case=Gen|Definite=Def|Gender=Masc|Number=Plur|POS=DET|PronType=Art",
|
106 |
+
"Case=Gen|Gender=Masc|Number=Plur|POS=NOUN",
|
107 |
+
"Case=Gen|Gender=Fem|Number=Plur|POS=NOUN",
|
108 |
+
"Case=Nom|Gender=Neut|NumType=Card|Number=Plur|POS=NUM",
|
109 |
+
"Case=Gen|Gender=Masc|Number=Plur|POS=PRON|Person=3|Poss=Yes|PronType=Prs",
|
110 |
+
"POS=SCONJ",
|
111 |
+
"Case=Nom|Gender=Neut|Number=Plur|POS=PRON|Person=3|PronType=Ind",
|
112 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=VERB|Person=3|Tense=Past|VerbForm=Fin|Voice=Pass",
|
113 |
+
"Case=Nom|Definite=Def|Gender=Fem|Number=Plur|POS=DET|PronType=Art",
|
114 |
+
"Case=Nom|Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Rel",
|
115 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin|Voice=Act",
|
116 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=VERB|Person=3|VerbForm=Fin|Voice=Act",
|
117 |
+
"Case=Nom|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Rel",
|
118 |
+
"Case=Nom|Gender=Fem|Number=Sing|POS=PROPN",
|
119 |
+
"Case=Gen|Gender=Masc|Number=Sing|POS=ADJ",
|
120 |
+
"Case=Acc|Gender=Fem|NumType=Ord|Number=Sing|POS=NUM",
|
121 |
+
"Case=Gen|Gender=Fem|Number=Plur|POS=PRON|Person=3|PronType=Prs",
|
122 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=VERB|Person=3|Tense=Past|VerbForm=Fin|Voice=Pass",
|
123 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=AUX|Person=3|Tense=Pres|VerbForm=Fin|Voice=Pass",
|
124 |
+
"Case=Acc|Definite=Ind|Gender=Fem|Number=Sing|POS=DET|PronType=Art",
|
125 |
+
"Case=Nom|Gender=Neut|Number=Sing|POS=ADJ",
|
126 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=AUX|Person=3|Tense=Pres|VerbForm=Fin|Voice=Act",
|
127 |
+
"Aspect=Perf|POS=VERB|VerbForm=Inf|Voice=Pass",
|
128 |
+
"Case=Acc|Gender=Fem|Number=Plur|POS=ADJ",
|
129 |
+
"Case=Nom|Definite=Def|Gender=Neut|Number=Plur|POS=DET|PronType=Art",
|
130 |
+
"Case=Nom|Gender=Masc|Number=Sing|POS=ADJ",
|
131 |
+
"Case=Gen|Gender=Neut|Number=Plur|POS=ADJ",
|
132 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=AUX|Person=3|Tense=Pres|VerbForm=Fin|Voice=Act",
|
133 |
+
"Aspect=Perf|POS=VERB|VerbForm=Inf|Voice=Act",
|
134 |
+
"Case=Acc|Gender=Fem|Number=Plur|POS=PRON|Person=3|PronType=Rel",
|
135 |
+
"Case=Nom|Gender=Masc|Number=Plur|POS=PROPN",
|
136 |
+
"Aspect=Perf|Case=Acc|Gender=Fem|Number=Sing|POS=VERB|VerbForm=Part|Voice=Pass",
|
137 |
+
"Case=Gen|Gender=Masc|Number=Plur|POS=PROPN",
|
138 |
+
"POS=PART",
|
139 |
+
"Case=Nom|Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Ind",
|
140 |
+
"Case=Nom|Degree=Cmp|Gender=Neut|Number=Sing|POS=ADJ",
|
141 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Dem",
|
142 |
+
"Case=Acc|Degree=Cmp|Gender=Fem|Number=Sing|POS=ADJ",
|
143 |
+
"Case=Nom|Gender=Neut|Number=Plur|POS=PRON|Person=3|PronType=Dem",
|
144 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=AUX|Person=3|Tense=Pres|VerbForm=Fin|Voice=Pass",
|
145 |
+
"Case=Gen|Gender=Fem|NumType=Ord|Number=Sing|POS=NUM",
|
146 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=VERB|Person=3|Tense=Past|VerbForm=Fin|Voice=Act",
|
147 |
+
"Aspect=Perf|Mood=Ind|Number=Sing|POS=VERB|Person=3|VerbForm=Fin|Voice=Pass",
|
148 |
+
"Case=Gen|Gender=Neut|Number=Sing|POS=NOUN",
|
149 |
+
"Case=Gen|Gender=Fem|Number=Sing|POS=PRON|Person=3|Poss=Yes|PronType=Prs",
|
150 |
+
"Abbr=Yes|POS=NOUN",
|
151 |
+
"Case=Acc|Gender=Neut|Number=Plur|POS=PRON|Person=3|PronType=Ind",
|
152 |
+
"Case=Nom|Gender=Fem|Number=Plur|POS=PRON|Person=3|PronType=Rel",
|
153 |
+
"Aspect=Perf|Mood=Ind|Number=Sing|POS=VERB|Person=3|VerbForm=Fin|Voice=Act",
|
154 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=PROPN",
|
155 |
+
"Case=Gen|Gender=Fem|Number=Plur|POS=ADJ",
|
156 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=ADJ",
|
157 |
+
"Case=Voc|Gender=Fem|Number=Sing|POS=NOUN",
|
158 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=VERB|Person=1|Tense=Pres|VerbForm=Fin|Voice=Act",
|
159 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Rel",
|
160 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=VERB|Person=1|Tense=Past|VerbForm=Fin|Voice=Act",
|
161 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=VERB|Person=1|VerbForm=Fin|Voice=Act",
|
162 |
+
"Case=Acc|Definite=Ind|Gender=Masc|Number=Sing|POS=DET|PronType=Art",
|
163 |
+
"Case=Gen|Gender=Neut|Number=Plur|POS=PRON|Person=3|Poss=Yes|PronType=Prs",
|
164 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=VERB|Person=1|Tense=Pres|VerbForm=Fin|Voice=Pass",
|
165 |
+
"Case=Nom|Gender=Neut|Number=Plur|POS=PRON|Person=3|PronType=Rel",
|
166 |
+
"Case=Gen|Gender=Masc|Number=Plur|POS=PRON|Person=1|Poss=Yes|PronType=Prs",
|
167 |
+
"Case=Nom|Definite=Ind|Gender=Fem|Number=Sing|POS=DET|PronType=Art",
|
168 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=PRON|Person=1|PronType=Prs",
|
169 |
+
"Case=Acc|Gender=Neut|Number=Sing|POS=PRON|Person=3|PronType=Dem",
|
170 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=VERB|Person=1|Tense=Past|VerbForm=Fin|Voice=Act",
|
171 |
+
"Case=Gen|Gender=Masc|Number=Sing|POS=PRON|Person=1|Poss=Yes|PronType=Prs",
|
172 |
+
"Case=Nom|Definite=Ind|Gender=Neut|Number=Sing|POS=DET|PronType=Art",
|
173 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=VERB|Person=1|Tense=Pres|VerbForm=Fin|Voice=Act",
|
174 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Dem",
|
175 |
+
"Case=Acc|Gender=Neut|Number=Sing|POS=PRON|Person=3|PronType=Ind",
|
176 |
+
"Degree=Cmp|POS=ADV",
|
177 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Dem",
|
178 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=PRON|Person=1|PronType=Prs",
|
179 |
+
"Aspect=Perf|Mood=Ind|Number=Sing|POS=VERB|Person=1|Tense=Past|VerbForm=Fin|Voice=Act",
|
180 |
+
"Case=Acc|Gender=Neut|Number=Plur|POS=PRON|Person=3|PronType=Dem",
|
181 |
+
"Case=Acc|Gender=Neut|Number=Plur|POS=PRON|Person=3|PronType=Prs",
|
182 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Ind,Rel",
|
183 |
+
"Case=Nom|Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Ind,Rel",
|
184 |
+
"Case=Gen|Gender=Neut|Number=Plur|POS=PRON|Person=3|PronType=Dem",
|
185 |
+
"Case=Nom|Gender=Fem|NumType=Card|Number=Sing|POS=NUM",
|
186 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Ind",
|
187 |
+
"Case=Nom|Gender=Masc|Number=Plur|POS=PRON|Person=1|PronType=Prs",
|
188 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=VERB|Person=1|Tense=Past|VerbForm=Fin|Voice=Pass",
|
189 |
+
"Case=Gen|Gender=Fem|Number=Plur|POS=PRON|Person=3|PronType=Rel",
|
190 |
+
"Case=Acc|Gender=Neut|NumType=Card|Number=Sing|POS=NUM",
|
191 |
+
"Aspect=Perf|Case=Acc|Gender=Neut|Number=Sing|POS=VERB|VerbForm=Part|Voice=Pass",
|
192 |
+
"Case=Gen|Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Dem",
|
193 |
+
"Case=Gen|Gender=Neut|Number=Sing|POS=PRON|Person=3|Poss=Yes|PronType=Prs",
|
194 |
+
"Case=Acc|Gender=Masc|NumType=Ord|Number=Sing|POS=NUM",
|
195 |
+
"Case=Gen|Definite=Ind|Gender=Masc|Number=Sing|POS=DET|PronType=Art",
|
196 |
+
"Case=Gen|Gender=Masc|NumType=Ord|Number=Sing|POS=NUM",
|
197 |
+
"Case=Gen|Definite=Ind|Gender=Fem|Number=Sing|POS=DET|PronType=Art",
|
198 |
+
"Case=Nom|Gender=Fem|NumType=Card|Number=Plur|POS=NUM",
|
199 |
+
"Case=Voc|Gender=Masc|Number=Sing|POS=NOUN",
|
200 |
+
"Aspect=Perf|Mood=Ind|Number=Sing|POS=VERB|Person=1|VerbForm=Fin|Voice=Act",
|
201 |
+
"Case=Acc|Gender=Neut|Number=Plur|POS=PRON|Person=3|PronType=Ind,Rel",
|
202 |
+
"Case=Gen|Gender=Neut|Number=Sing|POS=PRON|Person=3|PronType=Dem",
|
203 |
+
"Case=Acc|Gender=Neut|Number=Plur|POS=PRON|Person=3|PronType=Rel",
|
204 |
+
"Case=Gen|Gender=Fem|Number=Plur|POS=PRON|Person=3|PronType=Dem",
|
205 |
+
"Case=Acc|Gender=Neut|Number=Sing|POS=PRON|Person=3|PronType=Rel",
|
206 |
+
"Case=Acc|Gender=Neut|Number=Sing|POS=PRON|Person=3|PronType=Prs",
|
207 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Rel",
|
208 |
+
"Case=Voc|Gender=Fem|Number=Plur|POS=NOUN",
|
209 |
+
"Case=Voc|Gender=Masc|Number=Plur|POS=NOUN",
|
210 |
+
"Case=Gen|Gender=Masc|Number=Plur|POS=PRON|Person=2|PronType=Prs",
|
211 |
+
"Case=Acc|Gender=Neut|Number=Sing|POS=PRON|Person=3|PronType=Int",
|
212 |
+
"Case=Gen|Gender=Masc|Number=Plur|POS=ADJ",
|
213 |
+
"Case=Gen|Gender=Neut|Number=Sing|POS=ADJ",
|
214 |
+
"Case=Gen|Definite=Ind|Gender=Neut|Number=Sing|POS=DET|PronType=Art",
|
215 |
+
"Case=Nom|Gender=Fem|Number=Plur|POS=PRON|Person=3|PronType=Ind",
|
216 |
+
"Case=Nom|Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Ind",
|
217 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Ind",
|
218 |
+
"Case=Nom|Gender=Neut|Number=Sing|POS=PRON|Person=3|PronType=Dem",
|
219 |
+
"Case=Gen|Gender=Fem|Number=Plur|POS=PRON|Person=3|Poss=Yes|PronType=Prs",
|
220 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=VERB|Person=1|VerbForm=Fin|Voice=Pass",
|
221 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=VERB|Person=1|Tense=Pres|VerbForm=Fin|Voice=Pass",
|
222 |
+
"Case=Nom|Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Dem",
|
223 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Prs",
|
224 |
+
"Case=Acc|Gender=Fem|Number=Plur|POS=PRON|Person=3|PronType=Dem",
|
225 |
+
"Case=Nom|Gender=Masc|Number=Plur|POS=PRON|Person=2|PronType=Prs",
|
226 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=VERB|Person=2|Tense=Past|VerbForm=Fin|Voice=Act",
|
227 |
+
"Case=Gen|Gender=Masc|Number=Plur|POS=PRON|Person=1|PronType=Prs",
|
228 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Rel",
|
229 |
+
"Case=Gen|Gender=Masc|Number=Plur|POS=PRON|Person=2|Poss=Yes|PronType=Prs",
|
230 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Ind",
|
231 |
+
"Case=Acc|Degree=Cmp|Gender=Masc|Number=Sing|POS=ADJ",
|
232 |
+
"Case=Nom|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Ind,Rel",
|
233 |
+
"Case=Acc|Degree=Cmp|Gender=Neut|Number=Plur|POS=ADJ",
|
234 |
+
"Case=Nom|Gender=Neut|Number=Sing|POS=PRON|Person=3|PronType=Ind",
|
235 |
+
"Aspect=Perf|Case=Nom|Gender=Masc|Number=Plur|POS=VERB|VerbForm=Part|Voice=Pass",
|
236 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=VERB|Person=1|Tense=Past|VerbForm=Fin|Voice=Act",
|
237 |
+
"Case=Nom|Degree=Cmp|Gender=Fem|Number=Plur|POS=ADJ",
|
238 |
+
"Case=Nom|Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Dem",
|
239 |
+
"Case=Gen|Gender=Masc|NumType=Card|Number=Plur|POS=NUM",
|
240 |
+
"Case=Acc|Gender=Fem|NumType=Card|Number=Plur|POS=NUM",
|
241 |
+
"Case=Acc|Gender=Masc|NumType=Card|Number=Plur|POS=NUM",
|
242 |
+
"Case=Acc|Degree=Cmp|Gender=Neut|Number=Sing|POS=ADJ",
|
243 |
+
"Case=Acc|Gender=Fem|Number=Plur|POS=PROPN",
|
244 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=AUX|Person=3|Tense=Past|VerbForm=Fin|Voice=Act",
|
245 |
+
"Aspect=Perf|Case=Gen|Gender=Masc|Number=Sing|POS=VERB|VerbForm=Part|Voice=Pass",
|
246 |
+
"Case=Gen|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Dem",
|
247 |
+
"Case=Gen|Gender=Fem|NumType=Card|Number=Plur|POS=NUM",
|
248 |
+
"Case=Nom|Gender=Neut|Number=Sing|POS=PROPN",
|
249 |
+
"Aspect=Perf|Case=Acc|Gender=Masc|Number=Sing|POS=VERB|VerbForm=Part|Voice=Pass",
|
250 |
+
"Case=Nom|Degree=Sup|Gender=Neut|Number=Plur|POS=ADJ",
|
251 |
+
"Case=Nom|Degree=Cmp|Gender=Neut|Number=Plur|POS=ADJ",
|
252 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=VERB|Person=2|Tense=Pres|VerbForm=Fin|Voice=Act",
|
253 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=VERB|Person=2|VerbForm=Fin|Voice=Act",
|
254 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=VERB|Person=2|VerbForm=Fin|Voice=Pass",
|
255 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Prs",
|
256 |
+
"Case=Nom|Gender=Neut|Number=Sing|POS=PRON|Person=3|PronType=Int",
|
257 |
+
"Aspect=Perf|Case=Acc|Gender=Fem|Number=Plur|POS=VERB|VerbForm=Part|Voice=Pass",
|
258 |
+
"Abbr=Yes|POS=ADV",
|
259 |
+
"Case=Acc|Gender=Neut|Number=Sing|POS=PRON|Person=3|PronType=Ind,Rel",
|
260 |
+
"Case=Nom|Gender=Neut|NumType=Ord|Number=Plur|POS=NUM",
|
261 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=AUX|Person=3|Tense=Past|VerbForm=Fin|Voice=Act",
|
262 |
+
"Case=Dat|Gender=Masc|Number=Sing|POS=NOUN",
|
263 |
+
"Case=Nom|Gender=Fem|Number=Plur|POS=PRON|Person=3|PronType=Dem",
|
264 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=AUX|Person=1|Tense=Pres|VerbForm=Fin|Voice=Pass",
|
265 |
+
"Case=Acc|Degree=Cmp|Gender=Fem|Number=Plur|POS=ADJ",
|
266 |
+
"Case=Gen|Degree=Cmp|Gender=Neut|Number=Plur|POS=ADJ",
|
267 |
+
"Case=Gen|Gender=Neut|Number=Plur|POS=PRON|Person=3|PronType=Rel",
|
268 |
+
"Aspect=Perf|Case=Nom|Gender=Fem|Number=Plur|POS=VERB|VerbForm=Part|Voice=Pass",
|
269 |
+
"Case=Nom|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Ind",
|
270 |
+
"Case=Dat|Gender=Neut|Number=Sing|POS=NOUN",
|
271 |
+
"Case=Gen|Gender=Neut|Number=Plur|POS=PRON|Person=3|PronType=Ind",
|
272 |
+
"Case=Acc|Degree=Sup|Gender=Masc|Number=Plur|POS=ADJ",
|
273 |
+
"Case=Gen|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Prs",
|
274 |
+
"Case=Gen|Gender=Neut|Number=Plur|POS=PRON|Person=3|PronType=Ind,Rel",
|
275 |
+
"Case=Gen|Degree=Cmp|Gender=Masc|Number=Plur|POS=ADJ",
|
276 |
+
"Case=Nom|Degree=Cmp|Gender=Masc|Number=Plur|POS=ADJ",
|
277 |
+
"Case=Nom|Gender=Neut|Number=Plur|POS=PROPN",
|
278 |
+
"Case=Gen|Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Rel",
|
279 |
+
"Case=Dat|Gender=Fem|Number=Sing|POS=NOUN",
|
280 |
+
"Case=Gen|Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Prs",
|
281 |
+
"Aspect=Perf|Case=Acc|Gender=Neut|Number=Plur|POS=VERB|VerbForm=Part|Voice=Pass",
|
282 |
+
"Case=Acc|Gender=Fem|NumType=Sets|Number=Plur|POS=NUM",
|
283 |
+
"Aspect=Imp|POS=AUX|VerbForm=Conv|Voice=Act",
|
284 |
+
"Case=Gen|Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Prs",
|
285 |
+
"Case=Nom|Gender=Fem|NumType=Ord|Number=Sing|POS=NUM",
|
286 |
+
"Case=Nom|Gender=Fem|NumType=Sets|Number=Plur|POS=NUM",
|
287 |
+
"Case=Acc|Gender=Neut|Number=Plur|POS=PROPN",
|
288 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=AUX|Person=3|Tense=Past|VerbForm=Fin|Voice=Pass",
|
289 |
+
"Aspect=Perf|Mood=Imp|Number=Plur|POS=VERB|Person=2|VerbForm=Fin|Voice=Act",
|
290 |
+
"Case=Gen|Gender=Masc|Number=Sing|POS=PRON|Person=1|PronType=Prs",
|
291 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=PRON|Person=2|PronType=Prs",
|
292 |
+
"Case=Nom|Gender=Masc|Number=Sing|POS=PRON|Person=1|PronType=Prs",
|
293 |
+
"Case=Voc|Gender=Masc|Number=Sing|POS=ADJ",
|
294 |
+
"Case=Voc|Gender=Masc|Number=Plur|POS=ADJ",
|
295 |
+
"Case=Acc|Gender=Masc|NumType=Card|Number=Sing|POS=NUM",
|
296 |
+
"Case=Gen|Gender=Fem|Number=Plur|POS=PRON|Person=3|PronType=Ind",
|
297 |
+
"Case=Nom|Degree=Cmp|Gender=Fem|Number=Sing|POS=ADJ",
|
298 |
+
"Aspect=Perf|Mood=Ind|Number=Sing|POS=VERB|Person=1|VerbForm=Fin|Voice=Pass",
|
299 |
+
"Case=Nom|Gender=Masc|NumType=Ord|Number=Sing|POS=NUM",
|
300 |
+
"Aspect=Perf|Case=Gen|Gender=Fem|Number=Sing|POS=VERB|VerbForm=Part|Voice=Pass",
|
301 |
+
"Aspect=Perf|Mood=Ind|Number=Sing|POS=AUX|Person=3|Tense=Past|VerbForm=Fin|Voice=Pass",
|
302 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=AUX|Person=3|Tense=Past|VerbForm=Fin|Voice=Pass",
|
303 |
+
"Case=Gen|Degree=Sup|Gender=Fem|Number=Sing|POS=ADJ",
|
304 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=AUX|Person=1|Tense=Pres|VerbForm=Fin|Voice=Pass",
|
305 |
+
"Case=Nom|Gender=Neut|NumType=Ord|Number=Sing|POS=NUM",
|
306 |
+
"Aspect=Perf|Mood=Ind|Number=Sing|POS=VERB|Person=1|Tense=Past|VerbForm=Fin|Voice=Pass",
|
307 |
+
"Case=Nom|Gender=Neut|NumType=Card|Number=Sing|POS=NUM",
|
308 |
+
"Case=Gen|Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Dem",
|
309 |
+
"Case=Gen|Degree=Cmp|Gender=Fem|Number=Sing|POS=ADJ",
|
310 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=AUX|Person=1|Tense=Pres|VerbForm=Fin|Voice=Act",
|
311 |
+
"Case=Acc|Degree=Sup|Gender=Fem|Number=Plur|POS=ADJ",
|
312 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=AUX|Person=1|Tense=Pres|VerbForm=Fin|Voice=Act",
|
313 |
+
"Case=Dat|Gender=Fem|Number=Sing|POS=ADJ",
|
314 |
+
"Case=Gen|Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Rel",
|
315 |
+
"Case=Gen|Gender=Fem|NumType=Sets|Number=Plur|POS=NUM",
|
316 |
+
"Aspect=Perf|Case=Nom|Gender=Fem|Number=Sing|POS=VERB|VerbForm=Part|Voice=Pass",
|
317 |
+
"Case=Gen|Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Ind,Rel",
|
318 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=VERB|Person=2|Tense=Past|VerbForm=Fin|Voice=Pass",
|
319 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=AUX|Person=2|Tense=Pres|VerbForm=Fin|Voice=Pass",
|
320 |
+
"Case=Gen|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Int",
|
321 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=VERB|Person=2|Tense=Past|VerbForm=Fin|Voice=Act",
|
322 |
+
"Case=Acc|Gender=Neut|NumType=Ord|Number=Plur|POS=NUM",
|
323 |
+
"Case=Nom|Definite=Ind|Gender=Masc|Number=Sing|POS=DET|PronType=Art",
|
324 |
+
"Case=Nom|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Dem",
|
325 |
+
"Case=Gen|Degree=Sup|Gender=Masc|Number=Plur|POS=ADJ",
|
326 |
+
"Case=Acc|Gender=Fem|NumType=Ord|Number=Plur|POS=NUM",
|
327 |
+
"Case=Nom|Gender=Fem|NumType=Ord|Number=Plur|POS=NUM",
|
328 |
+
"Case=Gen|Degree=Cmp|Gender=Fem|Number=Plur|POS=ADJ",
|
329 |
+
"Case=Nom|Degree=Sup|Gender=Fem|Number=Plur|POS=ADJ",
|
330 |
+
"Case=Acc|Degree=Sup|Gender=Neut|Number=Sing|POS=ADJ",
|
331 |
+
"Case=Nom|Gender=Masc|NumType=Card|Number=Sing|POS=NUM",
|
332 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Ind,Rel",
|
333 |
+
"Case=Acc|Gender=Fem|NumType=Card|Number=Sing|POS=NUM",
|
334 |
+
"Case=Nom|Degree=Sup|Gender=Neut|Number=Sing|POS=ADJ",
|
335 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Int",
|
336 |
+
"Case=Acc|Gender=Fem|Number=Plur|POS=PRON|Person=3|PronType=Prs",
|
337 |
+
"Case=Gen|Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Ind",
|
338 |
+
"Aspect=Perf|Case=Gen|Gender=Fem|Number=Plur|POS=VERB|VerbForm=Part|Voice=Pass",
|
339 |
+
"Case=Nom|Gender=Fem|NumType=Mult|Number=Sing|POS=NUM",
|
340 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Prs",
|
341 |
+
"Case=Acc|Gender=Masc|NumType=Mult|Number=Sing|POS=NUM",
|
342 |
+
"Case=Nom|Degree=Sup|Gender=Masc|Number=Plur|POS=ADJ",
|
343 |
+
"Case=Acc|Degree=Cmp|Gender=Masc|Number=Plur|POS=ADJ",
|
344 |
+
"Case=Gen|Degree=Cmp|Gender=Neut|Number=Sing|POS=ADJ",
|
345 |
+
"Case=Nom|Gender=Fem|Number=Plur|POS=PRON|Person=3|PronType=Int",
|
346 |
+
"Case=Gen|Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Ind",
|
347 |
+
"Degree=Sup|POS=ADV",
|
348 |
+
"Aspect=Perf|Mood=Ind|Number=Sing|POS=VERB|Person=2|Tense=Past|VerbForm=Fin|Voice=Pass",
|
349 |
+
"Case=Nom|Degree=Sup|Gender=Fem|Number=Sing|POS=ADJ",
|
350 |
+
"Case=Nom|Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Ind,Rel",
|
351 |
+
"Case=Gen|Gender=Neut|Number=Sing|POS=PRON|Person=3|PronType=Prs",
|
352 |
+
"Case=Gen|Gender=Fem|Number=Plur|POS=PROPN",
|
353 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=VERB|Person=3|Tense=Past|VerbForm=Fin|Voice=Pass",
|
354 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=AUX|Person=2|Tense=Past|VerbForm=Fin|Voice=Act",
|
355 |
+
"Case=Gen|Gender=Neut|Number=Sing|POS=PRON|Person=3|PronType=Ind",
|
356 |
+
"Case=Nom|Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Int",
|
357 |
+
"Case=Nom|Gender=Neut|Number=Sing|POS=PRON|Person=3|PronType=Ind,Rel",
|
358 |
+
"POS=SYM",
|
359 |
+
"Case=Gen|Gender=Neut|Number=Sing|POS=PRON|Person=3|PronType=Rel",
|
360 |
+
"Case=Nom|Gender=Masc|NumType=Ord|Number=Plur|POS=NUM",
|
361 |
+
"Case=Nom|Gender=Fem|Number=Plur|POS=PROPN",
|
362 |
+
"Aspect=Perf|Case=Nom|Gender=Neut|Number=Sing|POS=VERB|VerbForm=Part|Voice=Pass",
|
363 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Ind,Rel",
|
364 |
+
"Aspect=Perf|Case=Gen|Gender=Masc|Number=Plur|POS=VERB|VerbForm=Part|Voice=Pass",
|
365 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=AUX|Person=2|Tense=Pres|VerbForm=Fin|Voice=Act",
|
366 |
+
"Aspect=Perf|Case=Nom|Gender=Neut|Number=Plur|POS=VERB|VerbForm=Part|Voice=Pass",
|
367 |
+
"Case=Acc|Gender=Neut|NumType=Mult|Number=Sing|POS=NUM",
|
368 |
+
"Case=Acc|Degree=Sup|Gender=Neut|Number=Plur|POS=ADJ",
|
369 |
+
"Aspect=Perf|Case=Acc|Gender=Masc|Number=Plur|POS=VERB|VerbForm=Part|Voice=Pass",
|
370 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=VERB|Person=2|Tense=Pres|VerbForm=Fin|Voice=Pass",
|
371 |
+
"Case=Nom|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Int",
|
372 |
+
"Case=Gen|Gender=Neut|NumType=Ord|Number=Sing|POS=NUM",
|
373 |
+
"Aspect=Perf|Case=Nom|Gender=Masc|Number=Sing|POS=VERB|VerbForm=Part|Voice=Pass",
|
374 |
+
"Case=Dat|Definite=Def|Gender=Neut|Number=Sing|POS=DET|PronType=Art",
|
375 |
+
"Case=Gen|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Ind",
|
376 |
+
"Case=Gen|Gender=Fem|NumType=Ord|Number=Plur|POS=NUM",
|
377 |
+
"Case=Dat|Definite=Def|Gender=Fem|Number=Sing|POS=DET|PronType=Art",
|
378 |
+
"Case=Gen|Degree=Cmp|Gender=Masc|Number=Sing|POS=ADJ"
|
379 |
+
],
|
380 |
+
"parser":[
|
381 |
+
"ROOT",
|
382 |
+
"acl",
|
383 |
+
"acl:relcl",
|
384 |
+
"advcl",
|
385 |
+
"advmod",
|
386 |
+
"amod",
|
387 |
+
"appos",
|
388 |
+
"aux",
|
389 |
+
"case",
|
390 |
+
"cc",
|
391 |
+
"ccomp",
|
392 |
+
"conj",
|
393 |
+
"cop",
|
394 |
+
"csubj",
|
395 |
+
"csubj:pass",
|
396 |
+
"dep",
|
397 |
+
"det",
|
398 |
+
"fixed",
|
399 |
+
"flat",
|
400 |
+
"iobj",
|
401 |
+
"mark",
|
402 |
+
"nmod",
|
403 |
+
"nsubj",
|
404 |
+
"nsubj:pass",
|
405 |
+
"nummod",
|
406 |
+
"obj",
|
407 |
+
"obl",
|
408 |
+
"obl:agent",
|
409 |
+
"parataxis",
|
410 |
+
"punct",
|
411 |
+
"vocative",
|
412 |
+
"xcomp"
|
413 |
+
],
|
414 |
+
"senter":[
|
415 |
+
"I",
|
416 |
+
"S"
|
417 |
+
],
|
418 |
+
"attribute_ruler":[
|
419 |
+
|
420 |
+
],
|
421 |
+
"lemmatizer":[
|
422 |
+
|
423 |
+
],
|
424 |
+
"ner":[
|
425 |
+
"EVENT",
|
426 |
+
"GPE",
|
427 |
+
"LOC",
|
428 |
+
"ORG",
|
429 |
+
"PERSON",
|
430 |
+
"PRODUCT"
|
431 |
+
]
|
432 |
+
},
|
433 |
+
"pipeline":[
|
434 |
+
"tok2vec",
|
435 |
+
"morphologizer",
|
436 |
+
"parser",
|
437 |
+
"attribute_ruler",
|
438 |
+
"lemmatizer",
|
439 |
+
"ner"
|
440 |
+
],
|
441 |
+
"components":[
|
442 |
+
"tok2vec",
|
443 |
+
"morphologizer",
|
444 |
+
"parser",
|
445 |
+
"senter",
|
446 |
+
"attribute_ruler",
|
447 |
+
"lemmatizer",
|
448 |
+
"ner"
|
449 |
+
],
|
450 |
+
"disabled":[
|
451 |
+
"senter"
|
452 |
+
],
|
453 |
+
"performance":{
|
454 |
+
"token_acc":1.0,
|
455 |
+
"token_p":0.9990295973,
|
456 |
+
"token_r":0.9995068547,
|
457 |
+
"token_f":0.9992604644,
|
458 |
+
"sents_p":0.9195121951,
|
459 |
+
"sents_r":0.935483871,
|
460 |
+
"sents_f":0.9274292743,
|
461 |
+
"dep_uas":0.8446911409,
|
462 |
+
"dep_las":0.804792262,
|
463 |
+
"dep_las_per_type":{
|
464 |
+
"root":{
|
465 |
+
"p":0.8634146341,
|
466 |
+
"r":0.8784119107,
|
467 |
+
"f":0.8708487085
|
468 |
+
},
|
469 |
+
"nmod":{
|
470 |
+
"p":0.7382154882,
|
471 |
+
"r":0.7534364261,
|
472 |
+
"f":0.7457482993
|
473 |
+
},
|
474 |
+
"vocative":{
|
475 |
+
"p":0.75,
|
476 |
+
"r":0.4285714286,
|
477 |
+
"f":0.5454545455
|
478 |
+
},
|
479 |
+
"cc":{
|
480 |
+
"p":0.8459119497,
|
481 |
+
"r":0.8380062305,
|
482 |
+
"f":0.8419405321
|
483 |
+
},
|
484 |
+
"conj":{
|
485 |
+
"p":0.4827586207,
|
486 |
+
"r":0.4615384615,
|
487 |
+
"f":0.4719101124
|
488 |
+
},
|
489 |
+
"aux":{
|
490 |
+
"p":0.9595588235,
|
491 |
+
"r":0.9595588235,
|
492 |
+
"f":0.9595588235
|
493 |
+
},
|
494 |
+
"advmod":{
|
495 |
+
"p":0.7327823691,
|
496 |
+
"r":0.7492957746,
|
497 |
+
"f":0.7409470752
|
498 |
+
},
|
499 |
+
"ccomp":{
|
500 |
+
"p":0.7397260274,
|
501 |
+
"r":0.7826086957,
|
502 |
+
"f":0.7605633803
|
503 |
+
},
|
504 |
+
"det":{
|
505 |
+
"p":0.9307196563,
|
506 |
+
"r":0.9418478261,
|
507 |
+
"f":0.9362506753
|
508 |
+
},
|
509 |
+
"obj":{
|
510 |
+
"p":0.768115942,
|
511 |
+
"r":0.8054711246,
|
512 |
+
"f":0.7863501484
|
513 |
+
},
|
514 |
+
"flat":{
|
515 |
+
"p":0.6891891892,
|
516 |
+
"r":0.5151515152,
|
517 |
+
"f":0.5895953757
|
518 |
+
},
|
519 |
+
"case":{
|
520 |
+
"p":0.9402985075,
|
521 |
+
"r":0.9423076923,
|
522 |
+
"f":0.9413020277
|
523 |
+
},
|
524 |
+
"amod":{
|
525 |
+
"p":0.8497536946,
|
526 |
+
"r":0.8373786408,
|
527 |
+
"f":0.8435207824
|
528 |
+
},
|
529 |
+
"obl":{
|
530 |
+
"p":0.7402799378,
|
531 |
+
"r":0.7496062992,
|
532 |
+
"f":0.744913928
|
533 |
+
},
|
534 |
+
"acl:relcl":{
|
535 |
+
"p":0.7168674699,
|
536 |
+
"r":0.6467391304,
|
537 |
+
"f":0.68
|
538 |
+
},
|
539 |
+
"mark":{
|
540 |
+
"p":0.8601398601,
|
541 |
+
"r":0.8601398601,
|
542 |
+
"f":0.8601398601
|
543 |
+
},
|
544 |
+
"nsubj:pass":{
|
545 |
+
"p":0.7448275862,
|
546 |
+
"r":0.6545454545,
|
547 |
+
"f":0.6967741935
|
548 |
+
},
|
549 |
+
"nsubj":{
|
550 |
+
"p":0.7129411765,
|
551 |
+
"r":0.7079439252,
|
552 |
+
"f":0.7104337632
|
553 |
+
},
|
554 |
+
"cop":{
|
555 |
+
"p":0.7272727273,
|
556 |
+
"r":0.7128712871,
|
557 |
+
"f":0.72
|
558 |
+
},
|
559 |
+
"parataxis":{
|
560 |
+
"p":0.3076923077,
|
561 |
+
"r":0.2352941176,
|
562 |
+
"f":0.2666666667
|
563 |
+
},
|
564 |
+
"nummod":{
|
565 |
+
"p":0.7578947368,
|
566 |
+
"r":0.8674698795,
|
567 |
+
"f":0.808988764
|
568 |
+
},
|
569 |
+
"advcl":{
|
570 |
+
"p":0.4576271186,
|
571 |
+
"r":0.5094339623,
|
572 |
+
"f":0.4821428571
|
573 |
+
},
|
574 |
+
"xcomp":{
|
575 |
+
"p":0.7,
|
576 |
+
"r":0.6666666667,
|
577 |
+
"f":0.6829268293
|
578 |
+
},
|
579 |
+
"csubj":{
|
580 |
+
"p":0.7647058824,
|
581 |
+
"r":0.5909090909,
|
582 |
+
"f":0.6666666667
|
583 |
+
},
|
584 |
+
"acl":{
|
585 |
+
"p":0.6818181818,
|
586 |
+
"r":0.3409090909,
|
587 |
+
"f":0.4545454545
|
588 |
+
},
|
589 |
+
"fixed":{
|
590 |
+
"p":0.3636363636,
|
591 |
+
"r":0.5714285714,
|
592 |
+
"f":0.4444444444
|
593 |
+
},
|
594 |
+
"compound":{
|
595 |
+
"p":0.0,
|
596 |
+
"r":0.0,
|
597 |
+
"f":0.0
|
598 |
+
},
|
599 |
+
"appos":{
|
600 |
+
"p":0.2826086957,
|
601 |
+
"r":0.2653061224,
|
602 |
+
"f":0.2736842105
|
603 |
+
},
|
604 |
+
"dep":{
|
605 |
+
"p":0.0,
|
606 |
+
"r":0.0,
|
607 |
+
"f":0.0
|
608 |
+
},
|
609 |
+
"csubj:pass":{
|
610 |
+
"p":0.75,
|
611 |
+
"r":0.5,
|
612 |
+
"f":0.6
|
613 |
+
},
|
614 |
+
"obl:agent":{
|
615 |
+
"p":0.5714285714,
|
616 |
+
"r":0.32,
|
617 |
+
"f":0.4102564103
|
618 |
+
},
|
619 |
+
"orphan":{
|
620 |
+
"p":0.0,
|
621 |
+
"r":0.0,
|
622 |
+
"f":0.0
|
623 |
+
},
|
624 |
+
"iobj":{
|
625 |
+
"p":1.0,
|
626 |
+
"r":1.0,
|
627 |
+
"f":1.0
|
628 |
+
},
|
629 |
+
"expl":{
|
630 |
+
"p":0.0,
|
631 |
+
"r":0.0,
|
632 |
+
"f":0.0
|
633 |
+
}
|
634 |
+
},
|
635 |
+
"ents_p":0.7348837209,
|
636 |
+
"ents_r":0.6638655462,
|
637 |
+
"ents_f":0.6975717439,
|
638 |
+
"ents_per_type":{
|
639 |
+
"ORG":{
|
640 |
+
"p":0.0,
|
641 |
+
"r":0.0,
|
642 |
+
"f":0.0
|
643 |
+
},
|
644 |
+
"PERSON":{
|
645 |
+
"p":0.0,
|
646 |
+
"r":0.0,
|
647 |
+
"f":0.0
|
648 |
+
},
|
649 |
+
"GPE":{
|
650 |
+
"p":0.0,
|
651 |
+
"r":0.0,
|
652 |
+
"f":0.0
|
653 |
+
},
|
654 |
+
"PRODUCT":{
|
655 |
+
"p":0.0,
|
656 |
+
"r":0.0,
|
657 |
+
"f":0.0
|
658 |
+
},
|
659 |
+
"EVENT":{
|
660 |
+
"p":0.0,
|
661 |
+
"r":0.0,
|
662 |
+
"f":0.0
|
663 |
+
},
|
664 |
+
"LOC":{
|
665 |
+
"p":0.0,
|
666 |
+
"r":0.0,
|
667 |
+
"f":0.0
|
668 |
+
}
|
669 |
+
},
|
670 |
+
"speed":2331.9277335651,
|
671 |
+
"pos_acc":0.94345018,
|
672 |
+
"morph_acc":0.8863580338,
|
673 |
+
"morph_micro_p":0.9474649993,
|
674 |
+
"morph_micro_r":0.9453768691,
|
675 |
+
"morph_micro_f":0.9464197824,
|
676 |
+
"morph_per_feat":{
|
677 |
+
"Abbr":{
|
678 |
+
"p":0.9487179487,
|
679 |
+
"r":0.7956989247,
|
680 |
+
"f":0.865497076
|
681 |
+
},
|
682 |
+
"Case":{
|
683 |
+
"p":0.9229232562,
|
684 |
+
"r":0.9243081027,
|
685 |
+
"f":0.9236151603
|
686 |
+
},
|
687 |
+
"Gender":{
|
688 |
+
"p":0.9189279174,
|
689 |
+
"r":0.9203067689,
|
690 |
+
"f":0.9196168263
|
691 |
+
},
|
692 |
+
"Number":{
|
693 |
+
"p":0.9678442682,
|
694 |
+
"r":0.9688221709,
|
695 |
+
"f":0.9683329727
|
696 |
+
},
|
697 |
+
"Aspect":{
|
698 |
+
"p":0.9227642276,
|
699 |
+
"r":0.9116465863,
|
700 |
+
"f":0.9171717172
|
701 |
+
},
|
702 |
+
"Mood":{
|
703 |
+
"p":0.9827586207,
|
704 |
+
"r":0.9806451613,
|
705 |
+
"f":0.9817007535
|
706 |
+
},
|
707 |
+
"Person":{
|
708 |
+
"p":0.9696521095,
|
709 |
+
"r":0.9597069597,
|
710 |
+
"f":0.9646539028
|
711 |
+
},
|
712 |
+
"Tense":{
|
713 |
+
"p":0.9508408797,
|
714 |
+
"r":0.9582790091,
|
715 |
+
"f":0.9545454545
|
716 |
+
},
|
717 |
+
"VerbForm":{
|
718 |
+
"p":0.9735772358,
|
719 |
+
"r":0.9618473896,
|
720 |
+
"f":0.9676767677
|
721 |
+
},
|
722 |
+
"Voice":{
|
723 |
+
"p":0.9552845528,
|
724 |
+
"r":0.9437751004,
|
725 |
+
"f":0.9494949495
|
726 |
+
},
|
727 |
+
"Definite":{
|
728 |
+
"p":0.9864253394,
|
729 |
+
"r":0.9971412236,
|
730 |
+
"f":0.9917543361
|
731 |
+
},
|
732 |
+
"PronType":{
|
733 |
+
"p":0.9812870835,
|
734 |
+
"r":0.9844322344,
|
735 |
+
"f":0.9828571429
|
736 |
+
},
|
737 |
+
"Foreign":{
|
738 |
+
"p":0.71875,
|
739 |
+
"r":0.5714285714,
|
740 |
+
"f":0.6366782007
|
741 |
+
},
|
742 |
+
"NumType":{
|
743 |
+
"p":0.9427083333,
|
744 |
+
"r":0.8829268293,
|
745 |
+
"f":0.9118387909
|
746 |
+
},
|
747 |
+
"Poss":{
|
748 |
+
"p":0.8977272727,
|
749 |
+
"r":0.8876404494,
|
750 |
+
"f":0.8926553672
|
751 |
+
},
|
752 |
+
"Degree":{
|
753 |
+
"p":0.7666666667,
|
754 |
+
"r":0.6052631579,
|
755 |
+
"f":0.6764705882
|
756 |
+
}
|
757 |
+
},
|
758 |
+
"tag_acc":0.9134743381,
|
759 |
+
"lemma_acc":0.5620470345
|
760 |
+
},
|
761 |
+
"sources":[
|
762 |
+
{
|
763 |
+
"name":"UD Greek GDT v2.8",
|
764 |
+
"url":"https://github.com/UniversalDependencies/UD_Greek-GDT",
|
765 |
+
"license":"CC BY-NC-SA 3.0",
|
766 |
+
"author":"Prokopidis, Prokopis"
|
767 |
+
},
|
768 |
+
{
|
769 |
+
"name":"Greek NER Corpus (Google Summer of Code 2018)",
|
770 |
+
"url":"https://github.com/eellak/gsoc2018-spacy",
|
771 |
+
"license":"MIT",
|
772 |
+
"author":"Giannis Daras"
|
773 |
+
},
|
774 |
+
{
|
775 |
+
"name":"spaCy lookups data",
|
776 |
+
"author":"Explosion",
|
777 |
+
"url":"https://github.com/explosion/spacy-lookups-data",
|
778 |
+
"license":"MIT"
|
779 |
+
}
|
780 |
+
],
|
781 |
+
"requirements":[
|
782 |
+
|
783 |
+
]
|
784 |
+
}
|
morphologizer/cfg
ADDED
@@ -0,0 +1,720 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"extend":false,
|
3 |
+
"labels_morph":{
|
4 |
+
"Case=Nom|Definite=Def|Gender=Fem|Number=Sing|POS=DET|PronType=Art":"Case=Nom|Definite=Def|Gender=Fem|Number=Sing|PronType=Art",
|
5 |
+
"Foreign=Yes|POS=X":"Foreign=Yes",
|
6 |
+
"Aspect=Perf|Mood=Ind|Number=Sing|POS=VERB|Person=3|Tense=Past|VerbForm=Fin|Voice=Pass":"Aspect=Perf|Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin|Voice=Pass",
|
7 |
+
"POS=ADP":"",
|
8 |
+
"Case=Acc|Definite=Def|Gender=Fem|Number=Sing|POS=DET|PronType=Art":"Case=Acc|Definite=Def|Gender=Fem|Number=Sing|PronType=Art",
|
9 |
+
"NumType=Card|POS=NUM":"NumType=Card",
|
10 |
+
"POS=NOUN":"",
|
11 |
+
"POS=ADV":"",
|
12 |
+
"POS=PUNCT":"",
|
13 |
+
"Case=Acc|Gender=Neut|Number=Plur|POS=NOUN":"Case=Acc|Gender=Neut|Number=Plur",
|
14 |
+
"Case=Acc|Gender=Neut|Number=Plur|POS=ADP":"Case=Acc|Gender=Neut|Number=Plur",
|
15 |
+
"Case=Gen|Definite=Def|Gender=Fem|Number=Sing|POS=DET|PronType=Art":"Case=Gen|Definite=Def|Gender=Fem|Number=Sing|PronType=Art",
|
16 |
+
"Case=Gen|Gender=Fem|Number=Sing|POS=NOUN":"Case=Gen|Gender=Fem|Number=Sing",
|
17 |
+
"Case=Gen|Definite=Def|Gender=Fem|Number=Plur|POS=DET|PronType=Art":"Case=Gen|Definite=Def|Gender=Fem|Number=Plur|PronType=Art",
|
18 |
+
"Case=Gen|Definite=Def|Gender=Neut|Number=Sing|POS=DET|PronType=Art":"Case=Gen|Definite=Def|Gender=Neut|Number=Sing|PronType=Art",
|
19 |
+
"Case=Acc|Definite=Def|Gender=Neut|Number=Sing|POS=DET|PronType=Art":"Case=Acc|Definite=Def|Gender=Neut|Number=Sing|PronType=Art",
|
20 |
+
"Case=Gen|Definite=Def|Gender=Masc|Number=Sing|POS=DET|PronType=Art":"Case=Gen|Definite=Def|Gender=Masc|Number=Sing|PronType=Art",
|
21 |
+
"Case=Gen|Gender=Masc|Number=Sing|POS=NOUN":"Case=Gen|Gender=Masc|Number=Sing",
|
22 |
+
"Aspect=Perf|Mood=Ind|Number=Sing|POS=VERB|Person=3|Tense=Past|VerbForm=Fin|Voice=Act":"Aspect=Perf|Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin|Voice=Act",
|
23 |
+
"Case=Nom|Definite=Def|Gender=Masc|Number=Sing|POS=DET|PronType=Art":"Case=Nom|Definite=Def|Gender=Masc|Number=Sing|PronType=Art",
|
24 |
+
"Case=Acc|Gender=Neut|Number=Sing|POS=ADP":"Case=Acc|Gender=Neut|Number=Sing",
|
25 |
+
"Case=Acc|Gender=Neut|NumType=Ord|Number=Sing|POS=NUM":"Case=Acc|Gender=Neut|NumType=Ord|Number=Sing",
|
26 |
+
"Case=Acc|Gender=Neut|Number=Sing|POS=NOUN":"Case=Acc|Gender=Neut|Number=Sing",
|
27 |
+
"POS=CCONJ":"",
|
28 |
+
"Case=Nom|Definite=Def|Gender=Masc|Number=Plur|POS=DET|PronType=Art":"Case=Nom|Definite=Def|Gender=Masc|Number=Plur|PronType=Art",
|
29 |
+
"Case=Nom|Gender=Masc|Number=Plur|POS=ADJ":"Case=Nom|Gender=Masc|Number=Plur",
|
30 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=VERB|Person=3|Tense=Past|VerbForm=Fin|Voice=Act":"Aspect=Perf|Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin|Voice=Act",
|
31 |
+
"Case=Acc|Definite=Def|Gender=Masc|Number=Sing|POS=DET|PronType=Art":"Case=Acc|Definite=Def|Gender=Masc|Number=Sing|PronType=Art",
|
32 |
+
"Case=Acc|Gender=Neut|NumType=Card|Number=Plur|POS=NUM":"Case=Acc|Gender=Neut|NumType=Card|Number=Plur",
|
33 |
+
"Case=Acc|Definite=Def|Gender=Masc|Number=Plur|POS=DET|PronType=Art":"Case=Acc|Definite=Def|Gender=Masc|Number=Plur|PronType=Art",
|
34 |
+
"Case=Nom|Gender=Masc|NumType=Card|Number=Plur|POS=NUM":"Case=Nom|Gender=Masc|NumType=Card|Number=Plur",
|
35 |
+
"POS=AUX":"",
|
36 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=VERB|Person=3|VerbForm=Fin|Voice=Pass":"Aspect=Perf|Mood=Ind|Number=Plur|Person=3|VerbForm=Fin|Voice=Pass",
|
37 |
+
"Case=Acc|Gender=Fem|Number=Plur|POS=ADP":"Case=Acc|Gender=Fem|Number=Plur",
|
38 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=PROPN":"Case=Acc|Gender=Masc|Number=Plur",
|
39 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin|Voice=Pass":"Aspect=Imp|Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin|Voice=Pass",
|
40 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=NOUN":"Case=Acc|Gender=Fem|Number=Sing",
|
41 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=ADJ":"Case=Acc|Gender=Masc|Number=Plur",
|
42 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=NOUN":"Case=Acc|Gender=Masc|Number=Plur",
|
43 |
+
"Case=Gen|Gender=Neut|NumType=Card|Number=Plur|POS=NUM":"Case=Gen|Gender=Neut|NumType=Card|Number=Plur",
|
44 |
+
"Case=Gen|Gender=Neut|Number=Plur|POS=NOUN":"Case=Gen|Gender=Neut|Number=Plur",
|
45 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=ADP":"Case=Acc|Gender=Masc|Number=Sing",
|
46 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=NOUN":"Case=Acc|Gender=Masc|Number=Sing",
|
47 |
+
"Case=Acc|Gender=Neut|Number=Sing|POS=PROPN":"Case=Acc|Gender=Neut|Number=Sing",
|
48 |
+
"Case=Nom|Gender=Masc|Number=Sing|POS=NOUN":"Case=Nom|Gender=Masc|Number=Sing",
|
49 |
+
"Case=Nom|Gender=Masc|Number=Sing|POS=PROPN":"Case=Nom|Gender=Masc|Number=Sing",
|
50 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=VERB|Person=3|Tense=Past|VerbForm=Fin|Voice=Act":"Aspect=Imp|Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin|Voice=Act",
|
51 |
+
"Case=Gen|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Rel":"Case=Gen|Gender=Masc|Number=Sing|Person=3|PronType=Rel",
|
52 |
+
"Case=Acc|Definite=Def|Gender=Fem|Number=Plur|POS=DET|PronType=Art":"Case=Acc|Definite=Def|Gender=Fem|Number=Plur|PronType=Art",
|
53 |
+
"Case=Acc|Gender=Fem|Number=Plur|POS=NOUN":"Case=Acc|Gender=Fem|Number=Plur",
|
54 |
+
"Case=Gen|Gender=Masc|Number=Sing|POS=PRON|Person=3|Poss=Yes|PronType=Prs":"Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
|
55 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=ADP":"Case=Acc|Gender=Fem|Number=Sing",
|
56 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=PROPN":"Case=Acc|Gender=Fem|Number=Sing",
|
57 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin|Voice=Act":"Aspect=Imp|Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin|Voice=Act",
|
58 |
+
"Case=Acc|Definite=Def|Gender=Neut|Number=Plur|POS=DET|PronType=Art":"Case=Acc|Definite=Def|Gender=Neut|Number=Plur|PronType=Art",
|
59 |
+
"Case=Acc|Gender=Neut|Number=Plur|POS=ADJ":"Case=Acc|Gender=Neut|Number=Plur",
|
60 |
+
"Case=Gen|Gender=Neut|Number=Plur|POS=PROPN":"Case=Gen|Gender=Neut|Number=Plur",
|
61 |
+
"Case=Acc|Gender=Neut|Number=Sing|POS=ADJ":"Case=Acc|Gender=Neut|Number=Sing",
|
62 |
+
"Aspect=Imp|POS=VERB|VerbForm=Conv|Voice=Act":"Aspect=Imp|VerbForm=Conv|Voice=Act",
|
63 |
+
"Case=Nom|Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Rel":"Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Rel",
|
64 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin|Voice=Pass":"Aspect=Imp|Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin|Voice=Pass",
|
65 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=ADP":"Case=Acc|Gender=Masc|Number=Plur",
|
66 |
+
"Case=Gen|Gender=Fem|Number=Sing|POS=ADJ":"Case=Gen|Gender=Fem|Number=Sing",
|
67 |
+
"Case=Gen|Gender=Fem|Number=Sing|POS=PROPN":"Case=Gen|Gender=Fem|Number=Sing",
|
68 |
+
"Case=Acc|Definite=Ind|Gender=Neut|Number=Sing|POS=DET|PronType=Art":"Case=Acc|Definite=Ind|Gender=Neut|Number=Sing|PronType=Art",
|
69 |
+
"Case=Gen|Definite=Def|Gender=Neut|Number=Plur|POS=DET|PronType=Art":"Case=Gen|Definite=Def|Gender=Neut|Number=Plur|PronType=Art",
|
70 |
+
"Case=Gen|Gender=Neut|Number=Sing|POS=PROPN":"Case=Gen|Gender=Neut|Number=Sing",
|
71 |
+
"Case=Nom|Definite=Def|Gender=Neut|Number=Sing|POS=DET|PronType=Art":"Case=Nom|Definite=Def|Gender=Neut|Number=Sing|PronType=Art",
|
72 |
+
"Case=Nom|Gender=Neut|Number=Sing|POS=PRON|Person=3|PronType=Rel":"Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Rel",
|
73 |
+
"Case=Nom|Gender=Neut|Number=Plur|POS=NOUN":"Case=Nom|Gender=Neut|Number=Plur",
|
74 |
+
"Case=Gen|Gender=Masc|Number=Sing|POS=PROPN":"Case=Gen|Gender=Masc|Number=Sing",
|
75 |
+
"Case=Nom|Gender=Masc|Number=Plur|POS=NOUN":"Case=Nom|Gender=Masc|Number=Plur",
|
76 |
+
"Case=Nom|Gender=Fem|Number=Plur|POS=ADJ":"Case=Nom|Gender=Fem|Number=Plur",
|
77 |
+
"Case=Nom|Gender=Fem|Number=Plur|POS=NOUN":"Case=Nom|Gender=Fem|Number=Plur",
|
78 |
+
"Case=Nom|Gender=Fem|Number=Sing|POS=NOUN":"Case=Nom|Gender=Fem|Number=Sing",
|
79 |
+
"Case=Acc|Gender=Fem|Number=Plur|POS=PRON|Person=3|PronType=Ind":"Case=Acc|Gender=Fem|Number=Plur|Person=3|PronType=Ind",
|
80 |
+
"Case=Nom|Gender=Neut|Number=Sing|POS=NOUN":"Case=Nom|Gender=Neut|Number=Sing",
|
81 |
+
"Case=Nom|Gender=Neut|Number=Plur|POS=ADJ":"Case=Nom|Gender=Neut|Number=Plur",
|
82 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=AUX|Person=3|Tense=Past|VerbForm=Fin|Voice=Pass":"Aspect=Imp|Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin|Voice=Pass",
|
83 |
+
"Case=Nom|Gender=Fem|Number=Sing|POS=ADJ":"Case=Nom|Gender=Fem|Number=Sing",
|
84 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=ADJ":"Case=Acc|Gender=Fem|Number=Sing",
|
85 |
+
"Case=Nom|Degree=Cmp|Gender=Masc|Number=Sing|POS=ADJ":"Case=Nom|Degree=Cmp|Gender=Masc|Number=Sing",
|
86 |
+
"Case=Gen|Definite=Def|Gender=Masc|Number=Plur|POS=DET|PronType=Art":"Case=Gen|Definite=Def|Gender=Masc|Number=Plur|PronType=Art",
|
87 |
+
"Case=Gen|Gender=Masc|Number=Plur|POS=NOUN":"Case=Gen|Gender=Masc|Number=Plur",
|
88 |
+
"Case=Gen|Gender=Fem|Number=Plur|POS=NOUN":"Case=Gen|Gender=Fem|Number=Plur",
|
89 |
+
"Case=Nom|Gender=Neut|NumType=Card|Number=Plur|POS=NUM":"Case=Nom|Gender=Neut|NumType=Card|Number=Plur",
|
90 |
+
"Case=Gen|Gender=Masc|Number=Plur|POS=PRON|Person=3|Poss=Yes|PronType=Prs":"Case=Gen|Gender=Masc|Number=Plur|Person=3|Poss=Yes|PronType=Prs",
|
91 |
+
"POS=SCONJ":"",
|
92 |
+
"Case=Nom|Gender=Neut|Number=Plur|POS=PRON|Person=3|PronType=Ind":"Case=Nom|Gender=Neut|Number=Plur|Person=3|PronType=Ind",
|
93 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=VERB|Person=3|Tense=Past|VerbForm=Fin|Voice=Pass":"Aspect=Perf|Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin|Voice=Pass",
|
94 |
+
"Case=Nom|Definite=Def|Gender=Fem|Number=Plur|POS=DET|PronType=Art":"Case=Nom|Definite=Def|Gender=Fem|Number=Plur|PronType=Art",
|
95 |
+
"Case=Nom|Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Rel":"Case=Nom|Gender=Masc|Number=Plur|Person=3|PronType=Rel",
|
96 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin|Voice=Act":"Aspect=Imp|Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin|Voice=Act",
|
97 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=VERB|Person=3|VerbForm=Fin|Voice=Act":"Aspect=Perf|Mood=Ind|Number=Plur|Person=3|VerbForm=Fin|Voice=Act",
|
98 |
+
"Case=Nom|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Rel":"Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Rel",
|
99 |
+
"Case=Nom|Gender=Fem|Number=Sing|POS=PROPN":"Case=Nom|Gender=Fem|Number=Sing",
|
100 |
+
"Case=Gen|Gender=Masc|Number=Sing|POS=ADJ":"Case=Gen|Gender=Masc|Number=Sing",
|
101 |
+
"Case=Acc|Gender=Fem|NumType=Ord|Number=Sing|POS=NUM":"Case=Acc|Gender=Fem|NumType=Ord|Number=Sing",
|
102 |
+
"Case=Gen|Gender=Fem|Number=Plur|POS=PRON|Person=3|PronType=Prs":"Case=Gen|Gender=Fem|Number=Plur|Person=3|PronType=Prs",
|
103 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=VERB|Person=3|Tense=Past|VerbForm=Fin|Voice=Pass":"Aspect=Imp|Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin|Voice=Pass",
|
104 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=AUX|Person=3|Tense=Pres|VerbForm=Fin|Voice=Pass":"Aspect=Imp|Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin|Voice=Pass",
|
105 |
+
"Case=Acc|Definite=Ind|Gender=Fem|Number=Sing|POS=DET|PronType=Art":"Case=Acc|Definite=Ind|Gender=Fem|Number=Sing|PronType=Art",
|
106 |
+
"Case=Nom|Gender=Neut|Number=Sing|POS=ADJ":"Case=Nom|Gender=Neut|Number=Sing",
|
107 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=AUX|Person=3|Tense=Pres|VerbForm=Fin|Voice=Act":"Aspect=Imp|Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin|Voice=Act",
|
108 |
+
"Aspect=Perf|POS=VERB|VerbForm=Inf|Voice=Pass":"Aspect=Perf|VerbForm=Inf|Voice=Pass",
|
109 |
+
"Case=Acc|Gender=Fem|Number=Plur|POS=ADJ":"Case=Acc|Gender=Fem|Number=Plur",
|
110 |
+
"Case=Nom|Definite=Def|Gender=Neut|Number=Plur|POS=DET|PronType=Art":"Case=Nom|Definite=Def|Gender=Neut|Number=Plur|PronType=Art",
|
111 |
+
"Case=Nom|Gender=Masc|Number=Sing|POS=ADJ":"Case=Nom|Gender=Masc|Number=Sing",
|
112 |
+
"Case=Gen|Gender=Neut|Number=Plur|POS=ADJ":"Case=Gen|Gender=Neut|Number=Plur",
|
113 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=AUX|Person=3|Tense=Pres|VerbForm=Fin|Voice=Act":"Aspect=Imp|Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin|Voice=Act",
|
114 |
+
"Aspect=Perf|POS=VERB|VerbForm=Inf|Voice=Act":"Aspect=Perf|VerbForm=Inf|Voice=Act",
|
115 |
+
"Case=Acc|Gender=Fem|Number=Plur|POS=PRON|Person=3|PronType=Rel":"Case=Acc|Gender=Fem|Number=Plur|Person=3|PronType=Rel",
|
116 |
+
"Case=Nom|Gender=Masc|Number=Plur|POS=PROPN":"Case=Nom|Gender=Masc|Number=Plur",
|
117 |
+
"Aspect=Perf|Case=Acc|Gender=Fem|Number=Sing|POS=VERB|VerbForm=Part|Voice=Pass":"Aspect=Perf|Case=Acc|Gender=Fem|Number=Sing|VerbForm=Part|Voice=Pass",
|
118 |
+
"Case=Gen|Gender=Masc|Number=Plur|POS=PROPN":"Case=Gen|Gender=Masc|Number=Plur",
|
119 |
+
"POS=PART":"",
|
120 |
+
"Case=Nom|Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Ind":"Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Ind",
|
121 |
+
"Case=Nom|Degree=Cmp|Gender=Neut|Number=Sing|POS=ADJ":"Case=Nom|Degree=Cmp|Gender=Neut|Number=Sing",
|
122 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Dem":"Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Dem",
|
123 |
+
"Case=Acc|Degree=Cmp|Gender=Fem|Number=Sing|POS=ADJ":"Case=Acc|Degree=Cmp|Gender=Fem|Number=Sing",
|
124 |
+
"Case=Nom|Gender=Neut|Number=Plur|POS=PRON|Person=3|PronType=Dem":"Case=Nom|Gender=Neut|Number=Plur|Person=3|PronType=Dem",
|
125 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=AUX|Person=3|Tense=Pres|VerbForm=Fin|Voice=Pass":"Aspect=Imp|Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin|Voice=Pass",
|
126 |
+
"Case=Gen|Gender=Fem|NumType=Ord|Number=Sing|POS=NUM":"Case=Gen|Gender=Fem|NumType=Ord|Number=Sing",
|
127 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=VERB|Person=3|Tense=Past|VerbForm=Fin|Voice=Act":"Aspect=Imp|Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin|Voice=Act",
|
128 |
+
"Aspect=Perf|Mood=Ind|Number=Sing|POS=VERB|Person=3|VerbForm=Fin|Voice=Pass":"Aspect=Perf|Mood=Ind|Number=Sing|Person=3|VerbForm=Fin|Voice=Pass",
|
129 |
+
"Case=Gen|Gender=Neut|Number=Sing|POS=NOUN":"Case=Gen|Gender=Neut|Number=Sing",
|
130 |
+
"Case=Gen|Gender=Fem|Number=Sing|POS=PRON|Person=3|Poss=Yes|PronType=Prs":"Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
|
131 |
+
"Abbr=Yes|POS=NOUN":"Abbr=Yes",
|
132 |
+
"Case=Acc|Gender=Neut|Number=Plur|POS=PRON|Person=3|PronType=Ind":"Case=Acc|Gender=Neut|Number=Plur|Person=3|PronType=Ind",
|
133 |
+
"Case=Nom|Gender=Fem|Number=Plur|POS=PRON|Person=3|PronType=Rel":"Case=Nom|Gender=Fem|Number=Plur|Person=3|PronType=Rel",
|
134 |
+
"Aspect=Perf|Mood=Ind|Number=Sing|POS=VERB|Person=3|VerbForm=Fin|Voice=Act":"Aspect=Perf|Mood=Ind|Number=Sing|Person=3|VerbForm=Fin|Voice=Act",
|
135 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=PROPN":"Case=Acc|Gender=Masc|Number=Sing",
|
136 |
+
"Case=Gen|Gender=Fem|Number=Plur|POS=ADJ":"Case=Gen|Gender=Fem|Number=Plur",
|
137 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=ADJ":"Case=Acc|Gender=Masc|Number=Sing",
|
138 |
+
"Case=Voc|Gender=Fem|Number=Sing|POS=NOUN":"Case=Voc|Gender=Fem|Number=Sing",
|
139 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=VERB|Person=1|Tense=Pres|VerbForm=Fin|Voice=Act":"Aspect=Imp|Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin|Voice=Act",
|
140 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Rel":"Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Rel",
|
141 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=VERB|Person=1|Tense=Past|VerbForm=Fin|Voice=Act":"Aspect=Perf|Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin|Voice=Act",
|
142 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=VERB|Person=1|VerbForm=Fin|Voice=Act":"Aspect=Perf|Mood=Ind|Number=Plur|Person=1|VerbForm=Fin|Voice=Act",
|
143 |
+
"Case=Acc|Definite=Ind|Gender=Masc|Number=Sing|POS=DET|PronType=Art":"Case=Acc|Definite=Ind|Gender=Masc|Number=Sing|PronType=Art",
|
144 |
+
"Case=Gen|Gender=Neut|Number=Plur|POS=PRON|Person=3|Poss=Yes|PronType=Prs":"Case=Gen|Gender=Neut|Number=Plur|Person=3|Poss=Yes|PronType=Prs",
|
145 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=VERB|Person=1|Tense=Pres|VerbForm=Fin|Voice=Pass":"Aspect=Imp|Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin|Voice=Pass",
|
146 |
+
"Case=Nom|Gender=Neut|Number=Plur|POS=PRON|Person=3|PronType=Rel":"Case=Nom|Gender=Neut|Number=Plur|Person=3|PronType=Rel",
|
147 |
+
"Case=Gen|Gender=Masc|Number=Plur|POS=PRON|Person=1|Poss=Yes|PronType=Prs":"Case=Gen|Gender=Masc|Number=Plur|Person=1|Poss=Yes|PronType=Prs",
|
148 |
+
"Case=Nom|Definite=Ind|Gender=Fem|Number=Sing|POS=DET|PronType=Art":"Case=Nom|Definite=Ind|Gender=Fem|Number=Sing|PronType=Art",
|
149 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=PRON|Person=1|PronType=Prs":"Case=Acc|Gender=Masc|Number=Plur|Person=1|PronType=Prs",
|
150 |
+
"Case=Acc|Gender=Neut|Number=Sing|POS=PRON|Person=3|PronType=Dem":"Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Dem",
|
151 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=VERB|Person=1|Tense=Past|VerbForm=Fin|Voice=Act":"Aspect=Imp|Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin|Voice=Act",
|
152 |
+
"Case=Gen|Gender=Masc|Number=Sing|POS=PRON|Person=1|Poss=Yes|PronType=Prs":"Case=Gen|Gender=Masc|Number=Sing|Person=1|Poss=Yes|PronType=Prs",
|
153 |
+
"Case=Nom|Definite=Ind|Gender=Neut|Number=Sing|POS=DET|PronType=Art":"Case=Nom|Definite=Ind|Gender=Neut|Number=Sing|PronType=Art",
|
154 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=VERB|Person=1|Tense=Pres|VerbForm=Fin|Voice=Act":"Aspect=Imp|Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin|Voice=Act",
|
155 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Dem":"Case=Acc|Gender=Masc|Number=Plur|Person=3|PronType=Dem",
|
156 |
+
"Case=Acc|Gender=Neut|Number=Sing|POS=PRON|Person=3|PronType=Ind":"Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Ind",
|
157 |
+
"Degree=Cmp|POS=ADV":"Degree=Cmp",
|
158 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Dem":"Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Dem",
|
159 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=PRON|Person=1|PronType=Prs":"Case=Acc|Gender=Masc|Number=Sing|Person=1|PronType=Prs",
|
160 |
+
"Aspect=Perf|Mood=Ind|Number=Sing|POS=VERB|Person=1|Tense=Past|VerbForm=Fin|Voice=Act":"Aspect=Perf|Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin|Voice=Act",
|
161 |
+
"Case=Acc|Gender=Neut|Number=Plur|POS=PRON|Person=3|PronType=Dem":"Case=Acc|Gender=Neut|Number=Plur|Person=3|PronType=Dem",
|
162 |
+
"Case=Acc|Gender=Neut|Number=Plur|POS=PRON|Person=3|PronType=Prs":"Case=Acc|Gender=Neut|Number=Plur|Person=3|PronType=Prs",
|
163 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Ind,Rel":"Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Ind,Rel",
|
164 |
+
"Case=Nom|Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Ind,Rel":"Case=Nom|Gender=Masc|Number=Plur|Person=3|PronType=Ind,Rel",
|
165 |
+
"Case=Gen|Gender=Neut|Number=Plur|POS=PRON|Person=3|PronType=Dem":"Case=Gen|Gender=Neut|Number=Plur|Person=3|PronType=Dem",
|
166 |
+
"Case=Nom|Gender=Fem|NumType=Card|Number=Sing|POS=NUM":"Case=Nom|Gender=Fem|NumType=Card|Number=Sing",
|
167 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Ind":"Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Ind",
|
168 |
+
"Case=Nom|Gender=Masc|Number=Plur|POS=PRON|Person=1|PronType=Prs":"Case=Nom|Gender=Masc|Number=Plur|Person=1|PronType=Prs",
|
169 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=VERB|Person=1|Tense=Past|VerbForm=Fin|Voice=Pass":"Aspect=Perf|Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin|Voice=Pass",
|
170 |
+
"Case=Gen|Gender=Fem|Number=Plur|POS=PRON|Person=3|PronType=Rel":"Case=Gen|Gender=Fem|Number=Plur|Person=3|PronType=Rel",
|
171 |
+
"Case=Acc|Gender=Neut|NumType=Card|Number=Sing|POS=NUM":"Case=Acc|Gender=Neut|NumType=Card|Number=Sing",
|
172 |
+
"Aspect=Perf|Case=Acc|Gender=Neut|Number=Sing|POS=VERB|VerbForm=Part|Voice=Pass":"Aspect=Perf|Case=Acc|Gender=Neut|Number=Sing|VerbForm=Part|Voice=Pass",
|
173 |
+
"Case=Gen|Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Dem":"Case=Gen|Gender=Fem|Number=Sing|Person=3|PronType=Dem",
|
174 |
+
"Case=Gen|Gender=Neut|Number=Sing|POS=PRON|Person=3|Poss=Yes|PronType=Prs":"Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
|
175 |
+
"Case=Acc|Gender=Masc|NumType=Ord|Number=Sing|POS=NUM":"Case=Acc|Gender=Masc|NumType=Ord|Number=Sing",
|
176 |
+
"Case=Gen|Definite=Ind|Gender=Masc|Number=Sing|POS=DET|PronType=Art":"Case=Gen|Definite=Ind|Gender=Masc|Number=Sing|PronType=Art",
|
177 |
+
"Case=Gen|Gender=Masc|NumType=Ord|Number=Sing|POS=NUM":"Case=Gen|Gender=Masc|NumType=Ord|Number=Sing",
|
178 |
+
"Case=Gen|Definite=Ind|Gender=Fem|Number=Sing|POS=DET|PronType=Art":"Case=Gen|Definite=Ind|Gender=Fem|Number=Sing|PronType=Art",
|
179 |
+
"Case=Nom|Gender=Fem|NumType=Card|Number=Plur|POS=NUM":"Case=Nom|Gender=Fem|NumType=Card|Number=Plur",
|
180 |
+
"Case=Voc|Gender=Masc|Number=Sing|POS=NOUN":"Case=Voc|Gender=Masc|Number=Sing",
|
181 |
+
"Aspect=Perf|Mood=Ind|Number=Sing|POS=VERB|Person=1|VerbForm=Fin|Voice=Act":"Aspect=Perf|Mood=Ind|Number=Sing|Person=1|VerbForm=Fin|Voice=Act",
|
182 |
+
"Case=Acc|Gender=Neut|Number=Plur|POS=PRON|Person=3|PronType=Ind,Rel":"Case=Acc|Gender=Neut|Number=Plur|Person=3|PronType=Ind,Rel",
|
183 |
+
"Case=Gen|Gender=Neut|Number=Sing|POS=PRON|Person=3|PronType=Dem":"Case=Gen|Gender=Neut|Number=Sing|Person=3|PronType=Dem",
|
184 |
+
"Case=Acc|Gender=Neut|Number=Plur|POS=PRON|Person=3|PronType=Rel":"Case=Acc|Gender=Neut|Number=Plur|Person=3|PronType=Rel",
|
185 |
+
"Case=Gen|Gender=Fem|Number=Plur|POS=PRON|Person=3|PronType=Dem":"Case=Gen|Gender=Fem|Number=Plur|Person=3|PronType=Dem",
|
186 |
+
"Case=Acc|Gender=Neut|Number=Sing|POS=PRON|Person=3|PronType=Rel":"Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Rel",
|
187 |
+
"Case=Acc|Gender=Neut|Number=Sing|POS=PRON|Person=3|PronType=Prs":"Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
|
188 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Rel":"Case=Acc|Gender=Masc|Number=Plur|Person=3|PronType=Rel",
|
189 |
+
"Case=Voc|Gender=Fem|Number=Plur|POS=NOUN":"Case=Voc|Gender=Fem|Number=Plur",
|
190 |
+
"Case=Voc|Gender=Masc|Number=Plur|POS=NOUN":"Case=Voc|Gender=Masc|Number=Plur",
|
191 |
+
"Case=Gen|Gender=Masc|Number=Plur|POS=PRON|Person=2|PronType=Prs":"Case=Gen|Gender=Masc|Number=Plur|Person=2|PronType=Prs",
|
192 |
+
"Case=Acc|Gender=Neut|Number=Sing|POS=PRON|Person=3|PronType=Int":"Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Int",
|
193 |
+
"Case=Gen|Gender=Masc|Number=Plur|POS=ADJ":"Case=Gen|Gender=Masc|Number=Plur",
|
194 |
+
"Case=Gen|Gender=Neut|Number=Sing|POS=ADJ":"Case=Gen|Gender=Neut|Number=Sing",
|
195 |
+
"Case=Gen|Definite=Ind|Gender=Neut|Number=Sing|POS=DET|PronType=Art":"Case=Gen|Definite=Ind|Gender=Neut|Number=Sing|PronType=Art",
|
196 |
+
"Case=Nom|Gender=Fem|Number=Plur|POS=PRON|Person=3|PronType=Ind":"Case=Nom|Gender=Fem|Number=Plur|Person=3|PronType=Ind",
|
197 |
+
"Case=Nom|Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Ind":"Case=Nom|Gender=Masc|Number=Plur|Person=3|PronType=Ind",
|
198 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Ind":"Case=Acc|Gender=Masc|Number=Plur|Person=3|PronType=Ind",
|
199 |
+
"Case=Nom|Gender=Neut|Number=Sing|POS=PRON|Person=3|PronType=Dem":"Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Dem",
|
200 |
+
"Case=Gen|Gender=Fem|Number=Plur|POS=PRON|Person=3|Poss=Yes|PronType=Prs":"Case=Gen|Gender=Fem|Number=Plur|Person=3|Poss=Yes|PronType=Prs",
|
201 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=VERB|Person=1|VerbForm=Fin|Voice=Pass":"Aspect=Perf|Mood=Ind|Number=Plur|Person=1|VerbForm=Fin|Voice=Pass",
|
202 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=VERB|Person=1|Tense=Pres|VerbForm=Fin|Voice=Pass":"Aspect=Imp|Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin|Voice=Pass",
|
203 |
+
"Case=Nom|Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Dem":"Case=Nom|Gender=Masc|Number=Plur|Person=3|PronType=Dem",
|
204 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Prs":"Case=Acc|Gender=Masc|Number=Plur|Person=3|PronType=Prs",
|
205 |
+
"Case=Acc|Gender=Fem|Number=Plur|POS=PRON|Person=3|PronType=Dem":"Case=Acc|Gender=Fem|Number=Plur|Person=3|PronType=Dem",
|
206 |
+
"Case=Nom|Gender=Masc|Number=Plur|POS=PRON|Person=2|PronType=Prs":"Case=Nom|Gender=Masc|Number=Plur|Person=2|PronType=Prs",
|
207 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=VERB|Person=2|Tense=Past|VerbForm=Fin|Voice=Act":"Aspect=Perf|Mood=Ind|Number=Plur|Person=2|Tense=Past|VerbForm=Fin|Voice=Act",
|
208 |
+
"Case=Gen|Gender=Masc|Number=Plur|POS=PRON|Person=1|PronType=Prs":"Case=Gen|Gender=Masc|Number=Plur|Person=1|PronType=Prs",
|
209 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Rel":"Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Rel",
|
210 |
+
"Case=Gen|Gender=Masc|Number=Plur|POS=PRON|Person=2|Poss=Yes|PronType=Prs":"Case=Gen|Gender=Masc|Number=Plur|Person=2|Poss=Yes|PronType=Prs",
|
211 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Ind":"Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Ind",
|
212 |
+
"Case=Acc|Degree=Cmp|Gender=Masc|Number=Sing|POS=ADJ":"Case=Acc|Degree=Cmp|Gender=Masc|Number=Sing",
|
213 |
+
"Case=Nom|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Ind,Rel":"Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Ind,Rel",
|
214 |
+
"Case=Acc|Degree=Cmp|Gender=Neut|Number=Plur|POS=ADJ":"Case=Acc|Degree=Cmp|Gender=Neut|Number=Plur",
|
215 |
+
"Case=Nom|Gender=Neut|Number=Sing|POS=PRON|Person=3|PronType=Ind":"Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Ind",
|
216 |
+
"Aspect=Perf|Case=Nom|Gender=Masc|Number=Plur|POS=VERB|VerbForm=Part|Voice=Pass":"Aspect=Perf|Case=Nom|Gender=Masc|Number=Plur|VerbForm=Part|Voice=Pass",
|
217 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=VERB|Person=1|Tense=Past|VerbForm=Fin|Voice=Act":"Aspect=Imp|Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin|Voice=Act",
|
218 |
+
"Case=Nom|Degree=Cmp|Gender=Fem|Number=Plur|POS=ADJ":"Case=Nom|Degree=Cmp|Gender=Fem|Number=Plur",
|
219 |
+
"Case=Nom|Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Dem":"Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Dem",
|
220 |
+
"Case=Gen|Gender=Masc|NumType=Card|Number=Plur|POS=NUM":"Case=Gen|Gender=Masc|NumType=Card|Number=Plur",
|
221 |
+
"Case=Acc|Gender=Fem|NumType=Card|Number=Plur|POS=NUM":"Case=Acc|Gender=Fem|NumType=Card|Number=Plur",
|
222 |
+
"Case=Acc|Gender=Masc|NumType=Card|Number=Plur|POS=NUM":"Case=Acc|Gender=Masc|NumType=Card|Number=Plur",
|
223 |
+
"Case=Acc|Degree=Cmp|Gender=Neut|Number=Sing|POS=ADJ":"Case=Acc|Degree=Cmp|Gender=Neut|Number=Sing",
|
224 |
+
"Case=Acc|Gender=Fem|Number=Plur|POS=PROPN":"Case=Acc|Gender=Fem|Number=Plur",
|
225 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=AUX|Person=3|Tense=Past|VerbForm=Fin|Voice=Act":"Aspect=Imp|Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin|Voice=Act",
|
226 |
+
"Aspect=Perf|Case=Gen|Gender=Masc|Number=Sing|POS=VERB|VerbForm=Part|Voice=Pass":"Aspect=Perf|Case=Gen|Gender=Masc|Number=Sing|VerbForm=Part|Voice=Pass",
|
227 |
+
"Case=Gen|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Dem":"Case=Gen|Gender=Masc|Number=Sing|Person=3|PronType=Dem",
|
228 |
+
"Case=Gen|Gender=Fem|NumType=Card|Number=Plur|POS=NUM":"Case=Gen|Gender=Fem|NumType=Card|Number=Plur",
|
229 |
+
"Case=Nom|Gender=Neut|Number=Sing|POS=PROPN":"Case=Nom|Gender=Neut|Number=Sing",
|
230 |
+
"Aspect=Perf|Case=Acc|Gender=Masc|Number=Sing|POS=VERB|VerbForm=Part|Voice=Pass":"Aspect=Perf|Case=Acc|Gender=Masc|Number=Sing|VerbForm=Part|Voice=Pass",
|
231 |
+
"Case=Nom|Degree=Sup|Gender=Neut|Number=Plur|POS=ADJ":"Case=Nom|Degree=Sup|Gender=Neut|Number=Plur",
|
232 |
+
"Case=Nom|Degree=Cmp|Gender=Neut|Number=Plur|POS=ADJ":"Case=Nom|Degree=Cmp|Gender=Neut|Number=Plur",
|
233 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=VERB|Person=2|Tense=Pres|VerbForm=Fin|Voice=Act":"Aspect=Imp|Mood=Ind|Number=Plur|Person=2|Tense=Pres|VerbForm=Fin|Voice=Act",
|
234 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=VERB|Person=2|VerbForm=Fin|Voice=Act":"Aspect=Perf|Mood=Ind|Number=Plur|Person=2|VerbForm=Fin|Voice=Act",
|
235 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=VERB|Person=2|VerbForm=Fin|Voice=Pass":"Aspect=Perf|Mood=Ind|Number=Plur|Person=2|VerbForm=Fin|Voice=Pass",
|
236 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Prs":"Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
|
237 |
+
"Case=Nom|Gender=Neut|Number=Sing|POS=PRON|Person=3|PronType=Int":"Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Int",
|
238 |
+
"Aspect=Perf|Case=Acc|Gender=Fem|Number=Plur|POS=VERB|VerbForm=Part|Voice=Pass":"Aspect=Perf|Case=Acc|Gender=Fem|Number=Plur|VerbForm=Part|Voice=Pass",
|
239 |
+
"Abbr=Yes|POS=ADV":"Abbr=Yes",
|
240 |
+
"Case=Acc|Gender=Neut|Number=Sing|POS=PRON|Person=3|PronType=Ind,Rel":"Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Ind,Rel",
|
241 |
+
"Case=Nom|Gender=Neut|NumType=Ord|Number=Plur|POS=NUM":"Case=Nom|Gender=Neut|NumType=Ord|Number=Plur",
|
242 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=AUX|Person=3|Tense=Past|VerbForm=Fin|Voice=Act":"Aspect=Imp|Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin|Voice=Act",
|
243 |
+
"Case=Dat|Gender=Masc|Number=Sing|POS=NOUN":"Case=Dat|Gender=Masc|Number=Sing",
|
244 |
+
"Case=Nom|Gender=Fem|Number=Plur|POS=PRON|Person=3|PronType=Dem":"Case=Nom|Gender=Fem|Number=Plur|Person=3|PronType=Dem",
|
245 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=AUX|Person=1|Tense=Pres|VerbForm=Fin|Voice=Pass":"Aspect=Imp|Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin|Voice=Pass",
|
246 |
+
"Case=Acc|Degree=Cmp|Gender=Fem|Number=Plur|POS=ADJ":"Case=Acc|Degree=Cmp|Gender=Fem|Number=Plur",
|
247 |
+
"Case=Gen|Degree=Cmp|Gender=Neut|Number=Plur|POS=ADJ":"Case=Gen|Degree=Cmp|Gender=Neut|Number=Plur",
|
248 |
+
"Case=Gen|Gender=Neut|Number=Plur|POS=PRON|Person=3|PronType=Rel":"Case=Gen|Gender=Neut|Number=Plur|Person=3|PronType=Rel",
|
249 |
+
"Aspect=Perf|Case=Nom|Gender=Fem|Number=Plur|POS=VERB|VerbForm=Part|Voice=Pass":"Aspect=Perf|Case=Nom|Gender=Fem|Number=Plur|VerbForm=Part|Voice=Pass",
|
250 |
+
"Case=Nom|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Ind":"Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Ind",
|
251 |
+
"Case=Dat|Gender=Neut|Number=Sing|POS=NOUN":"Case=Dat|Gender=Neut|Number=Sing",
|
252 |
+
"Case=Gen|Gender=Neut|Number=Plur|POS=PRON|Person=3|PronType=Ind":"Case=Gen|Gender=Neut|Number=Plur|Person=3|PronType=Ind",
|
253 |
+
"Case=Acc|Degree=Sup|Gender=Masc|Number=Plur|POS=ADJ":"Case=Acc|Degree=Sup|Gender=Masc|Number=Plur",
|
254 |
+
"Case=Gen|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Prs":"Case=Gen|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
|
255 |
+
"Case=Gen|Gender=Neut|Number=Plur|POS=PRON|Person=3|PronType=Ind,Rel":"Case=Gen|Gender=Neut|Number=Plur|Person=3|PronType=Ind,Rel",
|
256 |
+
"Case=Gen|Degree=Cmp|Gender=Masc|Number=Plur|POS=ADJ":"Case=Gen|Degree=Cmp|Gender=Masc|Number=Plur",
|
257 |
+
"Case=Nom|Degree=Cmp|Gender=Masc|Number=Plur|POS=ADJ":"Case=Nom|Degree=Cmp|Gender=Masc|Number=Plur",
|
258 |
+
"Case=Nom|Gender=Neut|Number=Plur|POS=PROPN":"Case=Nom|Gender=Neut|Number=Plur",
|
259 |
+
"Case=Gen|Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Rel":"Case=Gen|Gender=Masc|Number=Plur|Person=3|PronType=Rel",
|
260 |
+
"Case=Dat|Gender=Fem|Number=Sing|POS=NOUN":"Case=Dat|Gender=Fem|Number=Sing",
|
261 |
+
"Case=Gen|Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Prs":"Case=Gen|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
|
262 |
+
"Aspect=Perf|Case=Acc|Gender=Neut|Number=Plur|POS=VERB|VerbForm=Part|Voice=Pass":"Aspect=Perf|Case=Acc|Gender=Neut|Number=Plur|VerbForm=Part|Voice=Pass",
|
263 |
+
"Case=Acc|Gender=Fem|NumType=Sets|Number=Plur|POS=NUM":"Case=Acc|Gender=Fem|NumType=Sets|Number=Plur",
|
264 |
+
"Aspect=Imp|POS=AUX|VerbForm=Conv|Voice=Act":"Aspect=Imp|VerbForm=Conv|Voice=Act",
|
265 |
+
"Case=Gen|Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Prs":"Case=Gen|Gender=Masc|Number=Plur|Person=3|PronType=Prs",
|
266 |
+
"Case=Nom|Gender=Fem|NumType=Ord|Number=Sing|POS=NUM":"Case=Nom|Gender=Fem|NumType=Ord|Number=Sing",
|
267 |
+
"Case=Nom|Gender=Fem|NumType=Sets|Number=Plur|POS=NUM":"Case=Nom|Gender=Fem|NumType=Sets|Number=Plur",
|
268 |
+
"Case=Acc|Gender=Neut|Number=Plur|POS=PROPN":"Case=Acc|Gender=Neut|Number=Plur",
|
269 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=AUX|Person=3|Tense=Past|VerbForm=Fin|Voice=Pass":"Aspect=Imp|Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin|Voice=Pass",
|
270 |
+
"Aspect=Perf|Mood=Imp|Number=Plur|POS=VERB|Person=2|VerbForm=Fin|Voice=Act":"Aspect=Perf|Mood=Imp|Number=Plur|Person=2|VerbForm=Fin|Voice=Act",
|
271 |
+
"Case=Gen|Gender=Masc|Number=Sing|POS=PRON|Person=1|PronType=Prs":"Case=Gen|Gender=Masc|Number=Sing|Person=1|PronType=Prs",
|
272 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=PRON|Person=2|PronType=Prs":"Case=Acc|Gender=Masc|Number=Plur|Person=2|PronType=Prs",
|
273 |
+
"Case=Nom|Gender=Masc|Number=Sing|POS=PRON|Person=1|PronType=Prs":"Case=Nom|Gender=Masc|Number=Sing|Person=1|PronType=Prs",
|
274 |
+
"Case=Voc|Gender=Masc|Number=Sing|POS=ADJ":"Case=Voc|Gender=Masc|Number=Sing",
|
275 |
+
"Case=Voc|Gender=Masc|Number=Plur|POS=ADJ":"Case=Voc|Gender=Masc|Number=Plur",
|
276 |
+
"Case=Acc|Gender=Masc|NumType=Card|Number=Sing|POS=NUM":"Case=Acc|Gender=Masc|NumType=Card|Number=Sing",
|
277 |
+
"Case=Gen|Gender=Fem|Number=Plur|POS=PRON|Person=3|PronType=Ind":"Case=Gen|Gender=Fem|Number=Plur|Person=3|PronType=Ind",
|
278 |
+
"Case=Nom|Degree=Cmp|Gender=Fem|Number=Sing|POS=ADJ":"Case=Nom|Degree=Cmp|Gender=Fem|Number=Sing",
|
279 |
+
"Aspect=Perf|Mood=Ind|Number=Sing|POS=VERB|Person=1|VerbForm=Fin|Voice=Pass":"Aspect=Perf|Mood=Ind|Number=Sing|Person=1|VerbForm=Fin|Voice=Pass",
|
280 |
+
"Case=Nom|Gender=Masc|NumType=Ord|Number=Sing|POS=NUM":"Case=Nom|Gender=Masc|NumType=Ord|Number=Sing",
|
281 |
+
"Aspect=Perf|Case=Gen|Gender=Fem|Number=Sing|POS=VERB|VerbForm=Part|Voice=Pass":"Aspect=Perf|Case=Gen|Gender=Fem|Number=Sing|VerbForm=Part|Voice=Pass",
|
282 |
+
"Aspect=Perf|Mood=Ind|Number=Sing|POS=AUX|Person=3|Tense=Past|VerbForm=Fin|Voice=Pass":"Aspect=Perf|Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin|Voice=Pass",
|
283 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=AUX|Person=3|Tense=Past|VerbForm=Fin|Voice=Pass":"Aspect=Perf|Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin|Voice=Pass",
|
284 |
+
"Case=Gen|Degree=Sup|Gender=Fem|Number=Sing|POS=ADJ":"Case=Gen|Degree=Sup|Gender=Fem|Number=Sing",
|
285 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=AUX|Person=1|Tense=Pres|VerbForm=Fin|Voice=Pass":"Aspect=Imp|Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin|Voice=Pass",
|
286 |
+
"Case=Nom|Gender=Neut|NumType=Ord|Number=Sing|POS=NUM":"Case=Nom|Gender=Neut|NumType=Ord|Number=Sing",
|
287 |
+
"Aspect=Perf|Mood=Ind|Number=Sing|POS=VERB|Person=1|Tense=Past|VerbForm=Fin|Voice=Pass":"Aspect=Perf|Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin|Voice=Pass",
|
288 |
+
"Case=Nom|Gender=Neut|NumType=Card|Number=Sing|POS=NUM":"Case=Nom|Gender=Neut|NumType=Card|Number=Sing",
|
289 |
+
"Case=Gen|Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Dem":"Case=Gen|Gender=Masc|Number=Plur|Person=3|PronType=Dem",
|
290 |
+
"Case=Gen|Degree=Cmp|Gender=Fem|Number=Sing|POS=ADJ":"Case=Gen|Degree=Cmp|Gender=Fem|Number=Sing",
|
291 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=AUX|Person=1|Tense=Pres|VerbForm=Fin|Voice=Act":"Aspect=Imp|Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin|Voice=Act",
|
292 |
+
"Case=Acc|Degree=Sup|Gender=Fem|Number=Plur|POS=ADJ":"Case=Acc|Degree=Sup|Gender=Fem|Number=Plur",
|
293 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=AUX|Person=1|Tense=Pres|VerbForm=Fin|Voice=Act":"Aspect=Imp|Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin|Voice=Act",
|
294 |
+
"Case=Dat|Gender=Fem|Number=Sing|POS=ADJ":"Case=Dat|Gender=Fem|Number=Sing",
|
295 |
+
"Case=Gen|Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Rel":"Case=Gen|Gender=Fem|Number=Sing|Person=3|PronType=Rel",
|
296 |
+
"Case=Gen|Gender=Fem|NumType=Sets|Number=Plur|POS=NUM":"Case=Gen|Gender=Fem|NumType=Sets|Number=Plur",
|
297 |
+
"Aspect=Perf|Case=Nom|Gender=Fem|Number=Sing|POS=VERB|VerbForm=Part|Voice=Pass":"Aspect=Perf|Case=Nom|Gender=Fem|Number=Sing|VerbForm=Part|Voice=Pass",
|
298 |
+
"Case=Gen|Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Ind,Rel":"Case=Gen|Gender=Masc|Number=Plur|Person=3|PronType=Ind,Rel",
|
299 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=VERB|Person=2|Tense=Past|VerbForm=Fin|Voice=Pass":"Aspect=Perf|Mood=Ind|Number=Plur|Person=2|Tense=Past|VerbForm=Fin|Voice=Pass",
|
300 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=AUX|Person=2|Tense=Pres|VerbForm=Fin|Voice=Pass":"Aspect=Imp|Mood=Ind|Number=Plur|Person=2|Tense=Pres|VerbForm=Fin|Voice=Pass",
|
301 |
+
"Case=Gen|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Int":"Case=Gen|Gender=Masc|Number=Sing|Person=3|PronType=Int",
|
302 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=VERB|Person=2|Tense=Past|VerbForm=Fin|Voice=Act":"Aspect=Imp|Mood=Ind|Number=Plur|Person=2|Tense=Past|VerbForm=Fin|Voice=Act",
|
303 |
+
"Case=Acc|Gender=Neut|NumType=Ord|Number=Plur|POS=NUM":"Case=Acc|Gender=Neut|NumType=Ord|Number=Plur",
|
304 |
+
"Case=Nom|Definite=Ind|Gender=Masc|Number=Sing|POS=DET|PronType=Art":"Case=Nom|Definite=Ind|Gender=Masc|Number=Sing|PronType=Art",
|
305 |
+
"Case=Nom|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Dem":"Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Dem",
|
306 |
+
"Case=Gen|Degree=Sup|Gender=Masc|Number=Plur|POS=ADJ":"Case=Gen|Degree=Sup|Gender=Masc|Number=Plur",
|
307 |
+
"Case=Acc|Gender=Fem|NumType=Ord|Number=Plur|POS=NUM":"Case=Acc|Gender=Fem|NumType=Ord|Number=Plur",
|
308 |
+
"Case=Nom|Gender=Fem|NumType=Ord|Number=Plur|POS=NUM":"Case=Nom|Gender=Fem|NumType=Ord|Number=Plur",
|
309 |
+
"Case=Gen|Degree=Cmp|Gender=Fem|Number=Plur|POS=ADJ":"Case=Gen|Degree=Cmp|Gender=Fem|Number=Plur",
|
310 |
+
"Case=Nom|Degree=Sup|Gender=Fem|Number=Plur|POS=ADJ":"Case=Nom|Degree=Sup|Gender=Fem|Number=Plur",
|
311 |
+
"Case=Acc|Degree=Sup|Gender=Neut|Number=Sing|POS=ADJ":"Case=Acc|Degree=Sup|Gender=Neut|Number=Sing",
|
312 |
+
"Case=Nom|Gender=Masc|NumType=Card|Number=Sing|POS=NUM":"Case=Nom|Gender=Masc|NumType=Card|Number=Sing",
|
313 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Ind,Rel":"Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Ind,Rel",
|
314 |
+
"Case=Acc|Gender=Fem|NumType=Card|Number=Sing|POS=NUM":"Case=Acc|Gender=Fem|NumType=Card|Number=Sing",
|
315 |
+
"Case=Nom|Degree=Sup|Gender=Neut|Number=Sing|POS=ADJ":"Case=Nom|Degree=Sup|Gender=Neut|Number=Sing",
|
316 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Int":"Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Int",
|
317 |
+
"Case=Acc|Gender=Fem|Number=Plur|POS=PRON|Person=3|PronType=Prs":"Case=Acc|Gender=Fem|Number=Plur|Person=3|PronType=Prs",
|
318 |
+
"Case=Gen|Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Ind":"Case=Gen|Gender=Fem|Number=Sing|Person=3|PronType=Ind",
|
319 |
+
"Aspect=Perf|Case=Gen|Gender=Fem|Number=Plur|POS=VERB|VerbForm=Part|Voice=Pass":"Aspect=Perf|Case=Gen|Gender=Fem|Number=Plur|VerbForm=Part|Voice=Pass",
|
320 |
+
"Case=Nom|Gender=Fem|NumType=Mult|Number=Sing|POS=NUM":"Case=Nom|Gender=Fem|NumType=Mult|Number=Sing",
|
321 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Prs":"Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
|
322 |
+
"Case=Acc|Gender=Masc|NumType=Mult|Number=Sing|POS=NUM":"Case=Acc|Gender=Masc|NumType=Mult|Number=Sing",
|
323 |
+
"Case=Nom|Degree=Sup|Gender=Masc|Number=Plur|POS=ADJ":"Case=Nom|Degree=Sup|Gender=Masc|Number=Plur",
|
324 |
+
"Case=Acc|Degree=Cmp|Gender=Masc|Number=Plur|POS=ADJ":"Case=Acc|Degree=Cmp|Gender=Masc|Number=Plur",
|
325 |
+
"Case=Gen|Degree=Cmp|Gender=Neut|Number=Sing|POS=ADJ":"Case=Gen|Degree=Cmp|Gender=Neut|Number=Sing",
|
326 |
+
"Case=Nom|Gender=Fem|Number=Plur|POS=PRON|Person=3|PronType=Int":"Case=Nom|Gender=Fem|Number=Plur|Person=3|PronType=Int",
|
327 |
+
"Case=Gen|Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Ind":"Case=Gen|Gender=Masc|Number=Plur|Person=3|PronType=Ind",
|
328 |
+
"Degree=Sup|POS=ADV":"Degree=Sup",
|
329 |
+
"Aspect=Perf|Mood=Ind|Number=Sing|POS=VERB|Person=2|Tense=Past|VerbForm=Fin|Voice=Pass":"Aspect=Perf|Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin|Voice=Pass",
|
330 |
+
"Case=Nom|Degree=Sup|Gender=Fem|Number=Sing|POS=ADJ":"Case=Nom|Degree=Sup|Gender=Fem|Number=Sing",
|
331 |
+
"Case=Nom|Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Ind,Rel":"Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Ind,Rel",
|
332 |
+
"Case=Gen|Gender=Neut|Number=Sing|POS=PRON|Person=3|PronType=Prs":"Case=Gen|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
|
333 |
+
"Case=Gen|Gender=Fem|Number=Plur|POS=PROPN":"Case=Gen|Gender=Fem|Number=Plur",
|
334 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=VERB|Person=3|Tense=Past|VerbForm=Fin|Voice=Pass":"Aspect=Imp|Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin|Voice=Pass",
|
335 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=AUX|Person=2|Tense=Past|VerbForm=Fin|Voice=Act":"Aspect=Perf|Mood=Ind|Number=Plur|Person=2|Tense=Past|VerbForm=Fin|Voice=Act",
|
336 |
+
"Case=Gen|Gender=Neut|Number=Sing|POS=PRON|Person=3|PronType=Ind":"Case=Gen|Gender=Neut|Number=Sing|Person=3|PronType=Ind",
|
337 |
+
"Case=Nom|Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Int":"Case=Nom|Gender=Masc|Number=Plur|Person=3|PronType=Int",
|
338 |
+
"Case=Nom|Gender=Neut|Number=Sing|POS=PRON|Person=3|PronType=Ind,Rel":"Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Ind,Rel",
|
339 |
+
"POS=SYM":"",
|
340 |
+
"Case=Gen|Gender=Neut|Number=Sing|POS=PRON|Person=3|PronType=Rel":"Case=Gen|Gender=Neut|Number=Sing|Person=3|PronType=Rel",
|
341 |
+
"Case=Nom|Gender=Masc|NumType=Ord|Number=Plur|POS=NUM":"Case=Nom|Gender=Masc|NumType=Ord|Number=Plur",
|
342 |
+
"Case=Nom|Gender=Fem|Number=Plur|POS=PROPN":"Case=Nom|Gender=Fem|Number=Plur",
|
343 |
+
"Aspect=Perf|Case=Nom|Gender=Neut|Number=Sing|POS=VERB|VerbForm=Part|Voice=Pass":"Aspect=Perf|Case=Nom|Gender=Neut|Number=Sing|VerbForm=Part|Voice=Pass",
|
344 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Ind,Rel":"Case=Acc|Gender=Masc|Number=Plur|Person=3|PronType=Ind,Rel",
|
345 |
+
"Aspect=Perf|Case=Gen|Gender=Masc|Number=Plur|POS=VERB|VerbForm=Part|Voice=Pass":"Aspect=Perf|Case=Gen|Gender=Masc|Number=Plur|VerbForm=Part|Voice=Pass",
|
346 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=AUX|Person=2|Tense=Pres|VerbForm=Fin|Voice=Act":"Aspect=Imp|Mood=Ind|Number=Plur|Person=2|Tense=Pres|VerbForm=Fin|Voice=Act",
|
347 |
+
"Aspect=Perf|Case=Nom|Gender=Neut|Number=Plur|POS=VERB|VerbForm=Part|Voice=Pass":"Aspect=Perf|Case=Nom|Gender=Neut|Number=Plur|VerbForm=Part|Voice=Pass",
|
348 |
+
"Case=Acc|Gender=Neut|NumType=Mult|Number=Sing|POS=NUM":"Case=Acc|Gender=Neut|NumType=Mult|Number=Sing",
|
349 |
+
"Case=Acc|Degree=Sup|Gender=Neut|Number=Plur|POS=ADJ":"Case=Acc|Degree=Sup|Gender=Neut|Number=Plur",
|
350 |
+
"Aspect=Perf|Case=Acc|Gender=Masc|Number=Plur|POS=VERB|VerbForm=Part|Voice=Pass":"Aspect=Perf|Case=Acc|Gender=Masc|Number=Plur|VerbForm=Part|Voice=Pass",
|
351 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=VERB|Person=2|Tense=Pres|VerbForm=Fin|Voice=Pass":"Aspect=Imp|Mood=Ind|Number=Plur|Person=2|Tense=Pres|VerbForm=Fin|Voice=Pass",
|
352 |
+
"Case=Nom|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Int":"Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Int",
|
353 |
+
"Case=Gen|Gender=Neut|NumType=Ord|Number=Sing|POS=NUM":"Case=Gen|Gender=Neut|NumType=Ord|Number=Sing",
|
354 |
+
"Aspect=Perf|Case=Nom|Gender=Masc|Number=Sing|POS=VERB|VerbForm=Part|Voice=Pass":"Aspect=Perf|Case=Nom|Gender=Masc|Number=Sing|VerbForm=Part|Voice=Pass",
|
355 |
+
"Case=Dat|Definite=Def|Gender=Neut|Number=Sing|POS=DET|PronType=Art":"Case=Dat|Definite=Def|Gender=Neut|Number=Sing|PronType=Art",
|
356 |
+
"Case=Gen|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Ind":"Case=Gen|Gender=Masc|Number=Sing|Person=3|PronType=Ind",
|
357 |
+
"Case=Gen|Gender=Fem|NumType=Ord|Number=Plur|POS=NUM":"Case=Gen|Gender=Fem|NumType=Ord|Number=Plur",
|
358 |
+
"Case=Dat|Definite=Def|Gender=Fem|Number=Sing|POS=DET|PronType=Art":"Case=Dat|Definite=Def|Gender=Fem|Number=Sing|PronType=Art",
|
359 |
+
"Case=Gen|Degree=Cmp|Gender=Masc|Number=Sing|POS=ADJ":"Case=Gen|Degree=Cmp|Gender=Masc|Number=Sing"
|
360 |
+
},
|
361 |
+
"labels_pos":{
|
362 |
+
"Case=Nom|Definite=Def|Gender=Fem|Number=Sing|POS=DET|PronType=Art":90,
|
363 |
+
"Foreign=Yes|POS=X":101,
|
364 |
+
"Aspect=Perf|Mood=Ind|Number=Sing|POS=VERB|Person=3|Tense=Past|VerbForm=Fin|Voice=Pass":100,
|
365 |
+
"POS=ADP":85,
|
366 |
+
"Case=Acc|Definite=Def|Gender=Fem|Number=Sing|POS=DET|PronType=Art":90,
|
367 |
+
"NumType=Card|POS=NUM":93,
|
368 |
+
"POS=NOUN":92,
|
369 |
+
"POS=ADV":86,
|
370 |
+
"POS=PUNCT":97,
|
371 |
+
"Case=Acc|Gender=Neut|Number=Plur|POS=NOUN":92,
|
372 |
+
"Case=Acc|Gender=Neut|Number=Plur|POS=ADP":85,
|
373 |
+
"Case=Gen|Definite=Def|Gender=Fem|Number=Sing|POS=DET|PronType=Art":90,
|
374 |
+
"Case=Gen|Gender=Fem|Number=Sing|POS=NOUN":92,
|
375 |
+
"Case=Gen|Definite=Def|Gender=Fem|Number=Plur|POS=DET|PronType=Art":90,
|
376 |
+
"Case=Gen|Definite=Def|Gender=Neut|Number=Sing|POS=DET|PronType=Art":90,
|
377 |
+
"Case=Acc|Definite=Def|Gender=Neut|Number=Sing|POS=DET|PronType=Art":90,
|
378 |
+
"Case=Gen|Definite=Def|Gender=Masc|Number=Sing|POS=DET|PronType=Art":90,
|
379 |
+
"Case=Gen|Gender=Masc|Number=Sing|POS=NOUN":92,
|
380 |
+
"Aspect=Perf|Mood=Ind|Number=Sing|POS=VERB|Person=3|Tense=Past|VerbForm=Fin|Voice=Act":100,
|
381 |
+
"Case=Nom|Definite=Def|Gender=Masc|Number=Sing|POS=DET|PronType=Art":90,
|
382 |
+
"Case=Acc|Gender=Neut|Number=Sing|POS=ADP":85,
|
383 |
+
"Case=Acc|Gender=Neut|NumType=Ord|Number=Sing|POS=NUM":93,
|
384 |
+
"Case=Acc|Gender=Neut|Number=Sing|POS=NOUN":92,
|
385 |
+
"POS=CCONJ":89,
|
386 |
+
"Case=Nom|Definite=Def|Gender=Masc|Number=Plur|POS=DET|PronType=Art":90,
|
387 |
+
"Case=Nom|Gender=Masc|Number=Plur|POS=ADJ":84,
|
388 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=VERB|Person=3|Tense=Past|VerbForm=Fin|Voice=Act":100,
|
389 |
+
"Case=Acc|Definite=Def|Gender=Masc|Number=Sing|POS=DET|PronType=Art":90,
|
390 |
+
"Case=Acc|Gender=Neut|NumType=Card|Number=Plur|POS=NUM":93,
|
391 |
+
"Case=Acc|Definite=Def|Gender=Masc|Number=Plur|POS=DET|PronType=Art":90,
|
392 |
+
"Case=Nom|Gender=Masc|NumType=Card|Number=Plur|POS=NUM":93,
|
393 |
+
"POS=AUX":87,
|
394 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=VERB|Person=3|VerbForm=Fin|Voice=Pass":100,
|
395 |
+
"Case=Acc|Gender=Fem|Number=Plur|POS=ADP":85,
|
396 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=PROPN":96,
|
397 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin|Voice=Pass":100,
|
398 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=NOUN":92,
|
399 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=ADJ":84,
|
400 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=NOUN":92,
|
401 |
+
"Case=Gen|Gender=Neut|NumType=Card|Number=Plur|POS=NUM":93,
|
402 |
+
"Case=Gen|Gender=Neut|Number=Plur|POS=NOUN":92,
|
403 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=ADP":85,
|
404 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=NOUN":92,
|
405 |
+
"Case=Acc|Gender=Neut|Number=Sing|POS=PROPN":96,
|
406 |
+
"Case=Nom|Gender=Masc|Number=Sing|POS=NOUN":92,
|
407 |
+
"Case=Nom|Gender=Masc|Number=Sing|POS=PROPN":96,
|
408 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=VERB|Person=3|Tense=Past|VerbForm=Fin|Voice=Act":100,
|
409 |
+
"Case=Gen|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Rel":95,
|
410 |
+
"Case=Acc|Definite=Def|Gender=Fem|Number=Plur|POS=DET|PronType=Art":90,
|
411 |
+
"Case=Acc|Gender=Fem|Number=Plur|POS=NOUN":92,
|
412 |
+
"Case=Gen|Gender=Masc|Number=Sing|POS=PRON|Person=3|Poss=Yes|PronType=Prs":95,
|
413 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=ADP":85,
|
414 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=PROPN":96,
|
415 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin|Voice=Act":100,
|
416 |
+
"Case=Acc|Definite=Def|Gender=Neut|Number=Plur|POS=DET|PronType=Art":90,
|
417 |
+
"Case=Acc|Gender=Neut|Number=Plur|POS=ADJ":84,
|
418 |
+
"Case=Gen|Gender=Neut|Number=Plur|POS=PROPN":96,
|
419 |
+
"Case=Acc|Gender=Neut|Number=Sing|POS=ADJ":84,
|
420 |
+
"Aspect=Imp|POS=VERB|VerbForm=Conv|Voice=Act":100,
|
421 |
+
"Case=Nom|Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Rel":95,
|
422 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin|Voice=Pass":100,
|
423 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=ADP":85,
|
424 |
+
"Case=Gen|Gender=Fem|Number=Sing|POS=ADJ":84,
|
425 |
+
"Case=Gen|Gender=Fem|Number=Sing|POS=PROPN":96,
|
426 |
+
"Case=Acc|Definite=Ind|Gender=Neut|Number=Sing|POS=DET|PronType=Art":90,
|
427 |
+
"Case=Gen|Definite=Def|Gender=Neut|Number=Plur|POS=DET|PronType=Art":90,
|
428 |
+
"Case=Gen|Gender=Neut|Number=Sing|POS=PROPN":96,
|
429 |
+
"Case=Nom|Definite=Def|Gender=Neut|Number=Sing|POS=DET|PronType=Art":90,
|
430 |
+
"Case=Nom|Gender=Neut|Number=Sing|POS=PRON|Person=3|PronType=Rel":95,
|
431 |
+
"Case=Nom|Gender=Neut|Number=Plur|POS=NOUN":92,
|
432 |
+
"Case=Gen|Gender=Masc|Number=Sing|POS=PROPN":96,
|
433 |
+
"Case=Nom|Gender=Masc|Number=Plur|POS=NOUN":92,
|
434 |
+
"Case=Nom|Gender=Fem|Number=Plur|POS=ADJ":84,
|
435 |
+
"Case=Nom|Gender=Fem|Number=Plur|POS=NOUN":92,
|
436 |
+
"Case=Nom|Gender=Fem|Number=Sing|POS=NOUN":92,
|
437 |
+
"Case=Acc|Gender=Fem|Number=Plur|POS=PRON|Person=3|PronType=Ind":95,
|
438 |
+
"Case=Nom|Gender=Neut|Number=Sing|POS=NOUN":92,
|
439 |
+
"Case=Nom|Gender=Neut|Number=Plur|POS=ADJ":84,
|
440 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=AUX|Person=3|Tense=Past|VerbForm=Fin|Voice=Pass":87,
|
441 |
+
"Case=Nom|Gender=Fem|Number=Sing|POS=ADJ":84,
|
442 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=ADJ":84,
|
443 |
+
"Case=Nom|Degree=Cmp|Gender=Masc|Number=Sing|POS=ADJ":84,
|
444 |
+
"Case=Gen|Definite=Def|Gender=Masc|Number=Plur|POS=DET|PronType=Art":90,
|
445 |
+
"Case=Gen|Gender=Masc|Number=Plur|POS=NOUN":92,
|
446 |
+
"Case=Gen|Gender=Fem|Number=Plur|POS=NOUN":92,
|
447 |
+
"Case=Nom|Gender=Neut|NumType=Card|Number=Plur|POS=NUM":93,
|
448 |
+
"Case=Gen|Gender=Masc|Number=Plur|POS=PRON|Person=3|Poss=Yes|PronType=Prs":95,
|
449 |
+
"POS=SCONJ":98,
|
450 |
+
"Case=Nom|Gender=Neut|Number=Plur|POS=PRON|Person=3|PronType=Ind":95,
|
451 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=VERB|Person=3|Tense=Past|VerbForm=Fin|Voice=Pass":100,
|
452 |
+
"Case=Nom|Definite=Def|Gender=Fem|Number=Plur|POS=DET|PronType=Art":90,
|
453 |
+
"Case=Nom|Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Rel":95,
|
454 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin|Voice=Act":100,
|
455 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=VERB|Person=3|VerbForm=Fin|Voice=Act":100,
|
456 |
+
"Case=Nom|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Rel":95,
|
457 |
+
"Case=Nom|Gender=Fem|Number=Sing|POS=PROPN":96,
|
458 |
+
"Case=Gen|Gender=Masc|Number=Sing|POS=ADJ":84,
|
459 |
+
"Case=Acc|Gender=Fem|NumType=Ord|Number=Sing|POS=NUM":93,
|
460 |
+
"Case=Gen|Gender=Fem|Number=Plur|POS=PRON|Person=3|PronType=Prs":95,
|
461 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=VERB|Person=3|Tense=Past|VerbForm=Fin|Voice=Pass":100,
|
462 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=AUX|Person=3|Tense=Pres|VerbForm=Fin|Voice=Pass":87,
|
463 |
+
"Case=Acc|Definite=Ind|Gender=Fem|Number=Sing|POS=DET|PronType=Art":90,
|
464 |
+
"Case=Nom|Gender=Neut|Number=Sing|POS=ADJ":84,
|
465 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=AUX|Person=3|Tense=Pres|VerbForm=Fin|Voice=Act":87,
|
466 |
+
"Aspect=Perf|POS=VERB|VerbForm=Inf|Voice=Pass":100,
|
467 |
+
"Case=Acc|Gender=Fem|Number=Plur|POS=ADJ":84,
|
468 |
+
"Case=Nom|Definite=Def|Gender=Neut|Number=Plur|POS=DET|PronType=Art":90,
|
469 |
+
"Case=Nom|Gender=Masc|Number=Sing|POS=ADJ":84,
|
470 |
+
"Case=Gen|Gender=Neut|Number=Plur|POS=ADJ":84,
|
471 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=AUX|Person=3|Tense=Pres|VerbForm=Fin|Voice=Act":87,
|
472 |
+
"Aspect=Perf|POS=VERB|VerbForm=Inf|Voice=Act":100,
|
473 |
+
"Case=Acc|Gender=Fem|Number=Plur|POS=PRON|Person=3|PronType=Rel":95,
|
474 |
+
"Case=Nom|Gender=Masc|Number=Plur|POS=PROPN":96,
|
475 |
+
"Aspect=Perf|Case=Acc|Gender=Fem|Number=Sing|POS=VERB|VerbForm=Part|Voice=Pass":100,
|
476 |
+
"Case=Gen|Gender=Masc|Number=Plur|POS=PROPN":96,
|
477 |
+
"POS=PART":94,
|
478 |
+
"Case=Nom|Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Ind":95,
|
479 |
+
"Case=Nom|Degree=Cmp|Gender=Neut|Number=Sing|POS=ADJ":84,
|
480 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Dem":95,
|
481 |
+
"Case=Acc|Degree=Cmp|Gender=Fem|Number=Sing|POS=ADJ":84,
|
482 |
+
"Case=Nom|Gender=Neut|Number=Plur|POS=PRON|Person=3|PronType=Dem":95,
|
483 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=AUX|Person=3|Tense=Pres|VerbForm=Fin|Voice=Pass":87,
|
484 |
+
"Case=Gen|Gender=Fem|NumType=Ord|Number=Sing|POS=NUM":93,
|
485 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=VERB|Person=3|Tense=Past|VerbForm=Fin|Voice=Act":100,
|
486 |
+
"Aspect=Perf|Mood=Ind|Number=Sing|POS=VERB|Person=3|VerbForm=Fin|Voice=Pass":100,
|
487 |
+
"Case=Gen|Gender=Neut|Number=Sing|POS=NOUN":92,
|
488 |
+
"Case=Gen|Gender=Fem|Number=Sing|POS=PRON|Person=3|Poss=Yes|PronType=Prs":95,
|
489 |
+
"Abbr=Yes|POS=NOUN":92,
|
490 |
+
"Case=Acc|Gender=Neut|Number=Plur|POS=PRON|Person=3|PronType=Ind":95,
|
491 |
+
"Case=Nom|Gender=Fem|Number=Plur|POS=PRON|Person=3|PronType=Rel":95,
|
492 |
+
"Aspect=Perf|Mood=Ind|Number=Sing|POS=VERB|Person=3|VerbForm=Fin|Voice=Act":100,
|
493 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=PROPN":96,
|
494 |
+
"Case=Gen|Gender=Fem|Number=Plur|POS=ADJ":84,
|
495 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=ADJ":84,
|
496 |
+
"Case=Voc|Gender=Fem|Number=Sing|POS=NOUN":92,
|
497 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=VERB|Person=1|Tense=Pres|VerbForm=Fin|Voice=Act":100,
|
498 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Rel":95,
|
499 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=VERB|Person=1|Tense=Past|VerbForm=Fin|Voice=Act":100,
|
500 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=VERB|Person=1|VerbForm=Fin|Voice=Act":100,
|
501 |
+
"Case=Acc|Definite=Ind|Gender=Masc|Number=Sing|POS=DET|PronType=Art":90,
|
502 |
+
"Case=Gen|Gender=Neut|Number=Plur|POS=PRON|Person=3|Poss=Yes|PronType=Prs":95,
|
503 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=VERB|Person=1|Tense=Pres|VerbForm=Fin|Voice=Pass":100,
|
504 |
+
"Case=Nom|Gender=Neut|Number=Plur|POS=PRON|Person=3|PronType=Rel":95,
|
505 |
+
"Case=Gen|Gender=Masc|Number=Plur|POS=PRON|Person=1|Poss=Yes|PronType=Prs":95,
|
506 |
+
"Case=Nom|Definite=Ind|Gender=Fem|Number=Sing|POS=DET|PronType=Art":90,
|
507 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=PRON|Person=1|PronType=Prs":95,
|
508 |
+
"Case=Acc|Gender=Neut|Number=Sing|POS=PRON|Person=3|PronType=Dem":95,
|
509 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=VERB|Person=1|Tense=Past|VerbForm=Fin|Voice=Act":100,
|
510 |
+
"Case=Gen|Gender=Masc|Number=Sing|POS=PRON|Person=1|Poss=Yes|PronType=Prs":95,
|
511 |
+
"Case=Nom|Definite=Ind|Gender=Neut|Number=Sing|POS=DET|PronType=Art":90,
|
512 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=VERB|Person=1|Tense=Pres|VerbForm=Fin|Voice=Act":100,
|
513 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Dem":95,
|
514 |
+
"Case=Acc|Gender=Neut|Number=Sing|POS=PRON|Person=3|PronType=Ind":95,
|
515 |
+
"Degree=Cmp|POS=ADV":86,
|
516 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Dem":95,
|
517 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=PRON|Person=1|PronType=Prs":95,
|
518 |
+
"Aspect=Perf|Mood=Ind|Number=Sing|POS=VERB|Person=1|Tense=Past|VerbForm=Fin|Voice=Act":100,
|
519 |
+
"Case=Acc|Gender=Neut|Number=Plur|POS=PRON|Person=3|PronType=Dem":95,
|
520 |
+
"Case=Acc|Gender=Neut|Number=Plur|POS=PRON|Person=3|PronType=Prs":95,
|
521 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Ind,Rel":95,
|
522 |
+
"Case=Nom|Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Ind,Rel":95,
|
523 |
+
"Case=Gen|Gender=Neut|Number=Plur|POS=PRON|Person=3|PronType=Dem":95,
|
524 |
+
"Case=Nom|Gender=Fem|NumType=Card|Number=Sing|POS=NUM":93,
|
525 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Ind":95,
|
526 |
+
"Case=Nom|Gender=Masc|Number=Plur|POS=PRON|Person=1|PronType=Prs":95,
|
527 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=VERB|Person=1|Tense=Past|VerbForm=Fin|Voice=Pass":100,
|
528 |
+
"Case=Gen|Gender=Fem|Number=Plur|POS=PRON|Person=3|PronType=Rel":95,
|
529 |
+
"Case=Acc|Gender=Neut|NumType=Card|Number=Sing|POS=NUM":93,
|
530 |
+
"Aspect=Perf|Case=Acc|Gender=Neut|Number=Sing|POS=VERB|VerbForm=Part|Voice=Pass":100,
|
531 |
+
"Case=Gen|Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Dem":95,
|
532 |
+
"Case=Gen|Gender=Neut|Number=Sing|POS=PRON|Person=3|Poss=Yes|PronType=Prs":95,
|
533 |
+
"Case=Acc|Gender=Masc|NumType=Ord|Number=Sing|POS=NUM":93,
|
534 |
+
"Case=Gen|Definite=Ind|Gender=Masc|Number=Sing|POS=DET|PronType=Art":90,
|
535 |
+
"Case=Gen|Gender=Masc|NumType=Ord|Number=Sing|POS=NUM":93,
|
536 |
+
"Case=Gen|Definite=Ind|Gender=Fem|Number=Sing|POS=DET|PronType=Art":90,
|
537 |
+
"Case=Nom|Gender=Fem|NumType=Card|Number=Plur|POS=NUM":93,
|
538 |
+
"Case=Voc|Gender=Masc|Number=Sing|POS=NOUN":92,
|
539 |
+
"Aspect=Perf|Mood=Ind|Number=Sing|POS=VERB|Person=1|VerbForm=Fin|Voice=Act":100,
|
540 |
+
"Case=Acc|Gender=Neut|Number=Plur|POS=PRON|Person=3|PronType=Ind,Rel":95,
|
541 |
+
"Case=Gen|Gender=Neut|Number=Sing|POS=PRON|Person=3|PronType=Dem":95,
|
542 |
+
"Case=Acc|Gender=Neut|Number=Plur|POS=PRON|Person=3|PronType=Rel":95,
|
543 |
+
"Case=Gen|Gender=Fem|Number=Plur|POS=PRON|Person=3|PronType=Dem":95,
|
544 |
+
"Case=Acc|Gender=Neut|Number=Sing|POS=PRON|Person=3|PronType=Rel":95,
|
545 |
+
"Case=Acc|Gender=Neut|Number=Sing|POS=PRON|Person=3|PronType=Prs":95,
|
546 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Rel":95,
|
547 |
+
"Case=Voc|Gender=Fem|Number=Plur|POS=NOUN":92,
|
548 |
+
"Case=Voc|Gender=Masc|Number=Plur|POS=NOUN":92,
|
549 |
+
"Case=Gen|Gender=Masc|Number=Plur|POS=PRON|Person=2|PronType=Prs":95,
|
550 |
+
"Case=Acc|Gender=Neut|Number=Sing|POS=PRON|Person=3|PronType=Int":95,
|
551 |
+
"Case=Gen|Gender=Masc|Number=Plur|POS=ADJ":84,
|
552 |
+
"Case=Gen|Gender=Neut|Number=Sing|POS=ADJ":84,
|
553 |
+
"Case=Gen|Definite=Ind|Gender=Neut|Number=Sing|POS=DET|PronType=Art":90,
|
554 |
+
"Case=Nom|Gender=Fem|Number=Plur|POS=PRON|Person=3|PronType=Ind":95,
|
555 |
+
"Case=Nom|Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Ind":95,
|
556 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Ind":95,
|
557 |
+
"Case=Nom|Gender=Neut|Number=Sing|POS=PRON|Person=3|PronType=Dem":95,
|
558 |
+
"Case=Gen|Gender=Fem|Number=Plur|POS=PRON|Person=3|Poss=Yes|PronType=Prs":95,
|
559 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=VERB|Person=1|VerbForm=Fin|Voice=Pass":100,
|
560 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=VERB|Person=1|Tense=Pres|VerbForm=Fin|Voice=Pass":100,
|
561 |
+
"Case=Nom|Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Dem":95,
|
562 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Prs":95,
|
563 |
+
"Case=Acc|Gender=Fem|Number=Plur|POS=PRON|Person=3|PronType=Dem":95,
|
564 |
+
"Case=Nom|Gender=Masc|Number=Plur|POS=PRON|Person=2|PronType=Prs":95,
|
565 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=VERB|Person=2|Tense=Past|VerbForm=Fin|Voice=Act":100,
|
566 |
+
"Case=Gen|Gender=Masc|Number=Plur|POS=PRON|Person=1|PronType=Prs":95,
|
567 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Rel":95,
|
568 |
+
"Case=Gen|Gender=Masc|Number=Plur|POS=PRON|Person=2|Poss=Yes|PronType=Prs":95,
|
569 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Ind":95,
|
570 |
+
"Case=Acc|Degree=Cmp|Gender=Masc|Number=Sing|POS=ADJ":84,
|
571 |
+
"Case=Nom|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Ind,Rel":95,
|
572 |
+
"Case=Acc|Degree=Cmp|Gender=Neut|Number=Plur|POS=ADJ":84,
|
573 |
+
"Case=Nom|Gender=Neut|Number=Sing|POS=PRON|Person=3|PronType=Ind":95,
|
574 |
+
"Aspect=Perf|Case=Nom|Gender=Masc|Number=Plur|POS=VERB|VerbForm=Part|Voice=Pass":100,
|
575 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=VERB|Person=1|Tense=Past|VerbForm=Fin|Voice=Act":100,
|
576 |
+
"Case=Nom|Degree=Cmp|Gender=Fem|Number=Plur|POS=ADJ":84,
|
577 |
+
"Case=Nom|Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Dem":95,
|
578 |
+
"Case=Gen|Gender=Masc|NumType=Card|Number=Plur|POS=NUM":93,
|
579 |
+
"Case=Acc|Gender=Fem|NumType=Card|Number=Plur|POS=NUM":93,
|
580 |
+
"Case=Acc|Gender=Masc|NumType=Card|Number=Plur|POS=NUM":93,
|
581 |
+
"Case=Acc|Degree=Cmp|Gender=Neut|Number=Sing|POS=ADJ":84,
|
582 |
+
"Case=Acc|Gender=Fem|Number=Plur|POS=PROPN":96,
|
583 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=AUX|Person=3|Tense=Past|VerbForm=Fin|Voice=Act":87,
|
584 |
+
"Aspect=Perf|Case=Gen|Gender=Masc|Number=Sing|POS=VERB|VerbForm=Part|Voice=Pass":100,
|
585 |
+
"Case=Gen|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Dem":95,
|
586 |
+
"Case=Gen|Gender=Fem|NumType=Card|Number=Plur|POS=NUM":93,
|
587 |
+
"Case=Nom|Gender=Neut|Number=Sing|POS=PROPN":96,
|
588 |
+
"Aspect=Perf|Case=Acc|Gender=Masc|Number=Sing|POS=VERB|VerbForm=Part|Voice=Pass":100,
|
589 |
+
"Case=Nom|Degree=Sup|Gender=Neut|Number=Plur|POS=ADJ":84,
|
590 |
+
"Case=Nom|Degree=Cmp|Gender=Neut|Number=Plur|POS=ADJ":84,
|
591 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=VERB|Person=2|Tense=Pres|VerbForm=Fin|Voice=Act":100,
|
592 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=VERB|Person=2|VerbForm=Fin|Voice=Act":100,
|
593 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=VERB|Person=2|VerbForm=Fin|Voice=Pass":100,
|
594 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Prs":95,
|
595 |
+
"Case=Nom|Gender=Neut|Number=Sing|POS=PRON|Person=3|PronType=Int":95,
|
596 |
+
"Aspect=Perf|Case=Acc|Gender=Fem|Number=Plur|POS=VERB|VerbForm=Part|Voice=Pass":100,
|
597 |
+
"Abbr=Yes|POS=ADV":86,
|
598 |
+
"Case=Acc|Gender=Neut|Number=Sing|POS=PRON|Person=3|PronType=Ind,Rel":95,
|
599 |
+
"Case=Nom|Gender=Neut|NumType=Ord|Number=Plur|POS=NUM":93,
|
600 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=AUX|Person=3|Tense=Past|VerbForm=Fin|Voice=Act":87,
|
601 |
+
"Case=Dat|Gender=Masc|Number=Sing|POS=NOUN":92,
|
602 |
+
"Case=Nom|Gender=Fem|Number=Plur|POS=PRON|Person=3|PronType=Dem":95,
|
603 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=AUX|Person=1|Tense=Pres|VerbForm=Fin|Voice=Pass":87,
|
604 |
+
"Case=Acc|Degree=Cmp|Gender=Fem|Number=Plur|POS=ADJ":84,
|
605 |
+
"Case=Gen|Degree=Cmp|Gender=Neut|Number=Plur|POS=ADJ":84,
|
606 |
+
"Case=Gen|Gender=Neut|Number=Plur|POS=PRON|Person=3|PronType=Rel":95,
|
607 |
+
"Aspect=Perf|Case=Nom|Gender=Fem|Number=Plur|POS=VERB|VerbForm=Part|Voice=Pass":100,
|
608 |
+
"Case=Nom|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Ind":95,
|
609 |
+
"Case=Dat|Gender=Neut|Number=Sing|POS=NOUN":92,
|
610 |
+
"Case=Gen|Gender=Neut|Number=Plur|POS=PRON|Person=3|PronType=Ind":95,
|
611 |
+
"Case=Acc|Degree=Sup|Gender=Masc|Number=Plur|POS=ADJ":84,
|
612 |
+
"Case=Gen|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Prs":95,
|
613 |
+
"Case=Gen|Gender=Neut|Number=Plur|POS=PRON|Person=3|PronType=Ind,Rel":95,
|
614 |
+
"Case=Gen|Degree=Cmp|Gender=Masc|Number=Plur|POS=ADJ":84,
|
615 |
+
"Case=Nom|Degree=Cmp|Gender=Masc|Number=Plur|POS=ADJ":84,
|
616 |
+
"Case=Nom|Gender=Neut|Number=Plur|POS=PROPN":96,
|
617 |
+
"Case=Gen|Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Rel":95,
|
618 |
+
"Case=Dat|Gender=Fem|Number=Sing|POS=NOUN":92,
|
619 |
+
"Case=Gen|Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Prs":95,
|
620 |
+
"Aspect=Perf|Case=Acc|Gender=Neut|Number=Plur|POS=VERB|VerbForm=Part|Voice=Pass":100,
|
621 |
+
"Case=Acc|Gender=Fem|NumType=Sets|Number=Plur|POS=NUM":93,
|
622 |
+
"Aspect=Imp|POS=AUX|VerbForm=Conv|Voice=Act":87,
|
623 |
+
"Case=Gen|Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Prs":95,
|
624 |
+
"Case=Nom|Gender=Fem|NumType=Ord|Number=Sing|POS=NUM":93,
|
625 |
+
"Case=Nom|Gender=Fem|NumType=Sets|Number=Plur|POS=NUM":93,
|
626 |
+
"Case=Acc|Gender=Neut|Number=Plur|POS=PROPN":96,
|
627 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=AUX|Person=3|Tense=Past|VerbForm=Fin|Voice=Pass":87,
|
628 |
+
"Aspect=Perf|Mood=Imp|Number=Plur|POS=VERB|Person=2|VerbForm=Fin|Voice=Act":100,
|
629 |
+
"Case=Gen|Gender=Masc|Number=Sing|POS=PRON|Person=1|PronType=Prs":95,
|
630 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=PRON|Person=2|PronType=Prs":95,
|
631 |
+
"Case=Nom|Gender=Masc|Number=Sing|POS=PRON|Person=1|PronType=Prs":95,
|
632 |
+
"Case=Voc|Gender=Masc|Number=Sing|POS=ADJ":84,
|
633 |
+
"Case=Voc|Gender=Masc|Number=Plur|POS=ADJ":84,
|
634 |
+
"Case=Acc|Gender=Masc|NumType=Card|Number=Sing|POS=NUM":93,
|
635 |
+
"Case=Gen|Gender=Fem|Number=Plur|POS=PRON|Person=3|PronType=Ind":95,
|
636 |
+
"Case=Nom|Degree=Cmp|Gender=Fem|Number=Sing|POS=ADJ":84,
|
637 |
+
"Aspect=Perf|Mood=Ind|Number=Sing|POS=VERB|Person=1|VerbForm=Fin|Voice=Pass":100,
|
638 |
+
"Case=Nom|Gender=Masc|NumType=Ord|Number=Sing|POS=NUM":93,
|
639 |
+
"Aspect=Perf|Case=Gen|Gender=Fem|Number=Sing|POS=VERB|VerbForm=Part|Voice=Pass":100,
|
640 |
+
"Aspect=Perf|Mood=Ind|Number=Sing|POS=AUX|Person=3|Tense=Past|VerbForm=Fin|Voice=Pass":87,
|
641 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=AUX|Person=3|Tense=Past|VerbForm=Fin|Voice=Pass":87,
|
642 |
+
"Case=Gen|Degree=Sup|Gender=Fem|Number=Sing|POS=ADJ":84,
|
643 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=AUX|Person=1|Tense=Pres|VerbForm=Fin|Voice=Pass":87,
|
644 |
+
"Case=Nom|Gender=Neut|NumType=Ord|Number=Sing|POS=NUM":93,
|
645 |
+
"Aspect=Perf|Mood=Ind|Number=Sing|POS=VERB|Person=1|Tense=Past|VerbForm=Fin|Voice=Pass":100,
|
646 |
+
"Case=Nom|Gender=Neut|NumType=Card|Number=Sing|POS=NUM":93,
|
647 |
+
"Case=Gen|Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Dem":95,
|
648 |
+
"Case=Gen|Degree=Cmp|Gender=Fem|Number=Sing|POS=ADJ":84,
|
649 |
+
"Aspect=Imp|Mood=Ind|Number=Sing|POS=AUX|Person=1|Tense=Pres|VerbForm=Fin|Voice=Act":87,
|
650 |
+
"Case=Acc|Degree=Sup|Gender=Fem|Number=Plur|POS=ADJ":84,
|
651 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=AUX|Person=1|Tense=Pres|VerbForm=Fin|Voice=Act":87,
|
652 |
+
"Case=Dat|Gender=Fem|Number=Sing|POS=ADJ":84,
|
653 |
+
"Case=Gen|Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Rel":95,
|
654 |
+
"Case=Gen|Gender=Fem|NumType=Sets|Number=Plur|POS=NUM":93,
|
655 |
+
"Aspect=Perf|Case=Nom|Gender=Fem|Number=Sing|POS=VERB|VerbForm=Part|Voice=Pass":100,
|
656 |
+
"Case=Gen|Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Ind,Rel":95,
|
657 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=VERB|Person=2|Tense=Past|VerbForm=Fin|Voice=Pass":100,
|
658 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=AUX|Person=2|Tense=Pres|VerbForm=Fin|Voice=Pass":87,
|
659 |
+
"Case=Gen|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Int":95,
|
660 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=VERB|Person=2|Tense=Past|VerbForm=Fin|Voice=Act":100,
|
661 |
+
"Case=Acc|Gender=Neut|NumType=Ord|Number=Plur|POS=NUM":93,
|
662 |
+
"Case=Nom|Definite=Ind|Gender=Masc|Number=Sing|POS=DET|PronType=Art":90,
|
663 |
+
"Case=Nom|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Dem":95,
|
664 |
+
"Case=Gen|Degree=Sup|Gender=Masc|Number=Plur|POS=ADJ":84,
|
665 |
+
"Case=Acc|Gender=Fem|NumType=Ord|Number=Plur|POS=NUM":93,
|
666 |
+
"Case=Nom|Gender=Fem|NumType=Ord|Number=Plur|POS=NUM":93,
|
667 |
+
"Case=Gen|Degree=Cmp|Gender=Fem|Number=Plur|POS=ADJ":84,
|
668 |
+
"Case=Nom|Degree=Sup|Gender=Fem|Number=Plur|POS=ADJ":84,
|
669 |
+
"Case=Acc|Degree=Sup|Gender=Neut|Number=Sing|POS=ADJ":84,
|
670 |
+
"Case=Nom|Gender=Masc|NumType=Card|Number=Sing|POS=NUM":93,
|
671 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Ind,Rel":95,
|
672 |
+
"Case=Acc|Gender=Fem|NumType=Card|Number=Sing|POS=NUM":93,
|
673 |
+
"Case=Nom|Degree=Sup|Gender=Neut|Number=Sing|POS=ADJ":84,
|
674 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Int":95,
|
675 |
+
"Case=Acc|Gender=Fem|Number=Plur|POS=PRON|Person=3|PronType=Prs":95,
|
676 |
+
"Case=Gen|Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Ind":95,
|
677 |
+
"Aspect=Perf|Case=Gen|Gender=Fem|Number=Plur|POS=VERB|VerbForm=Part|Voice=Pass":100,
|
678 |
+
"Case=Nom|Gender=Fem|NumType=Mult|Number=Sing|POS=NUM":93,
|
679 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Prs":95,
|
680 |
+
"Case=Acc|Gender=Masc|NumType=Mult|Number=Sing|POS=NUM":93,
|
681 |
+
"Case=Nom|Degree=Sup|Gender=Masc|Number=Plur|POS=ADJ":84,
|
682 |
+
"Case=Acc|Degree=Cmp|Gender=Masc|Number=Plur|POS=ADJ":84,
|
683 |
+
"Case=Gen|Degree=Cmp|Gender=Neut|Number=Sing|POS=ADJ":84,
|
684 |
+
"Case=Nom|Gender=Fem|Number=Plur|POS=PRON|Person=3|PronType=Int":95,
|
685 |
+
"Case=Gen|Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Ind":95,
|
686 |
+
"Degree=Sup|POS=ADV":86,
|
687 |
+
"Aspect=Perf|Mood=Ind|Number=Sing|POS=VERB|Person=2|Tense=Past|VerbForm=Fin|Voice=Pass":100,
|
688 |
+
"Case=Nom|Degree=Sup|Gender=Fem|Number=Sing|POS=ADJ":84,
|
689 |
+
"Case=Nom|Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Ind,Rel":95,
|
690 |
+
"Case=Gen|Gender=Neut|Number=Sing|POS=PRON|Person=3|PronType=Prs":95,
|
691 |
+
"Case=Gen|Gender=Fem|Number=Plur|POS=PROPN":96,
|
692 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=VERB|Person=3|Tense=Past|VerbForm=Fin|Voice=Pass":100,
|
693 |
+
"Aspect=Perf|Mood=Ind|Number=Plur|POS=AUX|Person=2|Tense=Past|VerbForm=Fin|Voice=Act":87,
|
694 |
+
"Case=Gen|Gender=Neut|Number=Sing|POS=PRON|Person=3|PronType=Ind":95,
|
695 |
+
"Case=Nom|Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Int":95,
|
696 |
+
"Case=Nom|Gender=Neut|Number=Sing|POS=PRON|Person=3|PronType=Ind,Rel":95,
|
697 |
+
"POS=SYM":99,
|
698 |
+
"Case=Gen|Gender=Neut|Number=Sing|POS=PRON|Person=3|PronType=Rel":95,
|
699 |
+
"Case=Nom|Gender=Masc|NumType=Ord|Number=Plur|POS=NUM":93,
|
700 |
+
"Case=Nom|Gender=Fem|Number=Plur|POS=PROPN":96,
|
701 |
+
"Aspect=Perf|Case=Nom|Gender=Neut|Number=Sing|POS=VERB|VerbForm=Part|Voice=Pass":100,
|
702 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Ind,Rel":95,
|
703 |
+
"Aspect=Perf|Case=Gen|Gender=Masc|Number=Plur|POS=VERB|VerbForm=Part|Voice=Pass":100,
|
704 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=AUX|Person=2|Tense=Pres|VerbForm=Fin|Voice=Act":87,
|
705 |
+
"Aspect=Perf|Case=Nom|Gender=Neut|Number=Plur|POS=VERB|VerbForm=Part|Voice=Pass":100,
|
706 |
+
"Case=Acc|Gender=Neut|NumType=Mult|Number=Sing|POS=NUM":93,
|
707 |
+
"Case=Acc|Degree=Sup|Gender=Neut|Number=Plur|POS=ADJ":84,
|
708 |
+
"Aspect=Perf|Case=Acc|Gender=Masc|Number=Plur|POS=VERB|VerbForm=Part|Voice=Pass":100,
|
709 |
+
"Aspect=Imp|Mood=Ind|Number=Plur|POS=VERB|Person=2|Tense=Pres|VerbForm=Fin|Voice=Pass":100,
|
710 |
+
"Case=Nom|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Int":95,
|
711 |
+
"Case=Gen|Gender=Neut|NumType=Ord|Number=Sing|POS=NUM":93,
|
712 |
+
"Aspect=Perf|Case=Nom|Gender=Masc|Number=Sing|POS=VERB|VerbForm=Part|Voice=Pass":100,
|
713 |
+
"Case=Dat|Definite=Def|Gender=Neut|Number=Sing|POS=DET|PronType=Art":90,
|
714 |
+
"Case=Gen|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Ind":95,
|
715 |
+
"Case=Gen|Gender=Fem|NumType=Ord|Number=Plur|POS=NUM":93,
|
716 |
+
"Case=Dat|Definite=Def|Gender=Fem|Number=Sing|POS=DET|PronType=Art":90,
|
717 |
+
"Case=Gen|Degree=Cmp|Gender=Masc|Number=Sing|POS=ADJ":84
|
718 |
+
},
|
719 |
+
"overwrite":true
|
720 |
+
}
|
morphologizer/model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5076651b6a31005f3e129581987a27ddbfe862aca623f69e0d9783f49ec8c67
|
3 |
+
size 138518
|
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
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4f56ee56f5a032c777142dc01a03f8d4c194c2a80508bc291fd599229f2ac8a0
|
3 |
+
size 6867482
|
ner/moves
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
��moves�@{"0":{},"1":{"ORG":883,"PERSON":853,"GPE":771,"EVENT":106,"PRODUCT":105,"LOC":33},"2":{"ORG":883,"PERSON":853,"GPE":771,"EVENT":106,"PRODUCT":105,"LOC":33},"3":{"ORG":883,"PERSON":853,"GPE":771,"EVENT":106,"PRODUCT":105,"LOC":33},"4":{"ORG":883,"PERSON":853,"GPE":771,"EVENT":106,"PRODUCT":105,"LOC":33,"":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
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0665c0c4dca580318d25d957484c2fdf5dbd14609a500b1e9e1a84440efbad96
|
3 |
+
size 304308
|
parser/moves
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
��moves�?{"0":{"":23560},"1":{"":15989},"2":{"det":6717,"case":3567,"amod":2730,"aux":1750,"punct":1716,"nsubj":1423,"cc":1325,"advmod":1276,"mark":813,"obl":515,"cop":325,"nummod":282,"nsubj:pass":263,"obj":258,"nmod":220,"advcl":145,"iobj":49,"vocative":46,"dep":0},"3":{"nmod":4010,"punct":2461,"obl":1931,"conj":1397,"obj":1367,"acl:relcl":670,"advmod":669,"ccomp":477,"flat":463,"nsubj":425,"advcl":415,"xcomp":410,"nsubj:pass":214,"appos":177,"acl":175,"det":128,"csubj":106,"amod":95,"fixed":71,"parataxis":61,"obl:agent":56,"cop":56,"csubj:pass":34,"dep":0},"4":{"ROOT":1662}}�cfg��neg_key�
|
senter/cfg
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"overwrite":false
|
3 |
+
}
|
senter/model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e1ef68685b921fe42681bd17df05f00b539fe702ed8da13d2fef999ccc77695b
|
3 |
+
size 197037
|
tok2vec/cfg
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
|
3 |
+
}
|
tok2vec/model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb9760b56a9cbe633ce937008f5b5a4c552aa2e69396e1adbcdf334585db601c
|
3 |
+
size 6734429
|
tokenizer
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
��prefix_search��^''|^§|^%|^=|^\+[0-9]+%|^\'([0-9]){2}([\-]\'([0-9]){2})*|^\-([0-9]){1,9}\.([0-9]){1,9}|^\'([Α-Ωα-ωίϊΐόάέύϋΰήώ]+)\'|^([Α-Ωα-ωίϊΐόάέύϋΰήώ]){1,3}\'|^http://www.[A-Za-z]+\-[A-Za-z]+(\.[A-Za-z]+)+(\/[A-Za-z]+)*(\.[A-Za-z]+)*|^[ΈΆΊΑ-Ωα-ωίϊΐόάέύϋΰήώ]+\*|^\$([0-9])+([\,\.]([0-9])+){0,1}|^…|^……|^,|^:|^;|^\!|^\?|^¿|^؟|^¡|^\(|^\)|^\[|^\]|^\{|^\}|^<|^>|^_|^#|^\*|^&|^。|^?|^!|^,|^、|^;|^:|^~|^·|^।|^،|^۔|^؛|^٪|^\.\.+|^…|^\'|^"|^”|^“|^`|^‘|^´|^’|^‚|^,|^„|^»|^«|^「|^」|^『|^』|^(|^)|^〔|^〕|^【|^】|^《|^》|^〈|^〉|^\$|^£|^€|^¥|^฿|^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�2p…$|……$|,$|:$|;$|\!$|\?$|¿$|؟$|¡$|\($|\)$|\[$|\]$|\{$|\}$|<$|>$|_$|#$|\*$|&$|。$|?$|!$|,$|、$|;$|:$|~$|·$|।$|،$|۔$|؛$|٪$|\.\.+$|…$|\'$|"$|”$|“$|`$|‘$|´$|’$|‚$|,$|„$|»$|«$|「$|」$|『$|』$|($|)$|〔$|〕$|【$|】$|《$|》$|〈$|〉$|[\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-Za-z])?\'$|^([0-9]){1,2}\.$| ([0-9]){1,2}\.$|([0-9]){1}\) $|^([0-9]){1}\)$$|(?<=°[FfCcKk])\.$|([0-9])+\&$|(?<=[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])\.$|(?<=[Α-Ωα-ωίϊΐόάέύϋΰήώ])\-$|(?<=[Α-Ωα-ωίϊΐόάέύϋΰήώ])\.$|^[Α-Ω]{1}\.$|\ [Α-Ω]{1}\.$|[ΈΆΊΑΌ-Ωα-ωίϊΐόάέύϋΰήώ]+([\-]([ΈΆΊΑΌ-Ωα-ωίϊΐόάέύϋΰήώ]+))+$|([0-9]+)mg$|([0-9]+)\.([0-9]+)m$�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-zA-Z]+)\/([a-zA-Z]+)\/([a-zA-Z]+)|([0-9])+(\.([0-9]+))*([\-]([0-9])+)+|([0-9])+[,]([0-9])+[\-]([0-9])+[,]([0-9])+|([0-9])+[ης]+([\-]([0-9])+)+|([0-9]){1,4}[\/]([0-9]){1,2}([\/]([0-9]){0,4}){0,1}|[A-Za-z]+\@[A-Za-z]+(\-[A-Za-z]+)*\.[A-Za-z]+|([a-zA-Z]+)(\-([a-zA-Z]+))+|(?<=[a-z\uFF41-\uFF5A\u00DF-\u00F6\u00F8-\u00FF\u0101\u0103\u0105\u0107\u0109\u010B\u010D\u010F\u0111\u0113\u0115\u0117\u0119\u011B\u011D\u011F\u0121\u0123\u0125\u0127\u0129\u012B\u012D\u012F\u0131\u0133\u0135\u0137\u0138\u013A\u013C\u013E\u0140\u0142\u0144\u0146\u0148\u0149\u014B\u014D\u014F\u0151\u0153\u0155\u0157\u0159\u015B\u015D\u015F\u0161\u0163\u0165\u0167\u0169\u016B\u016D\u016F\u0171\u0173\u0175\u0177\u017A\u017C\u017E\u017F\u0180\u0183\u0185\u0188\u018C\u018D\u0192\u0195\u0199-\u019B\u019E\u01A1\u01A3\u01A5\u01A8\u01AA\u01AB\u01AD\u01B0\u01B4\u01B6\u01B9\u01BA\u01BD-\u01BF\u01C6\u01C9\u01CC\u01CE\u01D0\u01D2\u01D4\u01D6\u01D8\u01DA\u01DC\u01DD\u01DF\u01E1\u01E3\u01E5\u01E7\u01E9\u01EB\u01ED\u01EF\u01F0\u01F3\u01F5\u01F9\u01FB\u01FD\u01FF\u0201\u0203\u0205\u0207\u0209\u020B\u020D\u020F\u0211\u0213\u0215\u0217\u0219\u021B\u021D\u021F\u0221\u0223\u0225\u0227\u0229\u022B\u022D\u022F\u0231\u0233-\u0239\u023C\u023F\u0240\u0242\u0247\u0249\u024B\u024D\u024F\u2C61\u2C65\u2C66\u2C68\u2C6A\u2C6C\u2C71\u2C73\u2C74\u2C76-\u2C7B\uA723\uA725\uA727\uA729\uA72B\uA72D\uA72F-\uA731\uA733\uA735\uA737\uA739\uA73B\uA73D\uA73F\uA741\uA743\uA745\uA747\uA749\uA74B\uA74D\uA74F\uA751\uA753\uA755\uA757\uA759\uA75B\uA75D\uA75F\uA761\uA763\uA765\uA767\uA769\uA76B\uA76D\uA76F\uA771-\uA778\uA77A\uA77C\uA77F\uA781\uA783\uA785\uA787\uA78C\uA78E\uA791\uA793-\uA795\uA797\uA799\uA79B\uA79D\uA79F\uA7A1\uA7A3\uA7A5\uA7A7\uA7A9\uA7AF\uA7B5\uA7B7\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E01\u1E03\u1E05\u1E07\u1E09\u1E0B\u1E0D\u1E0F\u1E11\u1E13\u1E15\u1E17\u1E19\u1E1B\u1E1D\u1E1F\u1E21\u1E23\u1E25\u1E27\u1E29\u1E2B\u1E2D\u1E2F\u1E31\u1E33\u1E35\u1E37\u1E39\u1E3B\u1E3D\u1E3F\u1E41\u1E43\u1E45\u1E47\u1E49\u1E4B\u1E4D\u1E4F\u1E51\u1E53\u1E55\u1E57\u1E59\u1E5B\u1E5D\u1E5F\u1E61\u1E63\u1E65\u1E67\u1E69\u1E6B\u1E6D\u1E6F\u1E71\u1E73\u1E75\u1E77\u1E79\u1E7B\u1E7D\u1E7F\u1E81\u1E83\u1E85\u1E87\u1E89\u1E8B\u1E8D\u1E8F\u1E91\u1E93\u1E95-\u1E9D\u1E9F\u1EA1\u1EA3\u1EA5\u1EA7\u1EA9\u1EAB\u1EAD\u1EAF\u1EB1\u1EB3\u1EB5\u1EB7\u1EB9\u1EBB\u1EBD\u1EBF\u1EC1\u1EC3\u1EC5\u1EC7\u1EC9\u1ECB\u1ECD\u1ECF\u1ED1\u1ED3\u1ED5\u1ED7\u1ED9\u1EDB\u1EDD\u1EDF\u1EE1\u1EE3\u1EE5\u1EE7\u1EE9\u1EEB\u1EED\u1EEF\u1EF1\u1EF3\u1EF5\u1EF7\u1EF9\u1EFB\u1EFD\u1EFFёа-яәөүҗңһα-ωάέίόώήύа-щюяіїєґѓѕјљњќѐѝ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])\.(?=[A-Z\uFF21-\uFF3A\u00C0-\u00D6\u00D8-\u00DE\u0100\u0102\u0104\u0106\u0108\u010A\u010C\u010E\u0110\u0112\u0114\u0116\u0118\u011A\u011C\u011E\u0120\u0122\u0124\u0126\u0128\u012A\u012C\u012E\u0130\u0132\u0134\u0136\u0139\u013B\u013D\u013F\u0141\u0143\u0145\u0147\u014A\u014C\u014E\u0150\u0152\u0154\u0156\u0158\u015A\u015C\u015E\u0160\u0162\u0164\u0166\u0168\u016A\u016C\u016E\u0170\u0172\u0174\u0176\u0178\u0179\u017B\u017D\u0181\u0182\u0184\u0186\u0187\u0189-\u018B\u018E-\u0191\u0193\u0194\u0196-\u0198\u019C\u019D\u019F\u01A0\u01A2\u01A4\u01A6\u01A7\u01A9\u01AC\u01AE\u01AF\u01B1-\u01B3\u01B5\u01B7\u01B8\u01BC\u01C4\u01C7\u01CA\u01CD\u01CF\u01D1\u01D3\u01D5\u01D7\u01D9\u01DB\u01DE\u01E0\u01E2\u01E4\u01E6\u01E8\u01EA\u01EC\u01EE\u01F1\u01F4\u01F6-\u01F8\u01FA\u01FC\u01FE\u0200\u0202\u0204\u0206\u0208\u020A\u020C\u020E\u0210\u0212\u0214\u0216\u0218\u021A\u021C\u021E\u0220\u0222\u0224\u0226\u0228\u022A\u022C\u022E\u0230\u0232\u023A\u023B\u023D\u023E\u0241\u0243-\u0246\u0248\u024A\u024C\u024E\u2C60\u2C62-\u2C64\u2C67\u2C69\u2C6B\u2C6D-\u2C70\u2C72\u2C75\u2C7E\u2C7F\uA722\uA724\uA726\uA728\uA72A\uA72C\uA72E\uA732\uA734\uA736\uA738\uA73A\uA73C\uA73E\uA740\uA742\uA744\uA746\uA748\uA74A\uA74C\uA74E\uA750\uA752\uA754\uA756\uA758\uA75A\uA75C\uA75E\uA760\uA762\uA764\uA766\uA768\uA76A\uA76C\uA76E\uA779\uA77B\uA77D\uA77E\uA780\uA782\uA784\uA786\uA78B\uA78D\uA790\uA792\uA796\uA798\uA79A\uA79C\uA79E\uA7A0\uA7A2\uA7A4\uA7A6\uA7A8\uA7AA-\uA7AE\uA7B0-\uA7B4\uA7B6\uA7B8\u1E00\u1E02\u1E04\u1E06\u1E08\u1E0A\u1E0C\u1E0E\u1E10\u1E12\u1E14\u1E16\u1E18\u1E1A\u1E1C\u1E1E\u1E20\u1E22\u1E24\u1E26\u1E28\u1E2A\u1E2C\u1E2E\u1E30\u1E32\u1E34\u1E36\u1E38\u1E3A\u1E3C\u1E3E\u1E40\u1E42\u1E44\u1E46\u1E48\u1E4A\u1E4C\u1E4E\u1E50\u1E52\u1E54\u1E56\u1E58\u1E5A\u1E5C\u1E5E\u1E60\u1E62\u1E64\u1E66\u1E68\u1E6A\u1E6C\u1E6E\u1E70\u1E72\u1E74\u1E76\u1E78\u1E7A\u1E7C\u1E7E\u1E80\u1E82\u1E84\u1E86\u1E88\u1E8A\u1E8C\u1E8E\u1E90\u1E92\u1E94\u1E9E\u1EA0\u1EA2\u1EA4\u1EA6\u1EA8\u1EAA\u1EAC\u1EAE\u1EB0\u1EB2\u1EB4\u1EB6\u1EB8\u1EBA\u1EBC\u1EBE\u1EC0\u1EC2\u1EC4\u1EC6\u1EC8\u1ECA\u1ECC\u1ECE\u1ED0\u1ED2\u1ED4\u1ED6\u1ED8\u1EDA\u1EDC\u1EDE\u1EE0\u1EE2\u1EE4\u1EE6\u1EE8\u1EEA\u1EEC\u1EEE\u1EF0\u1EF2\u1EF4\u1EF6\u1EF8\u1EFA\u1EFC\u1EFEЁА-ЯӘӨҮҖҢҺΑ-ΩΆΈΊΌΏΉΎА-ЩЮЯІЇЄҐЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])|(?<=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-яЁА-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήύΑ-ΩΆΈΊΌΏΉΎа-щюяіїєґА-ЩЮЯІЇЄҐѓѕјљњќѐѝЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F]),(?=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-яЁА-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήύΑ-ΩΆΈΊΌΏΉΎа-щюяіїєґА-ЩЮЯІЇЄҐѓѕјљњќѐѝЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])|(?<=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-яЁА-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήύΑ-ΩΆΈΊΌΏΉΎа-щюяіїєґА-ЩЮЯІЇЄҐѓѕјљњќѐѝЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])(?:-|–|—|--|---|——|~)(?=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-яЁА-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήύΑ-ΩΆΈΊΌΏΉΎа-щюяіїєґА-ЩЮЯІЇЄҐѓѕјљњќѐѝЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])|(?<=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-яЁА-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήύΑ-ΩΆΈΊΌΏΉΎа-щюяіїєґА-ЩЮЯІЇЄҐѓѕјљњќѐѝЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])[:<>=/](?=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-яЁА-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήύΑ-ΩΆΈΊΌΏΉΎа-щюяіїєґА-ЩЮЯІЇЄҐѓѕјљњќѐѝЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])�token_match��url_match�
|
2 |
+
��A�
|
3 |
+
� ��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�(*_*)�(-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�10μ.μ.��A�10�A�μ.μ.C�μ.μ.�10μμ��A�10�A�μμC�μ.μ.�10π.μ.��A�10�A�π.μ.C�π.μ.�10πμ��A�10�A�πμC�π.μ.�11μ.μ.��A�11�A�μ.μ.C�μ.μ.�11μμ��A�11�A�μμC�μ.μ.�11π.μ.��A�11�A�π.μ.C�π.μ.�11πμ��A�11�A�πμC�π.μ.�12μ.μ.��A�12�A�μ.μ.C�μ.μ.�12μμ��A�12�A�μμC�μ.μ.�12π.μ.��A�12�A�π.μ.C�π.μ.�12πμ��A�12�A�πμC�π.μ.�1μ.μ.��A�1�A�μ.μ.C�μ.μ.�1μμ��A�1�A�μμC�μ.μ.�1π.μ.��A�1�A�π.μ.C�π.μ.�1πμ��A�1�A�πμC�π.μ.�2μ.μ.��A�2�A�μ.μ.C�μ.μ.�2μμ��A�2�A�μμC�μ.μ.�2π.μ.��A�2�A�π.μ.C�π.μ.�2πμ��A�2�A�πμC�π.μ.�3μ.μ.��A�3�A�μ.μ.C�μ.μ.�3μμ��A�3�A�μμC�μ.μ.�3π.μ.��A�3�A�π.μ.C�π.μ.�3πμ��A�3�A�πμC�π.μ.�4μ.μ.��A�4�A�μ.μ.C�μ.μ.�4μμ��A�4�A�μμC�μ.μ.�4π.μ.��A�4�A�π.μ.C�π.μ.�4πμ��A�4�A�πμC�π.μ.�5μ.μ.��A�5�A�μ.μ.C�μ.μ.�5μμ��A�5�A�μμC�μ.μ.�5π.μ.��A�5�A�π.μ.C�π.μ.�5πμ��A�5�A�πμC�π.μ.�6μ.μ.��A�6�A�μ.μ.C�μ.μ.�6μμ��A�6�A�μμC�μ.μ.�6π.μ.��A�6�A�π.μ.C�π.μ.�6πμ��A�6�A�πμC�π.μ.�7μ.μ.��A�7�A�μ.μ.C�μ.μ.�7μμ��A�7�A�μμC�μ.μ.�7π.μ.��A�7�A�π.μ.C�π.μ.�7πμ��A�7�A�πμC�π.μ.�8)��A�8)�8-)��A�8-)�8-D��A�8-D�8D��A�8D�8μ.μ.��A�8�A�μ.μ.C�μ.μ.�8μμ��A�8�A�μμC�μ.μ.�8π.μ.��A�8�A�π.μ.C�π.μ.�8πμ��A�8�A�πμC�π.μ.�9μ.μ.��A�9�A�μ.μ.C�μ.μ.�9μμ��A�9�A�μμC�μ.μ.�9π.μ.��A�9�A�π.μ.C�π.μ.�9πμ��A�9�A�πμC�π.μ.�:'(��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�¯\(ツ)/¯�°C.��A�°�A�C�A�.�°F.��A�°�A�F�A�.�°K.��A�°�A�K�A�.�°c.��A�°�A�c�A�.�°f.��A�°�A�f�A�.�°k.��A�°�A�k�A�.�ä.��A�ä.�ö.��A�ö.�ü.��A�ü.�Α'��A�Α'�Α.Ε.��A�Α.Ε.�Α.Ε.Β.Ε.��A�Α.Ε.Β.Ε.�Α.Ε.Ι.��A�Α.Ε.Ι.�Α.Ε.Π.��A�Α.Ε.Π.�Α.Μ.Α.��A�Α.Μ.Α.�Α.Π.Θ.��A�Α.Π.Θ.�Α.Τ.��A�Α.Τ.�Α.Χ.��A�Α.Χ.�ΑΓΡ.��A�ΑΓΡ.C�Αγροτικός�ΑΝ.��A�ΑΝ.�ΑΠ'��A�ΑΠ'C�από�ΑΠ’��A�ΑΠ’C�από�Αγ.��A�Αγ.�Αγ. Γρ.��A�Αγ. Γρ.C�Αγία Γραφή�Αγόρασ'��A�Αγόρασ'C�αγοράζω�Αγόρασ’��A�Αγόρασ’C�αγοράζω�Αθ.��A�Αθ.C�Αθανάσιος�Αλ.��A�Αλ.�Αλεξ.��A�Αλεξ.C�Αλέξανδρος�Αλλ'��A�Αλλ'C�αλλά�Αλλ’��A�Αλλ’C�αλλά�Αμ'��A�Αμ'C�άμα�Αμ’��A�Αμ’C�άμα�Αν.��A�Αν.�Αντ'��A�Αντ'C�αντί�Αντ.��A�Αντ.�Αντ’��A�Αντ’C�αντί�Απ'��A�Απ'C�από�Απ.��A�Απ.�Απρ.��A�Απρ.C�Απρίλιος�Απ’��A�Απ’C�από�Αφ'��A�Αφ'C�από�Αφ’��A�Αφ’C�από�Αύγ.��A�Αύγ.C�Αύγουστος�Α’��A�Α’�Β'��A�Β'�Β)��A�Β)�Β.Ζ.��A�Β.Ζ.�Β.Ι.Ο.��A�Β.Ι.Ο.�Β.Κ.��A�Β.Κ.�Β.Μ.Α.��A�Β.Μ.Α.�Βάψ'��A�Βάψ'C�βάφω�Βάψ’��A�Βάψ’C�βάφω�Βασ.��A�Βασ.�Β’��A�Β’�Γ'��A�Γ'�Γ)��A�Γ)�Γ.Γ.��A�Γ.Γ.�Γ.Δ.��A�Γ.Δ.�ΓΙ'��A�ΓΙ'C�για�ΓΙ’��A�ΓΙ’C�για�Γι'��A�Γι'C�για�Γι’��A�Γι’C�για�Γκ.��A�Γκ.�Γ’��A�Γ’�Δ.Ε.Η.��A�Δ.Ε.Η.�Δ.Ε.Σ.Ε.��A�Δ.Ε.Σ.Ε.�Δ.Ν.��A�Δ.Ν.�Δ.Ο.Υ.��A�Δ.Ο.Υ.�Δ.Σ.��A�Δ.Σ.�Δ.Υ.��A�Δ.Υ.�ΔΙ.ΚΑ.Τ.Σ.Α.��A�ΔΙ.ΚΑ.Τ.Σ.Α.�Δέσ'��A�Δέσ'C�δένω�Δέσ’��A�Δέσ’C�δένω�Δεκ.��A�Δεκ.C�Δεκέμβριος�Δεσ'��A�Δεσ'C�δένω�Δεσ’��A�Δεσ’C�δένω�Δηλ.��A�Δηλ.�Δημ.��A�Δημ.C�Δήμος�Δι'��A�Δι'C�δια�Διον.��A�Διον.�Δι’��A�Δι’C�δια�Δωσ'��A�Δωσ'C�δίνω�Δωσ’��A�Δωσ’C�δίνω�Δύσκολ'��A�Δύσκολ'C�δύσκολος�Δύσκολ’��A�Δύσκολ’C�δύσκολος�Ε.Α.��A�Ε.Α.�Ε.Α.Κ.��A�Ε.Α.Κ.�Ε.Α.Π.��A�Ε.Α.Π.�Ε.Ε.��A�Ε.Ε.�Ε.Κ.��A�Ε.Κ.�Ε.ΚΕ.ΠΙΣ.��A�Ε.ΚΕ.ΠΙΣ.�Ε.Λ.Α.��A�Ε.Λ.Α.�Ε.Λ.Ι.Α.��A�Ε.Λ.Ι.Α.�Ε.Π.Σ.��A�Ε.Π.Σ.�Ε.Π.Τ.Α.��A�Ε.Π.Τ.Α.�Ε.Σ.Ε.Ε.Κ.��A�Ε.Σ.Ε.Ε.Κ.�Ε.Υ.Κ.��A�Ε.Υ.Κ.�ΕΕ.��A�ΕΕ.�ΕΚ.��A�ΕΚ.�ΕΛ.��A�ΕΛ.�ΕΛ.ΑΣ.��A�ΕΛ.ΑΣ.�Εθν.��A�Εθν.�Ελ.��A�Ελ.�Εμ.��A�Εμ.�Επ'��A�Επ'C�επί�Επ.��A�Επ.�Επ’��A�Επ’C�επί�Ευ.��A�Ευ.�Εφ'��A�Εφ'C�επί�Εφ’��A�Εφ’C�επί�Η'��A�Η'�Η.Π.Α.��A�Η.Π.Α.�Η’��A�Η’�Θ'��A�Θ'C�θα�ΘΕ.��A�ΘΕ.�Θεμ.��A�Θεμ.�Θεοδ.��A�Θεοδ.�Θρ.��A�Θρ.�Θ’��A�Θ’C�θα�Ι.Ε.Κ.��A�Ι.Ε.Κ.�Ι.Κ.Α.��A�Ι.Κ.Α.�Ι.Κ.Υ.��A�Ι.Κ.Υ.�Ι.Σ.Θ.��A�Ι.Σ.Θ.�Ι.Χ.��A�Ι.Χ.�ΙΖ'��A�ΙΖ'�ΙΖ’��A�ΙΖ’�ΙΧ.��A�ΙΧ.�Ιαν.��A�Ιαν.C�Ιανουάριος�Ιούλ.��A�Ιούλ.C�Ιούλιος�Ιούν.��A�Ιούν.C�Ιούνιος�Ιωαν.��A�Ιωαν.C�Ιωάννης�Κ.Α.Α.��A�Κ.Α.Α.�Κ.Α.Ε.��A�Κ.Α.Ε.�Κ.Β.Σ.��A�Κ.Β.Σ.�Κ.Δ.��A�Κ.Δ.�Κ.Ε.��A�Κ.Ε.�Κ.Ε.Κ.��A�Κ.Ε.Κ.�Κ.Ι.��A�Κ.Ι.�Κ.Ι.Θ.��A�Κ.Ι.Θ.�Κ.Κ.��A�Κ.Κ.�Κ.ΚΕΚ.��A�Κ.ΚΕΚ.�Κ.Ο.��A�Κ.Ο.�Κ.Π.Ρ.��A�Κ.Π.Ρ.�ΚΑΤ.��A�ΚΑΤ.�ΚΚ.��A�ΚΚ.�Κάν'��A�Κάν'C�κάνω�Κάν’��A�Κάν’C�κάνω�Καθ'��A�Καθ'C�κάθε�Καθ’��A�Καθ’C�κάθε�Καν.��A�Καν.�Καρ.��A�Καρ.�Κατ'��A�Κατ'C�κατά�Κατ.��A�Κατ.�Κατ’��A�Κατ’C�κατά�Κυρ.��A�Κυρ.�Κων.��A�Κων.�Λ.Α.��A�Λ.Α.�Λ.Χ.��A�Λ.Χ.�Λ.χ.��A�Λ.χ.�Λήξ'��A�Λήξ'C�λήγω�Λήξ’��A�Λήξ’C�λήγω�Λεωφ.��A�Λεωφ.�Λι.��A�Λι.�Μ'��A�Μ'C�με�Μ. Ασία��A�Μ. ΑσίαC�Μικρά Ασία�Μ.Δ.Ε.��A�Μ.Δ.Ε.�Μ.Ε.Ο.��A�Μ.Ε.Ο.�Μ.Ζ.��A�Μ.Ζ.�Μ.Μ.Ε.��A�Μ.Μ.Ε.�Μ.Ο.��A�Μ.Ο.�ΜΕΤ'��A�ΜΕΤ'C�μετά�ΜΕΤ’��A�ΜΕΤ’C�μετά�Μάρτ'��A�Μάρτ'C�Μάρτιος�Μάρτ.��A�Μάρτ.C�Μάρτιος�Μάρτ’��A�Μάρτ’C�Μάρτιος�Μέσ'��A�Μέσ'C�μέσα�Μέσ’��A�Μέσ’C�μέσα�Μεγ.��A�Μεγ.�Μετ'��A�Μετ'C�μετά�Μετ’��A�Μετ’C�μετά�Μιλτ.��A�Μιλτ.�Μιχ.��A�Μιχ.�Μ’��A�Μ’C�με�Ν'��A�Ν'C�να�Ν.Δ.��A�Ν.Δ.�Ν.Ε.Α.��A�Ν.Ε.Α.�Ν.Κ.��A�Ν.Κ.�Ν.Ο.��A�Ν.Ο.�Ν.Ο.Θ.��A�Ν.Ο.Θ.�Ν.Π.Δ.Δ.��A�Ν.Π.Δ.Δ.�Ν.Υ.��A�Ν.Υ.�ΝΔ.��A�ΝΔ.�Νικ.��A�Νικ.�Νοέμβρ.��A�Νοέμβρ.C�Νοέμβριος�Ντ'��A�Ντ'�Ντ.��A�Ντ.�Ντ’��A�Ντ’�Ν’��A�Ν’C�να�Ο'��A�Ο'�Ο.Α.��A�Ο.Α.�Ο.Α.Ε.Δ.��A�Ο.Α.Ε.Δ.�Ο.Δ.��A�Ο.Δ.�Ο.Ε.Ε.��A�Ο.Ε.Ε.�Ο.Ε.Ε.Κ.��A�Ο.Ε.Ε.Κ.�Ο.Η.Ε.��A�Ο.Η.Ε.�Ο.Κ.��A�Ο.Κ.�Οκτ.��A�Οκτ.C�Οκτώβριος�Ο’��A�Ο’�Π.Δ.��A�Π.Δ.�Π.Ε.Κ.Δ.Υ.��A�Π.Ε.Κ.Δ.Υ.�Π.Ε.Π.��A�Π.Ε.Π.�Π.Μ.Σ.��A�Π.Μ.Σ.�Π.Χ.��A�Π.Χ.�ΠΑΡ'��A�ΠΑΡ'C�παρά�ΠΑΡ’��A�ΠΑΡ’C�παρά�ΠΟΛ.��A�ΠΟΛ.�Πάρ'��A�Πάρ'C�παίρνω�Πάρ’��A�Πάρ’C�παίρνω�Παίξ'��A�Παίξ'C�παίζω�Παίξ’��A�Παίξ’C�παίζω�Παρ'��A�Παρ'C�παρά�Παρ.��A�Παρ.�Παρ’��A�Παρ’C�παρά�Πλ.��A�Πλ.�Πρ.��A�Πρ.�Σ'��A�Σ'C�σε�Σ.Δ.Ο.Ε.��A�Σ.Δ.Ο.Ε.�Σ.Ε.��A�Σ.Ε.�Σ.Ε.Κ.��A�Σ.Ε.Κ.�Σ.Π.Δ.Ω.Β.��A�Σ.Π.Δ.Ω.Β.�Σ.Τ.��A�Σ.Τ.�Σαβ.��A�Σαβ.�Σεπτ.��A�Σεπτ.C�Σεπτέμβριος�Στ'��A�Στ'C�στο�Στ.��A�Στ.�ΣτΕ.��A�ΣτΕ.�Στρ.��A�Στρ.�Στ’��A�Στ’C�στο�Σ’��A�Σ’C�σε�Τ'��A�Τ'C�το�Τ.Α.��A�Τ.Α.�Τ.Ε.Ε.��A�Τ.Ε.Ε.�Τ.Ε.Ι.��A�Τ.Ε.Ι.�ΤΡ.��A�ΤΡ.�Τζ.��A�Τζ.�Τηλ.��A�Τηλ.�Τ’��A�Τ’C�το�Υ.Γ.��A�Υ.Γ.�ΥΓ.��A�ΥΓ.�ΥΠ.Ε.Π.Θ.��A�ΥΠ.Ε.Π.Θ.�Υπ'��A�Υπ'C�υπό�Υπ’��A�Υπ’C�υπό�Φ.Α.Β.Ε.��A�Φ.Α.Β.Ε.�Φ.Κ.��A�Φ.Κ.�Φ.Π.Α.��A�Φ.Π.Α.�Φ.Σ.��A�Φ.Σ.�Φ.Χ.��A�Φ.Χ.�Φέρ'��A�Φέρ'C�φέρνω�Φέρ’��A�Φέρ’C�φέρνω�Φεβρ.��A�Φεβρ.C�Φεβρουάριος�Φερ'��A�Φερ'C�φέρνω�Φερ’��A�Φερ’C�φέρνω�Φιλ.��A�Φιλ.�Χ.Α.Α.��A�Χ.Α.Α.�Χ.Χ.��A�Χ.Χ.�ΧΡ.��A�ΧΡ.�Χαρ.��A�Χαρ.�Χιλ.��A�Χιλ.�Χρ.��A�Χρ.�άγ.��A�άγ.�άρθρ.��A�άρθρ.�άσ'��A�άσ'C�αφήνω�άσ’��A�άσ’C�αφήνω�έφθασ'��A�έφθασ'C�φθάνω�έφθασ’��A�έφθασ’C�φθάνω�αι.��A�αι.�αλλ'��A�αλλ'C�αλλά�αλλ’��A�αλλ’C�αλλά�αν.��A�αν.�απ.��A�απ.�αρ.��A�αρ.�αριθ.��A�αριθ.�αριθμ.��A�αριθμ.�αφ'��A�αφ'C�από�αφ’��A�αφ’C�από�β'��A�β'�βλ.��A�βλ.�β’��A�β’�γ.γ.��A�γ.γ.�γεν.��A�γεν.�γι'��A�γι'C�για�γι’��A�γι’C�για�γραμμ.��A�γραμμ.�δ.δ.��A�δ.δ.�δ.σ.��A�δ.σ.�δεσ'��A�δεσ'C�δένω�δεσ’��A�δεσ’C�δένω�δηλ.��A�δηλ.�δι'��A�δι'C�δια�δισ.��A�δισ.�δι’��A�δι’C�δια�δολ.��A�δολ.�δρχ.��A�δρχ.�δώσ'��A�δώσ'C�δίνω�δώσ’��A�δώσ’C�δίνω�εκ.��A�εκ.�εκατ.��A�εκατ.�ελ.��A�ελ.�εξ'��A�εξ'C�εκ�εξ’��A�εξ’C�εκ�επ'��A�επ'C�επί�επ’��A�επ’C�επί�εφ'��A�εφ'C�επί�εφ’��A�εφ’C�επί�θ'��A�θ'C�θα�θιν'��A�θιν'�θιν’��A�θιν’�θ’��A�θ’C�θα�κ'τσή��A�κ'τσήC�κουτσός�κ.��A�κ.�κ.ά.��A�κ.ά.�κ.α.��A�κ.α.�κ.κ.��A�κ.κ.�κ.λπ.��A�κ.λπ.�κ.ο.κ.��A�κ.ο.κ.�κ.τ.λ.��A�κ.τ.λ.�καθ'��A�καθ'C�κάθε�καθ’��A�καθ’C�κάθε�κατ'��A�κατ'C�κατά�κατ’��A�κατ’C�κατά�κι��A�κιC�και�κλπ.��A�κλπ.�κτλ.��A�κτλ.�κυβ.��A�κυβ.�κ’τσή��A�κ’τσήC�κουτσός�λ.χ.��A�λ.χ.�μ'��A�μ'C�με�μ.��A�μ.�μ.Χ.��A�μ.Χ.�μ.μ.��A�μ.μ.�μέσ'��A�μέσ'C�μέσα�μέσ’��A�μέσ’C�μέσα�μεσ'��A�μεσ'C�μέσα�μεσ’��A�μεσ’C�μέσα�μηδ'��A�μηδ'C�μήδε�μηδ’��A�μηδ’C�μήδε�μιλ.��A�μιλ.�μ’��A�μ’C�με�ν'��A�ν'C�να�ντ'��A�ντ'�ντ’��A�ντ’�ν’��A�ν’C�να�ολ'��A�ολ'C�όλος�ολ’��A�ολ’C�όλος�π.Χ.��A�π.Χ.�π.β.��A�π.β.�π.δ.��A�π.δ.�π.μ.��A�π.μ.�π.χ.��A�π.χ.�πάρ'��A�πάρ'C�παίρνω�πάρ’��A�πάρ’C�παίρνω�παρ'��A�παρ'C�παρά�παρ’��A�παρ’C�παρά�σ'��A�σ'C�σε�σ.��A�σ.�σ.α.λ.��A�σ.α.λ.�σ.σ.��A�σ.σ.�σελ.��A�σελ.�στρ.��A�στρ.�σ’��A�σ’C�σε�τ'��A�τ'C�το�τ'ς��A�τ'ς�τ.μ.��A�τ.μ.�τίποτ'��A�τίποτ'C�τίποτα�τίποτ’��A�τίποτ’C�τίποτα�τετ.��A�τετ.�τετρ.��A�τετρ.�τηλ.��A�τηλ.�τρισ.��A�τρισ.�τόν.��A�τόν.�τ’��A�τ’C�το�τ’ς��A�τ’ς�υπ'��A�υπ'C�υπό�υπ.��A�υπ.�υπ’��A�υπ’C�υπό�φέρ'��A�φέρ'C�φέρνω�φέρ’��A�φέρ’C�φέρνω�φερ'��A�φερ'C�φέρνω�φερ’��A�φερ’C�φέρνω�χ.μ.��A�χ.μ.�χγρ.��A�χγρ.�χιλ.��A�χιλ.�χλμ.��A�χλμ.�όμουρφ'��A�όμουρφ'C�όμορφος�όμουρφ’��A�όμουρφ’C�όμορφος�ύστερ'��A�ύστερ'C�ύστερα�ύστερ’��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�’’
|
vocab/key2row
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
�
|
vocab/lookups.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a52c92069d8cc09ebffb6c79b255ee1f09cb0072bb7234c99f48dc3591876577
|
3 |
+
size 69735
|
vocab/strings.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:62e96d9f1e2e9b95263c74526351921654abbdc3ef5987552922b52c7087e234
|
3 |
+
size 1557585
|
vocab/vectors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:14772b683e726436d5948ad3fff2b43d036ef2ebbe3458aafed6004e05a40706
|
3 |
+
size 128
|
vocab/vectors.cfg
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"mode":"default"
|
3 |
+
}
|