💫 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
|
|
|
[
|
|
|
|
{
|
|
|
|
"section": "usage",
|
|
|
|
"items": [
|
|
|
|
{
|
|
|
|
"label": "Get started",
|
|
|
|
"items": [
|
|
|
|
{ "text": "Installation", "url": "/usage" },
|
|
|
|
{ "text": "Models & Languages", "url": "/usage/models" },
|
|
|
|
{ "text": "Facts & Figures", "url": "/usage/facts-figures" },
|
2020-07-01 22:26:39 +03:00
|
|
|
{ "text": "spaCy 101", "url": "/usage/spacy-101" },
|
2020-07-01 14:02:17 +03:00
|
|
|
{ "text": "New in v3.0", "url": "/usage/v3" }
|
💫 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
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Guides",
|
|
|
|
"items": [
|
|
|
|
{ "text": "Linguistic Features", "url": "/usage/linguistic-features" },
|
|
|
|
{ "text": "Rule-based Matching", "url": "/usage/rule-based-matching" },
|
|
|
|
{ "text": "Processing Pipelines", "url": "/usage/processing-pipelines" },
|
2020-08-18 01:49:19 +03:00
|
|
|
{
|
|
|
|
"text": "Embeddings & Transformers",
|
|
|
|
"url": "/usage/embeddings-transformers",
|
|
|
|
"tag": "new"
|
|
|
|
},
|
2020-07-03 17:48:21 +03:00
|
|
|
{ "text": "Training Models", "url": "/usage/training", "tag": "new" },
|
2020-08-21 17:11:38 +03:00
|
|
|
{
|
|
|
|
"text": "Layers & Model Architectures",
|
2020-08-21 17:21:55 +03:00
|
|
|
"url": "/usage/layers-architectures",
|
2020-08-21 17:11:38 +03:00
|
|
|
"tag": "new"
|
|
|
|
},
|
2020-07-01 22:26:39 +03:00
|
|
|
{ "text": "spaCy Projects", "url": "/usage/projects", "tag": "new" },
|
💫 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
|
|
|
{ "text": "Saving & Loading", "url": "/usage/saving-loading" },
|
|
|
|
{ "text": "Visualizers", "url": "/usage/visualizers" }
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
2020-07-05 17:11:16 +03:00
|
|
|
"label": "Resources",
|
|
|
|
"items": [
|
|
|
|
{ "text": "Project Templates", "url": "https://github.com/explosion/projects" }
|
|
|
|
]
|
💫 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
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"section": "models",
|
|
|
|
"items": [
|
|
|
|
{
|
|
|
|
"label": "Models",
|
|
|
|
"items": [{ "text": "Overview", "url": "/models" }]
|
|
|
|
},
|
|
|
|
{
|
2020-09-03 14:13:03 +03:00
|
|
|
"label": "Trained Pipelines",
|
2019-12-21 16:10:22 +03:00
|
|
|
"items": []
|
💫 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
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"section": "api",
|
|
|
|
"items": [
|
|
|
|
{
|
|
|
|
"label": "Overview",
|
|
|
|
"items": [
|
2020-07-03 17:48:21 +03:00
|
|
|
{ "text": "Library Architecture", "url": "/api" },
|
|
|
|
{ "text": "Model Architectures", "url": "/api/architectures" },
|
2020-07-05 17:11:16 +03:00
|
|
|
{ "text": "Data Formats", "url": "/api/data-formats" },
|
💫 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
|
|
|
{ "text": "Command Line", "url": "/api/cli" },
|
|
|
|
{ "text": "Functions", "url": "/api/top-level" }
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Containers",
|
|
|
|
"items": [
|
|
|
|
{ "text": "Doc", "url": "/api/doc" },
|
2020-09-21 14:46:21 +03:00
|
|
|
{ "text": "DocBin", "url": "/api/docbin" },
|
2020-07-04 15:23:10 +03:00
|
|
|
{ "text": "Example", "url": "/api/example" },
|
2020-09-21 14:46:21 +03:00
|
|
|
{ "text": "Language", "url": "/api/language" },
|
|
|
|
{ "text": "Lexeme", "url": "/api/lexeme" },
|
|
|
|
{ "text": "Span", "url": "/api/span" },
|
2021-01-14 09:30:41 +03:00
|
|
|
{ "text": "SpanGroup", "url": "/api/spangroup" },
|
2020-09-21 14:46:21 +03:00
|
|
|
{ "text": "Token", "url": "/api/token" }
|
💫 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
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Pipeline",
|
|
|
|
"items": [
|
2020-08-07 13:42:31 +03:00
|
|
|
{ "text": "AttributeRuler", "url": "/api/attributeruler" },
|
💫 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
|
|
|
{ "text": "DependencyParser", "url": "/api/dependencyparser" },
|
2020-09-21 14:46:21 +03:00
|
|
|
{ "text": "EntityLinker", "url": "/api/entitylinker" },
|
💫 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
|
|
|
{ "text": "EntityRecognizer", "url": "/api/entityrecognizer" },
|
2020-07-27 19:11:45 +03:00
|
|
|
{ "text": "EntityRuler", "url": "/api/entityruler" },
|
2020-09-21 14:46:21 +03:00
|
|
|
{ "text": "Lemmatizer", "url": "/api/lemmatizer" },
|
|
|
|
{ "text": "Morphologizer", "url": "/api/morphologizer" },
|
2020-07-04 15:23:10 +03:00
|
|
|
{ "text": "SentenceRecognizer", "url": "/api/sentencerecognizer" },
|
2020-09-21 14:46:21 +03:00
|
|
|
{ "text": "Sentencizer", "url": "/api/sentencizer" },
|
|
|
|
{ "text": "Tagger", "url": "/api/tagger" },
|
|
|
|
{ "text": "TextCategorizer", "url": "/api/textcategorizer" },
|
|
|
|
{ "text": "Tok2Vec", "url": "/api/tok2vec" },
|
|
|
|
{ "text": "Tokenizer", "url": "/api/tokenizer" },
|
2020-10-09 11:36:06 +03:00
|
|
|
{ "text": "TrainablePipe", "url": "/api/pipe" },
|
2020-09-21 14:46:21 +03:00
|
|
|
{ "text": "Transformer", "url": "/api/transformer" },
|
|
|
|
{ "text": "Other Functions", "url": "/api/pipeline-functions" }
|
2020-07-27 19:11:45 +03:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Matchers",
|
|
|
|
"items": [
|
2020-09-21 14:46:21 +03:00
|
|
|
{ "text": "DependencyMatcher", "url": "/api/dependencymatcher" },
|
2020-07-27 19:11:45 +03:00
|
|
|
{ "text": "Matcher", "url": "/api/matcher" },
|
2020-09-21 14:46:21 +03:00
|
|
|
{ "text": "PhraseMatcher", "url": "/api/phrasematcher" }
|
💫 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
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Other",
|
|
|
|
"items": [
|
2020-09-21 14:46:21 +03:00
|
|
|
{ "text": "Corpus", "url": "/api/corpus" },
|
|
|
|
{ "text": "KnowledgeBase", "url": "/api/kb" },
|
2019-09-12 15:00:14 +03:00
|
|
|
{ "text": "Lookups", "url": "/api/lookups" },
|
2020-09-22 10:36:37 +03:00
|
|
|
{ "text": "MorphAnalysis", "url": "/api/morphology#morphanalysis" },
|
2020-07-21 11:33:46 +03:00
|
|
|
{ "text": "Morphology", "url": "/api/morphology" },
|
2019-09-18 21:23:21 +03:00
|
|
|
{ "text": "Scorer", "url": "/api/scorer" },
|
2020-09-21 14:46:21 +03:00
|
|
|
{ "text": "StringStore", "url": "/api/stringstore" },
|
|
|
|
{ "text": "Vectors", "url": "/api/vectors" },
|
|
|
|
{ "text": "Vocab", "url": "/api/vocab" }
|
💫 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
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Cython",
|
|
|
|
"items": [
|
|
|
|
{ "text": "Architecture", "url": "/api/cython" },
|
2020-09-21 14:46:21 +03:00
|
|
|
{ "text": "Classes", "url": "/api/cython-classes" },
|
|
|
|
{ "text": "Structs", "url": "/api/cython-structs" }
|
💫 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
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|