libskk
libskk copied to clipboard
Fix okuri-ari entry dictionary edit
It fixes #77
The following seemed to be the cause:
candidate.midasiwas using the value ofstate.get_yomi, so this value wasぐぐ*る.candidate.outputdid not have a okuri-gana, so this value wasググ.
I Extract the code for SelectStateHandler to generate midasi as State.get_midasi. and use it in Context.
And also I append state.okuri_rom_kana_converter.output to the output text when okuri is true.
Thanks for your approval!
CI doesn't seem to be running... :confused:
It looks like the setting needs to be migrated since June 2021.
https://docs.travis-ci.com/user/migrate/open-source-repository-migration
Yeah, indeed; I've just opened #81.