Locked History Actions

Diff for "SpacyPL"

Differences between revisions 5 and 6
Revision 5 as of 2019-10-10 08:49:35
Size: 382
Comment:
Revision 6 as of 2019-10-10 08:58:05
Size: 369
Comment:
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
python -m pip install ścieżka-do\pl_spacy_model-0.0.1.tar.gz python -m pip install pl_spacy_model-0.0.3.tar.gz

SpacyPL

Polish language models and resources for Spacy.

Authors

Ryszard Tuora

Downloads

pl_spacy_model-0.0.3.tar.gz

Documentation

Install package as any other python module: python -m pip install pl_spacy_model-0.0.3.tar.gz

Running:

import spacy

nlp = spacy.load('pl_spacy_model')