Skip to content

Instantly share code, notes, and snippets.

View sskorol's full-sized avatar
🇺🇦
Stand with Ukraine

Serhii Korol sskorol

🇺🇦
Stand with Ukraine
View GitHub Profile
@sskorol
sskorol / requirements.txt
Created May 29, 2020 21:51
Spacy POS/TAG training based on Navec data and Pymorphy2 analysis
spacy==2.2.4
pymorphy2==0.8
pandas==1.0.3
tabulate==0.8.7
navec==0.9.0
attrs==19.3.0
tqdm==4.46.0
plac==1.1.3
thinc==7.4.0
pathlib==1.0.1
@sskorol
sskorol / navec2spacy.py
Last active October 26, 2020 18:29
Convert Navec model into Spacy format for further POS/DEP training
import plac
import pymorphy2
import numpy as np
from navec import Navec
from spacy.language import Language
from spacy.vectors import Vectors
from spacy.vocab import Vocab
from pathlib import Path
@sskorol
sskorol / SAP CLA
Created December 19, 2017 15:31
SAP Individual Contributor License Agreement
**SAP Individual Contributor License Agreement**
Thank you for your interest in contributing to open source software projects (“Projects”) made available by SAP SE or its affiliates (“SAP”). This Individual Contributor License Agreement (“Agreement”) sets out the terms governing any source code, object code, bug fixes, configuration changes, tools, specifications, documentation, data, materials, feedback, information or other works of authorship that you submit or have submitted, in any form and in any manner, to SAP in respect of any of the Projects (collectively “Contributions”). If you have any questions respecting this Agreement, please contact opensource@sap.com.
You agree that the following terms apply to all of your past, present and future Contributions. Except for the licenses granted in this Agreement, you retain all of your right, title and interest in and to your Contributions.
**Copyright License.** You hereby grant, and agree to grant, to SAP a non-exclusive, perpetual, irrevocable, worldwi