サンスクリット・バーシについて
現代的なインタラクティブ・インターフェースと厳格な学術基準を通じて、サンスクリット語の聖なる構文を保存します。
言語学的および学術的権威
サンスクリット・バーシは、古代の音韻規則と現代のウェブ仕様を融合させるため、サンスクリットの教授陣と開発チームによって設計されました。
サンスクリット・バーシの主な教育理念は何ですか?
古典サンスクリット文法を世界の学習者に届けるため、厳格なパーニニ公式と現代的な対話型レッスンを組み合わせ、単語の関連性と文法読解力を構築することです。
コンテンツの文法的な正確性はどのように保証されていますか?
すべての解説、連声分割、シュローカ解体は学術評議会により検証され、パタンジャリの『マハーバーシュヤ』およびパーニニの『アシュターディヤーイー』と照合されています。
国際的な転写規格やフォント規格に対応していますか?
はい。デーヴァナーガリー表記に加え、国際サンスクリット転写規格(IAST)、日本語のカタカナ、フランス語の発音表記に対応するフルUnicodeフォント互換性を備えています。
Platform Founder & Lead Developer.
Prashant Solanki
Lead Computational LinguistPrashant Solanki is the founding software engineer and principal computational linguist of Sanskritbhashi. He specializes in designing deterministic parser engines that translate classical Sanskrit metrics and Paninian grammar rules into interactive web models. Dedicated to the preservation of Devanagari syntax, he validates all algorithmic calculations directly against the Mahabhashya commentary and Ashtadhyayi text.
学術評議会と諮問委員会
サンスクリット・バーシは、言語保存に尽力する優れた学者グループによって運営されています:
R. ヴァスデーヴァン 博士
サンスクリット文法学教授、SSU元教授
パーニニ公式および音声音響学の権威。
高橋 賢二 教授
京都大学 アジア言語学科
印欧語比較言語学およびカタカナ音写研究の専門家。
Calculation & Grammatical Methodologies.
To distinguish our academic resource from generalized generative AI output, all calculations, phonetic splits, and metrics are computed via deterministic, rule-based computational algorithms.
1. Phonetic Wave Duration (Mātrā Measurement)
Syllable weights and pronunciation metrics are evaluated according to Shiksha phonetics rules: \[\text{Mātrā} = \begin{cases} 1 & \text{for Hrasva (short vowels: a, i, u, ṛ, ḷ)} \\ 2 & \text{for Dīrgha (long vowels: ā, ī, ū, ṝ, e, ai, o, au)} \\ 3 & \text{for Pluta (prolonged vowels)} \end{cases}\] Syllables containing conjunct consonants add a half-mātrā weight to the preceding vowel, forming a deterministic pronunciation complexity index.
2. Sandhi State-Machine Transitions
Word boundaries and Sandhi phonetic coalescence are computed using a deterministic state-machine mapping input characters to their coalesced output. For instance, Yan Sandhi (\(i, u, \underline{r}, \overline{l} + \text{dissimilar vowel} \rightarrow y, v, r, l\)) is resolved programmatically via the rule: \[f(c_1, c_2) = \text{SemiVowel}(c_1) + c_2 \quad \text{where } c_1 \in \{i, u, \underline{r}, \overline{l}\} \text{ and } c_2 \notin \{c_1\}\] This guarantees zero hallucination or grammatical deviation in scripture parsing.
3. Rolling 24-Hour UTC Streak Calculations
Platform study streaks are calculated deterministically on the client device. A streak is incremented if the user completes at least one grammar module practice card session within a rolling 24-hour UTC window: \[S_{n} = \begin{cases} S_{n-1} + 1 & \text{if } t_{current} - t_{last} \le 86400\,\text{s} \\ 1 & \text{if } 86400\,\text{s} \lt t_{current} - t_{last} \le 172800\,\text{s} \\ 0 & \text{if } t_{current} - t_{last} \gt 172800\,\text{s} \end{cases}\] Ensuring study accountability and preventing user telemetry manipulation.