Doug Hellmann
Doug Hellmann
Is there some other benefit? I don't find that the packaging files change all that often. I'm not saying this is a bad idea, I just don't understand the motivation,...
The [pyenchant tokenizer](https://pyenchant.github.io/pyenchant/api/enchant.tokenize.html) does not consider digits as being part of the character set making up valid words, so they are removed from the tokens it returns. There is an...
Thanks for the advice, @dmerejkowsky, and for maintaining PyEnchant!
See #147 also, but yes, we need a supportable API to set the word separators.
I think the main issue is that none of the maintainers of either project have a real need for the feature, so we're prioritizing other things. There's some advice in...
I'm not taking on new projects right now, so you won't be duplicating anything I'm doing. If you're interested, coordinating with the other folks who have expressed interest is a...
> So yeah, it would be best for PyEnchant (and its downstream projects like this one) if someone would volunteer to help maintain PyEnchant. Feel free to [contact me](https://dmerej.info/blog/pages/contact/) for...
> I just pushed a fix for lint and added a rough draft for a history.rst entry. > > I think we've gone as far as possible without getting feedback...
@pgerell did some work in #160 to improve the line number location reporting. You could try building on that to include the position within the line.
Hi, @ewdurbin , thanks for reaching out. We could at least disable the filter by default. I'll see if I can find some time to get to that.