Locked History Actions

Diff for "SpacyPL"

Differences between revisions 6 and 11 (spanning 5 versions)
Revision 6 as of 2019-10-10 08:58:05
Size: 369
Comment:
Revision 11 as of 2020-10-26 09:40:59
Size: 934
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#acl +All:read Default
Line 7: Line 8:
Łukasz Kobyliński (supervision)
Line 8: Line 11:
[[attachment:pl_spacy_model-0.0.3.tar.gz]]  * [[attachment:pl_spacy_model-0.1.0.tar.gz]] (stand-alone version)
 * [[attachment:pl_spacy_model_morfeusz-0.1.3.tar.gz]] (version requiring additional installation of [[http://morfeusz.sgjp.pl/download/|Morfeusz library]])
 * [[attachment:pl_spacy_model_morfeusz_big-0.1.0.tar.gz]] (version with large embeddings model and requiring additional installation of [[http://morfeusz.sgjp.pl/download/|Morfeusz library]])
Line 12: Line 17:
python -m pip install pl_spacy_model-0.0.3.tar.gz python -m pip install PATH/TO/pl_spacy_model-x.x.x.tar.gz
Line 14: Line 19:
=== Running: === === Running ===
Line 18: Line 23:

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

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.