feat: generalize mapped line joining
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user