Gustaf-C / anki-chinese-support-3

Anki add-on providing support for Chinese study
https://ankiweb.net/shared/info/1752008591
GNU General Public License v3.0
31 stars 8 forks source link

Option to filter/distinguish traditional, simplified characters in "Usage" field #24

Open gdelmee opened 11 months ago

gdelmee commented 11 months ago

As of now, "Usage" filed is populated with a mix of both traditional and simplified examples.

For example on a not for 一切, I have:

image

Gustaf-C commented 10 months ago

I have looked in to this a bit and in the database where we get the example sentences traditional and simplified aren't kept separate, so implementing this would require some work.

Gustaf-C commented 7 months ago

This might be doable if the database is slightly restructured, so that the usages are separated when pulled from tatoeba.

mariari commented 3 months ago

Could one run opencc on this?

I know at least when I'm wanting to not see simplified characters in things I consume I run opencc --config s2twp on it. If you are able to call out to things, this may be a nice optional dependency for those who have it.