spaCy/website/docs/api/_data.json

147 lines
2.7 KiB
JSON

{
"sidebar": {
"Introduction": {
"Facts & Figures": "./",
"Languages": "language-models"
},
"Top-level": {
"spacy": "spacy",
"displacy": "displacy",
"Utility Functions": "util",
"Command line": "cli"
},
"Classes": {
"Doc": "doc",
"Token": "token",
"Span": "span",
"Language": "language",
"Tokenizer": "tokenizer",
"Tagger": "tagger",
"DependencyParser": "dependencyparser",
"EntityRecognizer": "entityrecognizer",
"Matcher": "matcher",
"Lexeme": "lexeme",
"Vocab": "vocab",
"StringStore": "stringstore",
"GoldParse": "goldparse",
"GoldCorpus": "goldcorpus"
},
"Other": {
"Annotation Specs": "annotation"
}
},
"index": {
"title": "Facts & Figures",
"next": "language-models"
},
"language-models": {
"title": "Languages",
"next": "philosophy"
},
"philosophy": {
"title": "Philosophy"
},
"spacy": {
"title": "spaCy top-level functions",
"next": "displacy"
},
"displacy": {
"title": "displaCy",
"tag": "module",
"next": "util"
},
"util": {
"title": "Utility Functions",
"next": "cli"
},
"cli": {
"title": "Command Line Interface"
},
"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"
},
"tagger": {
"title": "Tagger",
"tag": "class"
},
"goldparse": {
"title": "GoldParse",
"tag": "class"
},
"goldcorpus": {
"title": "GoldCorpus",
"tag": "class"
},
"annotation": {
"title": "Annotation Specifications"
}
}