-
#### Investigative information
Please provide the following:
I have a function which extends the basic "hello name" functionality by importing textstat (an external module) and returning the…
-
Steering Council: please look at the work-in-progress draft of the Python 2.x EOL page I'm developing https://github.com/python/pythondotorg/issues/1500 .
Questions:
* I am designing this page to …
-
I'm running the function `textstat.flesch_kincaid_grade` on documents and finding extremely high grade level scores. For example the attached file ("difficult.txt") is at grade level 23.7 according to…
-
```Crystal
test = "*-/ /*/"
test_readability = Cadmium.readability.new(test).fog # or flesch or kincaid
puts test_readability
```
Outputs
```Bash
-NaN
```
For some longer text (which I ca…
-
I don't like or agree with the use of this readability test. It consistently scores my writing "Difficult to read," "Very difficult to read" or occasionally "Fairly difficult to read" or "Plain Englis…
ghost updated
5 years ago
-
Currently syllable_count takes a lang argument which is set to 'en_US' by default. This can be changed to take lang argument input during function call. Pyphen allows for many language options. Some o…
-
# On translation of the Perl 6 documentation
Translating the documentation is a huge task, so I would like to suggest to adopt a few rules to make the life of translators a little easier.
1. St…
-
Hi, I am getting some contradictory scores when using the Flesch Reading Ease and Flesch Kincaid Grade Level metrics as implemented in textstat. As I need to calculate them at corpus level, I am passi…
-
## Consider StackOverflow
If you have a question on how to use **quanteda**, please first search [our StackOverflow channel](https://stackoverflow.com/questions/tagged/quanteda). If it does not sol…
-
Hi, Sorry this may be the wrong place to post this message, but I created a kind of mashup technology that builds from your work:
https://github.com/russelljjarvis/ScienceAccessibility
I wonder if y…