initial upload
Browse files- .gitattributes +6 -0
- LICENSE +427 -0
- LICENSES_SOURCES +34 -0
- README.md +220 -0
- config.cfg +230 -0
- lemmatizer/lookups/lookups.bin +3 -0
- lv_roberta_large-1.0.0-py3-none-any.whl +3 -0
- meta.json +0 -0
- morphologizer/cfg +0 -0
- morphologizer/model +3 -0
- parser/cfg +13 -0
- parser/model +3 -0
- parser/moves +1 -0
- senter/cfg +3 -0
- senter/model +3 -0
- tagger/cfg +1831 -0
- tagger/model +3 -0
- tokenizer +3 -0
- transformer/cfg +3 -0
- transformer/model +3 -0
- trf_tok2vec/cfg +3 -0
- trf_tok2vec/model +0 -0
- vocab/key2row +1 -0
- vocab/lookups.bin +3 -0
- vocab/strings.json +0 -0
- vocab/vectors +0 -0
- vocab/vectors.cfg +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,9 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
lv_roberta_large-1.0.0-py3-none-any.whl filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
morphologizer/model filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
parser/model filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
senter/model filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
tagger/model filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
transformer/model filter=lfs diff=lfs merge=lfs -text
|
LICENSE
ADDED
|
@@ -0,0 +1,427 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Attribution-ShareAlike 4.0 International
|
| 2 |
+
|
| 3 |
+
=======================================================================
|
| 4 |
+
|
| 5 |
+
Creative Commons Corporation ("Creative Commons") is not a law firm and
|
| 6 |
+
does not provide legal services or legal advice. Distribution of
|
| 7 |
+
Creative Commons public licenses does not create a lawyer-client or
|
| 8 |
+
other relationship. Creative Commons makes its licenses and related
|
| 9 |
+
information available on an "as-is" basis. Creative Commons gives no
|
| 10 |
+
warranties regarding its licenses, any material licensed under their
|
| 11 |
+
terms and conditions, or any related information. Creative Commons
|
| 12 |
+
disclaims all liability for damages resulting from their use to the
|
| 13 |
+
fullest extent possible.
|
| 14 |
+
|
| 15 |
+
Using Creative Commons Public Licenses
|
| 16 |
+
|
| 17 |
+
Creative Commons public licenses provide a standard set of terms and
|
| 18 |
+
conditions that creators and other rights holders may use to share
|
| 19 |
+
original works of authorship and other material subject to copyright
|
| 20 |
+
and certain other rights specified in the public license below. The
|
| 21 |
+
following considerations are for informational purposes only, are not
|
| 22 |
+
exhaustive, and do not form part of our licenses.
|
| 23 |
+
|
| 24 |
+
Considerations for licensors: Our public licenses are
|
| 25 |
+
intended for use by those authorized to give the public
|
| 26 |
+
permission to use material in ways otherwise restricted by
|
| 27 |
+
copyright and certain other rights. Our licenses are
|
| 28 |
+
irrevocable. Licensors should read and understand the terms
|
| 29 |
+
and conditions of the license they choose before applying it.
|
| 30 |
+
Licensors should also secure all rights necessary before
|
| 31 |
+
applying our licenses so that the public can reuse the
|
| 32 |
+
material as expected. Licensors should clearly mark any
|
| 33 |
+
material not subject to the license. This includes other CC-
|
| 34 |
+
licensed material, or material used under an exception or
|
| 35 |
+
limitation to copyright. More considerations for licensors:
|
| 36 |
+
wiki.creativecommons.org/Considerations_for_licensors
|
| 37 |
+
|
| 38 |
+
Considerations for the public: By using one of our public
|
| 39 |
+
licenses, a licensor grants the public permission to use the
|
| 40 |
+
licensed material under specified terms and conditions. If
|
| 41 |
+
the licensor's permission is not necessary for any reason--for
|
| 42 |
+
example, because of any applicable exception or limitation to
|
| 43 |
+
copyright--then that use is not regulated by the license. Our
|
| 44 |
+
licenses grant only permissions under copyright and certain
|
| 45 |
+
other rights that a licensor has authority to grant. Use of
|
| 46 |
+
the licensed material may still be restricted for other
|
| 47 |
+
reasons, including because others have copyright or other
|
| 48 |
+
rights in the material. A licensor may make special requests,
|
| 49 |
+
such as asking that all changes be marked or described.
|
| 50 |
+
Although not required by our licenses, you are encouraged to
|
| 51 |
+
respect those requests where reasonable. More considerations
|
| 52 |
+
for the public:
|
| 53 |
+
wiki.creativecommons.org/Considerations_for_licensees
|
| 54 |
+
|
| 55 |
+
=======================================================================
|
| 56 |
+
|
| 57 |
+
Creative Commons Attribution-ShareAlike 4.0 International Public
|
| 58 |
+
License
|
| 59 |
+
|
| 60 |
+
By exercising the Licensed Rights (defined below), You accept and agree
|
| 61 |
+
to be bound by the terms and conditions of this Creative Commons
|
| 62 |
+
Attribution-ShareAlike 4.0 International Public License ("Public
|
| 63 |
+
License"). To the extent this Public License may be interpreted as a
|
| 64 |
+
contract, You are granted the Licensed Rights in consideration of Your
|
| 65 |
+
acceptance of these terms and conditions, and the Licensor grants You
|
| 66 |
+
such rights in consideration of benefits the Licensor receives from
|
| 67 |
+
making the Licensed Material available under these terms and
|
| 68 |
+
conditions.
|
| 69 |
+
|
| 70 |
+
|
| 71 |
+
Section 1 -- Definitions.
|
| 72 |
+
|
| 73 |
+
a. Adapted Material means material subject to Copyright and Similar
|
| 74 |
+
Rights that is derived from or based upon the Licensed Material
|
| 75 |
+
and in which the Licensed Material is translated, altered,
|
| 76 |
+
arranged, transformed, or otherwise modified in a manner requiring
|
| 77 |
+
permission under the Copyright and Similar Rights held by the
|
| 78 |
+
Licensor. For purposes of this Public License, where the Licensed
|
| 79 |
+
Material is a musical work, performance, or sound recording,
|
| 80 |
+
Adapted Material is always produced where the Licensed Material is
|
| 81 |
+
synched in timed relation with a moving image.
|
| 82 |
+
|
| 83 |
+
b. Adapter's License means the license You apply to Your Copyright
|
| 84 |
+
and Similar Rights in Your contributions to Adapted Material in
|
| 85 |
+
accordance with the terms and conditions of this Public License.
|
| 86 |
+
|
| 87 |
+
c. BY-SA Compatible License means a license listed at
|
| 88 |
+
creativecommons.org/compatiblelicenses, approved by Creative
|
| 89 |
+
Commons as essentially the equivalent of this Public License.
|
| 90 |
+
|
| 91 |
+
d. Copyright and Similar Rights means copyright and/or similar rights
|
| 92 |
+
closely related to copyright including, without limitation,
|
| 93 |
+
performance, broadcast, sound recording, and Sui Generis Database
|
| 94 |
+
Rights, without regard to how the rights are labeled or
|
| 95 |
+
categorized. For purposes of this Public License, the rights
|
| 96 |
+
specified in Section 2(b)(1)-(2) are not Copyright and Similar
|
| 97 |
+
Rights.
|
| 98 |
+
|
| 99 |
+
e. Effective Technological Measures means those measures that, in the
|
| 100 |
+
absence of proper authority, may not be circumvented under laws
|
| 101 |
+
fulfilling obligations under Article 11 of the WIPO Copyright
|
| 102 |
+
Treaty adopted on December 20, 1996, and/or similar international
|
| 103 |
+
agreements.
|
| 104 |
+
|
| 105 |
+
f. Exceptions and Limitations means fair use, fair dealing, and/or
|
| 106 |
+
any other exception or limitation to Copyright and Similar Rights
|
| 107 |
+
that applies to Your use of the Licensed Material.
|
| 108 |
+
|
| 109 |
+
g. License Elements means the license attributes listed in the name
|
| 110 |
+
of a Creative Commons Public License. The License Elements of this
|
| 111 |
+
Public License are Attribution and ShareAlike.
|
| 112 |
+
|
| 113 |
+
h. Licensed Material means the artistic or literary work, database,
|
| 114 |
+
or other material to which the Licensor applied this Public
|
| 115 |
+
License.
|
| 116 |
+
|
| 117 |
+
i. Licensed Rights means the rights granted to You subject to the
|
| 118 |
+
terms and conditions of this Public License, which are limited to
|
| 119 |
+
all Copyright and Similar Rights that apply to Your use of the
|
| 120 |
+
Licensed Material and that the Licensor has authority to license.
|
| 121 |
+
|
| 122 |
+
j. Licensor means the individual(s) or entity(ies) granting rights
|
| 123 |
+
under this Public License.
|
| 124 |
+
|
| 125 |
+
k. Share means to provide material to the public by any means or
|
| 126 |
+
process that requires permission under the Licensed Rights, such
|
| 127 |
+
as reproduction, public display, public performance, distribution,
|
| 128 |
+
dissemination, communication, or importation, and to make material
|
| 129 |
+
available to the public including in ways that members of the
|
| 130 |
+
public may access the material from a place and at a time
|
| 131 |
+
individually chosen by them.
|
| 132 |
+
|
| 133 |
+
l. Sui Generis Database Rights means rights other than copyright
|
| 134 |
+
resulting from Directive 96/9/EC of the European Parliament and of
|
| 135 |
+
the Council of 11 March 1996 on the legal protection of databases,
|
| 136 |
+
as amended and/or succeeded, as well as other essentially
|
| 137 |
+
equivalent rights anywhere in the world.
|
| 138 |
+
|
| 139 |
+
m. You means the individual or entity exercising the Licensed Rights
|
| 140 |
+
under this Public License. Your has a corresponding meaning.
|
| 141 |
+
|
| 142 |
+
|
| 143 |
+
Section 2 -- Scope.
|
| 144 |
+
|
| 145 |
+
a. License grant.
|
| 146 |
+
|
| 147 |
+
1. Subject to the terms and conditions of this Public License,
|
| 148 |
+
the Licensor hereby grants You a worldwide, royalty-free,
|
| 149 |
+
non-sublicensable, non-exclusive, irrevocable license to
|
| 150 |
+
exercise the Licensed Rights in the Licensed Material to:
|
| 151 |
+
|
| 152 |
+
a. reproduce and Share the Licensed Material, in whole or
|
| 153 |
+
in part; and
|
| 154 |
+
|
| 155 |
+
b. produce, reproduce, and Share Adapted Material.
|
| 156 |
+
|
| 157 |
+
2. Exceptions and Limitations. For the avoidance of doubt, where
|
| 158 |
+
Exceptions and Limitations apply to Your use, this Public
|
| 159 |
+
License does not apply, and You do not need to comply with
|
| 160 |
+
its terms and conditions.
|
| 161 |
+
|
| 162 |
+
3. Term. The term of this Public License is specified in Section
|
| 163 |
+
6(a).
|
| 164 |
+
|
| 165 |
+
4. Media and formats; technical modifications allowed. The
|
| 166 |
+
Licensor authorizes You to exercise the Licensed Rights in
|
| 167 |
+
all media and formats whether now known or hereafter created,
|
| 168 |
+
and to make technical modifications necessary to do so. The
|
| 169 |
+
Licensor waives and/or agrees not to assert any right or
|
| 170 |
+
authority to forbid You from making technical modifications
|
| 171 |
+
necessary to exercise the Licensed Rights, including
|
| 172 |
+
technical modifications necessary to circumvent Effective
|
| 173 |
+
Technological Measures. For purposes of this Public License,
|
| 174 |
+
simply making modifications authorized by this Section 2(a)
|
| 175 |
+
(4) never produces Adapted Material.
|
| 176 |
+
|
| 177 |
+
5. Downstream recipients.
|
| 178 |
+
|
| 179 |
+
a. Offer from the Licensor -- Licensed Material. Every
|
| 180 |
+
recipient of the Licensed Material automatically
|
| 181 |
+
receives an offer from the Licensor to exercise the
|
| 182 |
+
Licensed Rights under the terms and conditions of this
|
| 183 |
+
Public License.
|
| 184 |
+
|
| 185 |
+
b. Additional offer from the Licensor -- Adapted Material.
|
| 186 |
+
Every recipient of Adapted Material from You
|
| 187 |
+
automatically receives an offer from the Licensor to
|
| 188 |
+
exercise the Licensed Rights in the Adapted Material
|
| 189 |
+
under the conditions of the Adapter's License You apply.
|
| 190 |
+
|
| 191 |
+
c. No downstream restrictions. You may not offer or impose
|
| 192 |
+
any additional or different terms or conditions on, or
|
| 193 |
+
apply any Effective Technological Measures to, the
|
| 194 |
+
Licensed Material if doing so restricts exercise of the
|
| 195 |
+
Licensed Rights by any recipient of the Licensed
|
| 196 |
+
Material.
|
| 197 |
+
|
| 198 |
+
6. No endorsement. Nothing in this Public License constitutes or
|
| 199 |
+
may be construed as permission to assert or imply that You
|
| 200 |
+
are, or that Your use of the Licensed Material is, connected
|
| 201 |
+
with, or sponsored, endorsed, or granted official status by,
|
| 202 |
+
the Licensor or others designated to receive attribution as
|
| 203 |
+
provided in Section 3(a)(1)(A)(i).
|
| 204 |
+
|
| 205 |
+
b. Other rights.
|
| 206 |
+
|
| 207 |
+
1. Moral rights, such as the right of integrity, are not
|
| 208 |
+
licensed under this Public License, nor are publicity,
|
| 209 |
+
privacy, and/or other similar personality rights; however, to
|
| 210 |
+
the extent possible, the Licensor waives and/or agrees not to
|
| 211 |
+
assert any such rights held by the Licensor to the limited
|
| 212 |
+
extent necessary to allow You to exercise the Licensed
|
| 213 |
+
Rights, but not otherwise.
|
| 214 |
+
|
| 215 |
+
2. Patent and trademark rights are not licensed under this
|
| 216 |
+
Public License.
|
| 217 |
+
|
| 218 |
+
3. To the extent possible, the Licensor waives any right to
|
| 219 |
+
collect royalties from You for the exercise of the Licensed
|
| 220 |
+
Rights, whether directly or through a collecting society
|
| 221 |
+
under any voluntary or waivable statutory or compulsory
|
| 222 |
+
licensing scheme. In all other cases the Licensor expressly
|
| 223 |
+
reserves any right to collect such royalties.
|
| 224 |
+
|
| 225 |
+
|
| 226 |
+
Section 3 -- License Conditions.
|
| 227 |
+
|
| 228 |
+
Your exercise of the Licensed Rights is expressly made subject to the
|
| 229 |
+
following conditions.
|
| 230 |
+
|
| 231 |
+
a. Attribution.
|
| 232 |
+
|
| 233 |
+
1. If You Share the Licensed Material (including in modified
|
| 234 |
+
form), You must:
|
| 235 |
+
|
| 236 |
+
a. retain the following if it is supplied by the Licensor
|
| 237 |
+
with the Licensed Material:
|
| 238 |
+
|
| 239 |
+
i. identification of the creator(s) of the Licensed
|
| 240 |
+
Material and any others designated to receive
|
| 241 |
+
attribution, in any reasonable manner requested by
|
| 242 |
+
the Licensor (including by pseudonym if
|
| 243 |
+
designated);
|
| 244 |
+
|
| 245 |
+
ii. a copyright notice;
|
| 246 |
+
|
| 247 |
+
iii. a notice that refers to this Public License;
|
| 248 |
+
|
| 249 |
+
iv. a notice that refers to the disclaimer of
|
| 250 |
+
warranties;
|
| 251 |
+
|
| 252 |
+
v. a URI or hyperlink to the Licensed Material to the
|
| 253 |
+
extent reasonably practicable;
|
| 254 |
+
|
| 255 |
+
b. indicate if You modified the Licensed Material and
|
| 256 |
+
retain an indication of any previous modifications; and
|
| 257 |
+
|
| 258 |
+
c. indicate the Licensed Material is licensed under this
|
| 259 |
+
Public License, and include the text of, or the URI or
|
| 260 |
+
hyperlink to, this Public License.
|
| 261 |
+
|
| 262 |
+
2. You may satisfy the conditions in Section 3(a)(1) in any
|
| 263 |
+
reasonable manner based on the medium, means, and context in
|
| 264 |
+
which You Share the Licensed Material. For example, it may be
|
| 265 |
+
reasonable to satisfy the conditions by providing a URI or
|
| 266 |
+
hyperlink to a resource that includes the required
|
| 267 |
+
information.
|
| 268 |
+
|
| 269 |
+
3. If requested by the Licensor, You must remove any of the
|
| 270 |
+
information required by Section 3(a)(1)(A) to the extent
|
| 271 |
+
reasonably practicable.
|
| 272 |
+
|
| 273 |
+
b. ShareAlike.
|
| 274 |
+
|
| 275 |
+
In addition to the conditions in Section 3(a), if You Share
|
| 276 |
+
Adapted Material You produce, the following conditions also apply.
|
| 277 |
+
|
| 278 |
+
1. The Adapter's License You apply must be a Creative Commons
|
| 279 |
+
license with the same License Elements, this version or
|
| 280 |
+
later, or a BY-SA Compatible License.
|
| 281 |
+
|
| 282 |
+
2. You must include the text of, or the URI or hyperlink to, the
|
| 283 |
+
Adapter's License You apply. You may satisfy this condition
|
| 284 |
+
in any reasonable manner based on the medium, means, and
|
| 285 |
+
context in which You Share Adapted Material.
|
| 286 |
+
|
| 287 |
+
3. You may not offer or impose any additional or different terms
|
| 288 |
+
or conditions on, or apply any Effective Technological
|
| 289 |
+
Measures to, Adapted Material that restrict exercise of the
|
| 290 |
+
rights granted under the Adapter's License You apply.
|
| 291 |
+
|
| 292 |
+
|
| 293 |
+
Section 4 -- Sui Generis Database Rights.
|
| 294 |
+
|
| 295 |
+
Where the Licensed Rights include Sui Generis Database Rights that
|
| 296 |
+
apply to Your use of the Licensed Material:
|
| 297 |
+
|
| 298 |
+
a. for the avoidance of doubt, Section 2(a)(1) grants You the right
|
| 299 |
+
to extract, reuse, reproduce, and Share all or a substantial
|
| 300 |
+
portion of the contents of the database;
|
| 301 |
+
|
| 302 |
+
b. if You include all or a substantial portion of the database
|
| 303 |
+
contents in a database in which You have Sui Generis Database
|
| 304 |
+
Rights, then the database in which You have Sui Generis Database
|
| 305 |
+
Rights (but not its individual contents) is Adapted Material,
|
| 306 |
+
|
| 307 |
+
including for purposes of Section 3(b); and
|
| 308 |
+
c. You must comply with the conditions in Section 3(a) if You Share
|
| 309 |
+
all or a substantial portion of the contents of the database.
|
| 310 |
+
|
| 311 |
+
For the avoidance of doubt, this Section 4 supplements and does not
|
| 312 |
+
replace Your obligations under this Public License where the Licensed
|
| 313 |
+
Rights include other Copyright and Similar Rights.
|
| 314 |
+
|
| 315 |
+
|
| 316 |
+
Section 5 -- Disclaimer of Warranties and Limitation of Liability.
|
| 317 |
+
|
| 318 |
+
a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
|
| 319 |
+
EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
|
| 320 |
+
AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
|
| 321 |
+
ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
|
| 322 |
+
IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
|
| 323 |
+
WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
|
| 324 |
+
PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
|
| 325 |
+
ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
|
| 326 |
+
KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
|
| 327 |
+
ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
|
| 328 |
+
|
| 329 |
+
b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
|
| 330 |
+
TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
|
| 331 |
+
NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
|
| 332 |
+
INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
|
| 333 |
+
COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
|
| 334 |
+
USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
|
| 335 |
+
ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
|
| 336 |
+
DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
|
| 337 |
+
IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
|
| 338 |
+
|
| 339 |
+
c. The disclaimer of warranties and limitation of liability provided
|
| 340 |
+
above shall be interpreted in a manner that, to the extent
|
| 341 |
+
possible, most closely approximates an absolute disclaimer and
|
| 342 |
+
waiver of all liability.
|
| 343 |
+
|
| 344 |
+
|
| 345 |
+
Section 6 -- Term and Termination.
|
| 346 |
+
|
| 347 |
+
a. This Public License applies for the term of the Copyright and
|
| 348 |
+
Similar Rights licensed here. However, if You fail to comply with
|
| 349 |
+
this Public License, then Your rights under this Public License
|
| 350 |
+
terminate automatically.
|
| 351 |
+
|
| 352 |
+
b. Where Your right to use the Licensed Material has terminated under
|
| 353 |
+
Section 6(a), it reinstates:
|
| 354 |
+
|
| 355 |
+
1. automatically as of the date the violation is cured, provided
|
| 356 |
+
it is cured within 30 days of Your discovery of the
|
| 357 |
+
violation; or
|
| 358 |
+
|
| 359 |
+
2. upon express reinstatement by the Licensor.
|
| 360 |
+
|
| 361 |
+
For the avoidance of doubt, this Section 6(b) does not affect any
|
| 362 |
+
right the Licensor may have to seek remedies for Your violations
|
| 363 |
+
of this Public License.
|
| 364 |
+
|
| 365 |
+
c. For the avoidance of doubt, the Licensor may also offer the
|
| 366 |
+
Licensed Material under separate terms or conditions or stop
|
| 367 |
+
distributing the Licensed Material at any time; however, doing so
|
| 368 |
+
will not terminate this Public License.
|
| 369 |
+
|
| 370 |
+
d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
|
| 371 |
+
License.
|
| 372 |
+
|
| 373 |
+
|
| 374 |
+
Section 7 -- Other Terms and Conditions.
|
| 375 |
+
|
| 376 |
+
a. The Licensor shall not be bound by any additional or different
|
| 377 |
+
terms or conditions communicated by You unless expressly agreed.
|
| 378 |
+
|
| 379 |
+
b. Any arrangements, understandings, or agreements regarding the
|
| 380 |
+
Licensed Material not stated herein are separate from and
|
| 381 |
+
independent of the terms and conditions of this Public License.
|
| 382 |
+
|
| 383 |
+
|
| 384 |
+
Section 8 -- Interpretation.
|
| 385 |
+
|
| 386 |
+
a. For the avoidance of doubt, this Public License does not, and
|
| 387 |
+
shall not be interpreted to, reduce, limit, restrict, or impose
|
| 388 |
+
conditions on any use of the Licensed Material that could lawfully
|
| 389 |
+
be made without permission under this Public License.
|
| 390 |
+
|
| 391 |
+
b. To the extent possible, if any provision of this Public License is
|
| 392 |
+
deemed unenforceable, it shall be automatically reformed to the
|
| 393 |
+
minimum extent necessary to make it enforceable. If the provision
|
| 394 |
+
cannot be reformed, it shall be severed from this Public License
|
| 395 |
+
without affecting the enforceability of the remaining terms and
|
| 396 |
+
conditions.
|
| 397 |
+
|
| 398 |
+
c. No term or condition of this Public License will be waived and no
|
| 399 |
+
failure to comply consented to unless expressly agreed to by the
|
| 400 |
+
Licensor.
|
| 401 |
+
|
| 402 |
+
d. Nothing in this Public License constitutes or may be interpreted
|
| 403 |
+
as a limitation upon, or waiver of, any privileges and immunities
|
| 404 |
+
that apply to the Licensor or You, including from the legal
|
| 405 |
+
processes of any jurisdiction or authority.
|
| 406 |
+
|
| 407 |
+
|
| 408 |
+
=======================================================================
|
| 409 |
+
|
| 410 |
+
Creative Commons is not a party to its public
|
| 411 |
+
licenses. Notwithstanding, Creative Commons may elect to apply one of
|
| 412 |
+
its public licenses to material it publishes and in those instances
|
| 413 |
+
will be considered the “Licensor.” The text of the Creative Commons
|
| 414 |
+
public licenses is dedicated to the public domain under the CC0 Public
|
| 415 |
+
Domain Dedication. Except for the limited purpose of indicating that
|
| 416 |
+
material is shared under a Creative Commons public license or as
|
| 417 |
+
otherwise permitted by the Creative Commons policies published at
|
| 418 |
+
creativecommons.org/policies, Creative Commons does not authorize the
|
| 419 |
+
use of the trademark "Creative Commons" or any other trademark or logo
|
| 420 |
+
of Creative Commons without its prior written consent including,
|
| 421 |
+
without limitation, in connection with any unauthorized modifications
|
| 422 |
+
to any of its public licenses or any other arrangements,
|
| 423 |
+
understandings, or agreements concerning use of licensed material. For
|
| 424 |
+
the avoidance of doubt, this paragraph does not form part of the
|
| 425 |
+
public licenses.
|
| 426 |
+
|
| 427 |
+
Creative Commons may be contacted at creativecommons.org.
|
LICENSES_SOURCES
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This model was trained using the Universal Dependencies Latvian Treebank (UD_Latvian-LVTB).
|
| 2 |
+
|
| 3 |
+
Repository: https://github.com/UniversalDependencies/UD_Latvian-LVTB
|
| 4 |
+
Version: v2.16 (released 2025-05-15)
|
| 5 |
+
|
| 6 |
+
License:
|
| 7 |
+
Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
|
| 8 |
+
https://creativecommons.org/licenses/by-sa/4.0/
|
| 9 |
+
|
| 10 |
+
Acknowledgments:
|
| 11 |
+
Latvian UD Treebank is based on the Latvian Treebank (LVTB), created at the
|
| 12 |
+
University of Latvia, Institute of Mathematics and Computer Science, Artificial Intelligence Laboratory.
|
| 13 |
+
|
| 14 |
+
Contributors include:
|
| 15 |
+
- Lauma Pretkalniņa
|
| 16 |
+
- Laura Rituma
|
| 17 |
+
- Gunta Nešpore-Bērzkalne
|
| 18 |
+
- Baiba Saulīte
|
| 19 |
+
- Artūrs Znotiņš
|
| 20 |
+
- Normunds Grūzītis
|
| 21 |
+
- and others (see repository for full list)
|
| 22 |
+
|
| 23 |
+
Funding acknowledgments:
|
| 24 |
+
Supported by European Regional Development Fund under the grant agreement
|
| 25 |
+
No. 1.1.1.1/16/A/219, in synergy with grant agreement No. 1.1.1.2/VIAA/1/16/188.
|
| 26 |
+
Also supported by State Research Programmes "National Identity", "Digital Resources for the Humanities"
|
| 27 |
+
(VPP-IZM-DH-2020/1-0001), and "Research on Modern Latvian Language and Development of Language Technology"
|
| 28 |
+
(VPP-LETONIKA-2021/1-0006).
|
| 29 |
+
|
| 30 |
+
Usage notes:
|
| 31 |
+
By using this model, you acknowledge that it was trained on data licensed
|
| 32 |
+
under CC BY-SA 4.0. You must comply with the terms of that license when using
|
| 33 |
+
this model, including providing appropriate attribution and ShareAlike for
|
| 34 |
+
derivative works.
|
README.md
ADDED
|
@@ -0,0 +1,220 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- lv
|
| 4 |
+
base_model:
|
| 5 |
+
- FacebookAI/xlm-roberta-large
|
| 6 |
+
license: cc-by-sa-4.0
|
| 7 |
+
datasets:
|
| 8 |
+
- universal_dependencies
|
| 9 |
+
metrics:
|
| 10 |
+
- accuracy
|
| 11 |
+
- uas
|
| 12 |
+
- las
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
# Latvian SpaCy Model: lv_roberta_large
|
| 16 |
+
|
| 17 |
+
## Hugging Face Model Repo:
|
| 18 |
+
https://huggingface.co/JesseHuang922/lv_roberta_large
|
| 19 |
+
|
| 20 |
+
---
|
| 21 |
+
|
| 22 |
+
## Overview
|
| 23 |
+
|
| 24 |
+
This is a **spaCy transformer-based pipeline for Latvian**, built with the **XLM-RoBERTa-large backbone**.
|
| 25 |
+
|
| 26 |
+
It includes the following components:
|
| 27 |
+
|
| 28 |
+
- **Transformer** (XLM-RoBERTa-large)
|
| 29 |
+
- **Tagger**
|
| 30 |
+
- **Morphologizer**
|
| 31 |
+
- **Parser**
|
| 32 |
+
- **Sentence Segmenter (senter)**
|
| 33 |
+
- **Lemmatizer**
|
| 34 |
+
- (Note: Transformer component internally uses a `tok2vec` listener)
|
| 35 |
+
|
| 36 |
+
**Model type:** Transformer pipeline (XLM-RoBERTa-large backbone)
|
| 37 |
+
**Language:** Latvian (lv)
|
| 38 |
+
**Recommended hardware:** CPU for small-scale use, GPU recommended for faster inference.
|
| 39 |
+
|
| 40 |
+
---
|
| 41 |
+
|
| 42 |
+
## Training Data
|
| 43 |
+
|
| 44 |
+
The model was trained on the **Latvian UD Treebank v2.16**, which is derived from the **Latvian Treebank (LVTB)** created at the University of Latvia, Institute of Mathematics and Computer Science, Artificial Intelligence Laboratory (AI Lab).
|
| 45 |
+
|
| 46 |
+
- **Dataset source:** [UD Latvian LVTB](https://github.com/UniversalDependencies/UD_Latvian-LVTB)
|
| 47 |
+
- **License:** [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)
|
| 48 |
+
- **Data splits:**
|
| 49 |
+
- Train: 15,055 sentences
|
| 50 |
+
- Dev: 2,080 sentences
|
| 51 |
+
- Test: 2,396 sentences
|
| 52 |
+
|
| 53 |
+
---
|
| 54 |
+
|
| 55 |
+
## Acknowledgements
|
| 56 |
+
|
| 57 |
+
- Thanks to the **University of Latvia, AI Lab**, and all contributors of the **Latvian UD Treebank**.
|
| 58 |
+
- Model development supported by [LazyBomb.SIA].
|
| 59 |
+
- Inspired by the **spaCy ecosystem** and training framework.
|
| 60 |
+
- The Latvian UD Treebank was developed with support from multiple grants, including:
|
| 61 |
+
- European Regional Development Fund (Grant No. 1.1.1.1/16/A/219, 1.1.1.2/VIAA/1/16/188)
|
| 62 |
+
- State Research Programme "National Identity"
|
| 63 |
+
- State Research Programme "Digital Resources for the Humanities" (Grant No. VPP-IZM-DH-2020/1-0001)
|
| 64 |
+
- State Research Programme "Research on Modern Latvian Language and Development of Language Technology" (Grant No. VPP-LETONIKA-2021/1-0006)
|
| 65 |
+
|
| 66 |
+
---
|
| 67 |
+
|
| 68 |
+
## Special Thanks
|
| 69 |
+
Special Thanks to all contributors who participated in the Beta test and espically those who provided valuable feedback
|
| 70 |
+
|
| 71 |
+
**The list is waiting**
|
| 72 |
+
|
| 73 |
+
---
|
| 74 |
+
|
| 75 |
+
## License
|
| 76 |
+
|
| 77 |
+
This model is released under the [Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA 4.0)](https://creativecommons.org/licenses/by-sa/4.0/).
|
| 78 |
+
|
| 79 |
+
You are free to:
|
| 80 |
+
- **Share** — copy and redistribute the material in any medium or format, for any purpose, even commercially.
|
| 81 |
+
- **Adapt** — remix, transform, and build upon the material for any purpose, even commercially.
|
| 82 |
+
|
| 83 |
+
Under the following terms:
|
| 84 |
+
- **Attribution** — You must give appropriate credit, provide a link to the license, and indicate if changes were made.
|
| 85 |
+
- **ShareAlike** — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.
|
| 86 |
+
|
| 87 |
+
---
|
| 88 |
+
|
| 89 |
+
## References
|
| 90 |
+
|
| 91 |
+
- Pretkalniņa, L., Rituma, L., Saulīte, B., et al. (2016–2025). Universal Dependencies Latvian Treebank (LVTB).
|
| 92 |
+
- Grūzītis, N., Znotiņš, A., Nešpore-Bērzkalne, G., Paikens, P., et al. (2018). Creation of a Balanced State-of-the-Art Multilayer Corpus for NLU. *LREC 2018*.
|
| 93 |
+
- Pretkalniņa, L., Rituma, L., Saulīte, B. (2016). Universal Dependency Treebank for Latvian: A Pilot. *Baltic Perspective Workshop*.
|
| 94 |
+
|
| 95 |
+
---
|
| 96 |
+
|
| 97 |
+
---
|
| 98 |
+
|
| 99 |
+
## Usage
|
| 100 |
+
You can either:
|
| 101 |
+
|
| 102 |
+
1. **Download the model directly from the Hugging Face Hub**
|
| 103 |
+
Using `huggingface_hub.snapshot_download`, the model files will be automatically fetched and cached locally.
|
| 104 |
+
|
| 105 |
+
```python
|
| 106 |
+
import spacy
|
| 107 |
+
from huggingface_hub import snapshot_download
|
| 108 |
+
|
| 109 |
+
# Load the pipeline
|
| 110 |
+
model_dir = snapshot_download(repo_id="JesseHuang922/lv_roberta_large", repo_type="model")
|
| 111 |
+
nlp = spacy.load(model_dir)
|
| 112 |
+
```
|
| 113 |
+
|
| 114 |
+
2. **Install from the pre-built wheel package**
|
| 115 |
+
Download the wheel file (**lv_roberta_large-1.0.0-py3-none-any.whl**) and install it into your virtual environment with:
|
| 116 |
+
|
| 117 |
+
```bash
|
| 118 |
+
pip install lv_roberta_large-1.0.0-py3-none-any.whl
|
| 119 |
+
|
| 120 |
+
---
|
| 121 |
+
|
| 122 |
+
## Dependencies
|
| 123 |
+
|
| 124 |
+
The following Python packages are required to run the Latvian XLM-RoBERTa spaCy pipeline:
|
| 125 |
+
|
| 126 |
+
| Package | Minimum Version | Notes |
|
| 127 |
+
| ---------------------- | --------------- | -------------------------------------------------------------------------------------- |
|
| 128 |
+
| **spaCy** | 3.8.7 | Main NLP framework |
|
| 129 |
+
| **spacy-transformers** | 1.3.9 | Integrates spaCy with Hugging Face Transformers |
|
| 130 |
+
| **transformers** | 4.49.0 | Hugging Face Transformers library |
|
| 131 |
+
| **torch** | 2.8.0 | PyTorch backend for transformers |
|
| 132 |
+
| **tokenizers** | 0.21.4 | Fast tokenizer support |
|
| 133 |
+
| **safetensors** | 0.6.2 | Secure tensor storage for transformer weights |
|
| 134 |
+
| **huggingface-hub** | 0.34.4 | Download and manage the model files from the Hugging Face Hub |
|
| 135 |
+
|
| 136 |
+
## Optional but recommended
|
| 137 |
+
| Package | Minimum Version | Notes |
|
| 138 |
+
| ---------------------- | --------------- | -------------------------------------------------------------------------------------- |
|
| 139 |
+
| **hf-xet** | 1.1.10 | if you need to download or upload large files from the Hugging Face Hub and use the Xet storage backend |
|
| 140 |
+
|
| 141 |
+
## Install all dependencies with just one command line:
|
| 142 |
+
```bash
|
| 143 |
+
pip install \
|
| 144 |
+
spacy>=3.8.7 \
|
| 145 |
+
spacy-transformers>=1.3.9 \
|
| 146 |
+
transformers>=4.49.0 \
|
| 147 |
+
torch>=2.8.0 \
|
| 148 |
+
tokenizers>=0.21.4 \
|
| 149 |
+
safetensors>=0.6.2 \
|
| 150 |
+
huggingface-hub>=0.34.4 \
|
| 151 |
+
hf-xet>=1.1.10
|
| 152 |
+
```
|
| 153 |
+
|
| 154 |
+
## Example Code
|
| 155 |
+
|
| 156 |
+
```python
|
| 157 |
+
import spacy
|
| 158 |
+
import numpy as np
|
| 159 |
+
from huggingface_hub import snapshot_download
|
| 160 |
+
|
| 161 |
+
# Load the pipeline
|
| 162 |
+
model_dir = snapshot_download(repo_id="JesseHuang922/lv_roberta_large", repo_type="model")
|
| 163 |
+
nlp = spacy.load(model_dir)
|
| 164 |
+
|
| 165 |
+
# Example text
|
| 166 |
+
text = """Baltijas jūras nosaukums ir devis nosaukumu baltu valodām un Baltijas valstīm.
|
| 167 |
+
Terminu "Baltijas jūra" (Mare Balticum) pirmoreiz lietoja vācu hronists Brēmenes Ādams 11. gadsimtā."""
|
| 168 |
+
|
| 169 |
+
# Process text
|
| 170 |
+
doc = nlp(text)
|
| 171 |
+
|
| 172 |
+
# ------------------------
|
| 173 |
+
# Tokenization
|
| 174 |
+
# ------------------------
|
| 175 |
+
print("Tokens:")
|
| 176 |
+
print([token.text for token in doc])
|
| 177 |
+
|
| 178 |
+
# ------------------------
|
| 179 |
+
# Lemmatization
|
| 180 |
+
# ------------------------
|
| 181 |
+
print("Lemmas:")
|
| 182 |
+
print([token.lemma_ for token in doc])
|
| 183 |
+
|
| 184 |
+
# ------------------------
|
| 185 |
+
# Part-of-Speech Tagging
|
| 186 |
+
# ------------------------
|
| 187 |
+
print("POS tags:")
|
| 188 |
+
for token in doc:
|
| 189 |
+
print(f"{token.text}: {token.pos_} ({token.tag_})")
|
| 190 |
+
|
| 191 |
+
# ------------------------
|
| 192 |
+
# Morphological Features
|
| 193 |
+
# ------------------------
|
| 194 |
+
print("Morphological features:")
|
| 195 |
+
for token in doc:
|
| 196 |
+
print(f"{token.text}: {token.morph}")
|
| 197 |
+
|
| 198 |
+
# ------------------------
|
| 199 |
+
# Dependency Parsing
|
| 200 |
+
# ------------------------
|
| 201 |
+
print("Dependency parsing:")
|
| 202 |
+
for token in doc:
|
| 203 |
+
print(f"{token.text} <--{token.dep_}-- {token.head.text}")
|
| 204 |
+
|
| 205 |
+
# ------------------------
|
| 206 |
+
# Sentence Segmentation
|
| 207 |
+
# ------------------------
|
| 208 |
+
print("Sentences:")
|
| 209 |
+
for sent in doc.sents:
|
| 210 |
+
print(sent.text)
|
| 211 |
+
|
| 212 |
+
# ------------------------
|
| 213 |
+
# Check Pipeline Components
|
| 214 |
+
# ------------------------
|
| 215 |
+
print("Pipeline components:")
|
| 216 |
+
print(nlp.pipe_names)
|
| 217 |
+
|
| 218 |
+
# Transformer vectors
|
| 219 |
+
vectors = np.vstack([token.vector for token in doc])
|
| 220 |
+
print("Token vectors shape:", vectors.shape)
|
config.cfg
ADDED
|
@@ -0,0 +1,230 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[paths]
|
| 2 |
+
train = "./corpus/lv_lvtb-ud-train.spacy"
|
| 3 |
+
dev = "./corpus/lv_lvtb-ud-dev.spacy"
|
| 4 |
+
vectors = null
|
| 5 |
+
init_tok2vec = null
|
| 6 |
+
|
| 7 |
+
[system]
|
| 8 |
+
gpu_allocator = "pytorch"
|
| 9 |
+
seed = 0
|
| 10 |
+
|
| 11 |
+
[nlp]
|
| 12 |
+
lang = "lv"
|
| 13 |
+
pipeline = ["transformer","trf_tok2vec","tagger","morphologizer","parser","senter","lemmatizer"]
|
| 14 |
+
batch_size = 128
|
| 15 |
+
disabled = []
|
| 16 |
+
before_creation = null
|
| 17 |
+
after_creation = null
|
| 18 |
+
after_pipeline_creation = null
|
| 19 |
+
tokenizer = {"@tokenizers":"spacy.Tokenizer.v1"}
|
| 20 |
+
vectors = {"@vectors":"spacy.Vectors.v1"}
|
| 21 |
+
|
| 22 |
+
[components]
|
| 23 |
+
|
| 24 |
+
[components.lemmatizer]
|
| 25 |
+
factory = "lemmatizer"
|
| 26 |
+
mode = "lookup"
|
| 27 |
+
model = null
|
| 28 |
+
overwrite = false
|
| 29 |
+
scorer = {"@scorers":"spacy.lemmatizer_scorer.v1"}
|
| 30 |
+
|
| 31 |
+
[components.morphologizer]
|
| 32 |
+
factory = "morphologizer"
|
| 33 |
+
extend = false
|
| 34 |
+
label_smoothing = 0.0
|
| 35 |
+
overwrite = true
|
| 36 |
+
scorer = {"@scorers":"spacy.morphologizer_scorer.v1"}
|
| 37 |
+
|
| 38 |
+
[components.morphologizer.model]
|
| 39 |
+
@architectures = "spacy.Tagger.v2"
|
| 40 |
+
nO = null
|
| 41 |
+
normalize = false
|
| 42 |
+
|
| 43 |
+
[components.morphologizer.model.tok2vec]
|
| 44 |
+
@architectures = "spacy-transformers.TransformerListener.v1"
|
| 45 |
+
grad_factor = 1.0
|
| 46 |
+
pooling = {"@layers":"reduce_mean.v1"}
|
| 47 |
+
upstream = "*"
|
| 48 |
+
|
| 49 |
+
[components.parser]
|
| 50 |
+
factory = "parser"
|
| 51 |
+
learn_tokens = false
|
| 52 |
+
min_action_freq = 30
|
| 53 |
+
moves = null
|
| 54 |
+
scorer = {"@scorers":"spacy.parser_scorer.v1"}
|
| 55 |
+
update_with_oracle_cut_size = 100
|
| 56 |
+
|
| 57 |
+
[components.parser.model]
|
| 58 |
+
@architectures = "spacy.TransitionBasedParser.v2"
|
| 59 |
+
state_type = "parser"
|
| 60 |
+
extra_state_tokens = false
|
| 61 |
+
hidden_width = 128
|
| 62 |
+
maxout_pieces = 3
|
| 63 |
+
use_upper = false
|
| 64 |
+
nO = null
|
| 65 |
+
|
| 66 |
+
[components.parser.model.tok2vec]
|
| 67 |
+
@architectures = "spacy-transformers.TransformerListener.v1"
|
| 68 |
+
grad_factor = 1.0
|
| 69 |
+
pooling = {"@layers":"reduce_mean.v1"}
|
| 70 |
+
upstream = "*"
|
| 71 |
+
|
| 72 |
+
[components.senter]
|
| 73 |
+
factory = "senter"
|
| 74 |
+
overwrite = false
|
| 75 |
+
scorer = {"@scorers":"spacy.senter_scorer.v1"}
|
| 76 |
+
|
| 77 |
+
[components.senter.model]
|
| 78 |
+
@architectures = "spacy.Tagger.v2"
|
| 79 |
+
nO = null
|
| 80 |
+
normalize = false
|
| 81 |
+
|
| 82 |
+
[components.senter.model.tok2vec]
|
| 83 |
+
@architectures = "spacy.HashEmbedCNN.v2"
|
| 84 |
+
pretrained_vectors = null
|
| 85 |
+
width = 12
|
| 86 |
+
depth = 1
|
| 87 |
+
embed_size = 2000
|
| 88 |
+
window_size = 1
|
| 89 |
+
maxout_pieces = 2
|
| 90 |
+
subword_features = true
|
| 91 |
+
|
| 92 |
+
[components.tagger]
|
| 93 |
+
factory = "tagger"
|
| 94 |
+
label_smoothing = 0.0
|
| 95 |
+
neg_prefix = "!"
|
| 96 |
+
overwrite = false
|
| 97 |
+
scorer = {"@scorers":"spacy.tagger_scorer.v1"}
|
| 98 |
+
|
| 99 |
+
[components.tagger.model]
|
| 100 |
+
@architectures = "spacy.Tagger.v2"
|
| 101 |
+
nO = null
|
| 102 |
+
normalize = false
|
| 103 |
+
|
| 104 |
+
[components.tagger.model.tok2vec]
|
| 105 |
+
@architectures = "spacy-transformers.TransformerListener.v1"
|
| 106 |
+
grad_factor = 1.0
|
| 107 |
+
pooling = {"@layers":"reduce_mean.v1"}
|
| 108 |
+
upstream = "*"
|
| 109 |
+
|
| 110 |
+
[components.transformer]
|
| 111 |
+
factory = "transformer"
|
| 112 |
+
max_batch_items = 4096
|
| 113 |
+
set_extra_annotations = {"@annotation_setters":"spacy-transformers.null_annotation_setter.v1"}
|
| 114 |
+
|
| 115 |
+
[components.transformer.model]
|
| 116 |
+
@architectures = "spacy-transformers.TransformerModel.v3"
|
| 117 |
+
name = "xlm-roberta-large"
|
| 118 |
+
mixed_precision = true
|
| 119 |
+
|
| 120 |
+
[components.transformer.model.get_spans]
|
| 121 |
+
@span_getters = "spacy-transformers.strided_spans.v1"
|
| 122 |
+
window = 128
|
| 123 |
+
stride = 96
|
| 124 |
+
|
| 125 |
+
[components.transformer.model.grad_scaler_config]
|
| 126 |
+
|
| 127 |
+
[components.transformer.model.tokenizer_config]
|
| 128 |
+
use_fast = true
|
| 129 |
+
|
| 130 |
+
[components.transformer.model.transformer_config]
|
| 131 |
+
|
| 132 |
+
[components.trf_tok2vec]
|
| 133 |
+
factory = "tok2vec"
|
| 134 |
+
|
| 135 |
+
[components.trf_tok2vec.model]
|
| 136 |
+
@architectures = "spacy-transformers.TransformerListener.v1"
|
| 137 |
+
grad_factor = 1.0
|
| 138 |
+
pooling = {"@layers":"reduce_mean.v1"}
|
| 139 |
+
upstream = "*"
|
| 140 |
+
|
| 141 |
+
[corpora]
|
| 142 |
+
|
| 143 |
+
[corpora.dev]
|
| 144 |
+
@readers = "spacy.Corpus.v1"
|
| 145 |
+
path = ${paths.dev}
|
| 146 |
+
max_length = 0
|
| 147 |
+
gold_preproc = false
|
| 148 |
+
limit = 0
|
| 149 |
+
augmenter = null
|
| 150 |
+
|
| 151 |
+
[corpora.train]
|
| 152 |
+
@readers = "spacy.Corpus.v1"
|
| 153 |
+
path = ${paths.train}
|
| 154 |
+
max_length = 0
|
| 155 |
+
gold_preproc = false
|
| 156 |
+
limit = 0
|
| 157 |
+
augmenter = null
|
| 158 |
+
|
| 159 |
+
[training]
|
| 160 |
+
accumulate_gradient = 3
|
| 161 |
+
dev_corpus = "corpora.dev"
|
| 162 |
+
train_corpus = "corpora.train"
|
| 163 |
+
seed = ${system.seed}
|
| 164 |
+
gpu_allocator = ${system.gpu_allocator}
|
| 165 |
+
dropout = 0.1
|
| 166 |
+
patience = 1600
|
| 167 |
+
max_epochs = 0
|
| 168 |
+
max_steps = 20000
|
| 169 |
+
eval_frequency = 200
|
| 170 |
+
frozen_components = []
|
| 171 |
+
annotating_components = []
|
| 172 |
+
before_to_disk = null
|
| 173 |
+
before_update = null
|
| 174 |
+
|
| 175 |
+
[training.batcher]
|
| 176 |
+
@batchers = "spacy.batch_by_padded.v1"
|
| 177 |
+
discard_oversize = true
|
| 178 |
+
size = 2000
|
| 179 |
+
buffer = 256
|
| 180 |
+
get_length = null
|
| 181 |
+
|
| 182 |
+
[training.logger]
|
| 183 |
+
@loggers = "spacy.ConsoleLogger.v1"
|
| 184 |
+
progress_bar = false
|
| 185 |
+
|
| 186 |
+
[training.optimizer]
|
| 187 |
+
@optimizers = "Adam.v1"
|
| 188 |
+
beta1 = 0.9
|
| 189 |
+
beta2 = 0.999
|
| 190 |
+
L2_is_weight_decay = true
|
| 191 |
+
L2 = 0.01
|
| 192 |
+
grad_clip = 1.0
|
| 193 |
+
use_averages = false
|
| 194 |
+
eps = 0.00000001
|
| 195 |
+
|
| 196 |
+
[training.optimizer.learn_rate]
|
| 197 |
+
@schedules = "warmup_linear.v1"
|
| 198 |
+
warmup_steps = 250
|
| 199 |
+
total_steps = 20000
|
| 200 |
+
initial_rate = 0.00005
|
| 201 |
+
|
| 202 |
+
[training.score_weights]
|
| 203 |
+
tag_acc = 0.13
|
| 204 |
+
pos_acc = 0.06
|
| 205 |
+
tag_micro_p = null
|
| 206 |
+
tag_micro_r = null
|
| 207 |
+
tag_micro_f = null
|
| 208 |
+
morph_acc = 0.06
|
| 209 |
+
morph_per_feat = null
|
| 210 |
+
dep_uas = 0.06
|
| 211 |
+
dep_las = 0.06
|
| 212 |
+
dep_las_per_type = null
|
| 213 |
+
sents_p = 0.0
|
| 214 |
+
sents_r = 0.0
|
| 215 |
+
sents_f = 0.13
|
| 216 |
+
lemma_acc = 0.5
|
| 217 |
+
|
| 218 |
+
[pretraining]
|
| 219 |
+
|
| 220 |
+
[initialize]
|
| 221 |
+
vectors = ${paths.vectors}
|
| 222 |
+
init_tok2vec = ${paths.init_tok2vec}
|
| 223 |
+
vocab_data = null
|
| 224 |
+
lookups = null
|
| 225 |
+
before_init = null
|
| 226 |
+
after_init = null
|
| 227 |
+
|
| 228 |
+
[initialize.components]
|
| 229 |
+
|
| 230 |
+
[initialize.tokenizer]
|
lemmatizer/lookups/lookups.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fdf57678281c5d7d357daecd8ac23dcdf387732024435ff2a36dd9a3ae236b4a
|
| 3 |
+
size 1008253
|
lv_roberta_large-1.0.0-py3-none-any.whl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:40773cc2bc75f7933ad32a9e310e51beca41fe53e4f5b4b114c10e3f48dcc19e
|
| 3 |
+
size 1838687633
|
meta.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
morphologizer/cfg
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
morphologizer/model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7655e4e05a1ee5eee2a06ce50746910cd0f6c19aa9a49504a759b9451c3ccd8d
|
| 3 |
+
size 4563953
|
parser/cfg
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"moves":null,
|
| 3 |
+
"update_with_oracle_cut_size":100,
|
| 4 |
+
"multitasks":[
|
| 5 |
+
|
| 6 |
+
],
|
| 7 |
+
"min_action_freq":30,
|
| 8 |
+
"learn_tokens":false,
|
| 9 |
+
"beam_width":1,
|
| 10 |
+
"beam_density":0.0,
|
| 11 |
+
"beam_update_prob":0.0,
|
| 12 |
+
"incorrect_spans_key":null
|
| 13 |
+
}
|
parser/model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2ec6c1574e503bd40e95438eab9a4b2076d31d31243561f33bc76984981c96cf
|
| 3 |
+
size 1381007
|
parser/moves
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
��moves��{"0":{"":153175},"1":{"":89972},"2":{"nmod":23554,"punct":22227,"nsubj":15079,"amod":13878,"case":11503,"advmod":10948,"cc":10585,"obl":9355,"det":6019,"mark":5584,"cop":3313,"discourse":3274,"obj":2983,"nummod":2320,"advmod:emph":1768,"iobj":1753,"advcl":1695,"aux":1673,"aux:pass":1592,"nsubj:pass":1210,"ccomp":624,"obj||xcomp":352,"xcomp":342,"dep":276,"parataxis":248,"orphan":229,"advmod:neg":120,"iobj||xcomp":95,"csubj":60,"compound":57,"obl||xcomp":56,"acl":50,"obj||ccomp":45,"obj||csubj":43,"vocative":41},"3":{"punct":22383,"conj":14730,"obj":7586,"obl":6994,"nsubj":4699,"nmod":4422,"iobj":4308,"acl":4144,"ccomp":3792,"xcomp":3586,"advcl":3061,"flat:name":2206,"advmod":1568,"fixed":950,"nsubj:pass":790,"parataxis":753,"csubj":691,"cop":495,"appos":487,"flat":455,"dep":407,"discourse":266,"case":209,"orphan":188,"flat:foreign":106,"csubj:pass":101,"nummod":86,"advmod:emph":80,"advcl||advmod":46,"acl||nmod":36,"vocative":33},"4":{"ROOT":15055}}�cfg��neg_key�
|
senter/cfg
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"overwrite":false
|
| 3 |
+
}
|
senter/model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:02d3ec966f75a5f61159638bf2e33f010b5bcea7f4021eaaffe351bd375dd3e8
|
| 3 |
+
size 254827
|
tagger/cfg
ADDED
|
@@ -0,0 +1,1831 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"label_smoothing":0.0,
|
| 3 |
+
"labels":[
|
| 4 |
+
"X",
|
| 5 |
+
"affpanc",
|
| 6 |
+
"affpanp",
|
| 7 |
+
"affpayc",
|
| 8 |
+
"affpayp",
|
| 9 |
+
"affpays",
|
| 10 |
+
"affpdnc",
|
| 11 |
+
"affpdnp",
|
| 12 |
+
"affpdyc",
|
| 13 |
+
"affpdyp",
|
| 14 |
+
"affpdys",
|
| 15 |
+
"affpgnp",
|
| 16 |
+
"affpgyc",
|
| 17 |
+
"affpgyp",
|
| 18 |
+
"affplnc",
|
| 19 |
+
"affplnp",
|
| 20 |
+
"affplyc",
|
| 21 |
+
"affplyp",
|
| 22 |
+
"affplys",
|
| 23 |
+
"affpnnc",
|
| 24 |
+
"affpnnp",
|
| 25 |
+
"affpnyc",
|
| 26 |
+
"affpnyp",
|
| 27 |
+
"affpnys",
|
| 28 |
+
"affsanc",
|
| 29 |
+
"affsanp",
|
| 30 |
+
"affsayc",
|
| 31 |
+
"affsayp",
|
| 32 |
+
"affsays",
|
| 33 |
+
"affsdnc",
|
| 34 |
+
"affsdnp",
|
| 35 |
+
"affsdyc",
|
| 36 |
+
"affsdyp",
|
| 37 |
+
"affsgnc",
|
| 38 |
+
"affsgnp",
|
| 39 |
+
"affsgyc",
|
| 40 |
+
"affsgyp",
|
| 41 |
+
"affsgys",
|
| 42 |
+
"affslnc",
|
| 43 |
+
"affslnp",
|
| 44 |
+
"affslyc",
|
| 45 |
+
"affslyp",
|
| 46 |
+
"affslys",
|
| 47 |
+
"affsnnc",
|
| 48 |
+
"affsnnp",
|
| 49 |
+
"affsnyc",
|
| 50 |
+
"affsnyp",
|
| 51 |
+
"affsnys",
|
| 52 |
+
"affsvyp",
|
| 53 |
+
"afmpanc",
|
| 54 |
+
"afmpanp",
|
| 55 |
+
"afmpayc",
|
| 56 |
+
"afmpayp",
|
| 57 |
+
"afmpays",
|
| 58 |
+
"afmpdnc",
|
| 59 |
+
"afmpdnp",
|
| 60 |
+
"afmpdyc",
|
| 61 |
+
"afmpdyp",
|
| 62 |
+
"afmpdys",
|
| 63 |
+
"afmpgnc",
|
| 64 |
+
"afmpgnp",
|
| 65 |
+
"afmpgyc",
|
| 66 |
+
"afmpgyp",
|
| 67 |
+
"afmplnc",
|
| 68 |
+
"afmplnp",
|
| 69 |
+
"afmplyc",
|
| 70 |
+
"afmplyp",
|
| 71 |
+
"afmplys",
|
| 72 |
+
"afmpnnc",
|
| 73 |
+
"afmpnnp",
|
| 74 |
+
"afmpnyc",
|
| 75 |
+
"afmpnyp",
|
| 76 |
+
"afmpnys",
|
| 77 |
+
"afmsanc",
|
| 78 |
+
"afmsanp",
|
| 79 |
+
"afmsayc",
|
| 80 |
+
"afmsayp",
|
| 81 |
+
"afmsays",
|
| 82 |
+
"afmsdnc",
|
| 83 |
+
"afmsdnp",
|
| 84 |
+
"afmsdyc",
|
| 85 |
+
"afmsdyp",
|
| 86 |
+
"afmsdys",
|
| 87 |
+
"afmsgnc",
|
| 88 |
+
"afmsgnp",
|
| 89 |
+
"afmsgyc",
|
| 90 |
+
"afmsgyp",
|
| 91 |
+
"afmslnc",
|
| 92 |
+
"afmslnp",
|
| 93 |
+
"afmslyc",
|
| 94 |
+
"afmslyp",
|
| 95 |
+
"afmslys",
|
| 96 |
+
"afmsnnc",
|
| 97 |
+
"afmsnnp",
|
| 98 |
+
"afmsnyc",
|
| 99 |
+
"afmsnyp",
|
| 100 |
+
"afmsnys",
|
| 101 |
+
"arfpanp",
|
| 102 |
+
"arfpayp",
|
| 103 |
+
"arfpdnp",
|
| 104 |
+
"arfpdyc",
|
| 105 |
+
"arfpdyp",
|
| 106 |
+
"arfpgnp",
|
| 107 |
+
"arfpgyp",
|
| 108 |
+
"arfpgys",
|
| 109 |
+
"arfplnc",
|
| 110 |
+
"arfplnp",
|
| 111 |
+
"arfplyc",
|
| 112 |
+
"arfplyp",
|
| 113 |
+
"arfpnnc",
|
| 114 |
+
"arfpnnp",
|
| 115 |
+
"arfpnyp",
|
| 116 |
+
"arfsanp",
|
| 117 |
+
"arfsayp",
|
| 118 |
+
"arfsdnp",
|
| 119 |
+
"arfsdyp",
|
| 120 |
+
"arfsgnc",
|
| 121 |
+
"arfsgnp",
|
| 122 |
+
"arfsgyp",
|
| 123 |
+
"arfslnp",
|
| 124 |
+
"arfslyp",
|
| 125 |
+
"arfsnnc",
|
| 126 |
+
"arfsnnp",
|
| 127 |
+
"arfsnyc",
|
| 128 |
+
"arfsnyp",
|
| 129 |
+
"armpanp",
|
| 130 |
+
"armpayc",
|
| 131 |
+
"armpayp",
|
| 132 |
+
"armpdnp",
|
| 133 |
+
"armpdyc",
|
| 134 |
+
"armpdyp",
|
| 135 |
+
"armpdys",
|
| 136 |
+
"armpgnp",
|
| 137 |
+
"armpgyp",
|
| 138 |
+
"armplnp",
|
| 139 |
+
"armplyc",
|
| 140 |
+
"armplyp",
|
| 141 |
+
"armpnnc",
|
| 142 |
+
"armpnnp",
|
| 143 |
+
"armpnyc",
|
| 144 |
+
"armpnyp",
|
| 145 |
+
"armpnys",
|
| 146 |
+
"armsanp",
|
| 147 |
+
"armsayc",
|
| 148 |
+
"armsayp",
|
| 149 |
+
"armsdnp",
|
| 150 |
+
"armsdyp",
|
| 151 |
+
"armsgnp",
|
| 152 |
+
"armsgyp",
|
| 153 |
+
"armslnp",
|
| 154 |
+
"armslyp",
|
| 155 |
+
"armsnnc",
|
| 156 |
+
"armsnnp",
|
| 157 |
+
"armsnyp",
|
| 158 |
+
"cc",
|
| 159 |
+
"cs",
|
| 160 |
+
"i",
|
| 161 |
+
"mcc0p0",
|
| 162 |
+
"mcs0p0",
|
| 163 |
+
"mcs0pn",
|
| 164 |
+
"mcsfpa",
|
| 165 |
+
"mcsfpd",
|
| 166 |
+
"mcsfpg",
|
| 167 |
+
"mcsfpl",
|
| 168 |
+
"mcsfpn",
|
| 169 |
+
"mcsfsa",
|
| 170 |
+
"mcsfsd",
|
| 171 |
+
"mcsfsg",
|
| 172 |
+
"mcsfsl",
|
| 173 |
+
"mcsfsn",
|
| 174 |
+
"mcsmpa",
|
| 175 |
+
"mcsmpd",
|
| 176 |
+
"mcsmpg",
|
| 177 |
+
"mcsmpl",
|
| 178 |
+
"mcsmpn",
|
| 179 |
+
"mcsmsa",
|
| 180 |
+
"mcsmsd",
|
| 181 |
+
"mcsmsg",
|
| 182 |
+
"mcsmsl",
|
| 183 |
+
"mcsmsn",
|
| 184 |
+
"mfc0p0",
|
| 185 |
+
"mfs0p0",
|
| 186 |
+
"mfsfsa",
|
| 187 |
+
"mfsfsg",
|
| 188 |
+
"mfsfsn",
|
| 189 |
+
"mfsmsa",
|
| 190 |
+
"mfsmsg",
|
| 191 |
+
"mosfpa",
|
| 192 |
+
"mosfpd",
|
| 193 |
+
"mosfpg",
|
| 194 |
+
"mosfpl",
|
| 195 |
+
"mosfpn",
|
| 196 |
+
"mosfsa",
|
| 197 |
+
"mosfsd",
|
| 198 |
+
"mosfsg",
|
| 199 |
+
"mosfsl",
|
| 200 |
+
"mosfsn",
|
| 201 |
+
"mosmpa",
|
| 202 |
+
"mosmpd",
|
| 203 |
+
"mosmpg",
|
| 204 |
+
"mosmpl",
|
| 205 |
+
"mosmpn",
|
| 206 |
+
"mosmsa",
|
| 207 |
+
"mosmsd",
|
| 208 |
+
"mosmsg",
|
| 209 |
+
"mosmsl",
|
| 210 |
+
"mosmsn",
|
| 211 |
+
"nc0000",
|
| 212 |
+
"nc00g3",
|
| 213 |
+
"nc00gg",
|
| 214 |
+
"nc0dgg",
|
| 215 |
+
"ncf000",
|
| 216 |
+
"ncfda4",
|
| 217 |
+
"ncfda5",
|
| 218 |
+
"ncfda6",
|
| 219 |
+
"ncfdd4",
|
| 220 |
+
"ncfdd5",
|
| 221 |
+
"ncfdd6",
|
| 222 |
+
"ncfdg4",
|
| 223 |
+
"ncfdg5",
|
| 224 |
+
"ncfdg6",
|
| 225 |
+
"ncfdl4",
|
| 226 |
+
"ncfdl5",
|
| 227 |
+
"ncfdl6",
|
| 228 |
+
"ncfdn4",
|
| 229 |
+
"ncfdn5",
|
| 230 |
+
"ncfdn6",
|
| 231 |
+
"ncfpa4",
|
| 232 |
+
"ncfpa5",
|
| 233 |
+
"ncfpa6",
|
| 234 |
+
"ncfpar",
|
| 235 |
+
"ncfpd4",
|
| 236 |
+
"ncfpd5",
|
| 237 |
+
"ncfpd6",
|
| 238 |
+
"ncfpg4",
|
| 239 |
+
"ncfpg5",
|
| 240 |
+
"ncfpg6",
|
| 241 |
+
"ncfpl4",
|
| 242 |
+
"ncfpl5",
|
| 243 |
+
"ncfpl6",
|
| 244 |
+
"ncfplr",
|
| 245 |
+
"ncfpn4",
|
| 246 |
+
"ncfpn5",
|
| 247 |
+
"ncfpn6",
|
| 248 |
+
"ncfpnr",
|
| 249 |
+
"ncfsa4",
|
| 250 |
+
"ncfsa5",
|
| 251 |
+
"ncfsa6",
|
| 252 |
+
"ncfsar",
|
| 253 |
+
"ncfsd4",
|
| 254 |
+
"ncfsd5",
|
| 255 |
+
"ncfsd6",
|
| 256 |
+
"ncfsg4",
|
| 257 |
+
"ncfsg5",
|
| 258 |
+
"ncfsg6",
|
| 259 |
+
"ncfsgr",
|
| 260 |
+
"ncfsl4",
|
| 261 |
+
"ncfsl5",
|
| 262 |
+
"ncfsl6",
|
| 263 |
+
"ncfsn4",
|
| 264 |
+
"ncfsn5",
|
| 265 |
+
"ncfsn6",
|
| 266 |
+
"ncfsnr",
|
| 267 |
+
"ncfsv4",
|
| 268 |
+
"ncfsv5",
|
| 269 |
+
"ncfva4",
|
| 270 |
+
"ncfva5",
|
| 271 |
+
"ncfvd5",
|
| 272 |
+
"ncfvg4",
|
| 273 |
+
"ncfvg5",
|
| 274 |
+
"ncfvl4",
|
| 275 |
+
"ncfvl5",
|
| 276 |
+
"ncfvn4",
|
| 277 |
+
"ncfvn5",
|
| 278 |
+
"ncm000",
|
| 279 |
+
"ncmda1",
|
| 280 |
+
"ncmda2",
|
| 281 |
+
"ncmda6",
|
| 282 |
+
"ncmdd1",
|
| 283 |
+
"ncmdd2",
|
| 284 |
+
"ncmdd3",
|
| 285 |
+
"ncmdd6",
|
| 286 |
+
"ncmdg1",
|
| 287 |
+
"ncmdg2",
|
| 288 |
+
"ncmdg3",
|
| 289 |
+
"ncmdg6",
|
| 290 |
+
"ncmdgg",
|
| 291 |
+
"ncmdl1",
|
| 292 |
+
"ncmdl2",
|
| 293 |
+
"ncmdn1",
|
| 294 |
+
"ncmdn2",
|
| 295 |
+
"ncmdn6",
|
| 296 |
+
"ncmpa1",
|
| 297 |
+
"ncmpa2",
|
| 298 |
+
"ncmpa3",
|
| 299 |
+
"ncmpa4",
|
| 300 |
+
"ncmpd1",
|
| 301 |
+
"ncmpd2",
|
| 302 |
+
"ncmpd3",
|
| 303 |
+
"ncmpd4",
|
| 304 |
+
"ncmpg1",
|
| 305 |
+
"ncmpg2",
|
| 306 |
+
"ncmpg3",
|
| 307 |
+
"ncmpg4",
|
| 308 |
+
"ncmpl1",
|
| 309 |
+
"ncmpl2",
|
| 310 |
+
"ncmpl3",
|
| 311 |
+
"ncmpn1",
|
| 312 |
+
"ncmpn2",
|
| 313 |
+
"ncmpn3",
|
| 314 |
+
"ncmpn4",
|
| 315 |
+
"ncmpv1",
|
| 316 |
+
"ncmpv2",
|
| 317 |
+
"ncmsa1",
|
| 318 |
+
"ncmsa2",
|
| 319 |
+
"ncmsa3",
|
| 320 |
+
"ncmsa4",
|
| 321 |
+
"ncmsd1",
|
| 322 |
+
"ncmsd2",
|
| 323 |
+
"ncmsd3",
|
| 324 |
+
"ncmsd4",
|
| 325 |
+
"ncmsg1",
|
| 326 |
+
"ncmsg2",
|
| 327 |
+
"ncmsg3",
|
| 328 |
+
"ncmsg4",
|
| 329 |
+
"ncmsgg",
|
| 330 |
+
"ncmsl1",
|
| 331 |
+
"ncmsl2",
|
| 332 |
+
"ncmsl3",
|
| 333 |
+
"ncmsn1",
|
| 334 |
+
"ncmsn2",
|
| 335 |
+
"ncmsn3",
|
| 336 |
+
"ncmsn4",
|
| 337 |
+
"ncmsv1",
|
| 338 |
+
"ncmsv2",
|
| 339 |
+
"ncmva1",
|
| 340 |
+
"ncmva3",
|
| 341 |
+
"ncmvd1",
|
| 342 |
+
"ncmvd3",
|
| 343 |
+
"ncmvg1",
|
| 344 |
+
"ncmvg3",
|
| 345 |
+
"ncmvl1",
|
| 346 |
+
"ncmvl3",
|
| 347 |
+
"ncmvn1",
|
| 348 |
+
"ncmvn3",
|
| 349 |
+
"np0000",
|
| 350 |
+
"npf000",
|
| 351 |
+
"npfdd4",
|
| 352 |
+
"npfdd6",
|
| 353 |
+
"npfdg4",
|
| 354 |
+
"npfdg6",
|
| 355 |
+
"npfdl4",
|
| 356 |
+
"npfdl6",
|
| 357 |
+
"npfdn4",
|
| 358 |
+
"npfdn5",
|
| 359 |
+
"npfdn6",
|
| 360 |
+
"npfpa4",
|
| 361 |
+
"npfpa5",
|
| 362 |
+
"npfpd4",
|
| 363 |
+
"npfpd5",
|
| 364 |
+
"npfpg4",
|
| 365 |
+
"npfpn4",
|
| 366 |
+
"npfpn5",
|
| 367 |
+
"npfsa4",
|
| 368 |
+
"npfsa5",
|
| 369 |
+
"npfsa6",
|
| 370 |
+
"npfsd4",
|
| 371 |
+
"npfsd5",
|
| 372 |
+
"npfsg3",
|
| 373 |
+
"npfsg4",
|
| 374 |
+
"npfsg5",
|
| 375 |
+
"npfsg6",
|
| 376 |
+
"npfsl4",
|
| 377 |
+
"npfsl5",
|
| 378 |
+
"npfsl6",
|
| 379 |
+
"npfsn3",
|
| 380 |
+
"npfsn4",
|
| 381 |
+
"npfsn5",
|
| 382 |
+
"npfsn6",
|
| 383 |
+
"npfsv4",
|
| 384 |
+
"npfsv5",
|
| 385 |
+
"npm000",
|
| 386 |
+
"npmda1",
|
| 387 |
+
"npmda2",
|
| 388 |
+
"npmdd1",
|
| 389 |
+
"npmdd2",
|
| 390 |
+
"npmdg1",
|
| 391 |
+
"npmdg2",
|
| 392 |
+
"npmdg3",
|
| 393 |
+
"npmdl1",
|
| 394 |
+
"npmdl2",
|
| 395 |
+
"npmdn1",
|
| 396 |
+
"npmdn2",
|
| 397 |
+
"npmpd1",
|
| 398 |
+
"npmpd2",
|
| 399 |
+
"npmpg1",
|
| 400 |
+
"npmpg2",
|
| 401 |
+
"npmpg4",
|
| 402 |
+
"npmpl2",
|
| 403 |
+
"npmpn1",
|
| 404 |
+
"npmpn2",
|
| 405 |
+
"npms00",
|
| 406 |
+
"npmsa1",
|
| 407 |
+
"npmsa2",
|
| 408 |
+
"npmsa3",
|
| 409 |
+
"npmsa4",
|
| 410 |
+
"npmsa5",
|
| 411 |
+
"npmsd1",
|
| 412 |
+
"npmsd2",
|
| 413 |
+
"npmsd3",
|
| 414 |
+
"npmsd4",
|
| 415 |
+
"npmsd5",
|
| 416 |
+
"npmsg1",
|
| 417 |
+
"npmsg2",
|
| 418 |
+
"npmsg3",
|
| 419 |
+
"npmsg4",
|
| 420 |
+
"npmsg5",
|
| 421 |
+
"npmsl1",
|
| 422 |
+
"npmsl2",
|
| 423 |
+
"npmsl3",
|
| 424 |
+
"npmsn1",
|
| 425 |
+
"npmsn2",
|
| 426 |
+
"npmsn3",
|
| 427 |
+
"npmsn4",
|
| 428 |
+
"npmsn5",
|
| 429 |
+
"npmsv1",
|
| 430 |
+
"npmsv2",
|
| 431 |
+
"pd0fpan",
|
| 432 |
+
"pd0fpdn",
|
| 433 |
+
"pd0fpgn",
|
| 434 |
+
"pd0fpln",
|
| 435 |
+
"pd0fpnn",
|
| 436 |
+
"pd0fsan",
|
| 437 |
+
"pd0fsdn",
|
| 438 |
+
"pd0fsgn",
|
| 439 |
+
"pd0fsln",
|
| 440 |
+
"pd0fsnn",
|
| 441 |
+
"pd0mpan",
|
| 442 |
+
"pd0mpdn",
|
| 443 |
+
"pd0mpgn",
|
| 444 |
+
"pd0mpln",
|
| 445 |
+
"pd0mpnn",
|
| 446 |
+
"pd0msan",
|
| 447 |
+
"pd0msdn",
|
| 448 |
+
"pd0msgn",
|
| 449 |
+
"pd0msln",
|
| 450 |
+
"pd0msnn",
|
| 451 |
+
"pd3fpan",
|
| 452 |
+
"pd3fpdn",
|
| 453 |
+
"pd3fpgn",
|
| 454 |
+
"pd3fpln",
|
| 455 |
+
"pd3fpnn",
|
| 456 |
+
"pd3fsan",
|
| 457 |
+
"pd3fsdn",
|
| 458 |
+
"pd3fsgn",
|
| 459 |
+
"pd3fsln",
|
| 460 |
+
"pd3fsnn",
|
| 461 |
+
"pd3mpan",
|
| 462 |
+
"pd3mpdn",
|
| 463 |
+
"pd3mpgn",
|
| 464 |
+
"pd3mpln",
|
| 465 |
+
"pd3mpnn",
|
| 466 |
+
"pd3msan",
|
| 467 |
+
"pd3msdn",
|
| 468 |
+
"pd3msgn",
|
| 469 |
+
"pd3msln",
|
| 470 |
+
"pd3msnn",
|
| 471 |
+
"pg0fpan",
|
| 472 |
+
"pg0fpdn",
|
| 473 |
+
"pg0fpgn",
|
| 474 |
+
"pg0fpln",
|
| 475 |
+
"pg0fpnn",
|
| 476 |
+
"pg0fsan",
|
| 477 |
+
"pg0fsdn",
|
| 478 |
+
"pg0fsgn",
|
| 479 |
+
"pg0fsln",
|
| 480 |
+
"pg0fsnn",
|
| 481 |
+
"pg0mpan",
|
| 482 |
+
"pg0mpdn",
|
| 483 |
+
"pg0mpgn",
|
| 484 |
+
"pg0mpln",
|
| 485 |
+
"pg0mpnn",
|
| 486 |
+
"pg0msan",
|
| 487 |
+
"pg0msdn",
|
| 488 |
+
"pg0msgn",
|
| 489 |
+
"pg0msln",
|
| 490 |
+
"pg0msnn",
|
| 491 |
+
"pi000an",
|
| 492 |
+
"pi000ay",
|
| 493 |
+
"pi000dn",
|
| 494 |
+
"pi000dy",
|
| 495 |
+
"pi000gn",
|
| 496 |
+
"pi000gy",
|
| 497 |
+
"pi000nn",
|
| 498 |
+
"pi000ny",
|
| 499 |
+
"pi00san",
|
| 500 |
+
"pi0fpan",
|
| 501 |
+
"pi0fpay",
|
| 502 |
+
"pi0fpdn",
|
| 503 |
+
"pi0fpgn",
|
| 504 |
+
"pi0fpgy",
|
| 505 |
+
"pi0fpln",
|
| 506 |
+
"pi0fply",
|
| 507 |
+
"pi0fpnn",
|
| 508 |
+
"pi0fpny",
|
| 509 |
+
"pi0fsan",
|
| 510 |
+
"pi0fsay",
|
| 511 |
+
"pi0fsdn",
|
| 512 |
+
"pi0fsdy",
|
| 513 |
+
"pi0fsgn",
|
| 514 |
+
"pi0fsgy",
|
| 515 |
+
"pi0fsln",
|
| 516 |
+
"pi0fsly",
|
| 517 |
+
"pi0fsnn",
|
| 518 |
+
"pi0fsny",
|
| 519 |
+
"pi0mpan",
|
| 520 |
+
"pi0mpay",
|
| 521 |
+
"pi0mpdn",
|
| 522 |
+
"pi0mpgn",
|
| 523 |
+
"pi0mpgy",
|
| 524 |
+
"pi0mpln",
|
| 525 |
+
"pi0mply",
|
| 526 |
+
"pi0mpnn",
|
| 527 |
+
"pi0mpny",
|
| 528 |
+
"pi0msan",
|
| 529 |
+
"pi0msay",
|
| 530 |
+
"pi0msdn",
|
| 531 |
+
"pi0msdy",
|
| 532 |
+
"pi0msgn",
|
| 533 |
+
"pi0msgy",
|
| 534 |
+
"pi0msln",
|
| 535 |
+
"pi0msly",
|
| 536 |
+
"pi0msnn",
|
| 537 |
+
"pi0msny",
|
| 538 |
+
"pp10pan",
|
| 539 |
+
"pp10pdn",
|
| 540 |
+
"pp10pgn",
|
| 541 |
+
"pp10pln",
|
| 542 |
+
"pp10pnn",
|
| 543 |
+
"pp10san",
|
| 544 |
+
"pp10sdn",
|
| 545 |
+
"pp10sgn",
|
| 546 |
+
"pp10sln",
|
| 547 |
+
"pp10snn",
|
| 548 |
+
"pp20pan",
|
| 549 |
+
"pp20pdn",
|
| 550 |
+
"pp20pgn",
|
| 551 |
+
"pp20pnn",
|
| 552 |
+
"pp20san",
|
| 553 |
+
"pp20sdn",
|
| 554 |
+
"pp20sgn",
|
| 555 |
+
"pp20sln",
|
| 556 |
+
"pp20snn",
|
| 557 |
+
"pp3fpan",
|
| 558 |
+
"pp3fpdn",
|
| 559 |
+
"pp3fpgn",
|
| 560 |
+
"pp3fpnn",
|
| 561 |
+
"pp3fsan",
|
| 562 |
+
"pp3fsdn",
|
| 563 |
+
"pp3fsgn",
|
| 564 |
+
"pp3fsln",
|
| 565 |
+
"pp3fsnn",
|
| 566 |
+
"pp3mpan",
|
| 567 |
+
"pp3mpdn",
|
| 568 |
+
"pp3mpgn",
|
| 569 |
+
"pp3mpln",
|
| 570 |
+
"pp3mpnn",
|
| 571 |
+
"pp3msan",
|
| 572 |
+
"pp3msdn",
|
| 573 |
+
"pp3msgn",
|
| 574 |
+
"pp3msln",
|
| 575 |
+
"pp3msnn",
|
| 576 |
+
"pq000an",
|
| 577 |
+
"pq000dn",
|
| 578 |
+
"pq000gn",
|
| 579 |
+
"pq000nn",
|
| 580 |
+
"pq0fpan",
|
| 581 |
+
"pq0fpnn",
|
| 582 |
+
"pq0fsan",
|
| 583 |
+
"pq0fsnn",
|
| 584 |
+
"pq0mpnn",
|
| 585 |
+
"pq0msan",
|
| 586 |
+
"pq0msdn",
|
| 587 |
+
"pq0msgn",
|
| 588 |
+
"pq0msln",
|
| 589 |
+
"pq0msnn",
|
| 590 |
+
"pr000an",
|
| 591 |
+
"pr000dn",
|
| 592 |
+
"pr000gn",
|
| 593 |
+
"pr000nn",
|
| 594 |
+
"pr0fpan",
|
| 595 |
+
"pr0fpdn",
|
| 596 |
+
"pr0fpgn",
|
| 597 |
+
"pr0fpln",
|
| 598 |
+
"pr0fpnn",
|
| 599 |
+
"pr0fsan",
|
| 600 |
+
"pr0fsdn",
|
| 601 |
+
"pr0fsgn",
|
| 602 |
+
"pr0fsln",
|
| 603 |
+
"pr0fsnn",
|
| 604 |
+
"pr0mpan",
|
| 605 |
+
"pr0mpdn",
|
| 606 |
+
"pr0mpgn",
|
| 607 |
+
"pr0mpln",
|
| 608 |
+
"pr0mpnn",
|
| 609 |
+
"pr0msan",
|
| 610 |
+
"pr0msdn",
|
| 611 |
+
"pr0msgn",
|
| 612 |
+
"pr0msln",
|
| 613 |
+
"pr0msnn",
|
| 614 |
+
"ps0fpan",
|
| 615 |
+
"ps0fpdn",
|
| 616 |
+
"ps0fpgn",
|
| 617 |
+
"ps0fpln",
|
| 618 |
+
"ps0fpnn",
|
| 619 |
+
"ps0fsan",
|
| 620 |
+
"ps0fsdn",
|
| 621 |
+
"ps0fsgn",
|
| 622 |
+
"ps0fsln",
|
| 623 |
+
"ps0fsnn",
|
| 624 |
+
"ps0mpan",
|
| 625 |
+
"ps0mpdn",
|
| 626 |
+
"ps0mpgn",
|
| 627 |
+
"ps0mpln",
|
| 628 |
+
"ps0mpnn",
|
| 629 |
+
"ps0msan",
|
| 630 |
+
"ps0msdn",
|
| 631 |
+
"ps0msgn",
|
| 632 |
+
"ps0msln",
|
| 633 |
+
"ps0msnn",
|
| 634 |
+
"ps2fsnn",
|
| 635 |
+
"px000an",
|
| 636 |
+
"px000dn",
|
| 637 |
+
"px000gn",
|
| 638 |
+
"px000ln",
|
| 639 |
+
"q",
|
| 640 |
+
"r0n",
|
| 641 |
+
"r0y",
|
| 642 |
+
"rcn",
|
| 643 |
+
"rcy",
|
| 644 |
+
"rpn",
|
| 645 |
+
"rpy",
|
| 646 |
+
"rsn",
|
| 647 |
+
"sp00",
|
| 648 |
+
"spp0",
|
| 649 |
+
"sppd",
|
| 650 |
+
"sppg",
|
| 651 |
+
"sps0",
|
| 652 |
+
"spsa",
|
| 653 |
+
"spsd",
|
| 654 |
+
"spsg",
|
| 655 |
+
"stpg",
|
| 656 |
+
"stsg",
|
| 657 |
+
"vanc0i100an",
|
| 658 |
+
"vanc0i100ay",
|
| 659 |
+
"vand0i100an",
|
| 660 |
+
"vanifi130an",
|
| 661 |
+
"vanifi130ay",
|
| 662 |
+
"vanift130ay",
|
| 663 |
+
"vanipi11pan",
|
| 664 |
+
"vanipi130an",
|
| 665 |
+
"vanipi130ay",
|
| 666 |
+
"vanipt130ay",
|
| 667 |
+
"vanisi11san",
|
| 668 |
+
"vanisi11say",
|
| 669 |
+
"vanisi130an",
|
| 670 |
+
"vanisi130ay",
|
| 671 |
+
"vanist130ay",
|
| 672 |
+
"vann0i1000n",
|
| 673 |
+
"vann0i1000y",
|
| 674 |
+
"vanpdfpnasnpn",
|
| 675 |
+
"vanpdfsnasnpn",
|
| 676 |
+
"vanpdmpnasnpn",
|
| 677 |
+
"vanpdmsnasnpn",
|
| 678 |
+
"vanpu0000000n",
|
| 679 |
+
"vanrpi100an",
|
| 680 |
+
"vanrpt100ay",
|
| 681 |
+
"vayisi130an",
|
| 682 |
+
"vayn0i1000n",
|
| 683 |
+
"vcnc0ii00an",
|
| 684 |
+
"vcnc0ii00ay",
|
| 685 |
+
"vcnc0ti00an",
|
| 686 |
+
"vcnd0ii00an",
|
| 687 |
+
"vcnifii1pan",
|
| 688 |
+
"vcnifii1pay",
|
| 689 |
+
"vcnifii1san",
|
| 690 |
+
"vcnifii1say",
|
| 691 |
+
"vcnifii2pan",
|
| 692 |
+
"vcnifii2pay",
|
| 693 |
+
"vcnifii2san",
|
| 694 |
+
"vcnifii2say",
|
| 695 |
+
"vcnifii30an",
|
| 696 |
+
"vcnifii30ay",
|
| 697 |
+
"vcnipii1pan",
|
| 698 |
+
"vcnipii1pay",
|
| 699 |
+
"vcnipii1san",
|
| 700 |
+
"vcnipii1say",
|
| 701 |
+
"vcnipii2pan",
|
| 702 |
+
"vcnipii2pay",
|
| 703 |
+
"vcnipii2san",
|
| 704 |
+
"vcnipii2say",
|
| 705 |
+
"vcnipii30an",
|
| 706 |
+
"vcnipii30ay",
|
| 707 |
+
"vcnisii1pan",
|
| 708 |
+
"vcnisii1pay",
|
| 709 |
+
"vcnisii1san",
|
| 710 |
+
"vcnisii1say",
|
| 711 |
+
"vcnisii2pan",
|
| 712 |
+
"vcnisii2pay",
|
| 713 |
+
"vcnisii30an",
|
| 714 |
+
"vcnisii30ay",
|
| 715 |
+
"vcnm0ii2pan",
|
| 716 |
+
"vcnm0ii2san",
|
| 717 |
+
"vcnn0ii000n",
|
| 718 |
+
"vcnn0ii000y",
|
| 719 |
+
"vcnpdfpnasnpn",
|
| 720 |
+
"vcnpdfsaasypn",
|
| 721 |
+
"vcnpdfsgapypn",
|
| 722 |
+
"vcnpdfsnapnpn",
|
| 723 |
+
"vcnpdfsnasnpn",
|
| 724 |
+
"vcnpdmplasypn",
|
| 725 |
+
"vcnpdmpnasnpn",
|
| 726 |
+
"vcnpdmsaasypn",
|
| 727 |
+
"vcnpdmsnasnpn",
|
| 728 |
+
"vcnppfsn0000n",
|
| 729 |
+
"vcnppmpn0000n",
|
| 730 |
+
"vcnppmsn0000n",
|
| 731 |
+
"vcnpu0000000n",
|
| 732 |
+
"vcnrfii00an",
|
| 733 |
+
"vcnrpii00an",
|
| 734 |
+
"vcnrpii00ay",
|
| 735 |
+
"venipi130an",
|
| 736 |
+
"venipi130ay",
|
| 737 |
+
"venipt130ay",
|
| 738 |
+
"venisi130ay",
|
| 739 |
+
"venist11pan",
|
| 740 |
+
"venpdmsnasnpn",
|
| 741 |
+
"veyc0ii00an",
|
| 742 |
+
"veyifii30an",
|
| 743 |
+
"veyifii30ay",
|
| 744 |
+
"veyipi130ay",
|
| 745 |
+
"veyipi330an",
|
| 746 |
+
"veyipii30an",
|
| 747 |
+
"veyipii30ay",
|
| 748 |
+
"veyisi330an",
|
| 749 |
+
"veyisii30an",
|
| 750 |
+
"veyisii30ay",
|
| 751 |
+
"veypdmpnasnpn",
|
| 752 |
+
"veypdmsnasnpn",
|
| 753 |
+
"vm0ip0030an",
|
| 754 |
+
"vm0is001pan",
|
| 755 |
+
"vmnc0i100an",
|
| 756 |
+
"vmnc0i100ay",
|
| 757 |
+
"vmnc0i200an",
|
| 758 |
+
"vmnc0i300an",
|
| 759 |
+
"vmnc0i300ay",
|
| 760 |
+
"vmnc0ii00an",
|
| 761 |
+
"vmnc0ii00ay",
|
| 762 |
+
"vmnc0t100an",
|
| 763 |
+
"vmnc0t100ay",
|
| 764 |
+
"vmnc0t200an",
|
| 765 |
+
"vmnc0t200ay",
|
| 766 |
+
"vmnc0t300an",
|
| 767 |
+
"vmnc0t300ay",
|
| 768 |
+
"vmnc0ti00an",
|
| 769 |
+
"vmnd0i100an",
|
| 770 |
+
"vmnd0i200an",
|
| 771 |
+
"vmnd0i300an",
|
| 772 |
+
"vmnd0ii00an",
|
| 773 |
+
"vmnd0t100an",
|
| 774 |
+
"vmnd0t200an",
|
| 775 |
+
"vmnd0t300an",
|
| 776 |
+
"vmnd0ti00an",
|
| 777 |
+
"vmndpi200an",
|
| 778 |
+
"vmndpt200an",
|
| 779 |
+
"vmni0t32san",
|
| 780 |
+
"vmnifi11pan",
|
| 781 |
+
"vmnifi11pay",
|
| 782 |
+
"vmnifi11san",
|
| 783 |
+
"vmnifi11say",
|
| 784 |
+
"vmnifi12pan",
|
| 785 |
+
"vmnifi12san",
|
| 786 |
+
"vmnifi12say",
|
| 787 |
+
"vmnifi130an",
|
| 788 |
+
"vmnifi130ay",
|
| 789 |
+
"vmnifi13san",
|
| 790 |
+
"vmnifi21pan",
|
| 791 |
+
"vmnifi21san",
|
| 792 |
+
"vmnifi21say",
|
| 793 |
+
"vmnifi22pan",
|
| 794 |
+
"vmnifi22san",
|
| 795 |
+
"vmnifi230an",
|
| 796 |
+
"vmnifi230ay",
|
| 797 |
+
"vmnifi31pan",
|
| 798 |
+
"vmnifi31san",
|
| 799 |
+
"vmnifi31say",
|
| 800 |
+
"vmnifi32san",
|
| 801 |
+
"vmnifi32say",
|
| 802 |
+
"vmnifi330an",
|
| 803 |
+
"vmnifi330ay",
|
| 804 |
+
"vmnifii1pan",
|
| 805 |
+
"vmnifii1san",
|
| 806 |
+
"vmnifii1say",
|
| 807 |
+
"vmnifii2san",
|
| 808 |
+
"vmnifii30an",
|
| 809 |
+
"vmnifii30ay",
|
| 810 |
+
"vmnift11pan",
|
| 811 |
+
"vmnift11pay",
|
| 812 |
+
"vmnift11san",
|
| 813 |
+
"vmnift11say",
|
| 814 |
+
"vmnift12pan",
|
| 815 |
+
"vmnift12pay",
|
| 816 |
+
"vmnift12san",
|
| 817 |
+
"vmnift12say",
|
| 818 |
+
"vmnift130an",
|
| 819 |
+
"vmnift130ay",
|
| 820 |
+
"vmnift21pan",
|
| 821 |
+
"vmnift21pay",
|
| 822 |
+
"vmnift21san",
|
| 823 |
+
"vmnift21say",
|
| 824 |
+
"vmnift22pan",
|
| 825 |
+
"vmnift22pay",
|
| 826 |
+
"vmnift22san",
|
| 827 |
+
"vmnift22say",
|
| 828 |
+
"vmnift230an",
|
| 829 |
+
"vmnift230ay",
|
| 830 |
+
"vmnift31pan",
|
| 831 |
+
"vmnift31pay",
|
| 832 |
+
"vmnift31san",
|
| 833 |
+
"vmnift31say",
|
| 834 |
+
"vmnift32pan",
|
| 835 |
+
"vmnift32san",
|
| 836 |
+
"vmnift32say",
|
| 837 |
+
"vmnift330an",
|
| 838 |
+
"vmnift330ay",
|
| 839 |
+
"vmnifti1pan",
|
| 840 |
+
"vmnifti1san",
|
| 841 |
+
"vmnifti2san",
|
| 842 |
+
"vmnifti30an",
|
| 843 |
+
"vmnifti30ay",
|
| 844 |
+
"vmnipi11pan",
|
| 845 |
+
"vmnipi11pay",
|
| 846 |
+
"vmnipi11san",
|
| 847 |
+
"vmnipi12pan",
|
| 848 |
+
"vmnipi12san",
|
| 849 |
+
"vmnipi130an",
|
| 850 |
+
"vmnipi130ay",
|
| 851 |
+
"vmnipi21pan",
|
| 852 |
+
"vmnipi21san",
|
| 853 |
+
"vmnipi21say",
|
| 854 |
+
"vmnipi22pan",
|
| 855 |
+
"vmnipi22pay",
|
| 856 |
+
"vmnipi22san",
|
| 857 |
+
"vmnipi230an",
|
| 858 |
+
"vmnipi230ay",
|
| 859 |
+
"vmnipi31pan",
|
| 860 |
+
"vmnipi31san",
|
| 861 |
+
"vmnipi31say",
|
| 862 |
+
"vmnipi32pan",
|
| 863 |
+
"vmnipi32san",
|
| 864 |
+
"vmnipi32say",
|
| 865 |
+
"vmnipi330an",
|
| 866 |
+
"vmnipi330ay",
|
| 867 |
+
"vmnipii1pan",
|
| 868 |
+
"vmnipii1san",
|
| 869 |
+
"vmnipii2pan",
|
| 870 |
+
"vmnipii2pay",
|
| 871 |
+
"vmnipii2san",
|
| 872 |
+
"vmnipii30an",
|
| 873 |
+
"vmnipii30ay",
|
| 874 |
+
"vmnipt11pan",
|
| 875 |
+
"vmnipt11pay",
|
| 876 |
+
"vmnipt11san",
|
| 877 |
+
"vmnipt11say",
|
| 878 |
+
"vmnipt12pan",
|
| 879 |
+
"vmnipt12san",
|
| 880 |
+
"vmnipt12say",
|
| 881 |
+
"vmnipt130an",
|
| 882 |
+
"vmnipt130ay",
|
| 883 |
+
"vmnipt21pan",
|
| 884 |
+
"vmnipt21pay",
|
| 885 |
+
"vmnipt21san",
|
| 886 |
+
"vmnipt21say",
|
| 887 |
+
"vmnipt22pan",
|
| 888 |
+
"vmnipt22pay",
|
| 889 |
+
"vmnipt22san",
|
| 890 |
+
"vmnipt22say",
|
| 891 |
+
"vmnipt230an",
|
| 892 |
+
"vmnipt230ay",
|
| 893 |
+
"vmnipt31pan",
|
| 894 |
+
"vmnipt31pay",
|
| 895 |
+
"vmnipt31san",
|
| 896 |
+
"vmnipt31say",
|
| 897 |
+
"vmnipt32pan",
|
| 898 |
+
"vmnipt32pay",
|
| 899 |
+
"vmnipt32san",
|
| 900 |
+
"vmnipt32say",
|
| 901 |
+
"vmnipt330an",
|
| 902 |
+
"vmnipt330ay",
|
| 903 |
+
"vmnipti1pan",
|
| 904 |
+
"vmnipti1san",
|
| 905 |
+
"vmnipti2pan",
|
| 906 |
+
"vmnipti2san",
|
| 907 |
+
"vmnipti30an",
|
| 908 |
+
"vmnipti30ay",
|
| 909 |
+
"vmnisi11pan",
|
| 910 |
+
"vmnisi11san",
|
| 911 |
+
"vmnisi11say",
|
| 912 |
+
"vmnisi12pan",
|
| 913 |
+
"vmnisi12pay",
|
| 914 |
+
"vmnisi12san",
|
| 915 |
+
"vmnisi130an",
|
| 916 |
+
"vmnisi130ay",
|
| 917 |
+
"vmnisi21pan",
|
| 918 |
+
"vmnisi21san",
|
| 919 |
+
"vmnisi21say",
|
| 920 |
+
"vmnisi22pan",
|
| 921 |
+
"vmnisi22san",
|
| 922 |
+
"vmnisi230an",
|
| 923 |
+
"vmnisi230ay",
|
| 924 |
+
"vmnisi31pan",
|
| 925 |
+
"vmnisi31san",
|
| 926 |
+
"vmnisi31say",
|
| 927 |
+
"vmnisi330an",
|
| 928 |
+
"vmnisi330ay",
|
| 929 |
+
"vmnisii1pan",
|
| 930 |
+
"vmnisii1pay",
|
| 931 |
+
"vmnisii1san",
|
| 932 |
+
"vmnisii1say",
|
| 933 |
+
"vmnisii2san",
|
| 934 |
+
"vmnisii30an",
|
| 935 |
+
"vmnisii30ay",
|
| 936 |
+
"vmnist11pan",
|
| 937 |
+
"vmnist11pay",
|
| 938 |
+
"vmnist11san",
|
| 939 |
+
"vmnist11say",
|
| 940 |
+
"vmnist12pan",
|
| 941 |
+
"vmnist12pay",
|
| 942 |
+
"vmnist12san",
|
| 943 |
+
"vmnist130an",
|
| 944 |
+
"vmnist130ay",
|
| 945 |
+
"vmnist21pan",
|
| 946 |
+
"vmnist21pay",
|
| 947 |
+
"vmnist21san",
|
| 948 |
+
"vmnist21say",
|
| 949 |
+
"vmnist22pan",
|
| 950 |
+
"vmnist230an",
|
| 951 |
+
"vmnist230ay",
|
| 952 |
+
"vmnist31pan",
|
| 953 |
+
"vmnist31pay",
|
| 954 |
+
"vmnist31san",
|
| 955 |
+
"vmnist31say",
|
| 956 |
+
"vmnist32pan",
|
| 957 |
+
"vmnist32san",
|
| 958 |
+
"vmnist32say",
|
| 959 |
+
"vmnist330an",
|
| 960 |
+
"vmnist330ay",
|
| 961 |
+
"vmnisti1pan",
|
| 962 |
+
"vmnisti1san",
|
| 963 |
+
"vmnisti30an",
|
| 964 |
+
"vmnisti30ay",
|
| 965 |
+
"vmnm0i12pan",
|
| 966 |
+
"vmnm0i12pay",
|
| 967 |
+
"vmnm0i12san",
|
| 968 |
+
"vmnm0i12say",
|
| 969 |
+
"vmnm0i22pan",
|
| 970 |
+
"vmnm0i22san",
|
| 971 |
+
"vmnm0i22say",
|
| 972 |
+
"vmnm0i32pan",
|
| 973 |
+
"vmnm0i32san",
|
| 974 |
+
"vmnm0i32say",
|
| 975 |
+
"vmnm0ii2pan",
|
| 976 |
+
"vmnm0ii2san",
|
| 977 |
+
"vmnm0ii2say",
|
| 978 |
+
"vmnm0t12pan",
|
| 979 |
+
"vmnm0t12pay",
|
| 980 |
+
"vmnm0t12san",
|
| 981 |
+
"vmnm0t12say",
|
| 982 |
+
"vmnm0t22pan",
|
| 983 |
+
"vmnm0t22san",
|
| 984 |
+
"vmnm0t22say",
|
| 985 |
+
"vmnm0t32pan",
|
| 986 |
+
"vmnm0t32pay",
|
| 987 |
+
"vmnm0t32san",
|
| 988 |
+
"vmnm0t32say",
|
| 989 |
+
"vmnm0ti2pan",
|
| 990 |
+
"vmnm0ti2san",
|
| 991 |
+
"vmnm0ti2say",
|
| 992 |
+
"vmnn0i1000n",
|
| 993 |
+
"vmnn0i1000y",
|
| 994 |
+
"vmnn0i2000n",
|
| 995 |
+
"vmnn0i2000y",
|
| 996 |
+
"vmnn0i3000n",
|
| 997 |
+
"vmnn0i3000y",
|
| 998 |
+
"vmnn0ii000n",
|
| 999 |
+
"vmnn0ii000y",
|
| 1000 |
+
"vmnn0t1000n",
|
| 1001 |
+
"vmnn0t1000y",
|
| 1002 |
+
"vmnn0t2000n",
|
| 1003 |
+
"vmnn0t2000y",
|
| 1004 |
+
"vmnn0t3000n",
|
| 1005 |
+
"vmnn0t3000y",
|
| 1006 |
+
"vmnn0ti000n",
|
| 1007 |
+
"vmnpdfpaapnpn",
|
| 1008 |
+
"vmnpdfpaapypn",
|
| 1009 |
+
"vmnpdfpaasnpn",
|
| 1010 |
+
"vmnpdfpaasypn",
|
| 1011 |
+
"vmnpdfpappnpn",
|
| 1012 |
+
"vmnpdfpappnpy",
|
| 1013 |
+
"vmnpdfpappypn",
|
| 1014 |
+
"vmnpdfpappypy",
|
| 1015 |
+
"vmnpdfpapsnpn",
|
| 1016 |
+
"vmnpdfpapsnpy",
|
| 1017 |
+
"vmnpdfpapsycn",
|
| 1018 |
+
"vmnpdfpapsypn",
|
| 1019 |
+
"vmnpdfpdapnpn",
|
| 1020 |
+
"vmnpdfpdapnpy",
|
| 1021 |
+
"vmnpdfpdapypn",
|
| 1022 |
+
"vmnpdfpdapysn",
|
| 1023 |
+
"vmnpdfpdasnpn",
|
| 1024 |
+
"vmnpdfpdasypn",
|
| 1025 |
+
"vmnpdfpdppnpn",
|
| 1026 |
+
"vmnpdfpdppnpy",
|
| 1027 |
+
"vmnpdfpdppycn",
|
| 1028 |
+
"vmnpdfpdppypn",
|
| 1029 |
+
"vmnpdfpdpsnpn",
|
| 1030 |
+
"vmnpdfpdpsnpy",
|
| 1031 |
+
"vmnpdfpdpsypn",
|
| 1032 |
+
"vmnpdfpdpsypy",
|
| 1033 |
+
"vmnpdfpgapncn",
|
| 1034 |
+
"vmnpdfpgapnpn",
|
| 1035 |
+
"vmnpdfpgapypn",
|
| 1036 |
+
"vmnpdfpgppnpn",
|
| 1037 |
+
"vmnpdfpgppnpy",
|
| 1038 |
+
"vmnpdfpgppypn",
|
| 1039 |
+
"vmnpdfpgpsnpn",
|
| 1040 |
+
"vmnpdfpgpsnpy",
|
| 1041 |
+
"vmnpdfpgpsypn",
|
| 1042 |
+
"vmnpdfpgpsypy",
|
| 1043 |
+
"vmnpdfplapnpn",
|
| 1044 |
+
"vmnpdfplapypn",
|
| 1045 |
+
"vmnpdfplasnpn",
|
| 1046 |
+
"vmnpdfplasypn",
|
| 1047 |
+
"vmnpdfplppnpn",
|
| 1048 |
+
"vmnpdfplppnpy",
|
| 1049 |
+
"vmnpdfplppypn",
|
| 1050 |
+
"vmnpdfplpsnpn",
|
| 1051 |
+
"vmnpdfplpsnpy",
|
| 1052 |
+
"vmnpdfplpsypn",
|
| 1053 |
+
"vmnpdfpnapnpn",
|
| 1054 |
+
"vmnpdfpnapnpy",
|
| 1055 |
+
"vmnpdfpnapypn",
|
| 1056 |
+
"vmnpdfpnapysn",
|
| 1057 |
+
"vmnpdfpnasnpn",
|
| 1058 |
+
"vmnpdfpnasypn",
|
| 1059 |
+
"vmnpdfpnasypy",
|
| 1060 |
+
"vmnpdfpnppnpn",
|
| 1061 |
+
"vmnpdfpnppnpy",
|
| 1062 |
+
"vmnpdfpnppypn",
|
| 1063 |
+
"vmnpdfpnppypy",
|
| 1064 |
+
"vmnpdfpnpsncn",
|
| 1065 |
+
"vmnpdfpnpsnpn",
|
| 1066 |
+
"vmnpdfpnpsnpy",
|
| 1067 |
+
"vmnpdfpnpsypn",
|
| 1068 |
+
"vmnpdfpnpsypy",
|
| 1069 |
+
"vmnpdfpnpsysn",
|
| 1070 |
+
"vmnpdfsaapncn",
|
| 1071 |
+
"vmnpdfsaapnpn",
|
| 1072 |
+
"vmnpdfsaapnpy",
|
| 1073 |
+
"vmnpdfsaapypn",
|
| 1074 |
+
"vmnpdfsaasnpn",
|
| 1075 |
+
"vmnpdfsaasnpy",
|
| 1076 |
+
"vmnpdfsaasypn",
|
| 1077 |
+
"vmnpdfsappnpn",
|
| 1078 |
+
"vmnpdfsappnpy",
|
| 1079 |
+
"vmnpdfsappypn",
|
| 1080 |
+
"vmnpdfsappypy",
|
| 1081 |
+
"vmnpdfsapsncn",
|
| 1082 |
+
"vmnpdfsapsnpn",
|
| 1083 |
+
"vmnpdfsapsnpy",
|
| 1084 |
+
"vmnpdfsapsycn",
|
| 1085 |
+
"vmnpdfsapsypn",
|
| 1086 |
+
"vmnpdfsapsypy",
|
| 1087 |
+
"vmnpdfsdapnpn",
|
| 1088 |
+
"vmnpdfsdapypn",
|
| 1089 |
+
"vmnpdfsdapypy",
|
| 1090 |
+
"vmnpdfsdasnpn",
|
| 1091 |
+
"vmnpdfsdasypn",
|
| 1092 |
+
"vmnpdfsdppnpn",
|
| 1093 |
+
"vmnpdfsdppypn",
|
| 1094 |
+
"vmnpdfsdpsnpn",
|
| 1095 |
+
"vmnpdfsdpsnpy",
|
| 1096 |
+
"vmnpdfsdpsypn",
|
| 1097 |
+
"vmnpdfsgapnpn",
|
| 1098 |
+
"vmnpdfsgapypn",
|
| 1099 |
+
"vmnpdfsgapypy",
|
| 1100 |
+
"vmnpdfsgasnpn",
|
| 1101 |
+
"vmnpdfsgasnpy",
|
| 1102 |
+
"vmnpdfsgasypn",
|
| 1103 |
+
"vmnpdfsgppnpn",
|
| 1104 |
+
"vmnpdfsgppnpy",
|
| 1105 |
+
"vmnpdfsgppypn",
|
| 1106 |
+
"vmnpdfsgppypy",
|
| 1107 |
+
"vmnpdfsgpsnpn",
|
| 1108 |
+
"vmnpdfsgpsypn",
|
| 1109 |
+
"vmnpdfsgpsypy",
|
| 1110 |
+
"vmnpdfslapnpn",
|
| 1111 |
+
"vmnpdfslapypn",
|
| 1112 |
+
"vmnpdfslasnpn",
|
| 1113 |
+
"vmnpdfslasypn",
|
| 1114 |
+
"vmnpdfslppnpn",
|
| 1115 |
+
"vmnpdfslppnpy",
|
| 1116 |
+
"vmnpdfslppypy",
|
| 1117 |
+
"vmnpdfslpsnpn",
|
| 1118 |
+
"vmnpdfslpsnpy",
|
| 1119 |
+
"vmnpdfslpsypn",
|
| 1120 |
+
"vmnpdfslpsypy",
|
| 1121 |
+
"vmnpdfsnapnpn",
|
| 1122 |
+
"vmnpdfsnapnpy",
|
| 1123 |
+
"vmnpdfsnapypn",
|
| 1124 |
+
"vmnpdfsnapysn",
|
| 1125 |
+
"vmnpdfsnasnpn",
|
| 1126 |
+
"vmnpdfsnasnpy",
|
| 1127 |
+
"vmnpdfsnasypn",
|
| 1128 |
+
"vmnpdfsnppncn",
|
| 1129 |
+
"vmnpdfsnppnpn",
|
| 1130 |
+
"vmnpdfsnppnpy",
|
| 1131 |
+
"vmnpdfsnppypn",
|
| 1132 |
+
"vmnpdfsnppypy",
|
| 1133 |
+
"vmnpdfsnpsncn",
|
| 1134 |
+
"vmnpdfsnpsnpn",
|
| 1135 |
+
"vmnpdfsnpsnpy",
|
| 1136 |
+
"vmnpdfsnpsypn",
|
| 1137 |
+
"vmnpdfsnpsypy",
|
| 1138 |
+
"vmnpdfsvpsypn",
|
| 1139 |
+
"vmnpdmpaapnpn",
|
| 1140 |
+
"vmnpdmpaapycn",
|
| 1141 |
+
"vmnpdmpaapypn",
|
| 1142 |
+
"vmnpdmpaasnpn",
|
| 1143 |
+
"vmnpdmpaasypn",
|
| 1144 |
+
"vmnpdmpappnpn",
|
| 1145 |
+
"vmnpdmpappnpy",
|
| 1146 |
+
"vmnpdmpappycn",
|
| 1147 |
+
"vmnpdmpappycy",
|
| 1148 |
+
"vmnpdmpappypn",
|
| 1149 |
+
"vmnpdmpapsnpn",
|
| 1150 |
+
"vmnpdmpapsnpy",
|
| 1151 |
+
"vmnpdmpapsycn",
|
| 1152 |
+
"vmnpdmpapsypn",
|
| 1153 |
+
"vmnpdmpapsypy",
|
| 1154 |
+
"vmnpdmpapsysn",
|
| 1155 |
+
"vmnpdmpdapnpn",
|
| 1156 |
+
"vmnpdmpdapypn",
|
| 1157 |
+
"vmnpdmpdasnpn",
|
| 1158 |
+
"vmnpdmpdasnpy",
|
| 1159 |
+
"vmnpdmpdasypn",
|
| 1160 |
+
"vmnpdmpdppnpn",
|
| 1161 |
+
"vmnpdmpdppnpy",
|
| 1162 |
+
"vmnpdmpdppycn",
|
| 1163 |
+
"vmnpdmpdppypn",
|
| 1164 |
+
"vmnpdmpdppypy",
|
| 1165 |
+
"vmnpdmpdpsncn",
|
| 1166 |
+
"vmnpdmpdpsnpn",
|
| 1167 |
+
"vmnpdmpdpsnpy",
|
| 1168 |
+
"vmnpdmpdpsycn",
|
| 1169 |
+
"vmnpdmpdpsycy",
|
| 1170 |
+
"vmnpdmpdpsypn",
|
| 1171 |
+
"vmnpdmpdpsypy",
|
| 1172 |
+
"vmnpdmpgapnpn",
|
| 1173 |
+
"vmnpdmpgapypn",
|
| 1174 |
+
"vmnpdmpgasnpn",
|
| 1175 |
+
"vmnpdmpgasypn",
|
| 1176 |
+
"vmnpdmpgppnpn",
|
| 1177 |
+
"vmnpdmpgppnpy",
|
| 1178 |
+
"vmnpdmpgppypn",
|
| 1179 |
+
"vmnpdmpgpsnpn",
|
| 1180 |
+
"vmnpdmpgpsypn",
|
| 1181 |
+
"vmnpdmpgpsypy",
|
| 1182 |
+
"vmnpdmplapnpn",
|
| 1183 |
+
"vmnpdmplapypn",
|
| 1184 |
+
"vmnpdmplasnpn",
|
| 1185 |
+
"vmnpdmplasypn",
|
| 1186 |
+
"vmnpdmplppnpn",
|
| 1187 |
+
"vmnpdmplppypn",
|
| 1188 |
+
"vmnpdmplpsncn",
|
| 1189 |
+
"vmnpdmplpsnpn",
|
| 1190 |
+
"vmnpdmplpsnpy",
|
| 1191 |
+
"vmnpdmplpsypn",
|
| 1192 |
+
"vmnpdmpnapncy",
|
| 1193 |
+
"vmnpdmpnapnpn",
|
| 1194 |
+
"vmnpdmpnapnpy",
|
| 1195 |
+
"vmnpdmpnapypn",
|
| 1196 |
+
"vmnpdmpnasnpn",
|
| 1197 |
+
"vmnpdmpnasnpy",
|
| 1198 |
+
"vmnpdmpnasypn",
|
| 1199 |
+
"vmnpdmpnppnpn",
|
| 1200 |
+
"vmnpdmpnppnpy",
|
| 1201 |
+
"vmnpdmpnppycn",
|
| 1202 |
+
"vmnpdmpnppypn",
|
| 1203 |
+
"vmnpdmpnppypy",
|
| 1204 |
+
"vmnpdmpnpsncn",
|
| 1205 |
+
"vmnpdmpnpsnpn",
|
| 1206 |
+
"vmnpdmpnpsnpy",
|
| 1207 |
+
"vmnpdmpnpsycn",
|
| 1208 |
+
"vmnpdmpnpsypn",
|
| 1209 |
+
"vmnpdmpnpsypy",
|
| 1210 |
+
"vmnpdmpvppypn",
|
| 1211 |
+
"vmnpdmsaapnpn",
|
| 1212 |
+
"vmnpdmsaapypn",
|
| 1213 |
+
"vmnpdmsaasnpn",
|
| 1214 |
+
"vmnpdmsaasnpy",
|
| 1215 |
+
"vmnpdmsaasypn",
|
| 1216 |
+
"vmnpdmsaasysn",
|
| 1217 |
+
"vmnpdmsappncn",
|
| 1218 |
+
"vmnpdmsappnpn",
|
| 1219 |
+
"vmnpdmsappnpy",
|
| 1220 |
+
"vmnpdmsappycn",
|
| 1221 |
+
"vmnpdmsappypn",
|
| 1222 |
+
"vmnpdmsappypy",
|
| 1223 |
+
"vmnpdmsapsnpn",
|
| 1224 |
+
"vmnpdmsapsnpy",
|
| 1225 |
+
"vmnpdmsapsycn",
|
| 1226 |
+
"vmnpdmsapsypn",
|
| 1227 |
+
"vmnpdmsapsypy",
|
| 1228 |
+
"vmnpdmsapsysn",
|
| 1229 |
+
"vmnpdmsdapnpn",
|
| 1230 |
+
"vmnpdmsdapypn",
|
| 1231 |
+
"vmnpdmsdasnpn",
|
| 1232 |
+
"vmnpdmsdasypn",
|
| 1233 |
+
"vmnpdmsdppnpn",
|
| 1234 |
+
"vmnpdmsdppnpy",
|
| 1235 |
+
"vmnpdmsdppypn",
|
| 1236 |
+
"vmnpdmsdppypy",
|
| 1237 |
+
"vmnpdmsdpsnpn",
|
| 1238 |
+
"vmnpdmsdpsypn",
|
| 1239 |
+
"vmnpdmsdpsypy",
|
| 1240 |
+
"vmnpdmsgapnpn",
|
| 1241 |
+
"vmnpdmsgapypn",
|
| 1242 |
+
"vmnpdmsgasnpn",
|
| 1243 |
+
"vmnpdmsgasypn",
|
| 1244 |
+
"vmnpdmsgppnpn",
|
| 1245 |
+
"vmnpdmsgppnpy",
|
| 1246 |
+
"vmnpdmsgppypn",
|
| 1247 |
+
"vmnpdmsgppypy",
|
| 1248 |
+
"vmnpdmsgpsnpn",
|
| 1249 |
+
"vmnpdmsgpsycn",
|
| 1250 |
+
"vmnpdmsgpsypn",
|
| 1251 |
+
"vmnpdmsgpsypy",
|
| 1252 |
+
"vmnpdmslapnpn",
|
| 1253 |
+
"vmnpdmslapypn",
|
| 1254 |
+
"vmnpdmslasnpn",
|
| 1255 |
+
"vmnpdmslasypn",
|
| 1256 |
+
"vmnpdmslppnpn",
|
| 1257 |
+
"vmnpdmslppypn",
|
| 1258 |
+
"vmnpdmslppypy",
|
| 1259 |
+
"vmnpdmslpsnpn",
|
| 1260 |
+
"vmnpdmslpsnpy",
|
| 1261 |
+
"vmnpdmslpsypn",
|
| 1262 |
+
"vmnpdmsnapncn",
|
| 1263 |
+
"vmnpdmsnapnpn",
|
| 1264 |
+
"vmnpdmsnapypn",
|
| 1265 |
+
"vmnpdmsnapypy",
|
| 1266 |
+
"vmnpdmsnapysn",
|
| 1267 |
+
"vmnpdmsnasnpn",
|
| 1268 |
+
"vmnpdmsnasnpy",
|
| 1269 |
+
"vmnpdmsnasypn",
|
| 1270 |
+
"vmnpdmsnppncn",
|
| 1271 |
+
"vmnpdmsnppnpn",
|
| 1272 |
+
"vmnpdmsnppnpy",
|
| 1273 |
+
"vmnpdmsnppycn",
|
| 1274 |
+
"vmnpdmsnppypn",
|
| 1275 |
+
"vmnpdmsnppypy",
|
| 1276 |
+
"vmnpdmsnppysn",
|
| 1277 |
+
"vmnpdmsnpsncn",
|
| 1278 |
+
"vmnpdmsnpsnpn",
|
| 1279 |
+
"vmnpdmsnpsnpy",
|
| 1280 |
+
"vmnpdmsnpsycn",
|
| 1281 |
+
"vmnpdmsnpsypn",
|
| 1282 |
+
"vmnpdmsnpsypy",
|
| 1283 |
+
"vmnpdmsnpsysn",
|
| 1284 |
+
"vmnppfpn0000n",
|
| 1285 |
+
"vmnppfpn0000y",
|
| 1286 |
+
"vmnppfsn0000n",
|
| 1287 |
+
"vmnppfsn0000y",
|
| 1288 |
+
"vmnppmpn0000n",
|
| 1289 |
+
"vmnppmpn0000y",
|
| 1290 |
+
"vmnppmsn0000n",
|
| 1291 |
+
"vmnppmsn0000y",
|
| 1292 |
+
"vmnpu0000000n",
|
| 1293 |
+
"vmnpu0000000y",
|
| 1294 |
+
"vmnpu000000pn",
|
| 1295 |
+
"vmnrfi100an",
|
| 1296 |
+
"vmnrft100an",
|
| 1297 |
+
"vmnrft100ay",
|
| 1298 |
+
"vmnrft200an",
|
| 1299 |
+
"vmnrft200ay",
|
| 1300 |
+
"vmnrft300an",
|
| 1301 |
+
"vmnrpi100an",
|
| 1302 |
+
"vmnrpi100ay",
|
| 1303 |
+
"vmnrpi200an",
|
| 1304 |
+
"vmnrpi300an",
|
| 1305 |
+
"vmnrpi300ay",
|
| 1306 |
+
"vmnrpii00an",
|
| 1307 |
+
"vmnrpii00ay",
|
| 1308 |
+
"vmnrpt100an",
|
| 1309 |
+
"vmnrpt100ay",
|
| 1310 |
+
"vmnrpt200an",
|
| 1311 |
+
"vmnrpt200ay",
|
| 1312 |
+
"vmnrpt300an",
|
| 1313 |
+
"vmnrpt300ay",
|
| 1314 |
+
"vmyc0i100an",
|
| 1315 |
+
"vmyc0i100ay",
|
| 1316 |
+
"vmyc0i200an",
|
| 1317 |
+
"vmyc0i200ay",
|
| 1318 |
+
"vmyc0i300an",
|
| 1319 |
+
"vmyc0i300ay",
|
| 1320 |
+
"vmyc0ii00an",
|
| 1321 |
+
"vmyc0t100an",
|
| 1322 |
+
"vmyc0t200an",
|
| 1323 |
+
"vmyc0t200ay",
|
| 1324 |
+
"vmyc0t300an",
|
| 1325 |
+
"vmyc0ti00an",
|
| 1326 |
+
"vmyd0i100an",
|
| 1327 |
+
"vmyd0i200an",
|
| 1328 |
+
"vmyd0i300an",
|
| 1329 |
+
"vmyd0ii00an",
|
| 1330 |
+
"vmyd0t100an",
|
| 1331 |
+
"vmyd0t200an",
|
| 1332 |
+
"vmyd0t300an",
|
| 1333 |
+
"vmyd0ti00an",
|
| 1334 |
+
"vmyifi11pan",
|
| 1335 |
+
"vmyifi11san",
|
| 1336 |
+
"vmyifi11say",
|
| 1337 |
+
"vmyifi12pan",
|
| 1338 |
+
"vmyifi12san",
|
| 1339 |
+
"vmyifi130an",
|
| 1340 |
+
"vmyifi130ay",
|
| 1341 |
+
"vmyifi21san",
|
| 1342 |
+
"vmyifi230an",
|
| 1343 |
+
"vmyifi230ay",
|
| 1344 |
+
"vmyifi31pan",
|
| 1345 |
+
"vmyifi31san",
|
| 1346 |
+
"vmyifi31say",
|
| 1347 |
+
"vmyifi32san",
|
| 1348 |
+
"vmyifi330an",
|
| 1349 |
+
"vmyifi330ay",
|
| 1350 |
+
"vmyifii1san",
|
| 1351 |
+
"vmyifii30an",
|
| 1352 |
+
"vmyift11pan",
|
| 1353 |
+
"vmyift130an",
|
| 1354 |
+
"vmyift21san",
|
| 1355 |
+
"vmyift230an",
|
| 1356 |
+
"vmyift31pan",
|
| 1357 |
+
"vmyift32san",
|
| 1358 |
+
"vmyift330an",
|
| 1359 |
+
"vmyifti1san",
|
| 1360 |
+
"vmyifti30an",
|
| 1361 |
+
"vmyipi11pan",
|
| 1362 |
+
"vmyipi11san",
|
| 1363 |
+
"vmyipi12pan",
|
| 1364 |
+
"vmyipi12san",
|
| 1365 |
+
"vmyipi12say",
|
| 1366 |
+
"vmyipi130an",
|
| 1367 |
+
"vmyipi130ay",
|
| 1368 |
+
"vmyipi21pan",
|
| 1369 |
+
"vmyipi21san",
|
| 1370 |
+
"vmyipi21say",
|
| 1371 |
+
"vmyipi22pan",
|
| 1372 |
+
"vmyipi22san",
|
| 1373 |
+
"vmyipi230an",
|
| 1374 |
+
"vmyipi230ay",
|
| 1375 |
+
"vmyipi31pan",
|
| 1376 |
+
"vmyipi31san",
|
| 1377 |
+
"vmyipi31say",
|
| 1378 |
+
"vmyipi32pan",
|
| 1379 |
+
"vmyipi32san",
|
| 1380 |
+
"vmyipi32say",
|
| 1381 |
+
"vmyipi330an",
|
| 1382 |
+
"vmyipi330ay",
|
| 1383 |
+
"vmyipii1pan",
|
| 1384 |
+
"vmyipii2san",
|
| 1385 |
+
"vmyipii30an",
|
| 1386 |
+
"vmyipii30ay",
|
| 1387 |
+
"vmyipt11pan",
|
| 1388 |
+
"vmyipt11san",
|
| 1389 |
+
"vmyipt12san",
|
| 1390 |
+
"vmyipt130an",
|
| 1391 |
+
"vmyipt130ay",
|
| 1392 |
+
"vmyipt21san",
|
| 1393 |
+
"vmyipt22san",
|
| 1394 |
+
"vmyipt230an",
|
| 1395 |
+
"vmyipt31pan",
|
| 1396 |
+
"vmyipt31san",
|
| 1397 |
+
"vmyipt31say",
|
| 1398 |
+
"vmyipt32pan",
|
| 1399 |
+
"vmyipt32san",
|
| 1400 |
+
"vmyipt32say",
|
| 1401 |
+
"vmyipt330an",
|
| 1402 |
+
"vmyipt330ay",
|
| 1403 |
+
"vmyipti1pan",
|
| 1404 |
+
"vmyipti1san",
|
| 1405 |
+
"vmyipti2pan",
|
| 1406 |
+
"vmyipti30an",
|
| 1407 |
+
"vmyipti30ay",
|
| 1408 |
+
"vmyisi11pan",
|
| 1409 |
+
"vmyisi11san",
|
| 1410 |
+
"vmyisi11say",
|
| 1411 |
+
"vmyisi12san",
|
| 1412 |
+
"vmyisi130an",
|
| 1413 |
+
"vmyisi130ay",
|
| 1414 |
+
"vmyisi21pan",
|
| 1415 |
+
"vmyisi21san",
|
| 1416 |
+
"vmyisi230an",
|
| 1417 |
+
"vmyisi230ay",
|
| 1418 |
+
"vmyisi31pan",
|
| 1419 |
+
"vmyisi31san",
|
| 1420 |
+
"vmyisi31say",
|
| 1421 |
+
"vmyisi32san",
|
| 1422 |
+
"vmyisi330an",
|
| 1423 |
+
"vmyisi330ay",
|
| 1424 |
+
"vmyisii1pan",
|
| 1425 |
+
"vmyisii1san",
|
| 1426 |
+
"vmyisii30an",
|
| 1427 |
+
"vmyisii30ay",
|
| 1428 |
+
"vmyist11pan",
|
| 1429 |
+
"vmyist11san",
|
| 1430 |
+
"vmyist130an",
|
| 1431 |
+
"vmyist21pan",
|
| 1432 |
+
"vmyist21san",
|
| 1433 |
+
"vmyist230an",
|
| 1434 |
+
"vmyist230ay",
|
| 1435 |
+
"vmyist31pan",
|
| 1436 |
+
"vmyist31san",
|
| 1437 |
+
"vmyist31say",
|
| 1438 |
+
"vmyist32pan",
|
| 1439 |
+
"vmyist330an",
|
| 1440 |
+
"vmyist330ay",
|
| 1441 |
+
"vmyisti1pan",
|
| 1442 |
+
"vmyisti1san",
|
| 1443 |
+
"vmyisti30an",
|
| 1444 |
+
"vmyisti30ay",
|
| 1445 |
+
"vmym0i12pan",
|
| 1446 |
+
"vmym0i12san",
|
| 1447 |
+
"vmym0i12say",
|
| 1448 |
+
"vmym0i22pan",
|
| 1449 |
+
"vmym0i22san",
|
| 1450 |
+
"vmym0i22say",
|
| 1451 |
+
"vmym0i32pan",
|
| 1452 |
+
"vmym0i32pay",
|
| 1453 |
+
"vmym0i32san",
|
| 1454 |
+
"vmym0t22pan",
|
| 1455 |
+
"vmym0t22san",
|
| 1456 |
+
"vmym0t22say",
|
| 1457 |
+
"vmym0t32pan",
|
| 1458 |
+
"vmym0t32san",
|
| 1459 |
+
"vmyn0i1000n",
|
| 1460 |
+
"vmyn0i1000y",
|
| 1461 |
+
"vmyn0i2000n",
|
| 1462 |
+
"vmyn0i3000n",
|
| 1463 |
+
"vmyn0i3000y",
|
| 1464 |
+
"vmyn0ii000n",
|
| 1465 |
+
"vmyn0t1000n",
|
| 1466 |
+
"vmyn0t1000y",
|
| 1467 |
+
"vmyn0t2000n",
|
| 1468 |
+
"vmyn0t3000n",
|
| 1469 |
+
"vmyn0t3000y",
|
| 1470 |
+
"vmyn0ti000n",
|
| 1471 |
+
"vmypdfpaasnpn",
|
| 1472 |
+
"vmypdfpaasypn",
|
| 1473 |
+
"vmypdfpnasnpn",
|
| 1474 |
+
"vmypdfpnasnpy",
|
| 1475 |
+
"vmypdfsaasnpn",
|
| 1476 |
+
"vmypdfsaasnpy",
|
| 1477 |
+
"vmypdfsnasnpn",
|
| 1478 |
+
"vmypdfsnasnpy",
|
| 1479 |
+
"vmypdmpaapnpn",
|
| 1480 |
+
"vmypdmpaasnpn",
|
| 1481 |
+
"vmypdmpgasnpn",
|
| 1482 |
+
"vmypdmpnasnpn",
|
| 1483 |
+
"vmypdmsaapnpn",
|
| 1484 |
+
"vmypdmsaasnpn",
|
| 1485 |
+
"vmypdmsnasnpn",
|
| 1486 |
+
"vmypdmsnasnpy",
|
| 1487 |
+
"vmyppf0n0000n",
|
| 1488 |
+
"vmyppf0n0000y",
|
| 1489 |
+
"vmyppm0n0000n",
|
| 1490 |
+
"vmyppm0n0000y",
|
| 1491 |
+
"vmyppmsna00pn",
|
| 1492 |
+
"vmypu0000000n",
|
| 1493 |
+
"vmypu0000000y",
|
| 1494 |
+
"vmypu000000pn",
|
| 1495 |
+
"vmyrfi100an",
|
| 1496 |
+
"vmyrfi100ay",
|
| 1497 |
+
"vmyrpi100an",
|
| 1498 |
+
"vmyrpi300an",
|
| 1499 |
+
"vmyrpt100an",
|
| 1500 |
+
"vmyrpt300an",
|
| 1501 |
+
"vmyrpt300ay",
|
| 1502 |
+
"vonc0i100an",
|
| 1503 |
+
"vonc0i100ay",
|
| 1504 |
+
"vonc0i300an",
|
| 1505 |
+
"vonc0i300ay",
|
| 1506 |
+
"vonc0t300an",
|
| 1507 |
+
"vonc0t300ay",
|
| 1508 |
+
"vonc0ti00an",
|
| 1509 |
+
"vond0i100an",
|
| 1510 |
+
"vond0i300an",
|
| 1511 |
+
"vond0t300an",
|
| 1512 |
+
"vonifi11pan",
|
| 1513 |
+
"vonifi11pay",
|
| 1514 |
+
"vonifi11san",
|
| 1515 |
+
"vonifi12pay",
|
| 1516 |
+
"vonifi130an",
|
| 1517 |
+
"vonifi130ay",
|
| 1518 |
+
"vonifi230an",
|
| 1519 |
+
"vonifi31pan",
|
| 1520 |
+
"vonifi31san",
|
| 1521 |
+
"vonifi31say",
|
| 1522 |
+
"vonifi32san",
|
| 1523 |
+
"vonifi32say",
|
| 1524 |
+
"vonifi330an",
|
| 1525 |
+
"vonifi330ay",
|
| 1526 |
+
"vonifii1pay",
|
| 1527 |
+
"vonift11pan",
|
| 1528 |
+
"vonift31san",
|
| 1529 |
+
"vonift31say",
|
| 1530 |
+
"vonift32san",
|
| 1531 |
+
"vonift330an",
|
| 1532 |
+
"vonift330ay",
|
| 1533 |
+
"vonipi11pan",
|
| 1534 |
+
"vonipi11pay",
|
| 1535 |
+
"vonipi11san",
|
| 1536 |
+
"vonipi11say",
|
| 1537 |
+
"vonipi12pan",
|
| 1538 |
+
"vonipi12pay",
|
| 1539 |
+
"vonipi130an",
|
| 1540 |
+
"vonipi130ay",
|
| 1541 |
+
"vonipi21pan",
|
| 1542 |
+
"vonipi230an",
|
| 1543 |
+
"vonipi230ay",
|
| 1544 |
+
"vonipi31pan",
|
| 1545 |
+
"vonipi31pay",
|
| 1546 |
+
"vonipi31san",
|
| 1547 |
+
"vonipi31say",
|
| 1548 |
+
"vonipi32pan",
|
| 1549 |
+
"vonipi32pay",
|
| 1550 |
+
"vonipi32san",
|
| 1551 |
+
"vonipi32say",
|
| 1552 |
+
"vonipi330an",
|
| 1553 |
+
"vonipi330ay",
|
| 1554 |
+
"vonipt130an",
|
| 1555 |
+
"vonipt130ay",
|
| 1556 |
+
"vonipt230an",
|
| 1557 |
+
"vonipt31pan",
|
| 1558 |
+
"vonipt31pay",
|
| 1559 |
+
"vonipt31san",
|
| 1560 |
+
"vonipt31say",
|
| 1561 |
+
"vonipt32pan",
|
| 1562 |
+
"vonipt32san",
|
| 1563 |
+
"vonipt330an",
|
| 1564 |
+
"vonipt330ay",
|
| 1565 |
+
"vonisi11pan",
|
| 1566 |
+
"vonisi11san",
|
| 1567 |
+
"vonisi11say",
|
| 1568 |
+
"vonisi12pay",
|
| 1569 |
+
"vonisi130an",
|
| 1570 |
+
"vonisi130ay",
|
| 1571 |
+
"vonisi230an",
|
| 1572 |
+
"vonisi31pan",
|
| 1573 |
+
"vonisi31pay",
|
| 1574 |
+
"vonisi31san",
|
| 1575 |
+
"vonisi31say",
|
| 1576 |
+
"vonisi32pan",
|
| 1577 |
+
"vonisi32pay",
|
| 1578 |
+
"vonisi330an",
|
| 1579 |
+
"vonisi330ay",
|
| 1580 |
+
"vonist11say",
|
| 1581 |
+
"vonist31san",
|
| 1582 |
+
"vonist32pan",
|
| 1583 |
+
"vonist330an",
|
| 1584 |
+
"vonist330ay",
|
| 1585 |
+
"vonm0i32san",
|
| 1586 |
+
"vonn0i1000n",
|
| 1587 |
+
"vonn0i3000n",
|
| 1588 |
+
"vonn0i3000y",
|
| 1589 |
+
"vonn0t3000n",
|
| 1590 |
+
"vonpdfpapsypn",
|
| 1591 |
+
"vonpdfpdpsypn",
|
| 1592 |
+
"vonpdfpnasnpn",
|
| 1593 |
+
"vonpdfsnasnpn",
|
| 1594 |
+
"vonpdfsnasnpy",
|
| 1595 |
+
"vonpdmpdpsypn",
|
| 1596 |
+
"vonpdmpnasnpn",
|
| 1597 |
+
"vonpdmsapsypn",
|
| 1598 |
+
"vonpdmsnasnpn",
|
| 1599 |
+
"vonpdmsnppnpn",
|
| 1600 |
+
"vonpdmsnpsnpn",
|
| 1601 |
+
"vonpdmsnpsypn",
|
| 1602 |
+
"vonppfpn0000y",
|
| 1603 |
+
"vonppfsn0000n",
|
| 1604 |
+
"vonppmpn0000n",
|
| 1605 |
+
"vonppmsn0000n",
|
| 1606 |
+
"vonppmsn0000y",
|
| 1607 |
+
"vonpu0000000n",
|
| 1608 |
+
"vonpu0000000y",
|
| 1609 |
+
"vonrfi300an",
|
| 1610 |
+
"vonrft300an",
|
| 1611 |
+
"vonrft300ay",
|
| 1612 |
+
"vonrpi100ay",
|
| 1613 |
+
"vonrpi300an",
|
| 1614 |
+
"vonrpi300ay",
|
| 1615 |
+
"vonrpt300an",
|
| 1616 |
+
"vonrpt300ay",
|
| 1617 |
+
"voyc0i100an",
|
| 1618 |
+
"voyc0i100ay",
|
| 1619 |
+
"voyc0i300an",
|
| 1620 |
+
"voyc0i300ay",
|
| 1621 |
+
"voyc0t300an",
|
| 1622 |
+
"voyc0t300ay",
|
| 1623 |
+
"voyd0i100an",
|
| 1624 |
+
"voyd0t100an",
|
| 1625 |
+
"voyifi12san",
|
| 1626 |
+
"voyifi130an",
|
| 1627 |
+
"voyifi32pan",
|
| 1628 |
+
"voyifi330an",
|
| 1629 |
+
"voyifi330ay",
|
| 1630 |
+
"voyipi11pan",
|
| 1631 |
+
"voyipi11san",
|
| 1632 |
+
"voyipi11say",
|
| 1633 |
+
"voyipi12pan",
|
| 1634 |
+
"voyipi130an",
|
| 1635 |
+
"voyipi130ay",
|
| 1636 |
+
"voyipi230an",
|
| 1637 |
+
"voyipi230ay",
|
| 1638 |
+
"voyipi31pan",
|
| 1639 |
+
"voyipi31san",
|
| 1640 |
+
"voyipi31say",
|
| 1641 |
+
"voyipi32pan",
|
| 1642 |
+
"voyipi32san",
|
| 1643 |
+
"voyipi330an",
|
| 1644 |
+
"voyipi330ay",
|
| 1645 |
+
"voyipt11pan",
|
| 1646 |
+
"voyipt11san",
|
| 1647 |
+
"voyipt130an",
|
| 1648 |
+
"voyipt230an",
|
| 1649 |
+
"voyipt31pan",
|
| 1650 |
+
"voyipt31san",
|
| 1651 |
+
"voyipt32san",
|
| 1652 |
+
"voyipt330an",
|
| 1653 |
+
"voyipt330ay",
|
| 1654 |
+
"voyisi11pan",
|
| 1655 |
+
"voyisi11san",
|
| 1656 |
+
"voyisi130an",
|
| 1657 |
+
"voyisi230an",
|
| 1658 |
+
"voyisi230ay",
|
| 1659 |
+
"voyisi31pan",
|
| 1660 |
+
"voyisi31san",
|
| 1661 |
+
"voyisi31say",
|
| 1662 |
+
"voyisi330an",
|
| 1663 |
+
"voyisi330ay",
|
| 1664 |
+
"voyist11pan",
|
| 1665 |
+
"voyist11san",
|
| 1666 |
+
"voyist130an",
|
| 1667 |
+
"voyist31san",
|
| 1668 |
+
"voyist330an",
|
| 1669 |
+
"voyist330ay",
|
| 1670 |
+
"voym0i12pay",
|
| 1671 |
+
"voym0i12san",
|
| 1672 |
+
"voym0i32san",
|
| 1673 |
+
"voyn0i1000n",
|
| 1674 |
+
"voyn0i3000n",
|
| 1675 |
+
"voyn0t1000n",
|
| 1676 |
+
"voypdfpnasnpn",
|
| 1677 |
+
"voypdfsnasnpn",
|
| 1678 |
+
"voypdmpnasnpn",
|
| 1679 |
+
"voypdmsnasnpn",
|
| 1680 |
+
"voypdmsnasnpy",
|
| 1681 |
+
"voyppm0n0000n",
|
| 1682 |
+
"voypu0000000n",
|
| 1683 |
+
"voyrfi100an",
|
| 1684 |
+
"voyrpi100an",
|
| 1685 |
+
"voyrpi300an",
|
| 1686 |
+
"voyrpi300ay",
|
| 1687 |
+
"voyrpt300ay",
|
| 1688 |
+
"vpnc0i100an",
|
| 1689 |
+
"vpnc0i300an",
|
| 1690 |
+
"vpnc0t100an",
|
| 1691 |
+
"vpnd0i100an",
|
| 1692 |
+
"vpnd0t100an",
|
| 1693 |
+
"vpnifi12san",
|
| 1694 |
+
"vpnifi130an",
|
| 1695 |
+
"vpnifi31pan",
|
| 1696 |
+
"vpnifi330an",
|
| 1697 |
+
"vpnift11pan",
|
| 1698 |
+
"vpnift130an",
|
| 1699 |
+
"vpnift31pan",
|
| 1700 |
+
"vpnift31san",
|
| 1701 |
+
"vpnipi11pan",
|
| 1702 |
+
"vpnipi11pay",
|
| 1703 |
+
"vpnipi11san",
|
| 1704 |
+
"vpnipi12san",
|
| 1705 |
+
"vpnipi130an",
|
| 1706 |
+
"vpnipi130ay",
|
| 1707 |
+
"vpnipi330an",
|
| 1708 |
+
"vpnipt11pan",
|
| 1709 |
+
"vpnipt11san",
|
| 1710 |
+
"vpnipt130an",
|
| 1711 |
+
"vpnipt31pan",
|
| 1712 |
+
"vpnisi11pan",
|
| 1713 |
+
"vpnisi11san",
|
| 1714 |
+
"vpnisi11say",
|
| 1715 |
+
"vpnisi130an",
|
| 1716 |
+
"vpnisi130ay",
|
| 1717 |
+
"vpnisi31san",
|
| 1718 |
+
"vpnisi330an",
|
| 1719 |
+
"vpnist11pan",
|
| 1720 |
+
"vpnist11san",
|
| 1721 |
+
"vpnist130an",
|
| 1722 |
+
"vpnist330an",
|
| 1723 |
+
"vpnm0i12san",
|
| 1724 |
+
"vpnm0i32san",
|
| 1725 |
+
"vpnm0t12san",
|
| 1726 |
+
"vpnn0i1000n",
|
| 1727 |
+
"vpnn0i3000n",
|
| 1728 |
+
"vpnn0t1000n",
|
| 1729 |
+
"vpnn0t1000y",
|
| 1730 |
+
"vpnn0t3000n",
|
| 1731 |
+
"vpnpdfpnasnpn",
|
| 1732 |
+
"vpnpdfpnpsnpn",
|
| 1733 |
+
"vpnpdfpnpsypn",
|
| 1734 |
+
"vpnpdfsnasnpn",
|
| 1735 |
+
"vpnpdfsnpsnpn",
|
| 1736 |
+
"vpnpdmpnasnpn",
|
| 1737 |
+
"vpnpdmpnpsnpn",
|
| 1738 |
+
"vpnpdmsnasnpn",
|
| 1739 |
+
"vpnpdmsnpsnpn",
|
| 1740 |
+
"vpnppmsn0000n",
|
| 1741 |
+
"vpnpu0000000n",
|
| 1742 |
+
"vpyifi130an",
|
| 1743 |
+
"vpyipi130an",
|
| 1744 |
+
"vpyisi130an",
|
| 1745 |
+
"vtnc0i100an",
|
| 1746 |
+
"vtnc0i100ay",
|
| 1747 |
+
"vtnc0t100an",
|
| 1748 |
+
"vtnc0t200an",
|
| 1749 |
+
"vtnd0i100an",
|
| 1750 |
+
"vtnifi11pay",
|
| 1751 |
+
"vtnifi11san",
|
| 1752 |
+
"vtnifi130an",
|
| 1753 |
+
"vtnifi130ay",
|
| 1754 |
+
"vtnift130an",
|
| 1755 |
+
"vtnipi11san",
|
| 1756 |
+
"vtnipi130an",
|
| 1757 |
+
"vtnipi130ay",
|
| 1758 |
+
"vtnipi230an",
|
| 1759 |
+
"vtnipt130an",
|
| 1760 |
+
"vtnipt230an",
|
| 1761 |
+
"vtnipt330an",
|
| 1762 |
+
"vtnisi11pan",
|
| 1763 |
+
"vtnisi11san",
|
| 1764 |
+
"vtnisi12san",
|
| 1765 |
+
"vtnisi130an",
|
| 1766 |
+
"vtnisi130ay",
|
| 1767 |
+
"vtnist330an",
|
| 1768 |
+
"vtnn0i1000n",
|
| 1769 |
+
"vtnn0t1000n",
|
| 1770 |
+
"vtnpdfpaapnpn",
|
| 1771 |
+
"vtnpdfpnasnpn",
|
| 1772 |
+
"vtnpdfsnasnpn",
|
| 1773 |
+
"vtnpdmpnapypn",
|
| 1774 |
+
"vtnpdmpnasnpn",
|
| 1775 |
+
"vtnpdmpnasypn",
|
| 1776 |
+
"vtnpdmsnasnpn",
|
| 1777 |
+
"vtnppmpn0000n",
|
| 1778 |
+
"vtnppmsn0000n",
|
| 1779 |
+
"vtnpu0000000n",
|
| 1780 |
+
"vtnrfi100an",
|
| 1781 |
+
"vtyc0i100ay",
|
| 1782 |
+
"vtyc0i300ay",
|
| 1783 |
+
"vtyc0t100an",
|
| 1784 |
+
"vtyifi330an",
|
| 1785 |
+
"vtyipi11san",
|
| 1786 |
+
"vtyipi130an",
|
| 1787 |
+
"vtyipi130ay",
|
| 1788 |
+
"vtyipi330an",
|
| 1789 |
+
"vtyipi330ay",
|
| 1790 |
+
"vtyipt11pay",
|
| 1791 |
+
"vtyipt11say",
|
| 1792 |
+
"vtyipt130an",
|
| 1793 |
+
"vtyipt330an",
|
| 1794 |
+
"vtyisi11san",
|
| 1795 |
+
"vtyisi130an",
|
| 1796 |
+
"vtyisi130ay",
|
| 1797 |
+
"vtyisi330an",
|
| 1798 |
+
"vtyist11pan",
|
| 1799 |
+
"vtyist11san",
|
| 1800 |
+
"vtyist330an",
|
| 1801 |
+
"vtyn0i1000n",
|
| 1802 |
+
"vtyn0i3000n",
|
| 1803 |
+
"vtyn0t1000n",
|
| 1804 |
+
"vtyn0t3000n",
|
| 1805 |
+
"vtypdfsnasnpn",
|
| 1806 |
+
"vtypdmsnasnpn",
|
| 1807 |
+
"xd",
|
| 1808 |
+
"xf",
|
| 1809 |
+
"xn",
|
| 1810 |
+
"xo",
|
| 1811 |
+
"xp",
|
| 1812 |
+
"xu",
|
| 1813 |
+
"xx",
|
| 1814 |
+
"ya",
|
| 1815 |
+
"yd",
|
| 1816 |
+
"yn",
|
| 1817 |
+
"yp",
|
| 1818 |
+
"yr",
|
| 1819 |
+
"yv",
|
| 1820 |
+
"z_",
|
| 1821 |
+
"zb",
|
| 1822 |
+
"zc",
|
| 1823 |
+
"zd",
|
| 1824 |
+
"zo",
|
| 1825 |
+
"zq",
|
| 1826 |
+
"zs",
|
| 1827 |
+
"zx"
|
| 1828 |
+
],
|
| 1829 |
+
"neg_prefix":"!",
|
| 1830 |
+
"overwrite":false
|
| 1831 |
+
}
|
tagger/model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:843733ef06620bed21d6954f93846e6288d04ff0841d852199ae6479f5b60cdb
|
| 3 |
+
size 7479053
|
tokenizer
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
��prefix_search��^§|^%|^=|^—|^–|^\+(?![0-9])|^…|^……|^,|^:|^;|^\!|^\?|^¿|^؟|^¡|^\(|^\)|^\[|^\]|^\{|^\}|^<|^>|^_|^#|^\*|^&|^。|^?|^!|^,|^、|^;|^:|^~|^·|^।|^،|^۔|^؛|^٪|^\.\.+|^…|^\'|^"|^”|^“|^`|^‘|^´|^’|^‚|^,|^„|^»|^«|^「|^」|^『|^』|^(|^)|^〔|^〕|^【|^】|^《|^》|^〈|^〉|^〈|^〉|^⟦|^⟧|^\$|^£|^€|^¥|^฿|^US\$|^C\$|^A\$|^₽|^﷼|^₴|^₠|^₡|^₢|^₣|^₤|^₥|^₦|^₧|^₨|^₩|^₪|^₫|^€|^₭|^₮|^₯|^₰|^₱|^₲|^₳|^₴|^₵|^₶|^₷|^₸|^₹|^₺|^₻|^₼|^₽|^₾|^₿|^[\u00A6\u00A9\u00AE\u00B0\u0482\u058D\u058E\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u09FA\u0B70\u0BF3-\u0BF8\u0BFA\u0C7F\u0D4F\u0D79\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116\u2117\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u214A\u214C\u214D\u214F\u218A\u218B\u2195-\u2199\u219C-\u219F\u21A1\u21A2\u21A4\u21A5\u21A7-\u21AD\u21AF-\u21CD\u21D0\u21D1\u21D3\u21D5-\u21F3\u2300-\u2307\u230C-\u231F\u2322-\u2328\u232B-\u237B\u237D-\u239A\u23B4-\u23DB\u23E2-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u25B6\u25B8-\u25C0\u25C2-\u25F7\u2600-\u266E\u2670-\u2767\u2794-\u27BF\u2800-\u28FF\u2B00-\u2B2F\u2B45\u2B46\u2B4D-\u2B73\u2B76-\u2B95\u2B98-\u2BC8\u2BCA-\u2BFE\u2CE5-\u2CEA\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFB\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u32FE\u3300-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA828-\uA82B\uA836\uA837\uA839\uAA77-\uAA79\uFDFD\uFFE4\uFFE8\uFFED\uFFEE\uFFFC\uFFFD\U00010137-\U0001013F\U00010179-\U00010189\U0001018C-\U0001018E\U00010190-\U0001019B\U000101A0\U000101D0-\U000101FC\U00010877\U00010878\U00010AC8\U0001173F\U00016B3C-\U00016B3F\U00016B45\U0001BC9C\U0001D000-\U0001D0F5\U0001D100-\U0001D126\U0001D129-\U0001D164\U0001D16A-\U0001D16C\U0001D183\U0001D184\U0001D18C-\U0001D1A9\U0001D1AE-\U0001D1E8\U0001D200-\U0001D241\U0001D245\U0001D300-\U0001D356\U0001D800-\U0001D9FF\U0001DA37-\U0001DA3A\U0001DA6D-\U0001DA74\U0001DA76-\U0001DA83\U0001DA85\U0001DA86\U0001ECAC\U0001F000-\U0001F02B\U0001F030-\U0001F093\U0001F0A0-\U0001F0AE\U0001F0B1-\U0001F0BF\U0001F0C1-\U0001F0CF\U0001F0D1-\U0001F0F5\U0001F110-\U0001F16B\U0001F170-\U0001F1AC\U0001F1E6-\U0001F202\U0001F210-\U0001F23B\U0001F240-\U0001F248\U0001F250\U0001F251\U0001F260-\U0001F265\U0001F300-\U0001F3FA\U0001F400-\U0001F6D4\U0001F6E0-\U0001F6EC\U0001F6F0-\U0001F6F9\U0001F700-\U0001F773\U0001F780-\U0001F7D8\U0001F800-\U0001F80B\U0001F810-\U0001F847\U0001F850-\U0001F859\U0001F860-\U0001F887\U0001F890-\U0001F8AD\U0001F900-\U0001F90B\U0001F910-\U0001F93E\U0001F940-\U0001F970\U0001F973-\U0001F976\U0001F97A\U0001F97C-\U0001F9A2\U0001F9B0-\U0001F9B9\U0001F9C0-\U0001F9C2\U0001F9D0-\U0001F9FF\U0001FA60-\U0001FA6D]�suffix_search�2�…$|……$|,$|:$|;$|\!$|\?$|¿$|؟$|¡$|\($|\)$|\[$|\]$|\{$|\}$|<$|>$|_$|#$|\*$|&$|。$|?$|!$|,$|、$|;$|:$|~$|·$|।$|،$|۔$|؛$|٪$|\.\.+$|…$|\'$|"$|”$|“$|`$|‘$|´$|’$|‚$|,$|„$|»$|«$|「$|」$|『$|』$|($|)$|〔$|〕$|【$|】$|《$|》$|〈$|〉$|〈$|〉$|⟦$|⟧$|[\u00A6\u00A9\u00AE\u00B0\u0482\u058D\u058E\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u09FA\u0B70\u0BF3-\u0BF8\u0BFA\u0C7F\u0D4F\u0D79\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116\u2117\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u214A\u214C\u214D\u214F\u218A\u218B\u2195-\u2199\u219C-\u219F\u21A1\u21A2\u21A4\u21A5\u21A7-\u21AD\u21AF-\u21CD\u21D0\u21D1\u21D3\u21D5-\u21F3\u2300-\u2307\u230C-\u231F\u2322-\u2328\u232B-\u237B\u237D-\u239A\u23B4-\u23DB\u23E2-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u25B6\u25B8-\u25C0\u25C2-\u25F7\u2600-\u266E\u2670-\u2767\u2794-\u27BF\u2800-\u28FF\u2B00-\u2B2F\u2B45\u2B46\u2B4D-\u2B73\u2B76-\u2B95\u2B98-\u2BC8\u2BCA-\u2BFE\u2CE5-\u2CEA\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFB\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u32FE\u3300-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA828-\uA82B\uA836\uA837\uA839\uAA77-\uAA79\uFDFD\uFFE4\uFFE8\uFFED\uFFEE\uFFFC\uFFFD\U00010137-\U0001013F\U00010179-\U00010189\U0001018C-\U0001018E\U00010190-\U0001019B\U000101A0\U000101D0-\U000101FC\U00010877\U00010878\U00010AC8\U0001173F\U00016B3C-\U00016B3F\U00016B45\U0001BC9C\U0001D000-\U0001D0F5\U0001D100-\U0001D126\U0001D129-\U0001D164\U0001D16A-\U0001D16C\U0001D183\U0001D184\U0001D18C-\U0001D1A9\U0001D1AE-\U0001D1E8\U0001D200-\U0001D241\U0001D245\U0001D300-\U0001D356\U0001D800-\U0001D9FF\U0001DA37-\U0001DA3A\U0001DA6D-\U0001DA74\U0001DA76-\U0001DA83\U0001DA85\U0001DA86\U0001ECAC\U0001F000-\U0001F02B\U0001F030-\U0001F093\U0001F0A0-\U0001F0AE\U0001F0B1-\U0001F0BF\U0001F0C1-\U0001F0CF\U0001F0D1-\U0001F0F5\U0001F110-\U0001F16B\U0001F170-\U0001F1AC\U0001F1E6-\U0001F202\U0001F210-\U0001F23B\U0001F240-\U0001F248\U0001F250\U0001F251\U0001F260-\U0001F265\U0001F300-\U0001F3FA\U0001F400-\U0001F6D4\U0001F6E0-\U0001F6EC\U0001F6F0-\U0001F6F9\U0001F700-\U0001F773\U0001F780-\U0001F7D8\U0001F800-\U0001F80B\U0001F810-\U0001F847\U0001F850-\U0001F859\U0001F860-\U0001F887\U0001F890-\U0001F8AD\U0001F900-\U0001F90B\U0001F910-\U0001F93E\U0001F940-\U0001F970\U0001F973-\U0001F976\U0001F97A\U0001F97C-\U0001F9A2\U0001F9B0-\U0001F9B9\U0001F9C0-\U0001F9C2\U0001F9D0-\U0001F9FF\U0001FA60-\U0001FA6D]$|'s$|'S$|’s$|’S$|—$|–$|(?<=[0-9])\+$|(?<=°[FfCcKk])\.$|(?<=[0-9])(?:\$|£|€|¥|฿|US\$|C\$|A\$|₽|﷼|₴|₠|₡|₢|₣|₤|₥|₦|₧|₨|₩|₪|₫|€|₭|₮|₯|₰|₱|₲|₳|₴|₵|₶|₷|₸|₹|₺|₻|₼|₽|₾|₿)$|(?<=[0-9])(?:km|km²|km³|m|m²|m³|dm|dm²|dm³|cm|cm²|cm³|mm|mm²|mm³|ha|µm|nm|yd|in|ft|kg|g|mg|µg|t|lb|oz|m/s|km/h|kmh|mph|hPa|Pa|mbar|mb|MB|kb|KB|gb|GB|tb|TB|T|G|M|K|%|км|км²|км³|м|м²|м³|дм|дм²|дм³|см|см²|см³|мм|мм²|мм³|нм|кг|г|мг|м/с|км/ч|кПа|Па|мбар|Кб|КБ|кб|Мб|МБ|мб|Гб|ГБ|гб|Тб|ТБ|тбكم|كم²|كم³|م|م²|م³|سم|سم²|سم³|مم|مم²|مم³|كم|غرام|جرام|جم|كغ|ملغ|كوب|اكواب)$|(?<=[0-9a-z\uFF41-\uFF5A\u00DF-\u00F6\u00F8-\u00FF\u0101\u0103\u0105\u0107\u0109\u010B\u010D\u010F\u0111\u0113\u0115\u0117\u0119\u011B\u011D\u011F\u0121\u0123\u0125\u0127\u0129\u012B\u012D\u012F\u0131\u0133\u0135\u0137\u0138\u013A\u013C\u013E\u0140\u0142\u0144\u0146\u0148\u0149\u014B\u014D\u014F\u0151\u0153\u0155\u0157\u0159\u015B\u015D\u015F\u0161\u0163\u0165\u0167\u0169\u016B\u016D\u016F\u0171\u0173\u0175\u0177\u017A\u017C\u017E\u017F\u0180\u0183\u0185\u0188\u018C\u018D\u0192\u0195\u0199-\u019B\u019E\u01A1\u01A3\u01A5\u01A8\u01AA\u01AB\u01AD\u01B0\u01B4\u01B6\u01B9\u01BA\u01BD-\u01BF\u01C6\u01C9\u01CC\u01CE\u01D0\u01D2\u01D4\u01D6\u01D8\u01DA\u01DC\u01DD\u01DF\u01E1\u01E3\u01E5\u01E7\u01E9\u01EB\u01ED\u01EF\u01F0\u01F3\u01F5\u01F9\u01FB\u01FD\u01FF\u0201\u0203\u0205\u0207\u0209\u020B\u020D\u020F\u0211\u0213\u0215\u0217\u0219\u021B\u021D\u021F\u0221\u0223\u0225\u0227\u0229\u022B\u022D\u022F\u0231\u0233-\u0239\u023C\u023F\u0240\u0242\u0247\u0249\u024B\u024D\u024F\u2C61\u2C65\u2C66\u2C68\u2C6A\u2C6C\u2C71\u2C73\u2C74\u2C76-\u2C7B\uA723\uA725\uA727\uA729\uA72B\uA72D\uA72F-\uA731\uA733\uA735\uA737\uA739\uA73B\uA73D\uA73F\uA741\uA743\uA745\uA747\uA749\uA74B\uA74D\uA74F\uA751\uA753\uA755\uA757\uA759\uA75B\uA75D\uA75F\uA761\uA763\uA765\uA767\uA769\uA76B\uA76D\uA76F\uA771-\uA778\uA77A\uA77C\uA77F\uA781\uA783\uA785\uA787\uA78C\uA78E\uA791\uA793-\uA795\uA797\uA799\uA79B\uA79D\uA79F\uA7A1\uA7A3\uA7A5\uA7A7\uA7A9\uA7AF\uA7B5\uA7B7\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E01\u1E03\u1E05\u1E07\u1E09\u1E0B\u1E0D\u1E0F\u1E11\u1E13\u1E15\u1E17\u1E19\u1E1B\u1E1D\u1E1F\u1E21\u1E23\u1E25\u1E27\u1E29\u1E2B\u1E2D\u1E2F\u1E31\u1E33\u1E35\u1E37\u1E39\u1E3B\u1E3D\u1E3F\u1E41\u1E43\u1E45\u1E47\u1E49\u1E4B\u1E4D\u1E4F\u1E51\u1E53\u1E55\u1E57\u1E59\u1E5B\u1E5D\u1E5F\u1E61\u1E63\u1E65\u1E67\u1E69\u1E6B\u1E6D\u1E6F\u1E71\u1E73\u1E75\u1E77\u1E79\u1E7B\u1E7D\u1E7F\u1E81\u1E83\u1E85\u1E87\u1E89\u1E8B\u1E8D\u1E8F\u1E91\u1E93\u1E95-\u1E9D\u1E9F\u1EA1\u1EA3\u1EA5\u1EA7\u1EA9\u1EAB\u1EAD\u1EAF\u1EB1\u1EB3\u1EB5\u1EB7\u1EB9\u1EBB\u1EBD\u1EBF\u1EC1\u1EC3\u1EC5\u1EC7\u1EC9\u1ECB\u1ECD\u1ECF\u1ED1\u1ED3\u1ED5\u1ED7\u1ED9\u1EDB\u1EDD\u1EDF\u1EE1\u1EE3\u1EE5\u1EE7\u1EE9\u1EEB\u1EED\u1EEF\u1EF1\u1EF3\u1EF5\u1EF7\u1EF9\u1EFB\u1EFD\u1EFFёа-яәөүҗңһα-ωάέίόώήύа-щюяіїєґѓѕјљњќѐѝ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\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\u3040-\u309F\u30A0-\u30FFー\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\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])\.$�infix_finditer�>�\.\.+|…|[\u00A6\u00A9\u00AE\u00B0\u0482\u058D\u058E\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u09FA\u0B70\u0BF3-\u0BF8\u0BFA\u0C7F\u0D4F\u0D79\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116\u2117\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u214A\u214C\u214D\u214F\u218A\u218B\u2195-\u2199\u219C-\u219F\u21A1\u21A2\u21A4\u21A5\u21A7-\u21AD\u21AF-\u21CD\u21D0\u21D1\u21D3\u21D5-\u21F3\u2300-\u2307\u230C-\u231F\u2322-\u2328\u232B-\u237B\u237D-\u239A\u23B4-\u23DB\u23E2-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u25B6\u25B8-\u25C0\u25C2-\u25F7\u2600-\u266E\u2670-\u2767\u2794-\u27BF\u2800-\u28FF\u2B00-\u2B2F\u2B45\u2B46\u2B4D-\u2B73\u2B76-\u2B95\u2B98-\u2BC8\u2BCA-\u2BFE\u2CE5-\u2CEA\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFB\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u32FE\u3300-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA828-\uA82B\uA836\uA837\uA839\uAA77-\uAA79\uFDFD\uFFE4\uFFE8\uFFED\uFFEE\uFFFC\uFFFD\U00010137-\U0001013F\U00010179-\U00010189\U0001018C-\U0001018E\U00010190-\U0001019B\U000101A0\U000101D0-\U000101FC\U00010877\U00010878\U00010AC8\U0001173F\U00016B3C-\U00016B3F\U00016B45\U0001BC9C\U0001D000-\U0001D0F5\U0001D100-\U0001D126\U0001D129-\U0001D164\U0001D16A-\U0001D16C\U0001D183\U0001D184\U0001D18C-\U0001D1A9\U0001D1AE-\U0001D1E8\U0001D200-\U0001D241\U0001D245\U0001D300-\U0001D356\U0001D800-\U0001D9FF\U0001DA37-\U0001DA3A\U0001DA6D-\U0001DA74\U0001DA76-\U0001DA83\U0001DA85\U0001DA86\U0001ECAC\U0001F000-\U0001F02B\U0001F030-\U0001F093\U0001F0A0-\U0001F0AE\U0001F0B1-\U0001F0BF\U0001F0C1-\U0001F0CF\U0001F0D1-\U0001F0F5\U0001F110-\U0001F16B\U0001F170-\U0001F1AC\U0001F1E6-\U0001F202\U0001F210-\U0001F23B\U0001F240-\U0001F248\U0001F250\U0001F251\U0001F260-\U0001F265\U0001F300-\U0001F3FA\U0001F400-\U0001F6D4\U0001F6E0-\U0001F6EC\U0001F6F0-\U0001F6F9\U0001F700-\U0001F773\U0001F780-\U0001F7D8\U0001F800-\U0001F80B\U0001F810-\U0001F847\U0001F850-\U0001F859\U0001F860-\U0001F887\U0001F890-\U0001F8AD\U0001F900-\U0001F90B\U0001F910-\U0001F93E\U0001F940-\U0001F970\U0001F973-\U0001F976\U0001F97A\U0001F97C-\U0001F9A2\U0001F9B0-\U0001F9B9\U0001F9C0-\U0001F9C2\U0001F9D0-\U0001F9FF\U0001FA60-\U0001FA6D]|(?<=[0-9])[+\-\*^](?=[0-9-])|(?<=[a-z\uFF41-\uFF5A\u00DF-\u00F6\u00F8-\u00FF\u0101\u0103\u0105\u0107\u0109\u010B\u010D\u010F\u0111\u0113\u0115\u0117\u0119\u011B\u011D\u011F\u0121\u0123\u0125\u0127\u0129\u012B\u012D\u012F\u0131\u0133\u0135\u0137\u0138\u013A\u013C\u013E\u0140\u0142\u0144\u0146\u0148\u0149\u014B\u014D\u014F\u0151\u0153\u0155\u0157\u0159\u015B\u015D\u015F\u0161\u0163\u0165\u0167\u0169\u016B\u016D\u016F\u0171\u0173\u0175\u0177\u017A\u017C\u017E\u017F\u0180\u0183\u0185\u0188\u018C\u018D\u0192\u0195\u0199-\u019B\u019E\u01A1\u01A3\u01A5\u01A8\u01AA\u01AB\u01AD\u01B0\u01B4\u01B6\u01B9\u01BA\u01BD-\u01BF\u01C6\u01C9\u01CC\u01CE\u01D0\u01D2\u01D4\u01D6\u01D8\u01DA\u01DC\u01DD\u01DF\u01E1\u01E3\u01E5\u01E7\u01E9\u01EB\u01ED\u01EF\u01F0\u01F3\u01F5\u01F9\u01FB\u01FD\u01FF\u0201\u0203\u0205\u0207\u0209\u020B\u020D\u020F\u0211\u0213\u0215\u0217\u0219\u021B\u021D\u021F\u0221\u0223\u0225\u0227\u0229\u022B\u022D\u022F\u0231\u0233-\u0239\u023C\u023F\u0240\u0242\u0247\u0249\u024B\u024D\u024F\u2C61\u2C65\u2C66\u2C68\u2C6A\u2C6C\u2C71\u2C73\u2C74\u2C76-\u2C7B\uA723\uA725\uA727\uA729\uA72B\uA72D\uA72F-\uA731\uA733\uA735\uA737\uA739\uA73B\uA73D\uA73F\uA741\uA743\uA745\uA747\uA749\uA74B\uA74D\uA74F\uA751\uA753\uA755\uA757\uA759\uA75B\uA75D\uA75F\uA761\uA763\uA765\uA767\uA769\uA76B\uA76D\uA76F\uA771-\uA778\uA77A\uA77C\uA77F\uA781\uA783\uA785\uA787\uA78C\uA78E\uA791\uA793-\uA795\uA797\uA799\uA79B\uA79D\uA79F\uA7A1\uA7A3\uA7A5\uA7A7\uA7A9\uA7AF\uA7B5\uA7B7\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E01\u1E03\u1E05\u1E07\u1E09\u1E0B\u1E0D\u1E0F\u1E11\u1E13\u1E15\u1E17\u1E19\u1E1B\u1E1D\u1E1F\u1E21\u1E23\u1E25\u1E27\u1E29\u1E2B\u1E2D\u1E2F\u1E31\u1E33\u1E35\u1E37\u1E39\u1E3B\u1E3D\u1E3F\u1E41\u1E43\u1E45\u1E47\u1E49\u1E4B\u1E4D\u1E4F\u1E51\u1E53\u1E55\u1E57\u1E59\u1E5B\u1E5D\u1E5F\u1E61\u1E63\u1E65\u1E67\u1E69\u1E6B\u1E6D\u1E6F\u1E71\u1E73\u1E75\u1E77\u1E79\u1E7B\u1E7D\u1E7F\u1E81\u1E83\u1E85\u1E87\u1E89\u1E8B\u1E8D\u1E8F\u1E91\u1E93\u1E95-\u1E9D\u1E9F\u1EA1\u1EA3\u1EA5\u1EA7\u1EA9\u1EAB\u1EAD\u1EAF\u1EB1\u1EB3\u1EB5\u1EB7\u1EB9\u1EBB\u1EBD\u1EBF\u1EC1\u1EC3\u1EC5\u1EC7\u1EC9\u1ECB\u1ECD\u1ECF\u1ED1\u1ED3\u1ED5\u1ED7\u1ED9\u1EDB\u1EDD\u1EDF\u1EE1\u1EE3\u1EE5\u1EE7\u1EE9\u1EEB\u1EED\u1EEF\u1EF1\u1EF3\u1EF5\u1EF7\u1EF9\u1EFB\u1EFD\u1EFFёа-яәөүҗңһα-ωάέίόώήύа-щюяіїєґѓѕјљњќѐѝ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\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\u3040-\u309F\u30A0-\u30FFー\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\u3040-\u309F\u30A0-\u30FFー\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\u3040-\u309F\u30A0-\u30FFー\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\u3040-\u309F\u30A0-\u30FFー\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\u3040-\u309F\u30A0-\u30FFー\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\u3040-\u309F\u30A0-\u30FFー\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\u3040-\u309F\u30A0-\u30FFー\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�8)��A�8)�8-)��A�8-)�8-D��A�8-D�8D��A�8D�:'(��A�:'(�:')��A�:')�:'-(��A�:'-(�:'-)��A�:'-)�:(��A�:(�:((��A�:((�:(((��A�:(((�:()��A�:()�:)��A�:)�:))��A�:))�:)))��A�:)))�:*��A�:*�:-(��A�:-(�:-((��A�:-((�:-(((��A�:-(((�:-)��A�:-)�:-))��A�:-))�:-)))��A�:-)))�:-*��A�:-*�:-/��A�:-/�:-0��A�:-0�:-3��A�:-3�:->��A�:->�:-D��A�:-D�:-O��A�:-O�:-P��A�:-P�:-X��A�:-X�:-]��A�:-]�:-o��A�:-o�:-p��A�:-p�:-x��A�:-x�:-|��A�:-|�:-}��A�:-}�:/��A�:/�:0��A�:0�:1��A�:1�:3��A�:3�:>��A�:>�:D��A�:D�:O��A�:O�:P��A�:P�:X��A�:X�:]��A�:]�:o��A�:o�:o)��A�:o)�:p��A�:p�:x��A�:x�:|��A�:|�:}��A�:}�;)��A�;)�;-)��A�;-)�;-D��A�;-D�;D��A�;D�;_;��A�;_;�<.<��A�<.<�</3��A�</3�<3��A�<3�<33��A�<33�<333��A�<333�<space>��A�<space>�=(��A�=(�=)��A�=)�=/��A�=/�=3��A�=3�=D��A�=D�=[��A�=[�=]��A�=]�=|��A�=|�>.<��A�>.<�>.>��A�>.>�>:(��A�>:(�>:o��A�>:o�><(((*>��A�><(((*>�@_@��A�@_@�C++��A�C++�O.O��A�O.O�O.o��A�O.o�O_O��A�O_O�O_o��A�O_o�V.V��A�V.V�V_V��A�V_V�XD��A�XD�XDD��A�XDD�[-:��A�[-:�[:��A�[:�[=��A�[=�\")��A�\")�\n��A�\n�\t��A�\t�]=��A�]=�^_^��A�^_^�^__^��A�^__^�^___^��A�^___^�a.��A�a.�b.��A�b.�c.��A�c.�d.��A�d.�e.��A�e.�f.��A�f.�g.��A�g.�h.��A�h.�i.��A�i.�j.��A�j.�k.��A�k.�l.��A�l.�m.��A�m.�n.��A�n.�o.��A�o.�o.0��A�o.0�o.O��A�o.O�o.o��A�o.o�o_0��A�o_0�o_O��A�o_O�o_o��A�o_o�p.��A�p.�q.��A�q.�r.��A�r.�s.��A�s.�t.��A�t.�u.��A�u.�v.��A�v.�v.v��A�v.v�v_v��A�v_v�w.��A�w.�x.��A�x.�xD��A�xD�xDD��A�xDD�y.��A�y.�z.��A�z.� ��A� C� �¯\(ツ)/¯��A�¯\(ツ)/¯�°C.��A�°�A�C�A�.�°F.��A�°�A�F�A�.�°K.��A�°�A�K�A�.�°c.��A�°�A�c�A�.�°f.��A�°�A�f�A�.�°k.��A�°�A�k�A�.�ä.��A�ä.�ö.��A�ö.�ü.��A�ü.�ಠ_ಠ��A�ಠ_ಠ�ಠ︵ಠ��A�ಠ︵ಠ�—��A�—�faster_heuristics�
|
transformer/cfg
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"max_batch_items":4096
|
| 3 |
+
}
|
transformer/model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b8d4fed4de23d5b2e0373c71f0ca1dfed1fd34314d2b9128d5b60c6c99893923
|
| 3 |
+
size 2261867363
|
trf_tok2vec/cfg
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
|
| 3 |
+
}
|
trf_tok2vec/model
ADDED
|
Binary file (267 Bytes). View file
|
|
|
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
|
The diff for this file is too large to render.
See raw diff
|
|
|
vocab/vectors
ADDED
|
Binary file (128 Bytes). View file
|
|
|
vocab/vectors.cfg
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"mode":"default"
|
| 3 |
+
}
|