spaCy/website/docs/api/_data.json

169 lines
3.4 KiB
JSON
Raw Normal View History

2016-10-31 21:04:15 +03:00
{
"sidebar": {
"Introduction": {
"Facts & Figures": "./",
2017-05-20 13:59:57 +03:00
"Languages": "language-models"
},
"Top-level": {
"spacy": "spacy",
"displacy": "displacy",
"Utility Functions": "util",
"Command line": "cli"
2016-10-31 21:04:15 +03:00
},
"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",
"GoldCorpus": "goldcorpus",
"Binder": "binder"
2016-10-31 21:04:15 +03:00
},
"Other": {
"Annotation Specs": "annotation"
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"
},
2017-05-20 13:59:57 +03:00
"spacy": {
"title": "spaCy top-level functions",
"source": "spacy/__init__.py",
2017-05-20 13:59:57 +03:00
"next": "displacy"
},
"displacy": {
"title": "displaCy",
"tag": "module",
"source": "spacy/displacy",
2017-05-20 13:59:57 +03:00
"next": "util"
},
"util": {
"title": "Utility Functions",
"source": "spacy/util.py",
2017-05-20 13:59:57 +03:00
"next": "cli"
},
"cli": {
"title": "Command Line Interface",
"source": "spacy/cli"
2017-05-20 13:59:57 +03:00
},
2016-10-31 21:04:15 +03:00
"language": {
"title": "Language",
"tag": "class",
"source": "spacy/language.py"
2016-10-31 21:04:15 +03:00
},
"doc": {
"title": "Doc",
"tag": "class",
"source": "spacy/tokens/doc.pyx"
2016-10-31 21:04:15 +03:00
},
"token": {
"title": "Token",
"tag": "class",
"source": "spacy/tokens/token.pyx"
2016-10-31 21:04:15 +03:00
},
"span": {
"title": "Span",
"tag": "class",
"source": "spacy/tokens/span.pyx"
2016-10-31 21:04:15 +03:00
},
"lexeme": {
"title": "Lexeme",
"tag": "class",
"source": "spacy/lexeme.pyx"
2016-10-31 21:04:15 +03:00
},
"vocab": {
"title": "Vocab",
"tag": "class",
"source": "spacy/vocab.pyx"
2016-10-31 21:04:15 +03:00
},
"stringstore": {
"title": "StringStore",
"tag": "class",
"source": "spacy/strings.pyx"
2016-10-31 21:04:15 +03:00
},
"matcher": {
"title": "Matcher",
"tag": "class",
"source": "spacy/matcher.pyx"
2016-10-31 21:04:15 +03:00
},
"dependenyparser": {
"title": "DependencyParser",
"tag": "class"
},
"entityrecognizer": {
"title": "EntityRecognizer",
"tag": "class"
},
"dependencyparser": {
"title": "DependencyParser",
"tag": "class"
},
"tokenizer": {
"title": "Tokenizer",
"tag": "class",
"source": "spacy/tokenizer.pyx"
},
2016-10-31 21:04:15 +03:00
"tagger": {
"title": "Tagger",
"tag": "class"
},
"goldparse": {
"title": "GoldParse",
"tag": "class",
"source": "spacy/gold.pyx"
2016-10-31 21:04:15 +03:00
},
"goldcorpus": {
"title": "GoldCorpus",
"tag": "class",
"source": "spacy/gold.pyx"
},
"binder": {
"title": "Binder",
2017-05-28 01:32:43 +03:00
"tag": "class",
"source": "spacy/tokens/binder.pyx"
},
2016-10-31 21:04:15 +03:00
"annotation": {
"title": "Annotation Specifications"
}
}