Omar Sanseviero commited on
Commit ·
2ee7f5f
1
Parent(s): fe930da
Update spaCy pipeline
Browse files- .gitattributes +4 -0
- LICENSE +428 -0
- LICENSES_SOURCES +1791 -0
- README.md +107 -0
- accuracy.json +352 -0
- attribute_ruler/patterns +0 -0
- config.cfg +282 -0
- lemmatizer/lookups/lookups.bin +3 -0
- meta.json +766 -0
- morphologizer/cfg +136 -0
- morphologizer/model +0 -0
- ner/cfg +13 -0
- ner/model +0 -0
- ner/moves +1 -0
- nl_core_news_sm-any-py3-none-any.whl +3 -0
- parser/cfg +13 -0
- parser/model +0 -0
- parser/moves +1 -0
- senter/cfg +3 -0
- senter/model +0 -0
- tagger/cfg +201 -0
- tagger/model +0 -0
- tok2vec/cfg +3 -0
- tok2vec/model +0 -0
- tokenizer +0 -0
- vocab/key2row +1 -0
- vocab/lookups.bin +3 -0
- vocab/strings.json +3 -0
- vocab/vectors +3 -0
.gitattributes
CHANGED
|
@@ -14,3 +14,7 @@
|
|
| 14 |
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 15 |
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 16 |
*.pth filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 15 |
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 16 |
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.whl filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*strings.json filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
vectors filter=lfs diff=lfs merge=lfs -text
|
LICENSE
ADDED
|
@@ -0,0 +1,428 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Attribution-ShareAlike 4.0 International
|
| 2 |
+
|
| 3 |
+
=======================================================================
|
| 4 |
+
|
| 5 |
+
Creative Commons Corporation ("Creative Commons") is not a law firm and
|
| 6 |
+
does not provide legal services or legal advice. Distribution of
|
| 7 |
+
Creative Commons public licenses does not create a lawyer-client or
|
| 8 |
+
other relationship. Creative Commons makes its licenses and related
|
| 9 |
+
information available on an "as-is" basis. Creative Commons gives no
|
| 10 |
+
warranties regarding its licenses, any material licensed under their
|
| 11 |
+
terms and conditions, or any related information. Creative Commons
|
| 12 |
+
disclaims all liability for damages resulting from their use to the
|
| 13 |
+
fullest extent possible.
|
| 14 |
+
|
| 15 |
+
Using Creative Commons Public Licenses
|
| 16 |
+
|
| 17 |
+
Creative Commons public licenses provide a standard set of terms and
|
| 18 |
+
conditions that creators and other rights holders may use to share
|
| 19 |
+
original works of authorship and other material subject to copyright
|
| 20 |
+
and certain other rights specified in the public license below. The
|
| 21 |
+
following considerations are for informational purposes only, are not
|
| 22 |
+
exhaustive, and do not form part of our licenses.
|
| 23 |
+
|
| 24 |
+
Considerations for licensors: Our public licenses are
|
| 25 |
+
intended for use by those authorized to give the public
|
| 26 |
+
permission to use material in ways otherwise restricted by
|
| 27 |
+
copyright and certain other rights. Our licenses are
|
| 28 |
+
irrevocable. Licensors should read and understand the terms
|
| 29 |
+
and conditions of the license they choose before applying it.
|
| 30 |
+
Licensors should also secure all rights necessary before
|
| 31 |
+
applying our licenses so that the public can reuse the
|
| 32 |
+
material as expected. Licensors should clearly mark any
|
| 33 |
+
material not subject to the license. This includes other CC-
|
| 34 |
+
licensed material, or material used under an exception or
|
| 35 |
+
limitation to copyright. More considerations for licensors:
|
| 36 |
+
wiki.creativecommons.org/Considerations_for_licensors
|
| 37 |
+
|
| 38 |
+
Considerations for the public: By using one of our public
|
| 39 |
+
licenses, a licensor grants the public permission to use the
|
| 40 |
+
licensed material under specified terms and conditions. If
|
| 41 |
+
the licensor's permission is not necessary for any reason--for
|
| 42 |
+
example, because of any applicable exception or limitation to
|
| 43 |
+
copyright--then that use is not regulated by the license. Our
|
| 44 |
+
licenses grant only permissions under copyright and certain
|
| 45 |
+
other rights that a licensor has authority to grant. Use of
|
| 46 |
+
the licensed material may still be restricted for other
|
| 47 |
+
reasons, including because others have copyright or other
|
| 48 |
+
rights in the material. A licensor may make special requests,
|
| 49 |
+
such as asking that all changes be marked or described.
|
| 50 |
+
Although not required by our licenses, you are encouraged to
|
| 51 |
+
respect those requests where reasonable. More considerations
|
| 52 |
+
for the public:
|
| 53 |
+
wiki.creativecommons.org/Considerations_for_licensees
|
| 54 |
+
|
| 55 |
+
=======================================================================
|
| 56 |
+
|
| 57 |
+
Creative Commons Attribution-ShareAlike 4.0 International Public
|
| 58 |
+
License
|
| 59 |
+
|
| 60 |
+
By exercising the Licensed Rights (defined below), You accept and agree
|
| 61 |
+
to be bound by the terms and conditions of this Creative Commons
|
| 62 |
+
Attribution-ShareAlike 4.0 International Public License ("Public
|
| 63 |
+
License"). To the extent this Public License may be interpreted as a
|
| 64 |
+
contract, You are granted the Licensed Rights in consideration of Your
|
| 65 |
+
acceptance of these terms and conditions, and the Licensor grants You
|
| 66 |
+
such rights in consideration of benefits the Licensor receives from
|
| 67 |
+
making the Licensed Material available under these terms and
|
| 68 |
+
conditions.
|
| 69 |
+
|
| 70 |
+
|
| 71 |
+
Section 1 -- Definitions.
|
| 72 |
+
|
| 73 |
+
a. Adapted Material means material subject to Copyright and Similar
|
| 74 |
+
Rights that is derived from or based upon the Licensed Material
|
| 75 |
+
and in which the Licensed Material is translated, altered,
|
| 76 |
+
arranged, transformed, or otherwise modified in a manner requiring
|
| 77 |
+
permission under the Copyright and Similar Rights held by the
|
| 78 |
+
Licensor. For purposes of this Public License, where the Licensed
|
| 79 |
+
Material is a musical work, performance, or sound recording,
|
| 80 |
+
Adapted Material is always produced where the Licensed Material is
|
| 81 |
+
synched in timed relation with a moving image.
|
| 82 |
+
|
| 83 |
+
b. Adapter's License means the license You apply to Your Copyright
|
| 84 |
+
and Similar Rights in Your contributions to Adapted Material in
|
| 85 |
+
accordance with the terms and conditions of this Public License.
|
| 86 |
+
|
| 87 |
+
c. BY-SA Compatible License means a license listed at
|
| 88 |
+
creativecommons.org/compatiblelicenses, approved by Creative
|
| 89 |
+
Commons as essentially the equivalent of this Public License.
|
| 90 |
+
|
| 91 |
+
d. Copyright and Similar Rights means copyright and/or similar rights
|
| 92 |
+
closely related to copyright including, without limitation,
|
| 93 |
+
performance, broadcast, sound recording, and Sui Generis Database
|
| 94 |
+
Rights, without regard to how the rights are labeled or
|
| 95 |
+
categorized. For purposes of this Public License, the rights
|
| 96 |
+
specified in Section 2(b)(1)-(2) are not Copyright and Similar
|
| 97 |
+
Rights.
|
| 98 |
+
|
| 99 |
+
e. Effective Technological Measures means those measures that, in the
|
| 100 |
+
absence of proper authority, may not be circumvented under laws
|
| 101 |
+
fulfilling obligations under Article 11 of the WIPO Copyright
|
| 102 |
+
Treaty adopted on December 20, 1996, and/or similar international
|
| 103 |
+
agreements.
|
| 104 |
+
|
| 105 |
+
f. Exceptions and Limitations means fair use, fair dealing, and/or
|
| 106 |
+
any other exception or limitation to Copyright and Similar Rights
|
| 107 |
+
that applies to Your use of the Licensed Material.
|
| 108 |
+
|
| 109 |
+
g. License Elements means the license attributes listed in the name
|
| 110 |
+
of a Creative Commons Public License. The License Elements of this
|
| 111 |
+
Public License are Attribution and ShareAlike.
|
| 112 |
+
|
| 113 |
+
h. Licensed Material means the artistic or literary work, database,
|
| 114 |
+
or other material to which the Licensor applied this Public
|
| 115 |
+
License.
|
| 116 |
+
|
| 117 |
+
i. Licensed Rights means the rights granted to You subject to the
|
| 118 |
+
terms and conditions of this Public License, which are limited to
|
| 119 |
+
all Copyright and Similar Rights that apply to Your use of the
|
| 120 |
+
Licensed Material and that the Licensor has authority to license.
|
| 121 |
+
|
| 122 |
+
j. Licensor means the individual(s) or entity(ies) granting rights
|
| 123 |
+
under this Public License.
|
| 124 |
+
|
| 125 |
+
k. Share means to provide material to the public by any means or
|
| 126 |
+
process that requires permission under the Licensed Rights, such
|
| 127 |
+
as reproduction, public display, public performance, distribution,
|
| 128 |
+
dissemination, communication, or importation, and to make material
|
| 129 |
+
available to the public including in ways that members of the
|
| 130 |
+
public may access the material from a place and at a time
|
| 131 |
+
individually chosen by them.
|
| 132 |
+
|
| 133 |
+
l. Sui Generis Database Rights means rights other than copyright
|
| 134 |
+
resulting from Directive 96/9/EC of the European Parliament and of
|
| 135 |
+
the Council of 11 March 1996 on the legal protection of databases,
|
| 136 |
+
as amended and/or succeeded, as well as other essentially
|
| 137 |
+
equivalent rights anywhere in the world.
|
| 138 |
+
|
| 139 |
+
m. You means the individual or entity exercising the Licensed Rights
|
| 140 |
+
under this Public License. Your has a corresponding meaning.
|
| 141 |
+
|
| 142 |
+
|
| 143 |
+
Section 2 -- Scope.
|
| 144 |
+
|
| 145 |
+
a. License grant.
|
| 146 |
+
|
| 147 |
+
1. Subject to the terms and conditions of this Public License,
|
| 148 |
+
the Licensor hereby grants You a worldwide, royalty-free,
|
| 149 |
+
non-sublicensable, non-exclusive, irrevocable license to
|
| 150 |
+
exercise the Licensed Rights in the Licensed Material to:
|
| 151 |
+
|
| 152 |
+
a. reproduce and Share the Licensed Material, in whole or
|
| 153 |
+
in part; and
|
| 154 |
+
|
| 155 |
+
b. produce, reproduce, and Share Adapted Material.
|
| 156 |
+
|
| 157 |
+
2. Exceptions and Limitations. For the avoidance of doubt, where
|
| 158 |
+
Exceptions and Limitations apply to Your use, this Public
|
| 159 |
+
License does not apply, and You do not need to comply with
|
| 160 |
+
its terms and conditions.
|
| 161 |
+
|
| 162 |
+
3. Term. The term of this Public License is specified in Section
|
| 163 |
+
6(a).
|
| 164 |
+
|
| 165 |
+
4. Media and formats; technical modifications allowed. The
|
| 166 |
+
Licensor authorizes You to exercise the Licensed Rights in
|
| 167 |
+
all media and formats whether now known or hereafter created,
|
| 168 |
+
and to make technical modifications necessary to do so. The
|
| 169 |
+
Licensor waives and/or agrees not to assert any right or
|
| 170 |
+
authority to forbid You from making technical modifications
|
| 171 |
+
necessary to exercise the Licensed Rights, including
|
| 172 |
+
technical modifications necessary to circumvent Effective
|
| 173 |
+
Technological Measures. For purposes of this Public License,
|
| 174 |
+
simply making modifications authorized by this Section 2(a)
|
| 175 |
+
(4) never produces Adapted Material.
|
| 176 |
+
|
| 177 |
+
5. Downstream recipients.
|
| 178 |
+
|
| 179 |
+
a. Offer from the Licensor -- Licensed Material. Every
|
| 180 |
+
recipient of the Licensed Material automatically
|
| 181 |
+
receives an offer from the Licensor to exercise the
|
| 182 |
+
Licensed Rights under the terms and conditions of this
|
| 183 |
+
Public License.
|
| 184 |
+
|
| 185 |
+
b. Additional offer from the Licensor -- Adapted Material.
|
| 186 |
+
Every recipient of Adapted Material from You
|
| 187 |
+
automatically receives an offer from the Licensor to
|
| 188 |
+
exercise the Licensed Rights in the Adapted Material
|
| 189 |
+
under the conditions of the Adapter's License You apply.
|
| 190 |
+
|
| 191 |
+
c. No downstream restrictions. You may not offer or impose
|
| 192 |
+
any additional or different terms or conditions on, or
|
| 193 |
+
apply any Effective Technological Measures to, the
|
| 194 |
+
Licensed Material if doing so restricts exercise of the
|
| 195 |
+
Licensed Rights by any recipient of the Licensed
|
| 196 |
+
Material.
|
| 197 |
+
|
| 198 |
+
6. No endorsement. Nothing in this Public License constitutes or
|
| 199 |
+
may be construed as permission to assert or imply that You
|
| 200 |
+
are, or that Your use of the Licensed Material is, connected
|
| 201 |
+
with, or sponsored, endorsed, or granted official status by,
|
| 202 |
+
the Licensor or others designated to receive attribution as
|
| 203 |
+
provided in Section 3(a)(1)(A)(i).
|
| 204 |
+
|
| 205 |
+
b. Other rights.
|
| 206 |
+
|
| 207 |
+
1. Moral rights, such as the right of integrity, are not
|
| 208 |
+
licensed under this Public License, nor are publicity,
|
| 209 |
+
privacy, and/or other similar personality rights; however, to
|
| 210 |
+
the extent possible, the Licensor waives and/or agrees not to
|
| 211 |
+
assert any such rights held by the Licensor to the limited
|
| 212 |
+
extent necessary to allow You to exercise the Licensed
|
| 213 |
+
Rights, but not otherwise.
|
| 214 |
+
|
| 215 |
+
2. Patent and trademark rights are not licensed under this
|
| 216 |
+
Public License.
|
| 217 |
+
|
| 218 |
+
3. To the extent possible, the Licensor waives any right to
|
| 219 |
+
collect royalties from You for the exercise of the Licensed
|
| 220 |
+
Rights, whether directly or through a collecting society
|
| 221 |
+
under any voluntary or waivable statutory or compulsory
|
| 222 |
+
licensing scheme. In all other cases the Licensor expressly
|
| 223 |
+
reserves any right to collect such royalties.
|
| 224 |
+
|
| 225 |
+
|
| 226 |
+
Section 3 -- License Conditions.
|
| 227 |
+
|
| 228 |
+
Your exercise of the Licensed Rights is expressly made subject to the
|
| 229 |
+
following conditions.
|
| 230 |
+
|
| 231 |
+
a. Attribution.
|
| 232 |
+
|
| 233 |
+
1. If You Share the Licensed Material (including in modified
|
| 234 |
+
form), You must:
|
| 235 |
+
|
| 236 |
+
a. retain the following if it is supplied by the Licensor
|
| 237 |
+
with the Licensed Material:
|
| 238 |
+
|
| 239 |
+
i. identification of the creator(s) of the Licensed
|
| 240 |
+
Material and any others designated to receive
|
| 241 |
+
attribution, in any reasonable manner requested by
|
| 242 |
+
the Licensor (including by pseudonym if
|
| 243 |
+
designated);
|
| 244 |
+
|
| 245 |
+
ii. a copyright notice;
|
| 246 |
+
|
| 247 |
+
iii. a notice that refers to this Public License;
|
| 248 |
+
|
| 249 |
+
iv. a notice that refers to the disclaimer of
|
| 250 |
+
warranties;
|
| 251 |
+
|
| 252 |
+
v. a URI or hyperlink to the Licensed Material to the
|
| 253 |
+
extent reasonably practicable;
|
| 254 |
+
|
| 255 |
+
b. indicate if You modified the Licensed Material and
|
| 256 |
+
retain an indication of any previous modifications; and
|
| 257 |
+
|
| 258 |
+
c. indicate the Licensed Material is licensed under this
|
| 259 |
+
Public License, and include the text of, or the URI or
|
| 260 |
+
hyperlink to, this Public License.
|
| 261 |
+
|
| 262 |
+
2. You may satisfy the conditions in Section 3(a)(1) in any
|
| 263 |
+
reasonable manner based on the medium, means, and context in
|
| 264 |
+
which You Share the Licensed Material. For example, it may be
|
| 265 |
+
reasonable to satisfy the conditions by providing a URI or
|
| 266 |
+
hyperlink to a resource that includes the required
|
| 267 |
+
information.
|
| 268 |
+
|
| 269 |
+
3. If requested by the Licensor, You must remove any of the
|
| 270 |
+
information required by Section 3(a)(1)(A) to the extent
|
| 271 |
+
reasonably practicable.
|
| 272 |
+
|
| 273 |
+
b. ShareAlike.
|
| 274 |
+
|
| 275 |
+
In addition to the conditions in Section 3(a), if You Share
|
| 276 |
+
Adapted Material You produce, the following conditions also apply.
|
| 277 |
+
|
| 278 |
+
1. The Adapter's License You apply must be a Creative Commons
|
| 279 |
+
license with the same License Elements, this version or
|
| 280 |
+
later, or a BY-SA Compatible License.
|
| 281 |
+
|
| 282 |
+
2. You must include the text of, or the URI or hyperlink to, the
|
| 283 |
+
Adapter's License You apply. You may satisfy this condition
|
| 284 |
+
in any reasonable manner based on the medium, means, and
|
| 285 |
+
context in which You Share Adapted Material.
|
| 286 |
+
|
| 287 |
+
3. You may not offer or impose any additional or different terms
|
| 288 |
+
or conditions on, or apply any Effective Technological
|
| 289 |
+
Measures to, Adapted Material that restrict exercise of the
|
| 290 |
+
rights granted under the Adapter's License You apply.
|
| 291 |
+
|
| 292 |
+
|
| 293 |
+
Section 4 -- Sui Generis Database Rights.
|
| 294 |
+
|
| 295 |
+
Where the Licensed Rights include Sui Generis Database Rights that
|
| 296 |
+
apply to Your use of the Licensed Material:
|
| 297 |
+
|
| 298 |
+
a. for the avoidance of doubt, Section 2(a)(1) grants You the right
|
| 299 |
+
to extract, reuse, reproduce, and Share all or a substantial
|
| 300 |
+
portion of the contents of the database;
|
| 301 |
+
|
| 302 |
+
b. if You include all or a substantial portion of the database
|
| 303 |
+
contents in a database in which You have Sui Generis Database
|
| 304 |
+
Rights, then the database in which You have Sui Generis Database
|
| 305 |
+
Rights (but not its individual contents) is Adapted Material,
|
| 306 |
+
|
| 307 |
+
including for purposes of Section 3(b); and
|
| 308 |
+
c. You must comply with the conditions in Section 3(a) if You Share
|
| 309 |
+
all or a substantial portion of the contents of the database.
|
| 310 |
+
|
| 311 |
+
For the avoidance of doubt, this Section 4 supplements and does not
|
| 312 |
+
replace Your obligations under this Public License where the Licensed
|
| 313 |
+
Rights include other Copyright and Similar Rights.
|
| 314 |
+
|
| 315 |
+
|
| 316 |
+
Section 5 -- Disclaimer of Warranties and Limitation of Liability.
|
| 317 |
+
|
| 318 |
+
a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
|
| 319 |
+
EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
|
| 320 |
+
AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
|
| 321 |
+
ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
|
| 322 |
+
IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
|
| 323 |
+
WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
|
| 324 |
+
PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
|
| 325 |
+
ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
|
| 326 |
+
KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
|
| 327 |
+
ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
|
| 328 |
+
|
| 329 |
+
b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
|
| 330 |
+
TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
|
| 331 |
+
NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
|
| 332 |
+
INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
|
| 333 |
+
COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
|
| 334 |
+
USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
|
| 335 |
+
ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
|
| 336 |
+
DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
|
| 337 |
+
IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
|
| 338 |
+
|
| 339 |
+
c. The disclaimer of warranties and limitation of liability provided
|
| 340 |
+
above shall be interpreted in a manner that, to the extent
|
| 341 |
+
possible, most closely approximates an absolute disclaimer and
|
| 342 |
+
waiver of all liability.
|
| 343 |
+
|
| 344 |
+
|
| 345 |
+
Section 6 -- Term and Termination.
|
| 346 |
+
|
| 347 |
+
a. This Public License applies for the term of the Copyright and
|
| 348 |
+
Similar Rights licensed here. However, if You fail to comply with
|
| 349 |
+
this Public License, then Your rights under this Public License
|
| 350 |
+
terminate automatically.
|
| 351 |
+
|
| 352 |
+
b. Where Your right to use the Licensed Material has terminated under
|
| 353 |
+
Section 6(a), it reinstates:
|
| 354 |
+
|
| 355 |
+
1. automatically as of the date the violation is cured, provided
|
| 356 |
+
it is cured within 30 days of Your discovery of the
|
| 357 |
+
violation; or
|
| 358 |
+
|
| 359 |
+
2. upon express reinstatement by the Licensor.
|
| 360 |
+
|
| 361 |
+
For the avoidance of doubt, this Section 6(b) does not affect any
|
| 362 |
+
right the Licensor may have to seek remedies for Your violations
|
| 363 |
+
of this Public License.
|
| 364 |
+
|
| 365 |
+
c. For the avoidance of doubt, the Licensor may also offer the
|
| 366 |
+
Licensed Material under separate terms or conditions or stop
|
| 367 |
+
distributing the Licensed Material at any time; however, doing so
|
| 368 |
+
will not terminate this Public License.
|
| 369 |
+
|
| 370 |
+
d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
|
| 371 |
+
License.
|
| 372 |
+
|
| 373 |
+
|
| 374 |
+
Section 7 -- Other Terms and Conditions.
|
| 375 |
+
|
| 376 |
+
a. The Licensor shall not be bound by any additional or different
|
| 377 |
+
terms or conditions communicated by You unless expressly agreed.
|
| 378 |
+
|
| 379 |
+
b. Any arrangements, understandings, or agreements regarding the
|
| 380 |
+
Licensed Material not stated herein are separate from and
|
| 381 |
+
independent of the terms and conditions of this Public License.
|
| 382 |
+
|
| 383 |
+
|
| 384 |
+
Section 8 -- Interpretation.
|
| 385 |
+
|
| 386 |
+
a. For the avoidance of doubt, this Public License does not, and
|
| 387 |
+
shall not be interpreted to, reduce, limit, restrict, or impose
|
| 388 |
+
conditions on any use of the Licensed Material that could lawfully
|
| 389 |
+
be made without permission under this Public License.
|
| 390 |
+
|
| 391 |
+
b. To the extent possible, if any provision of this Public License is
|
| 392 |
+
deemed unenforceable, it shall be automatically reformed to the
|
| 393 |
+
minimum extent necessary to make it enforceable. If the provision
|
| 394 |
+
cannot be reformed, it shall be severed from this Public License
|
| 395 |
+
without affecting the enforceability of the remaining terms and
|
| 396 |
+
conditions.
|
| 397 |
+
|
| 398 |
+
c. No term or condition of this Public License will be waived and no
|
| 399 |
+
failure to comply consented to unless expressly agreed to by the
|
| 400 |
+
Licensor.
|
| 401 |
+
|
| 402 |
+
d. Nothing in this Public License constitutes or may be interpreted
|
| 403 |
+
as a limitation upon, or waiver of, any privileges and immunities
|
| 404 |
+
that apply to the Licensor or You, including from the legal
|
| 405 |
+
processes of any jurisdiction or authority.
|
| 406 |
+
|
| 407 |
+
|
| 408 |
+
=======================================================================
|
| 409 |
+
|
| 410 |
+
Creative Commons is not a party to its public
|
| 411 |
+
licenses. Notwithstanding, Creative Commons may elect to apply one of
|
| 412 |
+
its public licenses to material it publishes and in those instances
|
| 413 |
+
will be considered the “Licensor.” The text of the Creative Commons
|
| 414 |
+
public licenses is dedicated to the public domain under the CC0 Public
|
| 415 |
+
Domain Dedication. Except for the limited purpose of indicating that
|
| 416 |
+
material is shared under a Creative Commons public license or as
|
| 417 |
+
otherwise permitted by the Creative Commons policies published at
|
| 418 |
+
creativecommons.org/policies, Creative Commons does not authorize the
|
| 419 |
+
use of the trademark "Creative Commons" or any other trademark or logo
|
| 420 |
+
of Creative Commons without its prior written consent including,
|
| 421 |
+
without limitation, in connection with any unauthorized modifications
|
| 422 |
+
to any of its public licenses or any other arrangements,
|
| 423 |
+
understandings, or agreements concerning use of licensed material. For
|
| 424 |
+
the avoidance of doubt, this paragraph does not form part of the
|
| 425 |
+
public licenses.
|
| 426 |
+
|
| 427 |
+
Creative Commons may be contacted at creativecommons.org.
|
| 428 |
+
|
LICENSES_SOURCES
ADDED
|
@@ -0,0 +1,1791 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# UD Dutch LassySmall v2.5
|
| 2 |
+
|
| 3 |
+
* Author: Bouma, Gosse; van Noord, Gertjan
|
| 4 |
+
* URL: https://github.com/UniversalDependencies/UD_Dutch-LassySmall
|
| 5 |
+
* License: CC BY-SA 4.0
|
| 6 |
+
|
| 7 |
+
```
|
| 8 |
+
Attribution-ShareAlike 4.0 International
|
| 9 |
+
|
| 10 |
+
=======================================================================
|
| 11 |
+
|
| 12 |
+
Creative Commons Corporation ("Creative Commons") is not a law firm and
|
| 13 |
+
does not provide legal services or legal advice. Distribution of
|
| 14 |
+
Creative Commons public licenses does not create a lawyer-client or
|
| 15 |
+
other relationship. Creative Commons makes its licenses and related
|
| 16 |
+
information available on an "as-is" basis. Creative Commons gives no
|
| 17 |
+
warranties regarding its licenses, any material licensed under their
|
| 18 |
+
terms and conditions, or any related information. Creative Commons
|
| 19 |
+
disclaims all liability for damages resulting from their use to the
|
| 20 |
+
fullest extent possible.
|
| 21 |
+
|
| 22 |
+
Using Creative Commons Public Licenses
|
| 23 |
+
|
| 24 |
+
Creative Commons public licenses provide a standard set of terms and
|
| 25 |
+
conditions that creators and other rights holders may use to share
|
| 26 |
+
original works of authorship and other material subject to copyright
|
| 27 |
+
and certain other rights specified in the public license below. The
|
| 28 |
+
following considerations are for informational purposes only, are not
|
| 29 |
+
exhaustive, and do not form part of our licenses.
|
| 30 |
+
|
| 31 |
+
Considerations for licensors: Our public licenses are
|
| 32 |
+
intended for use by those authorized to give the public
|
| 33 |
+
permission to use material in ways otherwise restricted by
|
| 34 |
+
copyright and certain other rights. Our licenses are
|
| 35 |
+
irrevocable. Licensors should read and understand the terms
|
| 36 |
+
and conditions of the license they choose before applying it.
|
| 37 |
+
Licensors should also secure all rights necessary before
|
| 38 |
+
applying our licenses so that the public can reuse the
|
| 39 |
+
material as expected. Licensors should clearly mark any
|
| 40 |
+
material not subject to the license. This includes other CC-
|
| 41 |
+
licensed material, or material used under an exception or
|
| 42 |
+
limitation to copyright. More considerations for licensors:
|
| 43 |
+
wiki.creativecommons.org/Considerations_for_licensors
|
| 44 |
+
|
| 45 |
+
Considerations for the public: By using one of our public
|
| 46 |
+
licenses, a licensor grants the public permission to use the
|
| 47 |
+
licensed material under specified terms and conditions. If
|
| 48 |
+
the licensor's permission is not necessary for any reason--for
|
| 49 |
+
example, because of any applicable exception or limitation to
|
| 50 |
+
copyright--then that use is not regulated by the license. Our
|
| 51 |
+
licenses grant only permissions under copyright and certain
|
| 52 |
+
other rights that a licensor has authority to grant. Use of
|
| 53 |
+
the licensed material may still be restricted for other
|
| 54 |
+
reasons, including because others have copyright or other
|
| 55 |
+
rights in the material. A licensor may make special requests,
|
| 56 |
+
such as asking that all changes be marked or described.
|
| 57 |
+
Although not required by our licenses, you are encouraged to
|
| 58 |
+
respect those requests where reasonable. More considerations
|
| 59 |
+
for the public:
|
| 60 |
+
wiki.creativecommons.org/Considerations_for_licensees
|
| 61 |
+
|
| 62 |
+
=======================================================================
|
| 63 |
+
|
| 64 |
+
Creative Commons Attribution-ShareAlike 4.0 International Public
|
| 65 |
+
License
|
| 66 |
+
|
| 67 |
+
By exercising the Licensed Rights (defined below), You accept and agree
|
| 68 |
+
to be bound by the terms and conditions of this Creative Commons
|
| 69 |
+
Attribution-ShareAlike 4.0 International Public License ("Public
|
| 70 |
+
License"). To the extent this Public License may be interpreted as a
|
| 71 |
+
contract, You are granted the Licensed Rights in consideration of Your
|
| 72 |
+
acceptance of these terms and conditions, and the Licensor grants You
|
| 73 |
+
such rights in consideration of benefits the Licensor receives from
|
| 74 |
+
making the Licensed Material available under these terms and
|
| 75 |
+
conditions.
|
| 76 |
+
|
| 77 |
+
|
| 78 |
+
Section 1 -- Definitions.
|
| 79 |
+
|
| 80 |
+
a. Adapted Material means material subject to Copyright and Similar
|
| 81 |
+
Rights that is derived from or based upon the Licensed Material
|
| 82 |
+
and in which the Licensed Material is translated, altered,
|
| 83 |
+
arranged, transformed, or otherwise modified in a manner requiring
|
| 84 |
+
permission under the Copyright and Similar Rights held by the
|
| 85 |
+
Licensor. For purposes of this Public License, where the Licensed
|
| 86 |
+
Material is a musical work, performance, or sound recording,
|
| 87 |
+
Adapted Material is always produced where the Licensed Material is
|
| 88 |
+
synched in timed relation with a moving image.
|
| 89 |
+
|
| 90 |
+
b. Adapter's License means the license You apply to Your Copyright
|
| 91 |
+
and Similar Rights in Your contributions to Adapted Material in
|
| 92 |
+
accordance with the terms and conditions of this Public License.
|
| 93 |
+
|
| 94 |
+
c. BY-SA Compatible License means a license listed at
|
| 95 |
+
creativecommons.org/compatiblelicenses, approved by Creative
|
| 96 |
+
Commons as essentially the equivalent of this Public License.
|
| 97 |
+
|
| 98 |
+
d. Copyright and Similar Rights means copyright and/or similar rights
|
| 99 |
+
closely related to copyright including, without limitation,
|
| 100 |
+
performance, broadcast, sound recording, and Sui Generis Database
|
| 101 |
+
Rights, without regard to how the rights are labeled or
|
| 102 |
+
categorized. For purposes of this Public License, the rights
|
| 103 |
+
specified in Section 2(b)(1)-(2) are not Copyright and Similar
|
| 104 |
+
Rights.
|
| 105 |
+
|
| 106 |
+
e. Effective Technological Measures means those measures that, in the
|
| 107 |
+
absence of proper authority, may not be circumvented under laws
|
| 108 |
+
fulfilling obligations under Article 11 of the WIPO Copyright
|
| 109 |
+
Treaty adopted on December 20, 1996, and/or similar international
|
| 110 |
+
agreements.
|
| 111 |
+
|
| 112 |
+
f. Exceptions and Limitations means fair use, fair dealing, and/or
|
| 113 |
+
any other exception or limitation to Copyright and Similar Rights
|
| 114 |
+
that applies to Your use of the Licensed Material.
|
| 115 |
+
|
| 116 |
+
g. License Elements means the license attributes listed in the name
|
| 117 |
+
of a Creative Commons Public License. The License Elements of this
|
| 118 |
+
Public License are Attribution and ShareAlike.
|
| 119 |
+
|
| 120 |
+
h. Licensed Material means the artistic or literary work, database,
|
| 121 |
+
or other material to which the Licensor applied this Public
|
| 122 |
+
License.
|
| 123 |
+
|
| 124 |
+
i. Licensed Rights means the rights granted to You subject to the
|
| 125 |
+
terms and conditions of this Public License, which are limited to
|
| 126 |
+
all Copyright and Similar Rights that apply to Your use of the
|
| 127 |
+
Licensed Material and that the Licensor has authority to license.
|
| 128 |
+
|
| 129 |
+
j. Licensor means the individual(s) or entity(ies) granting rights
|
| 130 |
+
under this Public License.
|
| 131 |
+
|
| 132 |
+
k. Share means to provide material to the public by any means or
|
| 133 |
+
process that requires permission under the Licensed Rights, such
|
| 134 |
+
as reproduction, public display, public performance, distribution,
|
| 135 |
+
dissemination, communication, or importation, and to make material
|
| 136 |
+
available to the public including in ways that members of the
|
| 137 |
+
public may access the material from a place and at a time
|
| 138 |
+
individually chosen by them.
|
| 139 |
+
|
| 140 |
+
l. Sui Generis Database Rights means rights other than copyright
|
| 141 |
+
resulting from Directive 96/9/EC of the European Parliament and of
|
| 142 |
+
the Council of 11 March 1996 on the legal protection of databases,
|
| 143 |
+
as amended and/or succeeded, as well as other essentially
|
| 144 |
+
equivalent rights anywhere in the world.
|
| 145 |
+
|
| 146 |
+
m. You means the individual or entity exercising the Licensed Rights
|
| 147 |
+
under this Public License. Your has a corresponding meaning.
|
| 148 |
+
|
| 149 |
+
|
| 150 |
+
Section 2 -- Scope.
|
| 151 |
+
|
| 152 |
+
a. License grant.
|
| 153 |
+
|
| 154 |
+
1. Subject to the terms and conditions of this Public License,
|
| 155 |
+
the Licensor hereby grants You a worldwide, royalty-free,
|
| 156 |
+
non-sublicensable, non-exclusive, irrevocable license to
|
| 157 |
+
exercise the Licensed Rights in the Licensed Material to:
|
| 158 |
+
|
| 159 |
+
a. reproduce and Share the Licensed Material, in whole or
|
| 160 |
+
in part; and
|
| 161 |
+
|
| 162 |
+
b. produce, reproduce, and Share Adapted Material.
|
| 163 |
+
|
| 164 |
+
2. Exceptions and Limitations. For the avoidance of doubt, where
|
| 165 |
+
Exceptions and Limitations apply to Your use, this Public
|
| 166 |
+
License does not apply, and You do not need to comply with
|
| 167 |
+
its terms and conditions.
|
| 168 |
+
|
| 169 |
+
3. Term. The term of this Public License is specified in Section
|
| 170 |
+
6(a).
|
| 171 |
+
|
| 172 |
+
4. Media and formats; technical modifications allowed. The
|
| 173 |
+
Licensor authorizes You to exercise the Licensed Rights in
|
| 174 |
+
all media and formats whether now known or hereafter created,
|
| 175 |
+
and to make technical modifications necessary to do so. The
|
| 176 |
+
Licensor waives and/or agrees not to assert any right or
|
| 177 |
+
authority to forbid You from making technical modifications
|
| 178 |
+
necessary to exercise the Licensed Rights, including
|
| 179 |
+
technical modifications necessary to circumvent Effective
|
| 180 |
+
Technological Measures. For purposes of this Public License,
|
| 181 |
+
simply making modifications authorized by this Section 2(a)
|
| 182 |
+
(4) never produces Adapted Material.
|
| 183 |
+
|
| 184 |
+
5. Downstream recipients.
|
| 185 |
+
|
| 186 |
+
a. Offer from the Licensor -- Licensed Material. Every
|
| 187 |
+
recipient of the Licensed Material automatically
|
| 188 |
+
receives an offer from the Licensor to exercise the
|
| 189 |
+
Licensed Rights under the terms and conditions of this
|
| 190 |
+
Public License.
|
| 191 |
+
|
| 192 |
+
b. Additional offer from the Licensor -- Adapted Material.
|
| 193 |
+
Every recipient of Adapted Material from You
|
| 194 |
+
automatically receives an offer from the Licensor to
|
| 195 |
+
exercise the Licensed Rights in the Adapted Material
|
| 196 |
+
under the conditions of the Adapter's License You apply.
|
| 197 |
+
|
| 198 |
+
c. No downstream restrictions. You may not offer or impose
|
| 199 |
+
any additional or different terms or conditions on, or
|
| 200 |
+
apply any Effective Technological Measures to, the
|
| 201 |
+
Licensed Material if doing so restricts exercise of the
|
| 202 |
+
Licensed Rights by any recipient of the Licensed
|
| 203 |
+
Material.
|
| 204 |
+
|
| 205 |
+
6. No endorsement. Nothing in this Public License constitutes or
|
| 206 |
+
may be construed as permission to assert or imply that You
|
| 207 |
+
are, or that Your use of the Licensed Material is, connected
|
| 208 |
+
with, or sponsored, endorsed, or granted official status by,
|
| 209 |
+
the Licensor or others designated to receive attribution as
|
| 210 |
+
provided in Section 3(a)(1)(A)(i).
|
| 211 |
+
|
| 212 |
+
b. Other rights.
|
| 213 |
+
|
| 214 |
+
1. Moral rights, such as the right of integrity, are not
|
| 215 |
+
licensed under this Public License, nor are publicity,
|
| 216 |
+
privacy, and/or other similar personality rights; however, to
|
| 217 |
+
the extent possible, the Licensor waives and/or agrees not to
|
| 218 |
+
assert any such rights held by the Licensor to the limited
|
| 219 |
+
extent necessary to allow You to exercise the Licensed
|
| 220 |
+
Rights, but not otherwise.
|
| 221 |
+
|
| 222 |
+
2. Patent and trademark rights are not licensed under this
|
| 223 |
+
Public License.
|
| 224 |
+
|
| 225 |
+
3. To the extent possible, the Licensor waives any right to
|
| 226 |
+
collect royalties from You for the exercise of the Licensed
|
| 227 |
+
Rights, whether directly or through a collecting society
|
| 228 |
+
under any voluntary or waivable statutory or compulsory
|
| 229 |
+
licensing scheme. In all other cases the Licensor expressly
|
| 230 |
+
reserves any right to collect such royalties.
|
| 231 |
+
|
| 232 |
+
|
| 233 |
+
Section 3 -- License Conditions.
|
| 234 |
+
|
| 235 |
+
Your exercise of the Licensed Rights is expressly made subject to the
|
| 236 |
+
following conditions.
|
| 237 |
+
|
| 238 |
+
a. Attribution.
|
| 239 |
+
|
| 240 |
+
1. If You Share the Licensed Material (including in modified
|
| 241 |
+
form), You must:
|
| 242 |
+
|
| 243 |
+
a. retain the following if it is supplied by the Licensor
|
| 244 |
+
with the Licensed Material:
|
| 245 |
+
|
| 246 |
+
i. identification of the creator(s) of the Licensed
|
| 247 |
+
Material and any others designated to receive
|
| 248 |
+
attribution, in any reasonable manner requested by
|
| 249 |
+
the Licensor (including by pseudonym if
|
| 250 |
+
designated);
|
| 251 |
+
|
| 252 |
+
ii. a copyright notice;
|
| 253 |
+
|
| 254 |
+
iii. a notice that refers to this Public License;
|
| 255 |
+
|
| 256 |
+
iv. a notice that refers to the disclaimer of
|
| 257 |
+
warranties;
|
| 258 |
+
|
| 259 |
+
v. a URI or hyperlink to the Licensed Material to the
|
| 260 |
+
extent reasonably practicable;
|
| 261 |
+
|
| 262 |
+
b. indicate if You modified the Licensed Material and
|
| 263 |
+
retain an indication of any previous modifications; and
|
| 264 |
+
|
| 265 |
+
c. indicate the Licensed Material is licensed under this
|
| 266 |
+
Public License, and include the text of, or the URI or
|
| 267 |
+
hyperlink to, this Public License.
|
| 268 |
+
|
| 269 |
+
2. You may satisfy the conditions in Section 3(a)(1) in any
|
| 270 |
+
reasonable manner based on the medium, means, and context in
|
| 271 |
+
which You Share the Licensed Material. For example, it may be
|
| 272 |
+
reasonable to satisfy the conditions by providing a URI or
|
| 273 |
+
hyperlink to a resource that includes the required
|
| 274 |
+
information.
|
| 275 |
+
|
| 276 |
+
3. If requested by the Licensor, You must remove any of the
|
| 277 |
+
information required by Section 3(a)(1)(A) to the extent
|
| 278 |
+
reasonably practicable.
|
| 279 |
+
|
| 280 |
+
b. ShareAlike.
|
| 281 |
+
|
| 282 |
+
In addition to the conditions in Section 3(a), if You Share
|
| 283 |
+
Adapted Material You produce, the following conditions also apply.
|
| 284 |
+
|
| 285 |
+
1. The Adapter's License You apply must be a Creative Commons
|
| 286 |
+
license with the same License Elements, this version or
|
| 287 |
+
later, or a BY-SA Compatible License.
|
| 288 |
+
|
| 289 |
+
2. You must include the text of, or the URI or hyperlink to, the
|
| 290 |
+
Adapter's License You apply. You may satisfy this condition
|
| 291 |
+
in any reasonable manner based on the medium, means, and
|
| 292 |
+
context in which You Share Adapted Material.
|
| 293 |
+
|
| 294 |
+
3. You may not offer or impose any additional or different terms
|
| 295 |
+
or conditions on, or apply any Effective Technological
|
| 296 |
+
Measures to, Adapted Material that restrict exercise of the
|
| 297 |
+
rights granted under the Adapter's License You apply.
|
| 298 |
+
|
| 299 |
+
|
| 300 |
+
Section 4 -- Sui Generis Database Rights.
|
| 301 |
+
|
| 302 |
+
Where the Licensed Rights include Sui Generis Database Rights that
|
| 303 |
+
apply to Your use of the Licensed Material:
|
| 304 |
+
|
| 305 |
+
a. for the avoidance of doubt, Section 2(a)(1) grants You the right
|
| 306 |
+
to extract, reuse, reproduce, and Share all or a substantial
|
| 307 |
+
portion of the contents of the database;
|
| 308 |
+
|
| 309 |
+
b. if You include all or a substantial portion of the database
|
| 310 |
+
contents in a database in which You have Sui Generis Database
|
| 311 |
+
Rights, then the database in which You have Sui Generis Database
|
| 312 |
+
Rights (but not its individual contents) is Adapted Material,
|
| 313 |
+
|
| 314 |
+
including for purposes of Section 3(b); and
|
| 315 |
+
c. You must comply with the conditions in Section 3(a) if You Share
|
| 316 |
+
all or a substantial portion of the contents of the database.
|
| 317 |
+
|
| 318 |
+
For the avoidance of doubt, this Section 4 supplements and does not
|
| 319 |
+
replace Your obligations under this Public License where the Licensed
|
| 320 |
+
Rights include other Copyright and Similar Rights.
|
| 321 |
+
|
| 322 |
+
|
| 323 |
+
Section 5 -- Disclaimer of Warranties and Limitation of Liability.
|
| 324 |
+
|
| 325 |
+
a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
|
| 326 |
+
EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
|
| 327 |
+
AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
|
| 328 |
+
ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
|
| 329 |
+
IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
|
| 330 |
+
WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
|
| 331 |
+
PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
|
| 332 |
+
ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
|
| 333 |
+
KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
|
| 334 |
+
ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
|
| 335 |
+
|
| 336 |
+
b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
|
| 337 |
+
TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
|
| 338 |
+
NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
|
| 339 |
+
INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
|
| 340 |
+
COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
|
| 341 |
+
USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
|
| 342 |
+
ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
|
| 343 |
+
DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
|
| 344 |
+
IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
|
| 345 |
+
|
| 346 |
+
c. The disclaimer of warranties and limitation of liability provided
|
| 347 |
+
above shall be interpreted in a manner that, to the extent
|
| 348 |
+
possible, most closely approximates an absolute disclaimer and
|
| 349 |
+
waiver of all liability.
|
| 350 |
+
|
| 351 |
+
|
| 352 |
+
Section 6 -- Term and Termination.
|
| 353 |
+
|
| 354 |
+
a. This Public License applies for the term of the Copyright and
|
| 355 |
+
Similar Rights licensed here. However, if You fail to comply with
|
| 356 |
+
this Public License, then Your rights under this Public License
|
| 357 |
+
terminate automatically.
|
| 358 |
+
|
| 359 |
+
b. Where Your right to use the Licensed Material has terminated under
|
| 360 |
+
Section 6(a), it reinstates:
|
| 361 |
+
|
| 362 |
+
1. automatically as of the date the violation is cured, provided
|
| 363 |
+
it is cured within 30 days of Your discovery of the
|
| 364 |
+
violation; or
|
| 365 |
+
|
| 366 |
+
2. upon express reinstatement by the Licensor.
|
| 367 |
+
|
| 368 |
+
For the avoidance of doubt, this Section 6(b) does not affect any
|
| 369 |
+
right the Licensor may have to seek remedies for Your violations
|
| 370 |
+
of this Public License.
|
| 371 |
+
|
| 372 |
+
c. For the avoidance of doubt, the Licensor may also offer the
|
| 373 |
+
Licensed Material under separate terms or conditions or stop
|
| 374 |
+
distributing the Licensed Material at any time; however, doing so
|
| 375 |
+
will not terminate this Public License.
|
| 376 |
+
|
| 377 |
+
d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
|
| 378 |
+
License.
|
| 379 |
+
|
| 380 |
+
|
| 381 |
+
Section 7 -- Other Terms and Conditions.
|
| 382 |
+
|
| 383 |
+
a. The Licensor shall not be bound by any additional or different
|
| 384 |
+
terms or conditions communicated by You unless expressly agreed.
|
| 385 |
+
|
| 386 |
+
b. Any arrangements, understandings, or agreements regarding the
|
| 387 |
+
Licensed Material not stated herein are separate from and
|
| 388 |
+
independent of the terms and conditions of this Public License.
|
| 389 |
+
|
| 390 |
+
|
| 391 |
+
Section 8 -- Interpretation.
|
| 392 |
+
|
| 393 |
+
a. For the avoidance of doubt, this Public License does not, and
|
| 394 |
+
shall not be interpreted to, reduce, limit, restrict, or impose
|
| 395 |
+
conditions on any use of the Licensed Material that could lawfully
|
| 396 |
+
be made without permission under this Public License.
|
| 397 |
+
|
| 398 |
+
b. To the extent possible, if any provision of this Public License is
|
| 399 |
+
deemed unenforceable, it shall be automatically reformed to the
|
| 400 |
+
minimum extent necessary to make it enforceable. If the provision
|
| 401 |
+
cannot be reformed, it shall be severed from this Public License
|
| 402 |
+
without affecting the enforceability of the remaining terms and
|
| 403 |
+
conditions.
|
| 404 |
+
|
| 405 |
+
c. No term or condition of this Public License will be waived and no
|
| 406 |
+
failure to comply consented to unless expressly agreed to by the
|
| 407 |
+
Licensor.
|
| 408 |
+
|
| 409 |
+
d. Nothing in this Public License constitutes or may be interpreted
|
| 410 |
+
as a limitation upon, or waiver of, any privileges and immunities
|
| 411 |
+
that apply to the Licensor or You, including from the legal
|
| 412 |
+
processes of any jurisdiction or authority.
|
| 413 |
+
|
| 414 |
+
|
| 415 |
+
=======================================================================
|
| 416 |
+
|
| 417 |
+
Creative Commons is not a party to its public
|
| 418 |
+
licenses. Notwithstanding, Creative Commons may elect to apply one of
|
| 419 |
+
its public licenses to material it publishes and in those instances
|
| 420 |
+
will be considered the “Licensor.” The text of the Creative Commons
|
| 421 |
+
public licenses is dedicated to the public domain under the CC0 Public
|
| 422 |
+
Domain Dedication. Except for the limited purpose of indicating that
|
| 423 |
+
material is shared under a Creative Commons public license or as
|
| 424 |
+
otherwise permitted by the Creative Commons policies published at
|
| 425 |
+
creativecommons.org/policies, Creative Commons does not authorize the
|
| 426 |
+
use of the trademark "Creative Commons" or any other trademark or logo
|
| 427 |
+
of Creative Commons without its prior written consent including,
|
| 428 |
+
without limitation, in connection with any unauthorized modifications
|
| 429 |
+
to any of its public licenses or any other arrangements,
|
| 430 |
+
understandings, or agreements concerning use of licensed material. For
|
| 431 |
+
the avoidance of doubt, this paragraph does not form part of the
|
| 432 |
+
public licenses.
|
| 433 |
+
|
| 434 |
+
Creative Commons may be contacted at creativecommons.org.
|
| 435 |
+
|
| 436 |
+
```
|
| 437 |
+
|
| 438 |
+
|
| 439 |
+
|
| 440 |
+
|
| 441 |
+
# Dutch NER Annotations for UD LassySmall
|
| 442 |
+
|
| 443 |
+
* Author: NLP Town
|
| 444 |
+
* URL: https://nlp.town
|
| 445 |
+
* License: CC BY-SA 4.0
|
| 446 |
+
|
| 447 |
+
```
|
| 448 |
+
Attribution-ShareAlike 4.0 International
|
| 449 |
+
|
| 450 |
+
=======================================================================
|
| 451 |
+
|
| 452 |
+
Creative Commons Corporation ("Creative Commons") is not a law firm and
|
| 453 |
+
does not provide legal services or legal advice. Distribution of
|
| 454 |
+
Creative Commons public licenses does not create a lawyer-client or
|
| 455 |
+
other relationship. Creative Commons makes its licenses and related
|
| 456 |
+
information available on an "as-is" basis. Creative Commons gives no
|
| 457 |
+
warranties regarding its licenses, any material licensed under their
|
| 458 |
+
terms and conditions, or any related information. Creative Commons
|
| 459 |
+
disclaims all liability for damages resulting from their use to the
|
| 460 |
+
fullest extent possible.
|
| 461 |
+
|
| 462 |
+
Using Creative Commons Public Licenses
|
| 463 |
+
|
| 464 |
+
Creative Commons public licenses provide a standard set of terms and
|
| 465 |
+
conditions that creators and other rights holders may use to share
|
| 466 |
+
original works of authorship and other material subject to copyright
|
| 467 |
+
and certain other rights specified in the public license below. The
|
| 468 |
+
following considerations are for informational purposes only, are not
|
| 469 |
+
exhaustive, and do not form part of our licenses.
|
| 470 |
+
|
| 471 |
+
Considerations for licensors: Our public licenses are
|
| 472 |
+
intended for use by those authorized to give the public
|
| 473 |
+
permission to use material in ways otherwise restricted by
|
| 474 |
+
copyright and certain other rights. Our licenses are
|
| 475 |
+
irrevocable. Licensors should read and understand the terms
|
| 476 |
+
and conditions of the license they choose before applying it.
|
| 477 |
+
Licensors should also secure all rights necessary before
|
| 478 |
+
applying our licenses so that the public can reuse the
|
| 479 |
+
material as expected. Licensors should clearly mark any
|
| 480 |
+
material not subject to the license. This includes other CC-
|
| 481 |
+
licensed material, or material used under an exception or
|
| 482 |
+
limitation to copyright. More considerations for licensors:
|
| 483 |
+
wiki.creativecommons.org/Considerations_for_licensors
|
| 484 |
+
|
| 485 |
+
Considerations for the public: By using one of our public
|
| 486 |
+
licenses, a licensor grants the public permission to use the
|
| 487 |
+
licensed material under specified terms and conditions. If
|
| 488 |
+
the licensor's permission is not necessary for any reason--for
|
| 489 |
+
example, because of any applicable exception or limitation to
|
| 490 |
+
copyright--then that use is not regulated by the license. Our
|
| 491 |
+
licenses grant only permissions under copyright and certain
|
| 492 |
+
other rights that a licensor has authority to grant. Use of
|
| 493 |
+
the licensed material may still be restricted for other
|
| 494 |
+
reasons, including because others have copyright or other
|
| 495 |
+
rights in the material. A licensor may make special requests,
|
| 496 |
+
such as asking that all changes be marked or described.
|
| 497 |
+
Although not required by our licenses, you are encouraged to
|
| 498 |
+
respect those requests where reasonable. More considerations
|
| 499 |
+
for the public:
|
| 500 |
+
wiki.creativecommons.org/Considerations_for_licensees
|
| 501 |
+
|
| 502 |
+
=======================================================================
|
| 503 |
+
|
| 504 |
+
Creative Commons Attribution-ShareAlike 4.0 International Public
|
| 505 |
+
License
|
| 506 |
+
|
| 507 |
+
By exercising the Licensed Rights (defined below), You accept and agree
|
| 508 |
+
to be bound by the terms and conditions of this Creative Commons
|
| 509 |
+
Attribution-ShareAlike 4.0 International Public License ("Public
|
| 510 |
+
License"). To the extent this Public License may be interpreted as a
|
| 511 |
+
contract, You are granted the Licensed Rights in consideration of Your
|
| 512 |
+
acceptance of these terms and conditions, and the Licensor grants You
|
| 513 |
+
such rights in consideration of benefits the Licensor receives from
|
| 514 |
+
making the Licensed Material available under these terms and
|
| 515 |
+
conditions.
|
| 516 |
+
|
| 517 |
+
|
| 518 |
+
Section 1 -- Definitions.
|
| 519 |
+
|
| 520 |
+
a. Adapted Material means material subject to Copyright and Similar
|
| 521 |
+
Rights that is derived from or based upon the Licensed Material
|
| 522 |
+
and in which the Licensed Material is translated, altered,
|
| 523 |
+
arranged, transformed, or otherwise modified in a manner requiring
|
| 524 |
+
permission under the Copyright and Similar Rights held by the
|
| 525 |
+
Licensor. For purposes of this Public License, where the Licensed
|
| 526 |
+
Material is a musical work, performance, or sound recording,
|
| 527 |
+
Adapted Material is always produced where the Licensed Material is
|
| 528 |
+
synched in timed relation with a moving image.
|
| 529 |
+
|
| 530 |
+
b. Adapter's License means the license You apply to Your Copyright
|
| 531 |
+
and Similar Rights in Your contributions to Adapted Material in
|
| 532 |
+
accordance with the terms and conditions of this Public License.
|
| 533 |
+
|
| 534 |
+
c. BY-SA Compatible License means a license listed at
|
| 535 |
+
creativecommons.org/compatiblelicenses, approved by Creative
|
| 536 |
+
Commons as essentially the equivalent of this Public License.
|
| 537 |
+
|
| 538 |
+
d. Copyright and Similar Rights means copyright and/or similar rights
|
| 539 |
+
closely related to copyright including, without limitation,
|
| 540 |
+
performance, broadcast, sound recording, and Sui Generis Database
|
| 541 |
+
Rights, without regard to how the rights are labeled or
|
| 542 |
+
categorized. For purposes of this Public License, the rights
|
| 543 |
+
specified in Section 2(b)(1)-(2) are not Copyright and Similar
|
| 544 |
+
Rights.
|
| 545 |
+
|
| 546 |
+
e. Effective Technological Measures means those measures that, in the
|
| 547 |
+
absence of proper authority, may not be circumvented under laws
|
| 548 |
+
fulfilling obligations under Article 11 of the WIPO Copyright
|
| 549 |
+
Treaty adopted on December 20, 1996, and/or similar international
|
| 550 |
+
agreements.
|
| 551 |
+
|
| 552 |
+
f. Exceptions and Limitations means fair use, fair dealing, and/or
|
| 553 |
+
any other exception or limitation to Copyright and Similar Rights
|
| 554 |
+
that applies to Your use of the Licensed Material.
|
| 555 |
+
|
| 556 |
+
g. License Elements means the license attributes listed in the name
|
| 557 |
+
of a Creative Commons Public License. The License Elements of this
|
| 558 |
+
Public License are Attribution and ShareAlike.
|
| 559 |
+
|
| 560 |
+
h. Licensed Material means the artistic or literary work, database,
|
| 561 |
+
or other material to which the Licensor applied this Public
|
| 562 |
+
License.
|
| 563 |
+
|
| 564 |
+
i. Licensed Rights means the rights granted to You subject to the
|
| 565 |
+
terms and conditions of this Public License, which are limited to
|
| 566 |
+
all Copyright and Similar Rights that apply to Your use of the
|
| 567 |
+
Licensed Material and that the Licensor has authority to license.
|
| 568 |
+
|
| 569 |
+
j. Licensor means the individual(s) or entity(ies) granting rights
|
| 570 |
+
under this Public License.
|
| 571 |
+
|
| 572 |
+
k. Share means to provide material to the public by any means or
|
| 573 |
+
process that requires permission under the Licensed Rights, such
|
| 574 |
+
as reproduction, public display, public performance, distribution,
|
| 575 |
+
dissemination, communication, or importation, and to make material
|
| 576 |
+
available to the public including in ways that members of the
|
| 577 |
+
public may access the material from a place and at a time
|
| 578 |
+
individually chosen by them.
|
| 579 |
+
|
| 580 |
+
l. Sui Generis Database Rights means rights other than copyright
|
| 581 |
+
resulting from Directive 96/9/EC of the European Parliament and of
|
| 582 |
+
the Council of 11 March 1996 on the legal protection of databases,
|
| 583 |
+
as amended and/or succeeded, as well as other essentially
|
| 584 |
+
equivalent rights anywhere in the world.
|
| 585 |
+
|
| 586 |
+
m. You means the individual or entity exercising the Licensed Rights
|
| 587 |
+
under this Public License. Your has a corresponding meaning.
|
| 588 |
+
|
| 589 |
+
|
| 590 |
+
Section 2 -- Scope.
|
| 591 |
+
|
| 592 |
+
a. License grant.
|
| 593 |
+
|
| 594 |
+
1. Subject to the terms and conditions of this Public License,
|
| 595 |
+
the Licensor hereby grants You a worldwide, royalty-free,
|
| 596 |
+
non-sublicensable, non-exclusive, irrevocable license to
|
| 597 |
+
exercise the Licensed Rights in the Licensed Material to:
|
| 598 |
+
|
| 599 |
+
a. reproduce and Share the Licensed Material, in whole or
|
| 600 |
+
in part; and
|
| 601 |
+
|
| 602 |
+
b. produce, reproduce, and Share Adapted Material.
|
| 603 |
+
|
| 604 |
+
2. Exceptions and Limitations. For the avoidance of doubt, where
|
| 605 |
+
Exceptions and Limitations apply to Your use, this Public
|
| 606 |
+
License does not apply, and You do not need to comply with
|
| 607 |
+
its terms and conditions.
|
| 608 |
+
|
| 609 |
+
3. Term. The term of this Public License is specified in Section
|
| 610 |
+
6(a).
|
| 611 |
+
|
| 612 |
+
4. Media and formats; technical modifications allowed. The
|
| 613 |
+
Licensor authorizes You to exercise the Licensed Rights in
|
| 614 |
+
all media and formats whether now known or hereafter created,
|
| 615 |
+
and to make technical modifications necessary to do so. The
|
| 616 |
+
Licensor waives and/or agrees not to assert any right or
|
| 617 |
+
authority to forbid You from making technical modifications
|
| 618 |
+
necessary to exercise the Licensed Rights, including
|
| 619 |
+
technical modifications necessary to circumvent Effective
|
| 620 |
+
Technological Measures. For purposes of this Public License,
|
| 621 |
+
simply making modifications authorized by this Section 2(a)
|
| 622 |
+
(4) never produces Adapted Material.
|
| 623 |
+
|
| 624 |
+
5. Downstream recipients.
|
| 625 |
+
|
| 626 |
+
a. Offer from the Licensor -- Licensed Material. Every
|
| 627 |
+
recipient of the Licensed Material automatically
|
| 628 |
+
receives an offer from the Licensor to exercise the
|
| 629 |
+
Licensed Rights under the terms and conditions of this
|
| 630 |
+
Public License.
|
| 631 |
+
|
| 632 |
+
b. Additional offer from the Licensor -- Adapted Material.
|
| 633 |
+
Every recipient of Adapted Material from You
|
| 634 |
+
automatically receives an offer from the Licensor to
|
| 635 |
+
exercise the Licensed Rights in the Adapted Material
|
| 636 |
+
under the conditions of the Adapter's License You apply.
|
| 637 |
+
|
| 638 |
+
c. No downstream restrictions. You may not offer or impose
|
| 639 |
+
any additional or different terms or conditions on, or
|
| 640 |
+
apply any Effective Technological Measures to, the
|
| 641 |
+
Licensed Material if doing so restricts exercise of the
|
| 642 |
+
Licensed Rights by any recipient of the Licensed
|
| 643 |
+
Material.
|
| 644 |
+
|
| 645 |
+
6. No endorsement. Nothing in this Public License constitutes or
|
| 646 |
+
may be construed as permission to assert or imply that You
|
| 647 |
+
are, or that Your use of the Licensed Material is, connected
|
| 648 |
+
with, or sponsored, endorsed, or granted official status by,
|
| 649 |
+
the Licensor or others designated to receive attribution as
|
| 650 |
+
provided in Section 3(a)(1)(A)(i).
|
| 651 |
+
|
| 652 |
+
b. Other rights.
|
| 653 |
+
|
| 654 |
+
1. Moral rights, such as the right of integrity, are not
|
| 655 |
+
licensed under this Public License, nor are publicity,
|
| 656 |
+
privacy, and/or other similar personality rights; however, to
|
| 657 |
+
the extent possible, the Licensor waives and/or agrees not to
|
| 658 |
+
assert any such rights held by the Licensor to the limited
|
| 659 |
+
extent necessary to allow You to exercise the Licensed
|
| 660 |
+
Rights, but not otherwise.
|
| 661 |
+
|
| 662 |
+
2. Patent and trademark rights are not licensed under this
|
| 663 |
+
Public License.
|
| 664 |
+
|
| 665 |
+
3. To the extent possible, the Licensor waives any right to
|
| 666 |
+
collect royalties from You for the exercise of the Licensed
|
| 667 |
+
Rights, whether directly or through a collecting society
|
| 668 |
+
under any voluntary or waivable statutory or compulsory
|
| 669 |
+
licensing scheme. In all other cases the Licensor expressly
|
| 670 |
+
reserves any right to collect such royalties.
|
| 671 |
+
|
| 672 |
+
|
| 673 |
+
Section 3 -- License Conditions.
|
| 674 |
+
|
| 675 |
+
Your exercise of the Licensed Rights is expressly made subject to the
|
| 676 |
+
following conditions.
|
| 677 |
+
|
| 678 |
+
a. Attribution.
|
| 679 |
+
|
| 680 |
+
1. If You Share the Licensed Material (including in modified
|
| 681 |
+
form), You must:
|
| 682 |
+
|
| 683 |
+
a. retain the following if it is supplied by the Licensor
|
| 684 |
+
with the Licensed Material:
|
| 685 |
+
|
| 686 |
+
i. identification of the creator(s) of the Licensed
|
| 687 |
+
Material and any others designated to receive
|
| 688 |
+
attribution, in any reasonable manner requested by
|
| 689 |
+
the Licensor (including by pseudonym if
|
| 690 |
+
designated);
|
| 691 |
+
|
| 692 |
+
ii. a copyright notice;
|
| 693 |
+
|
| 694 |
+
iii. a notice that refers to this Public License;
|
| 695 |
+
|
| 696 |
+
iv. a notice that refers to the disclaimer of
|
| 697 |
+
warranties;
|
| 698 |
+
|
| 699 |
+
v. a URI or hyperlink to the Licensed Material to the
|
| 700 |
+
extent reasonably practicable;
|
| 701 |
+
|
| 702 |
+
b. indicate if You modified the Licensed Material and
|
| 703 |
+
retain an indication of any previous modifications; and
|
| 704 |
+
|
| 705 |
+
c. indicate the Licensed Material is licensed under this
|
| 706 |
+
Public License, and include the text of, or the URI or
|
| 707 |
+
hyperlink to, this Public License.
|
| 708 |
+
|
| 709 |
+
2. You may satisfy the conditions in Section 3(a)(1) in any
|
| 710 |
+
reasonable manner based on the medium, means, and context in
|
| 711 |
+
which You Share the Licensed Material. For example, it may be
|
| 712 |
+
reasonable to satisfy the conditions by providing a URI or
|
| 713 |
+
hyperlink to a resource that includes the required
|
| 714 |
+
information.
|
| 715 |
+
|
| 716 |
+
3. If requested by the Licensor, You must remove any of the
|
| 717 |
+
information required by Section 3(a)(1)(A) to the extent
|
| 718 |
+
reasonably practicable.
|
| 719 |
+
|
| 720 |
+
b. ShareAlike.
|
| 721 |
+
|
| 722 |
+
In addition to the conditions in Section 3(a), if You Share
|
| 723 |
+
Adapted Material You produce, the following conditions also apply.
|
| 724 |
+
|
| 725 |
+
1. The Adapter's License You apply must be a Creative Commons
|
| 726 |
+
license with the same License Elements, this version or
|
| 727 |
+
later, or a BY-SA Compatible License.
|
| 728 |
+
|
| 729 |
+
2. You must include the text of, or the URI or hyperlink to, the
|
| 730 |
+
Adapter's License You apply. You may satisfy this condition
|
| 731 |
+
in any reasonable manner based on the medium, means, and
|
| 732 |
+
context in which You Share Adapted Material.
|
| 733 |
+
|
| 734 |
+
3. You may not offer or impose any additional or different terms
|
| 735 |
+
or conditions on, or apply any Effective Technological
|
| 736 |
+
Measures to, Adapted Material that restrict exercise of the
|
| 737 |
+
rights granted under the Adapter's License You apply.
|
| 738 |
+
|
| 739 |
+
|
| 740 |
+
Section 4 -- Sui Generis Database Rights.
|
| 741 |
+
|
| 742 |
+
Where the Licensed Rights include Sui Generis Database Rights that
|
| 743 |
+
apply to Your use of the Licensed Material:
|
| 744 |
+
|
| 745 |
+
a. for the avoidance of doubt, Section 2(a)(1) grants You the right
|
| 746 |
+
to extract, reuse, reproduce, and Share all or a substantial
|
| 747 |
+
portion of the contents of the database;
|
| 748 |
+
|
| 749 |
+
b. if You include all or a substantial portion of the database
|
| 750 |
+
contents in a database in which You have Sui Generis Database
|
| 751 |
+
Rights, then the database in which You have Sui Generis Database
|
| 752 |
+
Rights (but not its individual contents) is Adapted Material,
|
| 753 |
+
|
| 754 |
+
including for purposes of Section 3(b); and
|
| 755 |
+
c. You must comply with the conditions in Section 3(a) if You Share
|
| 756 |
+
all or a substantial portion of the contents of the database.
|
| 757 |
+
|
| 758 |
+
For the avoidance of doubt, this Section 4 supplements and does not
|
| 759 |
+
replace Your obligations under this Public License where the Licensed
|
| 760 |
+
Rights include other Copyright and Similar Rights.
|
| 761 |
+
|
| 762 |
+
|
| 763 |
+
Section 5 -- Disclaimer of Warranties and Limitation of Liability.
|
| 764 |
+
|
| 765 |
+
a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
|
| 766 |
+
EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
|
| 767 |
+
AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
|
| 768 |
+
ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
|
| 769 |
+
IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
|
| 770 |
+
WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
|
| 771 |
+
PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
|
| 772 |
+
ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
|
| 773 |
+
KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
|
| 774 |
+
ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
|
| 775 |
+
|
| 776 |
+
b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
|
| 777 |
+
TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
|
| 778 |
+
NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
|
| 779 |
+
INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
|
| 780 |
+
COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
|
| 781 |
+
USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
|
| 782 |
+
ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
|
| 783 |
+
DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
|
| 784 |
+
IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
|
| 785 |
+
|
| 786 |
+
c. The disclaimer of warranties and limitation of liability provided
|
| 787 |
+
above shall be interpreted in a manner that, to the extent
|
| 788 |
+
possible, most closely approximates an absolute disclaimer and
|
| 789 |
+
waiver of all liability.
|
| 790 |
+
|
| 791 |
+
|
| 792 |
+
Section 6 -- Term and Termination.
|
| 793 |
+
|
| 794 |
+
a. This Public License applies for the term of the Copyright and
|
| 795 |
+
Similar Rights licensed here. However, if You fail to comply with
|
| 796 |
+
this Public License, then Your rights under this Public License
|
| 797 |
+
terminate automatically.
|
| 798 |
+
|
| 799 |
+
b. Where Your right to use the Licensed Material has terminated under
|
| 800 |
+
Section 6(a), it reinstates:
|
| 801 |
+
|
| 802 |
+
1. automatically as of the date the violation is cured, provided
|
| 803 |
+
it is cured within 30 days of Your discovery of the
|
| 804 |
+
violation; or
|
| 805 |
+
|
| 806 |
+
2. upon express reinstatement by the Licensor.
|
| 807 |
+
|
| 808 |
+
For the avoidance of doubt, this Section 6(b) does not affect any
|
| 809 |
+
right the Licensor may have to seek remedies for Your violations
|
| 810 |
+
of this Public License.
|
| 811 |
+
|
| 812 |
+
c. For the avoidance of doubt, the Licensor may also offer the
|
| 813 |
+
Licensed Material under separate terms or conditions or stop
|
| 814 |
+
distributing the Licensed Material at any time; however, doing so
|
| 815 |
+
will not terminate this Public License.
|
| 816 |
+
|
| 817 |
+
d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
|
| 818 |
+
License.
|
| 819 |
+
|
| 820 |
+
|
| 821 |
+
Section 7 -- Other Terms and Conditions.
|
| 822 |
+
|
| 823 |
+
a. The Licensor shall not be bound by any additional or different
|
| 824 |
+
terms or conditions communicated by You unless expressly agreed.
|
| 825 |
+
|
| 826 |
+
b. Any arrangements, understandings, or agreements regarding the
|
| 827 |
+
Licensed Material not stated herein are separate from and
|
| 828 |
+
independent of the terms and conditions of this Public License.
|
| 829 |
+
|
| 830 |
+
|
| 831 |
+
Section 8 -- Interpretation.
|
| 832 |
+
|
| 833 |
+
a. For the avoidance of doubt, this Public License does not, and
|
| 834 |
+
shall not be interpreted to, reduce, limit, restrict, or impose
|
| 835 |
+
conditions on any use of the Licensed Material that could lawfully
|
| 836 |
+
be made without permission under this Public License.
|
| 837 |
+
|
| 838 |
+
b. To the extent possible, if any provision of this Public License is
|
| 839 |
+
deemed unenforceable, it shall be automatically reformed to the
|
| 840 |
+
minimum extent necessary to make it enforceable. If the provision
|
| 841 |
+
cannot be reformed, it shall be severed from this Public License
|
| 842 |
+
without affecting the enforceability of the remaining terms and
|
| 843 |
+
conditions.
|
| 844 |
+
|
| 845 |
+
c. No term or condition of this Public License will be waived and no
|
| 846 |
+
failure to comply consented to unless expressly agreed to by the
|
| 847 |
+
Licensor.
|
| 848 |
+
|
| 849 |
+
d. Nothing in this Public License constitutes or may be interpreted
|
| 850 |
+
as a limitation upon, or waiver of, any privileges and immunities
|
| 851 |
+
that apply to the Licensor or You, including from the legal
|
| 852 |
+
processes of any jurisdiction or authority.
|
| 853 |
+
|
| 854 |
+
|
| 855 |
+
=======================================================================
|
| 856 |
+
|
| 857 |
+
Creative Commons is not a party to its public
|
| 858 |
+
licenses. Notwithstanding, Creative Commons may elect to apply one of
|
| 859 |
+
its public licenses to material it publishes and in those instances
|
| 860 |
+
will be considered the “Licensor.” The text of the Creative Commons
|
| 861 |
+
public licenses is dedicated to the public domain under the CC0 Public
|
| 862 |
+
Domain Dedication. Except for the limited purpose of indicating that
|
| 863 |
+
material is shared under a Creative Commons public license or as
|
| 864 |
+
otherwise permitted by the Creative Commons policies published at
|
| 865 |
+
creativecommons.org/policies, Creative Commons does not authorize the
|
| 866 |
+
use of the trademark "Creative Commons" or any other trademark or logo
|
| 867 |
+
of Creative Commons without its prior written consent including,
|
| 868 |
+
without limitation, in connection with any unauthorized modifications
|
| 869 |
+
to any of its public licenses or any other arrangements,
|
| 870 |
+
understandings, or agreements concerning use of licensed material. For
|
| 871 |
+
the avoidance of doubt, this paragraph does not form part of the
|
| 872 |
+
public licenses.
|
| 873 |
+
|
| 874 |
+
Creative Commons may be contacted at creativecommons.org.
|
| 875 |
+
|
| 876 |
+
```
|
| 877 |
+
|
| 878 |
+
|
| 879 |
+
|
| 880 |
+
|
| 881 |
+
# UD Dutch LassySmall v2.5
|
| 882 |
+
|
| 883 |
+
* Author: Bouma, Gosse; van Noord, Gertjan
|
| 884 |
+
* URL: https://github.com/UniversalDependencies/UD_Dutch-LassySmall
|
| 885 |
+
* License: CC BY-SA 4.0
|
| 886 |
+
|
| 887 |
+
```
|
| 888 |
+
Attribution-ShareAlike 4.0 International
|
| 889 |
+
|
| 890 |
+
=======================================================================
|
| 891 |
+
|
| 892 |
+
Creative Commons Corporation ("Creative Commons") is not a law firm and
|
| 893 |
+
does not provide legal services or legal advice. Distribution of
|
| 894 |
+
Creative Commons public licenses does not create a lawyer-client or
|
| 895 |
+
other relationship. Creative Commons makes its licenses and related
|
| 896 |
+
information available on an "as-is" basis. Creative Commons gives no
|
| 897 |
+
warranties regarding its licenses, any material licensed under their
|
| 898 |
+
terms and conditions, or any related information. Creative Commons
|
| 899 |
+
disclaims all liability for damages resulting from their use to the
|
| 900 |
+
fullest extent possible.
|
| 901 |
+
|
| 902 |
+
Using Creative Commons Public Licenses
|
| 903 |
+
|
| 904 |
+
Creative Commons public licenses provide a standard set of terms and
|
| 905 |
+
conditions that creators and other rights holders may use to share
|
| 906 |
+
original works of authorship and other material subject to copyright
|
| 907 |
+
and certain other rights specified in the public license below. The
|
| 908 |
+
following considerations are for informational purposes only, are not
|
| 909 |
+
exhaustive, and do not form part of our licenses.
|
| 910 |
+
|
| 911 |
+
Considerations for licensors: Our public licenses are
|
| 912 |
+
intended for use by those authorized to give the public
|
| 913 |
+
permission to use material in ways otherwise restricted by
|
| 914 |
+
copyright and certain other rights. Our licenses are
|
| 915 |
+
irrevocable. Licensors should read and understand the terms
|
| 916 |
+
and conditions of the license they choose before applying it.
|
| 917 |
+
Licensors should also secure all rights necessary before
|
| 918 |
+
applying our licenses so that the public can reuse the
|
| 919 |
+
material as expected. Licensors should clearly mark any
|
| 920 |
+
material not subject to the license. This includes other CC-
|
| 921 |
+
licensed material, or material used under an exception or
|
| 922 |
+
limitation to copyright. More considerations for licensors:
|
| 923 |
+
wiki.creativecommons.org/Considerations_for_licensors
|
| 924 |
+
|
| 925 |
+
Considerations for the public: By using one of our public
|
| 926 |
+
licenses, a licensor grants the public permission to use the
|
| 927 |
+
licensed material under specified terms and conditions. If
|
| 928 |
+
the licensor's permission is not necessary for any reason--for
|
| 929 |
+
example, because of any applicable exception or limitation to
|
| 930 |
+
copyright--then that use is not regulated by the license. Our
|
| 931 |
+
licenses grant only permissions under copyright and certain
|
| 932 |
+
other rights that a licensor has authority to grant. Use of
|
| 933 |
+
the licensed material may still be restricted for other
|
| 934 |
+
reasons, including because others have copyright or other
|
| 935 |
+
rights in the material. A licensor may make special requests,
|
| 936 |
+
such as asking that all changes be marked or described.
|
| 937 |
+
Although not required by our licenses, you are encouraged to
|
| 938 |
+
respect those requests where reasonable. More considerations
|
| 939 |
+
for the public:
|
| 940 |
+
wiki.creativecommons.org/Considerations_for_licensees
|
| 941 |
+
|
| 942 |
+
=======================================================================
|
| 943 |
+
|
| 944 |
+
Creative Commons Attribution-ShareAlike 4.0 International Public
|
| 945 |
+
License
|
| 946 |
+
|
| 947 |
+
By exercising the Licensed Rights (defined below), You accept and agree
|
| 948 |
+
to be bound by the terms and conditions of this Creative Commons
|
| 949 |
+
Attribution-ShareAlike 4.0 International Public License ("Public
|
| 950 |
+
License"). To the extent this Public License may be interpreted as a
|
| 951 |
+
contract, You are granted the Licensed Rights in consideration of Your
|
| 952 |
+
acceptance of these terms and conditions, and the Licensor grants You
|
| 953 |
+
such rights in consideration of benefits the Licensor receives from
|
| 954 |
+
making the Licensed Material available under these terms and
|
| 955 |
+
conditions.
|
| 956 |
+
|
| 957 |
+
|
| 958 |
+
Section 1 -- Definitions.
|
| 959 |
+
|
| 960 |
+
a. Adapted Material means material subject to Copyright and Similar
|
| 961 |
+
Rights that is derived from or based upon the Licensed Material
|
| 962 |
+
and in which the Licensed Material is translated, altered,
|
| 963 |
+
arranged, transformed, or otherwise modified in a manner requiring
|
| 964 |
+
permission under the Copyright and Similar Rights held by the
|
| 965 |
+
Licensor. For purposes of this Public License, where the Licensed
|
| 966 |
+
Material is a musical work, performance, or sound recording,
|
| 967 |
+
Adapted Material is always produced where the Licensed Material is
|
| 968 |
+
synched in timed relation with a moving image.
|
| 969 |
+
|
| 970 |
+
b. Adapter's License means the license You apply to Your Copyright
|
| 971 |
+
and Similar Rights in Your contributions to Adapted Material in
|
| 972 |
+
accordance with the terms and conditions of this Public License.
|
| 973 |
+
|
| 974 |
+
c. BY-SA Compatible License means a license listed at
|
| 975 |
+
creativecommons.org/compatiblelicenses, approved by Creative
|
| 976 |
+
Commons as essentially the equivalent of this Public License.
|
| 977 |
+
|
| 978 |
+
d. Copyright and Similar Rights means copyright and/or similar rights
|
| 979 |
+
closely related to copyright including, without limitation,
|
| 980 |
+
performance, broadcast, sound recording, and Sui Generis Database
|
| 981 |
+
Rights, without regard to how the rights are labeled or
|
| 982 |
+
categorized. For purposes of this Public License, the rights
|
| 983 |
+
specified in Section 2(b)(1)-(2) are not Copyright and Similar
|
| 984 |
+
Rights.
|
| 985 |
+
|
| 986 |
+
e. Effective Technological Measures means those measures that, in the
|
| 987 |
+
absence of proper authority, may not be circumvented under laws
|
| 988 |
+
fulfilling obligations under Article 11 of the WIPO Copyright
|
| 989 |
+
Treaty adopted on December 20, 1996, and/or similar international
|
| 990 |
+
agreements.
|
| 991 |
+
|
| 992 |
+
f. Exceptions and Limitations means fair use, fair dealing, and/or
|
| 993 |
+
any other exception or limitation to Copyright and Similar Rights
|
| 994 |
+
that applies to Your use of the Licensed Material.
|
| 995 |
+
|
| 996 |
+
g. License Elements means the license attributes listed in the name
|
| 997 |
+
of a Creative Commons Public License. The License Elements of this
|
| 998 |
+
Public License are Attribution and ShareAlike.
|
| 999 |
+
|
| 1000 |
+
h. Licensed Material means the artistic or literary work, database,
|
| 1001 |
+
or other material to which the Licensor applied this Public
|
| 1002 |
+
License.
|
| 1003 |
+
|
| 1004 |
+
i. Licensed Rights means the rights granted to You subject to the
|
| 1005 |
+
terms and conditions of this Public License, which are limited to
|
| 1006 |
+
all Copyright and Similar Rights that apply to Your use of the
|
| 1007 |
+
Licensed Material and that the Licensor has authority to license.
|
| 1008 |
+
|
| 1009 |
+
j. Licensor means the individual(s) or entity(ies) granting rights
|
| 1010 |
+
under this Public License.
|
| 1011 |
+
|
| 1012 |
+
k. Share means to provide material to the public by any means or
|
| 1013 |
+
process that requires permission under the Licensed Rights, such
|
| 1014 |
+
as reproduction, public display, public performance, distribution,
|
| 1015 |
+
dissemination, communication, or importation, and to make material
|
| 1016 |
+
available to the public including in ways that members of the
|
| 1017 |
+
public may access the material from a place and at a time
|
| 1018 |
+
individually chosen by them.
|
| 1019 |
+
|
| 1020 |
+
l. Sui Generis Database Rights means rights other than copyright
|
| 1021 |
+
resulting from Directive 96/9/EC of the European Parliament and of
|
| 1022 |
+
the Council of 11 March 1996 on the legal protection of databases,
|
| 1023 |
+
as amended and/or succeeded, as well as other essentially
|
| 1024 |
+
equivalent rights anywhere in the world.
|
| 1025 |
+
|
| 1026 |
+
m. You means the individual or entity exercising the Licensed Rights
|
| 1027 |
+
under this Public License. Your has a corresponding meaning.
|
| 1028 |
+
|
| 1029 |
+
|
| 1030 |
+
Section 2 -- Scope.
|
| 1031 |
+
|
| 1032 |
+
a. License grant.
|
| 1033 |
+
|
| 1034 |
+
1. Subject to the terms and conditions of this Public License,
|
| 1035 |
+
the Licensor hereby grants You a worldwide, royalty-free,
|
| 1036 |
+
non-sublicensable, non-exclusive, irrevocable license to
|
| 1037 |
+
exercise the Licensed Rights in the Licensed Material to:
|
| 1038 |
+
|
| 1039 |
+
a. reproduce and Share the Licensed Material, in whole or
|
| 1040 |
+
in part; and
|
| 1041 |
+
|
| 1042 |
+
b. produce, reproduce, and Share Adapted Material.
|
| 1043 |
+
|
| 1044 |
+
2. Exceptions and Limitations. For the avoidance of doubt, where
|
| 1045 |
+
Exceptions and Limitations apply to Your use, this Public
|
| 1046 |
+
License does not apply, and You do not need to comply with
|
| 1047 |
+
its terms and conditions.
|
| 1048 |
+
|
| 1049 |
+
3. Term. The term of this Public License is specified in Section
|
| 1050 |
+
6(a).
|
| 1051 |
+
|
| 1052 |
+
4. Media and formats; technical modifications allowed. The
|
| 1053 |
+
Licensor authorizes You to exercise the Licensed Rights in
|
| 1054 |
+
all media and formats whether now known or hereafter created,
|
| 1055 |
+
and to make technical modifications necessary to do so. The
|
| 1056 |
+
Licensor waives and/or agrees not to assert any right or
|
| 1057 |
+
authority to forbid You from making technical modifications
|
| 1058 |
+
necessary to exercise the Licensed Rights, including
|
| 1059 |
+
technical modifications necessary to circumvent Effective
|
| 1060 |
+
Technological Measures. For purposes of this Public License,
|
| 1061 |
+
simply making modifications authorized by this Section 2(a)
|
| 1062 |
+
(4) never produces Adapted Material.
|
| 1063 |
+
|
| 1064 |
+
5. Downstream recipients.
|
| 1065 |
+
|
| 1066 |
+
a. Offer from the Licensor -- Licensed Material. Every
|
| 1067 |
+
recipient of the Licensed Material automatically
|
| 1068 |
+
receives an offer from the Licensor to exercise the
|
| 1069 |
+
Licensed Rights under the terms and conditions of this
|
| 1070 |
+
Public License.
|
| 1071 |
+
|
| 1072 |
+
b. Additional offer from the Licensor -- Adapted Material.
|
| 1073 |
+
Every recipient of Adapted Material from You
|
| 1074 |
+
automatically receives an offer from the Licensor to
|
| 1075 |
+
exercise the Licensed Rights in the Adapted Material
|
| 1076 |
+
under the conditions of the Adapter's License You apply.
|
| 1077 |
+
|
| 1078 |
+
c. No downstream restrictions. You may not offer or impose
|
| 1079 |
+
any additional or different terms or conditions on, or
|
| 1080 |
+
apply any Effective Technological Measures to, the
|
| 1081 |
+
Licensed Material if doing so restricts exercise of the
|
| 1082 |
+
Licensed Rights by any recipient of the Licensed
|
| 1083 |
+
Material.
|
| 1084 |
+
|
| 1085 |
+
6. No endorsement. Nothing in this Public License constitutes or
|
| 1086 |
+
may be construed as permission to assert or imply that You
|
| 1087 |
+
are, or that Your use of the Licensed Material is, connected
|
| 1088 |
+
with, or sponsored, endorsed, or granted official status by,
|
| 1089 |
+
the Licensor or others designated to receive attribution as
|
| 1090 |
+
provided in Section 3(a)(1)(A)(i).
|
| 1091 |
+
|
| 1092 |
+
b. Other rights.
|
| 1093 |
+
|
| 1094 |
+
1. Moral rights, such as the right of integrity, are not
|
| 1095 |
+
licensed under this Public License, nor are publicity,
|
| 1096 |
+
privacy, and/or other similar personality rights; however, to
|
| 1097 |
+
the extent possible, the Licensor waives and/or agrees not to
|
| 1098 |
+
assert any such rights held by the Licensor to the limited
|
| 1099 |
+
extent necessary to allow You to exercise the Licensed
|
| 1100 |
+
Rights, but not otherwise.
|
| 1101 |
+
|
| 1102 |
+
2. Patent and trademark rights are not licensed under this
|
| 1103 |
+
Public License.
|
| 1104 |
+
|
| 1105 |
+
3. To the extent possible, the Licensor waives any right to
|
| 1106 |
+
collect royalties from You for the exercise of the Licensed
|
| 1107 |
+
Rights, whether directly or through a collecting society
|
| 1108 |
+
under any voluntary or waivable statutory or compulsory
|
| 1109 |
+
licensing scheme. In all other cases the Licensor expressly
|
| 1110 |
+
reserves any right to collect such royalties.
|
| 1111 |
+
|
| 1112 |
+
|
| 1113 |
+
Section 3 -- License Conditions.
|
| 1114 |
+
|
| 1115 |
+
Your exercise of the Licensed Rights is expressly made subject to the
|
| 1116 |
+
following conditions.
|
| 1117 |
+
|
| 1118 |
+
a. Attribution.
|
| 1119 |
+
|
| 1120 |
+
1. If You Share the Licensed Material (including in modified
|
| 1121 |
+
form), You must:
|
| 1122 |
+
|
| 1123 |
+
a. retain the following if it is supplied by the Licensor
|
| 1124 |
+
with the Licensed Material:
|
| 1125 |
+
|
| 1126 |
+
i. identification of the creator(s) of the Licensed
|
| 1127 |
+
Material and any others designated to receive
|
| 1128 |
+
attribution, in any reasonable manner requested by
|
| 1129 |
+
the Licensor (including by pseudonym if
|
| 1130 |
+
designated);
|
| 1131 |
+
|
| 1132 |
+
ii. a copyright notice;
|
| 1133 |
+
|
| 1134 |
+
iii. a notice that refers to this Public License;
|
| 1135 |
+
|
| 1136 |
+
iv. a notice that refers to the disclaimer of
|
| 1137 |
+
warranties;
|
| 1138 |
+
|
| 1139 |
+
v. a URI or hyperlink to the Licensed Material to the
|
| 1140 |
+
extent reasonably practicable;
|
| 1141 |
+
|
| 1142 |
+
b. indicate if You modified the Licensed Material and
|
| 1143 |
+
retain an indication of any previous modifications; and
|
| 1144 |
+
|
| 1145 |
+
c. indicate the Licensed Material is licensed under this
|
| 1146 |
+
Public License, and include the text of, or the URI or
|
| 1147 |
+
hyperlink to, this Public License.
|
| 1148 |
+
|
| 1149 |
+
2. You may satisfy the conditions in Section 3(a)(1) in any
|
| 1150 |
+
reasonable manner based on the medium, means, and context in
|
| 1151 |
+
which You Share the Licensed Material. For example, it may be
|
| 1152 |
+
reasonable to satisfy the conditions by providing a URI or
|
| 1153 |
+
hyperlink to a resource that includes the required
|
| 1154 |
+
information.
|
| 1155 |
+
|
| 1156 |
+
3. If requested by the Licensor, You must remove any of the
|
| 1157 |
+
information required by Section 3(a)(1)(A) to the extent
|
| 1158 |
+
reasonably practicable.
|
| 1159 |
+
|
| 1160 |
+
b. ShareAlike.
|
| 1161 |
+
|
| 1162 |
+
In addition to the conditions in Section 3(a), if You Share
|
| 1163 |
+
Adapted Material You produce, the following conditions also apply.
|
| 1164 |
+
|
| 1165 |
+
1. The Adapter's License You apply must be a Creative Commons
|
| 1166 |
+
license with the same License Elements, this version or
|
| 1167 |
+
later, or a BY-SA Compatible License.
|
| 1168 |
+
|
| 1169 |
+
2. You must include the text of, or the URI or hyperlink to, the
|
| 1170 |
+
Adapter's License You apply. You may satisfy this condition
|
| 1171 |
+
in any reasonable manner based on the medium, means, and
|
| 1172 |
+
context in which You Share Adapted Material.
|
| 1173 |
+
|
| 1174 |
+
3. You may not offer or impose any additional or different terms
|
| 1175 |
+
or conditions on, or apply any Effective Technological
|
| 1176 |
+
Measures to, Adapted Material that restrict exercise of the
|
| 1177 |
+
rights granted under the Adapter's License You apply.
|
| 1178 |
+
|
| 1179 |
+
|
| 1180 |
+
Section 4 -- Sui Generis Database Rights.
|
| 1181 |
+
|
| 1182 |
+
Where the Licensed Rights include Sui Generis Database Rights that
|
| 1183 |
+
apply to Your use of the Licensed Material:
|
| 1184 |
+
|
| 1185 |
+
a. for the avoidance of doubt, Section 2(a)(1) grants You the right
|
| 1186 |
+
to extract, reuse, reproduce, and Share all or a substantial
|
| 1187 |
+
portion of the contents of the database;
|
| 1188 |
+
|
| 1189 |
+
b. if You include all or a substantial portion of the database
|
| 1190 |
+
contents in a database in which You have Sui Generis Database
|
| 1191 |
+
Rights, then the database in which You have Sui Generis Database
|
| 1192 |
+
Rights (but not its individual contents) is Adapted Material,
|
| 1193 |
+
|
| 1194 |
+
including for purposes of Section 3(b); and
|
| 1195 |
+
c. You must comply with the conditions in Section 3(a) if You Share
|
| 1196 |
+
all or a substantial portion of the contents of the database.
|
| 1197 |
+
|
| 1198 |
+
For the avoidance of doubt, this Section 4 supplements and does not
|
| 1199 |
+
replace Your obligations under this Public License where the Licensed
|
| 1200 |
+
Rights include other Copyright and Similar Rights.
|
| 1201 |
+
|
| 1202 |
+
|
| 1203 |
+
Section 5 -- Disclaimer of Warranties and Limitation of Liability.
|
| 1204 |
+
|
| 1205 |
+
a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
|
| 1206 |
+
EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
|
| 1207 |
+
AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
|
| 1208 |
+
ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
|
| 1209 |
+
IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
|
| 1210 |
+
WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
|
| 1211 |
+
PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
|
| 1212 |
+
ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
|
| 1213 |
+
KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
|
| 1214 |
+
ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
|
| 1215 |
+
|
| 1216 |
+
b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
|
| 1217 |
+
TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
|
| 1218 |
+
NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
|
| 1219 |
+
INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
|
| 1220 |
+
COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
|
| 1221 |
+
USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
|
| 1222 |
+
ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
|
| 1223 |
+
DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
|
| 1224 |
+
IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
|
| 1225 |
+
|
| 1226 |
+
c. The disclaimer of warranties and limitation of liability provided
|
| 1227 |
+
above shall be interpreted in a manner that, to the extent
|
| 1228 |
+
possible, most closely approximates an absolute disclaimer and
|
| 1229 |
+
waiver of all liability.
|
| 1230 |
+
|
| 1231 |
+
|
| 1232 |
+
Section 6 -- Term and Termination.
|
| 1233 |
+
|
| 1234 |
+
a. This Public License applies for the term of the Copyright and
|
| 1235 |
+
Similar Rights licensed here. However, if You fail to comply with
|
| 1236 |
+
this Public License, then Your rights under this Public License
|
| 1237 |
+
terminate automatically.
|
| 1238 |
+
|
| 1239 |
+
b. Where Your right to use the Licensed Material has terminated under
|
| 1240 |
+
Section 6(a), it reinstates:
|
| 1241 |
+
|
| 1242 |
+
1. automatically as of the date the violation is cured, provided
|
| 1243 |
+
it is cured within 30 days of Your discovery of the
|
| 1244 |
+
violation; or
|
| 1245 |
+
|
| 1246 |
+
2. upon express reinstatement by the Licensor.
|
| 1247 |
+
|
| 1248 |
+
For the avoidance of doubt, this Section 6(b) does not affect any
|
| 1249 |
+
right the Licensor may have to seek remedies for Your violations
|
| 1250 |
+
of this Public License.
|
| 1251 |
+
|
| 1252 |
+
c. For the avoidance of doubt, the Licensor may also offer the
|
| 1253 |
+
Licensed Material under separate terms or conditions or stop
|
| 1254 |
+
distributing the Licensed Material at any time; however, doing so
|
| 1255 |
+
will not terminate this Public License.
|
| 1256 |
+
|
| 1257 |
+
d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
|
| 1258 |
+
License.
|
| 1259 |
+
|
| 1260 |
+
|
| 1261 |
+
Section 7 -- Other Terms and Conditions.
|
| 1262 |
+
|
| 1263 |
+
a. The Licensor shall not be bound by any additional or different
|
| 1264 |
+
terms or conditions communicated by You unless expressly agreed.
|
| 1265 |
+
|
| 1266 |
+
b. Any arrangements, understandings, or agreements regarding the
|
| 1267 |
+
Licensed Material not stated herein are separate from and
|
| 1268 |
+
independent of the terms and conditions of this Public License.
|
| 1269 |
+
|
| 1270 |
+
|
| 1271 |
+
Section 8 -- Interpretation.
|
| 1272 |
+
|
| 1273 |
+
a. For the avoidance of doubt, this Public License does not, and
|
| 1274 |
+
shall not be interpreted to, reduce, limit, restrict, or impose
|
| 1275 |
+
conditions on any use of the Licensed Material that could lawfully
|
| 1276 |
+
be made without permission under this Public License.
|
| 1277 |
+
|
| 1278 |
+
b. To the extent possible, if any provision of this Public License is
|
| 1279 |
+
deemed unenforceable, it shall be automatically reformed to the
|
| 1280 |
+
minimum extent necessary to make it enforceable. If the provision
|
| 1281 |
+
cannot be reformed, it shall be severed from this Public License
|
| 1282 |
+
without affecting the enforceability of the remaining terms and
|
| 1283 |
+
conditions.
|
| 1284 |
+
|
| 1285 |
+
c. No term or condition of this Public License will be waived and no
|
| 1286 |
+
failure to comply consented to unless expressly agreed to by the
|
| 1287 |
+
Licensor.
|
| 1288 |
+
|
| 1289 |
+
d. Nothing in this Public License constitutes or may be interpreted
|
| 1290 |
+
as a limitation upon, or waiver of, any privileges and immunities
|
| 1291 |
+
that apply to the Licensor or You, including from the legal
|
| 1292 |
+
processes of any jurisdiction or authority.
|
| 1293 |
+
|
| 1294 |
+
|
| 1295 |
+
=======================================================================
|
| 1296 |
+
|
| 1297 |
+
Creative Commons is not a party to its public
|
| 1298 |
+
licenses. Notwithstanding, Creative Commons may elect to apply one of
|
| 1299 |
+
its public licenses to material it publishes and in those instances
|
| 1300 |
+
will be considered the “Licensor.” The text of the Creative Commons
|
| 1301 |
+
public licenses is dedicated to the public domain under the CC0 Public
|
| 1302 |
+
Domain Dedication. Except for the limited purpose of indicating that
|
| 1303 |
+
material is shared under a Creative Commons public license or as
|
| 1304 |
+
otherwise permitted by the Creative Commons policies published at
|
| 1305 |
+
creativecommons.org/policies, Creative Commons does not authorize the
|
| 1306 |
+
use of the trademark "Creative Commons" or any other trademark or logo
|
| 1307 |
+
of Creative Commons without its prior written consent including,
|
| 1308 |
+
without limitation, in connection with any unauthorized modifications
|
| 1309 |
+
to any of its public licenses or any other arrangements,
|
| 1310 |
+
understandings, or agreements concerning use of licensed material. For
|
| 1311 |
+
the avoidance of doubt, this paragraph does not form part of the
|
| 1312 |
+
public licenses.
|
| 1313 |
+
|
| 1314 |
+
Creative Commons may be contacted at creativecommons.org.
|
| 1315 |
+
|
| 1316 |
+
```
|
| 1317 |
+
|
| 1318 |
+
|
| 1319 |
+
|
| 1320 |
+
|
| 1321 |
+
# UD Dutch Alpino v2.5
|
| 1322 |
+
|
| 1323 |
+
* Author: Zeman, Daniel; Žabokrtský, Zdeněk; Bouma, Gosse; van Noord, Gertjan
|
| 1324 |
+
* URL: https://github.com/UniversalDependencies/UD_Dutch-Alpino
|
| 1325 |
+
* License: CC BY-SA 4.0
|
| 1326 |
+
|
| 1327 |
+
```
|
| 1328 |
+
Attribution-ShareAlike 4.0 International
|
| 1329 |
+
|
| 1330 |
+
=======================================================================
|
| 1331 |
+
|
| 1332 |
+
Creative Commons Corporation ("Creative Commons") is not a law firm and
|
| 1333 |
+
does not provide legal services or legal advice. Distribution of
|
| 1334 |
+
Creative Commons public licenses does not create a lawyer-client or
|
| 1335 |
+
other relationship. Creative Commons makes its licenses and related
|
| 1336 |
+
information available on an "as-is" basis. Creative Commons gives no
|
| 1337 |
+
warranties regarding its licenses, any material licensed under their
|
| 1338 |
+
terms and conditions, or any related information. Creative Commons
|
| 1339 |
+
disclaims all liability for damages resulting from their use to the
|
| 1340 |
+
fullest extent possible.
|
| 1341 |
+
|
| 1342 |
+
Using Creative Commons Public Licenses
|
| 1343 |
+
|
| 1344 |
+
Creative Commons public licenses provide a standard set of terms and
|
| 1345 |
+
conditions that creators and other rights holders may use to share
|
| 1346 |
+
original works of authorship and other material subject to copyright
|
| 1347 |
+
and certain other rights specified in the public license below. The
|
| 1348 |
+
following considerations are for informational purposes only, are not
|
| 1349 |
+
exhaustive, and do not form part of our licenses.
|
| 1350 |
+
|
| 1351 |
+
Considerations for licensors: Our public licenses are
|
| 1352 |
+
intended for use by those authorized to give the public
|
| 1353 |
+
permission to use material in ways otherwise restricted by
|
| 1354 |
+
copyright and certain other rights. Our licenses are
|
| 1355 |
+
irrevocable. Licensors should read and understand the terms
|
| 1356 |
+
and conditions of the license they choose before applying it.
|
| 1357 |
+
Licensors should also secure all rights necessary before
|
| 1358 |
+
applying our licenses so that the public can reuse the
|
| 1359 |
+
material as expected. Licensors should clearly mark any
|
| 1360 |
+
material not subject to the license. This includes other CC-
|
| 1361 |
+
licensed material, or material used under an exception or
|
| 1362 |
+
limitation to copyright. More considerations for licensors:
|
| 1363 |
+
wiki.creativecommons.org/Considerations_for_licensors
|
| 1364 |
+
|
| 1365 |
+
Considerations for the public: By using one of our public
|
| 1366 |
+
licenses, a licensor grants the public permission to use the
|
| 1367 |
+
licensed material under specified terms and conditions. If
|
| 1368 |
+
the licensor's permission is not necessary for any reason--for
|
| 1369 |
+
example, because of any applicable exception or limitation to
|
| 1370 |
+
copyright--then that use is not regulated by the license. Our
|
| 1371 |
+
licenses grant only permissions under copyright and certain
|
| 1372 |
+
other rights that a licensor has authority to grant. Use of
|
| 1373 |
+
the licensed material may still be restricted for other
|
| 1374 |
+
reasons, including because others have copyright or other
|
| 1375 |
+
rights in the material. A licensor may make special requests,
|
| 1376 |
+
such as asking that all changes be marked or described.
|
| 1377 |
+
Although not required by our licenses, you are encouraged to
|
| 1378 |
+
respect those requests where reasonable. More considerations
|
| 1379 |
+
for the public:
|
| 1380 |
+
wiki.creativecommons.org/Considerations_for_licensees
|
| 1381 |
+
|
| 1382 |
+
=======================================================================
|
| 1383 |
+
|
| 1384 |
+
Creative Commons Attribution-ShareAlike 4.0 International Public
|
| 1385 |
+
License
|
| 1386 |
+
|
| 1387 |
+
By exercising the Licensed Rights (defined below), You accept and agree
|
| 1388 |
+
to be bound by the terms and conditions of this Creative Commons
|
| 1389 |
+
Attribution-ShareAlike 4.0 International Public License ("Public
|
| 1390 |
+
License"). To the extent this Public License may be interpreted as a
|
| 1391 |
+
contract, You are granted the Licensed Rights in consideration of Your
|
| 1392 |
+
acceptance of these terms and conditions, and the Licensor grants You
|
| 1393 |
+
such rights in consideration of benefits the Licensor receives from
|
| 1394 |
+
making the Licensed Material available under these terms and
|
| 1395 |
+
conditions.
|
| 1396 |
+
|
| 1397 |
+
|
| 1398 |
+
Section 1 -- Definitions.
|
| 1399 |
+
|
| 1400 |
+
a. Adapted Material means material subject to Copyright and Similar
|
| 1401 |
+
Rights that is derived from or based upon the Licensed Material
|
| 1402 |
+
and in which the Licensed Material is translated, altered,
|
| 1403 |
+
arranged, transformed, or otherwise modified in a manner requiring
|
| 1404 |
+
permission under the Copyright and Similar Rights held by the
|
| 1405 |
+
Licensor. For purposes of this Public License, where the Licensed
|
| 1406 |
+
Material is a musical work, performance, or sound recording,
|
| 1407 |
+
Adapted Material is always produced where the Licensed Material is
|
| 1408 |
+
synched in timed relation with a moving image.
|
| 1409 |
+
|
| 1410 |
+
b. Adapter's License means the license You apply to Your Copyright
|
| 1411 |
+
and Similar Rights in Your contributions to Adapted Material in
|
| 1412 |
+
accordance with the terms and conditions of this Public License.
|
| 1413 |
+
|
| 1414 |
+
c. BY-SA Compatible License means a license listed at
|
| 1415 |
+
creativecommons.org/compatiblelicenses, approved by Creative
|
| 1416 |
+
Commons as essentially the equivalent of this Public License.
|
| 1417 |
+
|
| 1418 |
+
d. Copyright and Similar Rights means copyright and/or similar rights
|
| 1419 |
+
closely related to copyright including, without limitation,
|
| 1420 |
+
performance, broadcast, sound recording, and Sui Generis Database
|
| 1421 |
+
Rights, without regard to how the rights are labeled or
|
| 1422 |
+
categorized. For purposes of this Public License, the rights
|
| 1423 |
+
specified in Section 2(b)(1)-(2) are not Copyright and Similar
|
| 1424 |
+
Rights.
|
| 1425 |
+
|
| 1426 |
+
e. Effective Technological Measures means those measures that, in the
|
| 1427 |
+
absence of proper authority, may not be circumvented under laws
|
| 1428 |
+
fulfilling obligations under Article 11 of the WIPO Copyright
|
| 1429 |
+
Treaty adopted on December 20, 1996, and/or similar international
|
| 1430 |
+
agreements.
|
| 1431 |
+
|
| 1432 |
+
f. Exceptions and Limitations means fair use, fair dealing, and/or
|
| 1433 |
+
any other exception or limitation to Copyright and Similar Rights
|
| 1434 |
+
that applies to Your use of the Licensed Material.
|
| 1435 |
+
|
| 1436 |
+
g. License Elements means the license attributes listed in the name
|
| 1437 |
+
of a Creative Commons Public License. The License Elements of this
|
| 1438 |
+
Public License are Attribution and ShareAlike.
|
| 1439 |
+
|
| 1440 |
+
h. Licensed Material means the artistic or literary work, database,
|
| 1441 |
+
or other material to which the Licensor applied this Public
|
| 1442 |
+
License.
|
| 1443 |
+
|
| 1444 |
+
i. Licensed Rights means the rights granted to You subject to the
|
| 1445 |
+
terms and conditions of this Public License, which are limited to
|
| 1446 |
+
all Copyright and Similar Rights that apply to Your use of the
|
| 1447 |
+
Licensed Material and that the Licensor has authority to license.
|
| 1448 |
+
|
| 1449 |
+
j. Licensor means the individual(s) or entity(ies) granting rights
|
| 1450 |
+
under this Public License.
|
| 1451 |
+
|
| 1452 |
+
k. Share means to provide material to the public by any means or
|
| 1453 |
+
process that requires permission under the Licensed Rights, such
|
| 1454 |
+
as reproduction, public display, public performance, distribution,
|
| 1455 |
+
dissemination, communication, or importation, and to make material
|
| 1456 |
+
available to the public including in ways that members of the
|
| 1457 |
+
public may access the material from a place and at a time
|
| 1458 |
+
individually chosen by them.
|
| 1459 |
+
|
| 1460 |
+
l. Sui Generis Database Rights means rights other than copyright
|
| 1461 |
+
resulting from Directive 96/9/EC of the European Parliament and of
|
| 1462 |
+
the Council of 11 March 1996 on the legal protection of databases,
|
| 1463 |
+
as amended and/or succeeded, as well as other essentially
|
| 1464 |
+
equivalent rights anywhere in the world.
|
| 1465 |
+
|
| 1466 |
+
m. You means the individual or entity exercising the Licensed Rights
|
| 1467 |
+
under this Public License. Your has a corresponding meaning.
|
| 1468 |
+
|
| 1469 |
+
|
| 1470 |
+
Section 2 -- Scope.
|
| 1471 |
+
|
| 1472 |
+
a. License grant.
|
| 1473 |
+
|
| 1474 |
+
1. Subject to the terms and conditions of this Public License,
|
| 1475 |
+
the Licensor hereby grants You a worldwide, royalty-free,
|
| 1476 |
+
non-sublicensable, non-exclusive, irrevocable license to
|
| 1477 |
+
exercise the Licensed Rights in the Licensed Material to:
|
| 1478 |
+
|
| 1479 |
+
a. reproduce and Share the Licensed Material, in whole or
|
| 1480 |
+
in part; and
|
| 1481 |
+
|
| 1482 |
+
b. produce, reproduce, and Share Adapted Material.
|
| 1483 |
+
|
| 1484 |
+
2. Exceptions and Limitations. For the avoidance of doubt, where
|
| 1485 |
+
Exceptions and Limitations apply to Your use, this Public
|
| 1486 |
+
License does not apply, and You do not need to comply with
|
| 1487 |
+
its terms and conditions.
|
| 1488 |
+
|
| 1489 |
+
3. Term. The term of this Public License is specified in Section
|
| 1490 |
+
6(a).
|
| 1491 |
+
|
| 1492 |
+
4. Media and formats; technical modifications allowed. The
|
| 1493 |
+
Licensor authorizes You to exercise the Licensed Rights in
|
| 1494 |
+
all media and formats whether now known or hereafter created,
|
| 1495 |
+
and to make technical modifications necessary to do so. The
|
| 1496 |
+
Licensor waives and/or agrees not to assert any right or
|
| 1497 |
+
authority to forbid You from making technical modifications
|
| 1498 |
+
necessary to exercise the Licensed Rights, including
|
| 1499 |
+
technical modifications necessary to circumvent Effective
|
| 1500 |
+
Technological Measures. For purposes of this Public License,
|
| 1501 |
+
simply making modifications authorized by this Section 2(a)
|
| 1502 |
+
(4) never produces Adapted Material.
|
| 1503 |
+
|
| 1504 |
+
5. Downstream recipients.
|
| 1505 |
+
|
| 1506 |
+
a. Offer from the Licensor -- Licensed Material. Every
|
| 1507 |
+
recipient of the Licensed Material automatically
|
| 1508 |
+
receives an offer from the Licensor to exercise the
|
| 1509 |
+
Licensed Rights under the terms and conditions of this
|
| 1510 |
+
Public License.
|
| 1511 |
+
|
| 1512 |
+
b. Additional offer from the Licensor -- Adapted Material.
|
| 1513 |
+
Every recipient of Adapted Material from You
|
| 1514 |
+
automatically receives an offer from the Licensor to
|
| 1515 |
+
exercise the Licensed Rights in the Adapted Material
|
| 1516 |
+
under the conditions of the Adapter's License You apply.
|
| 1517 |
+
|
| 1518 |
+
c. No downstream restrictions. You may not offer or impose
|
| 1519 |
+
any additional or different terms or conditions on, or
|
| 1520 |
+
apply any Effective Technological Measures to, the
|
| 1521 |
+
Licensed Material if doing so restricts exercise of the
|
| 1522 |
+
Licensed Rights by any recipient of the Licensed
|
| 1523 |
+
Material.
|
| 1524 |
+
|
| 1525 |
+
6. No endorsement. Nothing in this Public License constitutes or
|
| 1526 |
+
may be construed as permission to assert or imply that You
|
| 1527 |
+
are, or that Your use of the Licensed Material is, connected
|
| 1528 |
+
with, or sponsored, endorsed, or granted official status by,
|
| 1529 |
+
the Licensor or others designated to receive attribution as
|
| 1530 |
+
provided in Section 3(a)(1)(A)(i).
|
| 1531 |
+
|
| 1532 |
+
b. Other rights.
|
| 1533 |
+
|
| 1534 |
+
1. Moral rights, such as the right of integrity, are not
|
| 1535 |
+
licensed under this Public License, nor are publicity,
|
| 1536 |
+
privacy, and/or other similar personality rights; however, to
|
| 1537 |
+
the extent possible, the Licensor waives and/or agrees not to
|
| 1538 |
+
assert any such rights held by the Licensor to the limited
|
| 1539 |
+
extent necessary to allow You to exercise the Licensed
|
| 1540 |
+
Rights, but not otherwise.
|
| 1541 |
+
|
| 1542 |
+
2. Patent and trademark rights are not licensed under this
|
| 1543 |
+
Public License.
|
| 1544 |
+
|
| 1545 |
+
3. To the extent possible, the Licensor waives any right to
|
| 1546 |
+
collect royalties from You for the exercise of the Licensed
|
| 1547 |
+
Rights, whether directly or through a collecting society
|
| 1548 |
+
under any voluntary or waivable statutory or compulsory
|
| 1549 |
+
licensing scheme. In all other cases the Licensor expressly
|
| 1550 |
+
reserves any right to collect such royalties.
|
| 1551 |
+
|
| 1552 |
+
|
| 1553 |
+
Section 3 -- License Conditions.
|
| 1554 |
+
|
| 1555 |
+
Your exercise of the Licensed Rights is expressly made subject to the
|
| 1556 |
+
following conditions.
|
| 1557 |
+
|
| 1558 |
+
a. Attribution.
|
| 1559 |
+
|
| 1560 |
+
1. If You Share the Licensed Material (including in modified
|
| 1561 |
+
form), You must:
|
| 1562 |
+
|
| 1563 |
+
a. retain the following if it is supplied by the Licensor
|
| 1564 |
+
with the Licensed Material:
|
| 1565 |
+
|
| 1566 |
+
i. identification of the creator(s) of the Licensed
|
| 1567 |
+
Material and any others designated to receive
|
| 1568 |
+
attribution, in any reasonable manner requested by
|
| 1569 |
+
the Licensor (including by pseudonym if
|
| 1570 |
+
designated);
|
| 1571 |
+
|
| 1572 |
+
ii. a copyright notice;
|
| 1573 |
+
|
| 1574 |
+
iii. a notice that refers to this Public License;
|
| 1575 |
+
|
| 1576 |
+
iv. a notice that refers to the disclaimer of
|
| 1577 |
+
warranties;
|
| 1578 |
+
|
| 1579 |
+
v. a URI or hyperlink to the Licensed Material to the
|
| 1580 |
+
extent reasonably practicable;
|
| 1581 |
+
|
| 1582 |
+
b. indicate if You modified the Licensed Material and
|
| 1583 |
+
retain an indication of any previous modifications; and
|
| 1584 |
+
|
| 1585 |
+
c. indicate the Licensed Material is licensed under this
|
| 1586 |
+
Public License, and include the text of, or the URI or
|
| 1587 |
+
hyperlink to, this Public License.
|
| 1588 |
+
|
| 1589 |
+
2. You may satisfy the conditions in Section 3(a)(1) in any
|
| 1590 |
+
reasonable manner based on the medium, means, and context in
|
| 1591 |
+
which You Share the Licensed Material. For example, it may be
|
| 1592 |
+
reasonable to satisfy the conditions by providing a URI or
|
| 1593 |
+
hyperlink to a resource that includes the required
|
| 1594 |
+
information.
|
| 1595 |
+
|
| 1596 |
+
3. If requested by the Licensor, You must remove any of the
|
| 1597 |
+
information required by Section 3(a)(1)(A) to the extent
|
| 1598 |
+
reasonably practicable.
|
| 1599 |
+
|
| 1600 |
+
b. ShareAlike.
|
| 1601 |
+
|
| 1602 |
+
In addition to the conditions in Section 3(a), if You Share
|
| 1603 |
+
Adapted Material You produce, the following conditions also apply.
|
| 1604 |
+
|
| 1605 |
+
1. The Adapter's License You apply must be a Creative Commons
|
| 1606 |
+
license with the same License Elements, this version or
|
| 1607 |
+
later, or a BY-SA Compatible License.
|
| 1608 |
+
|
| 1609 |
+
2. You must include the text of, or the URI or hyperlink to, the
|
| 1610 |
+
Adapter's License You apply. You may satisfy this condition
|
| 1611 |
+
in any reasonable manner based on the medium, means, and
|
| 1612 |
+
context in which You Share Adapted Material.
|
| 1613 |
+
|
| 1614 |
+
3. You may not offer or impose any additional or different terms
|
| 1615 |
+
or conditions on, or apply any Effective Technological
|
| 1616 |
+
Measures to, Adapted Material that restrict exercise of the
|
| 1617 |
+
rights granted under the Adapter's License You apply.
|
| 1618 |
+
|
| 1619 |
+
|
| 1620 |
+
Section 4 -- Sui Generis Database Rights.
|
| 1621 |
+
|
| 1622 |
+
Where the Licensed Rights include Sui Generis Database Rights that
|
| 1623 |
+
apply to Your use of the Licensed Material:
|
| 1624 |
+
|
| 1625 |
+
a. for the avoidance of doubt, Section 2(a)(1) grants You the right
|
| 1626 |
+
to extract, reuse, reproduce, and Share all or a substantial
|
| 1627 |
+
portion of the contents of the database;
|
| 1628 |
+
|
| 1629 |
+
b. if You include all or a substantial portion of the database
|
| 1630 |
+
contents in a database in which You have Sui Generis Database
|
| 1631 |
+
Rights, then the database in which You have Sui Generis Database
|
| 1632 |
+
Rights (but not its individual contents) is Adapted Material,
|
| 1633 |
+
|
| 1634 |
+
including for purposes of Section 3(b); and
|
| 1635 |
+
c. You must comply with the conditions in Section 3(a) if You Share
|
| 1636 |
+
all or a substantial portion of the contents of the database.
|
| 1637 |
+
|
| 1638 |
+
For the avoidance of doubt, this Section 4 supplements and does not
|
| 1639 |
+
replace Your obligations under this Public License where the Licensed
|
| 1640 |
+
Rights include other Copyright and Similar Rights.
|
| 1641 |
+
|
| 1642 |
+
|
| 1643 |
+
Section 5 -- Disclaimer of Warranties and Limitation of Liability.
|
| 1644 |
+
|
| 1645 |
+
a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
|
| 1646 |
+
EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
|
| 1647 |
+
AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
|
| 1648 |
+
ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
|
| 1649 |
+
IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
|
| 1650 |
+
WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
|
| 1651 |
+
PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
|
| 1652 |
+
ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
|
| 1653 |
+
KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
|
| 1654 |
+
ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
|
| 1655 |
+
|
| 1656 |
+
b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
|
| 1657 |
+
TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
|
| 1658 |
+
NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
|
| 1659 |
+
INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
|
| 1660 |
+
COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
|
| 1661 |
+
USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
|
| 1662 |
+
ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
|
| 1663 |
+
DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
|
| 1664 |
+
IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
|
| 1665 |
+
|
| 1666 |
+
c. The disclaimer of warranties and limitation of liability provided
|
| 1667 |
+
above shall be interpreted in a manner that, to the extent
|
| 1668 |
+
possible, most closely approximates an absolute disclaimer and
|
| 1669 |
+
waiver of all liability.
|
| 1670 |
+
|
| 1671 |
+
|
| 1672 |
+
Section 6 -- Term and Termination.
|
| 1673 |
+
|
| 1674 |
+
a. This Public License applies for the term of the Copyright and
|
| 1675 |
+
Similar Rights licensed here. However, if You fail to comply with
|
| 1676 |
+
this Public License, then Your rights under this Public License
|
| 1677 |
+
terminate automatically.
|
| 1678 |
+
|
| 1679 |
+
b. Where Your right to use the Licensed Material has terminated under
|
| 1680 |
+
Section 6(a), it reinstates:
|
| 1681 |
+
|
| 1682 |
+
1. automatically as of the date the violation is cured, provided
|
| 1683 |
+
it is cured within 30 days of Your discovery of the
|
| 1684 |
+
violation; or
|
| 1685 |
+
|
| 1686 |
+
2. upon express reinstatement by the Licensor.
|
| 1687 |
+
|
| 1688 |
+
For the avoidance of doubt, this Section 6(b) does not affect any
|
| 1689 |
+
right the Licensor may have to seek remedies for Your violations
|
| 1690 |
+
of this Public License.
|
| 1691 |
+
|
| 1692 |
+
c. For the avoidance of doubt, the Licensor may also offer the
|
| 1693 |
+
Licensed Material under separate terms or conditions or stop
|
| 1694 |
+
distributing the Licensed Material at any time; however, doing so
|
| 1695 |
+
will not terminate this Public License.
|
| 1696 |
+
|
| 1697 |
+
d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
|
| 1698 |
+
License.
|
| 1699 |
+
|
| 1700 |
+
|
| 1701 |
+
Section 7 -- Other Terms and Conditions.
|
| 1702 |
+
|
| 1703 |
+
a. The Licensor shall not be bound by any additional or different
|
| 1704 |
+
terms or conditions communicated by You unless expressly agreed.
|
| 1705 |
+
|
| 1706 |
+
b. Any arrangements, understandings, or agreements regarding the
|
| 1707 |
+
Licensed Material not stated herein are separate from and
|
| 1708 |
+
independent of the terms and conditions of this Public License.
|
| 1709 |
+
|
| 1710 |
+
|
| 1711 |
+
Section 8 -- Interpretation.
|
| 1712 |
+
|
| 1713 |
+
a. For the avoidance of doubt, this Public License does not, and
|
| 1714 |
+
shall not be interpreted to, reduce, limit, restrict, or impose
|
| 1715 |
+
conditions on any use of the Licensed Material that could lawfully
|
| 1716 |
+
be made without permission under this Public License.
|
| 1717 |
+
|
| 1718 |
+
b. To the extent possible, if any provision of this Public License is
|
| 1719 |
+
deemed unenforceable, it shall be automatically reformed to the
|
| 1720 |
+
minimum extent necessary to make it enforceable. If the provision
|
| 1721 |
+
cannot be reformed, it shall be severed from this Public License
|
| 1722 |
+
without affecting the enforceability of the remaining terms and
|
| 1723 |
+
conditions.
|
| 1724 |
+
|
| 1725 |
+
c. No term or condition of this Public License will be waived and no
|
| 1726 |
+
failure to comply consented to unless expressly agreed to by the
|
| 1727 |
+
Licensor.
|
| 1728 |
+
|
| 1729 |
+
d. Nothing in this Public License constitutes or may be interpreted
|
| 1730 |
+
as a limitation upon, or waiver of, any privileges and immunities
|
| 1731 |
+
that apply to the Licensor or You, including from the legal
|
| 1732 |
+
processes of any jurisdiction or authority.
|
| 1733 |
+
|
| 1734 |
+
|
| 1735 |
+
=======================================================================
|
| 1736 |
+
|
| 1737 |
+
Creative Commons is not a party to its public
|
| 1738 |
+
licenses. Notwithstanding, Creative Commons may elect to apply one of
|
| 1739 |
+
its public licenses to material it publishes and in those instances
|
| 1740 |
+
will be considered the “Licensor.” The text of the Creative Commons
|
| 1741 |
+
public licenses is dedicated to the public domain under the CC0 Public
|
| 1742 |
+
Domain Dedication. Except for the limited purpose of indicating that
|
| 1743 |
+
material is shared under a Creative Commons public license or as
|
| 1744 |
+
otherwise permitted by the Creative Commons policies published at
|
| 1745 |
+
creativecommons.org/policies, Creative Commons does not authorize the
|
| 1746 |
+
use of the trademark "Creative Commons" or any other trademark or logo
|
| 1747 |
+
of Creative Commons without its prior written consent including,
|
| 1748 |
+
without limitation, in connection with any unauthorized modifications
|
| 1749 |
+
to any of its public licenses or any other arrangements,
|
| 1750 |
+
understandings, or agreements concerning use of licensed material. For
|
| 1751 |
+
the avoidance of doubt, this paragraph does not form part of the
|
| 1752 |
+
public licenses.
|
| 1753 |
+
|
| 1754 |
+
Creative Commons may be contacted at creativecommons.org.
|
| 1755 |
+
|
| 1756 |
+
```
|
| 1757 |
+
|
| 1758 |
+
|
| 1759 |
+
|
| 1760 |
+
|
| 1761 |
+
# spaCy lookups data
|
| 1762 |
+
|
| 1763 |
+
* Author: Explosion
|
| 1764 |
+
* URL: https://github.com/explosion/spacy-lookups-data
|
| 1765 |
+
* License: MIT
|
| 1766 |
+
|
| 1767 |
+
```
|
| 1768 |
+
Copyright 2019-2021 ExplosionAI GmbH
|
| 1769 |
+
|
| 1770 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
| 1771 |
+
this software and associated documentation files (the "Software"), to deal in
|
| 1772 |
+
the Software without restriction, including without limitation the rights to
|
| 1773 |
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
| 1774 |
+
of the Software, and to permit persons to whom the Software is furnished to do
|
| 1775 |
+
so, subject to the following conditions:
|
| 1776 |
+
|
| 1777 |
+
The above copyright notice and this permission notice shall be included in all
|
| 1778 |
+
copies or substantial portions of the Software.
|
| 1779 |
+
|
| 1780 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 1781 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
| 1782 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| 1783 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
| 1784 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
| 1785 |
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
| 1786 |
+
SOFTWARE.
|
| 1787 |
+
```
|
| 1788 |
+
|
| 1789 |
+
|
| 1790 |
+
|
| 1791 |
+
|
README.md
ADDED
|
@@ -0,0 +1,107 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- spacy
|
| 4 |
+
- token-classification
|
| 5 |
+
language:
|
| 6 |
+
- nl
|
| 7 |
+
license: CC-BY-SA-4.0
|
| 8 |
+
model-index:
|
| 9 |
+
- name: nl_core_news_sm
|
| 10 |
+
results:
|
| 11 |
+
- tasks:
|
| 12 |
+
name: NER
|
| 13 |
+
type: token-classification
|
| 14 |
+
metrics:
|
| 15 |
+
- name: Precision
|
| 16 |
+
type: precision
|
| 17 |
+
value: 0.7305475504
|
| 18 |
+
- name: Recall
|
| 19 |
+
type: recall
|
| 20 |
+
value: 0.7012448133
|
| 21 |
+
- name: F Score
|
| 22 |
+
type: f_score
|
| 23 |
+
value: 0.7155963303
|
| 24 |
+
- tasks:
|
| 25 |
+
name: POS
|
| 26 |
+
type: token-classification
|
| 27 |
+
metrics:
|
| 28 |
+
- name: Accuracy
|
| 29 |
+
type: accuracy
|
| 30 |
+
value: 0.9349210503
|
| 31 |
+
- tasks:
|
| 32 |
+
name: SENTER
|
| 33 |
+
type: token-classification
|
| 34 |
+
metrics:
|
| 35 |
+
- name: Precision
|
| 36 |
+
type: precision
|
| 37 |
+
value: 0.8511659808
|
| 38 |
+
- name: Recall
|
| 39 |
+
type: recall
|
| 40 |
+
value: 0.8902439024
|
| 41 |
+
- name: F Score
|
| 42 |
+
type: f_score
|
| 43 |
+
value: 0.8702664797
|
| 44 |
+
- tasks:
|
| 45 |
+
name: UNLABELED_DEPENDENCIES
|
| 46 |
+
type: token-classification
|
| 47 |
+
metrics:
|
| 48 |
+
- name: Accuracy
|
| 49 |
+
type: accuracy
|
| 50 |
+
value: 0.8552811724
|
| 51 |
+
- tasks:
|
| 52 |
+
name: LABELED_DEPENDENCIES
|
| 53 |
+
type: token-classification
|
| 54 |
+
metrics:
|
| 55 |
+
- name: Accuracy
|
| 56 |
+
type: accuracy
|
| 57 |
+
value: 0.8552811724
|
| 58 |
+
---
|
| 59 |
+
### Details: https://spacy.io/models/nl#nl_core_news_sm
|
| 60 |
+
|
| 61 |
+
Dutch pipeline optimized for CPU. Components: tok2vec, morphologizer, tagger, parser, senter, ner, attribute_ruler, lemmatizer.
|
| 62 |
+
|
| 63 |
+
| Feature | Description |
|
| 64 |
+
| --- | --- |
|
| 65 |
+
| **Name** | `nl_core_news_sm` |
|
| 66 |
+
| **Version** | `3.1.0` |
|
| 67 |
+
| **spaCy** | `>=3.1.0,<3.2.0` |
|
| 68 |
+
| **Default Pipeline** | `tok2vec`, `morphologizer`, `tagger`, `parser`, `attribute_ruler`, `lemmatizer`, `ner` |
|
| 69 |
+
| **Components** | `tok2vec`, `morphologizer`, `tagger`, `parser`, `senter`, `attribute_ruler`, `lemmatizer`, `ner` |
|
| 70 |
+
| **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
|
| 71 |
+
| **Sources** | [UD Dutch LassySmall v2.5](https://github.com/UniversalDependencies/UD_Dutch-LassySmall) (Bouma, Gosse; van Noord, Gertjan)<br />[Dutch NER Annotations for UD LassySmall](https://nlp.town) (NLP Town)<br />[UD Dutch LassySmall v2.5](https://github.com/UniversalDependencies/UD_Dutch-LassySmall) (Bouma, Gosse; van Noord, Gertjan)<br />[UD Dutch Alpino v2.5](https://github.com/UniversalDependencies/UD_Dutch-Alpino) (Zeman, Daniel; Žabokrtský, Zdeněk; Bouma, Gosse; van Noord, Gertjan)<br />[spaCy lookups data](https://github.com/explosion/spacy-lookups-data) (Explosion) |
|
| 72 |
+
| **License** | `CC BY-SA 4.0` |
|
| 73 |
+
| **Author** | [Explosion](https://explosion.ai) |
|
| 74 |
+
|
| 75 |
+
### Label Scheme
|
| 76 |
+
|
| 77 |
+
<details>
|
| 78 |
+
|
| 79 |
+
<summary>View label scheme (318 labels for 5 components)</summary>
|
| 80 |
+
|
| 81 |
+
| Component | Labels |
|
| 82 |
+
| --- | --- |
|
| 83 |
+
| **`morphologizer`** | `POS=PRON\|Person=3\|PronType=Dem`, `Number=Sing\|POS=AUX\|Tense=Pres\|VerbForm=Fin`, `POS=ADV`, `POS=VERB\|VerbForm=Part`, `POS=PUNCT`, `Number=Sing\|POS=AUX\|Tense=Past\|VerbForm=Fin`, `POS=ADP`, `POS=NUM`, `Number=Plur\|POS=NOUN`, `POS=VERB\|VerbForm=Inf`, `POS=SCONJ`, `Definite=Def\|POS=DET`, `Gender=Com\|Number=Sing\|POS=NOUN`, `Number=Sing\|POS=VERB\|Tense=Pres\|VerbForm=Fin`, `Degree=Pos\|POS=ADJ`, `Gender=Neut\|Number=Sing\|POS=PROPN`, `Gender=Com\|Number=Sing\|POS=PROPN`, `POS=AUX\|VerbForm=Inf`, `Number=Sing\|POS=VERB\|Tense=Past\|VerbForm=Fin`, `POS=DET`, `Gender=Neut\|Number=Sing\|POS=NOUN`, `POS=PRON\|Person=3\|PronType=Prs`, `POS=CCONJ`, `Number=Plur\|POS=VERB\|Tense=Pres\|VerbForm=Fin`, `POS=PRON\|Person=3\|PronType=Ind`, `Degree=Cmp\|POS=ADJ`, `Case=Nom\|POS=PRON\|Person=1\|PronType=Prs`, `Definite=Ind\|POS=DET`, `Case=Nom\|POS=PRON\|Person=3\|PronType=Prs`, `POS=PRON\|Person=3\|Poss=Yes\|PronType=Prs`, `Number=Plur\|POS=AUX\|Tense=Pres\|VerbForm=Fin`, `POS=PRON\|PronType=Rel`, `Case=Acc\|POS=PRON\|Person=1\|PronType=Prs`, `Number=Plur\|POS=VERB\|Tense=Past\|VerbForm=Fin`, `Gender=Com,Neut\|Number=Sing\|POS=NOUN`, `Case=Acc\|POS=PRON\|Person=3\|PronType=Prs\|Reflex=Yes`, `Case=Acc\|POS=PRON\|Person=3\|PronType=Prs`, `POS=PROPN`, `POS=PRON\|PronType=Ind`, `POS=PRON\|Person=3\|PronType=Int`, `Case=Acc\|POS=PRON\|PronType=Rcp`, `Number=Plur\|POS=AUX\|Tense=Past\|VerbForm=Fin`, `Number=Sing\|POS=NOUN`, `POS=PRON\|Person=1\|Poss=Yes\|PronType=Prs`, `POS=SYM`, `Abbr=Yes\|POS=X`, `Gender=Com,Neut\|Number=Sing\|POS=PROPN`, `Degree=Sup\|POS=ADJ`, `Foreign=Yes\|POS=X`, `POS=ADJ`, `Number=Sing\|POS=PROPN`, `POS=PRON\|PronType=Dem`, `POS=AUX\|VerbForm=Part`, `POS=PRON\|Person=3\|PronType=Rel`, `Number=Plur\|POS=PROPN`, `POS=PRON\|Person=2\|Poss=Yes\|PronType=Prs`, `Case=Dat\|POS=PRON\|PronType=Dem`, `Case=Nom\|POS=PRON\|Person=2\|PronType=Prs`, `POS=X`, `POS=INTJ`, `Case=Gen\|POS=PRON\|Person=3\|Poss=Yes\|PronType=Prs`, `POS=PRON\|PronType=Int`, `Case=Acc\|POS=PRON\|Person=2\|PronType=Prs`, `POS=PRON\|Person=2\|PronType=Prs`, `Case=Gen\|POS=PRON\|Person=2\|PronType=Prs` |
|
| 84 |
+
| **`tagger`** | `ADJ\|nom\|basis\|met-e\|mv-n`, `ADJ\|nom\|basis\|met-e\|zonder-n\|bijz`, `ADJ\|nom\|basis\|met-e\|zonder-n\|stan`, `ADJ\|nom\|basis\|zonder\|mv-n`, `ADJ\|nom\|basis\|zonder\|zonder-n`, `ADJ\|nom\|comp\|met-e\|mv-n`, `ADJ\|nom\|comp\|met-e\|zonder-n\|stan`, `ADJ\|nom\|sup\|met-e\|mv-n`, `ADJ\|nom\|sup\|met-e\|zonder-n\|stan`, `ADJ\|nom\|sup\|zonder\|zonder-n`, `ADJ\|postnom\|basis\|met-s`, `ADJ\|postnom\|basis\|zonder`, `ADJ\|postnom\|comp\|met-s`, `ADJ\|prenom\|basis\|met-e\|bijz`, `ADJ\|prenom\|basis\|met-e\|stan`, `ADJ\|prenom\|basis\|zonder`, `ADJ\|prenom\|comp\|met-e\|stan`, `ADJ\|prenom\|comp\|zonder`, `ADJ\|prenom\|sup\|met-e\|stan`, `ADJ\|vrij\|basis\|zonder`, `ADJ\|vrij\|comp\|zonder`, `ADJ\|vrij\|dim\|zonder`, `ADJ\|vrij\|sup\|zonder`, `BW`, `LET`, `LID\|bep\|dat\|evmo`, `LID\|bep\|gen\|evmo`, `LID\|bep\|gen\|rest3`, `LID\|bep\|stan\|evon`, `LID\|bep\|stan\|rest`, `LID\|onbep\|stan\|agr`, `N\|eigen\|ev\|basis\|gen`, `N\|eigen\|ev\|basis\|genus\|stan`, `N\|eigen\|ev\|basis\|onz\|stan`, `N\|eigen\|ev\|basis\|zijd\|stan`, `N\|eigen\|ev\|dim\|onz\|stan`, `N\|eigen\|mv\|basis`, `N\|soort\|ev\|basis\|dat`, `N\|soort\|ev\|basis\|gen`, `N\|soort\|ev\|basis\|genus\|stan`, `N\|soort\|ev\|basis\|onz\|stan`, `N\|soort\|ev\|basis\|zijd\|stan`, `N\|soort\|ev\|dim\|onz\|stan`, `N\|soort\|mv\|basis`, `N\|soort\|mv\|dim`, `SPEC\|afgebr`, `SPEC\|afk`, `SPEC\|deeleigen`, `SPEC\|enof`, `SPEC\|meta`, `SPEC\|symb`, `SPEC\|vreemd`, `TSW`, `TW\|hoofd\|nom\|mv-n\|basis`, `TW\|hoofd\|nom\|mv-n\|dim`, `TW\|hoofd\|nom\|zonder-n\|basis`, `TW\|hoofd\|nom\|zonder-n\|dim`, `TW\|hoofd\|prenom\|stan`, `TW\|hoofd\|vrij`, `TW\|rang\|nom\|mv-n`, `TW\|rang\|nom\|zonder-n`, `TW\|rang\|prenom\|stan`, `VG\|neven`, `VG\|onder`, `VNW\|aanw\|adv-pron\|obl\|vol\|3o\|getal`, `VNW\|aanw\|adv-pron\|stan\|red\|3\|getal`, `VNW\|aanw\|det\|dat\|nom\|met-e\|zonder-n`, `VNW\|aanw\|det\|dat\|prenom\|met-e\|evmo`, `VNW\|aanw\|det\|gen\|prenom\|met-e\|rest3`, `VNW\|aanw\|det\|stan\|nom\|met-e\|mv-n`, `VNW\|aanw\|det\|stan\|nom\|met-e\|zonder-n`, `VNW\|aanw\|det\|stan\|prenom\|met-e\|rest`, `VNW\|aanw\|det\|stan\|prenom\|zonder\|agr`, `VNW\|aanw\|det\|stan\|prenom\|zonder\|evon`, `VNW\|aanw\|det\|stan\|prenom\|zonder\|rest`, `VNW\|aanw\|det\|stan\|vrij\|zonder`, `VNW\|aanw\|pron\|gen\|vol\|3m\|ev`, `VNW\|aanw\|pron\|stan\|vol\|3o\|ev`, `VNW\|aanw\|pron\|stan\|vol\|3\|getal`, `VNW\|betr\|det\|stan\|nom\|met-e\|zonder-n`, `VNW\|betr\|det\|stan\|nom\|zonder\|zonder-n`, `VNW\|betr\|pron\|stan\|vol\|3\|ev`, `VNW\|betr\|pron\|stan\|vol\|persoon\|getal`, `VNW\|bez\|det\|gen\|vol\|3\|ev\|prenom\|met-e\|rest3`, `VNW\|bez\|det\|stan\|nadr\|2v\|mv\|prenom\|zonder\|agr`, `VNW\|bez\|det\|stan\|red\|1\|ev\|prenom\|zonder\|agr`, `VNW\|bez\|det\|stan\|red\|2v\|ev\|prenom\|zonder\|agr`, `VNW\|bez\|det\|stan\|red\|3\|ev\|prenom\|zonder\|agr`, `VNW\|bez\|det\|stan\|vol\|1\|ev\|prenom\|zonder\|agr`, `VNW\|bez\|det\|stan\|vol\|1\|mv\|prenom\|met-e\|rest`, `VNW\|bez\|det\|stan\|vol\|1\|mv\|prenom\|zonder\|evon`, `VNW\|bez\|det\|stan\|vol\|2v\|ev\|prenom\|zonder\|agr`, `VNW\|bez\|det\|stan\|vol\|2\|getal\|prenom\|zonder\|agr`, `VNW\|bez\|det\|stan\|vol\|3m\|ev\|nom\|met-e\|zonder-n`, `VNW\|bez\|det\|stan\|vol\|3m\|ev\|prenom\|met-e\|rest`, `VNW\|bez\|det\|stan\|vol\|3p\|mv\|prenom\|met-e\|rest`, `VNW\|bez\|det\|stan\|vol\|3v\|ev\|nom\|met-e\|zonder-n`, `VNW\|bez\|det\|stan\|vol\|3v\|ev\|prenom\|met-e\|rest`, `VNW\|bez\|det\|stan\|vol\|3\|ev\|prenom\|zonder\|agr`, `VNW\|bez\|det\|stan\|vol\|3\|mv\|prenom\|zonder\|agr`, `VNW\|onbep\|adv-pron\|gen\|red\|3\|getal`, `VNW\|onbep\|adv-pron\|obl\|vol\|3o\|getal`, `VNW\|onbep\|det\|stan\|nom\|met-e\|mv-n`, `VNW\|onbep\|det\|stan\|nom\|met-e\|zonder-n`, `VNW\|onbep\|det\|stan\|prenom\|met-e\|agr`, `VNW\|onbep\|det\|stan\|prenom\|met-e\|evz`, `VNW\|onbep\|det\|stan\|prenom\|met-e\|mv`, `VNW\|onbep\|det\|stan\|prenom\|met-e\|rest`, `VNW\|onbep\|det\|stan\|prenom\|zonder\|agr`, `VNW\|onbep\|det\|stan\|prenom\|zonder\|evon`, `VNW\|onbep\|det\|stan\|vrij\|zonder`, `VNW\|onbep\|grad\|gen\|nom\|met-e\|mv-n\|basis`, `VNW\|onbep\|grad\|stan\|nom\|met-e\|mv-n\|basis`, `VNW\|onbep\|grad\|stan\|nom\|met-e\|mv-n\|sup`, `VNW\|onbep\|grad\|stan\|nom\|met-e\|zonder-n\|basis`, `VNW\|onbep\|grad\|stan\|nom\|met-e\|zonder-n\|sup`, `VNW\|onbep\|grad\|stan\|prenom\|met-e\|agr\|basis`, `VNW\|onbep\|grad\|stan\|prenom\|met-e\|agr\|comp`, `VNW\|onbep\|grad\|stan\|prenom\|met-e\|agr\|sup`, `VNW\|onbep\|grad\|stan\|prenom\|met-e\|mv\|basis`, `VNW\|onbep\|grad\|stan\|prenom\|zonder\|agr\|basis`, `VNW\|onbep\|grad\|stan\|prenom\|zonder\|agr\|comp`, `VNW\|onbep\|grad\|stan\|vrij\|zonder\|basis`, `VNW\|onbep\|grad\|stan\|vrij\|zonder\|comp`, `VNW\|onbep\|grad\|stan\|vrij\|zonder\|sup`, `VNW\|onbep\|pron\|gen\|vol\|3p\|ev`, `VNW\|onbep\|pron\|stan\|vol\|3o\|ev`, `VNW\|onbep\|pron\|stan\|vol\|3p\|ev`, `VNW\|pers\|pron\|gen\|vol\|2\|getal`, `VNW\|pers\|pron\|nomin\|nadr\|3m\|ev\|masc`, `VNW\|pers\|pron\|nomin\|nadr\|3v\|ev\|fem`, `VNW\|pers\|pron\|nomin\|red\|1\|mv`, `VNW\|pers\|pron\|nomin\|red\|2v\|ev`, `VNW\|pers\|pron\|nomin\|red\|2\|getal`, `VNW\|pers\|pron\|nomin\|red\|3p\|ev\|masc`, `VNW\|pers\|pron\|nomin\|red\|3\|ev\|masc`, `VNW\|pers\|pron\|nomin\|vol\|1\|ev`, `VNW\|pers\|pron\|nomin\|vol\|1\|mv`, `VNW\|pers\|pron\|nomin\|vol\|2b\|getal`, `VNW\|pers\|pron\|nomin\|vol\|2v\|ev`, `VNW\|pers\|pron\|nomin\|vol\|2\|getal`, `VNW\|pers\|pron\|nomin\|vol\|3p\|mv`, `VNW\|pers\|pron\|nomin\|vol\|3v\|ev\|fem`, `VNW\|pers\|pron\|nomin\|vol\|3\|ev\|masc`, `VNW\|pers\|pron\|obl\|nadr\|3m\|ev\|masc`, `VNW\|pers\|pron\|obl\|red\|3\|ev\|masc`, `VNW\|pers\|pron\|obl\|vol\|2v\|ev`, `VNW\|pers\|pron\|obl\|vol\|3p\|mv`, `VNW\|pers\|pron\|obl\|vol\|3\|ev\|masc`, `VNW\|pers\|pron\|obl\|vol\|3\|getal\|fem`, `VNW\|pers\|pron\|stan\|nadr\|2v\|mv`, `VNW\|pers\|pron\|stan\|red\|3\|ev\|fem`, `VNW\|pers\|pron\|stan\|red\|3\|ev\|onz`, `VNW\|pers\|pron\|stan\|red\|3\|mv`, `VNW\|pr\|pron\|obl\|nadr\|1\|ev`, `VNW\|pr\|pron\|obl\|nadr\|2v\|getal`, `VNW\|pr\|pron\|obl\|nadr\|2\|getal`, `VNW\|pr\|pron\|obl\|red\|1\|ev`, `VNW\|pr\|pron\|obl\|red\|2v\|getal`, `VNW\|pr\|pron\|obl\|vol\|1\|ev`, `VNW\|pr\|pron\|obl\|vol\|1\|mv`, `VNW\|pr\|pron\|obl\|vol\|2\|getal`, `VNW\|recip\|pron\|gen\|vol\|persoon\|mv`, `VNW\|recip\|pron\|obl\|vol\|persoon\|mv`, `VNW\|refl\|pron\|obl\|nadr\|3\|getal`, `VNW\|refl\|pron\|obl\|red\|3\|getal`, `VNW\|vb\|adv-pron\|obl\|vol\|3o\|getal`, `VNW\|vb\|det\|stan\|nom\|met-e\|zonder-n`, `VNW\|vb\|det\|stan\|prenom\|met-e\|rest`, `VNW\|vb\|det\|stan\|prenom\|zonder\|evon`, `VNW\|vb\|pron\|gen\|vol\|3m\|ev`, `VNW\|vb\|pron\|gen\|vol\|3p\|mv`, `VNW\|vb\|pron\|gen\|vol\|3v\|ev`, `VNW\|vb\|pron\|stan\|vol\|3o\|ev`, `VNW\|vb\|pron\|stan\|vol\|3p\|getal`, `VZ\|fin`, `VZ\|init`, `VZ\|versm`, `WW\|inf\|nom\|zonder\|zonder-n`, `WW\|inf\|prenom\|met-e`, `WW\|inf\|vrij\|zonder`, `WW\|od\|nom\|met-e\|mv-n`, `WW\|od\|nom\|met-e\|zonder-n`, `WW\|od\|prenom\|met-e`, `WW\|od\|prenom\|zonder`, `WW\|od\|vrij\|zonder`, `WW\|pv\|conj\|ev`, `WW\|pv\|tgw\|ev`, `WW\|pv\|tgw\|met-t`, `WW\|pv\|tgw\|mv`, `WW\|pv\|verl\|ev`, `WW\|pv\|verl\|mv`, `WW\|vd\|nom\|met-e\|mv-n`, `WW\|vd\|nom\|met-e\|zonder-n`, `WW\|vd\|prenom\|met-e`, `WW\|vd\|prenom\|zonder`, `WW\|vd\|vrij\|zonder` |
|
| 85 |
+
| **`parser`** | `ROOT`, `acl`, `acl:relcl`, `advcl`, `advmod`, `amod`, `appos`, `aux`, `aux:pass`, `case`, `cc`, `ccomp`, `compound:prt`, `conj`, `cop`, `csubj`, `dep`, `det`, `expl`, `expl:pv`, `fixed`, `flat`, `iobj`, `mark`, `nmod`, `nmod:poss`, `nsubj`, `nsubj:pass`, `nummod`, `obj`, `obl`, `obl:agent`, `orphan`, `parataxis`, `punct`, `xcomp` |
|
| 86 |
+
| **`senter`** | `I`, `S` |
|
| 87 |
+
| **`ner`** | `CARDINAL`, `DATE`, `EVENT`, `FAC`, `GPE`, `LANGUAGE`, `LAW`, `LOC`, `MONEY`, `NORP`, `ORDINAL`, `ORG`, `PERCENT`, `PERSON`, `PRODUCT`, `QUANTITY`, `TIME`, `WORK_OF_ART` |
|
| 88 |
+
|
| 89 |
+
</details>
|
| 90 |
+
|
| 91 |
+
### Accuracy
|
| 92 |
+
|
| 93 |
+
| Type | Score |
|
| 94 |
+
| --- | --- |
|
| 95 |
+
| `TAG_ACC` | 93.49 |
|
| 96 |
+
| `DEP_UAS` | 85.53 |
|
| 97 |
+
| `DEP_LAS` | 80.57 |
|
| 98 |
+
| `ENTS_P` | 73.05 |
|
| 99 |
+
| `ENTS_R` | 70.12 |
|
| 100 |
+
| `ENTS_F` | 71.56 |
|
| 101 |
+
| `SENTS_P` | 85.12 |
|
| 102 |
+
| `SENTS_R` | 89.02 |
|
| 103 |
+
| `SENTS_F` | 87.03 |
|
| 104 |
+
| `TOKEN_ACC` | 99.97 |
|
| 105 |
+
| `POS_ACC` | 95.46 |
|
| 106 |
+
| `MORPH_ACC` | 94.58 |
|
| 107 |
+
| `LEMMA_ACC` | 85.21 |
|
accuracy.json
ADDED
|
@@ -0,0 +1,352 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"tag_acc": 0.9349210503,
|
| 3 |
+
"dep_uas": 0.8552811724,
|
| 4 |
+
"dep_las": 0.8057499239,
|
| 5 |
+
"ents_p": 0.7305475504,
|
| 6 |
+
"ents_r": 0.7012448133,
|
| 7 |
+
"ents_f": 0.7155963303,
|
| 8 |
+
"sents_p": 0.8511659808,
|
| 9 |
+
"sents_r": 0.8902439024,
|
| 10 |
+
"sents_f": 0.8702664797,
|
| 11 |
+
"speed": 3825.7629872661,
|
| 12 |
+
"dep_las_per_type": {
|
| 13 |
+
"nmod:poss": {
|
| 14 |
+
"p": 0.9553903346,
|
| 15 |
+
"r": 0.9379562044,
|
| 16 |
+
"f": 0.9465930018
|
| 17 |
+
},
|
| 18 |
+
"nsubj": {
|
| 19 |
+
"p": 0.828229028,
|
| 20 |
+
"r": 0.8178829717,
|
| 21 |
+
"f": 0.8230234866
|
| 22 |
+
},
|
| 23 |
+
"aux": {
|
| 24 |
+
"p": 0.8929765886,
|
| 25 |
+
"r": 0.8782894737,
|
| 26 |
+
"f": 0.8855721393
|
| 27 |
+
},
|
| 28 |
+
"advmod": {
|
| 29 |
+
"p": 0.7687016337,
|
| 30 |
+
"r": 0.786971831,
|
| 31 |
+
"f": 0.7777294476
|
| 32 |
+
},
|
| 33 |
+
"root": {
|
| 34 |
+
"p": 0.8504801097,
|
| 35 |
+
"r": 0.8895265423,
|
| 36 |
+
"f": 0.8695652174
|
| 37 |
+
},
|
| 38 |
+
"det": {
|
| 39 |
+
"p": 0.93700126,
|
| 40 |
+
"r": 0.9645482058,
|
| 41 |
+
"f": 0.9505752024
|
| 42 |
+
},
|
| 43 |
+
"amod": {
|
| 44 |
+
"p": 0.8596646072,
|
| 45 |
+
"r": 0.8727598566,
|
| 46 |
+
"f": 0.866162739
|
| 47 |
+
},
|
| 48 |
+
"obl": {
|
| 49 |
+
"p": 0.737449118,
|
| 50 |
+
"r": 0.7409679618,
|
| 51 |
+
"f": 0.7392043523
|
| 52 |
+
},
|
| 53 |
+
"mark": {
|
| 54 |
+
"p": 0.887477314,
|
| 55 |
+
"r": 0.8907103825,
|
| 56 |
+
"f": 0.8890909091
|
| 57 |
+
},
|
| 58 |
+
"ccomp": {
|
| 59 |
+
"p": 0.6146788991,
|
| 60 |
+
"r": 0.6261682243,
|
| 61 |
+
"f": 0.6203703704
|
| 62 |
+
},
|
| 63 |
+
"case": {
|
| 64 |
+
"p": 0.9337199669,
|
| 65 |
+
"r": 0.9550847458,
|
| 66 |
+
"f": 0.9442815249
|
| 67 |
+
},
|
| 68 |
+
"appos": {
|
| 69 |
+
"p": 0.7269736842,
|
| 70 |
+
"r": 0.6696969697,
|
| 71 |
+
"f": 0.6971608833
|
| 72 |
+
},
|
| 73 |
+
"obj": {
|
| 74 |
+
"p": 0.7103347889,
|
| 75 |
+
"r": 0.743902439,
|
| 76 |
+
"f": 0.7267311988
|
| 77 |
+
},
|
| 78 |
+
"compound:prt": {
|
| 79 |
+
"p": 0.7638190955,
|
| 80 |
+
"r": 0.7004608295,
|
| 81 |
+
"f": 0.7307692308
|
| 82 |
+
},
|
| 83 |
+
"xcomp": {
|
| 84 |
+
"p": 0.6356877323,
|
| 85 |
+
"r": 0.6286764706,
|
| 86 |
+
"f": 0.6321626617
|
| 87 |
+
},
|
| 88 |
+
"flat": {
|
| 89 |
+
"p": 0.8104046243,
|
| 90 |
+
"r": 0.7619565217,
|
| 91 |
+
"f": 0.7854341737
|
| 92 |
+
},
|
| 93 |
+
"expl:pv": {
|
| 94 |
+
"p": 0.7021276596,
|
| 95 |
+
"r": 0.75,
|
| 96 |
+
"f": 0.7252747253
|
| 97 |
+
},
|
| 98 |
+
"acl": {
|
| 99 |
+
"p": 0.5064935065,
|
| 100 |
+
"r": 0.4020618557,
|
| 101 |
+
"f": 0.4482758621
|
| 102 |
+
},
|
| 103 |
+
"advcl": {
|
| 104 |
+
"p": 0.4837209302,
|
| 105 |
+
"r": 0.4684684685,
|
| 106 |
+
"f": 0.47597254
|
| 107 |
+
},
|
| 108 |
+
"nummod": {
|
| 109 |
+
"p": 0.8301282051,
|
| 110 |
+
"r": 0.8633333333,
|
| 111 |
+
"f": 0.8464052288
|
| 112 |
+
},
|
| 113 |
+
"nmod": {
|
| 114 |
+
"p": 0.7062240664,
|
| 115 |
+
"r": 0.7438811189,
|
| 116 |
+
"f": 0.7245636441
|
| 117 |
+
},
|
| 118 |
+
"cc": {
|
| 119 |
+
"p": 0.8563327032,
|
| 120 |
+
"r": 0.8595825427,
|
| 121 |
+
"f": 0.8579545455
|
| 122 |
+
},
|
| 123 |
+
"conj": {
|
| 124 |
+
"p": 0.5967957276,
|
| 125 |
+
"r": 0.6081632653,
|
| 126 |
+
"f": 0.602425876
|
| 127 |
+
},
|
| 128 |
+
"nsubj:pass": {
|
| 129 |
+
"p": 0.753164557,
|
| 130 |
+
"r": 0.748427673,
|
| 131 |
+
"f": 0.7507886435
|
| 132 |
+
},
|
| 133 |
+
"aux:pass": {
|
| 134 |
+
"p": 0.8681318681,
|
| 135 |
+
"r": 0.8777777778,
|
| 136 |
+
"f": 0.8729281768
|
| 137 |
+
},
|
| 138 |
+
"cop": {
|
| 139 |
+
"p": 0.7167235495,
|
| 140 |
+
"r": 0.7720588235,
|
| 141 |
+
"f": 0.7433628319
|
| 142 |
+
},
|
| 143 |
+
"parataxis": {
|
| 144 |
+
"p": 0.3440366972,
|
| 145 |
+
"r": 0.2737226277,
|
| 146 |
+
"f": 0.3048780488
|
| 147 |
+
},
|
| 148 |
+
"iobj": {
|
| 149 |
+
"p": 0.6315789474,
|
| 150 |
+
"r": 0.3636363636,
|
| 151 |
+
"f": 0.4615384615
|
| 152 |
+
},
|
| 153 |
+
"acl:relcl": {
|
| 154 |
+
"p": 0.5914634146,
|
| 155 |
+
"r": 0.6100628931,
|
| 156 |
+
"f": 0.600619195
|
| 157 |
+
},
|
| 158 |
+
"expl": {
|
| 159 |
+
"p": 0.5,
|
| 160 |
+
"r": 0.5714285714,
|
| 161 |
+
"f": 0.5333333333
|
| 162 |
+
},
|
| 163 |
+
"fixed": {
|
| 164 |
+
"p": 0.7220630372,
|
| 165 |
+
"r": 0.4337349398,
|
| 166 |
+
"f": 0.5419354839
|
| 167 |
+
},
|
| 168 |
+
"obl:agent": {
|
| 169 |
+
"p": 1.0,
|
| 170 |
+
"r": 0.8620689655,
|
| 171 |
+
"f": 0.9259259259
|
| 172 |
+
},
|
| 173 |
+
"csubj": {
|
| 174 |
+
"p": 0.5333333333,
|
| 175 |
+
"r": 0.4,
|
| 176 |
+
"f": 0.4571428571
|
| 177 |
+
},
|
| 178 |
+
"dep": {
|
| 179 |
+
"p": 0.0,
|
| 180 |
+
"r": 0.0,
|
| 181 |
+
"f": 0.0
|
| 182 |
+
},
|
| 183 |
+
"orphan": {
|
| 184 |
+
"p": 0.0,
|
| 185 |
+
"r": 0.0,
|
| 186 |
+
"f": 0.0
|
| 187 |
+
}
|
| 188 |
+
},
|
| 189 |
+
"ents_per_type": {
|
| 190 |
+
"DATE": {
|
| 191 |
+
"p": 0.9459459459,
|
| 192 |
+
"r": 0.9090909091,
|
| 193 |
+
"f": 0.9271523179
|
| 194 |
+
},
|
| 195 |
+
"NORP": {
|
| 196 |
+
"p": 0.6698113208,
|
| 197 |
+
"r": 0.8554216867,
|
| 198 |
+
"f": 0.7513227513
|
| 199 |
+
},
|
| 200 |
+
"ORG": {
|
| 201 |
+
"p": 0.728,
|
| 202 |
+
"r": 0.5384615385,
|
| 203 |
+
"f": 0.619047619
|
| 204 |
+
},
|
| 205 |
+
"CARDINAL": {
|
| 206 |
+
"p": 0.8815789474,
|
| 207 |
+
"r": 0.9571428571,
|
| 208 |
+
"f": 0.9178082192
|
| 209 |
+
},
|
| 210 |
+
"GPE": {
|
| 211 |
+
"p": 0.6724137931,
|
| 212 |
+
"r": 0.8571428571,
|
| 213 |
+
"f": 0.7536231884
|
| 214 |
+
},
|
| 215 |
+
"MONEY": {
|
| 216 |
+
"p": 0.2,
|
| 217 |
+
"r": 0.3333333333,
|
| 218 |
+
"f": 0.25
|
| 219 |
+
},
|
| 220 |
+
"PERCENT": {
|
| 221 |
+
"p": 1.0,
|
| 222 |
+
"r": 1.0,
|
| 223 |
+
"f": 1.0
|
| 224 |
+
},
|
| 225 |
+
"PERSON": {
|
| 226 |
+
"p": 0.6907894737,
|
| 227 |
+
"r": 0.6796116505,
|
| 228 |
+
"f": 0.6851549755
|
| 229 |
+
},
|
| 230 |
+
"LAW": {
|
| 231 |
+
"p": 1.0,
|
| 232 |
+
"r": 1.0,
|
| 233 |
+
"f": 1.0
|
| 234 |
+
},
|
| 235 |
+
"ORDINAL": {
|
| 236 |
+
"p": 0.9090909091,
|
| 237 |
+
"r": 0.9090909091,
|
| 238 |
+
"f": 0.9090909091
|
| 239 |
+
},
|
| 240 |
+
"WORK_OF_ART": {
|
| 241 |
+
"p": 0.6203703704,
|
| 242 |
+
"r": 0.3722222222,
|
| 243 |
+
"f": 0.4652777778
|
| 244 |
+
},
|
| 245 |
+
"LANGUAGE": {
|
| 246 |
+
"p": 0.5833333333,
|
| 247 |
+
"r": 0.6363636364,
|
| 248 |
+
"f": 0.6086956522
|
| 249 |
+
},
|
| 250 |
+
"QUANTITY": {
|
| 251 |
+
"p": 0.8461538462,
|
| 252 |
+
"r": 0.9166666667,
|
| 253 |
+
"f": 0.88
|
| 254 |
+
},
|
| 255 |
+
"LOC": {
|
| 256 |
+
"p": 0.2631578947,
|
| 257 |
+
"r": 0.1470588235,
|
| 258 |
+
"f": 0.1886792453
|
| 259 |
+
},
|
| 260 |
+
"FAC": {
|
| 261 |
+
"p": 0.037037037,
|
| 262 |
+
"r": 0.0714285714,
|
| 263 |
+
"f": 0.0487804878
|
| 264 |
+
},
|
| 265 |
+
"EVENT": {
|
| 266 |
+
"p": 0.3684210526,
|
| 267 |
+
"r": 0.3043478261,
|
| 268 |
+
"f": 0.3333333333
|
| 269 |
+
},
|
| 270 |
+
"PRODUCT": {
|
| 271 |
+
"p": 0.0,
|
| 272 |
+
"r": 0.0,
|
| 273 |
+
"f": 0.0
|
| 274 |
+
},
|
| 275 |
+
"TIME": {
|
| 276 |
+
"p": 1.0,
|
| 277 |
+
"r": 1.0,
|
| 278 |
+
"f": 1.0
|
| 279 |
+
}
|
| 280 |
+
},
|
| 281 |
+
"token_acc": 0.9997165842,
|
| 282 |
+
"pos_acc": 0.9546138579,
|
| 283 |
+
"morph_acc": 0.9458392409,
|
| 284 |
+
"lemma_acc": 0.8520836514,
|
| 285 |
+
"morph_per_feat": {
|
| 286 |
+
"Person": {
|
| 287 |
+
"p": 0.986328125,
|
| 288 |
+
"r": 0.964660936,
|
| 289 |
+
"f": 0.9753742154
|
| 290 |
+
},
|
| 291 |
+
"Poss": {
|
| 292 |
+
"p": 0.9846153846,
|
| 293 |
+
"r": 0.9733840304,
|
| 294 |
+
"f": 0.9789674952
|
| 295 |
+
},
|
| 296 |
+
"PronType": {
|
| 297 |
+
"p": 0.9872013652,
|
| 298 |
+
"r": 0.9609634551,
|
| 299 |
+
"f": 0.9739057239
|
| 300 |
+
},
|
| 301 |
+
"Gender": {
|
| 302 |
+
"p": 0.8911903513,
|
| 303 |
+
"r": 0.860724234,
|
| 304 |
+
"f": 0.875692387
|
| 305 |
+
},
|
| 306 |
+
"Number": {
|
| 307 |
+
"p": 0.9758520556,
|
| 308 |
+
"r": 0.9529850746,
|
| 309 |
+
"f": 0.9642830174
|
| 310 |
+
},
|
| 311 |
+
"Tense": {
|
| 312 |
+
"p": 0.9692565679,
|
| 313 |
+
"r": 0.9527472527,
|
| 314 |
+
"f": 0.9609310058
|
| 315 |
+
},
|
| 316 |
+
"VerbForm": {
|
| 317 |
+
"p": 0.9379733141,
|
| 318 |
+
"r": 0.9359481828,
|
| 319 |
+
"f": 0.9369596542
|
| 320 |
+
},
|
| 321 |
+
"Degree": {
|
| 322 |
+
"p": 0.9393491124,
|
| 323 |
+
"r": 0.9058487874,
|
| 324 |
+
"f": 0.9222948439
|
| 325 |
+
},
|
| 326 |
+
"Definite": {
|
| 327 |
+
"p": 0.9951584507,
|
| 328 |
+
"r": 0.9947206335,
|
| 329 |
+
"f": 0.9949394939
|
| 330 |
+
},
|
| 331 |
+
"Case": {
|
| 332 |
+
"p": 0.9940239044,
|
| 333 |
+
"r": 0.9940239044,
|
| 334 |
+
"f": 0.9940239044
|
| 335 |
+
},
|
| 336 |
+
"Reflex": {
|
| 337 |
+
"p": 1.0,
|
| 338 |
+
"r": 1.0,
|
| 339 |
+
"f": 1.0
|
| 340 |
+
},
|
| 341 |
+
"Foreign": {
|
| 342 |
+
"p": 0.68,
|
| 343 |
+
"r": 0.2615384615,
|
| 344 |
+
"f": 0.3777777778
|
| 345 |
+
},
|
| 346 |
+
"Abbr": {
|
| 347 |
+
"p": 0.8333333333,
|
| 348 |
+
"r": 0.8333333333,
|
| 349 |
+
"f": 0.8333333333
|
| 350 |
+
}
|
| 351 |
+
}
|
| 352 |
+
}
|
attribute_ruler/patterns
ADDED
|
Binary file (64 Bytes). View file
|
|
|
config.cfg
ADDED
|
@@ -0,0 +1,282 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[paths]
|
| 2 |
+
train = "corpus/nl-dep-news/train.spacy"
|
| 3 |
+
dev = "corpus/nl-dep-news/dev.spacy"
|
| 4 |
+
vectors = null
|
| 5 |
+
raw = null
|
| 6 |
+
init_tok2vec = null
|
| 7 |
+
vocab_data = null
|
| 8 |
+
|
| 9 |
+
[system]
|
| 10 |
+
gpu_allocator = null
|
| 11 |
+
seed = 0
|
| 12 |
+
|
| 13 |
+
[nlp]
|
| 14 |
+
lang = "nl"
|
| 15 |
+
pipeline = ["tok2vec","morphologizer","tagger","parser","senter","attribute_ruler","lemmatizer","ner"]
|
| 16 |
+
disabled = ["senter"]
|
| 17 |
+
before_creation = null
|
| 18 |
+
after_creation = null
|
| 19 |
+
after_pipeline_creation = null
|
| 20 |
+
batch_size = 256
|
| 21 |
+
tokenizer = {"@tokenizers":"spacy.Tokenizer.v1"}
|
| 22 |
+
|
| 23 |
+
[components]
|
| 24 |
+
|
| 25 |
+
[components.attribute_ruler]
|
| 26 |
+
factory = "attribute_ruler"
|
| 27 |
+
validate = false
|
| 28 |
+
|
| 29 |
+
[components.lemmatizer]
|
| 30 |
+
factory = "lemmatizer"
|
| 31 |
+
mode = "rule"
|
| 32 |
+
model = null
|
| 33 |
+
overwrite = false
|
| 34 |
+
|
| 35 |
+
[components.morphologizer]
|
| 36 |
+
factory = "morphologizer"
|
| 37 |
+
|
| 38 |
+
[components.morphologizer.model]
|
| 39 |
+
@architectures = "spacy.Tagger.v1"
|
| 40 |
+
nO = null
|
| 41 |
+
|
| 42 |
+
[components.morphologizer.model.tok2vec]
|
| 43 |
+
@architectures = "spacy.Tok2VecListener.v1"
|
| 44 |
+
width = ${components.tok2vec.model.encode:width}
|
| 45 |
+
upstream = "tok2vec"
|
| 46 |
+
|
| 47 |
+
[components.ner]
|
| 48 |
+
factory = "ner"
|
| 49 |
+
incorrect_spans_key = null
|
| 50 |
+
moves = null
|
| 51 |
+
update_with_oracle_cut_size = 100
|
| 52 |
+
|
| 53 |
+
[components.ner.model]
|
| 54 |
+
@architectures = "spacy.TransitionBasedParser.v2"
|
| 55 |
+
state_type = "ner"
|
| 56 |
+
extra_state_tokens = false
|
| 57 |
+
hidden_width = 64
|
| 58 |
+
maxout_pieces = 2
|
| 59 |
+
use_upper = true
|
| 60 |
+
nO = null
|
| 61 |
+
|
| 62 |
+
[components.ner.model.tok2vec]
|
| 63 |
+
@architectures = "spacy.Tok2Vec.v2"
|
| 64 |
+
|
| 65 |
+
[components.ner.model.tok2vec.embed]
|
| 66 |
+
@architectures = "spacy.MultiHashEmbed.v2"
|
| 67 |
+
width = 96
|
| 68 |
+
attrs = ["NORM","PREFIX","SUFFIX","SHAPE"]
|
| 69 |
+
rows = [5000,2500,2500,2500]
|
| 70 |
+
include_static_vectors = false
|
| 71 |
+
|
| 72 |
+
[components.ner.model.tok2vec.encode]
|
| 73 |
+
@architectures = "spacy.MaxoutWindowEncoder.v2"
|
| 74 |
+
width = 96
|
| 75 |
+
depth = 4
|
| 76 |
+
window_size = 1
|
| 77 |
+
maxout_pieces = 3
|
| 78 |
+
|
| 79 |
+
[components.parser]
|
| 80 |
+
factory = "parser"
|
| 81 |
+
learn_tokens = false
|
| 82 |
+
min_action_freq = 30
|
| 83 |
+
moves = null
|
| 84 |
+
update_with_oracle_cut_size = 100
|
| 85 |
+
|
| 86 |
+
[components.parser.model]
|
| 87 |
+
@architectures = "spacy.TransitionBasedParser.v2"
|
| 88 |
+
state_type = "parser"
|
| 89 |
+
extra_state_tokens = false
|
| 90 |
+
hidden_width = 64
|
| 91 |
+
maxout_pieces = 2
|
| 92 |
+
use_upper = true
|
| 93 |
+
nO = null
|
| 94 |
+
|
| 95 |
+
[components.parser.model.tok2vec]
|
| 96 |
+
@architectures = "spacy.Tok2VecListener.v1"
|
| 97 |
+
width = ${components.tok2vec.model.encode:width}
|
| 98 |
+
upstream = "tok2vec"
|
| 99 |
+
|
| 100 |
+
[components.senter]
|
| 101 |
+
factory = "senter"
|
| 102 |
+
|
| 103 |
+
[components.senter.model]
|
| 104 |
+
@architectures = "spacy.Tagger.v1"
|
| 105 |
+
nO = null
|
| 106 |
+
|
| 107 |
+
[components.senter.model.tok2vec]
|
| 108 |
+
@architectures = "spacy.Tok2Vec.v2"
|
| 109 |
+
|
| 110 |
+
[components.senter.model.tok2vec.embed]
|
| 111 |
+
@architectures = "spacy.MultiHashEmbed.v2"
|
| 112 |
+
width = 16
|
| 113 |
+
attrs = ["NORM","PREFIX","SUFFIX","SHAPE"]
|
| 114 |
+
rows = [1000,500,500,500]
|
| 115 |
+
include_static_vectors = false
|
| 116 |
+
|
| 117 |
+
[components.senter.model.tok2vec.encode]
|
| 118 |
+
@architectures = "spacy.MaxoutWindowEncoder.v2"
|
| 119 |
+
width = 16
|
| 120 |
+
depth = 2
|
| 121 |
+
window_size = 1
|
| 122 |
+
maxout_pieces = 2
|
| 123 |
+
|
| 124 |
+
[components.tagger]
|
| 125 |
+
factory = "tagger"
|
| 126 |
+
|
| 127 |
+
[components.tagger.model]
|
| 128 |
+
@architectures = "spacy.Tagger.v1"
|
| 129 |
+
nO = null
|
| 130 |
+
|
| 131 |
+
[components.tagger.model.tok2vec]
|
| 132 |
+
@architectures = "spacy.Tok2VecListener.v1"
|
| 133 |
+
width = ${components.tok2vec.model.encode:width}
|
| 134 |
+
upstream = "tok2vec"
|
| 135 |
+
|
| 136 |
+
[components.tok2vec]
|
| 137 |
+
factory = "tok2vec"
|
| 138 |
+
|
| 139 |
+
[components.tok2vec.model]
|
| 140 |
+
@architectures = "spacy.Tok2Vec.v2"
|
| 141 |
+
|
| 142 |
+
[components.tok2vec.model.embed]
|
| 143 |
+
@architectures = "spacy.MultiHashEmbed.v2"
|
| 144 |
+
width = ${components.tok2vec.model.encode:width}
|
| 145 |
+
attrs = ["NORM","PREFIX","SUFFIX","SHAPE"]
|
| 146 |
+
rows = [5000,2500,2500,2500]
|
| 147 |
+
include_static_vectors = false
|
| 148 |
+
|
| 149 |
+
[components.tok2vec.model.encode]
|
| 150 |
+
@architectures = "spacy.MaxoutWindowEncoder.v2"
|
| 151 |
+
width = 96
|
| 152 |
+
depth = 4
|
| 153 |
+
window_size = 1
|
| 154 |
+
maxout_pieces = 3
|
| 155 |
+
|
| 156 |
+
[corpora]
|
| 157 |
+
|
| 158 |
+
[corpora.dev]
|
| 159 |
+
@readers = "spacy.Corpus.v1"
|
| 160 |
+
limit = 0
|
| 161 |
+
max_length = 0
|
| 162 |
+
path = ${paths:dev}
|
| 163 |
+
gold_preproc = false
|
| 164 |
+
augmenter = null
|
| 165 |
+
|
| 166 |
+
[corpora.train]
|
| 167 |
+
@readers = "spacy.Corpus.v1"
|
| 168 |
+
path = ${paths:train}
|
| 169 |
+
max_length = 5000
|
| 170 |
+
gold_preproc = false
|
| 171 |
+
limit = 0
|
| 172 |
+
|
| 173 |
+
[corpora.train.augmenter]
|
| 174 |
+
@augmenters = "spacy.lower_case.v1"
|
| 175 |
+
level = 0.1
|
| 176 |
+
|
| 177 |
+
[training]
|
| 178 |
+
train_corpus = "corpora.train"
|
| 179 |
+
dev_corpus = "corpora.dev"
|
| 180 |
+
seed = ${system:seed}
|
| 181 |
+
gpu_allocator = ${system:gpu_allocator}
|
| 182 |
+
dropout = 0.1
|
| 183 |
+
accumulate_gradient = 1
|
| 184 |
+
patience = 5000
|
| 185 |
+
max_epochs = 0
|
| 186 |
+
max_steps = 0
|
| 187 |
+
eval_frequency = 1000
|
| 188 |
+
frozen_components = []
|
| 189 |
+
before_to_disk = null
|
| 190 |
+
annotating_components = []
|
| 191 |
+
|
| 192 |
+
[training.batcher]
|
| 193 |
+
@batchers = "spacy.batch_by_words.v1"
|
| 194 |
+
discard_oversize = false
|
| 195 |
+
tolerance = 0.2
|
| 196 |
+
get_length = null
|
| 197 |
+
|
| 198 |
+
[training.batcher.size]
|
| 199 |
+
@schedules = "compounding.v1"
|
| 200 |
+
start = 100
|
| 201 |
+
stop = 1000
|
| 202 |
+
compound = 1.001
|
| 203 |
+
t = 0.0
|
| 204 |
+
|
| 205 |
+
[training.logger]
|
| 206 |
+
@loggers = "spacy.WandbLogger.v1"
|
| 207 |
+
project_name = "spacy-v3.0.0a2"
|
| 208 |
+
remove_config_values = []
|
| 209 |
+
|
| 210 |
+
[training.optimizer]
|
| 211 |
+
@optimizers = "Adam.v1"
|
| 212 |
+
beta1 = 0.9
|
| 213 |
+
beta2 = 0.999
|
| 214 |
+
L2_is_weight_decay = true
|
| 215 |
+
L2 = 0.01
|
| 216 |
+
grad_clip = 1.0
|
| 217 |
+
use_averages = true
|
| 218 |
+
eps = 0.00000001
|
| 219 |
+
learn_rate = 0.001
|
| 220 |
+
|
| 221 |
+
[training.score_weights]
|
| 222 |
+
pos_acc = 0.05
|
| 223 |
+
morph_acc = 0.05
|
| 224 |
+
morph_per_feat = null
|
| 225 |
+
tag_acc = 0.05
|
| 226 |
+
dep_uas = 0.0
|
| 227 |
+
dep_las = 0.16
|
| 228 |
+
dep_las_per_type = null
|
| 229 |
+
sents_p = null
|
| 230 |
+
sents_r = null
|
| 231 |
+
sents_f = 0.02
|
| 232 |
+
lemma_acc = 0.33
|
| 233 |
+
ents_f = 0.33
|
| 234 |
+
ents_p = 0.0
|
| 235 |
+
ents_r = 0.0
|
| 236 |
+
ents_per_type = null
|
| 237 |
+
|
| 238 |
+
[pretraining]
|
| 239 |
+
|
| 240 |
+
[initialize]
|
| 241 |
+
vocab_data = ${paths.vocab_data}
|
| 242 |
+
vectors = ${paths.vectors}
|
| 243 |
+
init_tok2vec = ${paths.init_tok2vec}
|
| 244 |
+
before_init = null
|
| 245 |
+
after_init = null
|
| 246 |
+
|
| 247 |
+
[initialize.components]
|
| 248 |
+
|
| 249 |
+
[initialize.components.morphologizer]
|
| 250 |
+
|
| 251 |
+
[initialize.components.morphologizer.labels]
|
| 252 |
+
@readers = "spacy.read_labels.v1"
|
| 253 |
+
path = "corpus/labels/morphologizer.json"
|
| 254 |
+
require = false
|
| 255 |
+
|
| 256 |
+
[initialize.components.ner]
|
| 257 |
+
|
| 258 |
+
[initialize.components.ner.labels]
|
| 259 |
+
@readers = "spacy.read_labels.v1"
|
| 260 |
+
path = "corpus/labels/ner.json"
|
| 261 |
+
require = false
|
| 262 |
+
|
| 263 |
+
[initialize.components.parser]
|
| 264 |
+
|
| 265 |
+
[initialize.components.parser.labels]
|
| 266 |
+
@readers = "spacy.read_labels.v1"
|
| 267 |
+
path = "corpus/labels/parser.json"
|
| 268 |
+
require = false
|
| 269 |
+
|
| 270 |
+
[initialize.components.tagger]
|
| 271 |
+
|
| 272 |
+
[initialize.components.tagger.labels]
|
| 273 |
+
@readers = "spacy.read_labels.v1"
|
| 274 |
+
path = "corpus/labels/tagger.json"
|
| 275 |
+
require = false
|
| 276 |
+
|
| 277 |
+
[initialize.lookups]
|
| 278 |
+
@misc = "spacy.LookupsDataLoader.v1"
|
| 279 |
+
lang = ${nlp.lang}
|
| 280 |
+
tables = []
|
| 281 |
+
|
| 282 |
+
[initialize.tokenizer]
|
lemmatizer/lookups/lookups.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:509c45ce6556e5253e8d77bd3af683619f92723e4df1028bc1a17f9aec1a47ea
|
| 3 |
+
size 6953602
|
meta.json
ADDED
|
@@ -0,0 +1,766 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"lang":"nl",
|
| 3 |
+
"name":"core_news_sm",
|
| 4 |
+
"version":"3.1.0",
|
| 5 |
+
"description":"Dutch pipeline optimized for CPU. Components: tok2vec, morphologizer, tagger, parser, senter, ner, attribute_ruler, lemmatizer.",
|
| 6 |
+
"author":"Explosion",
|
| 7 |
+
"email":"contact@explosion.ai",
|
| 8 |
+
"url":"https://explosion.ai",
|
| 9 |
+
"license":"CC BY-SA 4.0",
|
| 10 |
+
"spacy_version":">=3.1.0,<3.2.0",
|
| 11 |
+
"spacy_git_version":"caba63b74",
|
| 12 |
+
"vectors":{
|
| 13 |
+
"width":0,
|
| 14 |
+
"vectors":0,
|
| 15 |
+
"keys":0,
|
| 16 |
+
"name":null
|
| 17 |
+
},
|
| 18 |
+
"labels":{
|
| 19 |
+
"tok2vec":[
|
| 20 |
+
|
| 21 |
+
],
|
| 22 |
+
"morphologizer":[
|
| 23 |
+
"POS=PRON|Person=3|PronType=Dem",
|
| 24 |
+
"Number=Sing|POS=AUX|Tense=Pres|VerbForm=Fin",
|
| 25 |
+
"POS=ADV",
|
| 26 |
+
"POS=VERB|VerbForm=Part",
|
| 27 |
+
"POS=PUNCT",
|
| 28 |
+
"Number=Sing|POS=AUX|Tense=Past|VerbForm=Fin",
|
| 29 |
+
"POS=ADP",
|
| 30 |
+
"POS=NUM",
|
| 31 |
+
"Number=Plur|POS=NOUN",
|
| 32 |
+
"POS=VERB|VerbForm=Inf",
|
| 33 |
+
"POS=SCONJ",
|
| 34 |
+
"Definite=Def|POS=DET",
|
| 35 |
+
"Gender=Com|Number=Sing|POS=NOUN",
|
| 36 |
+
"Number=Sing|POS=VERB|Tense=Pres|VerbForm=Fin",
|
| 37 |
+
"Degree=Pos|POS=ADJ",
|
| 38 |
+
"Gender=Neut|Number=Sing|POS=PROPN",
|
| 39 |
+
"Gender=Com|Number=Sing|POS=PROPN",
|
| 40 |
+
"POS=AUX|VerbForm=Inf",
|
| 41 |
+
"Number=Sing|POS=VERB|Tense=Past|VerbForm=Fin",
|
| 42 |
+
"POS=DET",
|
| 43 |
+
"Gender=Neut|Number=Sing|POS=NOUN",
|
| 44 |
+
"POS=PRON|Person=3|PronType=Prs",
|
| 45 |
+
"POS=CCONJ",
|
| 46 |
+
"Number=Plur|POS=VERB|Tense=Pres|VerbForm=Fin",
|
| 47 |
+
"POS=PRON|Person=3|PronType=Ind",
|
| 48 |
+
"Degree=Cmp|POS=ADJ",
|
| 49 |
+
"Case=Nom|POS=PRON|Person=1|PronType=Prs",
|
| 50 |
+
"Definite=Ind|POS=DET",
|
| 51 |
+
"Case=Nom|POS=PRON|Person=3|PronType=Prs",
|
| 52 |
+
"POS=PRON|Person=3|Poss=Yes|PronType=Prs",
|
| 53 |
+
"Number=Plur|POS=AUX|Tense=Pres|VerbForm=Fin",
|
| 54 |
+
"POS=PRON|PronType=Rel",
|
| 55 |
+
"Case=Acc|POS=PRON|Person=1|PronType=Prs",
|
| 56 |
+
"Number=Plur|POS=VERB|Tense=Past|VerbForm=Fin",
|
| 57 |
+
"Gender=Com,Neut|Number=Sing|POS=NOUN",
|
| 58 |
+
"Case=Acc|POS=PRON|Person=3|PronType=Prs|Reflex=Yes",
|
| 59 |
+
"Case=Acc|POS=PRON|Person=3|PronType=Prs",
|
| 60 |
+
"POS=PROPN",
|
| 61 |
+
"POS=PRON|PronType=Ind",
|
| 62 |
+
"POS=PRON|Person=3|PronType=Int",
|
| 63 |
+
"Case=Acc|POS=PRON|PronType=Rcp",
|
| 64 |
+
"Number=Plur|POS=AUX|Tense=Past|VerbForm=Fin",
|
| 65 |
+
"Number=Sing|POS=NOUN",
|
| 66 |
+
"POS=PRON|Person=1|Poss=Yes|PronType=Prs",
|
| 67 |
+
"POS=SYM",
|
| 68 |
+
"Abbr=Yes|POS=X",
|
| 69 |
+
"Gender=Com,Neut|Number=Sing|POS=PROPN",
|
| 70 |
+
"Degree=Sup|POS=ADJ",
|
| 71 |
+
"Foreign=Yes|POS=X",
|
| 72 |
+
"POS=ADJ",
|
| 73 |
+
"Number=Sing|POS=PROPN",
|
| 74 |
+
"POS=PRON|PronType=Dem",
|
| 75 |
+
"POS=AUX|VerbForm=Part",
|
| 76 |
+
"POS=PRON|Person=3|PronType=Rel",
|
| 77 |
+
"Number=Plur|POS=PROPN",
|
| 78 |
+
"POS=PRON|Person=2|Poss=Yes|PronType=Prs",
|
| 79 |
+
"Case=Dat|POS=PRON|PronType=Dem",
|
| 80 |
+
"Case=Nom|POS=PRON|Person=2|PronType=Prs",
|
| 81 |
+
"POS=X",
|
| 82 |
+
"POS=INTJ",
|
| 83 |
+
"Case=Gen|POS=PRON|Person=3|Poss=Yes|PronType=Prs",
|
| 84 |
+
"POS=PRON|PronType=Int",
|
| 85 |
+
"Case=Acc|POS=PRON|Person=2|PronType=Prs",
|
| 86 |
+
"POS=PRON|Person=2|PronType=Prs",
|
| 87 |
+
"Case=Gen|POS=PRON|Person=2|PronType=Prs"
|
| 88 |
+
],
|
| 89 |
+
"tagger":[
|
| 90 |
+
"ADJ|nom|basis|met-e|mv-n",
|
| 91 |
+
"ADJ|nom|basis|met-e|zonder-n|bijz",
|
| 92 |
+
"ADJ|nom|basis|met-e|zonder-n|stan",
|
| 93 |
+
"ADJ|nom|basis|zonder|mv-n",
|
| 94 |
+
"ADJ|nom|basis|zonder|zonder-n",
|
| 95 |
+
"ADJ|nom|comp|met-e|mv-n",
|
| 96 |
+
"ADJ|nom|comp|met-e|zonder-n|stan",
|
| 97 |
+
"ADJ|nom|sup|met-e|mv-n",
|
| 98 |
+
"ADJ|nom|sup|met-e|zonder-n|stan",
|
| 99 |
+
"ADJ|nom|sup|zonder|zonder-n",
|
| 100 |
+
"ADJ|postnom|basis|met-s",
|
| 101 |
+
"ADJ|postnom|basis|zonder",
|
| 102 |
+
"ADJ|postnom|comp|met-s",
|
| 103 |
+
"ADJ|prenom|basis|met-e|bijz",
|
| 104 |
+
"ADJ|prenom|basis|met-e|stan",
|
| 105 |
+
"ADJ|prenom|basis|zonder",
|
| 106 |
+
"ADJ|prenom|comp|met-e|stan",
|
| 107 |
+
"ADJ|prenom|comp|zonder",
|
| 108 |
+
"ADJ|prenom|sup|met-e|stan",
|
| 109 |
+
"ADJ|vrij|basis|zonder",
|
| 110 |
+
"ADJ|vrij|comp|zonder",
|
| 111 |
+
"ADJ|vrij|dim|zonder",
|
| 112 |
+
"ADJ|vrij|sup|zonder",
|
| 113 |
+
"BW",
|
| 114 |
+
"LET",
|
| 115 |
+
"LID|bep|dat|evmo",
|
| 116 |
+
"LID|bep|gen|evmo",
|
| 117 |
+
"LID|bep|gen|rest3",
|
| 118 |
+
"LID|bep|stan|evon",
|
| 119 |
+
"LID|bep|stan|rest",
|
| 120 |
+
"LID|onbep|stan|agr",
|
| 121 |
+
"N|eigen|ev|basis|gen",
|
| 122 |
+
"N|eigen|ev|basis|genus|stan",
|
| 123 |
+
"N|eigen|ev|basis|onz|stan",
|
| 124 |
+
"N|eigen|ev|basis|zijd|stan",
|
| 125 |
+
"N|eigen|ev|dim|onz|stan",
|
| 126 |
+
"N|eigen|mv|basis",
|
| 127 |
+
"N|soort|ev|basis|dat",
|
| 128 |
+
"N|soort|ev|basis|gen",
|
| 129 |
+
"N|soort|ev|basis|genus|stan",
|
| 130 |
+
"N|soort|ev|basis|onz|stan",
|
| 131 |
+
"N|soort|ev|basis|zijd|stan",
|
| 132 |
+
"N|soort|ev|dim|onz|stan",
|
| 133 |
+
"N|soort|mv|basis",
|
| 134 |
+
"N|soort|mv|dim",
|
| 135 |
+
"SPEC|afgebr",
|
| 136 |
+
"SPEC|afk",
|
| 137 |
+
"SPEC|deeleigen",
|
| 138 |
+
"SPEC|enof",
|
| 139 |
+
"SPEC|meta",
|
| 140 |
+
"SPEC|symb",
|
| 141 |
+
"SPEC|vreemd",
|
| 142 |
+
"TSW",
|
| 143 |
+
"TW|hoofd|nom|mv-n|basis",
|
| 144 |
+
"TW|hoofd|nom|mv-n|dim",
|
| 145 |
+
"TW|hoofd|nom|zonder-n|basis",
|
| 146 |
+
"TW|hoofd|nom|zonder-n|dim",
|
| 147 |
+
"TW|hoofd|prenom|stan",
|
| 148 |
+
"TW|hoofd|vrij",
|
| 149 |
+
"TW|rang|nom|mv-n",
|
| 150 |
+
"TW|rang|nom|zonder-n",
|
| 151 |
+
"TW|rang|prenom|stan",
|
| 152 |
+
"VG|neven",
|
| 153 |
+
"VG|onder",
|
| 154 |
+
"VNW|aanw|adv-pron|obl|vol|3o|getal",
|
| 155 |
+
"VNW|aanw|adv-pron|stan|red|3|getal",
|
| 156 |
+
"VNW|aanw|det|dat|nom|met-e|zonder-n",
|
| 157 |
+
"VNW|aanw|det|dat|prenom|met-e|evmo",
|
| 158 |
+
"VNW|aanw|det|gen|prenom|met-e|rest3",
|
| 159 |
+
"VNW|aanw|det|stan|nom|met-e|mv-n",
|
| 160 |
+
"VNW|aanw|det|stan|nom|met-e|zonder-n",
|
| 161 |
+
"VNW|aanw|det|stan|prenom|met-e|rest",
|
| 162 |
+
"VNW|aanw|det|stan|prenom|zonder|agr",
|
| 163 |
+
"VNW|aanw|det|stan|prenom|zonder|evon",
|
| 164 |
+
"VNW|aanw|det|stan|prenom|zonder|rest",
|
| 165 |
+
"VNW|aanw|det|stan|vrij|zonder",
|
| 166 |
+
"VNW|aanw|pron|gen|vol|3m|ev",
|
| 167 |
+
"VNW|aanw|pron|stan|vol|3o|ev",
|
| 168 |
+
"VNW|aanw|pron|stan|vol|3|getal",
|
| 169 |
+
"VNW|betr|det|stan|nom|met-e|zonder-n",
|
| 170 |
+
"VNW|betr|det|stan|nom|zonder|zonder-n",
|
| 171 |
+
"VNW|betr|pron|stan|vol|3|ev",
|
| 172 |
+
"VNW|betr|pron|stan|vol|persoon|getal",
|
| 173 |
+
"VNW|bez|det|gen|vol|3|ev|prenom|met-e|rest3",
|
| 174 |
+
"VNW|bez|det|stan|nadr|2v|mv|prenom|zonder|agr",
|
| 175 |
+
"VNW|bez|det|stan|red|1|ev|prenom|zonder|agr",
|
| 176 |
+
"VNW|bez|det|stan|red|2v|ev|prenom|zonder|agr",
|
| 177 |
+
"VNW|bez|det|stan|red|3|ev|prenom|zonder|agr",
|
| 178 |
+
"VNW|bez|det|stan|vol|1|ev|prenom|zonder|agr",
|
| 179 |
+
"VNW|bez|det|stan|vol|1|mv|prenom|met-e|rest",
|
| 180 |
+
"VNW|bez|det|stan|vol|1|mv|prenom|zonder|evon",
|
| 181 |
+
"VNW|bez|det|stan|vol|2v|ev|prenom|zonder|agr",
|
| 182 |
+
"VNW|bez|det|stan|vol|2|getal|prenom|zonder|agr",
|
| 183 |
+
"VNW|bez|det|stan|vol|3m|ev|nom|met-e|zonder-n",
|
| 184 |
+
"VNW|bez|det|stan|vol|3m|ev|prenom|met-e|rest",
|
| 185 |
+
"VNW|bez|det|stan|vol|3p|mv|prenom|met-e|rest",
|
| 186 |
+
"VNW|bez|det|stan|vol|3v|ev|nom|met-e|zonder-n",
|
| 187 |
+
"VNW|bez|det|stan|vol|3v|ev|prenom|met-e|rest",
|
| 188 |
+
"VNW|bez|det|stan|vol|3|ev|prenom|zonder|agr",
|
| 189 |
+
"VNW|bez|det|stan|vol|3|mv|prenom|zonder|agr",
|
| 190 |
+
"VNW|onbep|adv-pron|gen|red|3|getal",
|
| 191 |
+
"VNW|onbep|adv-pron|obl|vol|3o|getal",
|
| 192 |
+
"VNW|onbep|det|stan|nom|met-e|mv-n",
|
| 193 |
+
"VNW|onbep|det|stan|nom|met-e|zonder-n",
|
| 194 |
+
"VNW|onbep|det|stan|prenom|met-e|agr",
|
| 195 |
+
"VNW|onbep|det|stan|prenom|met-e|evz",
|
| 196 |
+
"VNW|onbep|det|stan|prenom|met-e|mv",
|
| 197 |
+
"VNW|onbep|det|stan|prenom|met-e|rest",
|
| 198 |
+
"VNW|onbep|det|stan|prenom|zonder|agr",
|
| 199 |
+
"VNW|onbep|det|stan|prenom|zonder|evon",
|
| 200 |
+
"VNW|onbep|det|stan|vrij|zonder",
|
| 201 |
+
"VNW|onbep|grad|gen|nom|met-e|mv-n|basis",
|
| 202 |
+
"VNW|onbep|grad|stan|nom|met-e|mv-n|basis",
|
| 203 |
+
"VNW|onbep|grad|stan|nom|met-e|mv-n|sup",
|
| 204 |
+
"VNW|onbep|grad|stan|nom|met-e|zonder-n|basis",
|
| 205 |
+
"VNW|onbep|grad|stan|nom|met-e|zonder-n|sup",
|
| 206 |
+
"VNW|onbep|grad|stan|prenom|met-e|agr|basis",
|
| 207 |
+
"VNW|onbep|grad|stan|prenom|met-e|agr|comp",
|
| 208 |
+
"VNW|onbep|grad|stan|prenom|met-e|agr|sup",
|
| 209 |
+
"VNW|onbep|grad|stan|prenom|met-e|mv|basis",
|
| 210 |
+
"VNW|onbep|grad|stan|prenom|zonder|agr|basis",
|
| 211 |
+
"VNW|onbep|grad|stan|prenom|zonder|agr|comp",
|
| 212 |
+
"VNW|onbep|grad|stan|vrij|zonder|basis",
|
| 213 |
+
"VNW|onbep|grad|stan|vrij|zonder|comp",
|
| 214 |
+
"VNW|onbep|grad|stan|vrij|zonder|sup",
|
| 215 |
+
"VNW|onbep|pron|gen|vol|3p|ev",
|
| 216 |
+
"VNW|onbep|pron|stan|vol|3o|ev",
|
| 217 |
+
"VNW|onbep|pron|stan|vol|3p|ev",
|
| 218 |
+
"VNW|pers|pron|gen|vol|2|getal",
|
| 219 |
+
"VNW|pers|pron|nomin|nadr|3m|ev|masc",
|
| 220 |
+
"VNW|pers|pron|nomin|nadr|3v|ev|fem",
|
| 221 |
+
"VNW|pers|pron|nomin|red|1|mv",
|
| 222 |
+
"VNW|pers|pron|nomin|red|2v|ev",
|
| 223 |
+
"VNW|pers|pron|nomin|red|2|getal",
|
| 224 |
+
"VNW|pers|pron|nomin|red|3p|ev|masc",
|
| 225 |
+
"VNW|pers|pron|nomin|red|3|ev|masc",
|
| 226 |
+
"VNW|pers|pron|nomin|vol|1|ev",
|
| 227 |
+
"VNW|pers|pron|nomin|vol|1|mv",
|
| 228 |
+
"VNW|pers|pron|nomin|vol|2b|getal",
|
| 229 |
+
"VNW|pers|pron|nomin|vol|2v|ev",
|
| 230 |
+
"VNW|pers|pron|nomin|vol|2|getal",
|
| 231 |
+
"VNW|pers|pron|nomin|vol|3p|mv",
|
| 232 |
+
"VNW|pers|pron|nomin|vol|3v|ev|fem",
|
| 233 |
+
"VNW|pers|pron|nomin|vol|3|ev|masc",
|
| 234 |
+
"VNW|pers|pron|obl|nadr|3m|ev|masc",
|
| 235 |
+
"VNW|pers|pron|obl|red|3|ev|masc",
|
| 236 |
+
"VNW|pers|pron|obl|vol|2v|ev",
|
| 237 |
+
"VNW|pers|pron|obl|vol|3p|mv",
|
| 238 |
+
"VNW|pers|pron|obl|vol|3|ev|masc",
|
| 239 |
+
"VNW|pers|pron|obl|vol|3|getal|fem",
|
| 240 |
+
"VNW|pers|pron|stan|nadr|2v|mv",
|
| 241 |
+
"VNW|pers|pron|stan|red|3|ev|fem",
|
| 242 |
+
"VNW|pers|pron|stan|red|3|ev|onz",
|
| 243 |
+
"VNW|pers|pron|stan|red|3|mv",
|
| 244 |
+
"VNW|pr|pron|obl|nadr|1|ev",
|
| 245 |
+
"VNW|pr|pron|obl|nadr|2v|getal",
|
| 246 |
+
"VNW|pr|pron|obl|nadr|2|getal",
|
| 247 |
+
"VNW|pr|pron|obl|red|1|ev",
|
| 248 |
+
"VNW|pr|pron|obl|red|2v|getal",
|
| 249 |
+
"VNW|pr|pron|obl|vol|1|ev",
|
| 250 |
+
"VNW|pr|pron|obl|vol|1|mv",
|
| 251 |
+
"VNW|pr|pron|obl|vol|2|getal",
|
| 252 |
+
"VNW|recip|pron|gen|vol|persoon|mv",
|
| 253 |
+
"VNW|recip|pron|obl|vol|persoon|mv",
|
| 254 |
+
"VNW|refl|pron|obl|nadr|3|getal",
|
| 255 |
+
"VNW|refl|pron|obl|red|3|getal",
|
| 256 |
+
"VNW|vb|adv-pron|obl|vol|3o|getal",
|
| 257 |
+
"VNW|vb|det|stan|nom|met-e|zonder-n",
|
| 258 |
+
"VNW|vb|det|stan|prenom|met-e|rest",
|
| 259 |
+
"VNW|vb|det|stan|prenom|zonder|evon",
|
| 260 |
+
"VNW|vb|pron|gen|vol|3m|ev",
|
| 261 |
+
"VNW|vb|pron|gen|vol|3p|mv",
|
| 262 |
+
"VNW|vb|pron|gen|vol|3v|ev",
|
| 263 |
+
"VNW|vb|pron|stan|vol|3o|ev",
|
| 264 |
+
"VNW|vb|pron|stan|vol|3p|getal",
|
| 265 |
+
"VZ|fin",
|
| 266 |
+
"VZ|init",
|
| 267 |
+
"VZ|versm",
|
| 268 |
+
"WW|inf|nom|zonder|zonder-n",
|
| 269 |
+
"WW|inf|prenom|met-e",
|
| 270 |
+
"WW|inf|vrij|zonder",
|
| 271 |
+
"WW|od|nom|met-e|mv-n",
|
| 272 |
+
"WW|od|nom|met-e|zonder-n",
|
| 273 |
+
"WW|od|prenom|met-e",
|
| 274 |
+
"WW|od|prenom|zonder",
|
| 275 |
+
"WW|od|vrij|zonder",
|
| 276 |
+
"WW|pv|conj|ev",
|
| 277 |
+
"WW|pv|tgw|ev",
|
| 278 |
+
"WW|pv|tgw|met-t",
|
| 279 |
+
"WW|pv|tgw|mv",
|
| 280 |
+
"WW|pv|verl|ev",
|
| 281 |
+
"WW|pv|verl|mv",
|
| 282 |
+
"WW|vd|nom|met-e|mv-n",
|
| 283 |
+
"WW|vd|nom|met-e|zonder-n",
|
| 284 |
+
"WW|vd|prenom|met-e",
|
| 285 |
+
"WW|vd|prenom|zonder",
|
| 286 |
+
"WW|vd|vrij|zonder"
|
| 287 |
+
],
|
| 288 |
+
"parser":[
|
| 289 |
+
"ROOT",
|
| 290 |
+
"acl",
|
| 291 |
+
"acl:relcl",
|
| 292 |
+
"advcl",
|
| 293 |
+
"advmod",
|
| 294 |
+
"amod",
|
| 295 |
+
"appos",
|
| 296 |
+
"aux",
|
| 297 |
+
"aux:pass",
|
| 298 |
+
"case",
|
| 299 |
+
"cc",
|
| 300 |
+
"ccomp",
|
| 301 |
+
"compound:prt",
|
| 302 |
+
"conj",
|
| 303 |
+
"cop",
|
| 304 |
+
"csubj",
|
| 305 |
+
"dep",
|
| 306 |
+
"det",
|
| 307 |
+
"expl",
|
| 308 |
+
"expl:pv",
|
| 309 |
+
"fixed",
|
| 310 |
+
"flat",
|
| 311 |
+
"iobj",
|
| 312 |
+
"mark",
|
| 313 |
+
"nmod",
|
| 314 |
+
"nmod:poss",
|
| 315 |
+
"nsubj",
|
| 316 |
+
"nsubj:pass",
|
| 317 |
+
"nummod",
|
| 318 |
+
"obj",
|
| 319 |
+
"obl",
|
| 320 |
+
"obl:agent",
|
| 321 |
+
"orphan",
|
| 322 |
+
"parataxis",
|
| 323 |
+
"punct",
|
| 324 |
+
"xcomp"
|
| 325 |
+
],
|
| 326 |
+
"senter":[
|
| 327 |
+
"I",
|
| 328 |
+
"S"
|
| 329 |
+
],
|
| 330 |
+
"attribute_ruler":[
|
| 331 |
+
|
| 332 |
+
],
|
| 333 |
+
"lemmatizer":[
|
| 334 |
+
|
| 335 |
+
],
|
| 336 |
+
"ner":[
|
| 337 |
+
"CARDINAL",
|
| 338 |
+
"DATE",
|
| 339 |
+
"EVENT",
|
| 340 |
+
"FAC",
|
| 341 |
+
"GPE",
|
| 342 |
+
"LANGUAGE",
|
| 343 |
+
"LAW",
|
| 344 |
+
"LOC",
|
| 345 |
+
"MONEY",
|
| 346 |
+
"NORP",
|
| 347 |
+
"ORDINAL",
|
| 348 |
+
"ORG",
|
| 349 |
+
"PERCENT",
|
| 350 |
+
"PERSON",
|
| 351 |
+
"PRODUCT",
|
| 352 |
+
"QUANTITY",
|
| 353 |
+
"TIME",
|
| 354 |
+
"WORK_OF_ART"
|
| 355 |
+
]
|
| 356 |
+
},
|
| 357 |
+
"pipeline":[
|
| 358 |
+
"tok2vec",
|
| 359 |
+
"morphologizer",
|
| 360 |
+
"tagger",
|
| 361 |
+
"parser",
|
| 362 |
+
"attribute_ruler",
|
| 363 |
+
"lemmatizer",
|
| 364 |
+
"ner"
|
| 365 |
+
],
|
| 366 |
+
"components":[
|
| 367 |
+
"tok2vec",
|
| 368 |
+
"morphologizer",
|
| 369 |
+
"tagger",
|
| 370 |
+
"parser",
|
| 371 |
+
"senter",
|
| 372 |
+
"attribute_ruler",
|
| 373 |
+
"lemmatizer",
|
| 374 |
+
"ner"
|
| 375 |
+
],
|
| 376 |
+
"disabled":[
|
| 377 |
+
"senter"
|
| 378 |
+
],
|
| 379 |
+
"performance":{
|
| 380 |
+
"tag_acc":0.9349210503,
|
| 381 |
+
"dep_uas":0.8552811724,
|
| 382 |
+
"dep_las":0.8057499239,
|
| 383 |
+
"ents_p":0.7305475504,
|
| 384 |
+
"ents_r":0.7012448133,
|
| 385 |
+
"ents_f":0.7155963303,
|
| 386 |
+
"sents_p":0.8511659808,
|
| 387 |
+
"sents_r":0.8902439024,
|
| 388 |
+
"sents_f":0.8702664797,
|
| 389 |
+
"speed":3825.7629872661,
|
| 390 |
+
"dep_las_per_type":{
|
| 391 |
+
"nmod:poss":{
|
| 392 |
+
"p":0.9553903346,
|
| 393 |
+
"r":0.9379562044,
|
| 394 |
+
"f":0.9465930018
|
| 395 |
+
},
|
| 396 |
+
"nsubj":{
|
| 397 |
+
"p":0.828229028,
|
| 398 |
+
"r":0.8178829717,
|
| 399 |
+
"f":0.8230234866
|
| 400 |
+
},
|
| 401 |
+
"aux":{
|
| 402 |
+
"p":0.8929765886,
|
| 403 |
+
"r":0.8782894737,
|
| 404 |
+
"f":0.8855721393
|
| 405 |
+
},
|
| 406 |
+
"advmod":{
|
| 407 |
+
"p":0.7687016337,
|
| 408 |
+
"r":0.786971831,
|
| 409 |
+
"f":0.7777294476
|
| 410 |
+
},
|
| 411 |
+
"root":{
|
| 412 |
+
"p":0.8504801097,
|
| 413 |
+
"r":0.8895265423,
|
| 414 |
+
"f":0.8695652174
|
| 415 |
+
},
|
| 416 |
+
"det":{
|
| 417 |
+
"p":0.93700126,
|
| 418 |
+
"r":0.9645482058,
|
| 419 |
+
"f":0.9505752024
|
| 420 |
+
},
|
| 421 |
+
"amod":{
|
| 422 |
+
"p":0.8596646072,
|
| 423 |
+
"r":0.8727598566,
|
| 424 |
+
"f":0.866162739
|
| 425 |
+
},
|
| 426 |
+
"obl":{
|
| 427 |
+
"p":0.737449118,
|
| 428 |
+
"r":0.7409679618,
|
| 429 |
+
"f":0.7392043523
|
| 430 |
+
},
|
| 431 |
+
"mark":{
|
| 432 |
+
"p":0.887477314,
|
| 433 |
+
"r":0.8907103825,
|
| 434 |
+
"f":0.8890909091
|
| 435 |
+
},
|
| 436 |
+
"ccomp":{
|
| 437 |
+
"p":0.6146788991,
|
| 438 |
+
"r":0.6261682243,
|
| 439 |
+
"f":0.6203703704
|
| 440 |
+
},
|
| 441 |
+
"case":{
|
| 442 |
+
"p":0.9337199669,
|
| 443 |
+
"r":0.9550847458,
|
| 444 |
+
"f":0.9442815249
|
| 445 |
+
},
|
| 446 |
+
"appos":{
|
| 447 |
+
"p":0.7269736842,
|
| 448 |
+
"r":0.6696969697,
|
| 449 |
+
"f":0.6971608833
|
| 450 |
+
},
|
| 451 |
+
"obj":{
|
| 452 |
+
"p":0.7103347889,
|
| 453 |
+
"r":0.743902439,
|
| 454 |
+
"f":0.7267311988
|
| 455 |
+
},
|
| 456 |
+
"compound:prt":{
|
| 457 |
+
"p":0.7638190955,
|
| 458 |
+
"r":0.7004608295,
|
| 459 |
+
"f":0.7307692308
|
| 460 |
+
},
|
| 461 |
+
"xcomp":{
|
| 462 |
+
"p":0.6356877323,
|
| 463 |
+
"r":0.6286764706,
|
| 464 |
+
"f":0.6321626617
|
| 465 |
+
},
|
| 466 |
+
"flat":{
|
| 467 |
+
"p":0.8104046243,
|
| 468 |
+
"r":0.7619565217,
|
| 469 |
+
"f":0.7854341737
|
| 470 |
+
},
|
| 471 |
+
"expl:pv":{
|
| 472 |
+
"p":0.7021276596,
|
| 473 |
+
"r":0.75,
|
| 474 |
+
"f":0.7252747253
|
| 475 |
+
},
|
| 476 |
+
"acl":{
|
| 477 |
+
"p":0.5064935065,
|
| 478 |
+
"r":0.4020618557,
|
| 479 |
+
"f":0.4482758621
|
| 480 |
+
},
|
| 481 |
+
"advcl":{
|
| 482 |
+
"p":0.4837209302,
|
| 483 |
+
"r":0.4684684685,
|
| 484 |
+
"f":0.47597254
|
| 485 |
+
},
|
| 486 |
+
"nummod":{
|
| 487 |
+
"p":0.8301282051,
|
| 488 |
+
"r":0.8633333333,
|
| 489 |
+
"f":0.8464052288
|
| 490 |
+
},
|
| 491 |
+
"nmod":{
|
| 492 |
+
"p":0.7062240664,
|
| 493 |
+
"r":0.7438811189,
|
| 494 |
+
"f":0.7245636441
|
| 495 |
+
},
|
| 496 |
+
"cc":{
|
| 497 |
+
"p":0.8563327032,
|
| 498 |
+
"r":0.8595825427,
|
| 499 |
+
"f":0.8579545455
|
| 500 |
+
},
|
| 501 |
+
"conj":{
|
| 502 |
+
"p":0.5967957276,
|
| 503 |
+
"r":0.6081632653,
|
| 504 |
+
"f":0.602425876
|
| 505 |
+
},
|
| 506 |
+
"nsubj:pass":{
|
| 507 |
+
"p":0.753164557,
|
| 508 |
+
"r":0.748427673,
|
| 509 |
+
"f":0.7507886435
|
| 510 |
+
},
|
| 511 |
+
"aux:pass":{
|
| 512 |
+
"p":0.8681318681,
|
| 513 |
+
"r":0.8777777778,
|
| 514 |
+
"f":0.8729281768
|
| 515 |
+
},
|
| 516 |
+
"cop":{
|
| 517 |
+
"p":0.7167235495,
|
| 518 |
+
"r":0.7720588235,
|
| 519 |
+
"f":0.7433628319
|
| 520 |
+
},
|
| 521 |
+
"parataxis":{
|
| 522 |
+
"p":0.3440366972,
|
| 523 |
+
"r":0.2737226277,
|
| 524 |
+
"f":0.3048780488
|
| 525 |
+
},
|
| 526 |
+
"iobj":{
|
| 527 |
+
"p":0.6315789474,
|
| 528 |
+
"r":0.3636363636,
|
| 529 |
+
"f":0.4615384615
|
| 530 |
+
},
|
| 531 |
+
"acl:relcl":{
|
| 532 |
+
"p":0.5914634146,
|
| 533 |
+
"r":0.6100628931,
|
| 534 |
+
"f":0.600619195
|
| 535 |
+
},
|
| 536 |
+
"expl":{
|
| 537 |
+
"p":0.5,
|
| 538 |
+
"r":0.5714285714,
|
| 539 |
+
"f":0.5333333333
|
| 540 |
+
},
|
| 541 |
+
"fixed":{
|
| 542 |
+
"p":0.7220630372,
|
| 543 |
+
"r":0.4337349398,
|
| 544 |
+
"f":0.5419354839
|
| 545 |
+
},
|
| 546 |
+
"obl:agent":{
|
| 547 |
+
"p":1.0,
|
| 548 |
+
"r":0.8620689655,
|
| 549 |
+
"f":0.9259259259
|
| 550 |
+
},
|
| 551 |
+
"csubj":{
|
| 552 |
+
"p":0.5333333333,
|
| 553 |
+
"r":0.4,
|
| 554 |
+
"f":0.4571428571
|
| 555 |
+
},
|
| 556 |
+
"dep":{
|
| 557 |
+
"p":0.0,
|
| 558 |
+
"r":0.0,
|
| 559 |
+
"f":0.0
|
| 560 |
+
},
|
| 561 |
+
"orphan":{
|
| 562 |
+
"p":0.0,
|
| 563 |
+
"r":0.0,
|
| 564 |
+
"f":0.0
|
| 565 |
+
}
|
| 566 |
+
},
|
| 567 |
+
"ents_per_type":{
|
| 568 |
+
"DATE":{
|
| 569 |
+
"p":0.9459459459,
|
| 570 |
+
"r":0.9090909091,
|
| 571 |
+
"f":0.9271523179
|
| 572 |
+
},
|
| 573 |
+
"NORP":{
|
| 574 |
+
"p":0.6698113208,
|
| 575 |
+
"r":0.8554216867,
|
| 576 |
+
"f":0.7513227513
|
| 577 |
+
},
|
| 578 |
+
"ORG":{
|
| 579 |
+
"p":0.728,
|
| 580 |
+
"r":0.5384615385,
|
| 581 |
+
"f":0.619047619
|
| 582 |
+
},
|
| 583 |
+
"CARDINAL":{
|
| 584 |
+
"p":0.8815789474,
|
| 585 |
+
"r":0.9571428571,
|
| 586 |
+
"f":0.9178082192
|
| 587 |
+
},
|
| 588 |
+
"GPE":{
|
| 589 |
+
"p":0.6724137931,
|
| 590 |
+
"r":0.8571428571,
|
| 591 |
+
"f":0.7536231884
|
| 592 |
+
},
|
| 593 |
+
"MONEY":{
|
| 594 |
+
"p":0.2,
|
| 595 |
+
"r":0.3333333333,
|
| 596 |
+
"f":0.25
|
| 597 |
+
},
|
| 598 |
+
"PERCENT":{
|
| 599 |
+
"p":1.0,
|
| 600 |
+
"r":1.0,
|
| 601 |
+
"f":1.0
|
| 602 |
+
},
|
| 603 |
+
"PERSON":{
|
| 604 |
+
"p":0.6907894737,
|
| 605 |
+
"r":0.6796116505,
|
| 606 |
+
"f":0.6851549755
|
| 607 |
+
},
|
| 608 |
+
"LAW":{
|
| 609 |
+
"p":1.0,
|
| 610 |
+
"r":1.0,
|
| 611 |
+
"f":1.0
|
| 612 |
+
},
|
| 613 |
+
"ORDINAL":{
|
| 614 |
+
"p":0.9090909091,
|
| 615 |
+
"r":0.9090909091,
|
| 616 |
+
"f":0.9090909091
|
| 617 |
+
},
|
| 618 |
+
"WORK_OF_ART":{
|
| 619 |
+
"p":0.6203703704,
|
| 620 |
+
"r":0.3722222222,
|
| 621 |
+
"f":0.4652777778
|
| 622 |
+
},
|
| 623 |
+
"LANGUAGE":{
|
| 624 |
+
"p":0.5833333333,
|
| 625 |
+
"r":0.6363636364,
|
| 626 |
+
"f":0.6086956522
|
| 627 |
+
},
|
| 628 |
+
"QUANTITY":{
|
| 629 |
+
"p":0.8461538462,
|
| 630 |
+
"r":0.9166666667,
|
| 631 |
+
"f":0.88
|
| 632 |
+
},
|
| 633 |
+
"LOC":{
|
| 634 |
+
"p":0.2631578947,
|
| 635 |
+
"r":0.1470588235,
|
| 636 |
+
"f":0.1886792453
|
| 637 |
+
},
|
| 638 |
+
"FAC":{
|
| 639 |
+
"p":0.037037037,
|
| 640 |
+
"r":0.0714285714,
|
| 641 |
+
"f":0.0487804878
|
| 642 |
+
},
|
| 643 |
+
"EVENT":{
|
| 644 |
+
"p":0.3684210526,
|
| 645 |
+
"r":0.3043478261,
|
| 646 |
+
"f":0.3333333333
|
| 647 |
+
},
|
| 648 |
+
"PRODUCT":{
|
| 649 |
+
"p":0.0,
|
| 650 |
+
"r":0.0,
|
| 651 |
+
"f":0.0
|
| 652 |
+
},
|
| 653 |
+
"TIME":{
|
| 654 |
+
"p":1.0,
|
| 655 |
+
"r":1.0,
|
| 656 |
+
"f":1.0
|
| 657 |
+
}
|
| 658 |
+
},
|
| 659 |
+
"token_acc":0.9997165842,
|
| 660 |
+
"pos_acc":0.9546138579,
|
| 661 |
+
"morph_acc":0.9458392409,
|
| 662 |
+
"lemma_acc":0.8520836514,
|
| 663 |
+
"morph_per_feat":{
|
| 664 |
+
"Person":{
|
| 665 |
+
"p":0.986328125,
|
| 666 |
+
"r":0.964660936,
|
| 667 |
+
"f":0.9753742154
|
| 668 |
+
},
|
| 669 |
+
"Poss":{
|
| 670 |
+
"p":0.9846153846,
|
| 671 |
+
"r":0.9733840304,
|
| 672 |
+
"f":0.9789674952
|
| 673 |
+
},
|
| 674 |
+
"PronType":{
|
| 675 |
+
"p":0.9872013652,
|
| 676 |
+
"r":0.9609634551,
|
| 677 |
+
"f":0.9739057239
|
| 678 |
+
},
|
| 679 |
+
"Gender":{
|
| 680 |
+
"p":0.8911903513,
|
| 681 |
+
"r":0.860724234,
|
| 682 |
+
"f":0.875692387
|
| 683 |
+
},
|
| 684 |
+
"Number":{
|
| 685 |
+
"p":0.9758520556,
|
| 686 |
+
"r":0.9529850746,
|
| 687 |
+
"f":0.9642830174
|
| 688 |
+
},
|
| 689 |
+
"Tense":{
|
| 690 |
+
"p":0.9692565679,
|
| 691 |
+
"r":0.9527472527,
|
| 692 |
+
"f":0.9609310058
|
| 693 |
+
},
|
| 694 |
+
"VerbForm":{
|
| 695 |
+
"p":0.9379733141,
|
| 696 |
+
"r":0.9359481828,
|
| 697 |
+
"f":0.9369596542
|
| 698 |
+
},
|
| 699 |
+
"Degree":{
|
| 700 |
+
"p":0.9393491124,
|
| 701 |
+
"r":0.9058487874,
|
| 702 |
+
"f":0.9222948439
|
| 703 |
+
},
|
| 704 |
+
"Definite":{
|
| 705 |
+
"p":0.9951584507,
|
| 706 |
+
"r":0.9947206335,
|
| 707 |
+
"f":0.9949394939
|
| 708 |
+
},
|
| 709 |
+
"Case":{
|
| 710 |
+
"p":0.9940239044,
|
| 711 |
+
"r":0.9940239044,
|
| 712 |
+
"f":0.9940239044
|
| 713 |
+
},
|
| 714 |
+
"Reflex":{
|
| 715 |
+
"p":1.0,
|
| 716 |
+
"r":1.0,
|
| 717 |
+
"f":1.0
|
| 718 |
+
},
|
| 719 |
+
"Foreign":{
|
| 720 |
+
"p":0.68,
|
| 721 |
+
"r":0.2615384615,
|
| 722 |
+
"f":0.3777777778
|
| 723 |
+
},
|
| 724 |
+
"Abbr":{
|
| 725 |
+
"p":0.8333333333,
|
| 726 |
+
"r":0.8333333333,
|
| 727 |
+
"f":0.8333333333
|
| 728 |
+
}
|
| 729 |
+
}
|
| 730 |
+
},
|
| 731 |
+
"sources":[
|
| 732 |
+
{
|
| 733 |
+
"name":"UD Dutch LassySmall v2.5",
|
| 734 |
+
"url":"https://github.com/UniversalDependencies/UD_Dutch-LassySmall",
|
| 735 |
+
"license":"CC BY-SA 4.0",
|
| 736 |
+
"author":"Bouma, Gosse; van Noord, Gertjan"
|
| 737 |
+
},
|
| 738 |
+
{
|
| 739 |
+
"name":"Dutch NER Annotations for UD LassySmall",
|
| 740 |
+
"url":"https://nlp.town",
|
| 741 |
+
"license":"CC BY-SA 4.0",
|
| 742 |
+
"author":"NLP Town"
|
| 743 |
+
},
|
| 744 |
+
{
|
| 745 |
+
"name":"UD Dutch LassySmall v2.5",
|
| 746 |
+
"url":"https://github.com/UniversalDependencies/UD_Dutch-LassySmall",
|
| 747 |
+
"license":"CC BY-SA 4.0",
|
| 748 |
+
"author":"Bouma, Gosse; van Noord, Gertjan"
|
| 749 |
+
},
|
| 750 |
+
{
|
| 751 |
+
"name":"UD Dutch Alpino v2.5",
|
| 752 |
+
"url":"https://github.com/UniversalDependencies/UD_Dutch-Alpino",
|
| 753 |
+
"license":"CC BY-SA 4.0",
|
| 754 |
+
"author":"Zeman, Daniel; \u017dabokrtsk\u00fd, Zden\u011bk; Bouma, Gosse; van Noord, Gertjan"
|
| 755 |
+
},
|
| 756 |
+
{
|
| 757 |
+
"name":"spaCy lookups data",
|
| 758 |
+
"author":"Explosion",
|
| 759 |
+
"url":"https://github.com/explosion/spacy-lookups-data",
|
| 760 |
+
"license":"MIT"
|
| 761 |
+
}
|
| 762 |
+
],
|
| 763 |
+
"requirements":[
|
| 764 |
+
|
| 765 |
+
]
|
| 766 |
+
}
|
morphologizer/cfg
ADDED
|
@@ -0,0 +1,136 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"labels_morph":{
|
| 3 |
+
"POS=PRON|Person=3|PronType=Dem":"Person=3|PronType=Dem",
|
| 4 |
+
"Number=Sing|POS=AUX|Tense=Pres|VerbForm=Fin":"Number=Sing|Tense=Pres|VerbForm=Fin",
|
| 5 |
+
"POS=ADV":"",
|
| 6 |
+
"POS=VERB|VerbForm=Part":"VerbForm=Part",
|
| 7 |
+
"POS=PUNCT":"",
|
| 8 |
+
"Number=Sing|POS=AUX|Tense=Past|VerbForm=Fin":"Number=Sing|Tense=Past|VerbForm=Fin",
|
| 9 |
+
"POS=ADP":"",
|
| 10 |
+
"POS=NUM":"",
|
| 11 |
+
"Number=Plur|POS=NOUN":"Number=Plur",
|
| 12 |
+
"POS=VERB|VerbForm=Inf":"VerbForm=Inf",
|
| 13 |
+
"POS=SCONJ":"",
|
| 14 |
+
"Definite=Def|POS=DET":"Definite=Def",
|
| 15 |
+
"Gender=Com|Number=Sing|POS=NOUN":"Gender=Com|Number=Sing",
|
| 16 |
+
"Number=Sing|POS=VERB|Tense=Pres|VerbForm=Fin":"Number=Sing|Tense=Pres|VerbForm=Fin",
|
| 17 |
+
"Degree=Pos|POS=ADJ":"Degree=Pos",
|
| 18 |
+
"Gender=Neut|Number=Sing|POS=PROPN":"Gender=Neut|Number=Sing",
|
| 19 |
+
"Gender=Com|Number=Sing|POS=PROPN":"Gender=Com|Number=Sing",
|
| 20 |
+
"POS=AUX|VerbForm=Inf":"VerbForm=Inf",
|
| 21 |
+
"Number=Sing|POS=VERB|Tense=Past|VerbForm=Fin":"Number=Sing|Tense=Past|VerbForm=Fin",
|
| 22 |
+
"POS=DET":"",
|
| 23 |
+
"Gender=Neut|Number=Sing|POS=NOUN":"Gender=Neut|Number=Sing",
|
| 24 |
+
"POS=PRON|Person=3|PronType=Prs":"Person=3|PronType=Prs",
|
| 25 |
+
"POS=CCONJ":"",
|
| 26 |
+
"Number=Plur|POS=VERB|Tense=Pres|VerbForm=Fin":"Number=Plur|Tense=Pres|VerbForm=Fin",
|
| 27 |
+
"POS=PRON|Person=3|PronType=Ind":"Person=3|PronType=Ind",
|
| 28 |
+
"Degree=Cmp|POS=ADJ":"Degree=Cmp",
|
| 29 |
+
"Case=Nom|POS=PRON|Person=1|PronType=Prs":"Case=Nom|Person=1|PronType=Prs",
|
| 30 |
+
"Definite=Ind|POS=DET":"Definite=Ind",
|
| 31 |
+
"Case=Nom|POS=PRON|Person=3|PronType=Prs":"Case=Nom|Person=3|PronType=Prs",
|
| 32 |
+
"POS=PRON|Person=3|Poss=Yes|PronType=Prs":"Person=3|Poss=Yes|PronType=Prs",
|
| 33 |
+
"Number=Plur|POS=AUX|Tense=Pres|VerbForm=Fin":"Number=Plur|Tense=Pres|VerbForm=Fin",
|
| 34 |
+
"POS=PRON|PronType=Rel":"PronType=Rel",
|
| 35 |
+
"Case=Acc|POS=PRON|Person=1|PronType=Prs":"Case=Acc|Person=1|PronType=Prs",
|
| 36 |
+
"Number=Plur|POS=VERB|Tense=Past|VerbForm=Fin":"Number=Plur|Tense=Past|VerbForm=Fin",
|
| 37 |
+
"Gender=Com,Neut|Number=Sing|POS=NOUN":"Gender=Com,Neut|Number=Sing",
|
| 38 |
+
"Case=Acc|POS=PRON|Person=3|PronType=Prs|Reflex=Yes":"Case=Acc|Person=3|PronType=Prs|Reflex=Yes",
|
| 39 |
+
"Case=Acc|POS=PRON|Person=3|PronType=Prs":"Case=Acc|Person=3|PronType=Prs",
|
| 40 |
+
"POS=PROPN":"",
|
| 41 |
+
"POS=PRON|PronType=Ind":"PronType=Ind",
|
| 42 |
+
"POS=PRON|Person=3|PronType=Int":"Person=3|PronType=Int",
|
| 43 |
+
"Case=Acc|POS=PRON|PronType=Rcp":"Case=Acc|PronType=Rcp",
|
| 44 |
+
"Number=Plur|POS=AUX|Tense=Past|VerbForm=Fin":"Number=Plur|Tense=Past|VerbForm=Fin",
|
| 45 |
+
"Number=Sing|POS=NOUN":"Number=Sing",
|
| 46 |
+
"POS=PRON|Person=1|Poss=Yes|PronType=Prs":"Person=1|Poss=Yes|PronType=Prs",
|
| 47 |
+
"POS=SYM":"",
|
| 48 |
+
"Abbr=Yes|POS=X":"Abbr=Yes",
|
| 49 |
+
"Gender=Com,Neut|Number=Sing|POS=PROPN":"Gender=Com,Neut|Number=Sing",
|
| 50 |
+
"Degree=Sup|POS=ADJ":"Degree=Sup",
|
| 51 |
+
"Foreign=Yes|POS=X":"Foreign=Yes",
|
| 52 |
+
"POS=ADJ":"",
|
| 53 |
+
"Number=Sing|POS=PROPN":"Number=Sing",
|
| 54 |
+
"POS=PRON|PronType=Dem":"PronType=Dem",
|
| 55 |
+
"POS=AUX|VerbForm=Part":"VerbForm=Part",
|
| 56 |
+
"POS=PRON|Person=3|PronType=Rel":"Person=3|PronType=Rel",
|
| 57 |
+
"Number=Plur|POS=PROPN":"Number=Plur",
|
| 58 |
+
"POS=PRON|Person=2|Poss=Yes|PronType=Prs":"Person=2|Poss=Yes|PronType=Prs",
|
| 59 |
+
"Case=Dat|POS=PRON|PronType=Dem":"Case=Dat|PronType=Dem",
|
| 60 |
+
"Case=Nom|POS=PRON|Person=2|PronType=Prs":"Case=Nom|Person=2|PronType=Prs",
|
| 61 |
+
"POS=X":"",
|
| 62 |
+
"POS=INTJ":"",
|
| 63 |
+
"Case=Gen|POS=PRON|Person=3|Poss=Yes|PronType=Prs":"Case=Gen|Person=3|Poss=Yes|PronType=Prs",
|
| 64 |
+
"POS=PRON|PronType=Int":"PronType=Int",
|
| 65 |
+
"Case=Acc|POS=PRON|Person=2|PronType=Prs":"Case=Acc|Person=2|PronType=Prs",
|
| 66 |
+
"POS=PRON|Person=2|PronType=Prs":"Person=2|PronType=Prs",
|
| 67 |
+
"Case=Gen|POS=PRON|Person=2|PronType=Prs":"Case=Gen|Person=2|PronType=Prs"
|
| 68 |
+
},
|
| 69 |
+
"labels_pos":{
|
| 70 |
+
"POS=PRON|Person=3|PronType=Dem":95,
|
| 71 |
+
"Number=Sing|POS=AUX|Tense=Pres|VerbForm=Fin":87,
|
| 72 |
+
"POS=ADV":86,
|
| 73 |
+
"POS=VERB|VerbForm=Part":100,
|
| 74 |
+
"POS=PUNCT":97,
|
| 75 |
+
"Number=Sing|POS=AUX|Tense=Past|VerbForm=Fin":87,
|
| 76 |
+
"POS=ADP":85,
|
| 77 |
+
"POS=NUM":93,
|
| 78 |
+
"Number=Plur|POS=NOUN":92,
|
| 79 |
+
"POS=VERB|VerbForm=Inf":100,
|
| 80 |
+
"POS=SCONJ":98,
|
| 81 |
+
"Definite=Def|POS=DET":90,
|
| 82 |
+
"Gender=Com|Number=Sing|POS=NOUN":92,
|
| 83 |
+
"Number=Sing|POS=VERB|Tense=Pres|VerbForm=Fin":100,
|
| 84 |
+
"Degree=Pos|POS=ADJ":84,
|
| 85 |
+
"Gender=Neut|Number=Sing|POS=PROPN":96,
|
| 86 |
+
"Gender=Com|Number=Sing|POS=PROPN":96,
|
| 87 |
+
"POS=AUX|VerbForm=Inf":87,
|
| 88 |
+
"Number=Sing|POS=VERB|Tense=Past|VerbForm=Fin":100,
|
| 89 |
+
"POS=DET":90,
|
| 90 |
+
"Gender=Neut|Number=Sing|POS=NOUN":92,
|
| 91 |
+
"POS=PRON|Person=3|PronType=Prs":95,
|
| 92 |
+
"POS=CCONJ":89,
|
| 93 |
+
"Number=Plur|POS=VERB|Tense=Pres|VerbForm=Fin":100,
|
| 94 |
+
"POS=PRON|Person=3|PronType=Ind":95,
|
| 95 |
+
"Degree=Cmp|POS=ADJ":84,
|
| 96 |
+
"Case=Nom|POS=PRON|Person=1|PronType=Prs":95,
|
| 97 |
+
"Definite=Ind|POS=DET":90,
|
| 98 |
+
"Case=Nom|POS=PRON|Person=3|PronType=Prs":95,
|
| 99 |
+
"POS=PRON|Person=3|Poss=Yes|PronType=Prs":95,
|
| 100 |
+
"Number=Plur|POS=AUX|Tense=Pres|VerbForm=Fin":87,
|
| 101 |
+
"POS=PRON|PronType=Rel":95,
|
| 102 |
+
"Case=Acc|POS=PRON|Person=1|PronType=Prs":95,
|
| 103 |
+
"Number=Plur|POS=VERB|Tense=Past|VerbForm=Fin":100,
|
| 104 |
+
"Gender=Com,Neut|Number=Sing|POS=NOUN":92,
|
| 105 |
+
"Case=Acc|POS=PRON|Person=3|PronType=Prs|Reflex=Yes":95,
|
| 106 |
+
"Case=Acc|POS=PRON|Person=3|PronType=Prs":95,
|
| 107 |
+
"POS=PROPN":96,
|
| 108 |
+
"POS=PRON|PronType=Ind":95,
|
| 109 |
+
"POS=PRON|Person=3|PronType=Int":95,
|
| 110 |
+
"Case=Acc|POS=PRON|PronType=Rcp":95,
|
| 111 |
+
"Number=Plur|POS=AUX|Tense=Past|VerbForm=Fin":87,
|
| 112 |
+
"Number=Sing|POS=NOUN":92,
|
| 113 |
+
"POS=PRON|Person=1|Poss=Yes|PronType=Prs":95,
|
| 114 |
+
"POS=SYM":99,
|
| 115 |
+
"Abbr=Yes|POS=X":101,
|
| 116 |
+
"Gender=Com,Neut|Number=Sing|POS=PROPN":96,
|
| 117 |
+
"Degree=Sup|POS=ADJ":84,
|
| 118 |
+
"Foreign=Yes|POS=X":101,
|
| 119 |
+
"POS=ADJ":84,
|
| 120 |
+
"Number=Sing|POS=PROPN":96,
|
| 121 |
+
"POS=PRON|PronType=Dem":95,
|
| 122 |
+
"POS=AUX|VerbForm=Part":87,
|
| 123 |
+
"POS=PRON|Person=3|PronType=Rel":95,
|
| 124 |
+
"Number=Plur|POS=PROPN":96,
|
| 125 |
+
"POS=PRON|Person=2|Poss=Yes|PronType=Prs":95,
|
| 126 |
+
"Case=Dat|POS=PRON|PronType=Dem":95,
|
| 127 |
+
"Case=Nom|POS=PRON|Person=2|PronType=Prs":95,
|
| 128 |
+
"POS=X":101,
|
| 129 |
+
"POS=INTJ":91,
|
| 130 |
+
"Case=Gen|POS=PRON|Person=3|Poss=Yes|PronType=Prs":95,
|
| 131 |
+
"POS=PRON|PronType=Int":95,
|
| 132 |
+
"Case=Acc|POS=PRON|Person=2|PronType=Prs":95,
|
| 133 |
+
"POS=PRON|Person=2|PronType=Prs":95,
|
| 134 |
+
"Case=Gen|POS=PRON|Person=2|PronType=Prs":95
|
| 135 |
+
}
|
| 136 |
+
}
|
morphologizer/model
ADDED
|
Binary file (25.6 kB). View file
|
|
|
ner/cfg
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"moves":null,
|
| 3 |
+
"update_with_oracle_cut_size":100,
|
| 4 |
+
"multitasks":[
|
| 5 |
+
|
| 6 |
+
],
|
| 7 |
+
"min_action_freq":1,
|
| 8 |
+
"learn_tokens":false,
|
| 9 |
+
"beam_width":1,
|
| 10 |
+
"beam_density":0.0,
|
| 11 |
+
"beam_update_prob":0.0,
|
| 12 |
+
"incorrect_spans_key":null
|
| 13 |
+
}
|
ner/model
ADDED
|
Binary file (6.73 MB). View file
|
|
|
ner/moves
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
��moves��{"0":{},"1":{"PERSON":4544,"DATE":2681,"GPE":2521,"ORG":2170,"WORK_OF_ART":1437,"NORP":1021,"CARDINAL":761,"EVENT":604,"FAC":527,"LOC":301,"ORDINAL":233,"LANGUAGE":146,"PERCENT":100,"QUANTITY":90,"LAW":65,"TIME":54,"PRODUCT":37,"MONEY":34},"2":{"PERSON":4544,"DATE":2681,"GPE":2521,"ORG":2170,"WORK_OF_ART":1437,"NORP":1021,"CARDINAL":761,"EVENT":604,"FAC":527,"LOC":301,"ORDINAL":233,"LANGUAGE":146,"PERCENT":100,"QUANTITY":90,"LAW":65,"TIME":54,"PRODUCT":37,"MONEY":34},"3":{"PERSON":4544,"DATE":2681,"GPE":2521,"ORG":2170,"WORK_OF_ART":1437,"NORP":1021,"CARDINAL":761,"EVENT":604,"FAC":527,"LOC":301,"ORDINAL":233,"LANGUAGE":146,"PERCENT":100,"QUANTITY":90,"LAW":65,"TIME":54,"PRODUCT":37,"MONEY":34},"4":{"PERSON":4544,"DATE":2681,"GPE":2521,"ORG":2170,"WORK_OF_ART":1437,"NORP":1021,"CARDINAL":761,"EVENT":604,"FAC":527,"LOC":301,"ORDINAL":233,"LANGUAGE":146,"PERCENT":100,"QUANTITY":90,"LAW":65,"TIME":54,"PRODUCT":37,"MONEY":34,"":1},"5":{"":1}}�cfg��neg_key�
|
nl_core_news_sm-any-py3-none-any.whl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:702d52cc3abb24f4cee4ed7343aa3efd6588cb15a1aaff307e79250bc23db016
|
| 3 |
+
size 17109227
|
parser/cfg
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"moves":null,
|
| 3 |
+
"update_with_oracle_cut_size":100,
|
| 4 |
+
"multitasks":[
|
| 5 |
+
|
| 6 |
+
],
|
| 7 |
+
"min_action_freq":30,
|
| 8 |
+
"learn_tokens":false,
|
| 9 |
+
"beam_width":1,
|
| 10 |
+
"beam_density":0.0,
|
| 11 |
+
"beam_update_prob":0.0,
|
| 12 |
+
"incorrect_spans_key":null
|
| 13 |
+
}
|
parser/model
ADDED
|
Binary file (315 kB). View file
|
|
|
parser/moves
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
��moves��{"0":{"":151388},"1":{"":91342},"2":{"det":29783,"case":26176,"nsubj":13581,"amod":12961,"punct":11732,"advmod":9779,"obl":8002,"mark":6673,"cc":5427,"obj":4504,"aux":4192,"nsubj:pass":2504,"aux:pass":2464,"cop":2079,"nummod":2057,"nmod:poss":2023,"nmod":1226,"xcomp":1155,"compound:prt":842,"advcl":643,"acl":491,"parataxis":419,"iobj":306,"expl":273,"advmod||xcomp":271,"obl||xcomp":266,"expl:pv":262,"obl:agent":227,"obj||xcomp":204,"case||obl":161,"ccomp":108,"expl||advcl":60,"case||advcl":51,"csubj":50,"advmod||ccomp":50,"obl||ccomp":48,"obj||ccomp":47,"obl||obj":38,"advcl||xcomp":30,"dep":0},"3":{"punct":19438,"nmod":13005,"flat":9123,"conj":7122,"obl":6774,"fixed":4655,"nsubj":4274,"appos":3317,"obj":3143,"advmod":3111,"parataxis":2300,"xcomp":2115,"acl:relcl":2029,"advcl":1591,"compound:prt":1377,"cop":1278,"ccomp":1228,"acl":767,"amod":504,"aux:pass":396,"csubj":394,"nummod":367,"aux":353,"iobj":229,"expl:pv":225,"obl:agent":220,"nmod||obj":179,"advcl||advmod":154,"case":148,"acl:relcl||obj":135,"case||obl":133,"acl:relcl||nsubj":98,"acl||obj":88,"expl":83,"orphan":72,"mark":69,"acl:relcl||nsubj:pass":56,"obl||xcomp":54,"expl||advcl":47,"cc":38,"advcl||amod":35,"advcl||nmod":32,"obl||obj":31,"nmod||nsubj":31,"dep":0},"4":{"ROOT":18043}}�cfg��neg_key�
|
senter/cfg
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
|
| 3 |
+
}
|
senter/model
ADDED
|
Binary file (190 kB). View file
|
|
|
tagger/cfg
ADDED
|
@@ -0,0 +1,201 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"labels":[
|
| 3 |
+
"ADJ|nom|basis|met-e|mv-n",
|
| 4 |
+
"ADJ|nom|basis|met-e|zonder-n|bijz",
|
| 5 |
+
"ADJ|nom|basis|met-e|zonder-n|stan",
|
| 6 |
+
"ADJ|nom|basis|zonder|mv-n",
|
| 7 |
+
"ADJ|nom|basis|zonder|zonder-n",
|
| 8 |
+
"ADJ|nom|comp|met-e|mv-n",
|
| 9 |
+
"ADJ|nom|comp|met-e|zonder-n|stan",
|
| 10 |
+
"ADJ|nom|sup|met-e|mv-n",
|
| 11 |
+
"ADJ|nom|sup|met-e|zonder-n|stan",
|
| 12 |
+
"ADJ|nom|sup|zonder|zonder-n",
|
| 13 |
+
"ADJ|postnom|basis|met-s",
|
| 14 |
+
"ADJ|postnom|basis|zonder",
|
| 15 |
+
"ADJ|postnom|comp|met-s",
|
| 16 |
+
"ADJ|prenom|basis|met-e|bijz",
|
| 17 |
+
"ADJ|prenom|basis|met-e|stan",
|
| 18 |
+
"ADJ|prenom|basis|zonder",
|
| 19 |
+
"ADJ|prenom|comp|met-e|stan",
|
| 20 |
+
"ADJ|prenom|comp|zonder",
|
| 21 |
+
"ADJ|prenom|sup|met-e|stan",
|
| 22 |
+
"ADJ|vrij|basis|zonder",
|
| 23 |
+
"ADJ|vrij|comp|zonder",
|
| 24 |
+
"ADJ|vrij|dim|zonder",
|
| 25 |
+
"ADJ|vrij|sup|zonder",
|
| 26 |
+
"BW",
|
| 27 |
+
"LET",
|
| 28 |
+
"LID|bep|dat|evmo",
|
| 29 |
+
"LID|bep|gen|evmo",
|
| 30 |
+
"LID|bep|gen|rest3",
|
| 31 |
+
"LID|bep|stan|evon",
|
| 32 |
+
"LID|bep|stan|rest",
|
| 33 |
+
"LID|onbep|stan|agr",
|
| 34 |
+
"N|eigen|ev|basis|gen",
|
| 35 |
+
"N|eigen|ev|basis|genus|stan",
|
| 36 |
+
"N|eigen|ev|basis|onz|stan",
|
| 37 |
+
"N|eigen|ev|basis|zijd|stan",
|
| 38 |
+
"N|eigen|ev|dim|onz|stan",
|
| 39 |
+
"N|eigen|mv|basis",
|
| 40 |
+
"N|soort|ev|basis|dat",
|
| 41 |
+
"N|soort|ev|basis|gen",
|
| 42 |
+
"N|soort|ev|basis|genus|stan",
|
| 43 |
+
"N|soort|ev|basis|onz|stan",
|
| 44 |
+
"N|soort|ev|basis|zijd|stan",
|
| 45 |
+
"N|soort|ev|dim|onz|stan",
|
| 46 |
+
"N|soort|mv|basis",
|
| 47 |
+
"N|soort|mv|dim",
|
| 48 |
+
"SPEC|afgebr",
|
| 49 |
+
"SPEC|afk",
|
| 50 |
+
"SPEC|deeleigen",
|
| 51 |
+
"SPEC|enof",
|
| 52 |
+
"SPEC|meta",
|
| 53 |
+
"SPEC|symb",
|
| 54 |
+
"SPEC|vreemd",
|
| 55 |
+
"TSW",
|
| 56 |
+
"TW|hoofd|nom|mv-n|basis",
|
| 57 |
+
"TW|hoofd|nom|mv-n|dim",
|
| 58 |
+
"TW|hoofd|nom|zonder-n|basis",
|
| 59 |
+
"TW|hoofd|nom|zonder-n|dim",
|
| 60 |
+
"TW|hoofd|prenom|stan",
|
| 61 |
+
"TW|hoofd|vrij",
|
| 62 |
+
"TW|rang|nom|mv-n",
|
| 63 |
+
"TW|rang|nom|zonder-n",
|
| 64 |
+
"TW|rang|prenom|stan",
|
| 65 |
+
"VG|neven",
|
| 66 |
+
"VG|onder",
|
| 67 |
+
"VNW|aanw|adv-pron|obl|vol|3o|getal",
|
| 68 |
+
"VNW|aanw|adv-pron|stan|red|3|getal",
|
| 69 |
+
"VNW|aanw|det|dat|nom|met-e|zonder-n",
|
| 70 |
+
"VNW|aanw|det|dat|prenom|met-e|evmo",
|
| 71 |
+
"VNW|aanw|det|gen|prenom|met-e|rest3",
|
| 72 |
+
"VNW|aanw|det|stan|nom|met-e|mv-n",
|
| 73 |
+
"VNW|aanw|det|stan|nom|met-e|zonder-n",
|
| 74 |
+
"VNW|aanw|det|stan|prenom|met-e|rest",
|
| 75 |
+
"VNW|aanw|det|stan|prenom|zonder|agr",
|
| 76 |
+
"VNW|aanw|det|stan|prenom|zonder|evon",
|
| 77 |
+
"VNW|aanw|det|stan|prenom|zonder|rest",
|
| 78 |
+
"VNW|aanw|det|stan|vrij|zonder",
|
| 79 |
+
"VNW|aanw|pron|gen|vol|3m|ev",
|
| 80 |
+
"VNW|aanw|pron|stan|vol|3o|ev",
|
| 81 |
+
"VNW|aanw|pron|stan|vol|3|getal",
|
| 82 |
+
"VNW|betr|det|stan|nom|met-e|zonder-n",
|
| 83 |
+
"VNW|betr|det|stan|nom|zonder|zonder-n",
|
| 84 |
+
"VNW|betr|pron|stan|vol|3|ev",
|
| 85 |
+
"VNW|betr|pron|stan|vol|persoon|getal",
|
| 86 |
+
"VNW|bez|det|gen|vol|3|ev|prenom|met-e|rest3",
|
| 87 |
+
"VNW|bez|det|stan|nadr|2v|mv|prenom|zonder|agr",
|
| 88 |
+
"VNW|bez|det|stan|red|1|ev|prenom|zonder|agr",
|
| 89 |
+
"VNW|bez|det|stan|red|2v|ev|prenom|zonder|agr",
|
| 90 |
+
"VNW|bez|det|stan|red|3|ev|prenom|zonder|agr",
|
| 91 |
+
"VNW|bez|det|stan|vol|1|ev|prenom|zonder|agr",
|
| 92 |
+
"VNW|bez|det|stan|vol|1|mv|prenom|met-e|rest",
|
| 93 |
+
"VNW|bez|det|stan|vol|1|mv|prenom|zonder|evon",
|
| 94 |
+
"VNW|bez|det|stan|vol|2v|ev|prenom|zonder|agr",
|
| 95 |
+
"VNW|bez|det|stan|vol|2|getal|prenom|zonder|agr",
|
| 96 |
+
"VNW|bez|det|stan|vol|3m|ev|nom|met-e|zonder-n",
|
| 97 |
+
"VNW|bez|det|stan|vol|3m|ev|prenom|met-e|rest",
|
| 98 |
+
"VNW|bez|det|stan|vol|3p|mv|prenom|met-e|rest",
|
| 99 |
+
"VNW|bez|det|stan|vol|3v|ev|nom|met-e|zonder-n",
|
| 100 |
+
"VNW|bez|det|stan|vol|3v|ev|prenom|met-e|rest",
|
| 101 |
+
"VNW|bez|det|stan|vol|3|ev|prenom|zonder|agr",
|
| 102 |
+
"VNW|bez|det|stan|vol|3|mv|prenom|zonder|agr",
|
| 103 |
+
"VNW|onbep|adv-pron|gen|red|3|getal",
|
| 104 |
+
"VNW|onbep|adv-pron|obl|vol|3o|getal",
|
| 105 |
+
"VNW|onbep|det|stan|nom|met-e|mv-n",
|
| 106 |
+
"VNW|onbep|det|stan|nom|met-e|zonder-n",
|
| 107 |
+
"VNW|onbep|det|stan|prenom|met-e|agr",
|
| 108 |
+
"VNW|onbep|det|stan|prenom|met-e|evz",
|
| 109 |
+
"VNW|onbep|det|stan|prenom|met-e|mv",
|
| 110 |
+
"VNW|onbep|det|stan|prenom|met-e|rest",
|
| 111 |
+
"VNW|onbep|det|stan|prenom|zonder|agr",
|
| 112 |
+
"VNW|onbep|det|stan|prenom|zonder|evon",
|
| 113 |
+
"VNW|onbep|det|stan|vrij|zonder",
|
| 114 |
+
"VNW|onbep|grad|gen|nom|met-e|mv-n|basis",
|
| 115 |
+
"VNW|onbep|grad|stan|nom|met-e|mv-n|basis",
|
| 116 |
+
"VNW|onbep|grad|stan|nom|met-e|mv-n|sup",
|
| 117 |
+
"VNW|onbep|grad|stan|nom|met-e|zonder-n|basis",
|
| 118 |
+
"VNW|onbep|grad|stan|nom|met-e|zonder-n|sup",
|
| 119 |
+
"VNW|onbep|grad|stan|prenom|met-e|agr|basis",
|
| 120 |
+
"VNW|onbep|grad|stan|prenom|met-e|agr|comp",
|
| 121 |
+
"VNW|onbep|grad|stan|prenom|met-e|agr|sup",
|
| 122 |
+
"VNW|onbep|grad|stan|prenom|met-e|mv|basis",
|
| 123 |
+
"VNW|onbep|grad|stan|prenom|zonder|agr|basis",
|
| 124 |
+
"VNW|onbep|grad|stan|prenom|zonder|agr|comp",
|
| 125 |
+
"VNW|onbep|grad|stan|vrij|zonder|basis",
|
| 126 |
+
"VNW|onbep|grad|stan|vrij|zonder|comp",
|
| 127 |
+
"VNW|onbep|grad|stan|vrij|zonder|sup",
|
| 128 |
+
"VNW|onbep|pron|gen|vol|3p|ev",
|
| 129 |
+
"VNW|onbep|pron|stan|vol|3o|ev",
|
| 130 |
+
"VNW|onbep|pron|stan|vol|3p|ev",
|
| 131 |
+
"VNW|pers|pron|gen|vol|2|getal",
|
| 132 |
+
"VNW|pers|pron|nomin|nadr|3m|ev|masc",
|
| 133 |
+
"VNW|pers|pron|nomin|nadr|3v|ev|fem",
|
| 134 |
+
"VNW|pers|pron|nomin|red|1|mv",
|
| 135 |
+
"VNW|pers|pron|nomin|red|2v|ev",
|
| 136 |
+
"VNW|pers|pron|nomin|red|2|getal",
|
| 137 |
+
"VNW|pers|pron|nomin|red|3p|ev|masc",
|
| 138 |
+
"VNW|pers|pron|nomin|red|3|ev|masc",
|
| 139 |
+
"VNW|pers|pron|nomin|vol|1|ev",
|
| 140 |
+
"VNW|pers|pron|nomin|vol|1|mv",
|
| 141 |
+
"VNW|pers|pron|nomin|vol|2b|getal",
|
| 142 |
+
"VNW|pers|pron|nomin|vol|2v|ev",
|
| 143 |
+
"VNW|pers|pron|nomin|vol|2|getal",
|
| 144 |
+
"VNW|pers|pron|nomin|vol|3p|mv",
|
| 145 |
+
"VNW|pers|pron|nomin|vol|3v|ev|fem",
|
| 146 |
+
"VNW|pers|pron|nomin|vol|3|ev|masc",
|
| 147 |
+
"VNW|pers|pron|obl|nadr|3m|ev|masc",
|
| 148 |
+
"VNW|pers|pron|obl|red|3|ev|masc",
|
| 149 |
+
"VNW|pers|pron|obl|vol|2v|ev",
|
| 150 |
+
"VNW|pers|pron|obl|vol|3p|mv",
|
| 151 |
+
"VNW|pers|pron|obl|vol|3|ev|masc",
|
| 152 |
+
"VNW|pers|pron|obl|vol|3|getal|fem",
|
| 153 |
+
"VNW|pers|pron|stan|nadr|2v|mv",
|
| 154 |
+
"VNW|pers|pron|stan|red|3|ev|fem",
|
| 155 |
+
"VNW|pers|pron|stan|red|3|ev|onz",
|
| 156 |
+
"VNW|pers|pron|stan|red|3|mv",
|
| 157 |
+
"VNW|pr|pron|obl|nadr|1|ev",
|
| 158 |
+
"VNW|pr|pron|obl|nadr|2v|getal",
|
| 159 |
+
"VNW|pr|pron|obl|nadr|2|getal",
|
| 160 |
+
"VNW|pr|pron|obl|red|1|ev",
|
| 161 |
+
"VNW|pr|pron|obl|red|2v|getal",
|
| 162 |
+
"VNW|pr|pron|obl|vol|1|ev",
|
| 163 |
+
"VNW|pr|pron|obl|vol|1|mv",
|
| 164 |
+
"VNW|pr|pron|obl|vol|2|getal",
|
| 165 |
+
"VNW|recip|pron|gen|vol|persoon|mv",
|
| 166 |
+
"VNW|recip|pron|obl|vol|persoon|mv",
|
| 167 |
+
"VNW|refl|pron|obl|nadr|3|getal",
|
| 168 |
+
"VNW|refl|pron|obl|red|3|getal",
|
| 169 |
+
"VNW|vb|adv-pron|obl|vol|3o|getal",
|
| 170 |
+
"VNW|vb|det|stan|nom|met-e|zonder-n",
|
| 171 |
+
"VNW|vb|det|stan|prenom|met-e|rest",
|
| 172 |
+
"VNW|vb|det|stan|prenom|zonder|evon",
|
| 173 |
+
"VNW|vb|pron|gen|vol|3m|ev",
|
| 174 |
+
"VNW|vb|pron|gen|vol|3p|mv",
|
| 175 |
+
"VNW|vb|pron|gen|vol|3v|ev",
|
| 176 |
+
"VNW|vb|pron|stan|vol|3o|ev",
|
| 177 |
+
"VNW|vb|pron|stan|vol|3p|getal",
|
| 178 |
+
"VZ|fin",
|
| 179 |
+
"VZ|init",
|
| 180 |
+
"VZ|versm",
|
| 181 |
+
"WW|inf|nom|zonder|zonder-n",
|
| 182 |
+
"WW|inf|prenom|met-e",
|
| 183 |
+
"WW|inf|vrij|zonder",
|
| 184 |
+
"WW|od|nom|met-e|mv-n",
|
| 185 |
+
"WW|od|nom|met-e|zonder-n",
|
| 186 |
+
"WW|od|prenom|met-e",
|
| 187 |
+
"WW|od|prenom|zonder",
|
| 188 |
+
"WW|od|vrij|zonder",
|
| 189 |
+
"WW|pv|conj|ev",
|
| 190 |
+
"WW|pv|tgw|ev",
|
| 191 |
+
"WW|pv|tgw|met-t",
|
| 192 |
+
"WW|pv|tgw|mv",
|
| 193 |
+
"WW|pv|verl|ev",
|
| 194 |
+
"WW|pv|verl|mv",
|
| 195 |
+
"WW|vd|nom|met-e|mv-n",
|
| 196 |
+
"WW|vd|nom|met-e|zonder-n",
|
| 197 |
+
"WW|vd|prenom|met-e",
|
| 198 |
+
"WW|vd|prenom|zonder",
|
| 199 |
+
"WW|vd|vrij|zonder"
|
| 200 |
+
]
|
| 201 |
+
}
|
tagger/model
ADDED
|
Binary file (76.8 kB). View file
|
|
|
tok2vec/cfg
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
|
| 3 |
+
}
|
tok2vec/model
ADDED
|
Binary file (6.59 MB). View file
|
|
|
tokenizer
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
vocab/key2row
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
�
|
vocab/lookups.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:76be8b528d0075f7aae98d6fa57a6d3c83ae480a8469e668d7b0af968995ac71
|
| 3 |
+
size 1
|
vocab/strings.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b604a5e176f59b212c7504edc48f210c9d54707c8bce8892ec021ce80127098e
|
| 3 |
+
size 959164
|
vocab/vectors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:14772b683e726436d5948ad3fff2b43d036ef2ebbe3458aafed6004e05a40706
|
| 3 |
+
size 128
|