mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 18:26:30 +03:00
Add stub for Example API docs [ci skip]
This commit is contained in:
parent
fa8e097c04
commit
cdf9ee1716
10
website/docs/api/example.md
Normal file
10
website/docs/api/example.md
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
title: Example
|
||||||
|
teaser: A training example
|
||||||
|
tag: class
|
||||||
|
source: spacy/gold/example.pyx
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- TODO: -->
|
||||||
|
|
||||||
|
## Example.\_\_init\_\_ {#init tag="method"}
|
|
@ -66,7 +66,8 @@
|
||||||
{ "text": "Doc", "url": "/api/doc" },
|
{ "text": "Doc", "url": "/api/doc" },
|
||||||
{ "text": "Token", "url": "/api/token" },
|
{ "text": "Token", "url": "/api/token" },
|
||||||
{ "text": "Span", "url": "/api/span" },
|
{ "text": "Span", "url": "/api/span" },
|
||||||
{ "text": "Lexeme", "url": "/api/lexeme" }
|
{ "text": "Lexeme", "url": "/api/lexeme" },
|
||||||
|
{ "text": "Example", "url": "/api/example" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user