Skip to content

Commit

Permalink
Reword explanations
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuuuube committed Feb 3, 2024
1 parent a3aabd6 commit 9c58e8b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions ext/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -3403,25 +3403,29 @@ <h1>Yomitan Settings</h1>
<tr>
<td><code class="anki-field-marker">{frequency-harmonic-rank}</code></td>
<td>
The harmonic mean of frequency data for the current term or kanji. Defaults to rank 9999999 when no frequency is found.
The harmonic mean of frequency data for the current term or kanji.<br>
Defaults to rank 9999999 when frequency data is not found, indicating extremely low rank-based term or kanji usage.
</td>
</tr>
<tr>
<td><code class="anki-field-marker">{frequency-harmonic-occurrence}</code></td>
<td>
The harmonic mean of frequency data for the current term or kanji. Defaults to 0 occurrences when no frequency is found.
The harmonic mean of frequency data for the current term or kanji.<br>
Defaults to 0 occurrences when frequency data is not found, the lowest possible occurrence-based term or kanji usage.
</td>
</tr>
<tr>
<td><code class="anki-field-marker">{frequency-average-rank}</code></td>
<td>
The average of frequency data for the current term or kanji. Defaults to rank 9999999 when no frequency is found.
The average of frequency data for the current term or kanji.<br>
Defaults to rank 9999999 when frequency data is not found, indicating extremely low rank-based term or kanji usage.
</td>
</tr>
<tr>
<td><code class="anki-field-marker">{frequency-average-occurrence}</code></td>
<td>
The average of frequency data for the current term or kanji. Defaults to 0 occurrences when no frequency is found.
The average of frequency data for the current term or kanji.<br>
Defaults to 0 occurrences when frequency data is not found, the lowest possible occurrence-based term or kanji usage.
</td>
</tr>
<tr>
Expand Down

0 comments on commit 9c58e8b

Please sign in to comment.