|
2462 | 2462 | </label> |
2463 | 2463 | <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix> |
2464 | 2464 |
|
| 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 | + |
2465 | 2476 | <li class="md-nav__item"> |
2466 | 2477 | <a href="#database-relationships" class="md-nav__link"> |
2467 | 2478 | <span class="md-ellipsis"> |
|
2571 | 2582 | </label> |
2572 | 2583 | <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix> |
2573 | 2584 |
|
| 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 | + |
2574 | 2596 | <li class="md-nav__item"> |
2575 | 2597 | <a href="#database-relationships" class="md-nav__link"> |
2576 | 2598 | <span class="md-ellipsis"> |
@@ -2746,7 +2768,7 @@ <h1 id="dpd-headwords-table-columns-and-properties">DPD Headwords table - column |
2746 | 2768 | <p><strong><code>non_ia</code></strong> <code>[str]</code> what non Indo-Aryan word is the headword derived from?</p> |
2747 | 2769 | </li> |
2748 | 2770 | <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> |
2750 | 2772 | </li> |
2751 | 2773 | <li> |
2752 | 2774 | <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 |
2998 | 3020 | <p><em><code>__repr__</code></em> <code>[str]</code> quick overview of headword data</p> |
2999 | 3021 | </li> |
3000 | 3022 | </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> |
3001 | 3031 | <h2 id="database-relationships">Database Relationships</h2> |
3002 | 3032 | <p>The <code>DpdHeadword</code> class has direct access to other tables in the database through relationships.</p> |
3003 | 3033 | <ul> |
|
0 commit comments