-
These include MTLD, vocd-D, hd-D in `textstat_lexdiv()`.
Working branch for this is [dev-MTLD](https://github.com/quanteda/quanteda/tree/dev-MTLD).
-
## Requested feature
First of all, thanks for the fantastic package. I don't know if you've seen [this](https://github.com/dperezrada/evidence-tools/tree/master/nlp/keywords2vec), but the authors p…
-
## Describe the bug
`textstat_frequency` seems to be dropping features and not functioning correctly
## Reproducible code
Please paste minimal code that reproduces the bug. If possible, pleas…
-
Before, the `__init__.py` file was empty. Now it contains `from textstat.textstat import textstat`.
I get the following:
```
Python 2.7.14+ (default, Dec 5 2017, 15:17:02)
[GCC 7.2.0] on linu…
-
Many of these functions (such as `textstat.flesch_kincaid_grade`) cannot handle ascii characters outside the first 128. Even in English text, there are occasionally characters in the extended ascii se…
-
Adding these two measurements would make textstat more feature-full.
LIX: https://github.com/mmautner/readability/blob/master/readability.py#L73
RIX: https://github.com/mmautner/readability/blob/mas…
-
## Describe the bug
The scale for Dale-Chall readability is wrong. It should be ranged from 0 to 10 and should not be negative.
## Reproducible code
```r
library(quanteda)
dale.chall
-
At present, showing an object of ngrams class will just throw the full content of the S4 object. Make it look nice, and invormative.
-
## Describe the bug
Although the [documentation](https://quanteda.io/reference/textstat_lexdiv.html) of `textstat_lexdiv` suggests that Yule's K is supported as a lexdiv measure, it is actually not…
-
```python
>>> textstat.flesch_kincaid_grade(text)
Traceback (most recent call last):
File "", line 1, in
AttributeError: 'module' object has no attribute 'flesch_kincaid_grade'
>>>
```
This …