Minor changes will not be reflected here. See the commit history for more details.
Add MIT license.
Add changelog.
Add a way to specify the default frequency value for the backfill script by @Aquafina-water-bottle.
Make the backfill script ignore html in the expression field by @Staz0r.
Change the frequency handlebar to allow ignoring of frequency dictionaries by @Aquafina-water-bottle.
Clarified python backfill script instructions on powershell backslashes by @Aquafina-water-bottle.
Add a few couple replacement patterns for -
and .
.
Add my thoughts on a few frequency dictionaries.
(undocumented)
- Add ignored dict regexes and add note for jpmn use.
- Fix regexMatch for 2023.12.29 version of Yomitan.
- Add option to ignore frequencies based on the value of the frequency field.
- Changed the default frequency for terms with no frequency data to 9999999.
- Added missing
絵でわかる日本語
grammar dictionary
- Fixed grammar dictionaries not being detected if "Result grouping mode" is set to "No Grouping"
- Fixed default
opt-grammar-override-dict-regex
not being properly escaped
- Added option to override the frequency for grammar dictionaries
- Changed the default sorting method from
min
toharmonic
- Removed redundant (op "+" x) operators (since the initial "f" shorthand already has it)
- Fixed accidental revert of logic in
v23.01.31.4
- Added
debug
sort mode for internal use
- Added
opt-keep-freqs-past-first-regex
and logic to use only the 1st frequency of a dictionary
- Apply floor() on harmonic mean and arithmetic mean result
- Only gets the first number as the frequency instead of concatenating all digits together
- Fixed if statement to properly wrap around all logic
- Added if statement around harmonic mean to not count numbers that are > 0
- First recorded version. Previous changes are undocumented.