LKirst
LKirst
The textstat implementation of the Dale-Chall-Formula classifies several words as difficult words that the original Dale-Chall-Formula would not. For example, _Scotland, returned, giants, giant's, strongest_ are returned as part of...
I'm currently trying to add documentation to all textstat methods (see #178). Can somebody tell me what the purpose of the `interval` argument is in the `avg_syllables_per_word`? The only place...
First of all, thank you for the cookiecutter template! I have one question about cli.py: Should the default for `args.config` not be a list? If I'm not mistaken, `parser.add_argument("-c", "--config",...
**Describe the bug** `convert_from_path()` does not flatten tick boxes (and changes the appearance of radio buttons). **To Reproduce** ``` from pdf2image import convert_from_path images = convert_from_path("in.pdf") im1 = images[0] images.pop(0)...
Since rich supports markdown tables, would it be possible for rich-cli to support them too? See also the comment by @daviewales in [#36](https://github.com/Textualize/rich-cli/issues/36#issuecomment-1654814804)