mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-27 01:34:30 +03:00
Add more model licenses to website [ci skip]
This commit is contained in:
parent
03b04819c5
commit
ad36b3d677
|
@ -76,13 +76,15 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"MODEL_LICENSES": {
|
"MODEL_LICENSES": {
|
||||||
"CC BY-SA": "https://creativecommons.org/licenses/by-sa/3.0/",
|
"CC BY 4.0": "https://creativecommons.org/licenses/by/4.0/",
|
||||||
"CC BY-SA 3.0": "https://creativecommons.org/licenses/by-sa/3.0/",
|
"CC BY-SA": "https://creativecommons.org/licenses/by-sa/3.0/",
|
||||||
"CC BY-SA 4.0": "https://creativecommons.org/licenses/by-sa/4.0/",
|
"CC BY-SA 3.0": "https://creativecommons.org/licenses/by-sa/3.0/",
|
||||||
"CC BY-NC": "https://creativecommons.org/licenses/by-nc/3.0/",
|
"CC BY-SA 4.0": "https://creativecommons.org/licenses/by-sa/4.0/",
|
||||||
"CC BY-NC 3.0": "https://creativecommons.org/licenses/by-nc/3.0/",
|
"CC BY-NC": "https://creativecommons.org/licenses/by-nc/3.0/",
|
||||||
"GPL": "https://www.gnu.org/licenses/gpl.html",
|
"CC BY-NC 3.0": "https://creativecommons.org/licenses/by-nc/3.0/",
|
||||||
"LGPL": "https://www.gnu.org/licenses/lgpl.html"
|
"CC-BY-NC-SA 3.0": "https://creativecommons.org/licenses/by-nc-sa/3.0/",
|
||||||
|
"GPL": "https://www.gnu.org/licenses/gpl.html",
|
||||||
|
"LGPL": "https://www.gnu.org/licenses/lgpl.html"
|
||||||
},
|
},
|
||||||
|
|
||||||
"MODEL_BENCHMARKS": {
|
"MODEL_BENCHMARKS": {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user