Commit graph

34 commits

Author SHA1 Message Date
d5c8c49d3e chore(ci): add workflow dispatch trigger 2022-11-28 21:47:41 +01:00
cb615e8a3e chore: add CI workflow, update pre-commit config 2022-11-28 21:45:17 +01:00
5015912aee chore: add repo url 2022-11-28 19:52:55 +01:00
b6c30a5979 docs: update benchmarks, add license info 2022-11-28 19:48:44 +01:00
7c1fae657a chore: change example text 2022-11-28 14:59:50 +01:00
34a3ce629d feat: use generic string params 2022-11-28 14:51:55 +01:00
0b4d66f461 test: add proptest 2022-11-28 14:46:33 +01:00
715b46b0a3 fix: spacing between Japanese characters and standard punctuation 2022-11-28 14:34:06 +01:00
fe6cd2c83f feat: parse literal text from CLI 2022-11-28 12:24:01 +01:00
3bfaff7031 chore: fix crate packaging, add changelog 2022-11-28 11:57:00 +01:00
903ea0b67a docs: add usage + perf to readme 2022-11-28 09:10:52 +01:00
03a53aab68 fix: spacing after whitespace
improved cli
2022-11-27 22:27:03 +01:00
ca03ab739e chore: add pre-commit 2022-11-27 21:01:57 +01:00
886cbcdabd chore: add documentation, rust_article test 2022-11-27 20:58:53 +01:00
621517be4b fix: use nth for advancing iterator 2022-11-27 19:14:42 +01:00
3d42d116a8 add profiling, small performance improvements 2022-11-27 15:46:00 +01:00
75093d767a add benchmark 2022-11-27 00:45:12 +01:00
967d1cdd62 fix: improve capitalization, handle multiple iteration marks 2022-11-27 00:33:49 +01:00
55e91fb17f fix: tweaks to normalization 2022-11-26 23:40:45 +01:00
ceb0d72e89 feat: add romanization, remove wana_kana dependency 2022-11-26 22:55:42 +01:00
a80e973fad feat: better punctuation mapping, replace iteration char
add failing tests because of wana_kana panic
2022-11-26 15:59:22 +01:00
52ce494818 fix: improve handling of punctuation 2022-11-25 23:14:05 +01:00
4df314e0ca add tests, captialization
fix convert_kanji index issue
2022-11-21 21:18:44 +01:00
b0f8850ea0 add placeholder entries to dict 2022-11-21 01:10:02 +01:00
2cbe8462ae remove redundant dict entries 2022-11-21 00:34:43 +01:00
9ec50677d9 coversion working, but no spaces 2022-11-20 21:42:06 +01:00
4fb005ce09 use phfbin dictionary format 2022-11-20 16:34:57 +01:00
e4dd0c6e96 wip 2 2022-11-19 01:14:28 +01:00
787792d50c remove invalid dict entries 2022-11-19 01:10:48 +01:00
80aca80a80 wip 2022-11-19 00:28:46 +01:00
a4b3e499d6 add test binary 2022-11-17 22:42:37 +01:00
cc0ba362d9 add convert_kanji 2022-11-17 21:01:19 +01:00
956ce74af9 add syn conversion, move dict to separate crate 2022-11-17 17:32:47 +01:00
1b2abefeab Initial commit 2022-11-17 12:30:35 +01:00