lance-format / lance-format/lance
Separate loading configuration handling for jieba and lindera
Open
@KazuhitoT is already working on this.
Since Jun 3, 2025.
enhancement
- Dominant language
- Rust
- Stars
- 7.1k
- Forks
- 852
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 272
Description
Currently, both jieba and lindera rely on a shared configuration loading function via json.
While this works well in general, I'd like to make use of lindera's more extensive configuration options.
To enable this, I propose separating the loading configuration handling for jieba and lindera.
I’ve tried this approach locally, and it appears to work as expected.
I’m planning to open a pull request with this change, but before doing so, I wanted to ask if there are any concerns or considerations I should be aware of.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.