mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 09:56:28 +03:00
6 lines
145 B
Python
6 lines
145 B
Python
from .download import download
|
|
from .info import info
|
|
from .link import link
|
|
from .package import package
|
|
from .train import train, train_config
|