diff options
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> |
