2024-06-13 - 2025-06-13
Overview
20 Issues closed from 1 user
Closed
#55 Order english queries by score
Closed
#48 Add function to filter kanji from a string by what's available in the dictionary
Closed
#44 Precalculate search scores with a table and a bunch of triggers
Closed
#50 List words by JLPT
Closed
#49 List kanji by JLPT
Closed
#29 Create radical search which retrieves remaining possible combinations
Closed
#47 Add orderNum
to KANJIDIC kunyomi
, onyomi
and meaning
Closed
#42 Renormalize KANJIDIC radical data
Closed
#39 Word search: pagination
Closed
#30 Add basic info (reading, kanji) to word search xrefs (antonyms, seealsos)
Closed
#31 Add JLPT tags to WordSearchResult
Closed
#32 Extend language source data for WordSearchSense
(upon search)
Closed
#24 Add jlpt levels to JMdict from https://www.tanos.co.uk/jlpt
Closed
#8 Create dart interface for library usage
Closed
#15 Mark xrefs (seeAlso, antonyms) as ambiguous if they have multiple candidates
Closed
#4 Add xrefs between words and kanji
Closed
#3 Index word search by romaji and hiragana
Closed
#2 Index kanji search by romaji and hiragana
Closed
#1 Add xrefs between radkfile and kanjidic
Closed
#14 Get rid of most uses of findAllElements
in data ingestion
60 Issues created by 1 user
Opened
#1 Add xrefs between radkfile and kanjidic
Opened
#2 Index kanji search by romaji and hiragana
Opened
#3 Index word search by romaji and hiragana
Opened
#4 Add xrefs between words and kanji
Opened
#5 Add tatoeba sentences
Opened
#6 Create tool for diffing two instances of the database
Opened
#7 Build with CI
Opened
#8 Create dart interface for library usage
Opened
#9 Add progress bars while creating the database
Opened
#10 Store version numbers for the individual sources
Opened
#11 Add ENAMDICT/JMnedict
Opened
#12 Add stroke count data from radkfile
Opened
#13 Word search: automatically deconjugate words
Opened
#14 Get rid of most uses of findAllElements
in data ingestion
Opened
#15 Mark xrefs (seeAlso, antonyms) as ambiguous if they have multiple candidates
Opened
#16 Find source for word pitch data
Opened
#17 Add kanji freq data from https://scriptin.github.io/kanji-frequency/
Opened
#18 Generate conjugation tables
Opened
#19 Word search: add levenshtein thresholds
Opened
#20 Normalize numbers and other symbols during search
Opened
#21 Store KANJIDIC onyomi as hiragana
Opened
#22 Kanji search: query for example words
Opened
#23 Word search: kana type independence
Opened
#24 Add jlpt levels to JMdict from https://www.tanos.co.uk/jlpt
Opened
#25 Add system for normalizing kanji variants
Opened
#26 Add source of grammar data
Opened
#27 Deal with remaining characters from kana -> romaji transliteration
Opened
#28 Duplicate kana on ヽ
, ヾ
, ゝ
, ゞ
during K -> R transliteration
Opened
#29 Create radical search which retrieves remaining possible combinations
Opened
#30 Add basic info (reading, kanji) to word search xrefs (antonyms, seealsos)
Opened
#31 Add JLPT tags to WordSearchResult
Opened
#32 Extend language source data for WordSearchSense
(upon search)
Opened
#33 Ensure consistent naming scheme for tables
Opened
#34 Group kanji readings/meanings by rmgroup parent nodes
Opened
#35 Word search: support globs
Opened
#36 Word search: support a variety of tags
Opened
#37 Word search: support mixed input (kanji, kana, romaji)
Opened
#38 Add wanikani levels
Opened
#39 Word search: pagination
Opened
#40 Word search: optimize word regrouping
Opened
#41 Create query cli tool for querying a single JMdict entryId
Opened
#42 Renormalize KANJIDIC radical data
Opened
#43 Add additional radical data from KanjiAlive
Opened
#44 Precalculate search scores with a table and a bunch of triggers
Opened
#45 Add nix package for dart doc
Opened
#46 Create "furigana segmentation" (or "kanji/kana alignment") algorithm
Opened
#47 Add orderNum
to KANJIDIC kunyomi
, onyomi
and meaning
Opened
#48 Add function to filter kanji from a string by what's available in the dictionary
Opened
#49 List kanji by JLPT
Opened
#50 List words by JLPT
Opened
#51 Measure time taken during substeps of data ingestion
Opened
#52 Create integer ids for Reading/Kanji elements to reduce space usage
Opened
#53 Find a better way to manage/order migrations
Opened
#54 Split out Kanji/Reading element's news
/ichi
/spec
/gai
/nf
into separate tables
Opened
#55 Order english queries by score
Opened
#56 Validate input before using it in FTS5 queries
Opened
#57 Filter inputs for nix source
Opened
#58 Add an option to only ingest a subset of data for development speed
Opened
#59 Add developer option to log EXPLAIN QUERY
output
Opened
#60 Create deconjugation/lemmatization algorithm