osanseviero
commited on
Commit
·
0354501
1
Parent(s):
4479c0e
Update spaCy pipeline
Browse files- .gitattributes +4 -0
- LICENSE +674 -0
- LICENSES_SOURCES +56 -0
- README.md +88 -0
- accuracy.json +277 -0
- attribute_ruler/patterns +0 -0
- config.cfg +192 -0
- es_dep_news_trf-any-py3-none-any.whl +3 -0
- lemmatizer/lookups/lookups.bin +3 -0
- meta.json +758 -0
- morphologizer/cfg +764 -0
- morphologizer/model +0 -0
- parser/cfg +13 -0
- parser/model +0 -0
- parser/moves +1 -0
- tokenizer +3 -0
- transformer/cfg +3 -0
- transformer/model/config.json +25 -0
- transformer/model/pytorch_model.bin +3 -0
- transformer/model/special_tokens_map.json +1 -0
- transformer/model/tokenizer.json +0 -0
- transformer/model/tokenizer_config.json +1 -0
- transformer/model/vocab.txt +0 -0
- vocab/key2row +1 -0
- vocab/lookups.bin +3 -0
- vocab/strings.json +3 -0
- vocab/vectors +3 -0
.gitattributes
CHANGED
@@ -14,3 +14,7 @@
|
|
14 |
*.pb filter=lfs diff=lfs merge=lfs -text
|
15 |
*.pt filter=lfs diff=lfs merge=lfs -text
|
16 |
*.pth filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
14 |
*.pb filter=lfs diff=lfs merge=lfs -text
|
15 |
*.pt filter=lfs diff=lfs merge=lfs -text
|
16 |
*.pth filter=lfs diff=lfs merge=lfs -text
|
17 |
+
*.whl filter=lfs diff=lfs merge=lfs -text
|
18 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
19 |
+
*strings.json filter=lfs diff=lfs merge=lfs -text
|
20 |
+
vectors filter=lfs diff=lfs merge=lfs -text
|
LICENSE
ADDED
@@ -0,0 +1,674 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
GNU GENERAL PUBLIC LICENSE
|
2 |
+
Version 3, 29 June 2007
|
3 |
+
|
4 |
+
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
|
5 |
+
Everyone is permitted to copy and distribute verbatim copies
|
6 |
+
of this license document, but changing it is not allowed.
|
7 |
+
|
8 |
+
Preamble
|
9 |
+
|
10 |
+
The GNU General Public License is a free, copyleft license for
|
11 |
+
software and other kinds of works.
|
12 |
+
|
13 |
+
The licenses for most software and other practical works are designed
|
14 |
+
to take away your freedom to share and change the works. By contrast,
|
15 |
+
the GNU General Public License is intended to guarantee your freedom to
|
16 |
+
share and change all versions of a program--to make sure it remains free
|
17 |
+
software for all its users. We, the Free Software Foundation, use the
|
18 |
+
GNU General Public License for most of our software; it applies also to
|
19 |
+
any other work released this way by its authors. You can apply it to
|
20 |
+
your programs, too.
|
21 |
+
|
22 |
+
When we speak of free software, we are referring to freedom, not
|
23 |
+
price. Our General Public Licenses are designed to make sure that you
|
24 |
+
have the freedom to distribute copies of free software (and charge for
|
25 |
+
them if you wish), that you receive source code or can get it if you
|
26 |
+
want it, that you can change the software or use pieces of it in new
|
27 |
+
free programs, and that you know you can do these things.
|
28 |
+
|
29 |
+
To protect your rights, we need to prevent others from denying you
|
30 |
+
these rights or asking you to surrender the rights. Therefore, you have
|
31 |
+
certain responsibilities if you distribute copies of the software, or if
|
32 |
+
you modify it: responsibilities to respect the freedom of others.
|
33 |
+
|
34 |
+
For example, if you distribute copies of such a program, whether
|
35 |
+
gratis or for a fee, you must pass on to the recipients the same
|
36 |
+
freedoms that you received. You must make sure that they, too, receive
|
37 |
+
or can get the source code. And you must show them these terms so they
|
38 |
+
know their rights.
|
39 |
+
|
40 |
+
Developers that use the GNU GPL protect your rights with two steps:
|
41 |
+
(1) assert copyright on the software, and (2) offer you this License
|
42 |
+
giving you legal permission to copy, distribute and/or modify it.
|
43 |
+
|
44 |
+
For the developers' and authors' protection, the GPL clearly explains
|
45 |
+
that there is no warranty for this free software. For both users' and
|
46 |
+
authors' sake, the GPL requires that modified versions be marked as
|
47 |
+
changed, so that their problems will not be attributed erroneously to
|
48 |
+
authors of previous versions.
|
49 |
+
|
50 |
+
Some devices are designed to deny users access to install or run
|
51 |
+
modified versions of the software inside them, although the manufacturer
|
52 |
+
can do so. This is fundamentally incompatible with the aim of
|
53 |
+
protecting users' freedom to change the software. The systematic
|
54 |
+
pattern of such abuse occurs in the area of products for individuals to
|
55 |
+
use, which is precisely where it is most unacceptable. Therefore, we
|
56 |
+
have designed this version of the GPL to prohibit the practice for those
|
57 |
+
products. If such problems arise substantially in other domains, we
|
58 |
+
stand ready to extend this provision to those domains in future versions
|
59 |
+
of the GPL, as needed to protect the freedom of users.
|
60 |
+
|
61 |
+
Finally, every program is threatened constantly by software patents.
|
62 |
+
States should not allow patents to restrict development and use of
|
63 |
+
software on general-purpose computers, but in those that do, we wish to
|
64 |
+
avoid the special danger that patents applied to a free program could
|
65 |
+
make it effectively proprietary. To prevent this, the GPL assures that
|
66 |
+
patents cannot be used to render the program non-free.
|
67 |
+
|
68 |
+
The precise terms and conditions for copying, distribution and
|
69 |
+
modification follow.
|
70 |
+
|
71 |
+
TERMS AND CONDITIONS
|
72 |
+
|
73 |
+
0. Definitions.
|
74 |
+
|
75 |
+
"This License" refers to version 3 of the GNU General Public License.
|
76 |
+
|
77 |
+
"Copyright" also means copyright-like laws that apply to other kinds of
|
78 |
+
works, such as semiconductor masks.
|
79 |
+
|
80 |
+
"The Program" refers to any copyrightable work licensed under this
|
81 |
+
License. Each licensee is addressed as "you". "Licensees" and
|
82 |
+
"recipients" may be individuals or organizations.
|
83 |
+
|
84 |
+
To "modify" a work means to copy from or adapt all or part of the work
|
85 |
+
in a fashion requiring copyright permission, other than the making of an
|
86 |
+
exact copy. The resulting work is called a "modified version" of the
|
87 |
+
earlier work or a work "based on" the earlier work.
|
88 |
+
|
89 |
+
A "covered work" means either the unmodified Program or a work based
|
90 |
+
on the Program.
|
91 |
+
|
92 |
+
To "propagate" a work means to do anything with it that, without
|
93 |
+
permission, would make you directly or secondarily liable for
|
94 |
+
infringement under applicable copyright law, except executing it on a
|
95 |
+
computer or modifying a private copy. Propagation includes copying,
|
96 |
+
distribution (with or without modification), making available to the
|
97 |
+
public, and in some countries other activities as well.
|
98 |
+
|
99 |
+
To "convey" a work means any kind of propagation that enables other
|
100 |
+
parties to make or receive copies. Mere interaction with a user through
|
101 |
+
a computer network, with no transfer of a copy, is not conveying.
|
102 |
+
|
103 |
+
An interactive user interface displays "Appropriate Legal Notices"
|
104 |
+
to the extent that it includes a convenient and prominently visible
|
105 |
+
feature that (1) displays an appropriate copyright notice, and (2)
|
106 |
+
tells the user that there is no warranty for the work (except to the
|
107 |
+
extent that warranties are provided), that licensees may convey the
|
108 |
+
work under this License, and how to view a copy of this License. If
|
109 |
+
the interface presents a list of user commands or options, such as a
|
110 |
+
menu, a prominent item in the list meets this criterion.
|
111 |
+
|
112 |
+
1. Source Code.
|
113 |
+
|
114 |
+
The "source code" for a work means the preferred form of the work
|
115 |
+
for making modifications to it. "Object code" means any non-source
|
116 |
+
form of a work.
|
117 |
+
|
118 |
+
A "Standard Interface" means an interface that either is an official
|
119 |
+
standard defined by a recognized standards body, or, in the case of
|
120 |
+
interfaces specified for a particular programming language, one that
|
121 |
+
is widely used among developers working in that language.
|
122 |
+
|
123 |
+
The "System Libraries" of an executable work include anything, other
|
124 |
+
than the work as a whole, that (a) is included in the normal form of
|
125 |
+
packaging a Major Component, but which is not part of that Major
|
126 |
+
Component, and (b) serves only to enable use of the work with that
|
127 |
+
Major Component, or to implement a Standard Interface for which an
|
128 |
+
implementation is available to the public in source code form. A
|
129 |
+
"Major Component", in this context, means a major essential component
|
130 |
+
(kernel, window system, and so on) of the specific operating system
|
131 |
+
(if any) on which the executable work runs, or a compiler used to
|
132 |
+
produce the work, or an object code interpreter used to run it.
|
133 |
+
|
134 |
+
The "Corresponding Source" for a work in object code form means all
|
135 |
+
the source code needed to generate, install, and (for an executable
|
136 |
+
work) run the object code and to modify the work, including scripts to
|
137 |
+
control those activities. However, it does not include the work's
|
138 |
+
System Libraries, or general-purpose tools or generally available free
|
139 |
+
programs which are used unmodified in performing those activities but
|
140 |
+
which are not part of the work. For example, Corresponding Source
|
141 |
+
includes interface definition files associated with source files for
|
142 |
+
the work, and the source code for shared libraries and dynamically
|
143 |
+
linked subprograms that the work is specifically designed to require,
|
144 |
+
such as by intimate data communication or control flow between those
|
145 |
+
subprograms and other parts of the work.
|
146 |
+
|
147 |
+
The Corresponding Source need not include anything that users
|
148 |
+
can regenerate automatically from other parts of the Corresponding
|
149 |
+
Source.
|
150 |
+
|
151 |
+
The Corresponding Source for a work in source code form is that
|
152 |
+
same work.
|
153 |
+
|
154 |
+
2. Basic Permissions.
|
155 |
+
|
156 |
+
All rights granted under this License are granted for the term of
|
157 |
+
copyright on the Program, and are irrevocable provided the stated
|
158 |
+
conditions are met. This License explicitly affirms your unlimited
|
159 |
+
permission to run the unmodified Program. The output from running a
|
160 |
+
covered work is covered by this License only if the output, given its
|
161 |
+
content, constitutes a covered work. This License acknowledges your
|
162 |
+
rights of fair use or other equivalent, as provided by copyright law.
|
163 |
+
|
164 |
+
You may make, run and propagate covered works that you do not
|
165 |
+
convey, without conditions so long as your license otherwise remains
|
166 |
+
in force. You may convey covered works to others for the sole purpose
|
167 |
+
of having them make modifications exclusively for you, or provide you
|
168 |
+
with facilities for running those works, provided that you comply with
|
169 |
+
the terms of this License in conveying all material for which you do
|
170 |
+
not control copyright. Those thus making or running the covered works
|
171 |
+
for you must do so exclusively on your behalf, under your direction
|
172 |
+
and control, on terms that prohibit them from making any copies of
|
173 |
+
your copyrighted material outside their relationship with you.
|
174 |
+
|
175 |
+
Conveying under any other circumstances is permitted solely under
|
176 |
+
the conditions stated below. Sublicensing is not allowed; section 10
|
177 |
+
makes it unnecessary.
|
178 |
+
|
179 |
+
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
180 |
+
|
181 |
+
No covered work shall be deemed part of an effective technological
|
182 |
+
measure under any applicable law fulfilling obligations under article
|
183 |
+
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
184 |
+
similar laws prohibiting or restricting circumvention of such
|
185 |
+
measures.
|
186 |
+
|
187 |
+
When you convey a covered work, you waive any legal power to forbid
|
188 |
+
circumvention of technological measures to the extent such circumvention
|
189 |
+
is effected by exercising rights under this License with respect to
|
190 |
+
the covered work, and you disclaim any intention to limit operation or
|
191 |
+
modification of the work as a means of enforcing, against the work's
|
192 |
+
users, your or third parties' legal rights to forbid circumvention of
|
193 |
+
technological measures.
|
194 |
+
|
195 |
+
4. Conveying Verbatim Copies.
|
196 |
+
|
197 |
+
You may convey verbatim copies of the Program's source code as you
|
198 |
+
receive it, in any medium, provided that you conspicuously and
|
199 |
+
appropriately publish on each copy an appropriate copyright notice;
|
200 |
+
keep intact all notices stating that this License and any
|
201 |
+
non-permissive terms added in accord with section 7 apply to the code;
|
202 |
+
keep intact all notices of the absence of any warranty; and give all
|
203 |
+
recipients a copy of this License along with the Program.
|
204 |
+
|
205 |
+
You may charge any price or no price for each copy that you convey,
|
206 |
+
and you may offer support or warranty protection for a fee.
|
207 |
+
|
208 |
+
5. Conveying Modified Source Versions.
|
209 |
+
|
210 |
+
You may convey a work based on the Program, or the modifications to
|
211 |
+
produce it from the Program, in the form of source code under the
|
212 |
+
terms of section 4, provided that you also meet all of these conditions:
|
213 |
+
|
214 |
+
a) The work must carry prominent notices stating that you modified
|
215 |
+
it, and giving a relevant date.
|
216 |
+
|
217 |
+
b) The work must carry prominent notices stating that it is
|
218 |
+
released under this License and any conditions added under section
|
219 |
+
7. This requirement modifies the requirement in section 4 to
|
220 |
+
"keep intact all notices".
|
221 |
+
|
222 |
+
c) You must license the entire work, as a whole, under this
|
223 |
+
License to anyone who comes into possession of a copy. This
|
224 |
+
License will therefore apply, along with any applicable section 7
|
225 |
+
additional terms, to the whole of the work, and all its parts,
|
226 |
+
regardless of how they are packaged. This License gives no
|
227 |
+
permission to license the work in any other way, but it does not
|
228 |
+
invalidate such permission if you have separately received it.
|
229 |
+
|
230 |
+
d) If the work has interactive user interfaces, each must display
|
231 |
+
Appropriate Legal Notices; however, if the Program has interactive
|
232 |
+
interfaces that do not display Appropriate Legal Notices, your
|
233 |
+
work need not make them do so.
|
234 |
+
|
235 |
+
A compilation of a covered work with other separate and independent
|
236 |
+
works, which are not by their nature extensions of the covered work,
|
237 |
+
and which are not combined with it such as to form a larger program,
|
238 |
+
in or on a volume of a storage or distribution medium, is called an
|
239 |
+
"aggregate" if the compilation and its resulting copyright are not
|
240 |
+
used to limit the access or legal rights of the compilation's users
|
241 |
+
beyond what the individual works permit. Inclusion of a covered work
|
242 |
+
in an aggregate does not cause this License to apply to the other
|
243 |
+
parts of the aggregate.
|
244 |
+
|
245 |
+
6. Conveying Non-Source Forms.
|
246 |
+
|
247 |
+
You may convey a covered work in object code form under the terms
|
248 |
+
of sections 4 and 5, provided that you also convey the
|
249 |
+
machine-readable Corresponding Source under the terms of this License,
|
250 |
+
in one of these ways:
|
251 |
+
|
252 |
+
a) Convey the object code in, or embodied in, a physical product
|
253 |
+
(including a physical distribution medium), accompanied by the
|
254 |
+
Corresponding Source fixed on a durable physical medium
|
255 |
+
customarily used for software interchange.
|
256 |
+
|
257 |
+
b) Convey the object code in, or embodied in, a physical product
|
258 |
+
(including a physical distribution medium), accompanied by a
|
259 |
+
written offer, valid for at least three years and valid for as
|
260 |
+
long as you offer spare parts or customer support for that product
|
261 |
+
model, to give anyone who possesses the object code either (1) a
|
262 |
+
copy of the Corresponding Source for all the software in the
|
263 |
+
product that is covered by this License, on a durable physical
|
264 |
+
medium customarily used for software interchange, for a price no
|
265 |
+
more than your reasonable cost of physically performing this
|
266 |
+
conveying of source, or (2) access to copy the
|
267 |
+
Corresponding Source from a network server at no charge.
|
268 |
+
|
269 |
+
c) Convey individual copies of the object code with a copy of the
|
270 |
+
written offer to provide the Corresponding Source. This
|
271 |
+
alternative is allowed only occasionally and noncommercially, and
|
272 |
+
only if you received the object code with such an offer, in accord
|
273 |
+
with subsection 6b.
|
274 |
+
|
275 |
+
d) Convey the object code by offering access from a designated
|
276 |
+
place (gratis or for a charge), and offer equivalent access to the
|
277 |
+
Corresponding Source in the same way through the same place at no
|
278 |
+
further charge. You need not require recipients to copy the
|
279 |
+
Corresponding Source along with the object code. If the place to
|
280 |
+
copy the object code is a network server, the Corresponding Source
|
281 |
+
may be on a different server (operated by you or a third party)
|
282 |
+
that supports equivalent copying facilities, provided you maintain
|
283 |
+
clear directions next to the object code saying where to find the
|
284 |
+
Corresponding Source. Regardless of what server hosts the
|
285 |
+
Corresponding Source, you remain obligated to ensure that it is
|
286 |
+
available for as long as needed to satisfy these requirements.
|
287 |
+
|
288 |
+
e) Convey the object code using peer-to-peer transmission, provided
|
289 |
+
you inform other peers where the object code and Corresponding
|
290 |
+
Source of the work are being offered to the general public at no
|
291 |
+
charge under subsection 6d.
|
292 |
+
|
293 |
+
A separable portion of the object code, whose source code is excluded
|
294 |
+
from the Corresponding Source as a System Library, need not be
|
295 |
+
included in conveying the object code work.
|
296 |
+
|
297 |
+
A "User Product" is either (1) a "consumer product", which means any
|
298 |
+
tangible personal property which is normally used for personal, family,
|
299 |
+
or household purposes, or (2) anything designed or sold for incorporation
|
300 |
+
into a dwelling. In determining whether a product is a consumer product,
|
301 |
+
doubtful cases shall be resolved in favor of coverage. For a particular
|
302 |
+
product received by a particular user, "normally used" refers to a
|
303 |
+
typical or common use of that class of product, regardless of the status
|
304 |
+
of the particular user or of the way in which the particular user
|
305 |
+
actually uses, or expects or is expected to use, the product. A product
|
306 |
+
is a consumer product regardless of whether the product has substantial
|
307 |
+
commercial, industrial or non-consumer uses, unless such uses represent
|
308 |
+
the only significant mode of use of the product.
|
309 |
+
|
310 |
+
"Installation Information" for a User Product means any methods,
|
311 |
+
procedures, authorization keys, or other information required to install
|
312 |
+
and execute modified versions of a covered work in that User Product from
|
313 |
+
a modified version of its Corresponding Source. The information must
|
314 |
+
suffice to ensure that the continued functioning of the modified object
|
315 |
+
code is in no case prevented or interfered with solely because
|
316 |
+
modification has been made.
|
317 |
+
|
318 |
+
If you convey an object code work under this section in, or with, or
|
319 |
+
specifically for use in, a User Product, and the conveying occurs as
|
320 |
+
part of a transaction in which the right of possession and use of the
|
321 |
+
User Product is transferred to the recipient in perpetuity or for a
|
322 |
+
fixed term (regardless of how the transaction is characterized), the
|
323 |
+
Corresponding Source conveyed under this section must be accompanied
|
324 |
+
by the Installation Information. But this requirement does not apply
|
325 |
+
if neither you nor any third party retains the ability to install
|
326 |
+
modified object code on the User Product (for example, the work has
|
327 |
+
been installed in ROM).
|
328 |
+
|
329 |
+
The requirement to provide Installation Information does not include a
|
330 |
+
requirement to continue to provide support service, warranty, or updates
|
331 |
+
for a work that has been modified or installed by the recipient, or for
|
332 |
+
the User Product in which it has been modified or installed. Access to a
|
333 |
+
network may be denied when the modification itself materially and
|
334 |
+
adversely affects the operation of the network or violates the rules and
|
335 |
+
protocols for communication across the network.
|
336 |
+
|
337 |
+
Corresponding Source conveyed, and Installation Information provided,
|
338 |
+
in accord with this section must be in a format that is publicly
|
339 |
+
documented (and with an implementation available to the public in
|
340 |
+
source code form), and must require no special password or key for
|
341 |
+
unpacking, reading or copying.
|
342 |
+
|
343 |
+
7. Additional Terms.
|
344 |
+
|
345 |
+
"Additional permissions" are terms that supplement the terms of this
|
346 |
+
License by making exceptions from one or more of its conditions.
|
347 |
+
Additional permissions that are applicable to the entire Program shall
|
348 |
+
be treated as though they were included in this License, to the extent
|
349 |
+
that they are valid under applicable law. If additional permissions
|
350 |
+
apply only to part of the Program, that part may be used separately
|
351 |
+
under those permissions, but the entire Program remains governed by
|
352 |
+
this License without regard to the additional permissions.
|
353 |
+
|
354 |
+
When you convey a copy of a covered work, you may at your option
|
355 |
+
remove any additional permissions from that copy, or from any part of
|
356 |
+
it. (Additional permissions may be written to require their own
|
357 |
+
removal in certain cases when you modify the work.) You may place
|
358 |
+
additional permissions on material, added by you to a covered work,
|
359 |
+
for which you have or can give appropriate copyright permission.
|
360 |
+
|
361 |
+
Notwithstanding any other provision of this License, for material you
|
362 |
+
add to a covered work, you may (if authorized by the copyright holders of
|
363 |
+
that material) supplement the terms of this License with terms:
|
364 |
+
|
365 |
+
a) Disclaiming warranty or limiting liability differently from the
|
366 |
+
terms of sections 15 and 16 of this License; or
|
367 |
+
|
368 |
+
b) Requiring preservation of specified reasonable legal notices or
|
369 |
+
author attributions in that material or in the Appropriate Legal
|
370 |
+
Notices displayed by works containing it; or
|
371 |
+
|
372 |
+
c) Prohibiting misrepresentation of the origin of that material, or
|
373 |
+
requiring that modified versions of such material be marked in
|
374 |
+
reasonable ways as different from the original version; or
|
375 |
+
|
376 |
+
d) Limiting the use for publicity purposes of names of licensors or
|
377 |
+
authors of the material; or
|
378 |
+
|
379 |
+
e) Declining to grant rights under trademark law for use of some
|
380 |
+
trade names, trademarks, or service marks; or
|
381 |
+
|
382 |
+
f) Requiring indemnification of licensors and authors of that
|
383 |
+
material by anyone who conveys the material (or modified versions of
|
384 |
+
it) with contractual assumptions of liability to the recipient, for
|
385 |
+
any liability that these contractual assumptions directly impose on
|
386 |
+
those licensors and authors.
|
387 |
+
|
388 |
+
All other non-permissive additional terms are considered "further
|
389 |
+
restrictions" within the meaning of section 10. If the Program as you
|
390 |
+
received it, or any part of it, contains a notice stating that it is
|
391 |
+
governed by this License along with a term that is a further
|
392 |
+
restriction, you may remove that term. If a license document contains
|
393 |
+
a further restriction but permits relicensing or conveying under this
|
394 |
+
License, you may add to a covered work material governed by the terms
|
395 |
+
of that license document, provided that the further restriction does
|
396 |
+
not survive such relicensing or conveying.
|
397 |
+
|
398 |
+
If you add terms to a covered work in accord with this section, you
|
399 |
+
must place, in the relevant source files, a statement of the
|
400 |
+
additional terms that apply to those files, or a notice indicating
|
401 |
+
where to find the applicable terms.
|
402 |
+
|
403 |
+
Additional terms, permissive or non-permissive, may be stated in the
|
404 |
+
form of a separately written license, or stated as exceptions;
|
405 |
+
the above requirements apply either way.
|
406 |
+
|
407 |
+
8. Termination.
|
408 |
+
|
409 |
+
You may not propagate or modify a covered work except as expressly
|
410 |
+
provided under this License. Any attempt otherwise to propagate or
|
411 |
+
modify it is void, and will automatically terminate your rights under
|
412 |
+
this License (including any patent licenses granted under the third
|
413 |
+
paragraph of section 11).
|
414 |
+
|
415 |
+
However, if you cease all violation of this License, then your
|
416 |
+
license from a particular copyright holder is reinstated (a)
|
417 |
+
provisionally, unless and until the copyright holder explicitly and
|
418 |
+
finally terminates your license, and (b) permanently, if the copyright
|
419 |
+
holder fails to notify you of the violation by some reasonable means
|
420 |
+
prior to 60 days after the cessation.
|
421 |
+
|
422 |
+
Moreover, your license from a particular copyright holder is
|
423 |
+
reinstated permanently if the copyright holder notifies you of the
|
424 |
+
violation by some reasonable means, this is the first time you have
|
425 |
+
received notice of violation of this License (for any work) from that
|
426 |
+
copyright holder, and you cure the violation prior to 30 days after
|
427 |
+
your receipt of the notice.
|
428 |
+
|
429 |
+
Termination of your rights under this section does not terminate the
|
430 |
+
licenses of parties who have received copies or rights from you under
|
431 |
+
this License. If your rights have been terminated and not permanently
|
432 |
+
reinstated, you do not qualify to receive new licenses for the same
|
433 |
+
material under section 10.
|
434 |
+
|
435 |
+
9. Acceptance Not Required for Having Copies.
|
436 |
+
|
437 |
+
You are not required to accept this License in order to receive or
|
438 |
+
run a copy of the Program. Ancillary propagation of a covered work
|
439 |
+
occurring solely as a consequence of using peer-to-peer transmission
|
440 |
+
to receive a copy likewise does not require acceptance. However,
|
441 |
+
nothing other than this License grants you permission to propagate or
|
442 |
+
modify any covered work. These actions infringe copyright if you do
|
443 |
+
not accept this License. Therefore, by modifying or propagating a
|
444 |
+
covered work, you indicate your acceptance of this License to do so.
|
445 |
+
|
446 |
+
10. Automatic Licensing of Downstream Recipients.
|
447 |
+
|
448 |
+
Each time you convey a covered work, the recipient automatically
|
449 |
+
receives a license from the original licensors, to run, modify and
|
450 |
+
propagate that work, subject to this License. You are not responsible
|
451 |
+
for enforcing compliance by third parties with this License.
|
452 |
+
|
453 |
+
An "entity transaction" is a transaction transferring control of an
|
454 |
+
organization, or substantially all assets of one, or subdividing an
|
455 |
+
organization, or merging organizations. If propagation of a covered
|
456 |
+
work results from an entity transaction, each party to that
|
457 |
+
transaction who receives a copy of the work also receives whatever
|
458 |
+
licenses to the work the party's predecessor in interest had or could
|
459 |
+
give under the previous paragraph, plus a right to possession of the
|
460 |
+
Corresponding Source of the work from the predecessor in interest, if
|
461 |
+
the predecessor has it or can get it with reasonable efforts.
|
462 |
+
|
463 |
+
You may not impose any further restrictions on the exercise of the
|
464 |
+
rights granted or affirmed under this License. For example, you may
|
465 |
+
not impose a license fee, royalty, or other charge for exercise of
|
466 |
+
rights granted under this License, and you may not initiate litigation
|
467 |
+
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
468 |
+
any patent claim is infringed by making, using, selling, offering for
|
469 |
+
sale, or importing the Program or any portion of it.
|
470 |
+
|
471 |
+
11. Patents.
|
472 |
+
|
473 |
+
A "contributor" is a copyright holder who authorizes use under this
|
474 |
+
License of the Program or a work on which the Program is based. The
|
475 |
+
work thus licensed is called the contributor's "contributor version".
|
476 |
+
|
477 |
+
A contributor's "essential patent claims" are all patent claims
|
478 |
+
owned or controlled by the contributor, whether already acquired or
|
479 |
+
hereafter acquired, that would be infringed by some manner, permitted
|
480 |
+
by this License, of making, using, or selling its contributor version,
|
481 |
+
but do not include claims that would be infringed only as a
|
482 |
+
consequence of further modification of the contributor version. For
|
483 |
+
purposes of this definition, "control" includes the right to grant
|
484 |
+
patent sublicenses in a manner consistent with the requirements of
|
485 |
+
this License.
|
486 |
+
|
487 |
+
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
488 |
+
patent license under the contributor's essential patent claims, to
|
489 |
+
make, use, sell, offer for sale, import and otherwise run, modify and
|
490 |
+
propagate the contents of its contributor version.
|
491 |
+
|
492 |
+
In the following three paragraphs, a "patent license" is any express
|
493 |
+
agreement or commitment, however denominated, not to enforce a patent
|
494 |
+
(such as an express permission to practice a patent or covenant not to
|
495 |
+
sue for patent infringement). To "grant" such a patent license to a
|
496 |
+
party means to make such an agreement or commitment not to enforce a
|
497 |
+
patent against the party.
|
498 |
+
|
499 |
+
If you convey a covered work, knowingly relying on a patent license,
|
500 |
+
and the Corresponding Source of the work is not available for anyone
|
501 |
+
to copy, free of charge and under the terms of this License, through a
|
502 |
+
publicly available network server or other readily accessible means,
|
503 |
+
then you must either (1) cause the Corresponding Source to be so
|
504 |
+
available, or (2) arrange to deprive yourself of the benefit of the
|
505 |
+
patent license for this particular work, or (3) arrange, in a manner
|
506 |
+
consistent with the requirements of this License, to extend the patent
|
507 |
+
license to downstream recipients. "Knowingly relying" means you have
|
508 |
+
actual knowledge that, but for the patent license, your conveying the
|
509 |
+
covered work in a country, or your recipient's use of the covered work
|
510 |
+
in a country, would infringe one or more identifiable patents in that
|
511 |
+
country that you have reason to believe are valid.
|
512 |
+
|
513 |
+
If, pursuant to or in connection with a single transaction or
|
514 |
+
arrangement, you convey, or propagate by procuring conveyance of, a
|
515 |
+
covered work, and grant a patent license to some of the parties
|
516 |
+
receiving the covered work authorizing them to use, propagate, modify
|
517 |
+
or convey a specific copy of the covered work, then the patent license
|
518 |
+
you grant is automatically extended to all recipients of the covered
|
519 |
+
work and works based on it.
|
520 |
+
|
521 |
+
A patent license is "discriminatory" if it does not include within
|
522 |
+
the scope of its coverage, prohibits the exercise of, or is
|
523 |
+
conditioned on the non-exercise of one or more of the rights that are
|
524 |
+
specifically granted under this License. You may not convey a covered
|
525 |
+
work if you are a party to an arrangement with a third party that is
|
526 |
+
in the business of distributing software, under which you make payment
|
527 |
+
to the third party based on the extent of your activity of conveying
|
528 |
+
the work, and under which the third party grants, to any of the
|
529 |
+
parties who would receive the covered work from you, a discriminatory
|
530 |
+
patent license (a) in connection with copies of the covered work
|
531 |
+
conveyed by you (or copies made from those copies), or (b) primarily
|
532 |
+
for and in connection with specific products or compilations that
|
533 |
+
contain the covered work, unless you entered into that arrangement,
|
534 |
+
or that patent license was granted, prior to 28 March 2007.
|
535 |
+
|
536 |
+
Nothing in this License shall be construed as excluding or limiting
|
537 |
+
any implied license or other defenses to infringement that may
|
538 |
+
otherwise be available to you under applicable patent law.
|
539 |
+
|
540 |
+
12. No Surrender of Others' Freedom.
|
541 |
+
|
542 |
+
If conditions are imposed on you (whether by court order, agreement or
|
543 |
+
otherwise) that contradict the conditions of this License, they do not
|
544 |
+
excuse you from the conditions of this License. If you cannot convey a
|
545 |
+
covered work so as to satisfy simultaneously your obligations under this
|
546 |
+
License and any other pertinent obligations, then as a consequence you may
|
547 |
+
not convey it at all. For example, if you agree to terms that obligate you
|
548 |
+
to collect a royalty for further conveying from those to whom you convey
|
549 |
+
the Program, the only way you could satisfy both those terms and this
|
550 |
+
License would be to refrain entirely from conveying the Program.
|
551 |
+
|
552 |
+
13. Use with the GNU Affero General Public License.
|
553 |
+
|
554 |
+
Notwithstanding any other provision of this License, you have
|
555 |
+
permission to link or combine any covered work with a work licensed
|
556 |
+
under version 3 of the GNU Affero General Public License into a single
|
557 |
+
combined work, and to convey the resulting work. The terms of this
|
558 |
+
License will continue to apply to the part which is the covered work,
|
559 |
+
but the special requirements of the GNU Affero General Public License,
|
560 |
+
section 13, concerning interaction through a network will apply to the
|
561 |
+
combination as such.
|
562 |
+
|
563 |
+
14. Revised Versions of this License.
|
564 |
+
|
565 |
+
The Free Software Foundation may publish revised and/or new versions of
|
566 |
+
the GNU General Public License from time to time. Such new versions will
|
567 |
+
be similar in spirit to the present version, but may differ in detail to
|
568 |
+
address new problems or concerns.
|
569 |
+
|
570 |
+
Each version is given a distinguishing version number. If the
|
571 |
+
Program specifies that a certain numbered version of the GNU General
|
572 |
+
Public License "or any later version" applies to it, you have the
|
573 |
+
option of following the terms and conditions either of that numbered
|
574 |
+
version or of any later version published by the Free Software
|
575 |
+
Foundation. If the Program does not specify a version number of the
|
576 |
+
GNU General Public License, you may choose any version ever published
|
577 |
+
by the Free Software Foundation.
|
578 |
+
|
579 |
+
If the Program specifies that a proxy can decide which future
|
580 |
+
versions of the GNU General Public License can be used, that proxy's
|
581 |
+
public statement of acceptance of a version permanently authorizes you
|
582 |
+
to choose that version for the Program.
|
583 |
+
|
584 |
+
Later license versions may give you additional or different
|
585 |
+
permissions. However, no additional obligations are imposed on any
|
586 |
+
author or copyright holder as a result of your choosing to follow a
|
587 |
+
later version.
|
588 |
+
|
589 |
+
15. Disclaimer of Warranty.
|
590 |
+
|
591 |
+
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
592 |
+
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
593 |
+
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
594 |
+
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
595 |
+
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
596 |
+
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
597 |
+
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
598 |
+
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
599 |
+
|
600 |
+
16. Limitation of Liability.
|
601 |
+
|
602 |
+
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
603 |
+
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
604 |
+
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
605 |
+
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
606 |
+
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
607 |
+
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
608 |
+
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
609 |
+
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
610 |
+
SUCH DAMAGES.
|
611 |
+
|
612 |
+
17. Interpretation of Sections 15 and 16.
|
613 |
+
|
614 |
+
If the disclaimer of warranty and limitation of liability provided
|
615 |
+
above cannot be given local legal effect according to their terms,
|
616 |
+
reviewing courts shall apply local law that most closely approximates
|
617 |
+
an absolute waiver of all civil liability in connection with the
|
618 |
+
Program, unless a warranty or assumption of liability accompanies a
|
619 |
+
copy of the Program in return for a fee.
|
620 |
+
|
621 |
+
END OF TERMS AND CONDITIONS
|
622 |
+
|
623 |
+
How to Apply These Terms to Your New Programs
|
624 |
+
|
625 |
+
If you develop a new program, and you want it to be of the greatest
|
626 |
+
possible use to the public, the best way to achieve this is to make it
|
627 |
+
free software which everyone can redistribute and change under these terms.
|
628 |
+
|
629 |
+
To do so, attach the following notices to the program. It is safest
|
630 |
+
to attach them to the start of each source file to most effectively
|
631 |
+
state the exclusion of warranty; and each file should have at least
|
632 |
+
the "copyright" line and a pointer to where the full notice is found.
|
633 |
+
|
634 |
+
<one line to give the program's name and a brief idea of what it does.>
|
635 |
+
Copyright (C) <year> <name of author>
|
636 |
+
|
637 |
+
This program is free software: you can redistribute it and/or modify
|
638 |
+
it under the terms of the GNU General Public License as published by
|
639 |
+
the Free Software Foundation, either version 3 of the License, or
|
640 |
+
(at your option) any later version.
|
641 |
+
|
642 |
+
This program is distributed in the hope that it will be useful,
|
643 |
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
644 |
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
645 |
+
GNU General Public License for more details.
|
646 |
+
|
647 |
+
You should have received a copy of the GNU General Public License
|
648 |
+
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
649 |
+
|
650 |
+
Also add information on how to contact you by electronic and paper mail.
|
651 |
+
|
652 |
+
If the program does terminal interaction, make it output a short
|
653 |
+
notice like this when it starts in an interactive mode:
|
654 |
+
|
655 |
+
<program> Copyright (C) <year> <name of author>
|
656 |
+
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
657 |
+
This is free software, and you are welcome to redistribute it
|
658 |
+
under certain conditions; type `show c' for details.
|
659 |
+
|
660 |
+
The hypothetical commands `show w' and `show c' should show the appropriate
|
661 |
+
parts of the General Public License. Of course, your program's commands
|
662 |
+
might be different; for a GUI interface, you would use an "about box".
|
663 |
+
|
664 |
+
You should also get your employer (if you work as a programmer) or school,
|
665 |
+
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
666 |
+
For more information on this, and how to apply and follow the GNU GPL, see
|
667 |
+
<https://www.gnu.org/licenses/>.
|
668 |
+
|
669 |
+
The GNU General Public License does not permit incorporating your program
|
670 |
+
into proprietary programs. If your program is a subroutine library, you
|
671 |
+
may consider it more useful to permit linking proprietary applications with
|
672 |
+
the library. If this is what you want to do, use the GNU Lesser General
|
673 |
+
Public License instead of this License. But first, please read
|
674 |
+
<https://www.gnu.org/licenses/why-not-lgpl.html>.
|
LICENSES_SOURCES
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# UD Spanish AnCora v2.5
|
2 |
+
|
3 |
+
* Author: Martínez Alonso, Héctor; Zeman, Daniel
|
4 |
+
* URL: https://github.com/UniversalDependencies/UD_Spanish-AnCora
|
5 |
+
* License: GNU GPL 3.0
|
6 |
+
|
7 |
+
```
|
8 |
+
GNU GENERAL PUBLIC LICENSE 3.0
|
9 |
+
http://www.gnu.org/licenses/gpl.html```
|
10 |
+
|
11 |
+
|
12 |
+
|
13 |
+
|
14 |
+
# spaCy lookups data
|
15 |
+
|
16 |
+
* Author: Explosion
|
17 |
+
* URL: https://github.com/explosion/spacy-lookups-data
|
18 |
+
* License: MIT
|
19 |
+
|
20 |
+
```
|
21 |
+
Copyright 2019-2021 ExplosionAI GmbH
|
22 |
+
|
23 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
24 |
+
this software and associated documentation files (the "Software"), to deal in
|
25 |
+
the Software without restriction, including without limitation the rights to
|
26 |
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
27 |
+
of the Software, and to permit persons to whom the Software is furnished to do
|
28 |
+
so, subject to the following conditions:
|
29 |
+
|
30 |
+
The above copyright notice and this permission notice shall be included in all
|
31 |
+
copies or substantial portions of the Software.
|
32 |
+
|
33 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
34 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
35 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
36 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
37 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
38 |
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
39 |
+
SOFTWARE.
|
40 |
+
```
|
41 |
+
|
42 |
+
|
43 |
+
|
44 |
+
|
45 |
+
# dccuchile/bert-base-spanish-wwm-cased
|
46 |
+
|
47 |
+
* Author: Cañete, José and Chaperon, Gabriel and Fuentes, Rodrigo and Ho, Jou-Hui and Kang, Hojin and Pérez, Jorge
|
48 |
+
* URL: https://huggingface.co/dccuchile/bert-base-spanish-wwm-cased
|
49 |
+
* License:
|
50 |
+
|
51 |
+
```
|
52 |
+
```
|
53 |
+
|
54 |
+
|
55 |
+
|
56 |
+
|
README.md
ADDED
@@ -0,0 +1,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- spacy
|
4 |
+
- token-classification
|
5 |
+
language:
|
6 |
+
- es
|
7 |
+
license: GNU-GPL-3.0
|
8 |
+
model-index:
|
9 |
+
- name: es_dep_news_trf
|
10 |
+
results:
|
11 |
+
- tasks:
|
12 |
+
name: POS
|
13 |
+
type: token-classification
|
14 |
+
metrics:
|
15 |
+
- name: Accuracy
|
16 |
+
type: accuracy
|
17 |
+
value: 0.9816927058
|
18 |
+
- tasks:
|
19 |
+
name: SENTER
|
20 |
+
type: token-classification
|
21 |
+
metrics:
|
22 |
+
- name: Precision
|
23 |
+
type: precision
|
24 |
+
value: 0.9567022539
|
25 |
+
- name: Recall
|
26 |
+
type: recall
|
27 |
+
value: 0.9752116082
|
28 |
+
- name: F Score
|
29 |
+
type: f_score
|
30 |
+
value: 0.9658682635
|
31 |
+
- tasks:
|
32 |
+
name: UNLABELED_DEPENDENCIES
|
33 |
+
type: token-classification
|
34 |
+
metrics:
|
35 |
+
- name: Accuracy
|
36 |
+
type: accuracy
|
37 |
+
value: 0.946292786
|
38 |
+
- tasks:
|
39 |
+
name: LABELED_DEPENDENCIES
|
40 |
+
type: token-classification
|
41 |
+
metrics:
|
42 |
+
- name: Accuracy
|
43 |
+
type: accuracy
|
44 |
+
value: 0.946292786
|
45 |
+
---
|
46 |
+
### Details: https://spacy.io/models/es#es_dep_news_trf
|
47 |
+
|
48 |
+
Spanish transformer pipeline (dccuchile/bert-base-spanish-wwm-cased). Components: transformer, morphologizer, parser, attribute_ruler, lemmatizer.
|
49 |
+
|
50 |
+
| Feature | Description |
|
51 |
+
| --- | --- |
|
52 |
+
| **Name** | `es_dep_news_trf` |
|
53 |
+
| **Version** | `3.1.0` |
|
54 |
+
| **spaCy** | `>=3.1.0,<3.2.0` |
|
55 |
+
| **Default Pipeline** | `transformer`, `morphologizer`, `parser`, `attribute_ruler`, `lemmatizer` |
|
56 |
+
| **Components** | `transformer`, `morphologizer`, `parser`, `attribute_ruler`, `lemmatizer` |
|
57 |
+
| **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
|
58 |
+
| **Sources** | [UD Spanish AnCora v2.5](https://github.com/UniversalDependencies/UD_Spanish-AnCora) (Martínez Alonso, Héctor; Zeman, Daniel)<br />[spaCy lookups data](https://github.com/explosion/spacy-lookups-data) (Explosion)<br />[dccuchile/bert-base-spanish-wwm-cased](https://huggingface.co/dccuchile/bert-base-spanish-wwm-cased) (Cañete, José and Chaperon, Gabriel and Fuentes, Rodrigo and Ho, Jou-Hui and Kang, Hojin and Pérez, Jorge) |
|
59 |
+
| **License** | `GNU GPL 3.0` |
|
60 |
+
| **Author** | [Explosion](https://explosion.ai) |
|
61 |
+
|
62 |
+
### Label Scheme
|
63 |
+
|
64 |
+
<details>
|
65 |
+
|
66 |
+
<summary>View label scheme (408 labels for 2 components)</summary>
|
67 |
+
|
68 |
+
| Component | Labels |
|
69 |
+
| --- | --- |
|
70 |
+
| **`morphologizer`** | `Definite=Def\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Art`, `Gender=Masc\|Number=Sing\|POS=NOUN`, `AdpType=Preppron\|POS=ADP`, `Gender=Masc\|Number=Sing\|POS=ADJ`, `AdpType=Prep\|POS=ADP`, `Definite=Def\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Art`, `POS=PROPN`, `Case=Acc,Dat\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs\|Reflex=Yes`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Tense=Past\|VerbForm=Fin`, `POS=VERB\|VerbForm=Inf`, `Gender=Fem\|Number=Sing\|POS=DET\|PronType=Dem`, `Gender=Fem\|Number=Sing\|POS=NOUN`, `Gender=Fem\|Number=Plur\|POS=NOUN`, `Gender=Fem\|Number=Plur\|POS=DET\|PronType=Ind`, `POS=PRON\|PronType=Int,Rel`, `Mood=Sub\|Number=Plur\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Definite=Def\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Art`, `POS=SCONJ`, `POS=NOUN`, `Definite=Def\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Art`, `Number=Plur\|POS=NOUN`, `Gender=Masc\|Number=Plur\|POS=DET\|PronType=Ind`, `Gender=Masc\|Number=Plur\|POS=NOUN`, `POS=PUNCT\|PunctType=Peri`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin`, `POS=PUNCT\|PunctType=Comm`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=VERB\|Person=3\|PrepCase=Npr\|PronType=Prs\|VerbForm=Inf`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Gender=Masc\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part`, `Number=Plur\|POS=ADJ`, `POS=CCONJ`, `Gender=Masc\|Number=Plur\|POS=PRON\|PronType=Ind`, `POS=ADV`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Tense=Fut\|VerbForm=Fin`, `Gender=Masc\|NumType=Card\|Number=Plur\|POS=DET\|PronType=Dem`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Number=Sing\|POS=ADJ`, `Gender=Masc\|Number=Plur\|POS=ADJ\|VerbForm=Part`, `Gender=Masc\|Number=Plur\|POS=PRON\|PronType=Tot`, `POS=PRON\|PronType=Ind`, `POS=ADV\|Polarity=Neg`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs`, `Gender=Fem\|Number=Sing\|POS=ADJ`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Tense=Past\|VerbForm=Fin`, `Number=Plur\|POS=PRON\|PronType=Int,Rel`, `POS=PUNCT\|PunctType=Quot`, `POS=PUNCT`, `Gender=Masc\|Number=Sing\|POS=ADJ\|VerbForm=Part`, `POS=PUNCT\|PunctSide=Ini\|PunctType=Brck`, `POS=PUNCT\|PunctSide=Fin\|PunctType=Brck`, `NumForm=Digit\|NumType=Card\|POS=NUM`, `NumType=Card\|POS=NUM`, `POS=VERB\|VerbForm=Ger`, `Definite=Ind\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Art`, `Gender=Masc\|Number=Sing\|POS=DET\|PronType=Dem`, `Gender=Fem\|NumType=Ord\|Number=Plur\|POS=ADJ`, `Number=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Number=Sing\|POS=NOUN`, `Gender=Masc\|Number=Plur\|POS=ADJ`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=3\|Tense=Fut\|VerbForm=Fin`, `Gender=Fem\|Number=Sing\|POS=ADJ\|VerbForm=Part`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Degree=Cmp\|POS=ADV`, `POS=AUX\|VerbForm=Inf`, `Number=Plur\|POS=DET\|PronType=Ind`, `Number=Plur\|POS=DET\|PronType=Dem`, `Degree=Cmp\|Number=Sing\|POS=ADJ`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Tense=Fut\|VerbForm=Fin`, `Case=Acc,Dat\|POS=VERB\|Person=3\|PrepCase=Npr\|PronType=Prs\|Reflex=Yes\|VerbForm=Inf`, `Degree=Sup\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Definite=Ind\|Gender=Fem\|Number=Sing\|POS=DET\|PronType=Art`, `AdvType=Tim\|POS=NOUN`, `AdpType=Prep\|POS=ADV`, `Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Ind`, `NumType=Card\|Number=Plur\|POS=NUM`, `AdpType=Preppron\|POS=ADV`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=VERB\|Person=3\|PrepCase=Npr\|PronType=Prs\|VerbForm=Inf`, `NumForm=Digit\|POS=NOUN`, `Number=Sing\|POS=PRON\|PronType=Dem`, `AdpType=Preppron\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Number=Plur\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Gender=Fem\|Number=Plur\|POS=ADJ`, `Gender=Fem\|Number=Plur\|POS=PRON\|PronType=Ind`, `Gender=Masc\|Number=Plur\|POS=DET\|PronType=Tot`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Tense=Imp\|VerbForm=Fin`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=3\|Tense=Past\|VerbForm=Fin`, `Gender=Masc\|Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Part`, `Gender=Masc\|NumType=Ord\|Number=Sing\|POS=ADJ`, `Gender=Masc\|NumType=Ord\|Number=Plur\|POS=ADJ`, `Gender=Masc\|Number=Plur\|POS=DET\|PronType=Dem`, `Gender=Masc\|Number=Sing\|POS=AUX\|Tense=Past\|VerbForm=Part`, `Number=Sing\|POS=DET\|PronType=Tot`, `Gender=Fem\|Number=Sing\|POS=PRON\|PronType=Ind`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=1\|Tense=Pres\|VerbForm=Fin`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Tense=Pres\|VerbForm=Fin`, `Degree=Cmp\|Number=Plur\|POS=ADJ`, `POS=AUX\|VerbForm=Ger`, `Gender=Fem\|POS=NOUN`, `Gender=Fem\|NumType=Ord\|Number=Sing\|POS=ADJ`, `AdvType=Tim\|POS=ADJ`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=3\|Tense=Past\|VerbForm=Fin`, `Gender=Fem\|Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Part`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Tense=Imp\|VerbForm=Fin`, `Gender=Fem\|Number=Plur\|POS=ADJ\|VerbForm=Part`, `Gender=Fem\|Number=Plur\|POS=DET\|PronType=Dem`, `Gender=Masc\|Number=Sing\|POS=PRON\|Poss=Yes\|PronType=Int,Rel`, `Number=Sing\|POS=PRON\|PronType=Int,Rel`, `POS=ADJ`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=1\|Tense=Imp\|VerbForm=Fin`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=3\|Tense=Imp\|VerbForm=Fin`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=3\|Tense=Imp\|VerbForm=Fin`, `Mood=Sub\|Number=Sing\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Gender=Fem\|Number=Plur\|POS=DET\|PronType=Tot`, `Case=Acc,Nom\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Mood=Sub\|Number=Sing\|POS=VERB\|Person=1\|Tense=Pres\|VerbForm=Fin`, `Definite=Ind\|Gender=Fem\|Number=Plur\|POS=DET\|PronType=Art`, `Case=Acc,Nom\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=1\|Tense=Pres\|VerbForm=Fin`, `Case=Acc\|Definite=Def\|Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs`, `Gender=Fem\|Number=Sing\|POS=PRON\|PronType=Dem`, `Mood=Cnd\|Number=Sing\|POS=VERB\|Person=1\|VerbForm=Fin`, `Gender=Masc\|Number=Sing\|POS=DET\|PronType=Tot`, `Number=Plur\|POS=PRON\|PronType=Ind`, `Gender=Masc\|Number=Sing\|POS=DET\|PronType=Ind`, `Case=Dat\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `POS=PART`, `Gender=Fem\|Number=Sing\|POS=DET\|PronType=Ind`, `Number=Sing\|POS=DET\|PronType=Ind`, `Gender=Masc\|NumType=Card\|Number=Plur\|POS=DET\|PronType=Ind`, `Mood=Cnd\|Number=Plur\|POS=AUX\|Person=3\|VerbForm=Fin`, `NumForm=Digit\|POS=SYM`, `Mood=Imp\|Number=Sing\|POS=VERB\|Person=2\|VerbForm=Fin`, `Case=Dat\|Number=Sing\|POS=VERB\|Person=3\|PronType=Prs\|VerbForm=Inf`, `Gender=Fem\|Number=Plur\|POS=PRON\|PronType=Dem`, `Mood=Cnd\|Number=Sing\|POS=AUX\|Person=1\|VerbForm=Fin`, `NumForm=Digit\|NumType=Frac\|POS=NUM`, `Gender=Fem\|Number=Sing\|POS=PRON\|Poss=Yes\|PronType=Int,Rel`, `Mood=Sub\|Number=Sing\|POS=AUX\|Person=1\|Tense=Pres\|VerbForm=Fin`, `Mood=Sub\|Number=Sing\|POS=VERB\|Person=1\|Tense=Imp\|VerbForm=Fin`, `Gender=Fem\|Number=Sing\|Number[psor]=Plur\|POS=DET\|Person=1\|Poss=Yes\|PronType=Prs`, `Case=Acc,Dat\|Number=Plur\|POS=PRON\|Person=1\|PrepCase=Npr\|PronType=Prs`, `Definite=Ind\|Gender=Masc\|Number=Plur\|POS=DET\|PronType=Art`, `POS=PUNCT\|PunctType=Colo`, `Mood=Sub\|Number=Plur\|POS=AUX\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Mood=Imp\|Number=Plur\|POS=VERB\|Person=3\|VerbForm=Fin`, `Gender=Fem\|Number=Sing\|POS=DET\|PronType=Neg`, `Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Dem`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|PrepCase=Npr\|PronType=Prs`, `Gender=Fem\|Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Part`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=AUX\|Person=3\|PrepCase=Npr\|PronType=Prs\|VerbForm=Inf`, `Number=Sing\|POS=PRON\|PronType=Neg`, `POS=PUNCT\|PunctType=Semi`, `Case=Dat\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `Number=Sing\|POS=PRON\|PronType=Ind`, `Mood=Sub\|Number=Plur\|POS=VERB\|Person=3\|Tense=Imp\|VerbForm=Fin`, `Case=Acc,Nom\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=3\|PronType=Prs`, `POS=INTJ`, `Gender=Masc\|NumType=Card\|Number=Sing\|POS=PRON\|PronType=Dem`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=3\|Tense=Fut\|VerbForm=Fin`, `Degree=Sup\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=1\|Tense=Pres\|VerbForm=Fin`, `AdpType=Prep\|POS=ADJ`, `Number=Plur\|POS=PRON\|Person=3\|Poss=Yes\|PronType=Prs`, `POS=PUNCT\|PunctType=Dash`, `Mood=Cnd\|Number=Plur\|POS=VERB\|Person=1\|VerbForm=Fin`, `Gender=Masc\|Number=Sing\|POS=DET\|PronType=Neg`, `Gender=Fem\|NumType=Card\|Number=Plur\|POS=NUM`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=VERB\|Person=3\|PrepCase=Npr\|PronType=Prs\|VerbForm=Inf`, `Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Tot`, `Gender=Masc\|NumType=Card\|Number=Plur\|POS=NUM`, `Gender=Masc\|POS=NOUN`, `Case=Acc,Dat\|Number=Sing\|POS=PRON\|Person=1\|PrepCase=Npr\|PronType=Prs`, `Gender=Fem\|NumType=Card\|Number=Sing\|POS=DET\|PronType=Ind`, `Gender=Fem\|NumType=Card\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Acc,Dat\|POS=VERB\|Person=3\|PrepCase=Npr\|PronType=Prs\|Reflex=Yes\|VerbForm=Ger`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=3\|Tense=Imp\|VerbForm=Fin`, `POS=NOUN\|VerbForm=Inf`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=1\|Tense=Imp\|VerbForm=Fin`, `Mood=Sub\|Number=Sing\|POS=VERB\|Person=3\|Tense=Imp\|VerbForm=Fin`, `Gender=Masc\|Number=Sing\|Number[psor]=Plur\|POS=DET\|Person=1\|Poss=Yes\|PronType=Prs`, `Gender=Masc\|NumType=Card\|Number=Sing\|POS=NUM`, `Mood=Sub\|Number=Sing\|POS=AUX\|Person=1\|Tense=Imp\|VerbForm=Fin`, `Gender=Masc\|Number=Plur\|POS=PRON\|Poss=Yes\|PronType=Int,Rel`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=VERB\|Person=3\|PrepCase=Npr\|PronType=Prs\|VerbForm=Inf`, `Gender=Fem\|NumType=Card\|Number=Sing\|POS=DET\|PronType=Dem`, `Mood=Imp\|Number=Sing\|POS=VERB\|Person=3\|VerbForm=Fin`, `Mood=Sub\|Number=Plur\|POS=VERB\|Person=1\|Tense=Pres\|VerbForm=Fin`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=1\|Tense=Fut\|VerbForm=Fin`, `Gender=Masc\|Number=Sing\|POS=PRON\|PronType=Neg`, `Case=Acc,Dat\|Number=Plur\|POS=VERB\|Person=1\|PrepCase=Npr\|PronType=Prs\|VerbForm=Inf`, `Case=Nom\|Number=Sing\|POS=PRON\|Person=1\|PronType=Prs`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Tense=Past\|VerbForm=Fin`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=1\|Tense=Past\|VerbForm=Fin`, `Degree=Abs\|Gender=Masc\|Number=Sing\|POS=ADJ`, `Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=1\|Poss=Yes\|PronType=Prs`, `Case=Acc,Nom\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=1\|PronType=Prs`, `Mood=Imp\|Number=Sing\|POS=AUX\|Person=3\|VerbForm=Fin`, `Mood=Sub\|Number=Sing\|POS=AUX\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Gender=Masc\|Number=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Gender=Fem\|Number=Sing\|POS=DET\|PronType=Tot`, `POS=DET\|PronType=Ind`, `POS=DET\|PronType=Int,Rel`, `AdvType=Tim\|POS=ADV`, `Mood=Cnd\|Number=Sing\|POS=AUX\|Person=3\|VerbForm=Fin`, `POS=PUNCT\|PunctSide=Ini\|PunctType=Qest`, `POS=PUNCT\|PunctSide=Fin\|PunctType=Qest`, `Number=Plur\|Number[psor]=Sing\|POS=DET\|Person=1\|Poss=Yes\|PronType=Prs`, `Gender=Masc\|NumType=Card\|Number=Sing\|POS=DET\|PronType=Ind`, `Mood=Cnd\|Number=Plur\|POS=VERB\|Person=3\|VerbForm=Fin`, `Case=Acc\|Gender=Fem\|Number=Sing\|POS=VERB\|Person=3\|PrepCase=Npr\|PronType=Prs\|VerbForm=Ger`, `Degree=Abs\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Acc,Dat\|Number=Plur\|POS=PRON\|Person=1\|PrepCase=Npr\|PronType=Prs\|Reflex=Yes`, `Mood=Sub\|Number=Plur\|POS=VERB\|Person=1\|Tense=Imp\|VerbForm=Fin`, `Case=Acc,Dat\|Number=Sing\|POS=PRON\|Person=1\|PrepCase=Npr\|PronType=Prs\|Reflex=Yes`, `POS=PUNCT\|PunctSide=Ini\|PunctType=Excl`, `POS=PUNCT\|PunctSide=Fin\|PunctType=Excl`, `Mood=Cnd\|Number=Sing\|POS=VERB\|Person=3\|VerbForm=Fin`, `Case=Acc,Dat\|Mood=Imp\|Number=Sing\|POS=VERB\|Person=3\|PrepCase=Npr\|PronType=Prs\|Reflex=Yes\|VerbForm=Fin`, `Gender=Fem\|Number=Sing\|POS=PRON\|PronType=Tot`, `Gender=Masc\|Number=Plur\|Number[psor]=Plur\|POS=DET\|Person=1\|Poss=Yes\|PronType=Prs`, `Mood=Imp\|Number=Plur\|POS=VERB\|Person=1\|VerbForm=Fin`, `Gender=Masc\|NumType=Card\|Number=Plur\|POS=PRON\|PronType=Ind`, `Gender=Masc\|NumType=Card\|Number=Sing\|POS=PRON\|PronType=Ind`, `Gender=Masc\|Number=Plur\|POS=PRON\|PronType=Dem`, `Case=Dat\|Number=Plur\|POS=VERB\|Person=3\|PronType=Prs\|VerbForm=Inf`, `Degree=Abs\|Gender=Masc\|NumType=Card\|Number=Plur\|POS=DET\|PronType=Ind`, `Case=Acc\|Number=Sing\|POS=PRON\|Person=1\|PrepCase=Pre\|PronType=Prs`, `Case=Acc,Dat\|Mood=Imp\|Number=Plur\|POS=VERB\|Person=3\|PrepCase=Npr\|PronType=Prs\|Reflex=Yes\|VerbForm=Fin`, `Definite=Ind\|Gender=Fem\|NumType=Card\|Number=Sing\|POS=DET\|PronType=Art`, `Gender=Fem\|NumType=Card\|Number=Sing\|POS=NUM`, `Mood=Sub\|Number=Plur\|POS=AUX\|Person=3\|Tense=Imp\|VerbForm=Fin`, `Gender=Fem\|Number=Plur\|Number[psor]=Plur\|POS=DET\|Person=1\|Poss=Yes\|PronType=Prs`, `POS=SCONJ\|PronType=Int,Rel`, `Case=Acc\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Reflex=Yes`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=2\|Tense=Pres\|VerbForm=Fin`, `Case=Acc,Dat\|Number=Sing\|POS=VERB\|Person=1\|PrepCase=Npr\|PronType=Prs\|VerbForm=Inf`, `NumType=Card\|Number=Sing\|POS=DET\|PronType=Ind`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=1\|Tense=Imp\|VerbForm=Fin`, `Case=Acc,Dat\|Number=Sing\|POS=PRON\|Person=2\|PrepCase=Npr\|PronType=Prs`, `Case=Acc,Nom\|Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|PronType=Prs`, `Number=Sing\|POS=DET\|PronType=Dem`, `Mood=Sub\|Number=Sing\|POS=AUX\|Person=3\|Tense=Imp\|VerbForm=Fin`, `POS=SYM`, `Gender=Fem\|Number=Sing\|POS=PRON\|PronType=Neg`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=VERB\|Person=3\|PrepCase=Npr\|PronType=Prs\|VerbForm=Ger`, `Degree=Sup\|Gender=Fem\|Number=Sing\|POS=ADJ`, `Case=Nom\|Number=Sing\|POS=PRON\|Person=2\|PronType=Prs`, `Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=2\|Poss=Yes\|PronType=Prs`, `Case=Acc\|Gender=Masc\|Mood=Imp\|Number=Sing\|POS=VERB\|Person=2,3\|PrepCase=Npr\|PronType=Prs\|VerbForm=Fin`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=1\|Tense=Fut\|VerbForm=Fin`, `Gender=Masc\|Number=Sing\|Number[psor]=Sing\|POS=PRON\|Person=1\|Poss=Yes\|PronType=Ind`, `Case=Acc,Nom\|Number=Sing\|POS=PRON\|Person=2\|Polite=Form\|PronType=Prs`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=VERB\|Person=3\|PrepCase=Npr\|PronType=Prs\|VerbForm=Ger`, `Gender=Masc\|NumType=Card\|Number=Sing\|POS=PRON\|PronType=Int,Rel`, `Gender=Fem\|NumType=Card\|Number=Plur\|POS=PRON\|PronType=Ind`, `Case=Acc,Dat\|Number=Plur\|POS=VERB\|Person=1\|PrepCase=Npr\|PronType=Prs\|VerbForm=Ger`, `Mood=Ind\|Number=Plur\|POS=VERB\|Person=2\|Tense=Pres\|VerbForm=Fin`, `Mood=Cnd\|Number=Sing\|POS=VERB\|Person=2\|VerbForm=Fin`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=1\|Tense=Fut\|VerbForm=Fin`, `Mood=Cnd\|Number=Plur\|POS=AUX\|Person=1\|VerbForm=Fin`, `NumType=Card\|Number=Plur\|POS=PRON\|PronType=Ind`, `Gender=Masc\|NumType=Card\|Number=Sing\|POS=DET\|PronType=Dem`, `Degree=Abs\|Gender=Masc\|Number=Sing\|POS=DET\|PronType=Ind`, `Gender=Fem\|Number=Plur\|POS=PRON\|Poss=Yes\|PronType=Int,Rel`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=1\|Tense=Past\|VerbForm=Fin`, `Case=Acc,Nom\|Number=Plur\|POS=PRON\|Person=2\|Polite=Form\|PronType=Prs`, `Mood=Imp\|Number=Sing\|POS=AUX\|Person=2\|VerbForm=Fin`, `Case=Acc,Dat\|Number=Sing\|POS=VERB\|Person=2\|PrepCase=Npr\|PronType=Prs\|VerbForm=Inf`, `Gender=Fem\|Number=Sing\|Number[psor]=Sing\|POS=PRON\|Person=2\|Poss=Yes\|PronType=Ind`, `NumType=Card\|Number=Sing\|POS=NUM`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=2\|Tense=Past\|VerbForm=Fin`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=2\|Tense=Imp\|VerbForm=Fin`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=2\|Tense=Pres\|VerbForm=Fin`, `Case=Com\|Number=Sing\|POS=PRON\|Person=2\|PrepCase=Pre\|PronType=Prs`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=2\|Tense=Imp\|VerbForm=Fin`, `Case=Acc,Dat\|Number=Sing\|POS=PRON\|Person=2\|PrepCase=Npr\|PronType=Prs\|Reflex=Yes`, `Case=Acc\|Number=Sing\|POS=PRON\|Person=2\|PrepCase=Pre\|PronType=Prs`, `Mood=Cnd\|Number=Sing\|POS=AUX\|Person=2\|VerbForm=Fin`, `Mood=Sub\|Number=Sing\|POS=AUX\|Person=2\|Tense=Pres\|VerbForm=Fin`, `Number=Sing\|POS=NOUN\|VerbForm=Fin`, `Case=Acc,Dat\|Mood=Imp\|Number=Plur,Sing\|POS=VERB\|Person=1,2\|PrepCase=Npr\|PronType=Prs\|VerbForm=Fin`, `Case=Acc,Dat\|Mood=Imp\|Number=Sing\|POS=VERB\|Person=2\|PrepCase=Npr\|PronType=Prs\|Reflex=Yes\|VerbForm=Fin`, `Mood=Ind\|Number=Sing\|POS=VERB\|Person=2\|Tense=Fut\|VerbForm=Fin`, `Gender=Fem\|NumType=Card\|Number=Sing\|POS=DET\|PronType=Int,Rel`, `Mood=Sub\|Number=Sing\|POS=VERB\|Person=2\|Tense=Pres\|VerbForm=Fin`, `Mood=Ind\|Number=Sing\|POS=AUX\|Person=2\|Tense=Fut\|VerbForm=Fin`, `Gender=Fem\|Number=Plur\|POS=PRON\|PronType=Tot`, `Gender=Masc\|NumType=Card\|Number=Plur\|POS=DET\|PronType=Int,Rel`, `Case=Dat\|Number=Sing\|POS=VERB\|Person=3\|PronType=Prs\|VerbForm=Ger`, `Number=Sing\|POS=VERB\|VerbForm=Fin`, `POS=VERB\|VerbForm=Fin`, `Degree=Abs\|Gender=Masc\|Number=Plur\|POS=ADJ`, `Degree=Abs\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Case=Acc,Dat\|POS=AUX\|Person=3\|PrepCase=Npr\|PronType=Prs\|Reflex=Yes\|VerbForm=Ger`, `Gender=Masc\|Number=Sing\|Number[psor]=Plur\|POS=PRON\|Person=1\|Poss=Yes\|PronType=Prs`, `AdpType=Prep\|Degree=Cmp\|POS=ADV`, `Mood=Sub\|Number=Plur\|POS=AUX\|Person=1\|Tense=Imp\|VerbForm=Fin`, `Gender=Fem\|NumType=Card\|Number=Plur\|POS=DET\|PronType=Dem`, `Definite=Ind\|Gender=Masc\|NumType=Card\|Number=Sing\|POS=DET\|PronType=Art`, `Degree=Sup\|Gender=Fem\|Number=Plur\|POS=ADJ`, `Number=Plur\|POS=PRON\|PronType=Dem`, `Case=Acc,Dat\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=2\|PrepCase=Npr\|PronType=Prs`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=VERB\|Person=3\|PrepCase=Npr\|PronType=Prs\|VerbForm=Ger`, `Gender=Masc\|Number=Sing\|POS=AUX\|VerbForm=Fin`, `Case=Acc,Dat\|POS=AUX\|Person=3\|PrepCase=Npr\|PronType=Prs\|Reflex=Yes\|VerbForm=Inf`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=1\|Tense=Past\|VerbForm=Fin`, `Gender=Masc\|NumType=Card\|Number=Sing\|POS=DET\|PronType=Int,Rel`, `Gender=Masc\|Number=Plur\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Acc,Dat\|Mood=Imp\|Number=Sing\|POS=VERB\|Person=1,3\|PrepCase=Npr\|PronType=Prs\|VerbForm=Fin`, `Gender=Masc\|NumType=Card\|Number=Plur\|POS=PRON\|PronType=Int,Rel`, `Gender=Masc\|Number=Sing\|POS=PRON\|Person=3\|Poss=Yes\|PronType=Prs`, `Gender=Masc\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=1\|Poss=Yes\|PronType=Ind`, `Mood=Ind\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Case=Acc,Dat\|Number=Plur\|POS=PRON\|Person=2\|PrepCase=Npr\|PronType=Prs`, `Gender=Masc\|NumType=Card\|Number=Plur\|POS=PRON\|PronType=Dem`, `Gender=Fem\|Number=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Mood=Sub\|Number=Plur\|POS=VERB\|Person=2\|Tense=Pres\|VerbForm=Fin`, `Mood=Sub\|Number=Plur\|POS=AUX\|Person=1\|Tense=Pres\|VerbForm=Fin`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=1\|Tense=Fut\|VerbForm=Fin`, `Number=Sing\|POS=PRON\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Acc,Dat\|Number=Sing\|POS=VERB\|Person=2\|PrepCase=Npr\|PronType=Prs\|PunctType=Quot\|VerbForm=Inf`, `Case=Com\|POS=PRON\|Person=3\|PrepCase=Pre\|PronType=Prs\|Reflex=Yes`, `NumForm=Digit\|NumType=Frac\|POS=SYM`, `Case=Dat\|Number=Sing\|POS=AUX\|Person=3\|PronType=Prs\|VerbForm=Inf`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=AUX\|Person=3\|PrepCase=Npr\|PronType=Prs\|VerbForm=Inf`, `Gender=Fem\|NumType=Card\|Number=Sing\|POS=PRON\|PronType=Ind`, `Gender=Masc\|Mood=Ind\|Number=Sing\|POS=VERB\|Person=3\|Tense=Pres\|VerbForm=Fin`, `Case=Acc,Dat\|Gender=Masc\|Number=Plur\|POS=PRON\|Person=1\|PrepCase=Npr\|PronType=Prs`, `Gender=Fem\|Number=Sing\|Number[psor]=Sing\|POS=PRON\|Person=1\|Poss=Yes\|PronType=Ind`, `Case=Acc,Dat\|Number=Plur\|POS=VERB\|Person=2\|PrepCase=Npr\|PronType=Prs\|VerbForm=Inf`, `Number=Sing\|POS=PRON\|PronType=Tot`, `Mood=Ind\|Number=Plur\|POS=AUX\|Person=2\|Tense=Pres\|VerbForm=Fin`, `Case=Dat\|Number=Plur\|POS=VERB\|Person=3\|PronType=Prs\|VerbForm=Ger`, `NumType=Card\|Number=Plur\|POS=DET\|PronType=Ind`, `POS=PRON\|PronType=Dem`, `POS=AUX\|VerbForm=Fin`, `Gender=Fem\|NumType=Card\|Number=Plur\|POS=PRON\|PronType=Int,Rel`, `Gender=Fem\|Number=Sing\|Number[psor]=Plur\|POS=DET\|Person=2\|Poss=Yes\|PronType=Prs`, `Gender=Fem\|Number=Plur\|Number[psor]=Plur\|POS=PRON\|Person=1\|Poss=Yes\|PronType=Prs`, `Case=Acc\|Gender=Fem\|Number=Plur\|POS=AUX\|Person=3\|PrepCase=Npr\|PronType=Prs\|VerbForm=Inf`, `Case=Acc\|Gender=Masc\|Number=Plur\|POS=AUX\|Person=3\|PrepCase=Npr\|PronType=Prs\|VerbForm=Inf`, `AdvType=Tim\|Gender=Masc\|Number=Sing\|POS=NOUN`, `Gender=Fem\|Number=Sing\|Number[psor]=Plur\|POS=PRON\|Person=1\|Poss=Yes\|PronType=Prs`, `Gender=Fem\|NumType=Card\|Number=Sing\|POS=PRON\|PronType=Dem`, `Gender=Fem\|Number=Sing\|Number[psor]=Sing\|POS=DET\|Person=1\|Poss=Yes\|PronType=Ind`, `Gender=Masc\|Number=Sing\|Number[psor]=Sing\|POS=PRON\|Person=2\|Poss=Yes\|PronType=Ind`, `Gender=Fem\|Number=Plur\|POS=PRON\|Person=3\|Poss=Yes\|PronType=Prs`, `Gender=Masc\|Number=Plur\|POS=DET\|PronType=Art`, `Gender=Masc\|Number=Sing\|POS=NOUN\|VerbForm=Part`, `Case=Acc\|Gender=Masc\|Number=Sing\|POS=AUX\|Person=3\|PrepCase=Npr\|PronType=Prs\|VerbForm=Ger`, `Gender=Masc\|Number=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Ind`, `Case=Acc,Dat\|Number=Sing\|POS=VERB\|Person=1\|PrepCase=Npr\|PronType=Prs\|VerbForm=Ger`, `Case=Acc\|Gender=Masc\|Mood=Imp\|Number=Plur\|POS=VERB\|Person=1,3\|PrepCase=Npr\|PronType=Prs\|VerbForm=Fin`, `Gender=Fem\|Number=Sing\|POS=PRON\|Person=1\|Poss=Yes\|PronType=Prs`, `Case=Com\|Number=Sing\|POS=PRON\|Person=1\|PrepCase=Pre\|PronType=Prs`, `POS=X`, `Case=Com\|POS=PRON\|Person=3\|PronType=Prs\|Reflex=Yes`, `POS=ADP`, `Case=Acc\|Gender=Masc\|Mood=Imp\|Number=Plur,Sing\|POS=VERB\|Person=1,3\|PrepCase=Npr\|PronType=Prs\|VerbForm=Fin`, `Case=Acc,Dat\|Number=Sing\|POS=AUX\|Person=1\|PrepCase=Npr\|PronType=Prs\|VerbForm=Inf`, `Case=Acc\|Gender=Masc\|Mood=Imp\|Number=Sing\|POS=VERB\|Person=3\|PrepCase=Npr\|PronType=Prs\|VerbForm=Fin`, `Mood=Imp\|Number=Plur\|POS=VERB\|Person=2\|VerbForm=Fin`, `Gender=Masc\|Number=Plur\|POS=PRON\|Person=2\|Poss=Yes\|PronType=Ind`, `Case=Dat\|Mood=Imp\|Number=Sing\|POS=VERB\|Person=3\|PronType=Prs\|VerbForm=Fin`, `Gender=Fem\|Number=Sing\|POS=PRON\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Acc,Dat\|Mood=Imp\|Number=Sing\|POS=VERB\|Person=2,3\|PrepCase=Npr\|PronType=Prs\|VerbForm=Fin`, `Gender=Fem\|Number=Plur\|POS=DET\|Person=3\|Poss=Yes\|PronType=Prs`, `Case=Acc,Dat\|Number=Plur\|POS=VERB\|Person=1\|PrepCase=Npr\|PronType=Prs\|Reflex=Yes\|VerbForm=Ger`, `Gender=Fem\|Number=Plur\|Number[psor]=Plur\|POS=DET\|Person=2\|Poss=Yes\|PronType=Prs`, `Number=Plur\|Number[psor]=Sing\|POS=DET\|Person=2\|Poss=Yes\|PronType=Prs`, `POS=NOUN\|PunctType=Comm`, `Degree=Cmp\|POS=ADJ`, `Gender=Masc\|POS=ADJ`, `Degree=Abs\|Gender=Masc\|NumType=Card\|Number=Plur\|POS=PRON\|PronType=Ind`, `POS=PRON\|PronType=Neg`, `Gender=Fem\|Number=Sing\|POS=DET\|Person=3\|Poss=Yes\|PronType=Ind`, `Number=Sing\|POS=DET\|PronType=Int,Rel` |
|
71 |
+
| **`parser`** | `ROOT`, `acl`, `advcl`, `advmod`, `amod`, `appos`, `aux`, `case`, `cc`, `ccomp`, `compound`, `conj`, `cop`, `csubj`, `dep`, `det`, `expl:pass`, `fixed`, `flat`, `iobj`, `mark`, `nmod`, `nsubj`, `nummod`, `obj`, `obl`, `parataxis`, `punct`, `xcomp` |
|
72 |
+
|
73 |
+
</details>
|
74 |
+
|
75 |
+
### Accuracy
|
76 |
+
|
77 |
+
| Type | Score |
|
78 |
+
| --- | --- |
|
79 |
+
| `TOKEN_ACC` | 100.00 |
|
80 |
+
| `TAG_ACC` | 98.17 |
|
81 |
+
| `POS_ACC` | 99.11 |
|
82 |
+
| `MORPH_ACC` | 98.78 |
|
83 |
+
| `LEMMA_ACC` | 98.88 |
|
84 |
+
| `DEP_UAS` | 94.63 |
|
85 |
+
| `DEP_LAS` | 92.87 |
|
86 |
+
| `SENTS_P` | 95.67 |
|
87 |
+
| `SENTS_R` | 97.52 |
|
88 |
+
| `SENTS_F` | 96.59 |
|
accuracy.json
ADDED
@@ -0,0 +1,277 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"token_acc": 0.9999712591,
|
3 |
+
"tag_acc": 0.9816927058,
|
4 |
+
"pos_acc": 0.991143487,
|
5 |
+
"morph_acc": 0.9877778736,
|
6 |
+
"lemma_acc": 0.9887681368,
|
7 |
+
"dep_uas": 0.946292786,
|
8 |
+
"dep_las": 0.9287114907,
|
9 |
+
"sents_p": 0.9567022539,
|
10 |
+
"sents_r": 0.9752116082,
|
11 |
+
"sents_f": 0.9658682635,
|
12 |
+
"speed": 4157.5569923893,
|
13 |
+
"morph_per_feat": {
|
14 |
+
"Definite": {
|
15 |
+
"p": 0.9984810127,
|
16 |
+
"r": 0.9989868288,
|
17 |
+
"f": 0.9987338567
|
18 |
+
},
|
19 |
+
"Gender": {
|
20 |
+
"p": 0.9966257329,
|
21 |
+
"r": 0.9921255507,
|
22 |
+
"f": 0.9943705503
|
23 |
+
},
|
24 |
+
"Number": {
|
25 |
+
"p": 0.9985895628,
|
26 |
+
"r": 0.9950208802,
|
27 |
+
"f": 0.9968020274
|
28 |
+
},
|
29 |
+
"PronType": {
|
30 |
+
"p": 0.9979703023,
|
31 |
+
"r": 0.9955242967,
|
32 |
+
"f": 0.9967457989
|
33 |
+
},
|
34 |
+
"PunctType": {
|
35 |
+
"p": 1.0,
|
36 |
+
"r": 0.9972899729,
|
37 |
+
"f": 0.9986431479
|
38 |
+
},
|
39 |
+
"AdpType": {
|
40 |
+
"p": 0.9998830409,
|
41 |
+
"r": 0.9965030889,
|
42 |
+
"f": 0.9981902037
|
43 |
+
},
|
44 |
+
"VerbForm": {
|
45 |
+
"p": 0.9946858393,
|
46 |
+
"r": 0.9945303954,
|
47 |
+
"f": 0.9946081113
|
48 |
+
},
|
49 |
+
"Mood": {
|
50 |
+
"p": 0.9930278884,
|
51 |
+
"r": 0.9915464943,
|
52 |
+
"f": 0.9922866385
|
53 |
+
},
|
54 |
+
"Person": {
|
55 |
+
"p": 0.99581517,
|
56 |
+
"r": 0.9939088061,
|
57 |
+
"f": 0.9948610748
|
58 |
+
},
|
59 |
+
"Tense": {
|
60 |
+
"p": 0.9922639363,
|
61 |
+
"r": 0.9940733987,
|
62 |
+
"f": 0.9931678433
|
63 |
+
},
|
64 |
+
"NumForm": {
|
65 |
+
"p": 0.9819078947,
|
66 |
+
"r": 0.9675850891,
|
67 |
+
"f": 0.9746938776
|
68 |
+
},
|
69 |
+
"NumType": {
|
70 |
+
"p": 0.9803921569,
|
71 |
+
"r": 0.9671993272,
|
72 |
+
"f": 0.9737510584
|
73 |
+
},
|
74 |
+
"Poss": {
|
75 |
+
"p": 1.0,
|
76 |
+
"r": 0.9981718464,
|
77 |
+
"f": 0.9990850869
|
78 |
+
},
|
79 |
+
"PunctSide": {
|
80 |
+
"p": 0.993987976,
|
81 |
+
"r": 0.992,
|
82 |
+
"f": 0.992992993
|
83 |
+
},
|
84 |
+
"Case": {
|
85 |
+
"p": 0.99831508,
|
86 |
+
"r": 0.9941275168,
|
87 |
+
"f": 0.9962168979
|
88 |
+
},
|
89 |
+
"PrepCase": {
|
90 |
+
"p": 0.9989615784,
|
91 |
+
"r": 0.9938016529,
|
92 |
+
"f": 0.9963749353
|
93 |
+
},
|
94 |
+
"Reflex": {
|
95 |
+
"p": 0.9936,
|
96 |
+
"r": 0.9967897271,
|
97 |
+
"f": 0.9951923077
|
98 |
+
},
|
99 |
+
"Degree": {
|
100 |
+
"p": 0.9963898917,
|
101 |
+
"r": 0.9822064057,
|
102 |
+
"f": 0.9892473118
|
103 |
+
},
|
104 |
+
"Polarity": {
|
105 |
+
"p": 1.0,
|
106 |
+
"r": 0.9902597403,
|
107 |
+
"f": 0.9951060359
|
108 |
+
},
|
109 |
+
"AdvType": {
|
110 |
+
"p": 0.9453551913,
|
111 |
+
"r": 0.920212766,
|
112 |
+
"f": 0.9326145553
|
113 |
+
},
|
114 |
+
"Number[psor]": {
|
115 |
+
"p": 1.0,
|
116 |
+
"r": 1.0,
|
117 |
+
"f": 1.0
|
118 |
+
}
|
119 |
+
},
|
120 |
+
"dep_las_per_type": {
|
121 |
+
"det": {
|
122 |
+
"p": 0.9845236405,
|
123 |
+
"r": 0.9877492877,
|
124 |
+
"f": 0.9861338264
|
125 |
+
},
|
126 |
+
"nsubj": {
|
127 |
+
"p": 0.9614537445,
|
128 |
+
"r": 0.9579370885,
|
129 |
+
"f": 0.9596921949
|
130 |
+
},
|
131 |
+
"case": {
|
132 |
+
"p": 0.9737343495,
|
133 |
+
"r": 0.9734693878,
|
134 |
+
"f": 0.9736018506
|
135 |
+
},
|
136 |
+
"amod": {
|
137 |
+
"p": 0.9549581006,
|
138 |
+
"r": 0.9522980501,
|
139 |
+
"f": 0.9536262204
|
140 |
+
},
|
141 |
+
"nmod": {
|
142 |
+
"p": 0.8977091103,
|
143 |
+
"r": 0.8922425205,
|
144 |
+
"f": 0.8949674678
|
145 |
+
},
|
146 |
+
"mark": {
|
147 |
+
"p": 0.9415236052,
|
148 |
+
"r": 0.9527687296,
|
149 |
+
"f": 0.9471127901
|
150 |
+
},
|
151 |
+
"acl": {
|
152 |
+
"p": 0.875,
|
153 |
+
"r": 0.8533333333,
|
154 |
+
"f": 0.8640308582
|
155 |
+
},
|
156 |
+
"advcl": {
|
157 |
+
"p": 0.7246722288,
|
158 |
+
"r": 0.7496917386,
|
159 |
+
"f": 0.736969697
|
160 |
+
},
|
161 |
+
"nummod": {
|
162 |
+
"p": 0.9233576642,
|
163 |
+
"r": 0.8924162257,
|
164 |
+
"f": 0.9076233184
|
165 |
+
},
|
166 |
+
"obj": {
|
167 |
+
"p": 0.9277522936,
|
168 |
+
"r": 0.940151075,
|
169 |
+
"f": 0.9339105339
|
170 |
+
},
|
171 |
+
"obl": {
|
172 |
+
"p": 0.8233777396,
|
173 |
+
"r": 0.8265746333,
|
174 |
+
"f": 0.8249730893
|
175 |
+
},
|
176 |
+
"advmod": {
|
177 |
+
"p": 0.8799332963,
|
178 |
+
"r": 0.881403118,
|
179 |
+
"f": 0.8806675939
|
180 |
+
},
|
181 |
+
"fixed": {
|
182 |
+
"p": 0.896373057,
|
183 |
+
"r": 0.8804071247,
|
184 |
+
"f": 0.8883183569
|
185 |
+
},
|
186 |
+
"cc": {
|
187 |
+
"p": 0.9556010929,
|
188 |
+
"r": 0.9588759424,
|
189 |
+
"f": 0.9572357167
|
190 |
+
},
|
191 |
+
"conj": {
|
192 |
+
"p": 0.8415969092,
|
193 |
+
"r": 0.8340778558,
|
194 |
+
"f": 0.8378205128
|
195 |
+
},
|
196 |
+
"root": {
|
197 |
+
"p": 0.9418742586,
|
198 |
+
"r": 0.9600967352,
|
199 |
+
"f": 0.9508982036
|
200 |
+
},
|
201 |
+
"flat": {
|
202 |
+
"p": 0.9523809524,
|
203 |
+
"r": 0.960960961,
|
204 |
+
"f": 0.956651719
|
205 |
+
},
|
206 |
+
"xcomp": {
|
207 |
+
"p": 0.880195599,
|
208 |
+
"r": 0.8845208845,
|
209 |
+
"f": 0.8823529412
|
210 |
+
},
|
211 |
+
"compound": {
|
212 |
+
"p": 0.9124423963,
|
213 |
+
"r": 0.792,
|
214 |
+
"f": 0.8479657388
|
215 |
+
},
|
216 |
+
"cop": {
|
217 |
+
"p": 0.9244060475,
|
218 |
+
"r": 0.9184549356,
|
219 |
+
"f": 0.9214208827
|
220 |
+
},
|
221 |
+
"ccomp": {
|
222 |
+
"p": 0.8919413919,
|
223 |
+
"r": 0.9119850187,
|
224 |
+
"f": 0.9018518519
|
225 |
+
},
|
226 |
+
"iobj": {
|
227 |
+
"p": 0.8758169935,
|
228 |
+
"r": 0.7444444444,
|
229 |
+
"f": 0.8048048048
|
230 |
+
},
|
231 |
+
"aux": {
|
232 |
+
"p": 0.9686162625,
|
233 |
+
"r": 0.9658605974,
|
234 |
+
"f": 0.9672364672
|
235 |
+
},
|
236 |
+
"appos": {
|
237 |
+
"p": 0.8100929615,
|
238 |
+
"r": 0.8507670851,
|
239 |
+
"f": 0.8299319728
|
240 |
+
},
|
241 |
+
"csubj": {
|
242 |
+
"p": 0.8556701031,
|
243 |
+
"r": 0.8736842105,
|
244 |
+
"f": 0.8645833333
|
245 |
+
},
|
246 |
+
"expl:pass": {
|
247 |
+
"p": 0.7878787879,
|
248 |
+
"r": 0.5777777778,
|
249 |
+
"f": 0.6666666667
|
250 |
+
},
|
251 |
+
"parataxis": {
|
252 |
+
"p": 0.7192982456,
|
253 |
+
"r": 0.4823529412,
|
254 |
+
"f": 0.5774647887
|
255 |
+
},
|
256 |
+
"orphan": {
|
257 |
+
"p": 0.0,
|
258 |
+
"r": 0.0,
|
259 |
+
"f": 0.0
|
260 |
+
},
|
261 |
+
"dep": {
|
262 |
+
"p": 0.0277777778,
|
263 |
+
"r": 0.1111111111,
|
264 |
+
"f": 0.0444444444
|
265 |
+
},
|
266 |
+
"nsubj:pass": {
|
267 |
+
"p": 0.0,
|
268 |
+
"r": 0.0,
|
269 |
+
"f": 0.0
|
270 |
+
},
|
271 |
+
"aux:pass": {
|
272 |
+
"p": 0.0,
|
273 |
+
"r": 0.0,
|
274 |
+
"f": 0.0
|
275 |
+
}
|
276 |
+
}
|
277 |
+
}
|
attribute_ruler/patterns
ADDED
Binary file (956 Bytes). View file
|
|
config.cfg
ADDED
@@ -0,0 +1,192 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[paths]
|
2 |
+
train = "corpus/es-dep-news/train.spacy"
|
3 |
+
dev = "corpus/es-dep-news/dev.spacy"
|
4 |
+
vectors = null
|
5 |
+
raw = null
|
6 |
+
init_tok2vec = null
|
7 |
+
vocab_data = null
|
8 |
+
|
9 |
+
[system]
|
10 |
+
gpu_allocator = "pytorch"
|
11 |
+
seed = 1
|
12 |
+
|
13 |
+
[nlp]
|
14 |
+
lang = "es"
|
15 |
+
pipeline = ["transformer","morphologizer","parser","attribute_ruler","lemmatizer"]
|
16 |
+
disabled = []
|
17 |
+
before_creation = null
|
18 |
+
after_creation = null
|
19 |
+
after_pipeline_creation = null
|
20 |
+
batch_size = 64
|
21 |
+
tokenizer = {"@tokenizers":"spacy.Tokenizer.v1"}
|
22 |
+
|
23 |
+
[components]
|
24 |
+
|
25 |
+
[components.attribute_ruler]
|
26 |
+
factory = "attribute_ruler"
|
27 |
+
validate = false
|
28 |
+
|
29 |
+
[components.lemmatizer]
|
30 |
+
factory = "lemmatizer"
|
31 |
+
mode = "rule"
|
32 |
+
model = null
|
33 |
+
overwrite = false
|
34 |
+
|
35 |
+
[components.morphologizer]
|
36 |
+
factory = "morphologizer"
|
37 |
+
|
38 |
+
[components.morphologizer.model]
|
39 |
+
@architectures = "spacy.Tagger.v1"
|
40 |
+
nO = null
|
41 |
+
|
42 |
+
[components.morphologizer.model.tok2vec]
|
43 |
+
@architectures = "spacy-transformers.TransformerListener.v1"
|
44 |
+
grad_factor = 1.0
|
45 |
+
upstream = "transformer"
|
46 |
+
pooling = {"@layers":"reduce_mean.v1"}
|
47 |
+
|
48 |
+
[components.parser]
|
49 |
+
factory = "parser"
|
50 |
+
learn_tokens = false
|
51 |
+
min_action_freq = 30
|
52 |
+
moves = null
|
53 |
+
update_with_oracle_cut_size = 100
|
54 |
+
|
55 |
+
[components.parser.model]
|
56 |
+
@architectures = "spacy.TransitionBasedParser.v2"
|
57 |
+
state_type = "parser"
|
58 |
+
extra_state_tokens = false
|
59 |
+
hidden_width = 64
|
60 |
+
maxout_pieces = 2
|
61 |
+
use_upper = false
|
62 |
+
nO = null
|
63 |
+
|
64 |
+
[components.parser.model.tok2vec]
|
65 |
+
@architectures = "spacy-transformers.TransformerListener.v1"
|
66 |
+
grad_factor = 1.0
|
67 |
+
upstream = "transformer"
|
68 |
+
pooling = {"@layers":"reduce_mean.v1"}
|
69 |
+
|
70 |
+
[components.transformer]
|
71 |
+
factory = "transformer"
|
72 |
+
max_batch_items = 4096
|
73 |
+
set_extra_annotations = {"@annotation_setters":"spacy-transformers.null_annotation_setter.v1"}
|
74 |
+
|
75 |
+
[components.transformer.model]
|
76 |
+
@architectures = "spacy-transformers.TransformerModel.v1"
|
77 |
+
name = "dccuchile/bert-base-spanish-wwm-cased"
|
78 |
+
|
79 |
+
[components.transformer.model.get_spans]
|
80 |
+
@span_getters = "spacy-transformers.strided_spans.v1"
|
81 |
+
window = 128
|
82 |
+
stride = 96
|
83 |
+
|
84 |
+
[components.transformer.model.tokenizer_config]
|
85 |
+
use_fast = true
|
86 |
+
|
87 |
+
[corpora]
|
88 |
+
|
89 |
+
[corpora.dev]
|
90 |
+
@readers = "spacy.Corpus.v1"
|
91 |
+
limit = 0
|
92 |
+
max_length = 0
|
93 |
+
path = ${paths:dev}
|
94 |
+
gold_preproc = false
|
95 |
+
augmenter = null
|
96 |
+
|
97 |
+
[corpora.train]
|
98 |
+
@readers = "spacy.Corpus.v1"
|
99 |
+
path = ${paths:train}
|
100 |
+
max_length = 500
|
101 |
+
gold_preproc = false
|
102 |
+
limit = 0
|
103 |
+
|
104 |
+
[corpora.train.augmenter]
|
105 |
+
@augmenters = "spacy.lower_case.v1"
|
106 |
+
level = 0.1
|
107 |
+
|
108 |
+
[training]
|
109 |
+
train_corpus = "corpora.train"
|
110 |
+
dev_corpus = "corpora.dev"
|
111 |
+
seed = ${system:seed}
|
112 |
+
gpu_allocator = ${system:gpu_allocator}
|
113 |
+
dropout = 0.1
|
114 |
+
accumulate_gradient = 3
|
115 |
+
patience = 5000
|
116 |
+
max_epochs = 0
|
117 |
+
max_steps = 13000
|
118 |
+
eval_frequency = 1000
|
119 |
+
frozen_components = []
|
120 |
+
before_to_disk = null
|
121 |
+
annotating_components = []
|
122 |
+
|
123 |
+
[training.batcher]
|
124 |
+
@batchers = "spacy.batch_by_padded.v1"
|
125 |
+
discard_oversize = true
|
126 |
+
get_length = null
|
127 |
+
size = 2000
|
128 |
+
buffer = 256
|
129 |
+
|
130 |
+
[training.logger]
|
131 |
+
@loggers = "spacy.ConsoleLogger.v1"
|
132 |
+
progress_bar = false
|
133 |
+
|
134 |
+
[training.optimizer]
|
135 |
+
@optimizers = "Adam.v1"
|
136 |
+
beta1 = 0.9
|
137 |
+
beta2 = 0.999
|
138 |
+
L2_is_weight_decay = true
|
139 |
+
L2 = 0.01
|
140 |
+
grad_clip = 1.0
|
141 |
+
use_averages = true
|
142 |
+
eps = 0.00000001
|
143 |
+
|
144 |
+
[training.optimizer.learn_rate]
|
145 |
+
@schedules = "warmup_linear.v1"
|
146 |
+
warmup_steps = 250
|
147 |
+
total_steps = 20000
|
148 |
+
initial_rate = 0.00005
|
149 |
+
|
150 |
+
[training.score_weights]
|
151 |
+
pos_acc = 0.12
|
152 |
+
morph_acc = 0.12
|
153 |
+
morph_per_feat = null
|
154 |
+
dep_uas = 0.0
|
155 |
+
dep_las = 0.23
|
156 |
+
dep_las_per_type = null
|
157 |
+
sents_p = null
|
158 |
+
sents_r = null
|
159 |
+
sents_f = 0.03
|
160 |
+
lemma_acc = 0.5
|
161 |
+
|
162 |
+
[pretraining]
|
163 |
+
|
164 |
+
[initialize]
|
165 |
+
vocab_data = ${paths.vocab_data}
|
166 |
+
vectors = ${paths.vectors}
|
167 |
+
init_tok2vec = ${paths.init_tok2vec}
|
168 |
+
before_init = null
|
169 |
+
after_init = null
|
170 |
+
|
171 |
+
[initialize.components]
|
172 |
+
|
173 |
+
[initialize.components.morphologizer]
|
174 |
+
|
175 |
+
[initialize.components.morphologizer.labels]
|
176 |
+
@readers = "spacy.read_labels.v1"
|
177 |
+
path = "corpus/labels/morphologizer.json"
|
178 |
+
require = false
|
179 |
+
|
180 |
+
[initialize.components.parser]
|
181 |
+
|
182 |
+
[initialize.components.parser.labels]
|
183 |
+
@readers = "spacy.read_labels.v1"
|
184 |
+
path = "corpus/labels/parser.json"
|
185 |
+
require = false
|
186 |
+
|
187 |
+
[initialize.lookups]
|
188 |
+
@misc = "spacy.LookupsDataLoader.v1"
|
189 |
+
lang = ${nlp.lang}
|
190 |
+
tables = []
|
191 |
+
|
192 |
+
[initialize.tokenizer]
|
es_dep_news_trf-any-py3-none-any.whl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:584fae5e6fef0cf7e05c3a6e6b5ccaf3db5a0654dde388dd6d9d2b8dcd221afd
|
3 |
+
size 410036280
|
lemmatizer/lookups/lookups.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be833a634de5b55fa529aceee97fcc09a193e2017b5e4b34bafe103ad97600aa
|
3 |
+
size 165037
|
meta.json
ADDED
@@ -0,0 +1,758 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"lang":"es",
|
3 |
+
"name":"dep_news_trf",
|
4 |
+
"version":"3.1.0",
|
5 |
+
"description":"Spanish transformer pipeline (dccuchile/bert-base-spanish-wwm-cased). Components: transformer, morphologizer, parser, attribute_ruler, lemmatizer.",
|
6 |
+
"author":"Explosion",
|
7 |
+
"email":"[email protected]",
|
8 |
+
"url":"https://explosion.ai",
|
9 |
+
"license":"GNU GPL 3.0",
|
10 |
+
"spacy_version":">=3.1.0,<3.2.0",
|
11 |
+
"spacy_git_version":"ed1ba1343",
|
12 |
+
"vectors":{
|
13 |
+
"width":0,
|
14 |
+
"vectors":0,
|
15 |
+
"keys":0,
|
16 |
+
"name":null
|
17 |
+
},
|
18 |
+
"labels":{
|
19 |
+
"transformer":[
|
20 |
+
|
21 |
+
],
|
22 |
+
"morphologizer":[
|
23 |
+
"Definite=Def|Gender=Masc|Number=Sing|POS=DET|PronType=Art",
|
24 |
+
"Gender=Masc|Number=Sing|POS=NOUN",
|
25 |
+
"AdpType=Preppron|POS=ADP",
|
26 |
+
"Gender=Masc|Number=Sing|POS=ADJ",
|
27 |
+
"AdpType=Prep|POS=ADP",
|
28 |
+
"Definite=Def|Gender=Fem|Number=Plur|POS=DET|PronType=Art",
|
29 |
+
"POS=PROPN",
|
30 |
+
"Case=Acc,Dat|POS=PRON|Person=3|PrepCase=Npr|PronType=Prs|Reflex=Yes",
|
31 |
+
"Mood=Ind|Number=Sing|POS=VERB|Person=3|Tense=Past|VerbForm=Fin",
|
32 |
+
"POS=VERB|VerbForm=Inf",
|
33 |
+
"Gender=Fem|Number=Sing|POS=DET|PronType=Dem",
|
34 |
+
"Gender=Fem|Number=Sing|POS=NOUN",
|
35 |
+
"Gender=Fem|Number=Plur|POS=NOUN",
|
36 |
+
"Gender=Fem|Number=Plur|POS=DET|PronType=Ind",
|
37 |
+
"POS=PRON|PronType=Int,Rel",
|
38 |
+
"Mood=Sub|Number=Plur|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin",
|
39 |
+
"Definite=Def|Gender=Fem|Number=Sing|POS=DET|PronType=Art",
|
40 |
+
"POS=SCONJ",
|
41 |
+
"POS=NOUN",
|
42 |
+
"Definite=Def|Gender=Masc|Number=Plur|POS=DET|PronType=Art",
|
43 |
+
"Number=Plur|POS=NOUN",
|
44 |
+
"Gender=Masc|Number=Plur|POS=DET|PronType=Ind",
|
45 |
+
"Gender=Masc|Number=Plur|POS=NOUN",
|
46 |
+
"POS=PUNCT|PunctType=Peri",
|
47 |
+
"Mood=Ind|Number=Sing|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin",
|
48 |
+
"POS=PUNCT|PunctType=Comm",
|
49 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=VERB|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Inf",
|
50 |
+
"Mood=Ind|Number=Plur|POS=AUX|Person=3|Tense=Pres|VerbForm=Fin",
|
51 |
+
"Gender=Masc|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part",
|
52 |
+
"Number=Plur|POS=ADJ",
|
53 |
+
"POS=CCONJ",
|
54 |
+
"Gender=Masc|Number=Plur|POS=PRON|PronType=Ind",
|
55 |
+
"POS=ADV",
|
56 |
+
"Mood=Ind|Number=Plur|POS=VERB|Person=3|Tense=Fut|VerbForm=Fin",
|
57 |
+
"Gender=Masc|NumType=Card|Number=Plur|POS=DET|PronType=Dem",
|
58 |
+
"Mood=Ind|Number=Sing|POS=AUX|Person=3|Tense=Pres|VerbForm=Fin",
|
59 |
+
"Number=Sing|POS=ADJ",
|
60 |
+
"Gender=Masc|Number=Plur|POS=ADJ|VerbForm=Part",
|
61 |
+
"Gender=Masc|Number=Plur|POS=PRON|PronType=Tot",
|
62 |
+
"POS=PRON|PronType=Ind",
|
63 |
+
"POS=ADV|Polarity=Neg",
|
64 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=PRON|Person=3|PrepCase=Npr|PronType=Prs",
|
65 |
+
"Gender=Fem|Number=Sing|POS=ADJ",
|
66 |
+
"Mood=Ind|Number=Plur|POS=VERB|Person=3|Tense=Past|VerbForm=Fin",
|
67 |
+
"Number=Plur|POS=PRON|PronType=Int,Rel",
|
68 |
+
"POS=PUNCT|PunctType=Quot",
|
69 |
+
"POS=PUNCT",
|
70 |
+
"Gender=Masc|Number=Sing|POS=ADJ|VerbForm=Part",
|
71 |
+
"POS=PUNCT|PunctSide=Ini|PunctType=Brck",
|
72 |
+
"POS=PUNCT|PunctSide=Fin|PunctType=Brck",
|
73 |
+
"NumForm=Digit|NumType=Card|POS=NUM",
|
74 |
+
"NumType=Card|POS=NUM",
|
75 |
+
"POS=VERB|VerbForm=Ger",
|
76 |
+
"Definite=Ind|Gender=Masc|Number=Sing|POS=DET|PronType=Art",
|
77 |
+
"Gender=Masc|Number=Sing|POS=DET|PronType=Dem",
|
78 |
+
"Gender=Fem|NumType=Ord|Number=Plur|POS=ADJ",
|
79 |
+
"Number=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
80 |
+
"Number=Sing|POS=NOUN",
|
81 |
+
"Gender=Masc|Number=Plur|POS=ADJ",
|
82 |
+
"Mood=Ind|Number=Sing|POS=AUX|Person=3|Tense=Fut|VerbForm=Fin",
|
83 |
+
"Gender=Fem|Number=Sing|POS=ADJ|VerbForm=Part",
|
84 |
+
"Mood=Ind|Number=Plur|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin",
|
85 |
+
"Degree=Cmp|POS=ADV",
|
86 |
+
"POS=AUX|VerbForm=Inf",
|
87 |
+
"Number=Plur|POS=DET|PronType=Ind",
|
88 |
+
"Number=Plur|POS=DET|PronType=Dem",
|
89 |
+
"Degree=Cmp|Number=Sing|POS=ADJ",
|
90 |
+
"Mood=Ind|Number=Sing|POS=VERB|Person=3|Tense=Fut|VerbForm=Fin",
|
91 |
+
"Case=Acc,Dat|POS=VERB|Person=3|PrepCase=Npr|PronType=Prs|Reflex=Yes|VerbForm=Inf",
|
92 |
+
"Degree=Sup|Gender=Masc|Number=Plur|POS=ADJ",
|
93 |
+
"Definite=Ind|Gender=Fem|Number=Sing|POS=DET|PronType=Art",
|
94 |
+
"AdvType=Tim|POS=NOUN",
|
95 |
+
"AdpType=Prep|POS=ADV",
|
96 |
+
"Gender=Masc|Number=Sing|POS=PRON|PronType=Ind",
|
97 |
+
"NumType=Card|Number=Plur|POS=NUM",
|
98 |
+
"AdpType=Preppron|POS=ADV",
|
99 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=VERB|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Inf",
|
100 |
+
"NumForm=Digit|POS=NOUN",
|
101 |
+
"Number=Sing|POS=PRON|PronType=Dem",
|
102 |
+
"AdpType=Preppron|Gender=Masc|Number=Sing|POS=ADJ",
|
103 |
+
"Number=Plur|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
104 |
+
"Gender=Fem|Number=Plur|POS=ADJ",
|
105 |
+
"Gender=Fem|Number=Plur|POS=PRON|PronType=Ind",
|
106 |
+
"Gender=Masc|Number=Plur|POS=DET|PronType=Tot",
|
107 |
+
"Mood=Ind|Number=Sing|POS=VERB|Person=3|Tense=Imp|VerbForm=Fin",
|
108 |
+
"Mood=Ind|Number=Plur|POS=AUX|Person=3|Tense=Past|VerbForm=Fin",
|
109 |
+
"Gender=Masc|Number=Plur|POS=VERB|Tense=Past|VerbForm=Part",
|
110 |
+
"Gender=Masc|NumType=Ord|Number=Sing|POS=ADJ",
|
111 |
+
"Gender=Masc|NumType=Ord|Number=Plur|POS=ADJ",
|
112 |
+
"Gender=Masc|Number=Plur|POS=DET|PronType=Dem",
|
113 |
+
"Gender=Masc|Number=Sing|POS=AUX|Tense=Past|VerbForm=Part",
|
114 |
+
"Number=Sing|POS=DET|PronType=Tot",
|
115 |
+
"Gender=Fem|Number=Sing|POS=PRON|PronType=Ind",
|
116 |
+
"Mood=Ind|Number=Sing|POS=AUX|Person=1|Tense=Pres|VerbForm=Fin",
|
117 |
+
"Mood=Ind|Number=Sing|POS=VERB|Person=1|Tense=Pres|VerbForm=Fin",
|
118 |
+
"Degree=Cmp|Number=Plur|POS=ADJ",
|
119 |
+
"POS=AUX|VerbForm=Ger",
|
120 |
+
"Gender=Fem|POS=NOUN",
|
121 |
+
"Gender=Fem|NumType=Ord|Number=Sing|POS=ADJ",
|
122 |
+
"AdvType=Tim|POS=ADJ",
|
123 |
+
"Mood=Ind|Number=Sing|POS=AUX|Person=3|Tense=Past|VerbForm=Fin",
|
124 |
+
"Gender=Fem|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part",
|
125 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=PRON|Person=3|PrepCase=Npr|PronType=Prs",
|
126 |
+
"Mood=Ind|Number=Sing|POS=VERB|Person=1|Tense=Imp|VerbForm=Fin",
|
127 |
+
"Gender=Fem|Number=Plur|POS=ADJ|VerbForm=Part",
|
128 |
+
"Gender=Fem|Number=Plur|POS=DET|PronType=Dem",
|
129 |
+
"Gender=Masc|Number=Sing|POS=PRON|Poss=Yes|PronType=Int,Rel",
|
130 |
+
"Number=Sing|POS=PRON|PronType=Int,Rel",
|
131 |
+
"POS=ADJ",
|
132 |
+
"Mood=Ind|Number=Sing|POS=AUX|Person=1|Tense=Imp|VerbForm=Fin",
|
133 |
+
"Mood=Ind|Number=Plur|POS=VERB|Person=3|Tense=Imp|VerbForm=Fin",
|
134 |
+
"Mood=Ind|Number=Plur|POS=AUX|Person=3|Tense=Imp|VerbForm=Fin",
|
135 |
+
"Mood=Sub|Number=Sing|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin",
|
136 |
+
"Gender=Fem|Number=Plur|POS=DET|PronType=Tot",
|
137 |
+
"Case=Acc,Nom|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Prs",
|
138 |
+
"Mood=Sub|Number=Sing|POS=VERB|Person=1|Tense=Pres|VerbForm=Fin",
|
139 |
+
"Definite=Ind|Gender=Fem|Number=Plur|POS=DET|PronType=Art",
|
140 |
+
"Case=Acc,Nom|Gender=Fem|Number=Plur|POS=PRON|Person=3|PronType=Prs",
|
141 |
+
"Mood=Ind|Number=Plur|POS=VERB|Person=1|Tense=Pres|VerbForm=Fin",
|
142 |
+
"Case=Acc|Definite=Def|Gender=Masc|Number=Sing|POS=PRON|Person=3|PrepCase=Npr|PronType=Prs",
|
143 |
+
"Gender=Fem|Number=Sing|POS=PRON|PronType=Dem",
|
144 |
+
"Mood=Cnd|Number=Sing|POS=VERB|Person=1|VerbForm=Fin",
|
145 |
+
"Gender=Masc|Number=Sing|POS=DET|PronType=Tot",
|
146 |
+
"Number=Plur|POS=PRON|PronType=Ind",
|
147 |
+
"Gender=Masc|Number=Sing|POS=DET|PronType=Ind",
|
148 |
+
"Case=Dat|Number=Sing|POS=PRON|Person=3|PronType=Prs",
|
149 |
+
"POS=PART",
|
150 |
+
"Gender=Fem|Number=Sing|POS=DET|PronType=Ind",
|
151 |
+
"Number=Sing|POS=DET|PronType=Ind",
|
152 |
+
"Gender=Masc|NumType=Card|Number=Plur|POS=DET|PronType=Ind",
|
153 |
+
"Mood=Cnd|Number=Plur|POS=AUX|Person=3|VerbForm=Fin",
|
154 |
+
"NumForm=Digit|POS=SYM",
|
155 |
+
"Mood=Imp|Number=Sing|POS=VERB|Person=2|VerbForm=Fin",
|
156 |
+
"Case=Dat|Number=Sing|POS=VERB|Person=3|PronType=Prs|VerbForm=Inf",
|
157 |
+
"Gender=Fem|Number=Plur|POS=PRON|PronType=Dem",
|
158 |
+
"Mood=Cnd|Number=Sing|POS=AUX|Person=1|VerbForm=Fin",
|
159 |
+
"NumForm=Digit|NumType=Frac|POS=NUM",
|
160 |
+
"Gender=Fem|Number=Sing|POS=PRON|Poss=Yes|PronType=Int,Rel",
|
161 |
+
"Mood=Sub|Number=Sing|POS=AUX|Person=1|Tense=Pres|VerbForm=Fin",
|
162 |
+
"Mood=Sub|Number=Sing|POS=VERB|Person=1|Tense=Imp|VerbForm=Fin",
|
163 |
+
"Gender=Fem|Number=Sing|Number[psor]=Plur|POS=DET|Person=1|Poss=Yes|PronType=Prs",
|
164 |
+
"Case=Acc,Dat|Number=Plur|POS=PRON|Person=1|PrepCase=Npr|PronType=Prs",
|
165 |
+
"Definite=Ind|Gender=Masc|Number=Plur|POS=DET|PronType=Art",
|
166 |
+
"POS=PUNCT|PunctType=Colo",
|
167 |
+
"Mood=Sub|Number=Plur|POS=AUX|Person=3|Tense=Pres|VerbForm=Fin",
|
168 |
+
"Mood=Imp|Number=Plur|POS=VERB|Person=3|VerbForm=Fin",
|
169 |
+
"Gender=Fem|Number=Sing|POS=DET|PronType=Neg",
|
170 |
+
"Gender=Masc|Number=Sing|POS=PRON|PronType=Dem",
|
171 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=PRON|Person=3|PrepCase=Npr|PronType=Prs",
|
172 |
+
"Case=Acc|Gender=Fem|Number=Plur|POS=PRON|Person=3|PrepCase=Npr|PronType=Prs",
|
173 |
+
"Gender=Fem|Number=Plur|POS=VERB|Tense=Past|VerbForm=Part",
|
174 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=AUX|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Inf",
|
175 |
+
"Number=Sing|POS=PRON|PronType=Neg",
|
176 |
+
"POS=PUNCT|PunctType=Semi",
|
177 |
+
"Case=Dat|Number=Plur|POS=PRON|Person=3|PronType=Prs",
|
178 |
+
"Number=Sing|POS=PRON|PronType=Ind",
|
179 |
+
"Mood=Sub|Number=Plur|POS=VERB|Person=3|Tense=Imp|VerbForm=Fin",
|
180 |
+
"Case=Acc,Nom|Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Prs",
|
181 |
+
"POS=INTJ",
|
182 |
+
"Gender=Masc|NumType=Card|Number=Sing|POS=PRON|PronType=Dem",
|
183 |
+
"Mood=Ind|Number=Plur|POS=AUX|Person=3|Tense=Fut|VerbForm=Fin",
|
184 |
+
"Degree=Sup|Gender=Masc|Number=Sing|POS=ADJ",
|
185 |
+
"Mood=Ind|Number=Plur|POS=AUX|Person=1|Tense=Pres|VerbForm=Fin",
|
186 |
+
"AdpType=Prep|POS=ADJ",
|
187 |
+
"Number=Plur|POS=PRON|Person=3|Poss=Yes|PronType=Prs",
|
188 |
+
"POS=PUNCT|PunctType=Dash",
|
189 |
+
"Mood=Cnd|Number=Plur|POS=VERB|Person=1|VerbForm=Fin",
|
190 |
+
"Gender=Masc|Number=Sing|POS=DET|PronType=Neg",
|
191 |
+
"Gender=Fem|NumType=Card|Number=Plur|POS=NUM",
|
192 |
+
"Case=Acc|Gender=Fem|Number=Plur|POS=VERB|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Inf",
|
193 |
+
"Gender=Masc|Number=Sing|POS=PRON|PronType=Tot",
|
194 |
+
"Gender=Masc|NumType=Card|Number=Plur|POS=NUM",
|
195 |
+
"Gender=Masc|POS=NOUN",
|
196 |
+
"Case=Acc,Dat|Number=Sing|POS=PRON|Person=1|PrepCase=Npr|PronType=Prs",
|
197 |
+
"Gender=Fem|NumType=Card|Number=Sing|POS=DET|PronType=Ind",
|
198 |
+
"Gender=Fem|NumType=Card|Number=Plur|POS=DET|PronType=Ind",
|
199 |
+
"Case=Acc,Dat|POS=VERB|Person=3|PrepCase=Npr|PronType=Prs|Reflex=Yes|VerbForm=Ger",
|
200 |
+
"Mood=Ind|Number=Sing|POS=AUX|Person=3|Tense=Imp|VerbForm=Fin",
|
201 |
+
"POS=NOUN|VerbForm=Inf",
|
202 |
+
"Mood=Ind|Number=Plur|POS=AUX|Person=1|Tense=Imp|VerbForm=Fin",
|
203 |
+
"Mood=Sub|Number=Sing|POS=VERB|Person=3|Tense=Imp|VerbForm=Fin",
|
204 |
+
"Gender=Masc|Number=Sing|Number[psor]=Plur|POS=DET|Person=1|Poss=Yes|PronType=Prs",
|
205 |
+
"Gender=Masc|NumType=Card|Number=Sing|POS=NUM",
|
206 |
+
"Mood=Sub|Number=Sing|POS=AUX|Person=1|Tense=Imp|VerbForm=Fin",
|
207 |
+
"Gender=Masc|Number=Plur|POS=PRON|Poss=Yes|PronType=Int,Rel",
|
208 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=VERB|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Inf",
|
209 |
+
"Gender=Fem|NumType=Card|Number=Sing|POS=DET|PronType=Dem",
|
210 |
+
"Mood=Imp|Number=Sing|POS=VERB|Person=3|VerbForm=Fin",
|
211 |
+
"Mood=Sub|Number=Plur|POS=VERB|Person=1|Tense=Pres|VerbForm=Fin",
|
212 |
+
"Mood=Ind|Number=Plur|POS=VERB|Person=1|Tense=Fut|VerbForm=Fin",
|
213 |
+
"Gender=Masc|Number=Sing|POS=PRON|PronType=Neg",
|
214 |
+
"Case=Acc,Dat|Number=Plur|POS=VERB|Person=1|PrepCase=Npr|PronType=Prs|VerbForm=Inf",
|
215 |
+
"Case=Nom|Number=Sing|POS=PRON|Person=1|PronType=Prs",
|
216 |
+
"Mood=Ind|Number=Sing|POS=VERB|Person=1|Tense=Past|VerbForm=Fin",
|
217 |
+
"Mood=Ind|Number=Plur|POS=VERB|Person=1|Tense=Past|VerbForm=Fin",
|
218 |
+
"Degree=Abs|Gender=Masc|Number=Sing|POS=ADJ",
|
219 |
+
"Number=Sing|Number[psor]=Sing|POS=DET|Person=1|Poss=Yes|PronType=Prs",
|
220 |
+
"Case=Acc,Nom|Gender=Masc|Number=Plur|POS=PRON|Person=1|PronType=Prs",
|
221 |
+
"Mood=Imp|Number=Sing|POS=AUX|Person=3|VerbForm=Fin",
|
222 |
+
"Mood=Sub|Number=Sing|POS=AUX|Person=3|Tense=Pres|VerbForm=Fin",
|
223 |
+
"Gender=Masc|Number=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
224 |
+
"Gender=Fem|Number=Sing|POS=DET|PronType=Tot",
|
225 |
+
"POS=DET|PronType=Ind",
|
226 |
+
"POS=DET|PronType=Int,Rel",
|
227 |
+
"AdvType=Tim|POS=ADV",
|
228 |
+
"Mood=Cnd|Number=Sing|POS=AUX|Person=3|VerbForm=Fin",
|
229 |
+
"POS=PUNCT|PunctSide=Ini|PunctType=Qest",
|
230 |
+
"POS=PUNCT|PunctSide=Fin|PunctType=Qest",
|
231 |
+
"Number=Plur|Number[psor]=Sing|POS=DET|Person=1|Poss=Yes|PronType=Prs",
|
232 |
+
"Gender=Masc|NumType=Card|Number=Sing|POS=DET|PronType=Ind",
|
233 |
+
"Mood=Cnd|Number=Plur|POS=VERB|Person=3|VerbForm=Fin",
|
234 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=VERB|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Ger",
|
235 |
+
"Degree=Abs|Gender=Fem|Number=Sing|POS=ADJ",
|
236 |
+
"Case=Acc,Dat|Number=Plur|POS=PRON|Person=1|PrepCase=Npr|PronType=Prs|Reflex=Yes",
|
237 |
+
"Mood=Sub|Number=Plur|POS=VERB|Person=1|Tense=Imp|VerbForm=Fin",
|
238 |
+
"Case=Acc,Dat|Number=Sing|POS=PRON|Person=1|PrepCase=Npr|PronType=Prs|Reflex=Yes",
|
239 |
+
"POS=PUNCT|PunctSide=Ini|PunctType=Excl",
|
240 |
+
"POS=PUNCT|PunctSide=Fin|PunctType=Excl",
|
241 |
+
"Mood=Cnd|Number=Sing|POS=VERB|Person=3|VerbForm=Fin",
|
242 |
+
"Case=Acc,Dat|Mood=Imp|Number=Sing|POS=VERB|Person=3|PrepCase=Npr|PronType=Prs|Reflex=Yes|VerbForm=Fin",
|
243 |
+
"Gender=Fem|Number=Sing|POS=PRON|PronType=Tot",
|
244 |
+
"Gender=Masc|Number=Plur|Number[psor]=Plur|POS=DET|Person=1|Poss=Yes|PronType=Prs",
|
245 |
+
"Mood=Imp|Number=Plur|POS=VERB|Person=1|VerbForm=Fin",
|
246 |
+
"Gender=Masc|NumType=Card|Number=Plur|POS=PRON|PronType=Ind",
|
247 |
+
"Gender=Masc|NumType=Card|Number=Sing|POS=PRON|PronType=Ind",
|
248 |
+
"Gender=Masc|Number=Plur|POS=PRON|PronType=Dem",
|
249 |
+
"Case=Dat|Number=Plur|POS=VERB|Person=3|PronType=Prs|VerbForm=Inf",
|
250 |
+
"Degree=Abs|Gender=Masc|NumType=Card|Number=Plur|POS=DET|PronType=Ind",
|
251 |
+
"Case=Acc|Number=Sing|POS=PRON|Person=1|PrepCase=Pre|PronType=Prs",
|
252 |
+
"Case=Acc,Dat|Mood=Imp|Number=Plur|POS=VERB|Person=3|PrepCase=Npr|PronType=Prs|Reflex=Yes|VerbForm=Fin",
|
253 |
+
"Definite=Ind|Gender=Fem|NumType=Card|Number=Sing|POS=DET|PronType=Art",
|
254 |
+
"Gender=Fem|NumType=Card|Number=Sing|POS=NUM",
|
255 |
+
"Mood=Sub|Number=Plur|POS=AUX|Person=3|Tense=Imp|VerbForm=Fin",
|
256 |
+
"Gender=Fem|Number=Plur|Number[psor]=Plur|POS=DET|Person=1|Poss=Yes|PronType=Prs",
|
257 |
+
"POS=SCONJ|PronType=Int,Rel",
|
258 |
+
"Case=Acc|POS=PRON|Person=3|PrepCase=Pre|PronType=Prs|Reflex=Yes",
|
259 |
+
"Mood=Ind|Number=Sing|POS=VERB|Person=2|Tense=Pres|VerbForm=Fin",
|
260 |
+
"Case=Acc,Dat|Number=Sing|POS=VERB|Person=1|PrepCase=Npr|PronType=Prs|VerbForm=Inf",
|
261 |
+
"NumType=Card|Number=Sing|POS=DET|PronType=Ind",
|
262 |
+
"Mood=Ind|Number=Plur|POS=VERB|Person=1|Tense=Imp|VerbForm=Fin",
|
263 |
+
"Case=Acc,Dat|Number=Sing|POS=PRON|Person=2|PrepCase=Npr|PronType=Prs",
|
264 |
+
"Case=Acc,Nom|Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Prs",
|
265 |
+
"Number=Sing|POS=DET|PronType=Dem",
|
266 |
+
"Mood=Sub|Number=Sing|POS=AUX|Person=3|Tense=Imp|VerbForm=Fin",
|
267 |
+
"POS=SYM",
|
268 |
+
"Gender=Fem|Number=Sing|POS=PRON|PronType=Neg",
|
269 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=VERB|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Ger",
|
270 |
+
"Degree=Sup|Gender=Fem|Number=Sing|POS=ADJ",
|
271 |
+
"Case=Nom|Number=Sing|POS=PRON|Person=2|PronType=Prs",
|
272 |
+
"Number=Sing|Number[psor]=Sing|POS=DET|Person=2|Poss=Yes|PronType=Prs",
|
273 |
+
"Case=Acc|Gender=Masc|Mood=Imp|Number=Sing|POS=VERB|Person=2,3|PrepCase=Npr|PronType=Prs|VerbForm=Fin",
|
274 |
+
"Mood=Ind|Number=Sing|POS=AUX|Person=1|Tense=Fut|VerbForm=Fin",
|
275 |
+
"Gender=Masc|Number=Sing|Number[psor]=Sing|POS=PRON|Person=1|Poss=Yes|PronType=Ind",
|
276 |
+
"Case=Acc,Nom|Number=Sing|POS=PRON|Person=2|Polite=Form|PronType=Prs",
|
277 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=VERB|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Ger",
|
278 |
+
"Gender=Masc|NumType=Card|Number=Sing|POS=PRON|PronType=Int,Rel",
|
279 |
+
"Gender=Fem|NumType=Card|Number=Plur|POS=PRON|PronType=Ind",
|
280 |
+
"Case=Acc,Dat|Number=Plur|POS=VERB|Person=1|PrepCase=Npr|PronType=Prs|VerbForm=Ger",
|
281 |
+
"Mood=Ind|Number=Plur|POS=VERB|Person=2|Tense=Pres|VerbForm=Fin",
|
282 |
+
"Mood=Cnd|Number=Sing|POS=VERB|Person=2|VerbForm=Fin",
|
283 |
+
"Mood=Ind|Number=Sing|POS=VERB|Person=1|Tense=Fut|VerbForm=Fin",
|
284 |
+
"Mood=Cnd|Number=Plur|POS=AUX|Person=1|VerbForm=Fin",
|
285 |
+
"NumType=Card|Number=Plur|POS=PRON|PronType=Ind",
|
286 |
+
"Gender=Masc|NumType=Card|Number=Sing|POS=DET|PronType=Dem",
|
287 |
+
"Degree=Abs|Gender=Masc|Number=Sing|POS=DET|PronType=Ind",
|
288 |
+
"Gender=Fem|Number=Plur|POS=PRON|Poss=Yes|PronType=Int,Rel",
|
289 |
+
"Mood=Ind|Number=Sing|POS=AUX|Person=1|Tense=Past|VerbForm=Fin",
|
290 |
+
"Case=Acc,Nom|Number=Plur|POS=PRON|Person=2|Polite=Form|PronType=Prs",
|
291 |
+
"Mood=Imp|Number=Sing|POS=AUX|Person=2|VerbForm=Fin",
|
292 |
+
"Case=Acc,Dat|Number=Sing|POS=VERB|Person=2|PrepCase=Npr|PronType=Prs|VerbForm=Inf",
|
293 |
+
"Gender=Fem|Number=Sing|Number[psor]=Sing|POS=PRON|Person=2|Poss=Yes|PronType=Ind",
|
294 |
+
"NumType=Card|Number=Sing|POS=NUM",
|
295 |
+
"Mood=Ind|Number=Sing|POS=VERB|Person=2|Tense=Past|VerbForm=Fin",
|
296 |
+
"Mood=Ind|Number=Sing|POS=AUX|Person=2|Tense=Imp|VerbForm=Fin",
|
297 |
+
"Mood=Ind|Number=Sing|POS=AUX|Person=2|Tense=Pres|VerbForm=Fin",
|
298 |
+
"Case=Com|Number=Sing|POS=PRON|Person=2|PrepCase=Pre|PronType=Prs",
|
299 |
+
"Mood=Ind|Number=Sing|POS=VERB|Person=2|Tense=Imp|VerbForm=Fin",
|
300 |
+
"Case=Acc,Dat|Number=Sing|POS=PRON|Person=2|PrepCase=Npr|PronType=Prs|Reflex=Yes",
|
301 |
+
"Case=Acc|Number=Sing|POS=PRON|Person=2|PrepCase=Pre|PronType=Prs",
|
302 |
+
"Mood=Cnd|Number=Sing|POS=AUX|Person=2|VerbForm=Fin",
|
303 |
+
"Mood=Sub|Number=Sing|POS=AUX|Person=2|Tense=Pres|VerbForm=Fin",
|
304 |
+
"Number=Sing|POS=NOUN|VerbForm=Fin",
|
305 |
+
"Case=Acc,Dat|Mood=Imp|Number=Plur,Sing|POS=VERB|Person=1,2|PrepCase=Npr|PronType=Prs|VerbForm=Fin",
|
306 |
+
"Case=Acc,Dat|Mood=Imp|Number=Sing|POS=VERB|Person=2|PrepCase=Npr|PronType=Prs|Reflex=Yes|VerbForm=Fin",
|
307 |
+
"Mood=Ind|Number=Sing|POS=VERB|Person=2|Tense=Fut|VerbForm=Fin",
|
308 |
+
"Gender=Fem|NumType=Card|Number=Sing|POS=DET|PronType=Int,Rel",
|
309 |
+
"Mood=Sub|Number=Sing|POS=VERB|Person=2|Tense=Pres|VerbForm=Fin",
|
310 |
+
"Mood=Ind|Number=Sing|POS=AUX|Person=2|Tense=Fut|VerbForm=Fin",
|
311 |
+
"Gender=Fem|Number=Plur|POS=PRON|PronType=Tot",
|
312 |
+
"Gender=Masc|NumType=Card|Number=Plur|POS=DET|PronType=Int,Rel",
|
313 |
+
"Case=Dat|Number=Sing|POS=VERB|Person=3|PronType=Prs|VerbForm=Ger",
|
314 |
+
"Number=Sing|POS=VERB|VerbForm=Fin",
|
315 |
+
"POS=VERB|VerbForm=Fin",
|
316 |
+
"Degree=Abs|Gender=Masc|Number=Plur|POS=ADJ",
|
317 |
+
"Degree=Abs|Gender=Fem|Number=Plur|POS=ADJ",
|
318 |
+
"Case=Acc,Dat|POS=AUX|Person=3|PrepCase=Npr|PronType=Prs|Reflex=Yes|VerbForm=Ger",
|
319 |
+
"Gender=Masc|Number=Sing|Number[psor]=Plur|POS=PRON|Person=1|Poss=Yes|PronType=Prs",
|
320 |
+
"AdpType=Prep|Degree=Cmp|POS=ADV",
|
321 |
+
"Mood=Sub|Number=Plur|POS=AUX|Person=1|Tense=Imp|VerbForm=Fin",
|
322 |
+
"Gender=Fem|NumType=Card|Number=Plur|POS=DET|PronType=Dem",
|
323 |
+
"Definite=Ind|Gender=Masc|NumType=Card|Number=Sing|POS=DET|PronType=Art",
|
324 |
+
"Degree=Sup|Gender=Fem|Number=Plur|POS=ADJ",
|
325 |
+
"Number=Plur|POS=PRON|PronType=Dem",
|
326 |
+
"Case=Acc,Dat|Gender=Masc|Number=Plur|POS=PRON|Person=2|PrepCase=Npr|PronType=Prs",
|
327 |
+
"Case=Acc|Gender=Fem|Number=Plur|POS=VERB|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Ger",
|
328 |
+
"Gender=Masc|Number=Sing|POS=AUX|VerbForm=Fin",
|
329 |
+
"Case=Acc,Dat|POS=AUX|Person=3|PrepCase=Npr|PronType=Prs|Reflex=Yes|VerbForm=Inf",
|
330 |
+
"Mood=Ind|Number=Plur|POS=AUX|Person=1|Tense=Past|VerbForm=Fin",
|
331 |
+
"Gender=Masc|NumType=Card|Number=Sing|POS=DET|PronType=Int,Rel",
|
332 |
+
"Gender=Masc|Number=Plur|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
333 |
+
"Case=Acc,Dat|Mood=Imp|Number=Sing|POS=VERB|Person=1,3|PrepCase=Npr|PronType=Prs|VerbForm=Fin",
|
334 |
+
"Gender=Masc|NumType=Card|Number=Plur|POS=PRON|PronType=Int,Rel",
|
335 |
+
"Gender=Masc|Number=Sing|POS=PRON|Person=3|Poss=Yes|PronType=Prs",
|
336 |
+
"Gender=Masc|Number=Sing|Number[psor]=Sing|POS=DET|Person=1|Poss=Yes|PronType=Ind",
|
337 |
+
"Mood=Ind|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin",
|
338 |
+
"Case=Acc,Dat|Number=Plur|POS=PRON|Person=2|PrepCase=Npr|PronType=Prs",
|
339 |
+
"Gender=Masc|NumType=Card|Number=Plur|POS=PRON|PronType=Dem",
|
340 |
+
"Gender=Fem|Number=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
341 |
+
"Mood=Sub|Number=Plur|POS=VERB|Person=2|Tense=Pres|VerbForm=Fin",
|
342 |
+
"Mood=Sub|Number=Plur|POS=AUX|Person=1|Tense=Pres|VerbForm=Fin",
|
343 |
+
"Mood=Ind|Number=Plur|POS=AUX|Person=1|Tense=Fut|VerbForm=Fin",
|
344 |
+
"Number=Sing|POS=PRON|Person=3|Poss=Yes|PronType=Prs",
|
345 |
+
"Case=Acc,Dat|Number=Sing|POS=VERB|Person=2|PrepCase=Npr|PronType=Prs|PunctType=Quot|VerbForm=Inf",
|
346 |
+
"Case=Com|POS=PRON|Person=3|PrepCase=Pre|PronType=Prs|Reflex=Yes",
|
347 |
+
"NumForm=Digit|NumType=Frac|POS=SYM",
|
348 |
+
"Case=Dat|Number=Sing|POS=AUX|Person=3|PronType=Prs|VerbForm=Inf",
|
349 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=AUX|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Inf",
|
350 |
+
"Gender=Fem|NumType=Card|Number=Sing|POS=PRON|PronType=Ind",
|
351 |
+
"Gender=Masc|Mood=Ind|Number=Sing|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin",
|
352 |
+
"Case=Acc,Dat|Gender=Masc|Number=Plur|POS=PRON|Person=1|PrepCase=Npr|PronType=Prs",
|
353 |
+
"Gender=Fem|Number=Sing|Number[psor]=Sing|POS=PRON|Person=1|Poss=Yes|PronType=Ind",
|
354 |
+
"Case=Acc,Dat|Number=Plur|POS=VERB|Person=2|PrepCase=Npr|PronType=Prs|VerbForm=Inf",
|
355 |
+
"Number=Sing|POS=PRON|PronType=Tot",
|
356 |
+
"Mood=Ind|Number=Plur|POS=AUX|Person=2|Tense=Pres|VerbForm=Fin",
|
357 |
+
"Case=Dat|Number=Plur|POS=VERB|Person=3|PronType=Prs|VerbForm=Ger",
|
358 |
+
"NumType=Card|Number=Plur|POS=DET|PronType=Ind",
|
359 |
+
"POS=PRON|PronType=Dem",
|
360 |
+
"POS=AUX|VerbForm=Fin",
|
361 |
+
"Gender=Fem|NumType=Card|Number=Plur|POS=PRON|PronType=Int,Rel",
|
362 |
+
"Gender=Fem|Number=Sing|Number[psor]=Plur|POS=DET|Person=2|Poss=Yes|PronType=Prs",
|
363 |
+
"Gender=Fem|Number=Plur|Number[psor]=Plur|POS=PRON|Person=1|Poss=Yes|PronType=Prs",
|
364 |
+
"Case=Acc|Gender=Fem|Number=Plur|POS=AUX|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Inf",
|
365 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=AUX|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Inf",
|
366 |
+
"AdvType=Tim|Gender=Masc|Number=Sing|POS=NOUN",
|
367 |
+
"Gender=Fem|Number=Sing|Number[psor]=Plur|POS=PRON|Person=1|Poss=Yes|PronType=Prs",
|
368 |
+
"Gender=Fem|NumType=Card|Number=Sing|POS=PRON|PronType=Dem",
|
369 |
+
"Gender=Fem|Number=Sing|Number[psor]=Sing|POS=DET|Person=1|Poss=Yes|PronType=Ind",
|
370 |
+
"Gender=Masc|Number=Sing|Number[psor]=Sing|POS=PRON|Person=2|Poss=Yes|PronType=Ind",
|
371 |
+
"Gender=Fem|Number=Plur|POS=PRON|Person=3|Poss=Yes|PronType=Prs",
|
372 |
+
"Gender=Masc|Number=Plur|POS=DET|PronType=Art",
|
373 |
+
"Gender=Masc|Number=Sing|POS=NOUN|VerbForm=Part",
|
374 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=AUX|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Ger",
|
375 |
+
"Gender=Masc|Number=Sing|POS=DET|Person=3|Poss=Yes|PronType=Ind",
|
376 |
+
"Case=Acc,Dat|Number=Sing|POS=VERB|Person=1|PrepCase=Npr|PronType=Prs|VerbForm=Ger",
|
377 |
+
"Case=Acc|Gender=Masc|Mood=Imp|Number=Plur|POS=VERB|Person=1,3|PrepCase=Npr|PronType=Prs|VerbForm=Fin",
|
378 |
+
"Gender=Fem|Number=Sing|POS=PRON|Person=1|Poss=Yes|PronType=Prs",
|
379 |
+
"Case=Com|Number=Sing|POS=PRON|Person=1|PrepCase=Pre|PronType=Prs",
|
380 |
+
"POS=X",
|
381 |
+
"Case=Com|POS=PRON|Person=3|PronType=Prs|Reflex=Yes",
|
382 |
+
"POS=ADP",
|
383 |
+
"Case=Acc|Gender=Masc|Mood=Imp|Number=Plur,Sing|POS=VERB|Person=1,3|PrepCase=Npr|PronType=Prs|VerbForm=Fin",
|
384 |
+
"Case=Acc,Dat|Number=Sing|POS=AUX|Person=1|PrepCase=Npr|PronType=Prs|VerbForm=Inf",
|
385 |
+
"Case=Acc|Gender=Masc|Mood=Imp|Number=Sing|POS=VERB|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Fin",
|
386 |
+
"Mood=Imp|Number=Plur|POS=VERB|Person=2|VerbForm=Fin",
|
387 |
+
"Gender=Masc|Number=Plur|POS=PRON|Person=2|Poss=Yes|PronType=Ind",
|
388 |
+
"Case=Dat|Mood=Imp|Number=Sing|POS=VERB|Person=3|PronType=Prs|VerbForm=Fin",
|
389 |
+
"Gender=Fem|Number=Sing|POS=PRON|Person=3|Poss=Yes|PronType=Prs",
|
390 |
+
"Case=Acc,Dat|Mood=Imp|Number=Sing|POS=VERB|Person=2,3|PrepCase=Npr|PronType=Prs|VerbForm=Fin",
|
391 |
+
"Gender=Fem|Number=Plur|POS=DET|Person=3|Poss=Yes|PronType=Prs",
|
392 |
+
"Case=Acc,Dat|Number=Plur|POS=VERB|Person=1|PrepCase=Npr|PronType=Prs|Reflex=Yes|VerbForm=Ger",
|
393 |
+
"Gender=Fem|Number=Plur|Number[psor]=Plur|POS=DET|Person=2|Poss=Yes|PronType=Prs",
|
394 |
+
"Number=Plur|Number[psor]=Sing|POS=DET|Person=2|Poss=Yes|PronType=Prs",
|
395 |
+
"POS=NOUN|PunctType=Comm",
|
396 |
+
"Degree=Cmp|POS=ADJ",
|
397 |
+
"Gender=Masc|POS=ADJ",
|
398 |
+
"Degree=Abs|Gender=Masc|NumType=Card|Number=Plur|POS=PRON|PronType=Ind",
|
399 |
+
"POS=PRON|PronType=Neg",
|
400 |
+
"Gender=Fem|Number=Sing|POS=DET|Person=3|Poss=Yes|PronType=Ind",
|
401 |
+
"Number=Sing|POS=DET|PronType=Int,Rel"
|
402 |
+
],
|
403 |
+
"parser":[
|
404 |
+
"ROOT",
|
405 |
+
"acl",
|
406 |
+
"advcl",
|
407 |
+
"advmod",
|
408 |
+
"amod",
|
409 |
+
"appos",
|
410 |
+
"aux",
|
411 |
+
"case",
|
412 |
+
"cc",
|
413 |
+
"ccomp",
|
414 |
+
"compound",
|
415 |
+
"conj",
|
416 |
+
"cop",
|
417 |
+
"csubj",
|
418 |
+
"dep",
|
419 |
+
"det",
|
420 |
+
"expl:pass",
|
421 |
+
"fixed",
|
422 |
+
"flat",
|
423 |
+
"iobj",
|
424 |
+
"mark",
|
425 |
+
"nmod",
|
426 |
+
"nsubj",
|
427 |
+
"nummod",
|
428 |
+
"obj",
|
429 |
+
"obl",
|
430 |
+
"parataxis",
|
431 |
+
"punct",
|
432 |
+
"xcomp"
|
433 |
+
],
|
434 |
+
"attribute_ruler":[
|
435 |
+
|
436 |
+
],
|
437 |
+
"lemmatizer":[
|
438 |
+
|
439 |
+
]
|
440 |
+
},
|
441 |
+
"pipeline":[
|
442 |
+
"transformer",
|
443 |
+
"morphologizer",
|
444 |
+
"parser",
|
445 |
+
"attribute_ruler",
|
446 |
+
"lemmatizer"
|
447 |
+
],
|
448 |
+
"components":[
|
449 |
+
"transformer",
|
450 |
+
"morphologizer",
|
451 |
+
"parser",
|
452 |
+
"attribute_ruler",
|
453 |
+
"lemmatizer"
|
454 |
+
],
|
455 |
+
"disabled":[
|
456 |
+
|
457 |
+
],
|
458 |
+
"performance":{
|
459 |
+
"token_acc":0.9999712591,
|
460 |
+
"tag_acc":0.9816927058,
|
461 |
+
"pos_acc":0.991143487,
|
462 |
+
"morph_acc":0.9877778736,
|
463 |
+
"lemma_acc":0.9887681368,
|
464 |
+
"dep_uas":0.946292786,
|
465 |
+
"dep_las":0.9287114907,
|
466 |
+
"sents_p":0.9567022539,
|
467 |
+
"sents_r":0.9752116082,
|
468 |
+
"sents_f":0.9658682635,
|
469 |
+
"speed":4157.5569923893,
|
470 |
+
"morph_per_feat":{
|
471 |
+
"Definite":{
|
472 |
+
"p":0.9984810127,
|
473 |
+
"r":0.9989868288,
|
474 |
+
"f":0.9987338567
|
475 |
+
},
|
476 |
+
"Gender":{
|
477 |
+
"p":0.9966257329,
|
478 |
+
"r":0.9921255507,
|
479 |
+
"f":0.9943705503
|
480 |
+
},
|
481 |
+
"Number":{
|
482 |
+
"p":0.9985895628,
|
483 |
+
"r":0.9950208802,
|
484 |
+
"f":0.9968020274
|
485 |
+
},
|
486 |
+
"PronType":{
|
487 |
+
"p":0.9979703023,
|
488 |
+
"r":0.9955242967,
|
489 |
+
"f":0.9967457989
|
490 |
+
},
|
491 |
+
"PunctType":{
|
492 |
+
"p":1.0,
|
493 |
+
"r":0.9972899729,
|
494 |
+
"f":0.9986431479
|
495 |
+
},
|
496 |
+
"AdpType":{
|
497 |
+
"p":0.9998830409,
|
498 |
+
"r":0.9965030889,
|
499 |
+
"f":0.9981902037
|
500 |
+
},
|
501 |
+
"VerbForm":{
|
502 |
+
"p":0.9946858393,
|
503 |
+
"r":0.9945303954,
|
504 |
+
"f":0.9946081113
|
505 |
+
},
|
506 |
+
"Mood":{
|
507 |
+
"p":0.9930278884,
|
508 |
+
"r":0.9915464943,
|
509 |
+
"f":0.9922866385
|
510 |
+
},
|
511 |
+
"Person":{
|
512 |
+
"p":0.99581517,
|
513 |
+
"r":0.9939088061,
|
514 |
+
"f":0.9948610748
|
515 |
+
},
|
516 |
+
"Tense":{
|
517 |
+
"p":0.9922639363,
|
518 |
+
"r":0.9940733987,
|
519 |
+
"f":0.9931678433
|
520 |
+
},
|
521 |
+
"NumForm":{
|
522 |
+
"p":0.9819078947,
|
523 |
+
"r":0.9675850891,
|
524 |
+
"f":0.9746938776
|
525 |
+
},
|
526 |
+
"NumType":{
|
527 |
+
"p":0.9803921569,
|
528 |
+
"r":0.9671993272,
|
529 |
+
"f":0.9737510584
|
530 |
+
},
|
531 |
+
"Poss":{
|
532 |
+
"p":1.0,
|
533 |
+
"r":0.9981718464,
|
534 |
+
"f":0.9990850869
|
535 |
+
},
|
536 |
+
"PunctSide":{
|
537 |
+
"p":0.993987976,
|
538 |
+
"r":0.992,
|
539 |
+
"f":0.992992993
|
540 |
+
},
|
541 |
+
"Case":{
|
542 |
+
"p":0.99831508,
|
543 |
+
"r":0.9941275168,
|
544 |
+
"f":0.9962168979
|
545 |
+
},
|
546 |
+
"PrepCase":{
|
547 |
+
"p":0.9989615784,
|
548 |
+
"r":0.9938016529,
|
549 |
+
"f":0.9963749353
|
550 |
+
},
|
551 |
+
"Reflex":{
|
552 |
+
"p":0.9936,
|
553 |
+
"r":0.9967897271,
|
554 |
+
"f":0.9951923077
|
555 |
+
},
|
556 |
+
"Degree":{
|
557 |
+
"p":0.9963898917,
|
558 |
+
"r":0.9822064057,
|
559 |
+
"f":0.9892473118
|
560 |
+
},
|
561 |
+
"Polarity":{
|
562 |
+
"p":1.0,
|
563 |
+
"r":0.9902597403,
|
564 |
+
"f":0.9951060359
|
565 |
+
},
|
566 |
+
"AdvType":{
|
567 |
+
"p":0.9453551913,
|
568 |
+
"r":0.920212766,
|
569 |
+
"f":0.9326145553
|
570 |
+
},
|
571 |
+
"Number[psor]":{
|
572 |
+
"p":1.0,
|
573 |
+
"r":1.0,
|
574 |
+
"f":1.0
|
575 |
+
}
|
576 |
+
},
|
577 |
+
"dep_las_per_type":{
|
578 |
+
"det":{
|
579 |
+
"p":0.9845236405,
|
580 |
+
"r":0.9877492877,
|
581 |
+
"f":0.9861338264
|
582 |
+
},
|
583 |
+
"nsubj":{
|
584 |
+
"p":0.9614537445,
|
585 |
+
"r":0.9579370885,
|
586 |
+
"f":0.9596921949
|
587 |
+
},
|
588 |
+
"case":{
|
589 |
+
"p":0.9737343495,
|
590 |
+
"r":0.9734693878,
|
591 |
+
"f":0.9736018506
|
592 |
+
},
|
593 |
+
"amod":{
|
594 |
+
"p":0.9549581006,
|
595 |
+
"r":0.9522980501,
|
596 |
+
"f":0.9536262204
|
597 |
+
},
|
598 |
+
"nmod":{
|
599 |
+
"p":0.8977091103,
|
600 |
+
"r":0.8922425205,
|
601 |
+
"f":0.8949674678
|
602 |
+
},
|
603 |
+
"mark":{
|
604 |
+
"p":0.9415236052,
|
605 |
+
"r":0.9527687296,
|
606 |
+
"f":0.9471127901
|
607 |
+
},
|
608 |
+
"acl":{
|
609 |
+
"p":0.875,
|
610 |
+
"r":0.8533333333,
|
611 |
+
"f":0.8640308582
|
612 |
+
},
|
613 |
+
"advcl":{
|
614 |
+
"p":0.7246722288,
|
615 |
+
"r":0.7496917386,
|
616 |
+
"f":0.736969697
|
617 |
+
},
|
618 |
+
"nummod":{
|
619 |
+
"p":0.9233576642,
|
620 |
+
"r":0.8924162257,
|
621 |
+
"f":0.9076233184
|
622 |
+
},
|
623 |
+
"obj":{
|
624 |
+
"p":0.9277522936,
|
625 |
+
"r":0.940151075,
|
626 |
+
"f":0.9339105339
|
627 |
+
},
|
628 |
+
"obl":{
|
629 |
+
"p":0.8233777396,
|
630 |
+
"r":0.8265746333,
|
631 |
+
"f":0.8249730893
|
632 |
+
},
|
633 |
+
"advmod":{
|
634 |
+
"p":0.8799332963,
|
635 |
+
"r":0.881403118,
|
636 |
+
"f":0.8806675939
|
637 |
+
},
|
638 |
+
"fixed":{
|
639 |
+
"p":0.896373057,
|
640 |
+
"r":0.8804071247,
|
641 |
+
"f":0.8883183569
|
642 |
+
},
|
643 |
+
"cc":{
|
644 |
+
"p":0.9556010929,
|
645 |
+
"r":0.9588759424,
|
646 |
+
"f":0.9572357167
|
647 |
+
},
|
648 |
+
"conj":{
|
649 |
+
"p":0.8415969092,
|
650 |
+
"r":0.8340778558,
|
651 |
+
"f":0.8378205128
|
652 |
+
},
|
653 |
+
"root":{
|
654 |
+
"p":0.9418742586,
|
655 |
+
"r":0.9600967352,
|
656 |
+
"f":0.9508982036
|
657 |
+
},
|
658 |
+
"flat":{
|
659 |
+
"p":0.9523809524,
|
660 |
+
"r":0.960960961,
|
661 |
+
"f":0.956651719
|
662 |
+
},
|
663 |
+
"xcomp":{
|
664 |
+
"p":0.880195599,
|
665 |
+
"r":0.8845208845,
|
666 |
+
"f":0.8823529412
|
667 |
+
},
|
668 |
+
"compound":{
|
669 |
+
"p":0.9124423963,
|
670 |
+
"r":0.792,
|
671 |
+
"f":0.8479657388
|
672 |
+
},
|
673 |
+
"cop":{
|
674 |
+
"p":0.9244060475,
|
675 |
+
"r":0.9184549356,
|
676 |
+
"f":0.9214208827
|
677 |
+
},
|
678 |
+
"ccomp":{
|
679 |
+
"p":0.8919413919,
|
680 |
+
"r":0.9119850187,
|
681 |
+
"f":0.9018518519
|
682 |
+
},
|
683 |
+
"iobj":{
|
684 |
+
"p":0.8758169935,
|
685 |
+
"r":0.7444444444,
|
686 |
+
"f":0.8048048048
|
687 |
+
},
|
688 |
+
"aux":{
|
689 |
+
"p":0.9686162625,
|
690 |
+
"r":0.9658605974,
|
691 |
+
"f":0.9672364672
|
692 |
+
},
|
693 |
+
"appos":{
|
694 |
+
"p":0.8100929615,
|
695 |
+
"r":0.8507670851,
|
696 |
+
"f":0.8299319728
|
697 |
+
},
|
698 |
+
"csubj":{
|
699 |
+
"p":0.8556701031,
|
700 |
+
"r":0.8736842105,
|
701 |
+
"f":0.8645833333
|
702 |
+
},
|
703 |
+
"expl:pass":{
|
704 |
+
"p":0.7878787879,
|
705 |
+
"r":0.5777777778,
|
706 |
+
"f":0.6666666667
|
707 |
+
},
|
708 |
+
"parataxis":{
|
709 |
+
"p":0.7192982456,
|
710 |
+
"r":0.4823529412,
|
711 |
+
"f":0.5774647887
|
712 |
+
},
|
713 |
+
"orphan":{
|
714 |
+
"p":0.0,
|
715 |
+
"r":0.0,
|
716 |
+
"f":0.0
|
717 |
+
},
|
718 |
+
"dep":{
|
719 |
+
"p":0.0277777778,
|
720 |
+
"r":0.1111111111,
|
721 |
+
"f":0.0444444444
|
722 |
+
},
|
723 |
+
"nsubj:pass":{
|
724 |
+
"p":0.0,
|
725 |
+
"r":0.0,
|
726 |
+
"f":0.0
|
727 |
+
},
|
728 |
+
"aux:pass":{
|
729 |
+
"p":0.0,
|
730 |
+
"r":0.0,
|
731 |
+
"f":0.0
|
732 |
+
}
|
733 |
+
}
|
734 |
+
},
|
735 |
+
"sources":[
|
736 |
+
{
|
737 |
+
"name":"UD Spanish AnCora v2.5",
|
738 |
+
"url":"https://github.com/UniversalDependencies/UD_Spanish-AnCora",
|
739 |
+
"license":"GNU GPL 3.0",
|
740 |
+
"author":"Mart\u00ednez Alonso, H\u00e9ctor; Zeman, Daniel"
|
741 |
+
},
|
742 |
+
{
|
743 |
+
"name":"spaCy lookups data",
|
744 |
+
"author":"Explosion",
|
745 |
+
"url":"https://github.com/explosion/spacy-lookups-data",
|
746 |
+
"license":"MIT"
|
747 |
+
},
|
748 |
+
{
|
749 |
+
"name":"dccuchile/bert-base-spanish-wwm-cased",
|
750 |
+
"author":"Ca\u00f1ete, Jos\u00e9 and Chaperon, Gabriel and Fuentes, Rodrigo and Ho, Jou-Hui and Kang, Hojin and P\u00e9rez, Jorge",
|
751 |
+
"url":"https://huggingface.co/dccuchile/bert-base-spanish-wwm-cased",
|
752 |
+
"license":""
|
753 |
+
}
|
754 |
+
],
|
755 |
+
"requirements":[
|
756 |
+
"spacy-transformers>=1.0.3,<1.1.0"
|
757 |
+
]
|
758 |
+
}
|
morphologizer/cfg
ADDED
@@ -0,0 +1,764 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"labels_morph":{
|
3 |
+
"Definite=Def|Gender=Masc|Number=Sing|POS=DET|PronType=Art":"Definite=Def|Gender=Masc|Number=Sing|PronType=Art",
|
4 |
+
"Gender=Masc|Number=Sing|POS=NOUN":"Gender=Masc|Number=Sing",
|
5 |
+
"AdpType=Preppron|POS=ADP":"AdpType=Preppron",
|
6 |
+
"Gender=Masc|Number=Sing|POS=ADJ":"Gender=Masc|Number=Sing",
|
7 |
+
"AdpType=Prep|POS=ADP":"AdpType=Prep",
|
8 |
+
"Definite=Def|Gender=Fem|Number=Plur|POS=DET|PronType=Art":"Definite=Def|Gender=Fem|Number=Plur|PronType=Art",
|
9 |
+
"POS=PROPN":"",
|
10 |
+
"Case=Acc,Dat|POS=PRON|Person=3|PrepCase=Npr|PronType=Prs|Reflex=Yes":"Case=Acc,Dat|Person=3|PrepCase=Npr|PronType=Prs|Reflex=Yes",
|
11 |
+
"Mood=Ind|Number=Sing|POS=VERB|Person=3|Tense=Past|VerbForm=Fin":"Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
|
12 |
+
"POS=VERB|VerbForm=Inf":"VerbForm=Inf",
|
13 |
+
"Gender=Fem|Number=Sing|POS=DET|PronType=Dem":"Gender=Fem|Number=Sing|PronType=Dem",
|
14 |
+
"Gender=Fem|Number=Sing|POS=NOUN":"Gender=Fem|Number=Sing",
|
15 |
+
"Gender=Fem|Number=Plur|POS=NOUN":"Gender=Fem|Number=Plur",
|
16 |
+
"Gender=Fem|Number=Plur|POS=DET|PronType=Ind":"Gender=Fem|Number=Plur|PronType=Ind",
|
17 |
+
"POS=PRON|PronType=Int,Rel":"PronType=Int,Rel",
|
18 |
+
"Mood=Sub|Number=Plur|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin":"Mood=Sub|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin",
|
19 |
+
"Definite=Def|Gender=Fem|Number=Sing|POS=DET|PronType=Art":"Definite=Def|Gender=Fem|Number=Sing|PronType=Art",
|
20 |
+
"POS=SCONJ":"",
|
21 |
+
"POS=NOUN":"",
|
22 |
+
"Definite=Def|Gender=Masc|Number=Plur|POS=DET|PronType=Art":"Definite=Def|Gender=Masc|Number=Plur|PronType=Art",
|
23 |
+
"Number=Plur|POS=NOUN":"Number=Plur",
|
24 |
+
"Gender=Masc|Number=Plur|POS=DET|PronType=Ind":"Gender=Masc|Number=Plur|PronType=Ind",
|
25 |
+
"Gender=Masc|Number=Plur|POS=NOUN":"Gender=Masc|Number=Plur",
|
26 |
+
"POS=PUNCT|PunctType=Peri":"PunctType=Peri",
|
27 |
+
"Mood=Ind|Number=Sing|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin":"Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
|
28 |
+
"POS=PUNCT|PunctType=Comm":"PunctType=Comm",
|
29 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=VERB|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Inf":"Case=Acc|Gender=Fem|Number=Sing|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Inf",
|
30 |
+
"Mood=Ind|Number=Plur|POS=AUX|Person=3|Tense=Pres|VerbForm=Fin":"Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin",
|
31 |
+
"Gender=Masc|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part":"Gender=Masc|Number=Sing|Tense=Past|VerbForm=Part",
|
32 |
+
"Number=Plur|POS=ADJ":"Number=Plur",
|
33 |
+
"POS=CCONJ":"",
|
34 |
+
"Gender=Masc|Number=Plur|POS=PRON|PronType=Ind":"Gender=Masc|Number=Plur|PronType=Ind",
|
35 |
+
"POS=ADV":"",
|
36 |
+
"Mood=Ind|Number=Plur|POS=VERB|Person=3|Tense=Fut|VerbForm=Fin":"Mood=Ind|Number=Plur|Person=3|Tense=Fut|VerbForm=Fin",
|
37 |
+
"Gender=Masc|NumType=Card|Number=Plur|POS=DET|PronType=Dem":"Gender=Masc|NumType=Card|Number=Plur|PronType=Dem",
|
38 |
+
"Mood=Ind|Number=Sing|POS=AUX|Person=3|Tense=Pres|VerbForm=Fin":"Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
|
39 |
+
"Number=Sing|POS=ADJ":"Number=Sing",
|
40 |
+
"Gender=Masc|Number=Plur|POS=ADJ|VerbForm=Part":"Gender=Masc|Number=Plur|VerbForm=Part",
|
41 |
+
"Gender=Masc|Number=Plur|POS=PRON|PronType=Tot":"Gender=Masc|Number=Plur|PronType=Tot",
|
42 |
+
"POS=PRON|PronType=Ind":"PronType=Ind",
|
43 |
+
"POS=ADV|Polarity=Neg":"Polarity=Neg",
|
44 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=PRON|Person=3|PrepCase=Npr|PronType=Prs":"Case=Acc|Gender=Masc|Number=Sing|Person=3|PrepCase=Npr|PronType=Prs",
|
45 |
+
"Gender=Fem|Number=Sing|POS=ADJ":"Gender=Fem|Number=Sing",
|
46 |
+
"Mood=Ind|Number=Plur|POS=VERB|Person=3|Tense=Past|VerbForm=Fin":"Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
|
47 |
+
"Number=Plur|POS=PRON|PronType=Int,Rel":"Number=Plur|PronType=Int,Rel",
|
48 |
+
"POS=PUNCT|PunctType=Quot":"PunctType=Quot",
|
49 |
+
"POS=PUNCT":"",
|
50 |
+
"Gender=Masc|Number=Sing|POS=ADJ|VerbForm=Part":"Gender=Masc|Number=Sing|VerbForm=Part",
|
51 |
+
"POS=PUNCT|PunctSide=Ini|PunctType=Brck":"PunctSide=Ini|PunctType=Brck",
|
52 |
+
"POS=PUNCT|PunctSide=Fin|PunctType=Brck":"PunctSide=Fin|PunctType=Brck",
|
53 |
+
"NumForm=Digit|NumType=Card|POS=NUM":"NumForm=Digit|NumType=Card",
|
54 |
+
"NumType=Card|POS=NUM":"NumType=Card",
|
55 |
+
"POS=VERB|VerbForm=Ger":"VerbForm=Ger",
|
56 |
+
"Definite=Ind|Gender=Masc|Number=Sing|POS=DET|PronType=Art":"Definite=Ind|Gender=Masc|Number=Sing|PronType=Art",
|
57 |
+
"Gender=Masc|Number=Sing|POS=DET|PronType=Dem":"Gender=Masc|Number=Sing|PronType=Dem",
|
58 |
+
"Gender=Fem|NumType=Ord|Number=Plur|POS=ADJ":"Gender=Fem|NumType=Ord|Number=Plur",
|
59 |
+
"Number=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs":"Number=Sing|Person=3|Poss=Yes|PronType=Prs",
|
60 |
+
"Number=Sing|POS=NOUN":"Number=Sing",
|
61 |
+
"Gender=Masc|Number=Plur|POS=ADJ":"Gender=Masc|Number=Plur",
|
62 |
+
"Mood=Ind|Number=Sing|POS=AUX|Person=3|Tense=Fut|VerbForm=Fin":"Mood=Ind|Number=Sing|Person=3|Tense=Fut|VerbForm=Fin",
|
63 |
+
"Gender=Fem|Number=Sing|POS=ADJ|VerbForm=Part":"Gender=Fem|Number=Sing|VerbForm=Part",
|
64 |
+
"Mood=Ind|Number=Plur|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin":"Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin",
|
65 |
+
"Degree=Cmp|POS=ADV":"Degree=Cmp",
|
66 |
+
"POS=AUX|VerbForm=Inf":"VerbForm=Inf",
|
67 |
+
"Number=Plur|POS=DET|PronType=Ind":"Number=Plur|PronType=Ind",
|
68 |
+
"Number=Plur|POS=DET|PronType=Dem":"Number=Plur|PronType=Dem",
|
69 |
+
"Degree=Cmp|Number=Sing|POS=ADJ":"Degree=Cmp|Number=Sing",
|
70 |
+
"Mood=Ind|Number=Sing|POS=VERB|Person=3|Tense=Fut|VerbForm=Fin":"Mood=Ind|Number=Sing|Person=3|Tense=Fut|VerbForm=Fin",
|
71 |
+
"Case=Acc,Dat|POS=VERB|Person=3|PrepCase=Npr|PronType=Prs|Reflex=Yes|VerbForm=Inf":"Case=Acc,Dat|Person=3|PrepCase=Npr|PronType=Prs|Reflex=Yes|VerbForm=Inf",
|
72 |
+
"Degree=Sup|Gender=Masc|Number=Plur|POS=ADJ":"Degree=Sup|Gender=Masc|Number=Plur",
|
73 |
+
"Definite=Ind|Gender=Fem|Number=Sing|POS=DET|PronType=Art":"Definite=Ind|Gender=Fem|Number=Sing|PronType=Art",
|
74 |
+
"AdvType=Tim|POS=NOUN":"AdvType=Tim",
|
75 |
+
"AdpType=Prep|POS=ADV":"AdpType=Prep",
|
76 |
+
"Gender=Masc|Number=Sing|POS=PRON|PronType=Ind":"Gender=Masc|Number=Sing|PronType=Ind",
|
77 |
+
"NumType=Card|Number=Plur|POS=NUM":"NumType=Card|Number=Plur",
|
78 |
+
"AdpType=Preppron|POS=ADV":"AdpType=Preppron",
|
79 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=VERB|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Inf":"Case=Acc|Gender=Masc|Number=Sing|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Inf",
|
80 |
+
"NumForm=Digit|POS=NOUN":"NumForm=Digit",
|
81 |
+
"Number=Sing|POS=PRON|PronType=Dem":"Number=Sing|PronType=Dem",
|
82 |
+
"AdpType=Preppron|Gender=Masc|Number=Sing|POS=ADJ":"AdpType=Preppron|Gender=Masc|Number=Sing",
|
83 |
+
"Number=Plur|POS=DET|Person=3|Poss=Yes|PronType=Prs":"Number=Plur|Person=3|Poss=Yes|PronType=Prs",
|
84 |
+
"Gender=Fem|Number=Plur|POS=ADJ":"Gender=Fem|Number=Plur",
|
85 |
+
"Gender=Fem|Number=Plur|POS=PRON|PronType=Ind":"Gender=Fem|Number=Plur|PronType=Ind",
|
86 |
+
"Gender=Masc|Number=Plur|POS=DET|PronType=Tot":"Gender=Masc|Number=Plur|PronType=Tot",
|
87 |
+
"Mood=Ind|Number=Sing|POS=VERB|Person=3|Tense=Imp|VerbForm=Fin":"Mood=Ind|Number=Sing|Person=3|Tense=Imp|VerbForm=Fin",
|
88 |
+
"Mood=Ind|Number=Plur|POS=AUX|Person=3|Tense=Past|VerbForm=Fin":"Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
|
89 |
+
"Gender=Masc|Number=Plur|POS=VERB|Tense=Past|VerbForm=Part":"Gender=Masc|Number=Plur|Tense=Past|VerbForm=Part",
|
90 |
+
"Gender=Masc|NumType=Ord|Number=Sing|POS=ADJ":"Gender=Masc|NumType=Ord|Number=Sing",
|
91 |
+
"Gender=Masc|NumType=Ord|Number=Plur|POS=ADJ":"Gender=Masc|NumType=Ord|Number=Plur",
|
92 |
+
"Gender=Masc|Number=Plur|POS=DET|PronType=Dem":"Gender=Masc|Number=Plur|PronType=Dem",
|
93 |
+
"Gender=Masc|Number=Sing|POS=AUX|Tense=Past|VerbForm=Part":"Gender=Masc|Number=Sing|Tense=Past|VerbForm=Part",
|
94 |
+
"Number=Sing|POS=DET|PronType=Tot":"Number=Sing|PronType=Tot",
|
95 |
+
"Gender=Fem|Number=Sing|POS=PRON|PronType=Ind":"Gender=Fem|Number=Sing|PronType=Ind",
|
96 |
+
"Mood=Ind|Number=Sing|POS=AUX|Person=1|Tense=Pres|VerbForm=Fin":"Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin",
|
97 |
+
"Mood=Ind|Number=Sing|POS=VERB|Person=1|Tense=Pres|VerbForm=Fin":"Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin",
|
98 |
+
"Degree=Cmp|Number=Plur|POS=ADJ":"Degree=Cmp|Number=Plur",
|
99 |
+
"POS=AUX|VerbForm=Ger":"VerbForm=Ger",
|
100 |
+
"Gender=Fem|POS=NOUN":"Gender=Fem",
|
101 |
+
"Gender=Fem|NumType=Ord|Number=Sing|POS=ADJ":"Gender=Fem|NumType=Ord|Number=Sing",
|
102 |
+
"AdvType=Tim|POS=ADJ":"AdvType=Tim",
|
103 |
+
"Mood=Ind|Number=Sing|POS=AUX|Person=3|Tense=Past|VerbForm=Fin":"Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
|
104 |
+
"Gender=Fem|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part":"Gender=Fem|Number=Sing|Tense=Past|VerbForm=Part",
|
105 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=PRON|Person=3|PrepCase=Npr|PronType=Prs":"Case=Acc|Gender=Fem|Number=Sing|Person=3|PrepCase=Npr|PronType=Prs",
|
106 |
+
"Mood=Ind|Number=Sing|POS=VERB|Person=1|Tense=Imp|VerbForm=Fin":"Mood=Ind|Number=Sing|Person=1|Tense=Imp|VerbForm=Fin",
|
107 |
+
"Gender=Fem|Number=Plur|POS=ADJ|VerbForm=Part":"Gender=Fem|Number=Plur|VerbForm=Part",
|
108 |
+
"Gender=Fem|Number=Plur|POS=DET|PronType=Dem":"Gender=Fem|Number=Plur|PronType=Dem",
|
109 |
+
"Gender=Masc|Number=Sing|POS=PRON|Poss=Yes|PronType=Int,Rel":"Gender=Masc|Number=Sing|Poss=Yes|PronType=Int,Rel",
|
110 |
+
"Number=Sing|POS=PRON|PronType=Int,Rel":"Number=Sing|PronType=Int,Rel",
|
111 |
+
"POS=ADJ":"",
|
112 |
+
"Mood=Ind|Number=Sing|POS=AUX|Person=1|Tense=Imp|VerbForm=Fin":"Mood=Ind|Number=Sing|Person=1|Tense=Imp|VerbForm=Fin",
|
113 |
+
"Mood=Ind|Number=Plur|POS=VERB|Person=3|Tense=Imp|VerbForm=Fin":"Mood=Ind|Number=Plur|Person=3|Tense=Imp|VerbForm=Fin",
|
114 |
+
"Mood=Ind|Number=Plur|POS=AUX|Person=3|Tense=Imp|VerbForm=Fin":"Mood=Ind|Number=Plur|Person=3|Tense=Imp|VerbForm=Fin",
|
115 |
+
"Mood=Sub|Number=Sing|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin":"Mood=Sub|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
|
116 |
+
"Gender=Fem|Number=Plur|POS=DET|PronType=Tot":"Gender=Fem|Number=Plur|PronType=Tot",
|
117 |
+
"Case=Acc,Nom|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Prs":"Case=Acc,Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
|
118 |
+
"Mood=Sub|Number=Sing|POS=VERB|Person=1|Tense=Pres|VerbForm=Fin":"Mood=Sub|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin",
|
119 |
+
"Definite=Ind|Gender=Fem|Number=Plur|POS=DET|PronType=Art":"Definite=Ind|Gender=Fem|Number=Plur|PronType=Art",
|
120 |
+
"Case=Acc,Nom|Gender=Fem|Number=Plur|POS=PRON|Person=3|PronType=Prs":"Case=Acc,Nom|Gender=Fem|Number=Plur|Person=3|PronType=Prs",
|
121 |
+
"Mood=Ind|Number=Plur|POS=VERB|Person=1|Tense=Pres|VerbForm=Fin":"Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin",
|
122 |
+
"Case=Acc|Definite=Def|Gender=Masc|Number=Sing|POS=PRON|Person=3|PrepCase=Npr|PronType=Prs":"Case=Acc|Definite=Def|Gender=Masc|Number=Sing|Person=3|PrepCase=Npr|PronType=Prs",
|
123 |
+
"Gender=Fem|Number=Sing|POS=PRON|PronType=Dem":"Gender=Fem|Number=Sing|PronType=Dem",
|
124 |
+
"Mood=Cnd|Number=Sing|POS=VERB|Person=1|VerbForm=Fin":"Mood=Cnd|Number=Sing|Person=1|VerbForm=Fin",
|
125 |
+
"Gender=Masc|Number=Sing|POS=DET|PronType=Tot":"Gender=Masc|Number=Sing|PronType=Tot",
|
126 |
+
"Number=Plur|POS=PRON|PronType=Ind":"Number=Plur|PronType=Ind",
|
127 |
+
"Gender=Masc|Number=Sing|POS=DET|PronType=Ind":"Gender=Masc|Number=Sing|PronType=Ind",
|
128 |
+
"Case=Dat|Number=Sing|POS=PRON|Person=3|PronType=Prs":"Case=Dat|Number=Sing|Person=3|PronType=Prs",
|
129 |
+
"POS=PART":"",
|
130 |
+
"Gender=Fem|Number=Sing|POS=DET|PronType=Ind":"Gender=Fem|Number=Sing|PronType=Ind",
|
131 |
+
"Number=Sing|POS=DET|PronType=Ind":"Number=Sing|PronType=Ind",
|
132 |
+
"Gender=Masc|NumType=Card|Number=Plur|POS=DET|PronType=Ind":"Gender=Masc|NumType=Card|Number=Plur|PronType=Ind",
|
133 |
+
"Mood=Cnd|Number=Plur|POS=AUX|Person=3|VerbForm=Fin":"Mood=Cnd|Number=Plur|Person=3|VerbForm=Fin",
|
134 |
+
"NumForm=Digit|POS=SYM":"NumForm=Digit",
|
135 |
+
"Mood=Imp|Number=Sing|POS=VERB|Person=2|VerbForm=Fin":"Mood=Imp|Number=Sing|Person=2|VerbForm=Fin",
|
136 |
+
"Case=Dat|Number=Sing|POS=VERB|Person=3|PronType=Prs|VerbForm=Inf":"Case=Dat|Number=Sing|Person=3|PronType=Prs|VerbForm=Inf",
|
137 |
+
"Gender=Fem|Number=Plur|POS=PRON|PronType=Dem":"Gender=Fem|Number=Plur|PronType=Dem",
|
138 |
+
"Mood=Cnd|Number=Sing|POS=AUX|Person=1|VerbForm=Fin":"Mood=Cnd|Number=Sing|Person=1|VerbForm=Fin",
|
139 |
+
"NumForm=Digit|NumType=Frac|POS=NUM":"NumForm=Digit|NumType=Frac",
|
140 |
+
"Gender=Fem|Number=Sing|POS=PRON|Poss=Yes|PronType=Int,Rel":"Gender=Fem|Number=Sing|Poss=Yes|PronType=Int,Rel",
|
141 |
+
"Mood=Sub|Number=Sing|POS=AUX|Person=1|Tense=Pres|VerbForm=Fin":"Mood=Sub|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin",
|
142 |
+
"Mood=Sub|Number=Sing|POS=VERB|Person=1|Tense=Imp|VerbForm=Fin":"Mood=Sub|Number=Sing|Person=1|Tense=Imp|VerbForm=Fin",
|
143 |
+
"Gender=Fem|Number=Sing|Number[psor]=Plur|POS=DET|Person=1|Poss=Yes|PronType=Prs":"Gender=Fem|Number=Sing|Number[psor]=Plur|Person=1|Poss=Yes|PronType=Prs",
|
144 |
+
"Case=Acc,Dat|Number=Plur|POS=PRON|Person=1|PrepCase=Npr|PronType=Prs":"Case=Acc,Dat|Number=Plur|Person=1|PrepCase=Npr|PronType=Prs",
|
145 |
+
"Definite=Ind|Gender=Masc|Number=Plur|POS=DET|PronType=Art":"Definite=Ind|Gender=Masc|Number=Plur|PronType=Art",
|
146 |
+
"POS=PUNCT|PunctType=Colo":"PunctType=Colo",
|
147 |
+
"Mood=Sub|Number=Plur|POS=AUX|Person=3|Tense=Pres|VerbForm=Fin":"Mood=Sub|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin",
|
148 |
+
"Mood=Imp|Number=Plur|POS=VERB|Person=3|VerbForm=Fin":"Mood=Imp|Number=Plur|Person=3|VerbForm=Fin",
|
149 |
+
"Gender=Fem|Number=Sing|POS=DET|PronType=Neg":"Gender=Fem|Number=Sing|PronType=Neg",
|
150 |
+
"Gender=Masc|Number=Sing|POS=PRON|PronType=Dem":"Gender=Masc|Number=Sing|PronType=Dem",
|
151 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=PRON|Person=3|PrepCase=Npr|PronType=Prs":"Case=Acc|Gender=Masc|Number=Plur|Person=3|PrepCase=Npr|PronType=Prs",
|
152 |
+
"Case=Acc|Gender=Fem|Number=Plur|POS=PRON|Person=3|PrepCase=Npr|PronType=Prs":"Case=Acc|Gender=Fem|Number=Plur|Person=3|PrepCase=Npr|PronType=Prs",
|
153 |
+
"Gender=Fem|Number=Plur|POS=VERB|Tense=Past|VerbForm=Part":"Gender=Fem|Number=Plur|Tense=Past|VerbForm=Part",
|
154 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=AUX|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Inf":"Case=Acc|Gender=Fem|Number=Sing|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Inf",
|
155 |
+
"Number=Sing|POS=PRON|PronType=Neg":"Number=Sing|PronType=Neg",
|
156 |
+
"POS=PUNCT|PunctType=Semi":"PunctType=Semi",
|
157 |
+
"Case=Dat|Number=Plur|POS=PRON|Person=3|PronType=Prs":"Case=Dat|Number=Plur|Person=3|PronType=Prs",
|
158 |
+
"Number=Sing|POS=PRON|PronType=Ind":"Number=Sing|PronType=Ind",
|
159 |
+
"Mood=Sub|Number=Plur|POS=VERB|Person=3|Tense=Imp|VerbForm=Fin":"Mood=Sub|Number=Plur|Person=3|Tense=Imp|VerbForm=Fin",
|
160 |
+
"Case=Acc,Nom|Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Prs":"Case=Acc,Nom|Gender=Masc|Number=Plur|Person=3|PronType=Prs",
|
161 |
+
"POS=INTJ":"",
|
162 |
+
"Gender=Masc|NumType=Card|Number=Sing|POS=PRON|PronType=Dem":"Gender=Masc|NumType=Card|Number=Sing|PronType=Dem",
|
163 |
+
"Mood=Ind|Number=Plur|POS=AUX|Person=3|Tense=Fut|VerbForm=Fin":"Mood=Ind|Number=Plur|Person=3|Tense=Fut|VerbForm=Fin",
|
164 |
+
"Degree=Sup|Gender=Masc|Number=Sing|POS=ADJ":"Degree=Sup|Gender=Masc|Number=Sing",
|
165 |
+
"Mood=Ind|Number=Plur|POS=AUX|Person=1|Tense=Pres|VerbForm=Fin":"Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin",
|
166 |
+
"AdpType=Prep|POS=ADJ":"AdpType=Prep",
|
167 |
+
"Number=Plur|POS=PRON|Person=3|Poss=Yes|PronType=Prs":"Number=Plur|Person=3|Poss=Yes|PronType=Prs",
|
168 |
+
"POS=PUNCT|PunctType=Dash":"PunctType=Dash",
|
169 |
+
"Mood=Cnd|Number=Plur|POS=VERB|Person=1|VerbForm=Fin":"Mood=Cnd|Number=Plur|Person=1|VerbForm=Fin",
|
170 |
+
"Gender=Masc|Number=Sing|POS=DET|PronType=Neg":"Gender=Masc|Number=Sing|PronType=Neg",
|
171 |
+
"Gender=Fem|NumType=Card|Number=Plur|POS=NUM":"Gender=Fem|NumType=Card|Number=Plur",
|
172 |
+
"Case=Acc|Gender=Fem|Number=Plur|POS=VERB|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Inf":"Case=Acc|Gender=Fem|Number=Plur|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Inf",
|
173 |
+
"Gender=Masc|Number=Sing|POS=PRON|PronType=Tot":"Gender=Masc|Number=Sing|PronType=Tot",
|
174 |
+
"Gender=Masc|NumType=Card|Number=Plur|POS=NUM":"Gender=Masc|NumType=Card|Number=Plur",
|
175 |
+
"Gender=Masc|POS=NOUN":"Gender=Masc",
|
176 |
+
"Case=Acc,Dat|Number=Sing|POS=PRON|Person=1|PrepCase=Npr|PronType=Prs":"Case=Acc,Dat|Number=Sing|Person=1|PrepCase=Npr|PronType=Prs",
|
177 |
+
"Gender=Fem|NumType=Card|Number=Sing|POS=DET|PronType=Ind":"Gender=Fem|NumType=Card|Number=Sing|PronType=Ind",
|
178 |
+
"Gender=Fem|NumType=Card|Number=Plur|POS=DET|PronType=Ind":"Gender=Fem|NumType=Card|Number=Plur|PronType=Ind",
|
179 |
+
"Case=Acc,Dat|POS=VERB|Person=3|PrepCase=Npr|PronType=Prs|Reflex=Yes|VerbForm=Ger":"Case=Acc,Dat|Person=3|PrepCase=Npr|PronType=Prs|Reflex=Yes|VerbForm=Ger",
|
180 |
+
"Mood=Ind|Number=Sing|POS=AUX|Person=3|Tense=Imp|VerbForm=Fin":"Mood=Ind|Number=Sing|Person=3|Tense=Imp|VerbForm=Fin",
|
181 |
+
"POS=NOUN|VerbForm=Inf":"VerbForm=Inf",
|
182 |
+
"Mood=Ind|Number=Plur|POS=AUX|Person=1|Tense=Imp|VerbForm=Fin":"Mood=Ind|Number=Plur|Person=1|Tense=Imp|VerbForm=Fin",
|
183 |
+
"Mood=Sub|Number=Sing|POS=VERB|Person=3|Tense=Imp|VerbForm=Fin":"Mood=Sub|Number=Sing|Person=3|Tense=Imp|VerbForm=Fin",
|
184 |
+
"Gender=Masc|Number=Sing|Number[psor]=Plur|POS=DET|Person=1|Poss=Yes|PronType=Prs":"Gender=Masc|Number=Sing|Number[psor]=Plur|Person=1|Poss=Yes|PronType=Prs",
|
185 |
+
"Gender=Masc|NumType=Card|Number=Sing|POS=NUM":"Gender=Masc|NumType=Card|Number=Sing",
|
186 |
+
"Mood=Sub|Number=Sing|POS=AUX|Person=1|Tense=Imp|VerbForm=Fin":"Mood=Sub|Number=Sing|Person=1|Tense=Imp|VerbForm=Fin",
|
187 |
+
"Gender=Masc|Number=Plur|POS=PRON|Poss=Yes|PronType=Int,Rel":"Gender=Masc|Number=Plur|Poss=Yes|PronType=Int,Rel",
|
188 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=VERB|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Inf":"Case=Acc|Gender=Masc|Number=Plur|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Inf",
|
189 |
+
"Gender=Fem|NumType=Card|Number=Sing|POS=DET|PronType=Dem":"Gender=Fem|NumType=Card|Number=Sing|PronType=Dem",
|
190 |
+
"Mood=Imp|Number=Sing|POS=VERB|Person=3|VerbForm=Fin":"Mood=Imp|Number=Sing|Person=3|VerbForm=Fin",
|
191 |
+
"Mood=Sub|Number=Plur|POS=VERB|Person=1|Tense=Pres|VerbForm=Fin":"Mood=Sub|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin",
|
192 |
+
"Mood=Ind|Number=Plur|POS=VERB|Person=1|Tense=Fut|VerbForm=Fin":"Mood=Ind|Number=Plur|Person=1|Tense=Fut|VerbForm=Fin",
|
193 |
+
"Gender=Masc|Number=Sing|POS=PRON|PronType=Neg":"Gender=Masc|Number=Sing|PronType=Neg",
|
194 |
+
"Case=Acc,Dat|Number=Plur|POS=VERB|Person=1|PrepCase=Npr|PronType=Prs|VerbForm=Inf":"Case=Acc,Dat|Number=Plur|Person=1|PrepCase=Npr|PronType=Prs|VerbForm=Inf",
|
195 |
+
"Case=Nom|Number=Sing|POS=PRON|Person=1|PronType=Prs":"Case=Nom|Number=Sing|Person=1|PronType=Prs",
|
196 |
+
"Mood=Ind|Number=Sing|POS=VERB|Person=1|Tense=Past|VerbForm=Fin":"Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin",
|
197 |
+
"Mood=Ind|Number=Plur|POS=VERB|Person=1|Tense=Past|VerbForm=Fin":"Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin",
|
198 |
+
"Degree=Abs|Gender=Masc|Number=Sing|POS=ADJ":"Degree=Abs|Gender=Masc|Number=Sing",
|
199 |
+
"Number=Sing|Number[psor]=Sing|POS=DET|Person=1|Poss=Yes|PronType=Prs":"Number=Sing|Number[psor]=Sing|Person=1|Poss=Yes|PronType=Prs",
|
200 |
+
"Case=Acc,Nom|Gender=Masc|Number=Plur|POS=PRON|Person=1|PronType=Prs":"Case=Acc,Nom|Gender=Masc|Number=Plur|Person=1|PronType=Prs",
|
201 |
+
"Mood=Imp|Number=Sing|POS=AUX|Person=3|VerbForm=Fin":"Mood=Imp|Number=Sing|Person=3|VerbForm=Fin",
|
202 |
+
"Mood=Sub|Number=Sing|POS=AUX|Person=3|Tense=Pres|VerbForm=Fin":"Mood=Sub|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
|
203 |
+
"Gender=Masc|Number=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs":"Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
|
204 |
+
"Gender=Fem|Number=Sing|POS=DET|PronType=Tot":"Gender=Fem|Number=Sing|PronType=Tot",
|
205 |
+
"POS=DET|PronType=Ind":"PronType=Ind",
|
206 |
+
"POS=DET|PronType=Int,Rel":"PronType=Int,Rel",
|
207 |
+
"AdvType=Tim|POS=ADV":"AdvType=Tim",
|
208 |
+
"Mood=Cnd|Number=Sing|POS=AUX|Person=3|VerbForm=Fin":"Mood=Cnd|Number=Sing|Person=3|VerbForm=Fin",
|
209 |
+
"POS=PUNCT|PunctSide=Ini|PunctType=Qest":"PunctSide=Ini|PunctType=Qest",
|
210 |
+
"POS=PUNCT|PunctSide=Fin|PunctType=Qest":"PunctSide=Fin|PunctType=Qest",
|
211 |
+
"Number=Plur|Number[psor]=Sing|POS=DET|Person=1|Poss=Yes|PronType=Prs":"Number=Plur|Number[psor]=Sing|Person=1|Poss=Yes|PronType=Prs",
|
212 |
+
"Gender=Masc|NumType=Card|Number=Sing|POS=DET|PronType=Ind":"Gender=Masc|NumType=Card|Number=Sing|PronType=Ind",
|
213 |
+
"Mood=Cnd|Number=Plur|POS=VERB|Person=3|VerbForm=Fin":"Mood=Cnd|Number=Plur|Person=3|VerbForm=Fin",
|
214 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=VERB|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Ger":"Case=Acc|Gender=Fem|Number=Sing|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Ger",
|
215 |
+
"Degree=Abs|Gender=Fem|Number=Sing|POS=ADJ":"Degree=Abs|Gender=Fem|Number=Sing",
|
216 |
+
"Case=Acc,Dat|Number=Plur|POS=PRON|Person=1|PrepCase=Npr|PronType=Prs|Reflex=Yes":"Case=Acc,Dat|Number=Plur|Person=1|PrepCase=Npr|PronType=Prs|Reflex=Yes",
|
217 |
+
"Mood=Sub|Number=Plur|POS=VERB|Person=1|Tense=Imp|VerbForm=Fin":"Mood=Sub|Number=Plur|Person=1|Tense=Imp|VerbForm=Fin",
|
218 |
+
"Case=Acc,Dat|Number=Sing|POS=PRON|Person=1|PrepCase=Npr|PronType=Prs|Reflex=Yes":"Case=Acc,Dat|Number=Sing|Person=1|PrepCase=Npr|PronType=Prs|Reflex=Yes",
|
219 |
+
"POS=PUNCT|PunctSide=Ini|PunctType=Excl":"PunctSide=Ini|PunctType=Excl",
|
220 |
+
"POS=PUNCT|PunctSide=Fin|PunctType=Excl":"PunctSide=Fin|PunctType=Excl",
|
221 |
+
"Mood=Cnd|Number=Sing|POS=VERB|Person=3|VerbForm=Fin":"Mood=Cnd|Number=Sing|Person=3|VerbForm=Fin",
|
222 |
+
"Case=Acc,Dat|Mood=Imp|Number=Sing|POS=VERB|Person=3|PrepCase=Npr|PronType=Prs|Reflex=Yes|VerbForm=Fin":"Case=Acc,Dat|Mood=Imp|Number=Sing|Person=3|PrepCase=Npr|PronType=Prs|Reflex=Yes|VerbForm=Fin",
|
223 |
+
"Gender=Fem|Number=Sing|POS=PRON|PronType=Tot":"Gender=Fem|Number=Sing|PronType=Tot",
|
224 |
+
"Gender=Masc|Number=Plur|Number[psor]=Plur|POS=DET|Person=1|Poss=Yes|PronType=Prs":"Gender=Masc|Number=Plur|Number[psor]=Plur|Person=1|Poss=Yes|PronType=Prs",
|
225 |
+
"Mood=Imp|Number=Plur|POS=VERB|Person=1|VerbForm=Fin":"Mood=Imp|Number=Plur|Person=1|VerbForm=Fin",
|
226 |
+
"Gender=Masc|NumType=Card|Number=Plur|POS=PRON|PronType=Ind":"Gender=Masc|NumType=Card|Number=Plur|PronType=Ind",
|
227 |
+
"Gender=Masc|NumType=Card|Number=Sing|POS=PRON|PronType=Ind":"Gender=Masc|NumType=Card|Number=Sing|PronType=Ind",
|
228 |
+
"Gender=Masc|Number=Plur|POS=PRON|PronType=Dem":"Gender=Masc|Number=Plur|PronType=Dem",
|
229 |
+
"Case=Dat|Number=Plur|POS=VERB|Person=3|PronType=Prs|VerbForm=Inf":"Case=Dat|Number=Plur|Person=3|PronType=Prs|VerbForm=Inf",
|
230 |
+
"Degree=Abs|Gender=Masc|NumType=Card|Number=Plur|POS=DET|PronType=Ind":"Degree=Abs|Gender=Masc|NumType=Card|Number=Plur|PronType=Ind",
|
231 |
+
"Case=Acc|Number=Sing|POS=PRON|Person=1|PrepCase=Pre|PronType=Prs":"Case=Acc|Number=Sing|Person=1|PrepCase=Pre|PronType=Prs",
|
232 |
+
"Case=Acc,Dat|Mood=Imp|Number=Plur|POS=VERB|Person=3|PrepCase=Npr|PronType=Prs|Reflex=Yes|VerbForm=Fin":"Case=Acc,Dat|Mood=Imp|Number=Plur|Person=3|PrepCase=Npr|PronType=Prs|Reflex=Yes|VerbForm=Fin",
|
233 |
+
"Definite=Ind|Gender=Fem|NumType=Card|Number=Sing|POS=DET|PronType=Art":"Definite=Ind|Gender=Fem|NumType=Card|Number=Sing|PronType=Art",
|
234 |
+
"Gender=Fem|NumType=Card|Number=Sing|POS=NUM":"Gender=Fem|NumType=Card|Number=Sing",
|
235 |
+
"Mood=Sub|Number=Plur|POS=AUX|Person=3|Tense=Imp|VerbForm=Fin":"Mood=Sub|Number=Plur|Person=3|Tense=Imp|VerbForm=Fin",
|
236 |
+
"Gender=Fem|Number=Plur|Number[psor]=Plur|POS=DET|Person=1|Poss=Yes|PronType=Prs":"Gender=Fem|Number=Plur|Number[psor]=Plur|Person=1|Poss=Yes|PronType=Prs",
|
237 |
+
"POS=SCONJ|PronType=Int,Rel":"PronType=Int,Rel",
|
238 |
+
"Case=Acc|POS=PRON|Person=3|PrepCase=Pre|PronType=Prs|Reflex=Yes":"Case=Acc|Person=3|PrepCase=Pre|PronType=Prs|Reflex=Yes",
|
239 |
+
"Mood=Ind|Number=Sing|POS=VERB|Person=2|Tense=Pres|VerbForm=Fin":"Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin",
|
240 |
+
"Case=Acc,Dat|Number=Sing|POS=VERB|Person=1|PrepCase=Npr|PronType=Prs|VerbForm=Inf":"Case=Acc,Dat|Number=Sing|Person=1|PrepCase=Npr|PronType=Prs|VerbForm=Inf",
|
241 |
+
"NumType=Card|Number=Sing|POS=DET|PronType=Ind":"NumType=Card|Number=Sing|PronType=Ind",
|
242 |
+
"Mood=Ind|Number=Plur|POS=VERB|Person=1|Tense=Imp|VerbForm=Fin":"Mood=Ind|Number=Plur|Person=1|Tense=Imp|VerbForm=Fin",
|
243 |
+
"Case=Acc,Dat|Number=Sing|POS=PRON|Person=2|PrepCase=Npr|PronType=Prs":"Case=Acc,Dat|Number=Sing|Person=2|PrepCase=Npr|PronType=Prs",
|
244 |
+
"Case=Acc,Nom|Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Prs":"Case=Acc,Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
|
245 |
+
"Number=Sing|POS=DET|PronType=Dem":"Number=Sing|PronType=Dem",
|
246 |
+
"Mood=Sub|Number=Sing|POS=AUX|Person=3|Tense=Imp|VerbForm=Fin":"Mood=Sub|Number=Sing|Person=3|Tense=Imp|VerbForm=Fin",
|
247 |
+
"POS=SYM":"",
|
248 |
+
"Gender=Fem|Number=Sing|POS=PRON|PronType=Neg":"Gender=Fem|Number=Sing|PronType=Neg",
|
249 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=VERB|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Ger":"Case=Acc|Gender=Masc|Number=Sing|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Ger",
|
250 |
+
"Degree=Sup|Gender=Fem|Number=Sing|POS=ADJ":"Degree=Sup|Gender=Fem|Number=Sing",
|
251 |
+
"Case=Nom|Number=Sing|POS=PRON|Person=2|PronType=Prs":"Case=Nom|Number=Sing|Person=2|PronType=Prs",
|
252 |
+
"Number=Sing|Number[psor]=Sing|POS=DET|Person=2|Poss=Yes|PronType=Prs":"Number=Sing|Number[psor]=Sing|Person=2|Poss=Yes|PronType=Prs",
|
253 |
+
"Case=Acc|Gender=Masc|Mood=Imp|Number=Sing|POS=VERB|Person=2,3|PrepCase=Npr|PronType=Prs|VerbForm=Fin":"Case=Acc|Gender=Masc|Mood=Imp|Number=Sing|Person=2,3|PrepCase=Npr|PronType=Prs|VerbForm=Fin",
|
254 |
+
"Mood=Ind|Number=Sing|POS=AUX|Person=1|Tense=Fut|VerbForm=Fin":"Mood=Ind|Number=Sing|Person=1|Tense=Fut|VerbForm=Fin",
|
255 |
+
"Gender=Masc|Number=Sing|Number[psor]=Sing|POS=PRON|Person=1|Poss=Yes|PronType=Ind":"Gender=Masc|Number=Sing|Number[psor]=Sing|Person=1|Poss=Yes|PronType=Ind",
|
256 |
+
"Case=Acc,Nom|Number=Sing|POS=PRON|Person=2|Polite=Form|PronType=Prs":"Case=Acc,Nom|Number=Sing|Person=2|Polite=Form|PronType=Prs",
|
257 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=VERB|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Ger":"Case=Acc|Gender=Masc|Number=Plur|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Ger",
|
258 |
+
"Gender=Masc|NumType=Card|Number=Sing|POS=PRON|PronType=Int,Rel":"Gender=Masc|NumType=Card|Number=Sing|PronType=Int,Rel",
|
259 |
+
"Gender=Fem|NumType=Card|Number=Plur|POS=PRON|PronType=Ind":"Gender=Fem|NumType=Card|Number=Plur|PronType=Ind",
|
260 |
+
"Case=Acc,Dat|Number=Plur|POS=VERB|Person=1|PrepCase=Npr|PronType=Prs|VerbForm=Ger":"Case=Acc,Dat|Number=Plur|Person=1|PrepCase=Npr|PronType=Prs|VerbForm=Ger",
|
261 |
+
"Mood=Ind|Number=Plur|POS=VERB|Person=2|Tense=Pres|VerbForm=Fin":"Mood=Ind|Number=Plur|Person=2|Tense=Pres|VerbForm=Fin",
|
262 |
+
"Mood=Cnd|Number=Sing|POS=VERB|Person=2|VerbForm=Fin":"Mood=Cnd|Number=Sing|Person=2|VerbForm=Fin",
|
263 |
+
"Mood=Ind|Number=Sing|POS=VERB|Person=1|Tense=Fut|VerbForm=Fin":"Mood=Ind|Number=Sing|Person=1|Tense=Fut|VerbForm=Fin",
|
264 |
+
"Mood=Cnd|Number=Plur|POS=AUX|Person=1|VerbForm=Fin":"Mood=Cnd|Number=Plur|Person=1|VerbForm=Fin",
|
265 |
+
"NumType=Card|Number=Plur|POS=PRON|PronType=Ind":"NumType=Card|Number=Plur|PronType=Ind",
|
266 |
+
"Gender=Masc|NumType=Card|Number=Sing|POS=DET|PronType=Dem":"Gender=Masc|NumType=Card|Number=Sing|PronType=Dem",
|
267 |
+
"Degree=Abs|Gender=Masc|Number=Sing|POS=DET|PronType=Ind":"Degree=Abs|Gender=Masc|Number=Sing|PronType=Ind",
|
268 |
+
"Gender=Fem|Number=Plur|POS=PRON|Poss=Yes|PronType=Int,Rel":"Gender=Fem|Number=Plur|Poss=Yes|PronType=Int,Rel",
|
269 |
+
"Mood=Ind|Number=Sing|POS=AUX|Person=1|Tense=Past|VerbForm=Fin":"Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin",
|
270 |
+
"Case=Acc,Nom|Number=Plur|POS=PRON|Person=2|Polite=Form|PronType=Prs":"Case=Acc,Nom|Number=Plur|Person=2|Polite=Form|PronType=Prs",
|
271 |
+
"Mood=Imp|Number=Sing|POS=AUX|Person=2|VerbForm=Fin":"Mood=Imp|Number=Sing|Person=2|VerbForm=Fin",
|
272 |
+
"Case=Acc,Dat|Number=Sing|POS=VERB|Person=2|PrepCase=Npr|PronType=Prs|VerbForm=Inf":"Case=Acc,Dat|Number=Sing|Person=2|PrepCase=Npr|PronType=Prs|VerbForm=Inf",
|
273 |
+
"Gender=Fem|Number=Sing|Number[psor]=Sing|POS=PRON|Person=2|Poss=Yes|PronType=Ind":"Gender=Fem|Number=Sing|Number[psor]=Sing|Person=2|Poss=Yes|PronType=Ind",
|
274 |
+
"NumType=Card|Number=Sing|POS=NUM":"NumType=Card|Number=Sing",
|
275 |
+
"Mood=Ind|Number=Sing|POS=VERB|Person=2|Tense=Past|VerbForm=Fin":"Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin",
|
276 |
+
"Mood=Ind|Number=Sing|POS=AUX|Person=2|Tense=Imp|VerbForm=Fin":"Mood=Ind|Number=Sing|Person=2|Tense=Imp|VerbForm=Fin",
|
277 |
+
"Mood=Ind|Number=Sing|POS=AUX|Person=2|Tense=Pres|VerbForm=Fin":"Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin",
|
278 |
+
"Case=Com|Number=Sing|POS=PRON|Person=2|PrepCase=Pre|PronType=Prs":"Case=Com|Number=Sing|Person=2|PrepCase=Pre|PronType=Prs",
|
279 |
+
"Mood=Ind|Number=Sing|POS=VERB|Person=2|Tense=Imp|VerbForm=Fin":"Mood=Ind|Number=Sing|Person=2|Tense=Imp|VerbForm=Fin",
|
280 |
+
"Case=Acc,Dat|Number=Sing|POS=PRON|Person=2|PrepCase=Npr|PronType=Prs|Reflex=Yes":"Case=Acc,Dat|Number=Sing|Person=2|PrepCase=Npr|PronType=Prs|Reflex=Yes",
|
281 |
+
"Case=Acc|Number=Sing|POS=PRON|Person=2|PrepCase=Pre|PronType=Prs":"Case=Acc|Number=Sing|Person=2|PrepCase=Pre|PronType=Prs",
|
282 |
+
"Mood=Cnd|Number=Sing|POS=AUX|Person=2|VerbForm=Fin":"Mood=Cnd|Number=Sing|Person=2|VerbForm=Fin",
|
283 |
+
"Mood=Sub|Number=Sing|POS=AUX|Person=2|Tense=Pres|VerbForm=Fin":"Mood=Sub|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin",
|
284 |
+
"Number=Sing|POS=NOUN|VerbForm=Fin":"Number=Sing|VerbForm=Fin",
|
285 |
+
"Case=Acc,Dat|Mood=Imp|Number=Plur,Sing|POS=VERB|Person=1,2|PrepCase=Npr|PronType=Prs|VerbForm=Fin":"Case=Acc,Dat|Mood=Imp|Number=Plur,Sing|Person=1,2|PrepCase=Npr|PronType=Prs|VerbForm=Fin",
|
286 |
+
"Case=Acc,Dat|Mood=Imp|Number=Sing|POS=VERB|Person=2|PrepCase=Npr|PronType=Prs|Reflex=Yes|VerbForm=Fin":"Case=Acc,Dat|Mood=Imp|Number=Sing|Person=2|PrepCase=Npr|PronType=Prs|Reflex=Yes|VerbForm=Fin",
|
287 |
+
"Mood=Ind|Number=Sing|POS=VERB|Person=2|Tense=Fut|VerbForm=Fin":"Mood=Ind|Number=Sing|Person=2|Tense=Fut|VerbForm=Fin",
|
288 |
+
"Gender=Fem|NumType=Card|Number=Sing|POS=DET|PronType=Int,Rel":"Gender=Fem|NumType=Card|Number=Sing|PronType=Int,Rel",
|
289 |
+
"Mood=Sub|Number=Sing|POS=VERB|Person=2|Tense=Pres|VerbForm=Fin":"Mood=Sub|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin",
|
290 |
+
"Mood=Ind|Number=Sing|POS=AUX|Person=2|Tense=Fut|VerbForm=Fin":"Mood=Ind|Number=Sing|Person=2|Tense=Fut|VerbForm=Fin",
|
291 |
+
"Gender=Fem|Number=Plur|POS=PRON|PronType=Tot":"Gender=Fem|Number=Plur|PronType=Tot",
|
292 |
+
"Gender=Masc|NumType=Card|Number=Plur|POS=DET|PronType=Int,Rel":"Gender=Masc|NumType=Card|Number=Plur|PronType=Int,Rel",
|
293 |
+
"Case=Dat|Number=Sing|POS=VERB|Person=3|PronType=Prs|VerbForm=Ger":"Case=Dat|Number=Sing|Person=3|PronType=Prs|VerbForm=Ger",
|
294 |
+
"Number=Sing|POS=VERB|VerbForm=Fin":"Number=Sing|VerbForm=Fin",
|
295 |
+
"POS=VERB|VerbForm=Fin":"VerbForm=Fin",
|
296 |
+
"Degree=Abs|Gender=Masc|Number=Plur|POS=ADJ":"Degree=Abs|Gender=Masc|Number=Plur",
|
297 |
+
"Degree=Abs|Gender=Fem|Number=Plur|POS=ADJ":"Degree=Abs|Gender=Fem|Number=Plur",
|
298 |
+
"Case=Acc,Dat|POS=AUX|Person=3|PrepCase=Npr|PronType=Prs|Reflex=Yes|VerbForm=Ger":"Case=Acc,Dat|Person=3|PrepCase=Npr|PronType=Prs|Reflex=Yes|VerbForm=Ger",
|
299 |
+
"Gender=Masc|Number=Sing|Number[psor]=Plur|POS=PRON|Person=1|Poss=Yes|PronType=Prs":"Gender=Masc|Number=Sing|Number[psor]=Plur|Person=1|Poss=Yes|PronType=Prs",
|
300 |
+
"AdpType=Prep|Degree=Cmp|POS=ADV":"AdpType=Prep|Degree=Cmp",
|
301 |
+
"Mood=Sub|Number=Plur|POS=AUX|Person=1|Tense=Imp|VerbForm=Fin":"Mood=Sub|Number=Plur|Person=1|Tense=Imp|VerbForm=Fin",
|
302 |
+
"Gender=Fem|NumType=Card|Number=Plur|POS=DET|PronType=Dem":"Gender=Fem|NumType=Card|Number=Plur|PronType=Dem",
|
303 |
+
"Definite=Ind|Gender=Masc|NumType=Card|Number=Sing|POS=DET|PronType=Art":"Definite=Ind|Gender=Masc|NumType=Card|Number=Sing|PronType=Art",
|
304 |
+
"Degree=Sup|Gender=Fem|Number=Plur|POS=ADJ":"Degree=Sup|Gender=Fem|Number=Plur",
|
305 |
+
"Number=Plur|POS=PRON|PronType=Dem":"Number=Plur|PronType=Dem",
|
306 |
+
"Case=Acc,Dat|Gender=Masc|Number=Plur|POS=PRON|Person=2|PrepCase=Npr|PronType=Prs":"Case=Acc,Dat|Gender=Masc|Number=Plur|Person=2|PrepCase=Npr|PronType=Prs",
|
307 |
+
"Case=Acc|Gender=Fem|Number=Plur|POS=VERB|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Ger":"Case=Acc|Gender=Fem|Number=Plur|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Ger",
|
308 |
+
"Gender=Masc|Number=Sing|POS=AUX|VerbForm=Fin":"Gender=Masc|Number=Sing|VerbForm=Fin",
|
309 |
+
"Case=Acc,Dat|POS=AUX|Person=3|PrepCase=Npr|PronType=Prs|Reflex=Yes|VerbForm=Inf":"Case=Acc,Dat|Person=3|PrepCase=Npr|PronType=Prs|Reflex=Yes|VerbForm=Inf",
|
310 |
+
"Mood=Ind|Number=Plur|POS=AUX|Person=1|Tense=Past|VerbForm=Fin":"Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin",
|
311 |
+
"Gender=Masc|NumType=Card|Number=Sing|POS=DET|PronType=Int,Rel":"Gender=Masc|NumType=Card|Number=Sing|PronType=Int,Rel",
|
312 |
+
"Gender=Masc|Number=Plur|POS=DET|Person=3|Poss=Yes|PronType=Prs":"Gender=Masc|Number=Plur|Person=3|Poss=Yes|PronType=Prs",
|
313 |
+
"Case=Acc,Dat|Mood=Imp|Number=Sing|POS=VERB|Person=1,3|PrepCase=Npr|PronType=Prs|VerbForm=Fin":"Case=Acc,Dat|Mood=Imp|Number=Sing|Person=1,3|PrepCase=Npr|PronType=Prs|VerbForm=Fin",
|
314 |
+
"Gender=Masc|NumType=Card|Number=Plur|POS=PRON|PronType=Int,Rel":"Gender=Masc|NumType=Card|Number=Plur|PronType=Int,Rel",
|
315 |
+
"Gender=Masc|Number=Sing|POS=PRON|Person=3|Poss=Yes|PronType=Prs":"Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
|
316 |
+
"Gender=Masc|Number=Sing|Number[psor]=Sing|POS=DET|Person=1|Poss=Yes|PronType=Ind":"Gender=Masc|Number=Sing|Number[psor]=Sing|Person=1|Poss=Yes|PronType=Ind",
|
317 |
+
"Mood=Ind|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin":"Mood=Ind|Person=3|Tense=Pres|VerbForm=Fin",
|
318 |
+
"Case=Acc,Dat|Number=Plur|POS=PRON|Person=2|PrepCase=Npr|PronType=Prs":"Case=Acc,Dat|Number=Plur|Person=2|PrepCase=Npr|PronType=Prs",
|
319 |
+
"Gender=Masc|NumType=Card|Number=Plur|POS=PRON|PronType=Dem":"Gender=Masc|NumType=Card|Number=Plur|PronType=Dem",
|
320 |
+
"Gender=Fem|Number=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs":"Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
|
321 |
+
"Mood=Sub|Number=Plur|POS=VERB|Person=2|Tense=Pres|VerbForm=Fin":"Mood=Sub|Number=Plur|Person=2|Tense=Pres|VerbForm=Fin",
|
322 |
+
"Mood=Sub|Number=Plur|POS=AUX|Person=1|Tense=Pres|VerbForm=Fin":"Mood=Sub|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin",
|
323 |
+
"Mood=Ind|Number=Plur|POS=AUX|Person=1|Tense=Fut|VerbForm=Fin":"Mood=Ind|Number=Plur|Person=1|Tense=Fut|VerbForm=Fin",
|
324 |
+
"Number=Sing|POS=PRON|Person=3|Poss=Yes|PronType=Prs":"Number=Sing|Person=3|Poss=Yes|PronType=Prs",
|
325 |
+
"Case=Acc,Dat|Number=Sing|POS=VERB|Person=2|PrepCase=Npr|PronType=Prs|PunctType=Quot|VerbForm=Inf":"Case=Acc,Dat|Number=Sing|Person=2|PrepCase=Npr|PronType=Prs|PunctType=Quot|VerbForm=Inf",
|
326 |
+
"Case=Com|POS=PRON|Person=3|PrepCase=Pre|PronType=Prs|Reflex=Yes":"Case=Com|Person=3|PrepCase=Pre|PronType=Prs|Reflex=Yes",
|
327 |
+
"NumForm=Digit|NumType=Frac|POS=SYM":"NumForm=Digit|NumType=Frac",
|
328 |
+
"Case=Dat|Number=Sing|POS=AUX|Person=3|PronType=Prs|VerbForm=Inf":"Case=Dat|Number=Sing|Person=3|PronType=Prs|VerbForm=Inf",
|
329 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=AUX|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Inf":"Case=Acc|Gender=Masc|Number=Sing|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Inf",
|
330 |
+
"Gender=Fem|NumType=Card|Number=Sing|POS=PRON|PronType=Ind":"Gender=Fem|NumType=Card|Number=Sing|PronType=Ind",
|
331 |
+
"Gender=Masc|Mood=Ind|Number=Sing|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin":"Gender=Masc|Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
|
332 |
+
"Case=Acc,Dat|Gender=Masc|Number=Plur|POS=PRON|Person=1|PrepCase=Npr|PronType=Prs":"Case=Acc,Dat|Gender=Masc|Number=Plur|Person=1|PrepCase=Npr|PronType=Prs",
|
333 |
+
"Gender=Fem|Number=Sing|Number[psor]=Sing|POS=PRON|Person=1|Poss=Yes|PronType=Ind":"Gender=Fem|Number=Sing|Number[psor]=Sing|Person=1|Poss=Yes|PronType=Ind",
|
334 |
+
"Case=Acc,Dat|Number=Plur|POS=VERB|Person=2|PrepCase=Npr|PronType=Prs|VerbForm=Inf":"Case=Acc,Dat|Number=Plur|Person=2|PrepCase=Npr|PronType=Prs|VerbForm=Inf",
|
335 |
+
"Number=Sing|POS=PRON|PronType=Tot":"Number=Sing|PronType=Tot",
|
336 |
+
"Mood=Ind|Number=Plur|POS=AUX|Person=2|Tense=Pres|VerbForm=Fin":"Mood=Ind|Number=Plur|Person=2|Tense=Pres|VerbForm=Fin",
|
337 |
+
"Case=Dat|Number=Plur|POS=VERB|Person=3|PronType=Prs|VerbForm=Ger":"Case=Dat|Number=Plur|Person=3|PronType=Prs|VerbForm=Ger",
|
338 |
+
"NumType=Card|Number=Plur|POS=DET|PronType=Ind":"NumType=Card|Number=Plur|PronType=Ind",
|
339 |
+
"POS=PRON|PronType=Dem":"PronType=Dem",
|
340 |
+
"POS=AUX|VerbForm=Fin":"VerbForm=Fin",
|
341 |
+
"Gender=Fem|NumType=Card|Number=Plur|POS=PRON|PronType=Int,Rel":"Gender=Fem|NumType=Card|Number=Plur|PronType=Int,Rel",
|
342 |
+
"Gender=Fem|Number=Sing|Number[psor]=Plur|POS=DET|Person=2|Poss=Yes|PronType=Prs":"Gender=Fem|Number=Sing|Number[psor]=Plur|Person=2|Poss=Yes|PronType=Prs",
|
343 |
+
"Gender=Fem|Number=Plur|Number[psor]=Plur|POS=PRON|Person=1|Poss=Yes|PronType=Prs":"Gender=Fem|Number=Plur|Number[psor]=Plur|Person=1|Poss=Yes|PronType=Prs",
|
344 |
+
"Case=Acc|Gender=Fem|Number=Plur|POS=AUX|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Inf":"Case=Acc|Gender=Fem|Number=Plur|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Inf",
|
345 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=AUX|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Inf":"Case=Acc|Gender=Masc|Number=Plur|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Inf",
|
346 |
+
"AdvType=Tim|Gender=Masc|Number=Sing|POS=NOUN":"AdvType=Tim|Gender=Masc|Number=Sing",
|
347 |
+
"Gender=Fem|Number=Sing|Number[psor]=Plur|POS=PRON|Person=1|Poss=Yes|PronType=Prs":"Gender=Fem|Number=Sing|Number[psor]=Plur|Person=1|Poss=Yes|PronType=Prs",
|
348 |
+
"Gender=Fem|NumType=Card|Number=Sing|POS=PRON|PronType=Dem":"Gender=Fem|NumType=Card|Number=Sing|PronType=Dem",
|
349 |
+
"Gender=Fem|Number=Sing|Number[psor]=Sing|POS=DET|Person=1|Poss=Yes|PronType=Ind":"Gender=Fem|Number=Sing|Number[psor]=Sing|Person=1|Poss=Yes|PronType=Ind",
|
350 |
+
"Gender=Masc|Number=Sing|Number[psor]=Sing|POS=PRON|Person=2|Poss=Yes|PronType=Ind":"Gender=Masc|Number=Sing|Number[psor]=Sing|Person=2|Poss=Yes|PronType=Ind",
|
351 |
+
"Gender=Fem|Number=Plur|POS=PRON|Person=3|Poss=Yes|PronType=Prs":"Gender=Fem|Number=Plur|Person=3|Poss=Yes|PronType=Prs",
|
352 |
+
"Gender=Masc|Number=Plur|POS=DET|PronType=Art":"Gender=Masc|Number=Plur|PronType=Art",
|
353 |
+
"Gender=Masc|Number=Sing|POS=NOUN|VerbForm=Part":"Gender=Masc|Number=Sing|VerbForm=Part",
|
354 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=AUX|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Ger":"Case=Acc|Gender=Masc|Number=Sing|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Ger",
|
355 |
+
"Gender=Masc|Number=Sing|POS=DET|Person=3|Poss=Yes|PronType=Ind":"Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Ind",
|
356 |
+
"Case=Acc,Dat|Number=Sing|POS=VERB|Person=1|PrepCase=Npr|PronType=Prs|VerbForm=Ger":"Case=Acc,Dat|Number=Sing|Person=1|PrepCase=Npr|PronType=Prs|VerbForm=Ger",
|
357 |
+
"Case=Acc|Gender=Masc|Mood=Imp|Number=Plur|POS=VERB|Person=1,3|PrepCase=Npr|PronType=Prs|VerbForm=Fin":"Case=Acc|Gender=Masc|Mood=Imp|Number=Plur|Person=1,3|PrepCase=Npr|PronType=Prs|VerbForm=Fin",
|
358 |
+
"Gender=Fem|Number=Sing|POS=PRON|Person=1|Poss=Yes|PronType=Prs":"Gender=Fem|Number=Sing|Person=1|Poss=Yes|PronType=Prs",
|
359 |
+
"Case=Com|Number=Sing|POS=PRON|Person=1|PrepCase=Pre|PronType=Prs":"Case=Com|Number=Sing|Person=1|PrepCase=Pre|PronType=Prs",
|
360 |
+
"POS=X":"",
|
361 |
+
"Case=Com|POS=PRON|Person=3|PronType=Prs|Reflex=Yes":"Case=Com|Person=3|PronType=Prs|Reflex=Yes",
|
362 |
+
"POS=ADP":"",
|
363 |
+
"Case=Acc|Gender=Masc|Mood=Imp|Number=Plur,Sing|POS=VERB|Person=1,3|PrepCase=Npr|PronType=Prs|VerbForm=Fin":"Case=Acc|Gender=Masc|Mood=Imp|Number=Plur,Sing|Person=1,3|PrepCase=Npr|PronType=Prs|VerbForm=Fin",
|
364 |
+
"Case=Acc,Dat|Number=Sing|POS=AUX|Person=1|PrepCase=Npr|PronType=Prs|VerbForm=Inf":"Case=Acc,Dat|Number=Sing|Person=1|PrepCase=Npr|PronType=Prs|VerbForm=Inf",
|
365 |
+
"Case=Acc|Gender=Masc|Mood=Imp|Number=Sing|POS=VERB|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Fin":"Case=Acc|Gender=Masc|Mood=Imp|Number=Sing|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Fin",
|
366 |
+
"Mood=Imp|Number=Plur|POS=VERB|Person=2|VerbForm=Fin":"Mood=Imp|Number=Plur|Person=2|VerbForm=Fin",
|
367 |
+
"Gender=Masc|Number=Plur|POS=PRON|Person=2|Poss=Yes|PronType=Ind":"Gender=Masc|Number=Plur|Person=2|Poss=Yes|PronType=Ind",
|
368 |
+
"Case=Dat|Mood=Imp|Number=Sing|POS=VERB|Person=3|PronType=Prs|VerbForm=Fin":"Case=Dat|Mood=Imp|Number=Sing|Person=3|PronType=Prs|VerbForm=Fin",
|
369 |
+
"Gender=Fem|Number=Sing|POS=PRON|Person=3|Poss=Yes|PronType=Prs":"Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
|
370 |
+
"Case=Acc,Dat|Mood=Imp|Number=Sing|POS=VERB|Person=2,3|PrepCase=Npr|PronType=Prs|VerbForm=Fin":"Case=Acc,Dat|Mood=Imp|Number=Sing|Person=2,3|PrepCase=Npr|PronType=Prs|VerbForm=Fin",
|
371 |
+
"Gender=Fem|Number=Plur|POS=DET|Person=3|Poss=Yes|PronType=Prs":"Gender=Fem|Number=Plur|Person=3|Poss=Yes|PronType=Prs",
|
372 |
+
"Case=Acc,Dat|Number=Plur|POS=VERB|Person=1|PrepCase=Npr|PronType=Prs|Reflex=Yes|VerbForm=Ger":"Case=Acc,Dat|Number=Plur|Person=1|PrepCase=Npr|PronType=Prs|Reflex=Yes|VerbForm=Ger",
|
373 |
+
"Gender=Fem|Number=Plur|Number[psor]=Plur|POS=DET|Person=2|Poss=Yes|PronType=Prs":"Gender=Fem|Number=Plur|Number[psor]=Plur|Person=2|Poss=Yes|PronType=Prs",
|
374 |
+
"Number=Plur|Number[psor]=Sing|POS=DET|Person=2|Poss=Yes|PronType=Prs":"Number=Plur|Number[psor]=Sing|Person=2|Poss=Yes|PronType=Prs",
|
375 |
+
"POS=NOUN|PunctType=Comm":"PunctType=Comm",
|
376 |
+
"Degree=Cmp|POS=ADJ":"Degree=Cmp",
|
377 |
+
"Gender=Masc|POS=ADJ":"Gender=Masc",
|
378 |
+
"Degree=Abs|Gender=Masc|NumType=Card|Number=Plur|POS=PRON|PronType=Ind":"Degree=Abs|Gender=Masc|NumType=Card|Number=Plur|PronType=Ind",
|
379 |
+
"POS=PRON|PronType=Neg":"PronType=Neg",
|
380 |
+
"Gender=Fem|Number=Sing|POS=DET|Person=3|Poss=Yes|PronType=Ind":"Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Ind",
|
381 |
+
"Number=Sing|POS=DET|PronType=Int,Rel":"Number=Sing|PronType=Int,Rel"
|
382 |
+
},
|
383 |
+
"labels_pos":{
|
384 |
+
"Definite=Def|Gender=Masc|Number=Sing|POS=DET|PronType=Art":90,
|
385 |
+
"Gender=Masc|Number=Sing|POS=NOUN":92,
|
386 |
+
"AdpType=Preppron|POS=ADP":85,
|
387 |
+
"Gender=Masc|Number=Sing|POS=ADJ":84,
|
388 |
+
"AdpType=Prep|POS=ADP":85,
|
389 |
+
"Definite=Def|Gender=Fem|Number=Plur|POS=DET|PronType=Art":90,
|
390 |
+
"POS=PROPN":96,
|
391 |
+
"Case=Acc,Dat|POS=PRON|Person=3|PrepCase=Npr|PronType=Prs|Reflex=Yes":95,
|
392 |
+
"Mood=Ind|Number=Sing|POS=VERB|Person=3|Tense=Past|VerbForm=Fin":100,
|
393 |
+
"POS=VERB|VerbForm=Inf":100,
|
394 |
+
"Gender=Fem|Number=Sing|POS=DET|PronType=Dem":90,
|
395 |
+
"Gender=Fem|Number=Sing|POS=NOUN":92,
|
396 |
+
"Gender=Fem|Number=Plur|POS=NOUN":92,
|
397 |
+
"Gender=Fem|Number=Plur|POS=DET|PronType=Ind":90,
|
398 |
+
"POS=PRON|PronType=Int,Rel":95,
|
399 |
+
"Mood=Sub|Number=Plur|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin":100,
|
400 |
+
"Definite=Def|Gender=Fem|Number=Sing|POS=DET|PronType=Art":90,
|
401 |
+
"POS=SCONJ":98,
|
402 |
+
"POS=NOUN":92,
|
403 |
+
"Definite=Def|Gender=Masc|Number=Plur|POS=DET|PronType=Art":90,
|
404 |
+
"Number=Plur|POS=NOUN":92,
|
405 |
+
"Gender=Masc|Number=Plur|POS=DET|PronType=Ind":90,
|
406 |
+
"Gender=Masc|Number=Plur|POS=NOUN":92,
|
407 |
+
"POS=PUNCT|PunctType=Peri":97,
|
408 |
+
"Mood=Ind|Number=Sing|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin":100,
|
409 |
+
"POS=PUNCT|PunctType=Comm":97,
|
410 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=VERB|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Inf":100,
|
411 |
+
"Mood=Ind|Number=Plur|POS=AUX|Person=3|Tense=Pres|VerbForm=Fin":87,
|
412 |
+
"Gender=Masc|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part":100,
|
413 |
+
"Number=Plur|POS=ADJ":84,
|
414 |
+
"POS=CCONJ":89,
|
415 |
+
"Gender=Masc|Number=Plur|POS=PRON|PronType=Ind":95,
|
416 |
+
"POS=ADV":86,
|
417 |
+
"Mood=Ind|Number=Plur|POS=VERB|Person=3|Tense=Fut|VerbForm=Fin":100,
|
418 |
+
"Gender=Masc|NumType=Card|Number=Plur|POS=DET|PronType=Dem":90,
|
419 |
+
"Mood=Ind|Number=Sing|POS=AUX|Person=3|Tense=Pres|VerbForm=Fin":87,
|
420 |
+
"Number=Sing|POS=ADJ":84,
|
421 |
+
"Gender=Masc|Number=Plur|POS=ADJ|VerbForm=Part":84,
|
422 |
+
"Gender=Masc|Number=Plur|POS=PRON|PronType=Tot":95,
|
423 |
+
"POS=PRON|PronType=Ind":95,
|
424 |
+
"POS=ADV|Polarity=Neg":86,
|
425 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=PRON|Person=3|PrepCase=Npr|PronType=Prs":95,
|
426 |
+
"Gender=Fem|Number=Sing|POS=ADJ":84,
|
427 |
+
"Mood=Ind|Number=Plur|POS=VERB|Person=3|Tense=Past|VerbForm=Fin":100,
|
428 |
+
"Number=Plur|POS=PRON|PronType=Int,Rel":95,
|
429 |
+
"POS=PUNCT|PunctType=Quot":97,
|
430 |
+
"POS=PUNCT":97,
|
431 |
+
"Gender=Masc|Number=Sing|POS=ADJ|VerbForm=Part":84,
|
432 |
+
"POS=PUNCT|PunctSide=Ini|PunctType=Brck":97,
|
433 |
+
"POS=PUNCT|PunctSide=Fin|PunctType=Brck":97,
|
434 |
+
"NumForm=Digit|NumType=Card|POS=NUM":93,
|
435 |
+
"NumType=Card|POS=NUM":93,
|
436 |
+
"POS=VERB|VerbForm=Ger":100,
|
437 |
+
"Definite=Ind|Gender=Masc|Number=Sing|POS=DET|PronType=Art":90,
|
438 |
+
"Gender=Masc|Number=Sing|POS=DET|PronType=Dem":90,
|
439 |
+
"Gender=Fem|NumType=Ord|Number=Plur|POS=ADJ":84,
|
440 |
+
"Number=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs":90,
|
441 |
+
"Number=Sing|POS=NOUN":92,
|
442 |
+
"Gender=Masc|Number=Plur|POS=ADJ":84,
|
443 |
+
"Mood=Ind|Number=Sing|POS=AUX|Person=3|Tense=Fut|VerbForm=Fin":87,
|
444 |
+
"Gender=Fem|Number=Sing|POS=ADJ|VerbForm=Part":84,
|
445 |
+
"Mood=Ind|Number=Plur|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin":100,
|
446 |
+
"Degree=Cmp|POS=ADV":86,
|
447 |
+
"POS=AUX|VerbForm=Inf":87,
|
448 |
+
"Number=Plur|POS=DET|PronType=Ind":90,
|
449 |
+
"Number=Plur|POS=DET|PronType=Dem":90,
|
450 |
+
"Degree=Cmp|Number=Sing|POS=ADJ":84,
|
451 |
+
"Mood=Ind|Number=Sing|POS=VERB|Person=3|Tense=Fut|VerbForm=Fin":100,
|
452 |
+
"Case=Acc,Dat|POS=VERB|Person=3|PrepCase=Npr|PronType=Prs|Reflex=Yes|VerbForm=Inf":100,
|
453 |
+
"Degree=Sup|Gender=Masc|Number=Plur|POS=ADJ":84,
|
454 |
+
"Definite=Ind|Gender=Fem|Number=Sing|POS=DET|PronType=Art":90,
|
455 |
+
"AdvType=Tim|POS=NOUN":92,
|
456 |
+
"AdpType=Prep|POS=ADV":86,
|
457 |
+
"Gender=Masc|Number=Sing|POS=PRON|PronType=Ind":95,
|
458 |
+
"NumType=Card|Number=Plur|POS=NUM":93,
|
459 |
+
"AdpType=Preppron|POS=ADV":86,
|
460 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=VERB|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Inf":100,
|
461 |
+
"NumForm=Digit|POS=NOUN":92,
|
462 |
+
"Number=Sing|POS=PRON|PronType=Dem":95,
|
463 |
+
"AdpType=Preppron|Gender=Masc|Number=Sing|POS=ADJ":84,
|
464 |
+
"Number=Plur|POS=DET|Person=3|Poss=Yes|PronType=Prs":90,
|
465 |
+
"Gender=Fem|Number=Plur|POS=ADJ":84,
|
466 |
+
"Gender=Fem|Number=Plur|POS=PRON|PronType=Ind":95,
|
467 |
+
"Gender=Masc|Number=Plur|POS=DET|PronType=Tot":90,
|
468 |
+
"Mood=Ind|Number=Sing|POS=VERB|Person=3|Tense=Imp|VerbForm=Fin":100,
|
469 |
+
"Mood=Ind|Number=Plur|POS=AUX|Person=3|Tense=Past|VerbForm=Fin":87,
|
470 |
+
"Gender=Masc|Number=Plur|POS=VERB|Tense=Past|VerbForm=Part":100,
|
471 |
+
"Gender=Masc|NumType=Ord|Number=Sing|POS=ADJ":84,
|
472 |
+
"Gender=Masc|NumType=Ord|Number=Plur|POS=ADJ":84,
|
473 |
+
"Gender=Masc|Number=Plur|POS=DET|PronType=Dem":90,
|
474 |
+
"Gender=Masc|Number=Sing|POS=AUX|Tense=Past|VerbForm=Part":87,
|
475 |
+
"Number=Sing|POS=DET|PronType=Tot":90,
|
476 |
+
"Gender=Fem|Number=Sing|POS=PRON|PronType=Ind":95,
|
477 |
+
"Mood=Ind|Number=Sing|POS=AUX|Person=1|Tense=Pres|VerbForm=Fin":87,
|
478 |
+
"Mood=Ind|Number=Sing|POS=VERB|Person=1|Tense=Pres|VerbForm=Fin":100,
|
479 |
+
"Degree=Cmp|Number=Plur|POS=ADJ":84,
|
480 |
+
"POS=AUX|VerbForm=Ger":87,
|
481 |
+
"Gender=Fem|POS=NOUN":92,
|
482 |
+
"Gender=Fem|NumType=Ord|Number=Sing|POS=ADJ":84,
|
483 |
+
"AdvType=Tim|POS=ADJ":84,
|
484 |
+
"Mood=Ind|Number=Sing|POS=AUX|Person=3|Tense=Past|VerbForm=Fin":87,
|
485 |
+
"Gender=Fem|Number=Sing|POS=VERB|Tense=Past|VerbForm=Part":100,
|
486 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=PRON|Person=3|PrepCase=Npr|PronType=Prs":95,
|
487 |
+
"Mood=Ind|Number=Sing|POS=VERB|Person=1|Tense=Imp|VerbForm=Fin":100,
|
488 |
+
"Gender=Fem|Number=Plur|POS=ADJ|VerbForm=Part":84,
|
489 |
+
"Gender=Fem|Number=Plur|POS=DET|PronType=Dem":90,
|
490 |
+
"Gender=Masc|Number=Sing|POS=PRON|Poss=Yes|PronType=Int,Rel":95,
|
491 |
+
"Number=Sing|POS=PRON|PronType=Int,Rel":95,
|
492 |
+
"POS=ADJ":84,
|
493 |
+
"Mood=Ind|Number=Sing|POS=AUX|Person=1|Tense=Imp|VerbForm=Fin":87,
|
494 |
+
"Mood=Ind|Number=Plur|POS=VERB|Person=3|Tense=Imp|VerbForm=Fin":100,
|
495 |
+
"Mood=Ind|Number=Plur|POS=AUX|Person=3|Tense=Imp|VerbForm=Fin":87,
|
496 |
+
"Mood=Sub|Number=Sing|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin":100,
|
497 |
+
"Gender=Fem|Number=Plur|POS=DET|PronType=Tot":90,
|
498 |
+
"Case=Acc,Nom|Gender=Masc|Number=Sing|POS=PRON|Person=3|PronType=Prs":95,
|
499 |
+
"Mood=Sub|Number=Sing|POS=VERB|Person=1|Tense=Pres|VerbForm=Fin":100,
|
500 |
+
"Definite=Ind|Gender=Fem|Number=Plur|POS=DET|PronType=Art":90,
|
501 |
+
"Case=Acc,Nom|Gender=Fem|Number=Plur|POS=PRON|Person=3|PronType=Prs":95,
|
502 |
+
"Mood=Ind|Number=Plur|POS=VERB|Person=1|Tense=Pres|VerbForm=Fin":100,
|
503 |
+
"Case=Acc|Definite=Def|Gender=Masc|Number=Sing|POS=PRON|Person=3|PrepCase=Npr|PronType=Prs":95,
|
504 |
+
"Gender=Fem|Number=Sing|POS=PRON|PronType=Dem":95,
|
505 |
+
"Mood=Cnd|Number=Sing|POS=VERB|Person=1|VerbForm=Fin":100,
|
506 |
+
"Gender=Masc|Number=Sing|POS=DET|PronType=Tot":90,
|
507 |
+
"Number=Plur|POS=PRON|PronType=Ind":95,
|
508 |
+
"Gender=Masc|Number=Sing|POS=DET|PronType=Ind":90,
|
509 |
+
"Case=Dat|Number=Sing|POS=PRON|Person=3|PronType=Prs":95,
|
510 |
+
"POS=PART":94,
|
511 |
+
"Gender=Fem|Number=Sing|POS=DET|PronType=Ind":90,
|
512 |
+
"Number=Sing|POS=DET|PronType=Ind":90,
|
513 |
+
"Gender=Masc|NumType=Card|Number=Plur|POS=DET|PronType=Ind":90,
|
514 |
+
"Mood=Cnd|Number=Plur|POS=AUX|Person=3|VerbForm=Fin":87,
|
515 |
+
"NumForm=Digit|POS=SYM":99,
|
516 |
+
"Mood=Imp|Number=Sing|POS=VERB|Person=2|VerbForm=Fin":100,
|
517 |
+
"Case=Dat|Number=Sing|POS=VERB|Person=3|PronType=Prs|VerbForm=Inf":100,
|
518 |
+
"Gender=Fem|Number=Plur|POS=PRON|PronType=Dem":95,
|
519 |
+
"Mood=Cnd|Number=Sing|POS=AUX|Person=1|VerbForm=Fin":87,
|
520 |
+
"NumForm=Digit|NumType=Frac|POS=NUM":93,
|
521 |
+
"Gender=Fem|Number=Sing|POS=PRON|Poss=Yes|PronType=Int,Rel":95,
|
522 |
+
"Mood=Sub|Number=Sing|POS=AUX|Person=1|Tense=Pres|VerbForm=Fin":87,
|
523 |
+
"Mood=Sub|Number=Sing|POS=VERB|Person=1|Tense=Imp|VerbForm=Fin":100,
|
524 |
+
"Gender=Fem|Number=Sing|Number[psor]=Plur|POS=DET|Person=1|Poss=Yes|PronType=Prs":90,
|
525 |
+
"Case=Acc,Dat|Number=Plur|POS=PRON|Person=1|PrepCase=Npr|PronType=Prs":95,
|
526 |
+
"Definite=Ind|Gender=Masc|Number=Plur|POS=DET|PronType=Art":90,
|
527 |
+
"POS=PUNCT|PunctType=Colo":97,
|
528 |
+
"Mood=Sub|Number=Plur|POS=AUX|Person=3|Tense=Pres|VerbForm=Fin":87,
|
529 |
+
"Mood=Imp|Number=Plur|POS=VERB|Person=3|VerbForm=Fin":100,
|
530 |
+
"Gender=Fem|Number=Sing|POS=DET|PronType=Neg":90,
|
531 |
+
"Gender=Masc|Number=Sing|POS=PRON|PronType=Dem":95,
|
532 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=PRON|Person=3|PrepCase=Npr|PronType=Prs":95,
|
533 |
+
"Case=Acc|Gender=Fem|Number=Plur|POS=PRON|Person=3|PrepCase=Npr|PronType=Prs":95,
|
534 |
+
"Gender=Fem|Number=Plur|POS=VERB|Tense=Past|VerbForm=Part":100,
|
535 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=AUX|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Inf":87,
|
536 |
+
"Number=Sing|POS=PRON|PronType=Neg":95,
|
537 |
+
"POS=PUNCT|PunctType=Semi":97,
|
538 |
+
"Case=Dat|Number=Plur|POS=PRON|Person=3|PronType=Prs":95,
|
539 |
+
"Number=Sing|POS=PRON|PronType=Ind":95,
|
540 |
+
"Mood=Sub|Number=Plur|POS=VERB|Person=3|Tense=Imp|VerbForm=Fin":100,
|
541 |
+
"Case=Acc,Nom|Gender=Masc|Number=Plur|POS=PRON|Person=3|PronType=Prs":95,
|
542 |
+
"POS=INTJ":91,
|
543 |
+
"Gender=Masc|NumType=Card|Number=Sing|POS=PRON|PronType=Dem":95,
|
544 |
+
"Mood=Ind|Number=Plur|POS=AUX|Person=3|Tense=Fut|VerbForm=Fin":87,
|
545 |
+
"Degree=Sup|Gender=Masc|Number=Sing|POS=ADJ":84,
|
546 |
+
"Mood=Ind|Number=Plur|POS=AUX|Person=1|Tense=Pres|VerbForm=Fin":87,
|
547 |
+
"AdpType=Prep|POS=ADJ":84,
|
548 |
+
"Number=Plur|POS=PRON|Person=3|Poss=Yes|PronType=Prs":95,
|
549 |
+
"POS=PUNCT|PunctType=Dash":97,
|
550 |
+
"Mood=Cnd|Number=Plur|POS=VERB|Person=1|VerbForm=Fin":100,
|
551 |
+
"Gender=Masc|Number=Sing|POS=DET|PronType=Neg":90,
|
552 |
+
"Gender=Fem|NumType=Card|Number=Plur|POS=NUM":93,
|
553 |
+
"Case=Acc|Gender=Fem|Number=Plur|POS=VERB|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Inf":100,
|
554 |
+
"Gender=Masc|Number=Sing|POS=PRON|PronType=Tot":95,
|
555 |
+
"Gender=Masc|NumType=Card|Number=Plur|POS=NUM":93,
|
556 |
+
"Gender=Masc|POS=NOUN":92,
|
557 |
+
"Case=Acc,Dat|Number=Sing|POS=PRON|Person=1|PrepCase=Npr|PronType=Prs":95,
|
558 |
+
"Gender=Fem|NumType=Card|Number=Sing|POS=DET|PronType=Ind":90,
|
559 |
+
"Gender=Fem|NumType=Card|Number=Plur|POS=DET|PronType=Ind":90,
|
560 |
+
"Case=Acc,Dat|POS=VERB|Person=3|PrepCase=Npr|PronType=Prs|Reflex=Yes|VerbForm=Ger":100,
|
561 |
+
"Mood=Ind|Number=Sing|POS=AUX|Person=3|Tense=Imp|VerbForm=Fin":87,
|
562 |
+
"POS=NOUN|VerbForm=Inf":92,
|
563 |
+
"Mood=Ind|Number=Plur|POS=AUX|Person=1|Tense=Imp|VerbForm=Fin":87,
|
564 |
+
"Mood=Sub|Number=Sing|POS=VERB|Person=3|Tense=Imp|VerbForm=Fin":100,
|
565 |
+
"Gender=Masc|Number=Sing|Number[psor]=Plur|POS=DET|Person=1|Poss=Yes|PronType=Prs":90,
|
566 |
+
"Gender=Masc|NumType=Card|Number=Sing|POS=NUM":93,
|
567 |
+
"Mood=Sub|Number=Sing|POS=AUX|Person=1|Tense=Imp|VerbForm=Fin":87,
|
568 |
+
"Gender=Masc|Number=Plur|POS=PRON|Poss=Yes|PronType=Int,Rel":95,
|
569 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=VERB|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Inf":100,
|
570 |
+
"Gender=Fem|NumType=Card|Number=Sing|POS=DET|PronType=Dem":90,
|
571 |
+
"Mood=Imp|Number=Sing|POS=VERB|Person=3|VerbForm=Fin":100,
|
572 |
+
"Mood=Sub|Number=Plur|POS=VERB|Person=1|Tense=Pres|VerbForm=Fin":100,
|
573 |
+
"Mood=Ind|Number=Plur|POS=VERB|Person=1|Tense=Fut|VerbForm=Fin":100,
|
574 |
+
"Gender=Masc|Number=Sing|POS=PRON|PronType=Neg":95,
|
575 |
+
"Case=Acc,Dat|Number=Plur|POS=VERB|Person=1|PrepCase=Npr|PronType=Prs|VerbForm=Inf":100,
|
576 |
+
"Case=Nom|Number=Sing|POS=PRON|Person=1|PronType=Prs":95,
|
577 |
+
"Mood=Ind|Number=Sing|POS=VERB|Person=1|Tense=Past|VerbForm=Fin":100,
|
578 |
+
"Mood=Ind|Number=Plur|POS=VERB|Person=1|Tense=Past|VerbForm=Fin":100,
|
579 |
+
"Degree=Abs|Gender=Masc|Number=Sing|POS=ADJ":84,
|
580 |
+
"Number=Sing|Number[psor]=Sing|POS=DET|Person=1|Poss=Yes|PronType=Prs":90,
|
581 |
+
"Case=Acc,Nom|Gender=Masc|Number=Plur|POS=PRON|Person=1|PronType=Prs":95,
|
582 |
+
"Mood=Imp|Number=Sing|POS=AUX|Person=3|VerbForm=Fin":87,
|
583 |
+
"Mood=Sub|Number=Sing|POS=AUX|Person=3|Tense=Pres|VerbForm=Fin":87,
|
584 |
+
"Gender=Masc|Number=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs":90,
|
585 |
+
"Gender=Fem|Number=Sing|POS=DET|PronType=Tot":90,
|
586 |
+
"POS=DET|PronType=Ind":90,
|
587 |
+
"POS=DET|PronType=Int,Rel":90,
|
588 |
+
"AdvType=Tim|POS=ADV":86,
|
589 |
+
"Mood=Cnd|Number=Sing|POS=AUX|Person=3|VerbForm=Fin":87,
|
590 |
+
"POS=PUNCT|PunctSide=Ini|PunctType=Qest":97,
|
591 |
+
"POS=PUNCT|PunctSide=Fin|PunctType=Qest":97,
|
592 |
+
"Number=Plur|Number[psor]=Sing|POS=DET|Person=1|Poss=Yes|PronType=Prs":90,
|
593 |
+
"Gender=Masc|NumType=Card|Number=Sing|POS=DET|PronType=Ind":90,
|
594 |
+
"Mood=Cnd|Number=Plur|POS=VERB|Person=3|VerbForm=Fin":100,
|
595 |
+
"Case=Acc|Gender=Fem|Number=Sing|POS=VERB|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Ger":100,
|
596 |
+
"Degree=Abs|Gender=Fem|Number=Sing|POS=ADJ":84,
|
597 |
+
"Case=Acc,Dat|Number=Plur|POS=PRON|Person=1|PrepCase=Npr|PronType=Prs|Reflex=Yes":95,
|
598 |
+
"Mood=Sub|Number=Plur|POS=VERB|Person=1|Tense=Imp|VerbForm=Fin":100,
|
599 |
+
"Case=Acc,Dat|Number=Sing|POS=PRON|Person=1|PrepCase=Npr|PronType=Prs|Reflex=Yes":95,
|
600 |
+
"POS=PUNCT|PunctSide=Ini|PunctType=Excl":97,
|
601 |
+
"POS=PUNCT|PunctSide=Fin|PunctType=Excl":97,
|
602 |
+
"Mood=Cnd|Number=Sing|POS=VERB|Person=3|VerbForm=Fin":100,
|
603 |
+
"Case=Acc,Dat|Mood=Imp|Number=Sing|POS=VERB|Person=3|PrepCase=Npr|PronType=Prs|Reflex=Yes|VerbForm=Fin":100,
|
604 |
+
"Gender=Fem|Number=Sing|POS=PRON|PronType=Tot":95,
|
605 |
+
"Gender=Masc|Number=Plur|Number[psor]=Plur|POS=DET|Person=1|Poss=Yes|PronType=Prs":90,
|
606 |
+
"Mood=Imp|Number=Plur|POS=VERB|Person=1|VerbForm=Fin":100,
|
607 |
+
"Gender=Masc|NumType=Card|Number=Plur|POS=PRON|PronType=Ind":95,
|
608 |
+
"Gender=Masc|NumType=Card|Number=Sing|POS=PRON|PronType=Ind":95,
|
609 |
+
"Gender=Masc|Number=Plur|POS=PRON|PronType=Dem":95,
|
610 |
+
"Case=Dat|Number=Plur|POS=VERB|Person=3|PronType=Prs|VerbForm=Inf":100,
|
611 |
+
"Degree=Abs|Gender=Masc|NumType=Card|Number=Plur|POS=DET|PronType=Ind":90,
|
612 |
+
"Case=Acc|Number=Sing|POS=PRON|Person=1|PrepCase=Pre|PronType=Prs":95,
|
613 |
+
"Case=Acc,Dat|Mood=Imp|Number=Plur|POS=VERB|Person=3|PrepCase=Npr|PronType=Prs|Reflex=Yes|VerbForm=Fin":100,
|
614 |
+
"Definite=Ind|Gender=Fem|NumType=Card|Number=Sing|POS=DET|PronType=Art":90,
|
615 |
+
"Gender=Fem|NumType=Card|Number=Sing|POS=NUM":93,
|
616 |
+
"Mood=Sub|Number=Plur|POS=AUX|Person=3|Tense=Imp|VerbForm=Fin":87,
|
617 |
+
"Gender=Fem|Number=Plur|Number[psor]=Plur|POS=DET|Person=1|Poss=Yes|PronType=Prs":90,
|
618 |
+
"POS=SCONJ|PronType=Int,Rel":98,
|
619 |
+
"Case=Acc|POS=PRON|Person=3|PrepCase=Pre|PronType=Prs|Reflex=Yes":95,
|
620 |
+
"Mood=Ind|Number=Sing|POS=VERB|Person=2|Tense=Pres|VerbForm=Fin":100,
|
621 |
+
"Case=Acc,Dat|Number=Sing|POS=VERB|Person=1|PrepCase=Npr|PronType=Prs|VerbForm=Inf":100,
|
622 |
+
"NumType=Card|Number=Sing|POS=DET|PronType=Ind":90,
|
623 |
+
"Mood=Ind|Number=Plur|POS=VERB|Person=1|Tense=Imp|VerbForm=Fin":100,
|
624 |
+
"Case=Acc,Dat|Number=Sing|POS=PRON|Person=2|PrepCase=Npr|PronType=Prs":95,
|
625 |
+
"Case=Acc,Nom|Gender=Fem|Number=Sing|POS=PRON|Person=3|PronType=Prs":95,
|
626 |
+
"Number=Sing|POS=DET|PronType=Dem":90,
|
627 |
+
"Mood=Sub|Number=Sing|POS=AUX|Person=3|Tense=Imp|VerbForm=Fin":87,
|
628 |
+
"POS=SYM":99,
|
629 |
+
"Gender=Fem|Number=Sing|POS=PRON|PronType=Neg":95,
|
630 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=VERB|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Ger":100,
|
631 |
+
"Degree=Sup|Gender=Fem|Number=Sing|POS=ADJ":84,
|
632 |
+
"Case=Nom|Number=Sing|POS=PRON|Person=2|PronType=Prs":95,
|
633 |
+
"Number=Sing|Number[psor]=Sing|POS=DET|Person=2|Poss=Yes|PronType=Prs":90,
|
634 |
+
"Case=Acc|Gender=Masc|Mood=Imp|Number=Sing|POS=VERB|Person=2,3|PrepCase=Npr|PronType=Prs|VerbForm=Fin":100,
|
635 |
+
"Mood=Ind|Number=Sing|POS=AUX|Person=1|Tense=Fut|VerbForm=Fin":87,
|
636 |
+
"Gender=Masc|Number=Sing|Number[psor]=Sing|POS=PRON|Person=1|Poss=Yes|PronType=Ind":95,
|
637 |
+
"Case=Acc,Nom|Number=Sing|POS=PRON|Person=2|Polite=Form|PronType=Prs":95,
|
638 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=VERB|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Ger":100,
|
639 |
+
"Gender=Masc|NumType=Card|Number=Sing|POS=PRON|PronType=Int,Rel":95,
|
640 |
+
"Gender=Fem|NumType=Card|Number=Plur|POS=PRON|PronType=Ind":95,
|
641 |
+
"Case=Acc,Dat|Number=Plur|POS=VERB|Person=1|PrepCase=Npr|PronType=Prs|VerbForm=Ger":100,
|
642 |
+
"Mood=Ind|Number=Plur|POS=VERB|Person=2|Tense=Pres|VerbForm=Fin":100,
|
643 |
+
"Mood=Cnd|Number=Sing|POS=VERB|Person=2|VerbForm=Fin":100,
|
644 |
+
"Mood=Ind|Number=Sing|POS=VERB|Person=1|Tense=Fut|VerbForm=Fin":100,
|
645 |
+
"Mood=Cnd|Number=Plur|POS=AUX|Person=1|VerbForm=Fin":87,
|
646 |
+
"NumType=Card|Number=Plur|POS=PRON|PronType=Ind":95,
|
647 |
+
"Gender=Masc|NumType=Card|Number=Sing|POS=DET|PronType=Dem":90,
|
648 |
+
"Degree=Abs|Gender=Masc|Number=Sing|POS=DET|PronType=Ind":90,
|
649 |
+
"Gender=Fem|Number=Plur|POS=PRON|Poss=Yes|PronType=Int,Rel":95,
|
650 |
+
"Mood=Ind|Number=Sing|POS=AUX|Person=1|Tense=Past|VerbForm=Fin":87,
|
651 |
+
"Case=Acc,Nom|Number=Plur|POS=PRON|Person=2|Polite=Form|PronType=Prs":95,
|
652 |
+
"Mood=Imp|Number=Sing|POS=AUX|Person=2|VerbForm=Fin":87,
|
653 |
+
"Case=Acc,Dat|Number=Sing|POS=VERB|Person=2|PrepCase=Npr|PronType=Prs|VerbForm=Inf":100,
|
654 |
+
"Gender=Fem|Number=Sing|Number[psor]=Sing|POS=PRON|Person=2|Poss=Yes|PronType=Ind":95,
|
655 |
+
"NumType=Card|Number=Sing|POS=NUM":93,
|
656 |
+
"Mood=Ind|Number=Sing|POS=VERB|Person=2|Tense=Past|VerbForm=Fin":100,
|
657 |
+
"Mood=Ind|Number=Sing|POS=AUX|Person=2|Tense=Imp|VerbForm=Fin":87,
|
658 |
+
"Mood=Ind|Number=Sing|POS=AUX|Person=2|Tense=Pres|VerbForm=Fin":87,
|
659 |
+
"Case=Com|Number=Sing|POS=PRON|Person=2|PrepCase=Pre|PronType=Prs":95,
|
660 |
+
"Mood=Ind|Number=Sing|POS=VERB|Person=2|Tense=Imp|VerbForm=Fin":100,
|
661 |
+
"Case=Acc,Dat|Number=Sing|POS=PRON|Person=2|PrepCase=Npr|PronType=Prs|Reflex=Yes":95,
|
662 |
+
"Case=Acc|Number=Sing|POS=PRON|Person=2|PrepCase=Pre|PronType=Prs":95,
|
663 |
+
"Mood=Cnd|Number=Sing|POS=AUX|Person=2|VerbForm=Fin":87,
|
664 |
+
"Mood=Sub|Number=Sing|POS=AUX|Person=2|Tense=Pres|VerbForm=Fin":87,
|
665 |
+
"Number=Sing|POS=NOUN|VerbForm=Fin":92,
|
666 |
+
"Case=Acc,Dat|Mood=Imp|Number=Plur,Sing|POS=VERB|Person=1,2|PrepCase=Npr|PronType=Prs|VerbForm=Fin":100,
|
667 |
+
"Case=Acc,Dat|Mood=Imp|Number=Sing|POS=VERB|Person=2|PrepCase=Npr|PronType=Prs|Reflex=Yes|VerbForm=Fin":100,
|
668 |
+
"Mood=Ind|Number=Sing|POS=VERB|Person=2|Tense=Fut|VerbForm=Fin":100,
|
669 |
+
"Gender=Fem|NumType=Card|Number=Sing|POS=DET|PronType=Int,Rel":90,
|
670 |
+
"Mood=Sub|Number=Sing|POS=VERB|Person=2|Tense=Pres|VerbForm=Fin":100,
|
671 |
+
"Mood=Ind|Number=Sing|POS=AUX|Person=2|Tense=Fut|VerbForm=Fin":87,
|
672 |
+
"Gender=Fem|Number=Plur|POS=PRON|PronType=Tot":95,
|
673 |
+
"Gender=Masc|NumType=Card|Number=Plur|POS=DET|PronType=Int,Rel":90,
|
674 |
+
"Case=Dat|Number=Sing|POS=VERB|Person=3|PronType=Prs|VerbForm=Ger":100,
|
675 |
+
"Number=Sing|POS=VERB|VerbForm=Fin":100,
|
676 |
+
"POS=VERB|VerbForm=Fin":100,
|
677 |
+
"Degree=Abs|Gender=Masc|Number=Plur|POS=ADJ":84,
|
678 |
+
"Degree=Abs|Gender=Fem|Number=Plur|POS=ADJ":84,
|
679 |
+
"Case=Acc,Dat|POS=AUX|Person=3|PrepCase=Npr|PronType=Prs|Reflex=Yes|VerbForm=Ger":87,
|
680 |
+
"Gender=Masc|Number=Sing|Number[psor]=Plur|POS=PRON|Person=1|Poss=Yes|PronType=Prs":95,
|
681 |
+
"AdpType=Prep|Degree=Cmp|POS=ADV":86,
|
682 |
+
"Mood=Sub|Number=Plur|POS=AUX|Person=1|Tense=Imp|VerbForm=Fin":87,
|
683 |
+
"Gender=Fem|NumType=Card|Number=Plur|POS=DET|PronType=Dem":90,
|
684 |
+
"Definite=Ind|Gender=Masc|NumType=Card|Number=Sing|POS=DET|PronType=Art":90,
|
685 |
+
"Degree=Sup|Gender=Fem|Number=Plur|POS=ADJ":84,
|
686 |
+
"Number=Plur|POS=PRON|PronType=Dem":95,
|
687 |
+
"Case=Acc,Dat|Gender=Masc|Number=Plur|POS=PRON|Person=2|PrepCase=Npr|PronType=Prs":95,
|
688 |
+
"Case=Acc|Gender=Fem|Number=Plur|POS=VERB|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Ger":100,
|
689 |
+
"Gender=Masc|Number=Sing|POS=AUX|VerbForm=Fin":87,
|
690 |
+
"Case=Acc,Dat|POS=AUX|Person=3|PrepCase=Npr|PronType=Prs|Reflex=Yes|VerbForm=Inf":87,
|
691 |
+
"Mood=Ind|Number=Plur|POS=AUX|Person=1|Tense=Past|VerbForm=Fin":87,
|
692 |
+
"Gender=Masc|NumType=Card|Number=Sing|POS=DET|PronType=Int,Rel":90,
|
693 |
+
"Gender=Masc|Number=Plur|POS=DET|Person=3|Poss=Yes|PronType=Prs":90,
|
694 |
+
"Case=Acc,Dat|Mood=Imp|Number=Sing|POS=VERB|Person=1,3|PrepCase=Npr|PronType=Prs|VerbForm=Fin":100,
|
695 |
+
"Gender=Masc|NumType=Card|Number=Plur|POS=PRON|PronType=Int,Rel":95,
|
696 |
+
"Gender=Masc|Number=Sing|POS=PRON|Person=3|Poss=Yes|PronType=Prs":95,
|
697 |
+
"Gender=Masc|Number=Sing|Number[psor]=Sing|POS=DET|Person=1|Poss=Yes|PronType=Ind":90,
|
698 |
+
"Mood=Ind|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin":100,
|
699 |
+
"Case=Acc,Dat|Number=Plur|POS=PRON|Person=2|PrepCase=Npr|PronType=Prs":95,
|
700 |
+
"Gender=Masc|NumType=Card|Number=Plur|POS=PRON|PronType=Dem":95,
|
701 |
+
"Gender=Fem|Number=Sing|POS=DET|Person=3|Poss=Yes|PronType=Prs":90,
|
702 |
+
"Mood=Sub|Number=Plur|POS=VERB|Person=2|Tense=Pres|VerbForm=Fin":100,
|
703 |
+
"Mood=Sub|Number=Plur|POS=AUX|Person=1|Tense=Pres|VerbForm=Fin":87,
|
704 |
+
"Mood=Ind|Number=Plur|POS=AUX|Person=1|Tense=Fut|VerbForm=Fin":87,
|
705 |
+
"Number=Sing|POS=PRON|Person=3|Poss=Yes|PronType=Prs":95,
|
706 |
+
"Case=Acc,Dat|Number=Sing|POS=VERB|Person=2|PrepCase=Npr|PronType=Prs|PunctType=Quot|VerbForm=Inf":100,
|
707 |
+
"Case=Com|POS=PRON|Person=3|PrepCase=Pre|PronType=Prs|Reflex=Yes":95,
|
708 |
+
"NumForm=Digit|NumType=Frac|POS=SYM":99,
|
709 |
+
"Case=Dat|Number=Sing|POS=AUX|Person=3|PronType=Prs|VerbForm=Inf":87,
|
710 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=AUX|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Inf":87,
|
711 |
+
"Gender=Fem|NumType=Card|Number=Sing|POS=PRON|PronType=Ind":95,
|
712 |
+
"Gender=Masc|Mood=Ind|Number=Sing|POS=VERB|Person=3|Tense=Pres|VerbForm=Fin":100,
|
713 |
+
"Case=Acc,Dat|Gender=Masc|Number=Plur|POS=PRON|Person=1|PrepCase=Npr|PronType=Prs":95,
|
714 |
+
"Gender=Fem|Number=Sing|Number[psor]=Sing|POS=PRON|Person=1|Poss=Yes|PronType=Ind":95,
|
715 |
+
"Case=Acc,Dat|Number=Plur|POS=VERB|Person=2|PrepCase=Npr|PronType=Prs|VerbForm=Inf":100,
|
716 |
+
"Number=Sing|POS=PRON|PronType=Tot":95,
|
717 |
+
"Mood=Ind|Number=Plur|POS=AUX|Person=2|Tense=Pres|VerbForm=Fin":87,
|
718 |
+
"Case=Dat|Number=Plur|POS=VERB|Person=3|PronType=Prs|VerbForm=Ger":100,
|
719 |
+
"NumType=Card|Number=Plur|POS=DET|PronType=Ind":90,
|
720 |
+
"POS=PRON|PronType=Dem":95,
|
721 |
+
"POS=AUX|VerbForm=Fin":87,
|
722 |
+
"Gender=Fem|NumType=Card|Number=Plur|POS=PRON|PronType=Int,Rel":95,
|
723 |
+
"Gender=Fem|Number=Sing|Number[psor]=Plur|POS=DET|Person=2|Poss=Yes|PronType=Prs":90,
|
724 |
+
"Gender=Fem|Number=Plur|Number[psor]=Plur|POS=PRON|Person=1|Poss=Yes|PronType=Prs":95,
|
725 |
+
"Case=Acc|Gender=Fem|Number=Plur|POS=AUX|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Inf":87,
|
726 |
+
"Case=Acc|Gender=Masc|Number=Plur|POS=AUX|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Inf":87,
|
727 |
+
"AdvType=Tim|Gender=Masc|Number=Sing|POS=NOUN":92,
|
728 |
+
"Gender=Fem|Number=Sing|Number[psor]=Plur|POS=PRON|Person=1|Poss=Yes|PronType=Prs":95,
|
729 |
+
"Gender=Fem|NumType=Card|Number=Sing|POS=PRON|PronType=Dem":95,
|
730 |
+
"Gender=Fem|Number=Sing|Number[psor]=Sing|POS=DET|Person=1|Poss=Yes|PronType=Ind":90,
|
731 |
+
"Gender=Masc|Number=Sing|Number[psor]=Sing|POS=PRON|Person=2|Poss=Yes|PronType=Ind":95,
|
732 |
+
"Gender=Fem|Number=Plur|POS=PRON|Person=3|Poss=Yes|PronType=Prs":95,
|
733 |
+
"Gender=Masc|Number=Plur|POS=DET|PronType=Art":90,
|
734 |
+
"Gender=Masc|Number=Sing|POS=NOUN|VerbForm=Part":92,
|
735 |
+
"Case=Acc|Gender=Masc|Number=Sing|POS=AUX|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Ger":87,
|
736 |
+
"Gender=Masc|Number=Sing|POS=DET|Person=3|Poss=Yes|PronType=Ind":90,
|
737 |
+
"Case=Acc,Dat|Number=Sing|POS=VERB|Person=1|PrepCase=Npr|PronType=Prs|VerbForm=Ger":100,
|
738 |
+
"Case=Acc|Gender=Masc|Mood=Imp|Number=Plur|POS=VERB|Person=1,3|PrepCase=Npr|PronType=Prs|VerbForm=Fin":100,
|
739 |
+
"Gender=Fem|Number=Sing|POS=PRON|Person=1|Poss=Yes|PronType=Prs":95,
|
740 |
+
"Case=Com|Number=Sing|POS=PRON|Person=1|PrepCase=Pre|PronType=Prs":95,
|
741 |
+
"POS=X":101,
|
742 |
+
"Case=Com|POS=PRON|Person=3|PronType=Prs|Reflex=Yes":95,
|
743 |
+
"POS=ADP":85,
|
744 |
+
"Case=Acc|Gender=Masc|Mood=Imp|Number=Plur,Sing|POS=VERB|Person=1,3|PrepCase=Npr|PronType=Prs|VerbForm=Fin":100,
|
745 |
+
"Case=Acc,Dat|Number=Sing|POS=AUX|Person=1|PrepCase=Npr|PronType=Prs|VerbForm=Inf":87,
|
746 |
+
"Case=Acc|Gender=Masc|Mood=Imp|Number=Sing|POS=VERB|Person=3|PrepCase=Npr|PronType=Prs|VerbForm=Fin":100,
|
747 |
+
"Mood=Imp|Number=Plur|POS=VERB|Person=2|VerbForm=Fin":100,
|
748 |
+
"Gender=Masc|Number=Plur|POS=PRON|Person=2|Poss=Yes|PronType=Ind":95,
|
749 |
+
"Case=Dat|Mood=Imp|Number=Sing|POS=VERB|Person=3|PronType=Prs|VerbForm=Fin":100,
|
750 |
+
"Gender=Fem|Number=Sing|POS=PRON|Person=3|Poss=Yes|PronType=Prs":95,
|
751 |
+
"Case=Acc,Dat|Mood=Imp|Number=Sing|POS=VERB|Person=2,3|PrepCase=Npr|PronType=Prs|VerbForm=Fin":100,
|
752 |
+
"Gender=Fem|Number=Plur|POS=DET|Person=3|Poss=Yes|PronType=Prs":90,
|
753 |
+
"Case=Acc,Dat|Number=Plur|POS=VERB|Person=1|PrepCase=Npr|PronType=Prs|Reflex=Yes|VerbForm=Ger":100,
|
754 |
+
"Gender=Fem|Number=Plur|Number[psor]=Plur|POS=DET|Person=2|Poss=Yes|PronType=Prs":90,
|
755 |
+
"Number=Plur|Number[psor]=Sing|POS=DET|Person=2|Poss=Yes|PronType=Prs":90,
|
756 |
+
"POS=NOUN|PunctType=Comm":92,
|
757 |
+
"Degree=Cmp|POS=ADJ":84,
|
758 |
+
"Gender=Masc|POS=ADJ":84,
|
759 |
+
"Degree=Abs|Gender=Masc|NumType=Card|Number=Plur|POS=PRON|PronType=Ind":95,
|
760 |
+
"POS=PRON|PronType=Neg":95,
|
761 |
+
"Gender=Fem|Number=Sing|POS=DET|Person=3|Poss=Yes|PronType=Ind":90,
|
762 |
+
"Number=Sing|POS=DET|PronType=Int,Rel":90
|
763 |
+
}
|
764 |
+
}
|
morphologizer/model
ADDED
Binary file (1.17 MB). View file
|
|
parser/cfg
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"moves":null,
|
3 |
+
"update_with_oracle_cut_size":100,
|
4 |
+
"multitasks":[
|
5 |
+
|
6 |
+
],
|
7 |
+
"min_action_freq":30,
|
8 |
+
"learn_tokens":false,
|
9 |
+
"beam_width":1,
|
10 |
+
"beam_density":0.0,
|
11 |
+
"beam_update_prob":0.0,
|
12 |
+
"incorrect_spans_key":null
|
13 |
+
}
|
parser/model
ADDED
Binary file (460 kB). View file
|
|
parser/moves
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
��moves�]{"0":{"":238563},"1":{"":190131},"2":{"case":60449,"det":59407,"punct":22413,"nsubj":19801,"mark":15726,"cc":12202,"advmod":10398,"obj":7480,"amod":6564,"aux":6004,"obl":5059,"cop":4405,"nummod":3311,"advcl":1139,"ccomp":887,"iobj":736,"nmod":718,"expl:pass":399,"csubj":327,"parataxis":232,"xcomp":128,"nsubj||conj":117,"advmod||conj":82,"mark||conj":81,"dep":62,"obj||conj":56,"obl||conj":47,"obj||xcomp":37,"advcl||xcomp":33},"3":{"nmod":30550,"punct":30408,"obj":21372,"amod":17246,"obl":14466,"conj":13231,"flat":11635,"acl":8528,"fixed":6393,"appos":6071,"advcl":6063,"advmod":5058,"nsubj":4101,"ccomp":4055,"xcomp":3243,"compound":1969,"nummod":1212,"case":1013,"det":741,"iobj":696,"csubj":669,"parataxis":298,"dep":176,"mark":146,"aux":137,"cop":133,"flat||det":73,"advcl||xcomp":70,"conj||xcomp":56,"appos||det":39,"obj||xcomp":38},"4":{"ROOT":14302}}�cfg��neg_key�
|
tokenizer
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
��prefix_search�~^§|^%|^=|^—|^–|^\+(?![0-9])|^…|^……|^,|^:|^;|^\!|^\?|^¿|^؟|^¡|^\(|^\)|^\[|^\]|^\{|^\}|^<|^>|^_|^#|^\*|^&|^。|^?|^!|^,|^、|^;|^:|^~|^·|^।|^،|^۔|^؛|^٪|^\.\.+|^…|^\'|^"|^”|^“|^`|^‘|^´|^’|^‚|^,|^„|^»|^«|^「|^」|^『|^』|^(|^)|^〔|^〕|^【|^】|^《|^》|^〈|^〉|^\$|^£|^€|^¥|^฿|^US\$|^C\$|^A\$|^₽|^﷼|^₴|^₠|^₡|^₢|^₣|^₤|^₥|^₦|^₧|^₨|^₩|^₪|^₫|^€|^₭|^₮|^₯|^₰|^₱|^₲|^₳|^₴|^₵|^₶|^₷|^₸|^₹|^₺|^₻|^₼|^₽|^₾|^₿|^[\u00A6\u00A9\u00AE\u00B0\u0482\u058D\u058E\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u09FA\u0B70\u0BF3-\u0BF8\u0BFA\u0C7F\u0D4F\u0D79\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116\u2117\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u214A\u214C\u214D\u214F\u218A\u218B\u2195-\u2199\u219C-\u219F\u21A1\u21A2\u21A4\u21A5\u21A7-\u21AD\u21AF-\u21CD\u21D0\u21D1\u21D3\u21D5-\u21F3\u2300-\u2307\u230C-\u231F\u2322-\u2328\u232B-\u237B\u237D-\u239A\u23B4-\u23DB\u23E2-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u25B6\u25B8-\u25C0\u25C2-\u25F7\u2600-\u266E\u2670-\u2767\u2794-\u27BF\u2800-\u28FF\u2B00-\u2B2F\u2B45\u2B46\u2B4D-\u2B73\u2B76-\u2B95\u2B98-\u2BC8\u2BCA-\u2BFE\u2CE5-\u2CEA\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFB\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u32FE\u3300-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA828-\uA82B\uA836\uA837\uA839\uAA77-\uAA79\uFDFD\uFFE4\uFFE8\uFFED\uFFEE\uFFFC\uFFFD\U00010137-\U0001013F\U00010179-\U00010189\U0001018C-\U0001018E\U00010190-\U0001019B\U000101A0\U000101D0-\U000101FC\U00010877\U00010878\U00010AC8\U0001173F\U00016B3C-\U00016B3F\U00016B45\U0001BC9C\U0001D000-\U0001D0F5\U0001D100-\U0001D126\U0001D129-\U0001D164\U0001D16A-\U0001D16C\U0001D183\U0001D184\U0001D18C-\U0001D1A9\U0001D1AE-\U0001D1E8\U0001D200-\U0001D241\U0001D245\U0001D300-\U0001D356\U0001D800-\U0001D9FF\U0001DA37-\U0001DA3A\U0001DA6D-\U0001DA74\U0001DA76-\U0001DA83\U0001DA85\U0001DA86\U0001ECAC\U0001F000-\U0001F02B\U0001F030-\U0001F093\U0001F0A0-\U0001F0AE\U0001F0B1-\U0001F0BF\U0001F0C1-\U0001F0CF\U0001F0D1-\U0001F0F5\U0001F110-\U0001F16B\U0001F170-\U0001F1AC\U0001F1E6-\U0001F202\U0001F210-\U0001F23B\U0001F240-\U0001F248\U0001F250\U0001F251\U0001F260-\U0001F265\U0001F300-\U0001F3FA\U0001F400-\U0001F6D4\U0001F6E0-\U0001F6EC\U0001F6F0-\U0001F6F9\U0001F700-\U0001F773\U0001F780-\U0001F7D8\U0001F800-\U0001F80B\U0001F810-\U0001F847\U0001F850-\U0001F859\U0001F860-\U0001F887\U0001F890-\U0001F8AD\U0001F900-\U0001F90B\U0001F910-\U0001F93E\U0001F940-\U0001F970\U0001F973-\U0001F976\U0001F97A\U0001F97C-\U0001F9A2\U0001F9B0-\U0001F9B9\U0001F9C0-\U0001F9C2\U0001F9D0-\U0001F9FF\U0001FA60-\U0001FA6D]�suffix_search�2—$|–$|…$|……$|,$|:$|;$|\!$|\?$|¿$|؟$|¡$|\($|\)$|\[$|\]$|\{$|\}$|<$|>$|_$|#$|\*$|&$|。$|?$|!$|,$|、$|;$|:$|~$|·$|।$|،$|۔$|؛$|٪$|\.\.+$|…$|\'$|"$|”$|“$|`$|‘$|´$|’$|‚$|,$|„$|»$|«$|「$|」$|『$|』$|($|)$|〔$|〕$|【$|】$|《$|》$|〈$|〉$|[\u00A6\u00A9\u00AE\u00B0\u0482\u058D\u058E\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u09FA\u0B70\u0BF3-\u0BF8\u0BFA\u0C7F\u0D4F\u0D79\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116\u2117\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u214A\u214C\u214D\u214F\u218A\u218B\u2195-\u2199\u219C-\u219F\u21A1\u21A2\u21A4\u21A5\u21A7-\u21AD\u21AF-\u21CD\u21D0\u21D1\u21D3\u21D5-\u21F3\u2300-\u2307\u230C-\u231F\u2322-\u2328\u232B-\u237B\u237D-\u239A\u23B4-\u23DB\u23E2-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u25B6\u25B8-\u25C0\u25C2-\u25F7\u2600-\u266E\u2670-\u2767\u2794-\u27BF\u2800-\u28FF\u2B00-\u2B2F\u2B45\u2B46\u2B4D-\u2B73\u2B76-\u2B95\u2B98-\u2BC8\u2BCA-\u2BFE\u2CE5-\u2CEA\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFB\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u32FE\u3300-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA828-\uA82B\uA836\uA837\uA839\uAA77-\uAA79\uFDFD\uFFE4\uFFE8\uFFED\uFFEE\uFFFC\uFFFD\U00010137-\U0001013F\U00010179-\U00010189\U0001018C-\U0001018E\U00010190-\U0001019B\U000101A0\U000101D0-\U000101FC\U00010877\U00010878\U00010AC8\U0001173F\U00016B3C-\U00016B3F\U00016B45\U0001BC9C\U0001D000-\U0001D0F5\U0001D100-\U0001D126\U0001D129-\U0001D164\U0001D16A-\U0001D16C\U0001D183\U0001D184\U0001D18C-\U0001D1A9\U0001D1AE-\U0001D1E8\U0001D200-\U0001D241\U0001D245\U0001D300-\U0001D356\U0001D800-\U0001D9FF\U0001DA37-\U0001DA3A\U0001DA6D-\U0001DA74\U0001DA76-\U0001DA83\U0001DA85\U0001DA86\U0001ECAC\U0001F000-\U0001F02B\U0001F030-\U0001F093\U0001F0A0-\U0001F0AE\U0001F0B1-\U0001F0BF\U0001F0C1-\U0001F0CF\U0001F0D1-\U0001F0F5\U0001F110-\U0001F16B\U0001F170-\U0001F1AC\U0001F1E6-\U0001F202\U0001F210-\U0001F23B\U0001F240-\U0001F248\U0001F250\U0001F251\U0001F260-\U0001F265\U0001F300-\U0001F3FA\U0001F400-\U0001F6D4\U0001F6E0-\U0001F6EC\U0001F6F0-\U0001F6F9\U0001F700-\U0001F773\U0001F780-\U0001F7D8\U0001F800-\U0001F80B\U0001F810-\U0001F847\U0001F850-\U0001F859\U0001F860-\U0001F887\U0001F890-\U0001F8AD\U0001F900-\U0001F90B\U0001F910-\U0001F93E\U0001F940-\U0001F970\U0001F973-\U0001F976\U0001F97A\U0001F97C-\U0001F9A2\U0001F9B0-\U0001F9B9\U0001F9C0-\U0001F9C2\U0001F9D0-\U0001F9FF\U0001FA60-\U0001FA6D]$|(?<=[0-9])\+$|(?<=°[FfCcKk])\.$|(?<=[0-9])(?:\$|£|€|¥|฿|US\$|C\$|A\$|₽|﷼|₴|₠|₡|₢|₣|₤|₥|₦|₧|₨|₩|₪|₫|€|₭|₮|₯|₰|₱|₲|₳|₴|₵|₶|₷|₸|₹|₺|₻|₼|₽|₾|₿)$|(?<=[0-9])(?:km|km²|km³|m|m²|m³|dm|dm²|dm³|cm|cm²|cm³|mm|mm²|mm³|ha|µm|nm|yd|in|ft|kg|g|mg|µg|t|lb|oz|m/s|km/h|kmh|mph|hPa|Pa|mbar|mb|MB|kb|KB|gb|GB|tb|TB|T|G|M|K|км|км²|км³|м|м²|м³|дм|дм²|дм³|см|см²|см³|мм|мм²|мм³|нм|кг|г|мг|м/с|км/ч|кПа|Па|мбар|Кб|КБ|кб|Мб|МБ|мб|Гб|ГБ|гб|Тб|ТБ|тбكم|كم²|كم³|م|م²|م³|سم|سم²|سم³|مم|مم²|مم³|كم|غرام|جرام|جم|كغ|ملغ|كوب|اكواب)$|(?<=[0-9a-z\uFF41-\uFF5A\u00DF-\u00F6\u00F8-\u00FF\u0101\u0103\u0105\u0107\u0109\u010B\u010D\u010F\u0111\u0113\u0115\u0117\u0119\u011B\u011D\u011F\u0121\u0123\u0125\u0127\u0129\u012B\u012D\u012F\u0131\u0133\u0135\u0137\u0138\u013A\u013C\u013E\u0140\u0142\u0144\u0146\u0148\u0149\u014B\u014D\u014F\u0151\u0153\u0155\u0157\u0159\u015B\u015D\u015F\u0161\u0163\u0165\u0167\u0169\u016B\u016D\u016F\u0171\u0173\u0175\u0177\u017A\u017C\u017E\u017F\u0180\u0183\u0185\u0188\u018C\u018D\u0192\u0195\u0199-\u019B\u019E\u01A1\u01A3\u01A5\u01A8\u01AA\u01AB\u01AD\u01B0\u01B4\u01B6\u01B9\u01BA\u01BD-\u01BF\u01C6\u01C9\u01CC\u01CE\u01D0\u01D2\u01D4\u01D6\u01D8\u01DA\u01DC\u01DD\u01DF\u01E1\u01E3\u01E5\u01E7\u01E9\u01EB\u01ED\u01EF\u01F0\u01F3\u01F5\u01F9\u01FB\u01FD\u01FF\u0201\u0203\u0205\u0207\u0209\u020B\u020D\u020F\u0211\u0213\u0215\u0217\u0219\u021B\u021D\u021F\u0221\u0223\u0225\u0227\u0229\u022B\u022D\u022F\u0231\u0233-\u0239\u023C\u023F\u0240\u0242\u0247\u0249\u024B\u024D\u024F\u2C61\u2C65\u2C66\u2C68\u2C6A\u2C6C\u2C71\u2C73\u2C74\u2C76-\u2C7B\uA723\uA725\uA727\uA729\uA72B\uA72D\uA72F-\uA731\uA733\uA735\uA737\uA739\uA73B\uA73D\uA73F\uA741\uA743\uA745\uA747\uA749\uA74B\uA74D\uA74F\uA751\uA753\uA755\uA757\uA759\uA75B\uA75D\uA75F\uA761\uA763\uA765\uA767\uA769\uA76B\uA76D\uA76F\uA771-\uA778\uA77A\uA77C\uA77F\uA781\uA783\uA785\uA787\uA78C\uA78E\uA791\uA793-\uA795\uA797\uA799\uA79B\uA79D\uA79F\uA7A1\uA7A3\uA7A5\uA7A7\uA7A9\uA7AF\uA7B5\uA7B7\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E01\u1E03\u1E05\u1E07\u1E09\u1E0B\u1E0D\u1E0F\u1E11\u1E13\u1E15\u1E17\u1E19\u1E1B\u1E1D\u1E1F\u1E21\u1E23\u1E25\u1E27\u1E29\u1E2B\u1E2D\u1E2F\u1E31\u1E33\u1E35\u1E37\u1E39\u1E3B\u1E3D\u1E3F\u1E41\u1E43\u1E45\u1E47\u1E49\u1E4B\u1E4D\u1E4F\u1E51\u1E53\u1E55\u1E57\u1E59\u1E5B\u1E5D\u1E5F\u1E61\u1E63\u1E65\u1E67\u1E69\u1E6B\u1E6D\u1E6F\u1E71\u1E73\u1E75\u1E77\u1E79\u1E7B\u1E7D\u1E7F\u1E81\u1E83\u1E85\u1E87\u1E89\u1E8B\u1E8D\u1E8F\u1E91\u1E93\u1E95-\u1E9D\u1E9F\u1EA1\u1EA3\u1EA5\u1EA7\u1EA9\u1EAB\u1EAD\u1EAF\u1EB1\u1EB3\u1EB5\u1EB7\u1EB9\u1EBB\u1EBD\u1EBF\u1EC1\u1EC3\u1EC5\u1EC7\u1EC9\u1ECB\u1ECD\u1ECF\u1ED1\u1ED3\u1ED5\u1ED7\u1ED9\u1EDB\u1EDD\u1EDF\u1EE1\u1EE3\u1EE5\u1EE7\u1EE9\u1EEB\u1EED\u1EEF\u1EF1\u1EF3\u1EF5\u1EF7\u1EF9\u1EFB\u1EFD\u1EFFёа-яәөүҗңһα-ωάέίόώήύа-щюяіїєґѓѕјљњќѐѝ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F%²\-\+…|……|,|:|;|\!|\?|¿|؟|¡|\(|\)|\[|\]|\{|\}|<|>|_|#|\*|&|。|?|!|,|、|;|:|~|·|।|،|۔|؛|٪(?:\'"”“`‘´’‚,„»«「」『』()〔〕【】《》〈〉—–)])\.$|(?<=[A-Z\uFF21-\uFF3A\u00C0-\u00D6\u00D8-\u00DE\u0100\u0102\u0104\u0106\u0108\u010A\u010C\u010E\u0110\u0112\u0114\u0116\u0118\u011A\u011C\u011E\u0120\u0122\u0124\u0126\u0128\u012A\u012C\u012E\u0130\u0132\u0134\u0136\u0139\u013B\u013D\u013F\u0141\u0143\u0145\u0147\u014A\u014C\u014E\u0150\u0152\u0154\u0156\u0158\u015A\u015C\u015E\u0160\u0162\u0164\u0166\u0168\u016A\u016C\u016E\u0170\u0172\u0174\u0176\u0178\u0179\u017B\u017D\u0181\u0182\u0184\u0186\u0187\u0189-\u018B\u018E-\u0191\u0193\u0194\u0196-\u0198\u019C\u019D\u019F\u01A0\u01A2\u01A4\u01A6\u01A7\u01A9\u01AC\u01AE\u01AF\u01B1-\u01B3\u01B5\u01B7\u01B8\u01BC\u01C4\u01C7\u01CA\u01CD\u01CF\u01D1\u01D3\u01D5\u01D7\u01D9\u01DB\u01DE\u01E0\u01E2\u01E4\u01E6\u01E8\u01EA\u01EC\u01EE\u01F1\u01F4\u01F6-\u01F8\u01FA\u01FC\u01FE\u0200\u0202\u0204\u0206\u0208\u020A\u020C\u020E\u0210\u0212\u0214\u0216\u0218\u021A\u021C\u021E\u0220\u0222\u0224\u0226\u0228\u022A\u022C\u022E\u0230\u0232\u023A\u023B\u023D\u023E\u0241\u0243-\u0246\u0248\u024A\u024C\u024E\u2C60\u2C62-\u2C64\u2C67\u2C69\u2C6B\u2C6D-\u2C70\u2C72\u2C75\u2C7E\u2C7F\uA722\uA724\uA726\uA728\uA72A\uA72C\uA72E\uA732\uA734\uA736\uA738\uA73A\uA73C\uA73E\uA740\uA742\uA744\uA746\uA748\uA74A\uA74C\uA74E\uA750\uA752\uA754\uA756\uA758\uA75A\uA75C\uA75E\uA760\uA762\uA764\uA766\uA768\uA76A\uA76C\uA76E\uA779\uA77B\uA77D\uA77E\uA780\uA782\uA784\uA786\uA78B\uA78D\uA790\uA792\uA796\uA798\uA79A\uA79C\uA79E\uA7A0\uA7A2\uA7A4\uA7A6\uA7A8\uA7AA-\uA7AE\uA7B0-\uA7B4\uA7B6\uA7B8\u1E00\u1E02\u1E04\u1E06\u1E08\u1E0A\u1E0C\u1E0E\u1E10\u1E12\u1E14\u1E16\u1E18\u1E1A\u1E1C\u1E1E\u1E20\u1E22\u1E24\u1E26\u1E28\u1E2A\u1E2C\u1E2E\u1E30\u1E32\u1E34\u1E36\u1E38\u1E3A\u1E3C\u1E3E\u1E40\u1E42\u1E44\u1E46\u1E48\u1E4A\u1E4C\u1E4E\u1E50\u1E52\u1E54\u1E56\u1E58\u1E5A\u1E5C\u1E5E\u1E60\u1E62\u1E64\u1E66\u1E68\u1E6A\u1E6C\u1E6E\u1E70\u1E72\u1E74\u1E76\u1E78\u1E7A\u1E7C\u1E7E\u1E80\u1E82\u1E84\u1E86\u1E88\u1E8A\u1E8C\u1E8E\u1E90\u1E92\u1E94\u1E9E\u1EA0\u1EA2\u1EA4\u1EA6\u1EA8\u1EAA\u1EAC\u1EAE\u1EB0\u1EB2\u1EB4\u1EB6\u1EB8\u1EBA\u1EBC\u1EBE\u1EC0\u1EC2\u1EC4\u1EC6\u1EC8\u1ECA\u1ECC\u1ECE\u1ED0\u1ED2\u1ED4\u1ED6\u1ED8\u1EDA\u1EDC\u1EDE\u1EE0\u1EE2\u1EE4\u1EE6\u1EE8\u1EEA\u1EEC\u1EEE\u1EF0\u1EF2\u1EF4\u1EF6\u1EF8\u1EFA\u1EFC\u1EFEЁА-ЯӘӨҮҖҢҺΑ-ΩΆΈΊΌΏΉΎА-ЩЮЯІЇЄҐЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F][A-Z\uFF21-\uFF3A\u00C0-\u00D6\u00D8-\u00DE\u0100\u0102\u0104\u0106\u0108\u010A\u010C\u010E\u0110\u0112\u0114\u0116\u0118\u011A\u011C\u011E\u0120\u0122\u0124\u0126\u0128\u012A\u012C\u012E\u0130\u0132\u0134\u0136\u0139\u013B\u013D\u013F\u0141\u0143\u0145\u0147\u014A\u014C\u014E\u0150\u0152\u0154\u0156\u0158\u015A\u015C\u015E\u0160\u0162\u0164\u0166\u0168\u016A\u016C\u016E\u0170\u0172\u0174\u0176\u0178\u0179\u017B\u017D\u0181\u0182\u0184\u0186\u0187\u0189-\u018B\u018E-\u0191\u0193\u0194\u0196-\u0198\u019C\u019D\u019F\u01A0\u01A2\u01A4\u01A6\u01A7\u01A9\u01AC\u01AE\u01AF\u01B1-\u01B3\u01B5\u01B7\u01B8\u01BC\u01C4\u01C7\u01CA\u01CD\u01CF\u01D1\u01D3\u01D5\u01D7\u01D9\u01DB\u01DE\u01E0\u01E2\u01E4\u01E6\u01E8\u01EA\u01EC\u01EE\u01F1\u01F4\u01F6-\u01F8\u01FA\u01FC\u01FE\u0200\u0202\u0204\u0206\u0208\u020A\u020C\u020E\u0210\u0212\u0214\u0216\u0218\u021A\u021C\u021E\u0220\u0222\u0224\u0226\u0228\u022A\u022C\u022E\u0230\u0232\u023A\u023B\u023D\u023E\u0241\u0243-\u0246\u0248\u024A\u024C\u024E\u2C60\u2C62-\u2C64\u2C67\u2C69\u2C6B\u2C6D-\u2C70\u2C72\u2C75\u2C7E\u2C7F\uA722\uA724\uA726\uA728\uA72A\uA72C\uA72E\uA732\uA734\uA736\uA738\uA73A\uA73C\uA73E\uA740\uA742\uA744\uA746\uA748\uA74A\uA74C\uA74E\uA750\uA752\uA754\uA756\uA758\uA75A\uA75C\uA75E\uA760\uA762\uA764\uA766\uA768\uA76A\uA76C\uA76E\uA779\uA77B\uA77D\uA77E\uA780\uA782\uA784\uA786\uA78B\uA78D\uA790\uA792\uA796\uA798\uA79A\uA79C\uA79E\uA7A0\uA7A2\uA7A4\uA7A6\uA7A8\uA7AA-\uA7AE\uA7B0-\uA7B4\uA7B6\uA7B8\u1E00\u1E02\u1E04\u1E06\u1E08\u1E0A\u1E0C\u1E0E\u1E10\u1E12\u1E14\u1E16\u1E18\u1E1A\u1E1C\u1E1E\u1E20\u1E22\u1E24\u1E26\u1E28\u1E2A\u1E2C\u1E2E\u1E30\u1E32\u1E34\u1E36\u1E38\u1E3A\u1E3C\u1E3E\u1E40\u1E42\u1E44\u1E46\u1E48\u1E4A\u1E4C\u1E4E\u1E50\u1E52\u1E54\u1E56\u1E58\u1E5A\u1E5C\u1E5E\u1E60\u1E62\u1E64\u1E66\u1E68\u1E6A\u1E6C\u1E6E\u1E70\u1E72\u1E74\u1E76\u1E78\u1E7A\u1E7C\u1E7E\u1E80\u1E82\u1E84\u1E86\u1E88\u1E8A\u1E8C\u1E8E\u1E90\u1E92\u1E94\u1E9E\u1EA0\u1EA2\u1EA4\u1EA6\u1EA8\u1EAA\u1EAC\u1EAE\u1EB0\u1EB2\u1EB4\u1EB6\u1EB8\u1EBA\u1EBC\u1EBE\u1EC0\u1EC2\u1EC4\u1EC6\u1EC8\u1ECA\u1ECC\u1ECE\u1ED0\u1ED2\u1ED4\u1ED6\u1ED8\u1EDA\u1EDC\u1EDE\u1EE0\u1EE2\u1EE4\u1EE6\u1EE8\u1EEA\u1EEC\u1EEE\u1EF0\u1EF2\u1EF4\u1EF6\u1EF8\u1EFA\u1EFC\u1EFEЁА-ЯӘӨҮҖҢҺΑ-ΩΆΈΊΌΏΉΎА-ЩЮЯІЇЄҐЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])\.$�infix_finditer�4�\.\.+|…|[\u00A6\u00A9\u00AE\u00B0\u0482\u058D\u058E\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u09FA\u0B70\u0BF3-\u0BF8\u0BFA\u0C7F\u0D4F\u0D79\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116\u2117\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u214A\u214C\u214D\u214F\u218A\u218B\u2195-\u2199\u219C-\u219F\u21A1\u21A2\u21A4\u21A5\u21A7-\u21AD\u21AF-\u21CD\u21D0\u21D1\u21D3\u21D5-\u21F3\u2300-\u2307\u230C-\u231F\u2322-\u2328\u232B-\u237B\u237D-\u239A\u23B4-\u23DB\u23E2-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u25B6\u25B8-\u25C0\u25C2-\u25F7\u2600-\u266E\u2670-\u2767\u2794-\u27BF\u2800-\u28FF\u2B00-\u2B2F\u2B45\u2B46\u2B4D-\u2B73\u2B76-\u2B95\u2B98-\u2BC8\u2BCA-\u2BFE\u2CE5-\u2CEA\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFB\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u32FE\u3300-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA828-\uA82B\uA836\uA837\uA839\uAA77-\uAA79\uFDFD\uFFE4\uFFE8\uFFED\uFFEE\uFFFC\uFFFD\U00010137-\U0001013F\U00010179-\U00010189\U0001018C-\U0001018E\U00010190-\U0001019B\U000101A0\U000101D0-\U000101FC\U00010877\U00010878\U00010AC8\U0001173F\U00016B3C-\U00016B3F\U00016B45\U0001BC9C\U0001D000-\U0001D0F5\U0001D100-\U0001D126\U0001D129-\U0001D164\U0001D16A-\U0001D16C\U0001D183\U0001D184\U0001D18C-\U0001D1A9\U0001D1AE-\U0001D1E8\U0001D200-\U0001D241\U0001D245\U0001D300-\U0001D356\U0001D800-\U0001D9FF\U0001DA37-\U0001DA3A\U0001DA6D-\U0001DA74\U0001DA76-\U0001DA83\U0001DA85\U0001DA86\U0001ECAC\U0001F000-\U0001F02B\U0001F030-\U0001F093\U0001F0A0-\U0001F0AE\U0001F0B1-\U0001F0BF\U0001F0C1-\U0001F0CF\U0001F0D1-\U0001F0F5\U0001F110-\U0001F16B\U0001F170-\U0001F1AC\U0001F1E6-\U0001F202\U0001F210-\U0001F23B\U0001F240-\U0001F248\U0001F250\U0001F251\U0001F260-\U0001F265\U0001F300-\U0001F3FA\U0001F400-\U0001F6D4\U0001F6E0-\U0001F6EC\U0001F6F0-\U0001F6F9\U0001F700-\U0001F773\U0001F780-\U0001F7D8\U0001F800-\U0001F80B\U0001F810-\U0001F847\U0001F850-\U0001F859\U0001F860-\U0001F887\U0001F890-\U0001F8AD\U0001F900-\U0001F90B\U0001F910-\U0001F93E\U0001F940-\U0001F970\U0001F973-\U0001F976\U0001F97A\U0001F97C-\U0001F9A2\U0001F9B0-\U0001F9B9\U0001F9C0-\U0001F9C2\U0001F9D0-\U0001F9FF\U0001FA60-\U0001FA6D]|(?<=[0-9])[+\*^](?=[0-9-])|(?<=[a-z\uFF41-\uFF5A\u00DF-\u00F6\u00F8-\u00FF\u0101\u0103\u0105\u0107\u0109\u010B\u010D\u010F\u0111\u0113\u0115\u0117\u0119\u011B\u011D\u011F\u0121\u0123\u0125\u0127\u0129\u012B\u012D\u012F\u0131\u0133\u0135\u0137\u0138\u013A\u013C\u013E\u0140\u0142\u0144\u0146\u0148\u0149\u014B\u014D\u014F\u0151\u0153\u0155\u0157\u0159\u015B\u015D\u015F\u0161\u0163\u0165\u0167\u0169\u016B\u016D\u016F\u0171\u0173\u0175\u0177\u017A\u017C\u017E\u017F\u0180\u0183\u0185\u0188\u018C\u018D\u0192\u0195\u0199-\u019B\u019E\u01A1\u01A3\u01A5\u01A8\u01AA\u01AB\u01AD\u01B0\u01B4\u01B6\u01B9\u01BA\u01BD-\u01BF\u01C6\u01C9\u01CC\u01CE\u01D0\u01D2\u01D4\u01D6\u01D8\u01DA\u01DC\u01DD\u01DF\u01E1\u01E3\u01E5\u01E7\u01E9\u01EB\u01ED\u01EF\u01F0\u01F3\u01F5\u01F9\u01FB\u01FD\u01FF\u0201\u0203\u0205\u0207\u0209\u020B\u020D\u020F\u0211\u0213\u0215\u0217\u0219\u021B\u021D\u021F\u0221\u0223\u0225\u0227\u0229\u022B\u022D\u022F\u0231\u0233-\u0239\u023C\u023F\u0240\u0242\u0247\u0249\u024B\u024D\u024F\u2C61\u2C65\u2C66\u2C68\u2C6A\u2C6C\u2C71\u2C73\u2C74\u2C76-\u2C7B\uA723\uA725\uA727\uA729\uA72B\uA72D\uA72F-\uA731\uA733\uA735\uA737\uA739\uA73B\uA73D\uA73F\uA741\uA743\uA745\uA747\uA749\uA74B\uA74D\uA74F\uA751\uA753\uA755\uA757\uA759\uA75B\uA75D\uA75F\uA761\uA763\uA765\uA767\uA769\uA76B\uA76D\uA76F\uA771-\uA778\uA77A\uA77C\uA77F\uA781\uA783\uA785\uA787\uA78C\uA78E\uA791\uA793-\uA795\uA797\uA799\uA79B\uA79D\uA79F\uA7A1\uA7A3\uA7A5\uA7A7\uA7A9\uA7AF\uA7B5\uA7B7\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E01\u1E03\u1E05\u1E07\u1E09\u1E0B\u1E0D\u1E0F\u1E11\u1E13\u1E15\u1E17\u1E19\u1E1B\u1E1D\u1E1F\u1E21\u1E23\u1E25\u1E27\u1E29\u1E2B\u1E2D\u1E2F\u1E31\u1E33\u1E35\u1E37\u1E39\u1E3B\u1E3D\u1E3F\u1E41\u1E43\u1E45\u1E47\u1E49\u1E4B\u1E4D\u1E4F\u1E51\u1E53\u1E55\u1E57\u1E59\u1E5B\u1E5D\u1E5F\u1E61\u1E63\u1E65\u1E67\u1E69\u1E6B\u1E6D\u1E6F\u1E71\u1E73\u1E75\u1E77\u1E79\u1E7B\u1E7D\u1E7F\u1E81\u1E83\u1E85\u1E87\u1E89\u1E8B\u1E8D\u1E8F\u1E91\u1E93\u1E95-\u1E9D\u1E9F\u1EA1\u1EA3\u1EA5\u1EA7\u1EA9\u1EAB\u1EAD\u1EAF\u1EB1\u1EB3\u1EB5\u1EB7\u1EB9\u1EBB\u1EBD\u1EBF\u1EC1\u1EC3\u1EC5\u1EC7\u1EC9\u1ECB\u1ECD\u1ECF\u1ED1\u1ED3\u1ED5\u1ED7\u1ED9\u1EDB\u1EDD\u1EDF\u1EE1\u1EE3\u1EE5\u1EE7\u1EE9\u1EEB\u1EED\u1EEF\u1EF1\u1EF3\u1EF5\u1EF7\u1EF9\u1EFB\u1EFD\u1EFFёа-яәөүҗңһα-ωάέίόώήύа-щюяіїєґѓѕјљњќѐѝ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F\'"”“`‘´’‚,„»«「」『』()〔〕【】《》〈〉—–])\.(?=[A-Z\uFF21-\uFF3A\u00C0-\u00D6\u00D8-\u00DE\u0100\u0102\u0104\u0106\u0108\u010A\u010C\u010E\u0110\u0112\u0114\u0116\u0118\u011A\u011C\u011E\u0120\u0122\u0124\u0126\u0128\u012A\u012C\u012E\u0130\u0132\u0134\u0136\u0139\u013B\u013D\u013F\u0141\u0143\u0145\u0147\u014A\u014C\u014E\u0150\u0152\u0154\u0156\u0158\u015A\u015C\u015E\u0160\u0162\u0164\u0166\u0168\u016A\u016C\u016E\u0170\u0172\u0174\u0176\u0178\u0179\u017B\u017D\u0181\u0182\u0184\u0186\u0187\u0189-\u018B\u018E-\u0191\u0193\u0194\u0196-\u0198\u019C\u019D\u019F\u01A0\u01A2\u01A4\u01A6\u01A7\u01A9\u01AC\u01AE\u01AF\u01B1-\u01B3\u01B5\u01B7\u01B8\u01BC\u01C4\u01C7\u01CA\u01CD\u01CF\u01D1\u01D3\u01D5\u01D7\u01D9\u01DB\u01DE\u01E0\u01E2\u01E4\u01E6\u01E8\u01EA\u01EC\u01EE\u01F1\u01F4\u01F6-\u01F8\u01FA\u01FC\u01FE\u0200\u0202\u0204\u0206\u0208\u020A\u020C\u020E\u0210\u0212\u0214\u0216\u0218\u021A\u021C\u021E\u0220\u0222\u0224\u0226\u0228\u022A\u022C\u022E\u0230\u0232\u023A\u023B\u023D\u023E\u0241\u0243-\u0246\u0248\u024A\u024C\u024E\u2C60\u2C62-\u2C64\u2C67\u2C69\u2C6B\u2C6D-\u2C70\u2C72\u2C75\u2C7E\u2C7F\uA722\uA724\uA726\uA728\uA72A\uA72C\uA72E\uA732\uA734\uA736\uA738\uA73A\uA73C\uA73E\uA740\uA742\uA744\uA746\uA748\uA74A\uA74C\uA74E\uA750\uA752\uA754\uA756\uA758\uA75A\uA75C\uA75E\uA760\uA762\uA764\uA766\uA768\uA76A\uA76C\uA76E\uA779\uA77B\uA77D\uA77E\uA780\uA782\uA784\uA786\uA78B\uA78D\uA790\uA792\uA796\uA798\uA79A\uA79C\uA79E\uA7A0\uA7A2\uA7A4\uA7A6\uA7A8\uA7AA-\uA7AE\uA7B0-\uA7B4\uA7B6\uA7B8\u1E00\u1E02\u1E04\u1E06\u1E08\u1E0A\u1E0C\u1E0E\u1E10\u1E12\u1E14\u1E16\u1E18\u1E1A\u1E1C\u1E1E\u1E20\u1E22\u1E24\u1E26\u1E28\u1E2A\u1E2C\u1E2E\u1E30\u1E32\u1E34\u1E36\u1E38\u1E3A\u1E3C\u1E3E\u1E40\u1E42\u1E44\u1E46\u1E48\u1E4A\u1E4C\u1E4E\u1E50\u1E52\u1E54\u1E56\u1E58\u1E5A\u1E5C\u1E5E\u1E60\u1E62\u1E64\u1E66\u1E68\u1E6A\u1E6C\u1E6E\u1E70\u1E72\u1E74\u1E76\u1E78\u1E7A\u1E7C\u1E7E\u1E80\u1E82\u1E84\u1E86\u1E88\u1E8A\u1E8C\u1E8E\u1E90\u1E92\u1E94\u1E9E\u1EA0\u1EA2\u1EA4\u1EA6\u1EA8\u1EAA\u1EAC\u1EAE\u1EB0\u1EB2\u1EB4\u1EB6\u1EB8\u1EBA\u1EBC\u1EBE\u1EC0\u1EC2\u1EC4\u1EC6\u1EC8\u1ECA\u1ECC\u1ECE\u1ED0\u1ED2\u1ED4\u1ED6\u1ED8\u1EDA\u1EDC\u1EDE\u1EE0\u1EE2\u1EE4\u1EE6\u1EE8\u1EEA\u1EEC\u1EEE\u1EF0\u1EF2\u1EF4\u1EF6\u1EF8\u1EFA\u1EFC\u1EFEЁА-ЯӘӨҮҖҢҺΑ-ΩΆΈΊΌΏΉΎА-ЩЮЯІЇЄҐЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F\'"”“`‘´’‚,„»«「」『』()〔〕【】《》〈〉—–])|(?<=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-яЁА-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήύΑ-ΩΆΈΊΌΏΉΎа-щюяіїєґА-ЩЮЯІЇЄҐѓѕјљњќѐѝЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F]),(?=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-яЁА-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήύΑ-ΩΆΈΊΌΏΉΎа-щюяіїєґА-ЩЮЯІЇЄҐѓѕјљњќѐѝЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])|(?<=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-яЁА-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήύΑ-ΩΆΈΊΌΏΉΎа-щюяіїєґА-ЩЮЯІЇЄҐѓѕјљњќѐѝЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F0-9])[:<>=/](?=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-яЁА-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήύΑ-ΩΆΈΊΌΏΉΎа-щюяіїєґА-ЩЮЯІЇЄҐѓѕјљњќѐѝЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])�token_match��url_match�
|
2 |
+
��A�
|
3 |
+
� ��A� �'��A�'�''��A�''�(*_*)��A�(*_*)�(-8��A�(-8�(-:��A�(-:�(-;��A�(-;�(-_-)��A�(-_-)�(._.)��A�(._.)�(:��A�(:�(;��A�(;�(=��A�(=�(>_<)��A�(>_<)�(^_^)��A�(^_^)�(o:��A�(o:�(¬_¬)��A�(¬_¬)�(ಠ_ಠ)��A�(ಠ_ಠ)�(╯°□°)╯︵┻━┻��A�(╯°□°)╯︵┻━┻�)-:��A�)-:�):��A�):�-_-��A�-_-�-__-��A�-__-�._.��A�._.�0.0��A�0.0�0.o��A�0.o�0_0��A�0_0�0_o��A�0_o�10a.m.��A�10�A�a.m.�10am��A�10�A�am�10p.m.��A�10�A�p.m.�10pm��A�10�A�pm�11a.m.��A�11�A�a.m.�11am��A�11�A�am�11p.m.��A�11�A�p.m.�11pm��A�11�A�pm�12a.m.��A�12�A�a.m.�12am��A�12�A�am�12m.��A�12�A�m.�12p.m.��A�12�A�p.m.�12pm��A�12�A�pm�1a.m.��A�1�A�a.m.�1am��A�1�A�am�1p.m.��A�1�A�p.m.�1pm��A�1�A�pm�2a.m.��A�2�A�a.m.�2am��A�2�A�am�2p.m.��A�2�A�p.m.�2pm��A�2�A�pm�3a.m.��A�3�A�a.m.�3am��A�3�A�am�3p.m.��A�3�A�p.m.�3pm��A�3�A�pm�4a.m.��A�4�A�a.m.�4am��A�4�A�am�4p.m.��A�4�A�p.m.�4pm��A�4�A�pm�5a.m.��A�5�A�a.m.�5am��A�5�A�am�5p.m.��A�5�A�p.m.�5pm��A�5�A�pm�6a.m.��A�6�A�a.m.�6am��A�6�A�am�6p.m.��A�6�A�p.m.�6pm��A�6�A�pm�7a.m.��A�7�A�a.m.�7am��A�7�A�am�7p.m.��A�7�A�p.m.�7pm��A�7�A�pm�8)��A�8)�8-)��A�8-)�8-D��A�8-D�8D��A�8D�8a.m.��A�8�A�a.m.�8am��A�8�A�am�8p.m.��A�8�A�p.m.�8pm��A�8�A�pm�9a.m.��A�9�A�a.m.�9am��A�9�A�am�9p.m.��A�9�A�p.m.�9pm��A�9�A�pm�:'(��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�@_@�Av.��A�Av.�Avda.��A�Avda.�C++��A�C++�Cía.��A�Cía.�Dr.��A�Dr.�Dra.��A�Dra.�EE. UU.��A�EE. UU.�EE.UU.��A�EE.UU.�Ee. Uu.��A�Ee. Uu.�Ee.Uu.��A�Ee.Uu.�Gob.��A�Gob.�Gral.��A�Gral.�Ing.��A�Ing.�J.C.��A�J.C.�Lic.��A�Lic.�O.O��A�O.O�O.o��A�O.o�O_O��A�O_O�O_o��A�O_o�P.D.��A�P.D.�Prof.��A�Prof.�Profa.��A�Profa.�Q.E.P.D.��A�Q.E.P.D.�S.A.��A�S.A.�S.L.��A�S.L.�S.R.L.��A�S.R.L.�Sr.��A�Sr.�Sra.��A�Sra.�Srta.��A�Srta.�Ud.��A�Ud.C�usted�Uds.��A�Uds.C�ustedes�V.V��A�V.V�V_V��A�V_V�Vd.��A�Vd.C�usted�Vds.��A�Vds.C�ustedes�XD��A�XD�XDD��A�XDD�[-:��A�[-:�[:��A�[:�[=��A�[=�\")��A�\")�\n��A�\n�\t��A�\t�]=��A�]=�^_^��A�^_^�^__^��A�^__^�^___^��A�^___^�a.��A�a.�a.C.��A�a.C.�a.J.C.��A�a.J.C.�apdo.��A�apdo.�aprox.��A�aprox.�b.��A�b.�c.��A�c.�d.��A�d.�d.C.��A�d.C.�d.J.C.��A�d.J.C.�dna.��A�dna.�dpto.��A�dpto.�e.��A�e.�ej.��A�ej.�esq.��A�esq.�etc.��A�etc.�f.��A�f.�fig.��A�fig.�g.��A�g.�h.��A�h.�i.��A�i.�j.��A�j.�k.��A�k.�km/h��A�km/h�l.��A�l.�m.��A�m.�m.n.��A�m.n.�n.��A�n.�n°��A�n°�núm.��A�núm.�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.�p.ej.��A�p.ej.�pal��A�pa�A�lC�el�pág.��A�pág.�q.��A�q.�q.e.p.d.��A�q.e.p.d.�r.��A�r.�s.��A�s.�s.s.s.��A�s.s.s.�t.��A�t.�u.��A�u.�v.��A�v.�v.v��A�v.v�v_v��A�v_v�vol.��A�vol.C�volúmen�w.��A�w.�x.��A�x.�xD��A�xD�xDD��A�xDD�y.��A�y.�z.��A�z.� ��A� C� �¯\(ツ)/¯��A�¯\(ツ)/¯�°C��A�°C�ä.��A�ä.�ö.��A�ö.�ü.��A�ü.�ಠ_ಠ��A�ಠ_ಠ�ಠ︵ಠ��A�ಠ︵ಠ�—��A�—�’��A�’�’’��A�’’
|
transformer/cfg
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"max_batch_items":4096
|
3 |
+
}
|
transformer/model/config.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/mnt/scratch/tmp/es_dep_news_trf/642a4041-d7a8-4d4d-8e91-c865840e58a9/training/syntax/model-best/transformer/model",
|
3 |
+
"architectures": [
|
4 |
+
"BertForMaskedLM"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"gradient_checkpointing": false,
|
8 |
+
"hidden_act": "gelu",
|
9 |
+
"hidden_dropout_prob": 0.1,
|
10 |
+
"hidden_size": 768,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 3072,
|
13 |
+
"layer_norm_eps": 1e-12,
|
14 |
+
"max_position_embeddings": 512,
|
15 |
+
"model_type": "bert",
|
16 |
+
"num_attention_heads": 12,
|
17 |
+
"num_hidden_layers": 12,
|
18 |
+
"output_past": true,
|
19 |
+
"pad_token_id": 1,
|
20 |
+
"position_embedding_type": "absolute",
|
21 |
+
"transformers_version": "4.6.1",
|
22 |
+
"type_vocab_size": 2,
|
23 |
+
"use_cache": true,
|
24 |
+
"vocab_size": 31002
|
25 |
+
}
|
transformer/model/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c6396acfd7fa402eac4a0d9320f9437666553592095e668a4cf124742937fda
|
3 |
+
size 439482097
|
transformer/model/special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
|
transformer/model/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
transformer/model/tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"do_lower_case": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": false, "name_or_path": "/mnt/scratch/tmp/es_dep_news_trf/642a4041-d7a8-4d4d-8e91-c865840e58a9/training/syntax/model-best/transformer/model", "do_basic_tokenize": true, "never_split": null, "model_max_length": 512, "special_tokens_map_file": "/var/lib/buildkite-agent/.cache/huggingface/transformers/9848a00af462c42dfb4ec88ef438fbab5256330f7f6f50badc48d277f9367d49.f982506b52498d4adb4bd491f593dc92b2ef6be61bfdbe9d30f53f963f9f5b66"}
|
transformer/model/vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
vocab/key2row
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
�
|
vocab/lookups.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:76be8b528d0075f7aae98d6fa57a6d3c83ae480a8469e668d7b0af968995ac71
|
3 |
+
size 1
|
vocab/strings.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa51096c56140a91adff2e56a5fa31677704df0bb1b83b6bd5551cfe60e7dc6a
|
3 |
+
size 878346
|
vocab/vectors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:14772b683e726436d5948ad3fff2b43d036ef2ebbe3458aafed6004e05a40706
|
3 |
+
size 128
|