Metadata-Version: 2.1
Name: pl-spacy-model
Version: 0.1.0
Summary: A polish language module for spacy
Home-page: https://github.com/ipipan/spacy-pl
Author: Łukasz Kobyliński, Ryszard Tuora, at IPI PAN
Author-email: ryszardtuora@gmail.com
License: UNKNOWN
Description: # pl_spacy_model
        
        This is a model for spaCy for the polish language. It contains a tagger, lemmatizer, dependency parser, and NER. It has been developed at IPI PAN, Poland.
        
        The resources we've used are:
        
        1. KGR fasttext embeddings on the GNU LGPL 3.0 license
        Kocoń, Jan and Gawor, Michał, Evaluating {KGR10} Polish word embeddings in the recognition of temporal expressions using BiLSTM-CRF, Schedae Informaticae, (27) 2018
        http://www.ejournals.eu/Schedae-Informaticae/2018/Volume-27/art/13931/ , doi:10.4467/20838476SI.18.008.10413
        http://hdl.handle.net/11321/606
        
        2. NKJP corpus on the GNU GPL 3.0 license
        http://nkjp.pl/
        
        3. The corpus of the frequency dictionary of contemporary Polish (from 1960s) on the GNU GPL 2.0 license
        http://clip.ipipan.waw.pl/PL196x
        
        4. Lemma dictionary from Morfeusz 2 on the 2-clause BSD license
        Marcin Woliński Morfeusz reloaded. In Nicoletta Calzolari, Khalid Choukri, Thierry Declerck, Hrafn Loftsson, Bente Maegaard, Joseph Mariani, Asuncion Moreno, Jan Odijk, and Stelios Piperidis, editors, Proceedings of the Ninth International Conference on Language Resources and Evaluation, LREC 2014, pages 1106–1111, Reykjavík, Iceland, 2014. ELRA.
        http://morfeusz.sgjp.pl/
        
        5. PDB UD treebank on the GNU GPL 3.0 license 
        http://git.nlp.ipipan.waw.pl/alina/PDBUD
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
