Kanji search: query for example words #22

Open
opened 2025-04-23 12:45:35 +02:00 by oysteikt · 2 comments
Owner

Table from 0006_XREF__JMdict_KanjiElement__KANJIDIC_Character.sql is currently empty

Table from `0006_XREF__JMdict_KanjiElement__KANJIDIC_Character.sql` is currently empty
Author
Owner

Ref

Wonder if this is really needed. It can be accomplished by regexing kanji, deduplicating and an extra query. The other way would be a LIKE query after regex.

Ref #4 > Wonder if this is really needed. It can be accomplished by regexing kanji, deduplicating and an extra query. The other way would be a `LIKE` query after regex.
oysteikt added the
data source
label 2025-05-21 14:28:17 +02:00
oysteikt changed title from Fill JMDict <-> KANJIDIC xrefs to Kanji search: query for example words 2025-05-22 16:13:05 +02:00
Author
Owner

In order to do this in a reasonable way, we need to align word segments with their respective kanji, so we know whether onyomi or kunyomi is used. Otherwise, we might only get kunyomi or only onyomi examples, nor are we able to tell the user which one it is.

Hence, it's blocked by

In order to do this in a reasonable way, we need to align word segments with their respective kanji, so we know whether onyomi or kunyomi is used. Otherwise, we might only get kunyomi or only onyomi examples, nor are we able to tell the user which one it is. Hence, it's blocked by #46
Sign in to join this conversation.
No description provided.