SkillAgentSearch skills...

UkrainianLT

A collection of links to Ukrainian language tools

Install / Use

/learn @Helsinki-NLP/UkrainianLT
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

UkrainianLT

A collection of links to Ukrainian language tools

NEWS

Chat bots and other on-line tools

  • HelpUkraineBot - Latvia’s assistance to Ukraine
  • OPUS-MT Telegram Translation Bot: https://t.me/opusmt_bot
  • Ukrainian - Czech Telegram Translation Bot: http://t.me/uk_cs_translation_bot
  • Ukrainian - Czech Messenger Translation Bot: https://m.me/uk.cs.translation.bot
  • more about translation bots: https://github.com/martin-majlis/uk-cs-translation-bot

Translation

On-line translation tools

Pre-trained translation models

Translation APIs / deployable containers / workflow integration

Computer-aided translation / interactive translation:

Deployable MT server solutions, web apps, docker containers:

Huggingface:

Example use for hf models (Ukrainian - English):

from transformers import pipeline
pipe = pipeline("translation", model="Helsinki-NLP/opus-mt-tc-big-zle-en")
print(pipe("Мене звати Вольфґанґ і я живу в Берліні."))

# [{'translation_text': 'My name is Wolfgang and I live in Berlin.'}]

European Language Grid:

MT Data sets

Tools to handle data:

Speech recognition and synthesis (ASR, TTS)

Resources from ELRA, may be provided free of charge. Please contact info@elda.org:

  • http://catalog.elra.info/en-us/repository/browse/ELRA-S0043/
  • http://catalog.elra.info/en-us/repository/browse/ELRA-S0377/
  • http://catalog.elra.info/en-us/repository/browse/ELRA-S0378/
  • http://catalog.elra.info/en-us/repository/browse/ELRA-S0399/
  • http://catalog.elra.info/en-us/repository/browse/ELRA-S0400/
  • more info

Resources from ELG:

Language models

Linguistic tools

  • pymorph2 - morphological analyzer for Russian and Ukrainian

Other LT resources and links

Related Skills

View on GitHub
GitHub Stars41
CategoryDevelopment
Updated6d ago
Forks2

Security Score

95/100

Audited on Mar 31, 2026

No findings