osanseviero
commited on
Commit
•
cfbc9d4
1
Parent(s):
761c1da
Update spaCy pipeline
Browse files- .gitattributes +4 -0
- LICENSE +428 -0
- LICENSES_SOURCES +1060 -0
- README.md +106 -0
- accuracy.json +447 -0
- attribute_ruler/patterns +0 -0
- config.cfg +260 -0
- lemmatizer/lookups/lookups.bin +3 -0
- meta.json +1067 -0
- ner/cfg +13 -0
- ner/model +0 -0
- ner/moves +0 -0
- parser/cfg +13 -0
- parser/model +0 -0
- parser/moves +1 -0
- ro_core_news_lg-any-py3-none-any.whl +3 -0
- senter/cfg +3 -0
- senter/model +0 -0
- tagger/cfg +474 -0
- tagger/model +0 -0
- tok2vec/cfg +3 -0
- tok2vec/model +0 -0
- tokenizer +3 -0
- vocab/key2row +0 -0
- vocab/lookups.bin +3 -0
- vocab/strings.json +3 -0
- vocab/vectors +3 -0
.gitattributes
CHANGED
@@ -14,3 +14,7 @@
|
|
14 |
*.pb filter=lfs diff=lfs merge=lfs -text
|
15 |
*.pt filter=lfs diff=lfs merge=lfs -text
|
16 |
*.pth filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
14 |
*.pb filter=lfs diff=lfs merge=lfs -text
|
15 |
*.pt filter=lfs diff=lfs merge=lfs -text
|
16 |
*.pth filter=lfs diff=lfs merge=lfs -text
|
17 |
+
*.whl filter=lfs diff=lfs merge=lfs -text
|
18 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
19 |
+
*strings.json filter=lfs diff=lfs merge=lfs -text
|
20 |
+
vectors filter=lfs diff=lfs merge=lfs -text
|
LICENSE
ADDED
@@ -0,0 +1,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,1060 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Lemmatization Lists
|
2 |
+
|
3 |
+
* Author: Michal Měchura
|
4 |
+
* URL: https://github.com/michmech/lemmatization-lists/
|
5 |
+
* License: ODbL
|
6 |
+
|
7 |
+
```
|
8 |
+
## ODC Open Database License (ODbL)
|
9 |
+
|
10 |
+
### Preamble
|
11 |
+
|
12 |
+
The Open Database License (ODbL) is a license agreement intended to
|
13 |
+
allow users to freely share, modify, and use this Database while
|
14 |
+
maintaining this same freedom for others. Many databases are covered by
|
15 |
+
copyright, and therefore this document licenses these rights. Some
|
16 |
+
jurisdictions, mainly in the European Union, have specific rights that
|
17 |
+
cover databases, and so the ODbL addresses these rights, too. Finally,
|
18 |
+
the ODbL is also an agreement in contract for users of this Database to
|
19 |
+
act in certain ways in return for accessing this Database.
|
20 |
+
|
21 |
+
Databases can contain a wide variety of types of content (images,
|
22 |
+
audiovisual material, and sounds all in the same database, for example),
|
23 |
+
and so the ODbL only governs the rights over the Database, and not the
|
24 |
+
contents of the Database individually. Licensors should use the ODbL
|
25 |
+
together with another license for the contents, if the contents have a
|
26 |
+
single set of rights that uniformly covers all of the contents. If the
|
27 |
+
contents have multiple sets of different rights, Licensors should
|
28 |
+
describe what rights govern what contents together in the individual
|
29 |
+
record or in some other way that clarifies what rights apply.
|
30 |
+
|
31 |
+
Sometimes the contents of a database, or the database itself, can be
|
32 |
+
covered by other rights not addressed here (such as private contracts,
|
33 |
+
trade mark over the name, or privacy rights / data protection rights
|
34 |
+
over information in the contents), and so you are advised that you may
|
35 |
+
have to consult other documents or clear other rights before doing
|
36 |
+
activities not covered by this License.
|
37 |
+
|
38 |
+
------
|
39 |
+
|
40 |
+
The Licensor (as defined below)
|
41 |
+
|
42 |
+
and
|
43 |
+
|
44 |
+
You (as defined below)
|
45 |
+
|
46 |
+
agree as follows:
|
47 |
+
|
48 |
+
### 1.0 Definitions of Capitalised Words
|
49 |
+
|
50 |
+
"Collective Database" – Means this Database in unmodified form as part
|
51 |
+
of a collection of independent databases in themselves that together are
|
52 |
+
assembled into a collective whole. A work that constitutes a Collective
|
53 |
+
Database will not be considered a Derivative Database.
|
54 |
+
|
55 |
+
"Convey" – As a verb, means Using the Database, a Derivative Database,
|
56 |
+
or the Database as part of a Collective Database in any way that enables
|
57 |
+
a Person to make or receive copies of the Database or a Derivative
|
58 |
+
Database. Conveying does not include interaction with a user through a
|
59 |
+
computer network, or creating and Using a Produced Work, where no
|
60 |
+
transfer of a copy of the Database or a Derivative Database occurs.
|
61 |
+
"Contents" – The contents of this Database, which includes the
|
62 |
+
information, independent works, or other material collected into the
|
63 |
+
Database. For example, the contents of the Database could be factual
|
64 |
+
data or works such as images, audiovisual material, text, or sounds.
|
65 |
+
|
66 |
+
"Database" – A collection of material (the Contents) arranged in a
|
67 |
+
systematic or methodical way and individually accessible by electronic
|
68 |
+
or other means offered under the terms of this License.
|
69 |
+
|
70 |
+
"Database Directive" – Means Directive 96/9/EC of the European
|
71 |
+
Parliament and of the Council of 11 March 1996 on the legal protection
|
72 |
+
of databases, as amended or succeeded.
|
73 |
+
|
74 |
+
"Database Right" – Means rights resulting from the Chapter III ("sui
|
75 |
+
generis") rights in the Database Directive (as amended and as transposed
|
76 |
+
by member states), which includes the Extraction and Re-utilisation of
|
77 |
+
the whole or a Substantial part of the Contents, as well as any similar
|
78 |
+
rights available in the relevant jurisdiction under Section 10.4.
|
79 |
+
|
80 |
+
"Derivative Database" – Means a database based upon the Database, and
|
81 |
+
includes any translation, adaptation, arrangement, modification, or any
|
82 |
+
other alteration of the Database or of a Substantial part of the
|
83 |
+
Contents. This includes, but is not limited to, Extracting or
|
84 |
+
Re-utilising the whole or a Substantial part of the Contents in a new
|
85 |
+
Database.
|
86 |
+
|
87 |
+
"Extraction" – Means the permanent or temporary transfer of all or a
|
88 |
+
Substantial part of the Contents to another medium by any means or in
|
89 |
+
any form.
|
90 |
+
|
91 |
+
"License" – Means this license agreement and is both a license of rights
|
92 |
+
such as copyright and Database Rights and an agreement in contract.
|
93 |
+
|
94 |
+
"Licensor" – Means the Person that offers the Database under the terms
|
95 |
+
of this License.
|
96 |
+
|
97 |
+
"Person" – Means a natural or legal person or a body of persons
|
98 |
+
corporate or incorporate.
|
99 |
+
|
100 |
+
"Produced Work" – a work (such as an image, audiovisual material, text,
|
101 |
+
or sounds) resulting from using the whole or a Substantial part of the
|
102 |
+
Contents (via a search or other query) from this Database, a Derivative
|
103 |
+
Database, or this Database as part of a Collective Database.
|
104 |
+
|
105 |
+
"Publicly" – means to Persons other than You or under Your control by
|
106 |
+
either more than 50% ownership or by the power to direct their
|
107 |
+
activities (such as contracting with an independent consultant).
|
108 |
+
|
109 |
+
"Re-utilisation" – means any form of making available to the public all
|
110 |
+
or a Substantial part of the Contents by the distribution of copies, by
|
111 |
+
renting, by online or other forms of transmission.
|
112 |
+
|
113 |
+
"Substantial" – Means substantial in terms of quantity or quality or a
|
114 |
+
combination of both. The repeated and systematic Extraction or
|
115 |
+
Re-utilisation of insubstantial parts of the Contents may amount to the
|
116 |
+
Extraction or Re-utilisation of a Substantial part of the Contents.
|
117 |
+
|
118 |
+
"Use" – As a verb, means doing any act that is restricted by copyright
|
119 |
+
or Database Rights whether in the original medium or any other; and
|
120 |
+
includes without limitation distributing, copying, publicly performing,
|
121 |
+
publicly displaying, and preparing derivative works of the Database, as
|
122 |
+
well as modifying the Database as may be technically necessary to use it
|
123 |
+
in a different mode or format.
|
124 |
+
|
125 |
+
"You" – Means a Person exercising rights under this License who has not
|
126 |
+
previously violated the terms of this License with respect to the
|
127 |
+
Database, or who has received express permission from the Licensor to
|
128 |
+
exercise rights under this License despite a previous violation.
|
129 |
+
|
130 |
+
Words in the singular include the plural and vice versa.
|
131 |
+
|
132 |
+
### 2.0 What this License covers
|
133 |
+
|
134 |
+
2.1. Legal effect of this document. This License is:
|
135 |
+
|
136 |
+
a. A license of applicable copyright and neighbouring rights;
|
137 |
+
|
138 |
+
b. A license of the Database Right; and
|
139 |
+
|
140 |
+
c. An agreement in contract between You and the Licensor.
|
141 |
+
|
142 |
+
2.2 Legal rights covered. This License covers the legal rights in the
|
143 |
+
Database, including:
|
144 |
+
|
145 |
+
a. Copyright. Any copyright or neighbouring rights in the Database.
|
146 |
+
The copyright licensed includes any individual elements of the
|
147 |
+
Database, but does not cover the copyright over the Contents
|
148 |
+
independent of this Database. See Section 2.4 for details. Copyright
|
149 |
+
law varies between jurisdictions, but is likely to cover: the Database
|
150 |
+
model or schema, which is the structure, arrangement, and organisation
|
151 |
+
of the Database, and can also include the Database tables and table
|
152 |
+
indexes; the data entry and output sheets; and the Field names of
|
153 |
+
Contents stored in the Database;
|
154 |
+
|
155 |
+
b. Database Rights. Database Rights only extend to the Extraction and
|
156 |
+
Re-utilisation of the whole or a Substantial part of the Contents.
|
157 |
+
Database Rights can apply even when there is no copyright over the
|
158 |
+
Database. Database Rights can also apply when the Contents are removed
|
159 |
+
from the Database and are selected and arranged in a way that would
|
160 |
+
not infringe any applicable copyright; and
|
161 |
+
|
162 |
+
c. Contract. This is an agreement between You and the Licensor for
|
163 |
+
access to the Database. In return you agree to certain conditions of
|
164 |
+
use on this access as outlined in this License.
|
165 |
+
|
166 |
+
2.3 Rights not covered.
|
167 |
+
|
168 |
+
a. This License does not apply to computer programs used in the making
|
169 |
+
or operation of the Database;
|
170 |
+
|
171 |
+
b. This License does not cover any patents over the Contents or the
|
172 |
+
Database; and
|
173 |
+
|
174 |
+
c. This License does not cover any trademarks associated with the
|
175 |
+
Database.
|
176 |
+
|
177 |
+
2.4 Relationship to Contents in the Database. The individual items of
|
178 |
+
the Contents contained in this Database may be covered by other rights,
|
179 |
+
including copyright, patent, data protection, privacy, or personality
|
180 |
+
rights, and this License does not cover any rights (other than Database
|
181 |
+
Rights or in contract) in individual Contents contained in the Database.
|
182 |
+
For example, if used on a Database of images (the Contents), this
|
183 |
+
License would not apply to copyright over individual images, which could
|
184 |
+
have their own separate licenses, or one single license covering all of
|
185 |
+
the rights over the images.
|
186 |
+
|
187 |
+
### 3.0 Rights granted
|
188 |
+
|
189 |
+
3.1 Subject to the terms and conditions of this License, the Licensor
|
190 |
+
grants to You a worldwide, royalty-free, non-exclusive, terminable (but
|
191 |
+
only under Section 9) license to Use the Database for the duration of
|
192 |
+
any applicable copyright and Database Rights. These rights explicitly
|
193 |
+
include commercial use, and do not exclude any field of endeavour. To
|
194 |
+
the extent possible in the relevant jurisdiction, these rights may be
|
195 |
+
exercised in all media and formats whether now known or created in the
|
196 |
+
future.
|
197 |
+
|
198 |
+
The rights granted cover, for example:
|
199 |
+
|
200 |
+
a. Extraction and Re-utilisation of the whole or a Substantial part of
|
201 |
+
the Contents;
|
202 |
+
|
203 |
+
b. Creation of Derivative Databases;
|
204 |
+
|
205 |
+
c. Creation of Collective Databases;
|
206 |
+
|
207 |
+
d. Creation of temporary or permanent reproductions by any means and
|
208 |
+
in any form, in whole or in part, including of any Derivative
|
209 |
+
Databases or as a part of Collective Databases; and
|
210 |
+
|
211 |
+
e. Distribution, communication, display, lending, making available, or
|
212 |
+
performance to the public by any means and in any form, in whole or in
|
213 |
+
part, including of any Derivative Database or as a part of Collective
|
214 |
+
Databases.
|
215 |
+
|
216 |
+
3.2 Compulsory license schemes. For the avoidance of doubt:
|
217 |
+
|
218 |
+
a. Non-waivable compulsory license schemes. In those jurisdictions in
|
219 |
+
which the right to collect royalties through any statutory or
|
220 |
+
compulsory licensing scheme cannot be waived, the Licensor reserves
|
221 |
+
the exclusive right to collect such royalties for any exercise by You
|
222 |
+
of the rights granted under this License;
|
223 |
+
|
224 |
+
b. Waivable compulsory license schemes. In those jurisdictions in
|
225 |
+
which the right to collect royalties through any statutory or
|
226 |
+
compulsory licensing scheme can be waived, the Licensor waives the
|
227 |
+
exclusive right to collect such royalties for any exercise by You of
|
228 |
+
the rights granted under this License; and,
|
229 |
+
|
230 |
+
c. Voluntary license schemes. The Licensor waives the right to collect
|
231 |
+
royalties, whether individually or, in the event that the Licensor is
|
232 |
+
a member of a collecting society that administers voluntary licensing
|
233 |
+
schemes, via that society, from any exercise by You of the rights
|
234 |
+
granted under this License.
|
235 |
+
|
236 |
+
3.3 The right to release the Database under different terms, or to stop
|
237 |
+
distributing or making available the Database, is reserved. Note that
|
238 |
+
this Database may be multiple-licensed, and so You may have the choice
|
239 |
+
of using alternative licenses for this Database. Subject to Section
|
240 |
+
10.4, all other rights not expressly granted by Licensor are reserved.
|
241 |
+
|
242 |
+
### 4.0 Conditions of Use
|
243 |
+
|
244 |
+
4.1 The rights granted in Section 3 above are expressly made subject to
|
245 |
+
Your complying with the following conditions of use. These are important
|
246 |
+
conditions of this License, and if You fail to follow them, You will be
|
247 |
+
in material breach of its terms.
|
248 |
+
|
249 |
+
4.2 Notices. If You Publicly Convey this Database, any Derivative
|
250 |
+
Database, or the Database as part of a Collective Database, then You
|
251 |
+
must:
|
252 |
+
|
253 |
+
a. Do so only under the terms of this License or another license
|
254 |
+
permitted under Section 4.4;
|
255 |
+
|
256 |
+
b. Include a copy of this License (or, as applicable, a license
|
257 |
+
permitted under Section 4.4) or its Uniform Resource Identifier (URI)
|
258 |
+
with the Database or Derivative Database, including both in the
|
259 |
+
Database or Derivative Database and in any relevant documentation; and
|
260 |
+
|
261 |
+
c. Keep intact any copyright or Database Right notices and notices
|
262 |
+
that refer to this License.
|
263 |
+
|
264 |
+
d. If it is not possible to put the required notices in a particular
|
265 |
+
file due to its structure, then You must include the notices in a
|
266 |
+
location (such as a relevant directory) where users would be likely to
|
267 |
+
look for it.
|
268 |
+
|
269 |
+
4.3 Notice for using output (Contents). Creating and Using a Produced
|
270 |
+
Work does not require the notice in Section 4.2. However, if you
|
271 |
+
Publicly Use a Produced Work, You must include a notice associated with
|
272 |
+
the Produced Work reasonably calculated to make any Person that uses,
|
273 |
+
views, accesses, interacts with, or is otherwise exposed to the Produced
|
274 |
+
Work aware that Content was obtained from the Database, Derivative
|
275 |
+
Database, or the Database as part of a Collective Database, and that it
|
276 |
+
is available under this License.
|
277 |
+
|
278 |
+
a. Example notice. The following text will satisfy notice under
|
279 |
+
Section 4.3:
|
280 |
+
|
281 |
+
Contains information from DATABASE NAME, which is made available
|
282 |
+
here under the Open Database License (ODbL).
|
283 |
+
|
284 |
+
DATABASE NAME should be replaced with the name of the Database and a
|
285 |
+
hyperlink to the URI of the Database. "Open Database License" should
|
286 |
+
contain a hyperlink to the URI of the text of this License. If
|
287 |
+
hyperlinks are not possible, You should include the plain text of the
|
288 |
+
required URI's with the above notice.
|
289 |
+
|
290 |
+
4.4 Share alike.
|
291 |
+
|
292 |
+
a. Any Derivative Database that You Publicly Use must be only under
|
293 |
+
the terms of:
|
294 |
+
|
295 |
+
i. This License;
|
296 |
+
|
297 |
+
ii. A later version of this License similar in spirit to this
|
298 |
+
License; or
|
299 |
+
|
300 |
+
iii. A compatible license.
|
301 |
+
|
302 |
+
If You license the Derivative Database under one of the licenses
|
303 |
+
mentioned in (iii), You must comply with the terms of that license.
|
304 |
+
|
305 |
+
b. For the avoidance of doubt, Extraction or Re-utilisation of the
|
306 |
+
whole or a Substantial part of the Contents into a new database is a
|
307 |
+
Derivative Database and must comply with Section 4.4.
|
308 |
+
|
309 |
+
c. Derivative Databases and Produced Works. A Derivative Database is
|
310 |
+
Publicly Used and so must comply with Section 4.4. if a Produced Work
|
311 |
+
created from the Derivative Database is Publicly Used.
|
312 |
+
|
313 |
+
d. Share Alike and additional Contents. For the avoidance of doubt,
|
314 |
+
You must not add Contents to Derivative Databases under Section 4.4 a
|
315 |
+
that are incompatible with the rights granted under this License.
|
316 |
+
|
317 |
+
e. Compatible licenses. Licensors may authorise a proxy to determine
|
318 |
+
compatible licenses under Section 4.4 a iii. If they do so, the
|
319 |
+
authorised proxy's public statement of acceptance of a compatible
|
320 |
+
license grants You permission to use the compatible license.
|
321 |
+
|
322 |
+
|
323 |
+
4.5 Limits of Share Alike. The requirements of Section 4.4 do not apply
|
324 |
+
in the following:
|
325 |
+
|
326 |
+
a. For the avoidance of doubt, You are not required to license
|
327 |
+
Collective Databases under this License if You incorporate this
|
328 |
+
Database or a Derivative Database in the collection, but this License
|
329 |
+
still applies to this Database or a Derivative Database as a part of
|
330 |
+
the Collective Database;
|
331 |
+
|
332 |
+
b. Using this Database, a Derivative Database, or this Database as
|
333 |
+
part of a Collective Database to create a Produced Work does not
|
334 |
+
create a Derivative Database for purposes of Section 4.4; and
|
335 |
+
|
336 |
+
c. Use of a Derivative Database internally within an organisation is
|
337 |
+
not to the public and therefore does not fall under the requirements
|
338 |
+
of Section 4.4.
|
339 |
+
|
340 |
+
4.6 Access to Derivative Databases. If You Publicly Use a Derivative
|
341 |
+
Database or a Produced Work from a Derivative Database, You must also
|
342 |
+
offer to recipients of the Derivative Database or Produced Work a copy
|
343 |
+
in a machine readable form of:
|
344 |
+
|
345 |
+
a. The entire Derivative Database; or
|
346 |
+
|
347 |
+
b. A file containing all of the alterations made to the Database or
|
348 |
+
the method of making the alterations to the Database (such as an
|
349 |
+
algorithm), including any additional Contents, that make up all the
|
350 |
+
differences between the Database and the Derivative Database.
|
351 |
+
|
352 |
+
The Derivative Database (under a.) or alteration file (under b.) must be
|
353 |
+
available at no more than a reasonable production cost for physical
|
354 |
+
distributions and free of charge if distributed over the internet.
|
355 |
+
|
356 |
+
4.7 Technological measures and additional terms
|
357 |
+
|
358 |
+
a. This License does not allow You to impose (except subject to
|
359 |
+
Section 4.7 b.) any terms or any technological measures on the
|
360 |
+
Database, a Derivative Database, or the whole or a Substantial part of
|
361 |
+
the Contents that alter or restrict the terms of this License, or any
|
362 |
+
rights granted under it, or have the effect or intent of restricting
|
363 |
+
the ability of any person to exercise those rights.
|
364 |
+
|
365 |
+
b. Parallel distribution. You may impose terms or technological
|
366 |
+
measures on the Database, a Derivative Database, or the whole or a
|
367 |
+
Substantial part of the Contents (a "Restricted Database") in
|
368 |
+
contravention of Section 4.74 a. only if You also make a copy of the
|
369 |
+
Database or a Derivative Database available to the recipient of the
|
370 |
+
Restricted Database:
|
371 |
+
|
372 |
+
i. That is available without additional fee;
|
373 |
+
|
374 |
+
ii. That is available in a medium that does not alter or restrict
|
375 |
+
the terms of this License, or any rights granted under it, or have
|
376 |
+
the effect or intent of restricting the ability of any person to
|
377 |
+
exercise those rights (an "Unrestricted Database"); and
|
378 |
+
|
379 |
+
iii. The Unrestricted Database is at least as accessible to the
|
380 |
+
recipient as a practical matter as the Restricted Database.
|
381 |
+
|
382 |
+
c. For the avoidance of doubt, You may place this Database or a
|
383 |
+
Derivative Database in an authenticated environment, behind a
|
384 |
+
password, or within a similar access control scheme provided that You
|
385 |
+
do not alter or restrict the terms of this License or any rights
|
386 |
+
granted under it or have the effect or intent of restricting the
|
387 |
+
ability of any person to exercise those rights.
|
388 |
+
|
389 |
+
4.8 Licensing of others. You may not sublicense the Database. Each time
|
390 |
+
You communicate the Database, the whole or Substantial part of the
|
391 |
+
Contents, or any Derivative Database to anyone else in any way, the
|
392 |
+
Licensor offers to the recipient a license to the Database on the same
|
393 |
+
terms and conditions as this License. You are not responsible for
|
394 |
+
enforcing compliance by third parties with this License, but You may
|
395 |
+
enforce any rights that You have over a Derivative Database. You are
|
396 |
+
solely responsible for any modifications of a Derivative Database made
|
397 |
+
by You or another Person at Your direction. You may not impose any
|
398 |
+
further restrictions on the exercise of the rights granted or affirmed
|
399 |
+
under this License.
|
400 |
+
|
401 |
+
### 5.0 Moral rights
|
402 |
+
|
403 |
+
5.1 Moral rights. This section covers moral rights, including any rights
|
404 |
+
to be identified as the author of the Database or to object to treatment
|
405 |
+
that would otherwise prejudice the author's honour and reputation, or
|
406 |
+
any other derogatory treatment:
|
407 |
+
|
408 |
+
a. For jurisdictions allowing waiver of moral rights, Licensor waives
|
409 |
+
all moral rights that Licensor may have in the Database to the fullest
|
410 |
+
extent possible by the law of the relevant jurisdiction under Section
|
411 |
+
10.4;
|
412 |
+
|
413 |
+
b. If waiver of moral rights under Section 5.1 a in the relevant
|
414 |
+
jurisdiction is not possible, Licensor agrees not to assert any moral
|
415 |
+
rights over the Database and waives all claims in moral rights to the
|
416 |
+
fullest extent possible by the law of the relevant jurisdiction under
|
417 |
+
Section 10.4; and
|
418 |
+
|
419 |
+
c. For jurisdictions not allowing waiver or an agreement not to assert
|
420 |
+
moral rights under Section 5.1 a and b, the author may retain their
|
421 |
+
moral rights over certain aspects of the Database.
|
422 |
+
|
423 |
+
Please note that some jurisdictions do not allow for the waiver of moral
|
424 |
+
rights, and so moral rights may still subsist over the Database in some
|
425 |
+
jurisdictions.
|
426 |
+
|
427 |
+
### 6.0 Fair dealing, Database exceptions, and other rights not affected
|
428 |
+
|
429 |
+
6.1 This License does not affect any rights that You or anyone else may
|
430 |
+
independently have under any applicable law to make any use of this
|
431 |
+
Database, including without limitation:
|
432 |
+
|
433 |
+
a. Exceptions to the Database Right including: Extraction of Contents
|
434 |
+
from non-electronic Databases for private purposes, Extraction for
|
435 |
+
purposes of illustration for teaching or scientific research, and
|
436 |
+
Extraction or Re-utilisation for public security or an administrative
|
437 |
+
or judicial procedure.
|
438 |
+
|
439 |
+
b. Fair dealing, fair use, or any other legally recognised limitation
|
440 |
+
or exception to infringement of copyright or other applicable laws.
|
441 |
+
|
442 |
+
6.2 This License does not affect any rights of lawful users to Extract
|
443 |
+
and Re-utilise insubstantial parts of the Contents, evaluated
|
444 |
+
quantitatively or qualitatively, for any purposes whatsoever, including
|
445 |
+
creating a Derivative Database (subject to other rights over the
|
446 |
+
Contents, see Section 2.4). The repeated and systematic Extraction or
|
447 |
+
Re-utilisation of insubstantial parts of the Contents may however amount
|
448 |
+
to the Extraction or Re-utilisation of a Substantial part of the
|
449 |
+
Contents.
|
450 |
+
|
451 |
+
### 7.0 Warranties and Disclaimer
|
452 |
+
|
453 |
+
7.1 The Database is licensed by the Licensor "as is" and without any
|
454 |
+
warranty of any kind, either express, implied, or arising by statute,
|
455 |
+
custom, course of dealing, or trade usage. Licensor specifically
|
456 |
+
disclaims any and all implied warranties or conditions of title,
|
457 |
+
non-infringement, accuracy or completeness, the presence or absence of
|
458 |
+
errors, fitness for a particular purpose, merchantability, or otherwise.
|
459 |
+
Some jurisdictions do not allow the exclusion of implied warranties, so
|
460 |
+
this exclusion may not apply to You.
|
461 |
+
|
462 |
+
### 8.0 Limitation of liability
|
463 |
+
|
464 |
+
8.1 Subject to any liability that may not be excluded or limited by law,
|
465 |
+
the Licensor is not liable for, and expressly excludes, all liability
|
466 |
+
for loss or damage however and whenever caused to anyone by any use
|
467 |
+
under this License, whether by You or by anyone else, and whether caused
|
468 |
+
by any fault on the part of the Licensor or not. This exclusion of
|
469 |
+
liability includes, but is not limited to, any special, incidental,
|
470 |
+
consequential, punitive, or exemplary damages such as loss of revenue,
|
471 |
+
data, anticipated profits, and lost business. This exclusion applies
|
472 |
+
even if the Licensor has been advised of the possibility of such
|
473 |
+
damages.
|
474 |
+
|
475 |
+
8.2 If liability may not be excluded by law, it is limited to actual and
|
476 |
+
direct financial loss to the extent it is caused by proved negligence on
|
477 |
+
the part of the Licensor.
|
478 |
+
|
479 |
+
### 9.0 Termination of Your rights under this License
|
480 |
+
|
481 |
+
9.1 Any breach by You of the terms and conditions of this License
|
482 |
+
automatically terminates this License with immediate effect and without
|
483 |
+
notice to You. For the avoidance of doubt, Persons who have received the
|
484 |
+
Database, the whole or a Substantial part of the Contents, Derivative
|
485 |
+
Databases, or the Database as part of a Collective Database from You
|
486 |
+
under this License will not have their licenses terminated provided
|
487 |
+
their use is in full compliance with this License or a license granted
|
488 |
+
under Section 4.8 of this License. Sections 1, 2, 7, 8, 9 and 10 will
|
489 |
+
survive any termination of this License.
|
490 |
+
|
491 |
+
9.2 If You are not in breach of the terms of this License, the Licensor
|
492 |
+
will not terminate Your rights under it.
|
493 |
+
|
494 |
+
9.3 Unless terminated under Section 9.1, this License is granted to You
|
495 |
+
for the duration of applicable rights in the Database.
|
496 |
+
|
497 |
+
9.4 Reinstatement of rights. If you cease any breach of the terms and
|
498 |
+
conditions of this License, then your full rights under this License
|
499 |
+
will be reinstated:
|
500 |
+
|
501 |
+
a. Provisionally and subject to permanent termination until the 60th
|
502 |
+
day after cessation of breach;
|
503 |
+
|
504 |
+
b. Permanently on the 60th day after cessation of breach unless
|
505 |
+
otherwise reasonably notified by the Licensor; or
|
506 |
+
|
507 |
+
c. Permanently if reasonably notified by the Licensor of the
|
508 |
+
violation, this is the first time You have received notice of
|
509 |
+
violation of this License from the Licensor, and You cure the
|
510 |
+
violation prior to 30 days after your receipt of the notice.
|
511 |
+
|
512 |
+
Persons subject to permanent termination of rights are not eligible to
|
513 |
+
be a recipient and receive a license under Section 4.8.
|
514 |
+
|
515 |
+
9.5 Notwithstanding the above, Licensor reserves the right to release
|
516 |
+
the Database under different license terms or to stop distributing or
|
517 |
+
making available the Database. Releasing the Database under different
|
518 |
+
license terms or stopping the distribution of the Database will not
|
519 |
+
withdraw this License (or any other license that has been, or is
|
520 |
+
required to be, granted under the terms of this License), and this
|
521 |
+
License will continue in full force and effect unless terminated as
|
522 |
+
stated above.
|
523 |
+
|
524 |
+
### 10.0 General
|
525 |
+
|
526 |
+
10.1 If any provision of this License is held to be invalid or
|
527 |
+
unenforceable, that must not affect the validity or enforceability of
|
528 |
+
the remainder of the terms and conditions of this License and each
|
529 |
+
remaining provision of this License shall be valid and enforced to the
|
530 |
+
fullest extent permitted by law.
|
531 |
+
|
532 |
+
10.2 This License is the entire agreement between the parties with
|
533 |
+
respect to the rights granted here over the Database. It replaces any
|
534 |
+
earlier understandings, agreements or representations with respect to
|
535 |
+
the Database.
|
536 |
+
|
537 |
+
10.3 If You are in breach of the terms of this License, You will not be
|
538 |
+
entitled to rely on the terms of this License or to complain of any
|
539 |
+
breach by the Licensor.
|
540 |
+
|
541 |
+
10.4 Choice of law. This License takes effect in and will be governed by
|
542 |
+
the laws of the relevant jurisdiction in which the License terms are
|
543 |
+
sought to be enforced. If the standard suite of rights granted under
|
544 |
+
applicable copyright law and Database Rights in the relevant
|
545 |
+
jurisdiction includes additional rights not granted under this License,
|
546 |
+
these additional rights are granted in this License in order to meet the
|
547 |
+
terms of this License.```
|
548 |
+
|
549 |
+
|
550 |
+
|
551 |
+
|
552 |
+
# UD Romanian RRT v2.5
|
553 |
+
|
554 |
+
* Author: Barbu Mititelu, Verginica; Irimia, Elena; Perez, Cenel-Augusto; Ion, Radu; Simionescu, Radu; Popel, Martin
|
555 |
+
* URL: https://github.com/UniversalDependencies/UD_Romanian-RRT
|
556 |
+
* License: CC BY-SA 4.0
|
557 |
+
|
558 |
+
```
|
559 |
+
Attribution-ShareAlike 4.0 International
|
560 |
+
|
561 |
+
=======================================================================
|
562 |
+
|
563 |
+
Creative Commons Corporation ("Creative Commons") is not a law firm and
|
564 |
+
does not provide legal services or legal advice. Distribution of
|
565 |
+
Creative Commons public licenses does not create a lawyer-client or
|
566 |
+
other relationship. Creative Commons makes its licenses and related
|
567 |
+
information available on an "as-is" basis. Creative Commons gives no
|
568 |
+
warranties regarding its licenses, any material licensed under their
|
569 |
+
terms and conditions, or any related information. Creative Commons
|
570 |
+
disclaims all liability for damages resulting from their use to the
|
571 |
+
fullest extent possible.
|
572 |
+
|
573 |
+
Using Creative Commons Public Licenses
|
574 |
+
|
575 |
+
Creative Commons public licenses provide a standard set of terms and
|
576 |
+
conditions that creators and other rights holders may use to share
|
577 |
+
original works of authorship and other material subject to copyright
|
578 |
+
and certain other rights specified in the public license below. The
|
579 |
+
following considerations are for informational purposes only, are not
|
580 |
+
exhaustive, and do not form part of our licenses.
|
581 |
+
|
582 |
+
Considerations for licensors: Our public licenses are
|
583 |
+
intended for use by those authorized to give the public
|
584 |
+
permission to use material in ways otherwise restricted by
|
585 |
+
copyright and certain other rights. Our licenses are
|
586 |
+
irrevocable. Licensors should read and understand the terms
|
587 |
+
and conditions of the license they choose before applying it.
|
588 |
+
Licensors should also secure all rights necessary before
|
589 |
+
applying our licenses so that the public can reuse the
|
590 |
+
material as expected. Licensors should clearly mark any
|
591 |
+
material not subject to the license. This includes other CC-
|
592 |
+
licensed material, or material used under an exception or
|
593 |
+
limitation to copyright. More considerations for licensors:
|
594 |
+
wiki.creativecommons.org/Considerations_for_licensors
|
595 |
+
|
596 |
+
Considerations for the public: By using one of our public
|
597 |
+
licenses, a licensor grants the public permission to use the
|
598 |
+
licensed material under specified terms and conditions. If
|
599 |
+
the licensor's permission is not necessary for any reason--for
|
600 |
+
example, because of any applicable exception or limitation to
|
601 |
+
copyright--then that use is not regulated by the license. Our
|
602 |
+
licenses grant only permissions under copyright and certain
|
603 |
+
other rights that a licensor has authority to grant. Use of
|
604 |
+
the licensed material may still be restricted for other
|
605 |
+
reasons, including because others have copyright or other
|
606 |
+
rights in the material. A licensor may make special requests,
|
607 |
+
such as asking that all changes be marked or described.
|
608 |
+
Although not required by our licenses, you are encouraged to
|
609 |
+
respect those requests where reasonable. More considerations
|
610 |
+
for the public:
|
611 |
+
wiki.creativecommons.org/Considerations_for_licensees
|
612 |
+
|
613 |
+
=======================================================================
|
614 |
+
|
615 |
+
Creative Commons Attribution-ShareAlike 4.0 International Public
|
616 |
+
License
|
617 |
+
|
618 |
+
By exercising the Licensed Rights (defined below), You accept and agree
|
619 |
+
to be bound by the terms and conditions of this Creative Commons
|
620 |
+
Attribution-ShareAlike 4.0 International Public License ("Public
|
621 |
+
License"). To the extent this Public License may be interpreted as a
|
622 |
+
contract, You are granted the Licensed Rights in consideration of Your
|
623 |
+
acceptance of these terms and conditions, and the Licensor grants You
|
624 |
+
such rights in consideration of benefits the Licensor receives from
|
625 |
+
making the Licensed Material available under these terms and
|
626 |
+
conditions.
|
627 |
+
|
628 |
+
|
629 |
+
Section 1 -- Definitions.
|
630 |
+
|
631 |
+
a. Adapted Material means material subject to Copyright and Similar
|
632 |
+
Rights that is derived from or based upon the Licensed Material
|
633 |
+
and in which the Licensed Material is translated, altered,
|
634 |
+
arranged, transformed, or otherwise modified in a manner requiring
|
635 |
+
permission under the Copyright and Similar Rights held by the
|
636 |
+
Licensor. For purposes of this Public License, where the Licensed
|
637 |
+
Material is a musical work, performance, or sound recording,
|
638 |
+
Adapted Material is always produced where the Licensed Material is
|
639 |
+
synched in timed relation with a moving image.
|
640 |
+
|
641 |
+
b. Adapter's License means the license You apply to Your Copyright
|
642 |
+
and Similar Rights in Your contributions to Adapted Material in
|
643 |
+
accordance with the terms and conditions of this Public License.
|
644 |
+
|
645 |
+
c. BY-SA Compatible License means a license listed at
|
646 |
+
creativecommons.org/compatiblelicenses, approved by Creative
|
647 |
+
Commons as essentially the equivalent of this Public License.
|
648 |
+
|
649 |
+
d. Copyright and Similar Rights means copyright and/or similar rights
|
650 |
+
closely related to copyright including, without limitation,
|
651 |
+
performance, broadcast, sound recording, and Sui Generis Database
|
652 |
+
Rights, without regard to how the rights are labeled or
|
653 |
+
categorized. For purposes of this Public License, the rights
|
654 |
+
specified in Section 2(b)(1)-(2) are not Copyright and Similar
|
655 |
+
Rights.
|
656 |
+
|
657 |
+
e. Effective Technological Measures means those measures that, in the
|
658 |
+
absence of proper authority, may not be circumvented under laws
|
659 |
+
fulfilling obligations under Article 11 of the WIPO Copyright
|
660 |
+
Treaty adopted on December 20, 1996, and/or similar international
|
661 |
+
agreements.
|
662 |
+
|
663 |
+
f. Exceptions and Limitations means fair use, fair dealing, and/or
|
664 |
+
any other exception or limitation to Copyright and Similar Rights
|
665 |
+
that applies to Your use of the Licensed Material.
|
666 |
+
|
667 |
+
g. License Elements means the license attributes listed in the name
|
668 |
+
of a Creative Commons Public License. The License Elements of this
|
669 |
+
Public License are Attribution and ShareAlike.
|
670 |
+
|
671 |
+
h. Licensed Material means the artistic or literary work, database,
|
672 |
+
or other material to which the Licensor applied this Public
|
673 |
+
License.
|
674 |
+
|
675 |
+
i. Licensed Rights means the rights granted to You subject to the
|
676 |
+
terms and conditions of this Public License, which are limited to
|
677 |
+
all Copyright and Similar Rights that apply to Your use of the
|
678 |
+
Licensed Material and that the Licensor has authority to license.
|
679 |
+
|
680 |
+
j. Licensor means the individual(s) or entity(ies) granting rights
|
681 |
+
under this Public License.
|
682 |
+
|
683 |
+
k. Share means to provide material to the public by any means or
|
684 |
+
process that requires permission under the Licensed Rights, such
|
685 |
+
as reproduction, public display, public performance, distribution,
|
686 |
+
dissemination, communication, or importation, and to make material
|
687 |
+
available to the public including in ways that members of the
|
688 |
+
public may access the material from a place and at a time
|
689 |
+
individually chosen by them.
|
690 |
+
|
691 |
+
l. Sui Generis Database Rights means rights other than copyright
|
692 |
+
resulting from Directive 96/9/EC of the European Parliament and of
|
693 |
+
the Council of 11 March 1996 on the legal protection of databases,
|
694 |
+
as amended and/or succeeded, as well as other essentially
|
695 |
+
equivalent rights anywhere in the world.
|
696 |
+
|
697 |
+
m. You means the individual or entity exercising the Licensed Rights
|
698 |
+
under this Public License. Your has a corresponding meaning.
|
699 |
+
|
700 |
+
|
701 |
+
Section 2 -- Scope.
|
702 |
+
|
703 |
+
a. License grant.
|
704 |
+
|
705 |
+
1. Subject to the terms and conditions of this Public License,
|
706 |
+
the Licensor hereby grants You a worldwide, royalty-free,
|
707 |
+
non-sublicensable, non-exclusive, irrevocable license to
|
708 |
+
exercise the Licensed Rights in the Licensed Material to:
|
709 |
+
|
710 |
+
a. reproduce and Share the Licensed Material, in whole or
|
711 |
+
in part; and
|
712 |
+
|
713 |
+
b. produce, reproduce, and Share Adapted Material.
|
714 |
+
|
715 |
+
2. Exceptions and Limitations. For the avoidance of doubt, where
|
716 |
+
Exceptions and Limitations apply to Your use, this Public
|
717 |
+
License does not apply, and You do not need to comply with
|
718 |
+
its terms and conditions.
|
719 |
+
|
720 |
+
3. Term. The term of this Public License is specified in Section
|
721 |
+
6(a).
|
722 |
+
|
723 |
+
4. Media and formats; technical modifications allowed. The
|
724 |
+
Licensor authorizes You to exercise the Licensed Rights in
|
725 |
+
all media and formats whether now known or hereafter created,
|
726 |
+
and to make technical modifications necessary to do so. The
|
727 |
+
Licensor waives and/or agrees not to assert any right or
|
728 |
+
authority to forbid You from making technical modifications
|
729 |
+
necessary to exercise the Licensed Rights, including
|
730 |
+
technical modifications necessary to circumvent Effective
|
731 |
+
Technological Measures. For purposes of this Public License,
|
732 |
+
simply making modifications authorized by this Section 2(a)
|
733 |
+
(4) never produces Adapted Material.
|
734 |
+
|
735 |
+
5. Downstream recipients.
|
736 |
+
|
737 |
+
a. Offer from the Licensor -- Licensed Material. Every
|
738 |
+
recipient of the Licensed Material automatically
|
739 |
+
receives an offer from the Licensor to exercise the
|
740 |
+
Licensed Rights under the terms and conditions of this
|
741 |
+
Public License.
|
742 |
+
|
743 |
+
b. Additional offer from the Licensor -- Adapted Material.
|
744 |
+
Every recipient of Adapted Material from You
|
745 |
+
automatically receives an offer from the Licensor to
|
746 |
+
exercise the Licensed Rights in the Adapted Material
|
747 |
+
under the conditions of the Adapter's License You apply.
|
748 |
+
|
749 |
+
c. No downstream restrictions. You may not offer or impose
|
750 |
+
any additional or different terms or conditions on, or
|
751 |
+
apply any Effective Technological Measures to, the
|
752 |
+
Licensed Material if doing so restricts exercise of the
|
753 |
+
Licensed Rights by any recipient of the Licensed
|
754 |
+
Material.
|
755 |
+
|
756 |
+
6. No endorsement. Nothing in this Public License constitutes or
|
757 |
+
may be construed as permission to assert or imply that You
|
758 |
+
are, or that Your use of the Licensed Material is, connected
|
759 |
+
with, or sponsored, endorsed, or granted official status by,
|
760 |
+
the Licensor or others designated to receive attribution as
|
761 |
+
provided in Section 3(a)(1)(A)(i).
|
762 |
+
|
763 |
+
b. Other rights.
|
764 |
+
|
765 |
+
1. Moral rights, such as the right of integrity, are not
|
766 |
+
licensed under this Public License, nor are publicity,
|
767 |
+
privacy, and/or other similar personality rights; however, to
|
768 |
+
the extent possible, the Licensor waives and/or agrees not to
|
769 |
+
assert any such rights held by the Licensor to the limited
|
770 |
+
extent necessary to allow You to exercise the Licensed
|
771 |
+
Rights, but not otherwise.
|
772 |
+
|
773 |
+
2. Patent and trademark rights are not licensed under this
|
774 |
+
Public License.
|
775 |
+
|
776 |
+
3. To the extent possible, the Licensor waives any right to
|
777 |
+
collect royalties from You for the exercise of the Licensed
|
778 |
+
Rights, whether directly or through a collecting society
|
779 |
+
u |