spaCy/website/docs/api/_data.json

138 lines
2.6 KiB
JSON
Raw Normal View History

2016-10-31 21:04:15 +03:00
{
"sidebar": {
"Introduction": {
"Facts & Figures": "./",
2017-05-12 16:40:43 +03:00
"Languages": "language-models",
2016-10-31 21:04:15 +03:00
"Philosophy": "philosophy"
},
"Classes": {
"Doc": "doc",
"Token": "token",
"Span": "span",
"Language": "language",
"Tokenizer": "tokenizer",
2016-10-31 21:04:15 +03:00
"Tagger": "tagger",
"DependencyParser": "dependencyparser",
"EntityRecognizer": "entityrecognizer",
"Matcher": "matcher",
"Lexeme": "lexeme",
"Vocab": "vocab",
"StringStore": "stringstore",
"GoldParse": "goldparse"
},
"Other": {
2017-05-17 12:40:10 +03:00
"Command line": "cli",
"displaCy": "displacy",
2017-05-13 22:23:12 +03:00
"Utility Functions": "util",
"Annotation Specs": "annotation",
"Feature Scheme": "features"
2016-10-31 21:04:15 +03:00
}
},
"index": {
"title": "Facts & Figures",
"next": "language-models"
},
"language-models": {
"title": "Languages",
2016-10-31 21:04:15 +03:00
"next": "philosophy"
},
"philosophy": {
"title": "Philosophy"
},
"language": {
"title": "Language",
"tag": "class"
},
"doc": {
"title": "Doc",
"tag": "class"
},
"token": {
"title": "Token",
"tag": "class"
},
"span": {
"title": "Span",
"tag": "class"
},
"lexeme": {
"title": "Lexeme",
"tag": "class"
},
"vocab": {
"title": "Vocab",
"tag": "class"
},
"stringstore": {
"title": "StringStore",
"tag": "class"
},
"matcher": {
"title": "Matcher",
"tag": "class"
},
"dependenyparser": {
"title": "DependencyParser",
"tag": "class"
},
"entityrecognizer": {
"title": "EntityRecognizer",
"tag": "class"
},
"dependencyparser": {
"title": "DependencyParser",
"tag": "class"
},
"tokenizer": {
"title": "Tokenizer",
"tag": "class"
},
2016-10-31 21:04:15 +03:00
"tagger": {
"title": "Tagger",
"tag": "class"
},
"goldparse": {
"title": "GoldParse",
"tag": "class"
},
2017-05-17 12:40:10 +03:00
"cli": {
"title": "Command Line Interface",
"next": "displacy"
},
"displacy": {
"title": "displaCy",
"tag": "module"
},
2017-05-13 22:23:12 +03:00
"util": {
"title": "Utility Functions"
},
2016-10-31 21:04:15 +03:00
"annotation": {
"title": "Annotation Specifications"
},
"features": {
"title": "Linear Model Feature Scheme"
2016-10-31 21:04:15 +03:00
}
}