spaCy/website/docs/_data.json

30 lines
1.0 KiB
JSON
Raw Normal View History

2016-03-31 17:24:48 +03:00
{
"index": {
"title" : "Documentation",
"sidebar": {
"Quickstart": [
2016-10-03 21:19:13 +03:00
["Getting started", "#getting-started", "getting-started"],
2016-03-31 17:24:48 +03:00
["Usage Examples", "#examples", "examples"]
],
"API": [
["English", "#english", "english"],
["Doc", "#doc", "doc"],
["Token", "#token", "token"],
["Span", "#span", "span"],
["Lexeme", "#lexeme", "lexeme"],
["Vocab", "#vocab", "vocab"],
["StringStore", "#stringstore", "stringstore"]
],
"More": [
["Annotation Specs", "#annotation", "annotation"],
["Tutorials", "#tutorials", "tutorials"]
],
"Feedback": [
["Suggest Edits", "https://github.com/spacy-io/spaCy/tree/master/website/docs"],
["Github Issue Tracker", "https://github.com/spacy-io/spaCy/issues"]
]
}
}
}