feat: generalize mapped line joining

This commit is contained in:
2026-08-26 20:52:42 +08:00
parent bb0507db30
commit 11349e007a
5 changed files with 2647 additions and 143 deletions
+7
View File
@@ -10,6 +10,13 @@ requires-python = ">=3.11"
dependencies = []
[project.optional-dependencies]
frequency = [
"wordfreq>=3.1.1,<4",
]
lexical = [
"pyphen>=0.18.1,<1",
"pyspellchecker>=0.9,<1",
]
dev = [
"mypy>=1.15,<2",
"pytest>=8.3,<10",