💫 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": [
|
2020-06-16 16:37:35 +03:00
|
|
|
|
{
|
|
|
|
|
"code": "zh",
|
|
|
|
|
"name": "Chinese",
|
|
|
|
|
"models": ["zh_core_web_sm", "zh_core_web_md", "zh_core_web_lg"],
|
|
|
|
|
"dependencies": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Jieba",
|
|
|
|
|
"url": "https://github.com/fxsjy/jieba"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "PKUSeg",
|
|
|
|
|
"url": "https://github.com/lancopku/PKUSeg-python"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"has_examples": true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"code": "da",
|
|
|
|
|
"name": "Danish",
|
|
|
|
|
"example": "Dette er en sætning.",
|
|
|
|
|
"has_examples": true,
|
|
|
|
|
"models": ["da_core_news_sm", "da_core_news_md", "da_core_news_lg"]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"code": "nl",
|
|
|
|
|
"name": "Dutch",
|
|
|
|
|
"models": ["nl_core_news_sm", "nl_core_news_md", "nl_core_news_lg"],
|
|
|
|
|
"example": "Dit is een zin.",
|
|
|
|
|
"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": "en",
|
|
|
|
|
"name": "English",
|
2019-12-21 16:10:22 +03:00
|
|
|
|
"models": ["en_core_web_sm", "en_core_web_md", "en_core_web_lg"],
|
|
|
|
|
"starters": [
|
2019-08-05 15:32:54 +03:00
|
|
|
|
"en_vectors_web_lg",
|
2019-10-08 16:39:38 +03:00
|
|
|
|
"en_trf_bertbaseuncased_lg",
|
|
|
|
|
"en_trf_robertabase_lg",
|
|
|
|
|
"en_trf_distilbertbaseuncased_lg",
|
|
|
|
|
"en_trf_xlnetbasecased_lg"
|
2019-08-05 15:32:54 +03:00
|
|
|
|
],
|
💫 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": "fr",
|
|
|
|
|
"name": "French",
|
2020-06-16 16:37:35 +03:00
|
|
|
|
"models": ["fr_core_news_sm", "fr_core_news_md", "fr_core_news_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": "C'est une phrase.",
|
|
|
|
|
"has_examples": true
|
|
|
|
|
},
|
|
|
|
|
{
|
2020-06-16 16:37:35 +03:00
|
|
|
|
"code": "de",
|
|
|
|
|
"name": "German",
|
|
|
|
|
"models": ["de_core_news_sm", "de_core_news_md", "de_core_news_lg"],
|
|
|
|
|
"starters": ["de_trf_bertbasecased_lg"],
|
|
|
|
|
"example": "Dies ist ein Satz.",
|
💫 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
|
|
|
|
"has_examples": true
|
|
|
|
|
},
|
|
|
|
|
{
|
2020-06-16 16:37:35 +03:00
|
|
|
|
"code": "el",
|
|
|
|
|
"name": "Greek",
|
|
|
|
|
"models": ["el_core_news_sm", "el_core_news_md", "el_core_news_lg"],
|
|
|
|
|
"example": "Αυτή είναι μια πρόταση.",
|
💫 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
|
|
|
|
"has_examples": true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"code": "it",
|
|
|
|
|
"name": "Italian",
|
2020-06-16 16:37:35 +03:00
|
|
|
|
"models": ["it_core_news_sm", "it_core_news_md", "it_core_news_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": "Questa è una frase.",
|
|
|
|
|
"has_examples": true
|
|
|
|
|
},
|
|
|
|
|
{
|
2020-06-16 16:37:35 +03:00
|
|
|
|
"code": "ja",
|
|
|
|
|
"name": "Japanese",
|
|
|
|
|
"models": ["ja_core_news_sm", "ja_core_news_md", "ja_core_news_lg"],
|
|
|
|
|
"dependencies": [
|
2020-06-16 19:34:11 +03:00
|
|
|
|
{ "name": "Unidic", "url": "http://unidic.ninjal.ac.jp/back_number#unidic_cwj" },
|
|
|
|
|
{ "name": "Mecab", "url": "https://github.com/taku910/mecab" },
|
2020-06-16 16:37:35 +03:00
|
|
|
|
{
|
|
|
|
|
"name": "SudachiPy",
|
|
|
|
|
"url": "https://github.com/WorksApplications/SudachiPy"
|
|
|
|
|
}
|
|
|
|
|
],
|
2020-06-16 19:34:11 +03:00
|
|
|
|
"example": "これは文章です。",
|
💫 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
|
|
|
|
"has_examples": true
|
|
|
|
|
},
|
|
|
|
|
{
|
2020-06-16 16:37:35 +03:00
|
|
|
|
"code": "lt",
|
|
|
|
|
"name": "Lithuanian",
|
|
|
|
|
"has_examples": true,
|
|
|
|
|
"models": ["lt_core_news_sm", "lt_core_news_md", "lt_core_news_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
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"code": "nb",
|
|
|
|
|
"name": "Norwegian Bokmål",
|
|
|
|
|
"example": "Dette er en setning.",
|
2019-09-14 17:23:50 +03:00
|
|
|
|
"has_examples": true,
|
2020-06-16 16:37:35 +03:00
|
|
|
|
"models": ["nb_core_news_sm", "nb_core_news_md", "nb_core_news_lg"]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"code": "pl",
|
|
|
|
|
"name": "Polish",
|
|
|
|
|
"example": "To jest zdanie.",
|
|
|
|
|
"has_examples": true,
|
|
|
|
|
"models": ["pl_core_news_sm", "pl_core_news_md", "pl_core_news_lg"]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"code": "pt",
|
|
|
|
|
"name": "Portuguese",
|
|
|
|
|
"models": ["pt_core_news_sm", "pt_core_news_md", "pt_core_news_lg"],
|
|
|
|
|
"example": "Esta é uma frase.",
|
|
|
|
|
"has_examples": true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"code": "ro",
|
|
|
|
|
"name": "Romanian",
|
|
|
|
|
"example": "Aceasta este o propoziție.",
|
|
|
|
|
"has_examples": true,
|
|
|
|
|
"models": ["ro_core_news_sm", "ro_core_news_md", "ro_core_news_lg"]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"code": "es",
|
|
|
|
|
"name": "Spanish",
|
|
|
|
|
"models": ["es_core_news_sm", "es_core_news_md", "es_core_news_lg"],
|
|
|
|
|
"example": "Esto es una frase.",
|
|
|
|
|
"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
|
|
|
|
},
|
2020-06-16 16:37:35 +03:00
|
|
|
|
{ "code": "sv", "name": "Swedish", "has_examples": true },
|
|
|
|
|
{ "code": "fi", "name": "Finnish", "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": "hu", "name": "Hungarian", "example": "Ez egy mondat.", "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" }]
|
|
|
|
|
},
|
2019-09-15 18:56:40 +03:00
|
|
|
|
{ "code": "hr", "name": "Croatian", "has_examples": true },
|
2020-03-09 13:17:20 +03:00
|
|
|
|
{ "code": "eu", "name": "Basque", "has_examples": true },
|
|
|
|
|
{ "code": "yo", "name": "Yoruba", "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": "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 },
|
2019-09-15 18:56:40 +03:00
|
|
|
|
{ "code": "ar", "name": "Arabic", "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": "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" },
|
2019-09-15 18:56:40 +03:00
|
|
|
|
{ "code": "bg", "name": "Bulgarian", "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": "cs", "name": "Czech" },
|
|
|
|
|
{ "code": "is", "name": "Icelandic" },
|
|
|
|
|
{ "code": "lv", "name": "Latvian" },
|
2019-08-21 20:57:37 +03:00
|
|
|
|
{ "code": "sr", "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-10-26 14:51:42 +03:00
|
|
|
|
{ "code": "lb", "name": "Luxembourgish" },
|
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
|
|
|
|
|
},
|
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" }]
|
2019-09-14 17:23:50 +03:00
|
|
|
|
},
|
2020-03-20 07:20:17 +03:00
|
|
|
|
{
|
|
|
|
|
"code": "lij",
|
|
|
|
|
"name": "Ligurian",
|
|
|
|
|
"example": "Sta chì a l'é unna fraxe.",
|
|
|
|
|
"has_examples": true
|
|
|
|
|
},
|
2020-06-16 16:37:35 +03:00
|
|
|
|
{
|
|
|
|
|
"code": "hy",
|
|
|
|
|
"name": "Armenian",
|
|
|
|
|
"has_examples": true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"code": "gu",
|
|
|
|
|
"name": "Gujarati",
|
|
|
|
|
"has_examples": true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"code": "ml",
|
|
|
|
|
"name": "Malayalam",
|
|
|
|
|
"has_examples": true
|
|
|
|
|
},
|
2020-10-28 18:32:07 +03:00
|
|
|
|
{
|
|
|
|
|
"code": "ne",
|
|
|
|
|
"name": "Nepali",
|
|
|
|
|
"has_examples": true
|
|
|
|
|
},
|
2020-10-29 10:49:56 +03:00
|
|
|
|
{
|
|
|
|
|
"code": "mk",
|
|
|
|
|
"name": "Macedonian"
|
|
|
|
|
},
|
2019-09-14 17:23:50 +03:00
|
|
|
|
{
|
|
|
|
|
"code": "xx",
|
|
|
|
|
"name": "Multi-language",
|
|
|
|
|
"models": ["xx_ent_wiki_sm"],
|
|
|
|
|
"example": "This is a sentence about Facebook."
|
💫 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
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"licenses": [
|
|
|
|
|
{ "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" }
|
|
|
|
|
]
|
|
|
|
|
}
|