jiten-pai.git
4 years ago* Parse dict lines using split() and strip() to get rid of one slow regex. poc
Urban Wallasch [Sun, 13 Jun 2021 08:40:30 +0000 (10:40 +0200)]
* Parse dict lines using split() and strip() to get rid of one slow regex.
* Added a C reference implementation.

4 years ago* Fixed the unsolicited surrounding whitespace issue in dict line splitter regex...
Urban Wallasch [Sat, 12 Jun 2021 21:52:15 +0000 (23:52 +0200)]
* Fixed the unsolicited surrounding whitespace issue in dict line splitter regex by alternating between greedy (whitespace) and non-greedy (payload) quantifiers.

4 years agoStrip blanks from "kanji" (so ^kanji$ search works)
Volodymyr Poltavets [Sat, 12 Jun 2021 21:02:36 +0000 (23:02 +0200)]
Strip blanks from "kanji" (so ^kanji$ search works)

4 years ago* proof of concept edict parser
Urban Wallasch [Sat, 12 Jun 2021 18:13:44 +0000 (20:13 +0200)]
* proof of concept edict parser