Differences between revisions 2 and 7 (spanning 5 versions)
Size: 350
Comment:
|
Size: 525
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
Polish models and resources for Spacy. | Polish language models and resources for [[https://spacy.io|Spacy]]. |
Line 7: | Line 7: |
Łukasz Kobyliński (supervision) |
|
Line 8: | Line 10: |
[[attachment:pl_spacy_model-0.0.1.tar.gz]] | [[attachment:pl_spacy_model-0.0.3.tar.gz]] |
Line 12: | Line 14: |
python -m pip install ścieżka-do\pl_spacy_model-0.0.1.tar.gz | python -m pip install pl_spacy_model-0.0.3.tar.gz |
Line 14: | Line 16: |
=== Running: === | === Running === |
Line 16: | Line 18: |
Line 17: | Line 20: |
=== More examples === More examples are available on this [[https://github.com/ipipan/spacy-pl|GitHub repository]]. |
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.