diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2023-01-26 20:15:30 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2023-01-26 20:15:30 -0500 |
| commit | d4e2b6542548cd2b60815185aaf021d44dca1ff7 (patch) | |
| tree | 554ae534cd13af7762d889bb41dc40446b8d0c0f /docs/doc/fromJ.html | |
| parent | fe5ed9ad1a2c3cb2b02c4d36077f6acbddc5a11b (diff) | |
More explicit documentation about roles in a few places
Diffstat (limited to 'docs/doc/fromJ.html')
| -rw-r--r-- | docs/doc/fromJ.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/doc/fromJ.html b/docs/doc/fromJ.html index 0486e60b..99107f88 100644 --- a/docs/doc/fromJ.html +++ b/docs/doc/fromJ.html @@ -19,24 +19,29 @@ <tr> <th>J part of speech</th> <th>BQN role</th> +<th>Spelling</th> </tr> </thead> <tbody> <tr> <td>Noun</td> <td>Subject</td> +<td><code><span class='Value'>lowerCase</span></code></td> </tr> <tr> <td>Verb</td> <td>Function</td> +<td><code><span class='Function'>UpperCase</span></code></td> </tr> <tr> <td>Adverb</td> <td>1-modifier</td> +<td><code><span class='Modifier'>_leading</span></code></td> </tr> <tr> <td>Conjunction</td> <td>2-modifier</td> +<td><code><span class='Modifier2'>_both_</span></code></td> </tr> </tbody> </table> |
