class BabelLicense(Enum):
License information for a BabelNet item.
Class Method | long |
Return the BabelLicence for a given string. |
Constant | APACHE |
Apache 2.0 License http://www.apache.org/licenses/LICENSE-2.0 |
Constant | BABELNET |
BabelNet NonCommercial license https://babelnet.org/license |
Constant | CC0 |
CC0 1.0 Universal |
Constant | CC |
Creative Commons Attribution 3.0 License https://creativecommons.org/licenses/by/3.0/ |
Constant | CC |
Creative Commons Attribution 4.0 License http://creativecommons.org/licenses/by/4.0/ |
Constant | CC |
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License http://creativecommons.org/licenses/by-nc-sa/3.0/ |
Constant | CC |
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 Unported License http://creativecommons.org/licenses/by-nc-sa/4.0/ |
Constant | CC |
Creative Commons Attribution-ShareAlike 3.0 License https://creativecommons.org/licenses/by-sa/3.0/ |
Constant | CC |
Creative Commons Attribution-ShareAlike 4.0 International https://creativecommons.org/licenses/by-sa/4.0/ |
Constant | CECILL |
CeCILL-C free software license agreement http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.txt |
Constant | COMMERCIAL |
Babelscape commercial license |
Constant | GFDL |
GFDL 1.2 license https://www.gnu.org/licenses/old-licenses/fdl-1.2.html |
Constant | MIT |
MIT license https://opensource.org/licenses/MIT |
Constant | MLP |
Microsoft language portal materials license http://www.microsoft.com/Language/en-US/LicenseAgreement.aspx |
Constant | ODC |
ODC-BY 1.0 license https://opendatacommons.org/licenses/by/1-0/ |
Constant | OTHER |
Items without specific licenses. |
Constant | UNRESTRICTED |
All the permissive licenses without specific restrictions |
Constant | WORDNET |
WordNet license https://wordnet.princeton.edu/license-and-commercial-use |
Property | short |
Get the short name |
Property | uri |
Returns a URI associated with this license |
Method | __repr__ |
Undocumented |
Method | __str__ |
Undocumented |
Return the BabelLicence for a given string.
Parameters | |
stringstr | The license string. |
Returns | |
Optional[ | The corresponding license. |
BabelLicense
=
Apache 2.0 License http://www.apache.org/licenses/LICENSE-2.0
Value |
|
BabelLicense
=
BabelNet NonCommercial license https://babelnet.org/license
Value |
|
BabelLicense
=
CC0 1.0 Universal
Value |
|
BabelLicense
=
Creative Commons Attribution 3.0 License https://creativecommons.org/licenses/by/3.0/
Value |
|
BabelLicense
=
Creative Commons Attribution 4.0 License http://creativecommons.org/licenses/by/4.0/
Value |
|
BabelLicense
=
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License http://creativecommons.org/licenses/by-nc-sa/3.0/
Value |
|
BabelLicense
=
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 Unported License http://creativecommons.org/licenses/by-nc-sa/4.0/
Value |
|
BabelLicense
=
Creative Commons Attribution-ShareAlike 3.0 License https://creativecommons.org/licenses/by-sa/3.0/
Value |
|
BabelLicense
=
Creative Commons Attribution-ShareAlike 4.0 International https://creativecommons.org/licenses/by-sa/4.0/
Value |
|
BabelLicense
=
CeCILL-C free software license agreement http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.txt
Value |
|
BabelLicense
=
GFDL 1.2 license https://www.gnu.org/licenses/old-licenses/fdl-1.2.html
Value |
|
BabelLicense
=
MIT license https://opensource.org/licenses/MIT
Value |
|
BabelLicense
=
Microsoft language portal materials license http://www.microsoft.com/Language/en-US/LicenseAgreement.aspx
Value |
|
BabelLicense
=
ODC-BY 1.0 license https://opendatacommons.org/licenses/by/1-0/
Value |
|
BabelLicense
=
All the permissive licenses without specific restrictions
Value |
|
BabelLicense
=
WordNet license https://wordnet.princeton.edu/license-and-commercial-use
Value |
|