mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-07 13:44:55 +03:00
WIP missing components
This commit is contained in:
parent
34c537f42c
commit
f34c173b75
|
@ -1,4 +1,5 @@
|
|||
import { remarkComponents } from '../src/markdown'
|
||||
import Benchmarks from '../docs/usage/_benchmarks-models.mdx'
|
||||
import Architecture101 from '../docs/usage/101/_architecture.mdx'
|
||||
import LanguageData101 from '../docs/usage/101/_language-data.mdx'
|
||||
import NER101 from '../docs/usage/101/_named-entities.mdx'
|
||||
|
@ -30,6 +31,7 @@ const mdxComponents = {
|
|||
QuickstartTraining,
|
||||
QuickstartModels,
|
||||
|
||||
Benchmarks,
|
||||
Architecture101,
|
||||
LanguageData101,
|
||||
NER101,
|
||||
|
|
Loading…
Reference in New Issue
Block a user