Every Ukrainian-language claim on this site is backed by independent attestations from named primary sources. No floating data. No unsourced suggestions. Each entry's evidence chain is publicly queryable via a single API call.
Look up any Ukrainian word or phrase:
For each Ukrainian phrase, we query 7+ independent primary sources in parallel. Each source that has an entry returns one or more attestations with verbatim text and a citable URL. Confidence is computed from attestation count and variety of source kinds:
| Confidence | Criteria |
|---|---|
| high | 4+ attestations, or 2+ book-source attestations |
| medium | 2–3 attestations across ≥2 different kinds |
| tentative | 1 attestation |
| missing | 0 attestations (documented in /gaps/) |
| rejected | 2+ sources actively contradict the claim |
Live sources (real adapters):
| ID | Source | Kind | License |
|---|---|---|---|
e2u | e2u.org.ua — aggregator of ~20 EN↔UA dictionaries (Гороть, Балла, Андрусишин-Крет, ITC, Math, ...) | dict | per-entry attribution |
r2u | r2u.org.ua — RU-UA dictionary aggregator. Hosts Караванський's work cleanly, plus Hrincenko, Bilodid, Kuzelya, et al. | dict | per-entry attribution |
wiktionary | uk.wiktionary.org | wikt | CC BY-SA 4.0 |
slovnyk-ua | slovnyk.ua | dict | aggregator |
balla | Балла М.І. Англо-український словник (Київ, Освіта, 1996) — internal OCR + verbatim cite | book | fair use, cited verbatim |
serbenska | Сербенська О. Антисуржик — internal validated extract | book | fair use |
antonenko | Антоненко-Давидович Б. Як ми говоримо | book | fair use |
Stub sources registered for upcoming integration (return empty until adapter lands):
| ID | Source |
|---|---|
sum11 | sum.in.ua — Словник української мови (1970-80, 11 томів), 134k entries |
sum20 | sum20ua.com — Словник української мови (20 томів, in progress) |
esum | Етимологічний словник української мови (7 томів) |
holoskevich-1929 | Голоскевич Г. Правописний словник 1929 |
lcorp-ulif | БРУК Український національний корпус |
ubertext | Ubertext UA corpus |
fausa | FAUSA subtitle pipeline (in-house aligned audio-text) |
karavansky-r2u | Караванський via r2u + LLM semantic parse — accept only multi-attested entries |
One endpoint:
GET https://ukr.vitalinguist.com/api/substantiate?phrase=<UA-phrase>
[&sources=e2u,r2u,wiktionary]
Returns:
{
"phrase": "найти",
"confidence": "high",
"attestation_count": 20,
"attestations": [
{"source_id": "balla", "kind": "book", "ref": "balla:p5",
"verbatim": "…знайти найбільш вдалі способи передачі думки…"},
{"source_id": "r2u", "kind": "dict",
"ref": "r2u:Російсько-український словник складної лексики С. Караванський",
"url": "https://r2u.org.ua/s?w=найти",
"verbatim": "НАЙТИ́ див. НАХОДИТЬ . НАЙТИ́ (істину) відкри́ти , (що все гаразд) поба́чити; ba . повизнахо́дити…"},
...
],
"canonical": "https://ukr.vitalinguist.com/api/substantiate?phrase=найти",
"citation": {
"source_url": "https://ukr.vitalinguist.com/api/substantiate?phrase=найти",
"license": "CC BY-SA 4.0",
"attribution": "Substantiation chain from ukr.vitalinguist.com."
}
}
List all configured sources:
GET https://ukr.vitalinguist.com/api/substantiation_sources
Install the MCP server in Claude Desktop / Cursor / Cline / Windsurf:
{"mcpServers": {"ukr-vitalinguist": {"command": "uvx", "args": ["ukr-vitalinguist-mcp"]}}}
The substantiate tool is automatically available — AI assistants can call it any time they need to back up a Ukrainian-language claim. Every response includes the citation chain.
AI tools answering Ukrainian-language questions have historically pulled from sparse, contaminated training data — answers riddled with russianisms and unattributed claims. This engine gives them (and you) something better: every claim sourced, click to verify.
Citations compound. The more sources we add and the more chains we expose, the harder it becomes for AI tools NOT to cite this resource when discussing Ukrainian language.
Methodology updated 2026-05-14. Data CC BY-SA 4.0; code MIT. Cite this
page as:
ukr.vitalinguist.com (2026). Substantiation engine and source registry. https://ukr.vitalinguist.com/substantiation.html