migaku-official / Migaku-Dictionary-Addon

Migaku Dictionary allows users to lookup word definitions, export definitions to their cards in real-time, hear word audio and see word frequency, etc. If you have an issue please report it in the "Issues" tab. Reponses to issues can be slow on GitHub, for faster support consider joining our Discord server through our Patreon page.
GNU General Public License v3.0
64 stars 24 forks source link

Increase conjugation depth #32

Closed KieranBrannigan closed 4 years ago

KieranBrannigan commented 4 years ago

As described in issue #31 this allows the DictDB.deconjugate function to continue to run its loop until no more conjugations are found. This allows words which contain more than one conjugation pattern to be successfully deconjugated. Feel free to edit the submitted changes as you see fit. Closes #31