Your search query "linkto:"SpacyPL"" didn't return any results. Please change some terms and refer to HelpOnSearching for more information.
(!) Consider performing a full-text search with your search terms.

Clear message
Locked History Actions

SpacyPL

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 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.