Yearly Archive: 2019

Slovak NLP resources

Lately, I have been working on a new interesting project that utilizes NLP tools and resources in Slovak language to bring a real value to customer. So far it has been quite challenging, since there are very little resources, corpora and tools available. I have decided that it is best to investigate and find all the usable NLP tools and resources (somewhat usable for slovak language) on the internet and compile them together on github and release my tools as open source so we can move forward together. You can find the links here: https://github.com/essential-data/nlp-sk-interesting-links Feel free to contribute and…
Read more

Copy CSV (Excel) table to Jira

Jira description editor is still using Jira markup for tables and it is really hard to copy paste complete tables from csv/excel to Jira. There are online tools available to help with this manner by providing input where you copy table from excel and it produces Jira Markup table. I have developed my own for these reasons: Security. My implementation does not send or store any data and is provided by secure webserver (https). You can evaluate this by monitoring server communication and inspecting the source code. Multiline support. My implementation uses PapaParse, that supports multiple lines in excel cell….
Read more