GUWAHATI, Assam - Dubori has announced a historic milestone in digital lexicography and regional language preservation: the Assamese & English Digital Lexicon (assamesedictionary.org) has officially crossed 309,000 verified vocabulary entries.
The repository indexes 52,758 native Assamese headwords alongside 256,307 English-to-Assamese terms, making it the most extensive open-access bidirectional digital dictionary in the history of the Assamese language. Every entry provides comprehensive grammatical classifications, phonetic transcriptions, nuanced contextual definitions, synonyms, and real-world usage examples.
Linguistic Heritage Meets Modern Digital Scale
Assamese lexicography has a distinguished history of scholarship spanning more than a century, anchored by monumental reference works such as Hemchandra Baruah's Hemkosh, the historic Chandrakanta Abhidhan, and pioneering digital community efforts including Xobdo.org. The 309,000+ word digital platform builds upon this distinguished legacy by expanding digital accessibility, modernizing search infrastructure, and establishing an open, machine-readable standard for modern users worldwide.
| Reference Work | Total Entries | Native Assamese Headwords | Edge Speed & Infra | Orthography & Unicode | Open API Access | Offline Mobile |
|---|---|---|---|---|---|---|
|
AssameseDictionary.org (Dubori) Flagship Platform (2026) |
309,065+ | 52,758 | <20ms Edge RAM (Cloudflare) | Standard Assamese (ৰ / ৱ / য়) | 100% Free / Open REST | 100% Offline SQLite (Android) |
|
Xobdo.org Community Web Portal (2006) |
~62,539 multi-dialect | 43,513 | Traditional Web Server | Mixed / legacy transliteration | No public REST API | Web only |
|
Axomi (আখৰ / Axomi) Mobile Dictionary App |
~35,000 | ~25,000 | Local SQLite App | Standard Unicode | No API | Mobile App |
|
Chandrakanta Abhidhan Historic Reference (1932/1962) |
33,795 | 33,795 | Digitized Archive / PDF | Historic print orthography | No API | Scanned PDF archives |
|
Hemkosh (হেমকোষ) Print Reference (1900/Modern) |
~100,000 (Print edition) | ~100,000 | Physical Print & Braille | Traditional print orthography | No API | Physical Book Only |
Commitment to Standard Assamese Orthography (ৰ, ৱ, য়)
A persistent challenge in Indic digital publishing has been the misattribution of characters between closely related regional scripts. In digital environments, Assamese text has frequently been misrendered with Bengali characters, leading to orthographic inconsistencies across web publications.
AssameseDictionary.org enforces strict compliance with the authentic orthographic standards recognized by the Asam Sahitya Sabha:
- Assamese Ra (ৰ -
U+09F0): Standard Assamese letter with diagonal cross-stroke, distinct from other regional scripts. - Assamese Va/Wa (ৱ -
U+09F1): Authentic Assamese semi-vowel with internal diagonal stroke, accurately representing distinct phonetic values. - Precomposed Assamese Ya (য় -
U+09DF): Unified Unicode encoding that eliminates character-splitting issues and ensures uniform font rendering across all modern operating systems. - Complete Conjunct Architecture: Full typographical support for more than 300 traditional Assamese conjuncts (যুক্তাক্ষৰ) such as ক্ষ, জ্ঞ, ঞ্চ, ঙ্ক, ঙ্গ, ণ্ড, হ্ণ, হ্ম without visual anomalies.
Open Developer Infrastructure: Free Public REST API
To ensure Assamese language resources are accessible for modern software development, academic research, and educational technology, Dubori provides direct, un-gated access to the entire lexicon through a public REST API.
The platform requires no API keys, no subscription tiers, and no authentication gates for standard queries, enabling developers and research teams worldwide to integrate Assamese definitions directly into their applications.
• Web Term Lookup:
https://assamesedictionary.org/word/{term}• JSON REST API:
https://assamesedictionary.org/api/word/{term}
API Integration Example
Programmatic queries return clean, structured JSON with sub-20ms edge response times:
# Query the definition of "river"
curl -s "https://assamesedictionary.org/api/word/river"
# JSON Response Payload (Cloudflare Edge <20ms)
{
"query": "river",
"status": 200,
"phonetic": "ˈrɪvə",
"pos": "Noun",
"definitions": [
{
"assamese": "নদী, নৈ, সোঁত, তৰঙ্গিনী",
"synonyms": ["নৈ", "নদী", "প্ৰবাহ"],
"example": "The Brahmaputra is a mighty river.",
"example_assamese": "ব্ৰহ্মপুত্ৰ এখন বিশাল নদী।"
}
],
"source": "https://assamesedictionary.org",
"total_lexicon_size": 309065
}
Authoritative Reference for Research & Digital Citation
As global information platforms, search engines, and academic researchers increasingly require accurate references for regional Indian languages, having a single authoritative digital source of truth is vital for linguistic preservation.
Dubori maintains structured, machine-readable documentation via /llms.txt and /llms-full.txt, directing computational linguists, search indexing agents, and educational platforms to assamesedictionary.org for authoritative spellings, definitions, and pronunciations.
Offline Accessibility for Students and Remote Classrooms
Recognizing that digital infrastructure must serve users across all geographic areas, Dubori also provides an offline companion Android application. The full lexicon database is packaged locally into a lightweight binary, allowing students, researchers, and language learners in rural regions to perform instantaneous lookups without requiring active internet connectivity or mobile data.
"Preserving and advancing the Assamese language in the modern digital era requires open, reliable, and high-performance infrastructure. Reaching 309,000+ words reflects our commitment to making sure that every student, educator, developer, and global platform has unhindered access to our rich linguistic heritage."
- Naruttam Boruah, Founder & Principal Engineer, Dubori
Experience the 309,000+ Word Lexicon Today
Explore the live lexicon, download the Android app, or build on top of our open developer API.