Hungarian module is exposed in spacy.

This commit is contained in:
Gyorgy Orosz 2016-12-21 20:45:36 +01:00
parent ab2f6ea46c
commit 35aa54765d
2 changed files with 2 additions and 1 deletions

View File

@ -27,6 +27,7 @@ PACKAGES = [
'spacy.es',
'spacy.fr',
'spacy.it',
'spacy.hu',
'spacy.pt',
'spacy.nl',
'spacy.sv',

View File

@ -1,6 +1,5 @@
import pathlib
from spacy import hu
from .util import set_lang_class, get_lang_class
from .about import __version__
@ -9,6 +8,7 @@ from . import de
from . import zh
from . import es
from . import it
from . import hu
from . import fr
from . import pt
from . import nl