Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

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.