💫 Update website (#3285)
<!--- Provide a general summary of your changes in the title. -->
## Description
The new website is implemented using [Gatsby](https://www.gatsbyjs.org) with [Remark](https://github.com/remarkjs/remark) and [MDX](https://mdxjs.com/). This allows authoring content in **straightforward Markdown** without the usual limitations. Standard elements can be overwritten with powerful [React](http://reactjs.org/) components and wherever Markdown syntax isn't enough, JSX components can be used. Hopefully, this update will also make it much easier to contribute to the docs. Once this PR is merged, I'll implement auto-deployment via [Netlify](https://netlify.com) on a specific branch (to avoid building the website on every PR). There's a bunch of other cool stuff that the new setup will allow us to do – including writing front-end tests, service workers, offline support, implementing a search and so on.
This PR also includes various new docs pages and content.
Resolves #3270. Resolves #3222. Resolves #2947. Resolves #2837.
### Types of change
enhancement
## Checklist
<!--- Before you submit the PR, go over this checklist and make sure you can
tick off all the boxes. [] -> [x] -->
- [x] I have submitted the spaCy Contributor Agreement.
- [x] I ran the tests, and all new and existing tests passed.
- [x] My changes don't require a change to the documentation, or if they do, I've added all required information.
2019-02-17 21:31:19 +03:00
|
|
|
{
|
|
|
|
"languages": [
|
|
|
|
{
|
|
|
|
"code": "en",
|
|
|
|
"name": "English",
|
2019-08-05 15:32:54 +03:00
|
|
|
"models": [
|
|
|
|
"en_core_web_sm",
|
|
|
|
"en_core_web_md",
|
|
|
|
"en_core_web_lg",
|
|
|
|
"en_vectors_web_lg",
|
|
|
|
"en_pytt_bertbaseuncased_lg",
|
|
|
|
"en_pytt_xlnetbasecased_lg"
|
|
|
|
],
|
💫 Update website (#3285)
<!--- Provide a general summary of your changes in the title. -->
## Description
The new website is implemented using [Gatsby](https://www.gatsbyjs.org) with [Remark](https://github.com/remarkjs/remark) and [MDX](https://mdxjs.com/). This allows authoring content in **straightforward Markdown** without the usual limitations. Standard elements can be overwritten with powerful [React](http://reactjs.org/) components and wherever Markdown syntax isn't enough, JSX components can be used. Hopefully, this update will also make it much easier to contribute to the docs. Once this PR is merged, I'll implement auto-deployment via [Netlify](https://netlify.com) on a specific branch (to avoid building the website on every PR). There's a bunch of other cool stuff that the new setup will allow us to do – including writing front-end tests, service workers, offline support, implementing a search and so on.
This PR also includes various new docs pages and content.
Resolves #3270. Resolves #3222. Resolves #2947. Resolves #2837.
### Types of change
enhancement
## Checklist
<!--- Before you submit the PR, go over this checklist and make sure you can
tick off all the boxes. [] -> [x] -->
- [x] I have submitted the spaCy Contributor Agreement.
- [x] I ran the tests, and all new and existing tests passed.
- [x] My changes don't require a change to the documentation, or if they do, I've added all required information.
2019-02-17 21:31:19 +03:00
|
|
|
"example": "This is a sentence.",
|
|
|
|
"has_examples": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"code": "de",
|
|
|
|
"name": "German",
|
2019-08-05 15:32:54 +03:00
|
|
|
"models": ["de_core_news_sm", "de_core_news_md", "de_pytt_bertbasecased_lg"],
|
💫 Update website (#3285)
<!--- Provide a general summary of your changes in the title. -->
## Description
The new website is implemented using [Gatsby](https://www.gatsbyjs.org) with [Remark](https://github.com/remarkjs/remark) and [MDX](https://mdxjs.com/). This allows authoring content in **straightforward Markdown** without the usual limitations. Standard elements can be overwritten with powerful [React](http://reactjs.org/) components and wherever Markdown syntax isn't enough, JSX components can be used. Hopefully, this update will also make it much easier to contribute to the docs. Once this PR is merged, I'll implement auto-deployment via [Netlify](https://netlify.com) on a specific branch (to avoid building the website on every PR). There's a bunch of other cool stuff that the new setup will allow us to do – including writing front-end tests, service workers, offline support, implementing a search and so on.
This PR also includes various new docs pages and content.
Resolves #3270. Resolves #3222. Resolves #2947. Resolves #2837.
### Types of change
enhancement
## Checklist
<!--- Before you submit the PR, go over this checklist and make sure you can
tick off all the boxes. [] -> [x] -->
- [x] I have submitted the spaCy Contributor Agreement.
- [x] I ran the tests, and all new and existing tests passed.
- [x] My changes don't require a change to the documentation, or if they do, I've added all required information.
2019-02-17 21:31:19 +03:00
|
|
|
"example": "Dies ist ein Satz.",
|
|
|
|
"has_examples": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"code": "fr",
|
|
|
|
"name": "French",
|
|
|
|
"models": ["fr_core_news_sm", "fr_core_news_md"],
|
|
|
|
"example": "C'est une phrase.",
|
|
|
|
"has_examples": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"code": "es",
|
|
|
|
"name": "Spanish",
|
|
|
|
"models": ["es_core_news_sm", "es_core_news_md"],
|
|
|
|
"example": "Esto es una frase.",
|
|
|
|
"has_examples": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"code": "pt",
|
|
|
|
"name": "Portuguese",
|
|
|
|
"models": ["pt_core_news_sm"],
|
|
|
|
"example": "Esta é uma frase.",
|
|
|
|
"has_examples": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"code": "it",
|
|
|
|
"name": "Italian",
|
|
|
|
"models": ["it_core_news_sm"],
|
|
|
|
"example": "Questa è una frase.",
|
|
|
|
"has_examples": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"code": "nl",
|
|
|
|
"name": "Dutch",
|
|
|
|
"models": ["nl_core_news_sm"],
|
|
|
|
"example": "Dit is een zin.",
|
|
|
|
"has_examples": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"code": "el",
|
|
|
|
"name": "Greek",
|
|
|
|
"models": ["el_core_news_sm", "el_core_news_md"],
|
|
|
|
"example": "Αυτή είναι μια πρόταση.",
|
|
|
|
"has_examples": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"code": "xx",
|
|
|
|
"name": "Multi-language",
|
|
|
|
"models": ["xx_ent_wiki_sm"],
|
|
|
|
"example": "This is a sentence about Facebook."
|
|
|
|
},
|
|
|
|
{ "code": "sv", "name": "Swedish", "has_examples": true },
|
|
|
|
{ "code": "fi", "name": "Finnish", "has_examples": true },
|
|
|
|
{
|
|
|
|
"code": "nb",
|
|
|
|
"name": "Norwegian Bokmål",
|
|
|
|
"example": "Dette er en setning.",
|
|
|
|
"has_examples": true
|
|
|
|
},
|
|
|
|
{ "code": "da", "name": "Danish", "example": "Dette er en sætning.", "has_examples": true },
|
|
|
|
{ "code": "hu", "name": "Hungarian", "example": "Ez egy mondat.", "has_examples": true },
|
|
|
|
{ "code": "pl", "name": "Polish", "example": "To jest zdanie.", "has_examples": true },
|
|
|
|
{
|
|
|
|
"code": "ru",
|
|
|
|
"name": "Russian",
|
|
|
|
"has_examples": true,
|
|
|
|
"dependencies": [{ "name": "pymorphy2", "url": "https://github.com/kmike/pymorphy2" }]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"code": "uk",
|
|
|
|
"name": "Ukrainian",
|
|
|
|
"has_examples": true,
|
|
|
|
"dependencies": [{ "name": "pymorphy2", "url": "https://github.com/kmike/pymorphy2" }]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"code": "ro",
|
|
|
|
"name": "Romanian",
|
|
|
|
"example": "Aceasta este o propoziție.",
|
|
|
|
"has_examples": true
|
|
|
|
},
|
|
|
|
{ "code": "hr", "name": "Croatian" },
|
|
|
|
{ "code": "tr", "name": "Turkish", "example": "Bu bir cümledir.", "has_examples": true },
|
|
|
|
{ "code": "ca", "name": "Catalan", "example": "Això és una frase.", "has_examples": true },
|
|
|
|
{ "code": "he", "name": "Hebrew", "example": "זהו משפט.", "has_examples": true },
|
|
|
|
{ "code": "ar", "name": "Arabic", "has_examples": true },
|
|
|
|
{ "code": "fa", "name": "Persian", "has_examples": true },
|
|
|
|
{ "code": "ur", "name": "Urdu", "example": "یہ ایک جملہ ہے", "has_examples": true },
|
|
|
|
{ "code": "tt", "name": "Tatar", "has_examples": true },
|
|
|
|
{ "code": "te", "name": "Telugu", "example": "ఇది ఒక వాక్యం.", "has_examples": true },
|
|
|
|
{ "code": "si", "name": "Sinhala", "example": "මෙය වාක්යයකි.", "has_examples": true },
|
|
|
|
{ "code": "ga", "name": "Irish" },
|
2019-02-18 12:03:35 +03:00
|
|
|
{ "code": "bn", "name": "Bengali", "has_examples": true },
|
💫 Update website (#3285)
<!--- Provide a general summary of your changes in the title. -->
## Description
The new website is implemented using [Gatsby](https://www.gatsbyjs.org) with [Remark](https://github.com/remarkjs/remark) and [MDX](https://mdxjs.com/). This allows authoring content in **straightforward Markdown** without the usual limitations. Standard elements can be overwritten with powerful [React](http://reactjs.org/) components and wherever Markdown syntax isn't enough, JSX components can be used. Hopefully, this update will also make it much easier to contribute to the docs. Once this PR is merged, I'll implement auto-deployment via [Netlify](https://netlify.com) on a specific branch (to avoid building the website on every PR). There's a bunch of other cool stuff that the new setup will allow us to do – including writing front-end tests, service workers, offline support, implementing a search and so on.
This PR also includes various new docs pages and content.
Resolves #3270. Resolves #3222. Resolves #2947. Resolves #2837.
### Types of change
enhancement
## Checklist
<!--- Before you submit the PR, go over this checklist and make sure you can
tick off all the boxes. [] -> [x] -->
- [x] I have submitted the spaCy Contributor Agreement.
- [x] I ran the tests, and all new and existing tests passed.
- [x] My changes don't require a change to the documentation, or if they do, I've added all required information.
2019-02-17 21:31:19 +03:00
|
|
|
{ "code": "hi", "name": "Hindi", "example": "यह एक वाक्य है।", "has_examples": true },
|
2019-07-10 12:19:48 +03:00
|
|
|
{ "code": "mr", "name": "Marathi" },
|
💫 Update website (#3285)
<!--- Provide a general summary of your changes in the title. -->
## Description
The new website is implemented using [Gatsby](https://www.gatsbyjs.org) with [Remark](https://github.com/remarkjs/remark) and [MDX](https://mdxjs.com/). This allows authoring content in **straightforward Markdown** without the usual limitations. Standard elements can be overwritten with powerful [React](http://reactjs.org/) components and wherever Markdown syntax isn't enough, JSX components can be used. Hopefully, this update will also make it much easier to contribute to the docs. Once this PR is merged, I'll implement auto-deployment via [Netlify](https://netlify.com) on a specific branch (to avoid building the website on every PR). There's a bunch of other cool stuff that the new setup will allow us to do – including writing front-end tests, service workers, offline support, implementing a search and so on.
This PR also includes various new docs pages and content.
Resolves #3270. Resolves #3222. Resolves #2947. Resolves #2837.
### Types of change
enhancement
## Checklist
<!--- Before you submit the PR, go over this checklist and make sure you can
tick off all the boxes. [] -> [x] -->
- [x] I have submitted the spaCy Contributor Agreement.
- [x] I ran the tests, and all new and existing tests passed.
- [x] My changes don't require a change to the documentation, or if they do, I've added all required information.
2019-02-17 21:31:19 +03:00
|
|
|
{ "code": "kn", "name": "Kannada" },
|
|
|
|
{ "code": "ta", "name": "Tamil", "has_examples": true },
|
2019-06-26 17:19:17 +03:00
|
|
|
{
|
|
|
|
"code": "id",
|
|
|
|
"name": "Indonesian",
|
|
|
|
"example": "Ini adalah sebuah kalimat.",
|
|
|
|
"has_examples": true
|
|
|
|
},
|
💫 Update website (#3285)
<!--- Provide a general summary of your changes in the title. -->
## Description
The new website is implemented using [Gatsby](https://www.gatsbyjs.org) with [Remark](https://github.com/remarkjs/remark) and [MDX](https://mdxjs.com/). This allows authoring content in **straightforward Markdown** without the usual limitations. Standard elements can be overwritten with powerful [React](http://reactjs.org/) components and wherever Markdown syntax isn't enough, JSX components can be used. Hopefully, this update will also make it much easier to contribute to the docs. Once this PR is merged, I'll implement auto-deployment via [Netlify](https://netlify.com) on a specific branch (to avoid building the website on every PR). There's a bunch of other cool stuff that the new setup will allow us to do – including writing front-end tests, service workers, offline support, implementing a search and so on.
This PR also includes various new docs pages and content.
Resolves #3270. Resolves #3222. Resolves #2947. Resolves #2837.
### Types of change
enhancement
## Checklist
<!--- Before you submit the PR, go over this checklist and make sure you can
tick off all the boxes. [] -> [x] -->
- [x] I have submitted the spaCy Contributor Agreement.
- [x] I ran the tests, and all new and existing tests passed.
- [x] My changes don't require a change to the documentation, or if they do, I've added all required information.
2019-02-17 21:31:19 +03:00
|
|
|
{ "code": "tl", "name": "Tagalog" },
|
|
|
|
{ "code": "af", "name": "Afrikaans" },
|
|
|
|
{ "code": "bg", "name": "Bulgarian" },
|
|
|
|
{ "code": "cs", "name": "Czech" },
|
|
|
|
{ "code": "is", "name": "Icelandic" },
|
|
|
|
{ "code": "lt", "name": "Lithuanian" },
|
|
|
|
{ "code": "lv", "name": "Latvian" },
|
2019-08-07 14:38:25 +03:00
|
|
|
{ "code": "rs", "name": "Serbian" },
|
💫 Update website (#3285)
<!--- Provide a general summary of your changes in the title. -->
## Description
The new website is implemented using [Gatsby](https://www.gatsbyjs.org) with [Remark](https://github.com/remarkjs/remark) and [MDX](https://mdxjs.com/). This allows authoring content in **straightforward Markdown** without the usual limitations. Standard elements can be overwritten with powerful [React](http://reactjs.org/) components and wherever Markdown syntax isn't enough, JSX components can be used. Hopefully, this update will also make it much easier to contribute to the docs. Once this PR is merged, I'll implement auto-deployment via [Netlify](https://netlify.com) on a specific branch (to avoid building the website on every PR). There's a bunch of other cool stuff that the new setup will allow us to do – including writing front-end tests, service workers, offline support, implementing a search and so on.
This PR also includes various new docs pages and content.
Resolves #3270. Resolves #3222. Resolves #2947. Resolves #2837.
### Types of change
enhancement
## Checklist
<!--- Before you submit the PR, go over this checklist and make sure you can
tick off all the boxes. [] -> [x] -->
- [x] I have submitted the spaCy Contributor Agreement.
- [x] I ran the tests, and all new and existing tests passed.
- [x] My changes don't require a change to the documentation, or if they do, I've added all required information.
2019-02-17 21:31:19 +03:00
|
|
|
{ "code": "sk", "name": "Slovak" },
|
|
|
|
{ "code": "sl", "name": "Slovenian" },
|
2019-06-26 17:19:17 +03:00
|
|
|
{
|
|
|
|
"code": "sq",
|
|
|
|
"name": "Albanian",
|
|
|
|
"example": "Kjo është një fjali.",
|
|
|
|
"has_examples": true
|
|
|
|
},
|
2019-03-25 20:01:54 +03:00
|
|
|
{ "code": "et", "name": "Estonian" },
|
💫 Update website (#3285)
<!--- Provide a general summary of your changes in the title. -->
## Description
The new website is implemented using [Gatsby](https://www.gatsbyjs.org) with [Remark](https://github.com/remarkjs/remark) and [MDX](https://mdxjs.com/). This allows authoring content in **straightforward Markdown** without the usual limitations. Standard elements can be overwritten with powerful [React](http://reactjs.org/) components and wherever Markdown syntax isn't enough, JSX components can be used. Hopefully, this update will also make it much easier to contribute to the docs. Once this PR is merged, I'll implement auto-deployment via [Netlify](https://netlify.com) on a specific branch (to avoid building the website on every PR). There's a bunch of other cool stuff that the new setup will allow us to do – including writing front-end tests, service workers, offline support, implementing a search and so on.
This PR also includes various new docs pages and content.
Resolves #3270. Resolves #3222. Resolves #2947. Resolves #2837.
### Types of change
enhancement
## Checklist
<!--- Before you submit the PR, go over this checklist and make sure you can
tick off all the boxes. [] -> [x] -->
- [x] I have submitted the spaCy Contributor Agreement.
- [x] I ran the tests, and all new and existing tests passed.
- [x] My changes don't require a change to the documentation, or if they do, I've added all required information.
2019-02-17 21:31:19 +03:00
|
|
|
{
|
|
|
|
"code": "th",
|
|
|
|
"name": "Thai",
|
|
|
|
"dependencies": [
|
|
|
|
{ "name": "pythainlp", "url": "https://github.com/wannaphongcom/pythainlp" }
|
|
|
|
],
|
|
|
|
"example": "นี่คือประโยค",
|
|
|
|
"has_examples": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"code": "zh",
|
|
|
|
"name": "Chinese",
|
|
|
|
"dependencies": [{ "name": "Jieba", "url": "https://github.com/fxsjy/jieba" }],
|
|
|
|
"has_examples": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"code": "ja",
|
|
|
|
"name": "Japanese",
|
|
|
|
"dependencies": [
|
|
|
|
{ "name": "Unidic", "url": "http://unidic.ninjal.ac.jp/back_number#unidic_cwj" },
|
|
|
|
{ "name": "Mecab", "url": "https://github.com/taku910/mecab" }
|
|
|
|
],
|
|
|
|
"example": "これは文章です。",
|
|
|
|
"has_examples": true
|
|
|
|
},
|
2019-07-09 23:23:16 +03:00
|
|
|
{
|
|
|
|
"code": "ko",
|
|
|
|
"name": "Korean",
|
|
|
|
"dependencies": [
|
2019-07-10 12:19:48 +03:00
|
|
|
{
|
|
|
|
"name": "mecab-ko",
|
|
|
|
"url": "https://bitbucket.org/eunjeon/mecab-ko/src/master/README.md"
|
|
|
|
},
|
2019-07-09 23:23:16 +03:00
|
|
|
{ "name": "mecab-ko-dic", "url": "https://bitbucket.org/eunjeon/mecab-ko-dic" },
|
2019-07-10 12:19:48 +03:00
|
|
|
{ "name": "natto-py", "url": "https://github.com/buruzaemon/natto-py" }
|
2019-07-09 23:23:16 +03:00
|
|
|
],
|
|
|
|
"example": "이것은 문장입니다.",
|
|
|
|
"has_examples": true
|
|
|
|
},
|
💫 Update website (#3285)
<!--- Provide a general summary of your changes in the title. -->
## Description
The new website is implemented using [Gatsby](https://www.gatsbyjs.org) with [Remark](https://github.com/remarkjs/remark) and [MDX](https://mdxjs.com/). This allows authoring content in **straightforward Markdown** without the usual limitations. Standard elements can be overwritten with powerful [React](http://reactjs.org/) components and wherever Markdown syntax isn't enough, JSX components can be used. Hopefully, this update will also make it much easier to contribute to the docs. Once this PR is merged, I'll implement auto-deployment via [Netlify](https://netlify.com) on a specific branch (to avoid building the website on every PR). There's a bunch of other cool stuff that the new setup will allow us to do – including writing front-end tests, service workers, offline support, implementing a search and so on.
This PR also includes various new docs pages and content.
Resolves #3270. Resolves #3222. Resolves #2947. Resolves #2837.
### Types of change
enhancement
## Checklist
<!--- Before you submit the PR, go over this checklist and make sure you can
tick off all the boxes. [] -> [x] -->
- [x] I have submitted the spaCy Contributor Agreement.
- [x] I ran the tests, and all new and existing tests passed.
- [x] My changes don't require a change to the documentation, or if they do, I've added all required information.
2019-02-17 21:31:19 +03:00
|
|
|
{
|
|
|
|
"code": "vi",
|
|
|
|
"name": "Vietnamese",
|
|
|
|
"dependencies": [{ "name": "Pyvi", "url": "https://github.com/trungtv/pyvi" }]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"licenses": [
|
|
|
|
{ "id": "CC BY 4.0", "url": "https://creativecommons.org/licenses/by/4.0/" },
|
|
|
|
{ "id": "CC BY 4.0", "url": "https://creativecommons.org/licenses/by/4.0/" },
|
|
|
|
{ "id": "CC BY-SA", "url": "https://creativecommons.org/licenses/by-sa/3.0/" },
|
|
|
|
{ "id": "CC BY-SA 3.0", "url": "https://creativecommons.org/licenses/by-sa/3.0/" },
|
|
|
|
{ "id": "CC BY-SA 4.0", "url": "https://creativecommons.org/licenses/by-sa/4.0/" },
|
|
|
|
{ "id": "CC BY-NC", "url": "https://creativecommons.org/licenses/by-nc/3.0/" },
|
|
|
|
{ "id": "CC BY-NC 3.0", "url": "https://creativecommons.org/licenses/by-nc/3.0/" },
|
|
|
|
{ "id": "CC BY-NC 4.0", "url": "https://creativecommons.org/licenses/by-nc/4.0/" },
|
|
|
|
{ "id": "CC-BY-NC-SA 3.0", "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/" },
|
|
|
|
{ "id": "GPL", "url": "https://www.gnu.org/licenses/gpl.html" },
|
|
|
|
{ "id": "LGPL", "url": "https://www.gnu.org/licenses/lgpl.html" },
|
|
|
|
{ "id": "MIT", "url": "https://opensource.org/licenses/MIT" }
|
|
|
|
]
|
|
|
|
}
|