Skip to content

Commit 53ed153

Browse files
author
DPD Bot
committed
Update site: 2026-02-17 02:16:08
1 parent 920e5df commit 53ed153

3 files changed

Lines changed: 32 additions & 2 deletions

File tree

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml.gz

0 Bytes
Binary file not shown.

technical/dpd_headwords_table/index.html

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2462,6 +2462,17 @@
24622462
</label>
24632463
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
24642464

2465+
<li class="md-nav__item">
2466+
<a href="#idiosyncratic-symbols" class="md-nav__link">
2467+
<span class="md-ellipsis">
2468+
2469+
Idiosyncratic Symbols
2470+
2471+
</span>
2472+
</a>
2473+
2474+
</li>
2475+
24652476
<li class="md-nav__item">
24662477
<a href="#database-relationships" class="md-nav__link">
24672478
<span class="md-ellipsis">
@@ -2571,6 +2582,17 @@
25712582
</label>
25722583
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
25732584

2585+
<li class="md-nav__item">
2586+
<a href="#idiosyncratic-symbols" class="md-nav__link">
2587+
<span class="md-ellipsis">
2588+
2589+
Idiosyncratic Symbols
2590+
2591+
</span>
2592+
</a>
2593+
2594+
</li>
2595+
25742596
<li class="md-nav__item">
25752597
<a href="#database-relationships" class="md-nav__link">
25762598
<span class="md-ellipsis">
@@ -2746,7 +2768,7 @@ <h1 id="dpd-headwords-table-columns-and-properties">DPD Headwords table - column
27462768
<p><strong><code>non_ia</code></strong> <code>[str]</code> what non Indo-Aryan word is the headword derived from?</p>
27472769
</li>
27482770
<li>
2749-
<p><strong><code>sanskrit</code></strong> <code>[str]</code> what is the closest Sanskrit cognate in Monier-Williams or Edgerton?</p>
2771+
<p><strong><code>sanskrit</code></strong> <code>[str]</code> what is the closest Sanskrit cognate in Monier-Williams or Edgerton? The prefix and root found in MW is in square brackets [kṛ]</p>
27502772
</li>
27512773
<li>
27522774
<p><em><code>sanskrit_clean</code></em> <code>[str]</code> what is the Sanskrit stripped of all content in <code>[square brackets]</code>?</p>
@@ -2998,6 +3020,14 @@ <h1 id="dpd-headwords-table-columns-and-properties">DPD Headwords table - column
29983020
<p><em><code>__repr__</code></em> <code>[str]</code> quick overview of headword data</p>
29993021
</li>
30003022
</ul>
3023+
<h2 id="idiosyncratic-symbols">Idiosyncratic Symbols</h2>
3024+
<p>A few fields contain symbols that might not be immediately apparent.</p>
3025+
<ul>
3026+
<li><code>sanskrit</code>: <code>[square brackets]</code> contain the prefix and root found in Monier Williams, e.g. <code>[anukṛ]</code></li>
3027+
<li><code>source_1</code>: <code>-</code> means no real example can be found. Often used for sutta names and other structural aspects of Pāḷi texts. The entry is considered complete even without an example. </li>
3028+
<li><code>stem</code>: <code>!</code> means no actual stem. The word is derived entirely from the <code>pattern</code> column.</li>
3029+
<li><code>stem</code>: <code>*</code> means do not generate a full list of inflections for the <code>inflection</code> column. The word is often an irregular form, and only the exact spelling of the <code>lemma_clean</code> needs to be recognized.</li>
3030+
</ul>
30013031
<h2 id="database-relationships">Database Relationships</h2>
30023032
<p>The <code>DpdHeadword</code> class has direct access to other tables in the database through relationships.</p>
30033033
<ul>

0 commit comments

Comments
 (0)