mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +03:00
Added nl module for dutch
This commit is contained in:
parent
3db8b0d322
commit
d8c7ac203a
1
setup.py
1
setup.py
|
@ -28,6 +28,7 @@ PACKAGES = [
|
|||
'spacy.fr',
|
||||
'spacy.it',
|
||||
'spacy.pt',
|
||||
'spacy.nl',
|
||||
'spacy.serialize',
|
||||
'spacy.syntax',
|
||||
'spacy.munge',
|
||||
|
|
|
@ -10,6 +10,7 @@ from . import es
|
|||
from . import it
|
||||
from . import fr
|
||||
from . import pt
|
||||
from . import nl
|
||||
|
||||
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue
Block a user