-
Started but not getting results I believe I should be:
```
dale_chall_ .05, 3.6365, 0)
}
perc_hard %
html_nodes(xpath='//table/tbody/tr/td') %>%
`[`(-c(1:44)) %>%
html_text() %>%
#`[`(-…
-
I compared the Dale-Chall results on one of Robert Munsch's stories ('Love You Forever') from this with other scoring software (e.g. the one you cite). The results were drastically different. I don't …
-
The word list was already added in f57ca8c79406833a33ab8cce1e737272344eec20
http://en.wikipedia.org/wiki/Dale-Chall_Readability_Formula
Implement it by using a Bloom Filters
http://www.jasondavies.…
-
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, str…
-
```
Here are some words that syllable_count() calculate as one syllable. You
should be able to cut and paste it to the $arrProblemWords in syllable_count()
,'beyond' => 2
…
-
### Description
I've encountered an issue with the color display in the Readability mode of Zettlr. The text highlighting does not match the expected behavior as outlined in the documentation and the…
-
Currently, even if the root word is easy, an inflection of the word can be marked as difficult. We should change this.
There is an issue that offers suggestions to fix this in the parent library we…
-
The advice on [the Readability page](https://suffolklitlab.org/docassemble-AssemblyLine-documentation/docs/style_guide/readability) suggests using certain tools to assess readability. However, all the…
-
Hi,
Thank you very much, this is awesome ! I would like to know if this works also for romance language like French, Spanish, Portuguese or it supports only English ?
-
As reported in #70 and fixed in #71, a difficult word is: not in the easy_word_set and more than one syllable.
This is not true for Gunning Fog, and might not be for other calculations that rely up…