Differences between revisions 1 and 9 (spanning 8 versions)
Size: 364
Comment:
|
Size: 740
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
#acl +All:read Default | |
Line 2: | Line 3: |
Polish models and resources for Spacy. | Polish language models and resources for [[https://spacy.io|Spacy]]. |
Line 7: | Line 8: |
Łukasz Kobyliński (supervision) |
|
Line 8: | Line 11: |
[[pl_spacy_model-0.0.1.tar|pl_spacy_model-0.0.1.tar.gz]] | * [[attachment:pl_spacy_model-0.0.5.tar.gz]] (stand-alone version) * [[attachment:pl_spacy_model_morfeusz-0.0.5.tar.gz]] (version requiring additional installation of [[http://morfeusz.sgjp.pl/download/|Morfeusz library]]) |
Line 12: | Line 16: |
python -m pip install ścieżka-do\pl_spacy_model-0.0.1.tar.gz | python -m pip install PATH/TO/pl_spacy_model-x.x.x.tar.gz |
Line 14: | Line 18: |
=== Running: === | === Running === |
Line 16: | Line 20: |
Line 17: | Line 22: |
=== 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
pl_spacy_model-0.0.5.tar.gz (stand-alone version)
pl_spacy_model_morfeusz-0.0.5.tar.gz (version requiring additional installation of Morfeusz library)
Documentation
Install package as any other python module: python -m pip install PATH/TO/pl_spacy_model-x.x.x.tar.gz
Running
import spacy
nlp = spacy.load('pl_spacy_model')
More examples
More examples are available on this GitHub repository.