spaCy/website/meta/type-annotations.json
2020-08-18 14:39:40 +02:00

45 lines
2.0 KiB
JSON

{
"Doc": "/api/doc",
"Token": "/api/token",
"Span": "/api/span",
"Lexeme": "/api/lexeme",
"Example": "/api/example",
"Alignment": "/api/example#alignment-object",
"Vocab": "/api/vocab",
"StringStore": "/api/stringstore",
"Lookups": "/api/lookups",
"Table": "/api/lookups#table",
"Vectors": "/api/vectors",
"Language": "/api/language",
"Defaults": "/api/language#defaults",
"Scorer": "/api/scorer",
"DocBin": "/api/docbin",
"FactoryMeta": "/api/language#factorymeta",
"Tokenizer": "/api/tokenizer",
"MorphAnalysis": "/api/morphology#morphanalysis",
"KnowledgeBase": "/api/kb",
"Candidate": "/api/kb#candidate",
"Matcher": "/api/matcher",
"PhraseMatcher": "/api/phrasematcher",
"TransformerData": "/api/transformer#transformerdata",
"FullTransformerBatch": "/api/transformer#fulltransformerbatch",
"LexemeC": "/api/cython-structs#lexemec",
"TokenC": "/api/cython-structs#tokenc",
"Config": "https://thinc.ai/docs/api-config#config",
"Optimizer": "https://thinc.ai/docs/api-optimizers",
"Model": "https://thinc.ai/docs/api-model",
"Ragged": "https://thinc.ai/docs/api-types#ragged",
"Floats2d": "https://thinc.ai/docs/api-types#types",
"Floats3d": "https://thinc.ai/docs/api-types#types",
"FloatsXd": "https://thinc.ai/docs/api-types#types",
"Ops": "https://thinc.ai/docs/api-backends#ops",
"cymem.Pool": "https://github.com/explosion/cymem",
"preshed.BloomFilter": "https://github.com/explosion/preshed",
"transformers.BatchEncoding": "https://huggingface.co/transformers/main_classes/tokenizer.html#transformers.BatchEncoding",
"torch.Tensor": "https://pytorch.org/docs/stable/tensors.html",
"numpy.ndarray": "https://numpy.org/doc/stable/reference/generated/numpy.ndarray.html",
"Match": "https://docs.python.org/3/library/re.html#match-objects",
"Pattern": "https://docs.python.org/3/library/re.html#regular-expression-objects",
"Path": "https://docs.python.org/3/library/pathlib.html"
}