Include all attachments?

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.