Differences between revisions 7 and 8
Size: 525
Comment:
|
Size: 549
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
#acl +All:read Default |
SpacyPL
Polish language models and resources for Spacy.
Authors
Ryszard Tuora
Łukasz Kobyliński (supervision)
Downloads
Documentation
Install package as any other python module: python -m pip install pl_spacy_model-0.0.3.tar.gz
Running
import spacy
nlp = spacy.load('pl_spacy_model')
More examples
More examples are available on this GitHub repository.