{
    "sidebar": {
        "Introduction": {
            "Facts & Figures": "./",
            "Languages": "language-models",
            "Annotation Specs": "annotation"
        },
        "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",
            "Vectors": "vectors",
            "GoldParse": "goldparse",
            "GoldCorpus": "goldcorpus",
            "Binder": "binder"
        }
    },

    "index": {
        "title": "Facts & Figures",
        "next": "language-models"
    },

    "language-models": {
        "title": "Languages",
        "next": "philosophy"
    },

    "philosophy": {
        "title": "Philosophy"
    },

    "spacy": {
        "title": "spaCy top-level functions",
        "source": "spacy/__init__.py",
        "next": "displacy"
    },

    "displacy": {
        "title": "displaCy",
        "tag": "module",
        "source": "spacy/displacy",
        "next": "util"
    },

    "util": {
        "title": "Utility Functions",
        "source": "spacy/util.py",
        "next": "cli"
    },

    "cli": {
        "title": "Command Line Interface",
        "source": "spacy/cli"
    },

    "language": {
        "title": "Language",
        "tag": "class",
        "source": "spacy/language.py"
    },

    "doc": {
        "title": "Doc",
        "tag": "class",
        "source": "spacy/tokens/doc.pyx"
    },

    "token": {
        "title": "Token",
        "tag": "class",
        "source": "spacy/tokens/token.pyx"
    },

    "span": {
        "title": "Span",
        "tag": "class",
        "source": "spacy/tokens/span.pyx"
    },

    "lexeme": {
        "title": "Lexeme",
        "tag": "class",
        "source": "spacy/lexeme.pyx"
    },

    "vocab": {
        "title": "Vocab",
        "tag": "class",
        "source": "spacy/vocab.pyx"
    },

    "stringstore": {
        "title": "StringStore",
        "tag": "class",
        "source": "spacy/strings.pyx"
    },

    "matcher": {
        "title": "Matcher",
        "tag": "class",
        "source": "spacy/matcher.pyx"
    },

    "dependenyparser": {
        "title": "DependencyParser",
        "tag": "class",
        "source": "spacy/pipeline.pyx"
    },

    "entityrecognizer": {
        "title": "EntityRecognizer",
        "tag": "class",
        "source": "spacy/pipeline.pyx"
    },

    "dependencyparser": {
        "title": "DependencyParser",
        "tag": "class",
        "source": "spacy/pipeline.pyx"
    },

    "tokenizer": {
        "title": "Tokenizer",
        "tag": "class",
        "source": "spacy/tokenizer.pyx"
    },

    "tagger": {
        "title": "Tagger",
        "tag": "class",
        "source": "spacy/pipeline.pyx"
    },

    "goldparse": {
        "title": "GoldParse",
        "tag": "class",
        "source": "spacy/gold.pyx"
    },

    "goldcorpus": {
        "title": "GoldCorpus",
        "tag": "class",
        "source": "spacy/gold.pyx"
    },

    "binder": {
        "title": "Binder",
        "tag": "class",
        "source": "spacy/tokens/binder.pyx"
    },

    "vectors": {
        "title": "Vectors",
        "tag": "class",
        "source": "spacy/vectors.pyx"
    },

    "annotation": {
        "title": "Annotation Specifications"
    }
}