Locked History Actions

Diff for "SpacyPL"

Differences between revisions 6 and 7
Revision 6 as of 2019-10-10 08:58:05
Size: 369
Comment:
Revision 7 as of 2019-10-10 13:16:14
Size: 525
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:

Łukasz Kobyliński (supervision)
Line 14: Line 16:
=== Running: === === Running ===
Line 18: Line 20:

=== More examples ===
More examples are available on this [[https://github.com/ipipan/spacy-pl|GitHub repository]].

SpacyPL

Polish language models and resources for Spacy.

Authors

Ryszard Tuora

Łukasz Kobyliński (supervision)

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')

More examples

More examples are available on this GitHub repository.