#acl +All:read Default = SpacyPL = Polish language models and resources for [[https://spacy.io|Spacy]]. == Authors == Ryszard Tuora Łukasz Kobyliński (supervision) == Downloads == * [[attachment:pl_spacy_model-0.1.0.tar.gz]] (stand-alone version) * [[attachment:pl_spacy_model_morfeusz-0.1.3.tar.gz]] (version requiring additional installation of [[http://morfeusz.sgjp.pl/download/|Morfeusz library]]) * [[attachment:pl_spacy_model_morfeusz_big-0.1.0.tar.gz]] (version with large embeddings model and requiring additional installation of [[http://morfeusz.sgjp.pl/download/|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 [[https://github.com/ipipan/spacy-pl|GitHub repository]].