2026-02-13 - 2026-05-13

Overview

0 Active Pull Requests
37 Active Issues
Excluding merges, 1 author has pushed 76 commits to main and 84 commits to all branches. On main, 90 files have changed and there have been 3574 additions and 10281 deletions.

14 Issues closed from 1 user

Closed #10 Store version numbers for the individual sources 2026-04-13 14:00:52 +02:00

Closed #101 Externalize JMdict_Sense.type into a separate table 2026-04-13 12:44:31 +02:00

Closed #100 Don't store JMdict_Sense.language when building with translations from a single language 2026-04-13 12:44:31 +02:00

Closed #96 Use elementId for XREF__JMdict_KanjiElement__KANJIDIC_Character 2026-04-13 12:15:08 +02:00

Closed #94 Don't store kanji + reading in xref tables 2026-04-13 11:33:14 +02:00

Closed #65 Omit rows with basescore 0 in JMdict_EntryScore 2026-04-13 11:26:09 +02:00

Closed #67 Create separate tables for KANJIDIC_Character's grade/frequency/jlpt 2026-04-09 07:10:58 +02:00

Closed #85 Keep local copies of all datasources 2026-04-08 20:23:09 +02:00

Closed #95 Use elementId to refer to sense restrictions 2026-04-08 12:57:28 +02:00

Closed #98 Make kanji and reading elements unique from each other by embedding type 2026-04-08 12:08:25 +02:00

Closed #97 Make elementId into a composite of entryId and the ordering number 2026-04-08 10:38:38 +02:00

Closed #35 Word search: support globs 2026-03-02 09:39:51 +01:00

Closed #60 Create deconjugation/lemmatization algorithm 2026-03-02 02:18:46 +01:00

Closed #76 Generate "match spans", detailing where the search results matched the searchword 2026-02-24 13:27:52 +01:00

32 Issues created by 1 user

Opened #75 Add audio samples 2026-02-22 09:37:41 +01:00

Opened #76 Generate "match spans", detailing where the search results matched the searchword 2026-02-24 09:21:52 +01:00

Opened #77 Generate diagram for the lemmatization transducer 2026-03-01 04:05:24 +01:00

Opened #78 Add common followup verbs to lemmatizer 2026-03-02 02:13:53 +01:00

Opened #79 Connect lemmatizer to word search 2026-03-02 02:16:49 +01:00

Opened #80 Cross reference dictionary to aid lemmatizer 2026-03-02 02:18:27 +01:00

Opened #81 Add 〜た/〜だ verb followups for lemmatizer 2026-03-02 02:23:10 +01:00

Opened #82 Add common volitional verb followups 2026-03-02 02:32:02 +01:00

Opened #83 Cache lemmatization results 2026-03-02 02:38:27 +01:00

Opened #84 Reenable test concurrency 2026-03-02 06:44:10 +01:00

Opened #85 Keep local copies of all datasources 2026-03-02 06:53:39 +01:00

Opened #86 Add "kanji example word" mode to word search 2026-03-02 07:06:58 +01:00

Opened #87 Add kanjivg data to sqlite db 2026-03-02 07:12:43 +01:00

Opened #88 Add 漢検 level ratings to kanji 2026-03-02 07:33:35 +01:00

Opened #89 Add wikipedia references for certain dictionary entries 2026-03-02 07:43:18 +01:00

Opened #90 Support wildcards in word search 2026-03-02 08:56:08 +01:00

Opened #91 Test json de/serialization roundtrip for all models 2026-03-02 10:27:05 +01:00

Opened #92 Find datasource for idioms and fixed phrases 2026-03-10 02:32:43 +01:00

Opened #93 Vendor custom SQLite build with ICU extension enabled 2026-04-06 02:04:37 +02:00

Opened #94 Don't store kanji + reading in xref tables 2026-04-06 05:35:20 +02:00

Opened #95 Use elementId to refer to sense restrictions 2026-04-06 05:38:17 +02:00

Opened #96 Use elementId for XREF__JMdict_KanjiElement__KANJIDIC_Character 2026-04-06 05:39:49 +02:00

Opened #97 Make elementId into a composite of entryId and the ordering number 2026-04-08 08:35:37 +02:00

Opened #98 Make kanji and reading elements unique from each other by embedding type 2026-04-08 11:11:56 +02:00

Opened #99 Disable constraints causing sqlite autoindex creation when compiling for production usage 2026-04-08 13:47:32 +02:00

Opened #100 Don't store JMdict_Sense.language when building with translations from a single language 2026-04-13 12:20:46 +02:00

Opened #101 Externalize JMdict_Sense.type into a separate table 2026-04-13 12:21:31 +02:00

Opened #102 Retrieve JMdict_SenseGlossaryType information 2026-04-13 12:37:42 +02:00

Opened #103 Get rid of JMdict_SenseGlossary_byPhrase index for production use 2026-04-13 13:23:20 +02:00

Opened #104 Add 放送禁止用語 tags 2026-04-22 22:51:12 +02:00

Opened #105 Register commit hash for 'datasources' repo 2026-04-22 22:52:58 +02:00

Opened #106 Switch to the XML-NG version of JMDict (once it releases) 2026-05-05 16:59:29 +02:00

13 Unresolved Conversations

Open #6 Create tool for diffing two instances of the database 2026-04-08 08:37:25 +02:00

Open #23 Word search: kana type independence 2026-04-06 02:06:50 +02:00

Open #13 Word search: automatically deconjugate words 2026-04-03 13:39:00 +02:00

Open #54 Split out Kanji/Reading element's readingDoesNotMatchKanji/news/ichi/spec/gai/nf into separate tables 2026-04-01 07:56:10 +02:00

Open #62 Add pairs of lookalike kanjis to use for word search 2026-03-25 03:55:44 +01:00

Open #74 Create performance benchmarks 2026-03-04 11:48:25 +01:00

Open #40 Word search: optimize word regrouping 2026-03-04 10:04:42 +01:00

Open #63 Consider embedding vibrato morph analyzer 2026-03-02 09:19:14 +01:00

Open #11 Add ENAMDICT/JMnedict 2026-03-02 07:39:46 +01:00

Open #16 Find source for word pitch data 2026-03-02 07:36:23 +01:00

Open #46 Create "furigana segmentation" (or "kanji/kana alignment") algorithm 2026-03-02 07:32:55 +01:00

Open #18 Generate conjugation tables 2026-03-02 02:33:26 +01:00

Open #73 Add kanji variant usage percentage 2026-02-24 09:38:05 +01:00