From 659f5acfd161d91dc8a9d0101535dcee585455ad Mon Sep 17 00:00:00 2001 From: lonkaars Date: Mon, 10 Jul 2023 19:06:36 +0200 Subject: update docs --- readme.md | 2 +- test/deinflection/cases.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/readme.md b/readme.md index f27e247..1960076 100644 --- a/readme.md +++ b/readme.md @@ -23,7 +23,7 @@ scope is larger than Yomichan, it's still focused on Japanese only.** - [ ] JMNedict - [ ] add separate kanji readings/info table - [ ] add separate frequency dictionary -- [ ] add more deinflections to db/deinflections.sql +- [x] add more deinflections to db/deinflections.sql - [x] set up unit tests for sentence reading generation - [x] port server-internal API to simple HTTP JSON API - [ ] create primitive search page ui diff --git a/test/deinflection/cases.ts b/test/deinflection/cases.ts index 3f03f6d..e7a987e 100644 --- a/test/deinflection/cases.ts +++ b/test/deinflection/cases.ts @@ -78,7 +78,6 @@ export default [ { input: "見極めなければならない", mustHave: [ Inflection.Obligatory, Inflection.Affirmative ], mustNotHave: [ Inflection.Conditional.Ba, Inflection.Negative ] } // TODO: りゃ for いることは // TODO: じゃ for では - // TODO: なきゃ + なくちゃ // and more! ] satisfies Test[] as Test[]; -- cgit v1.2.3