mirror of https://github.com/explosion/spaCy.git
7 lines
145 B
Python
7 lines
145 B
Python
|
from .entity_linker import *
|
||
|
from .parser import *
|
||
|
from .tagger import *
|
||
|
from .tensorizer import *
|
||
|
from .textcat import *
|
||
|
from .tok2vec import *
|