.text_standard()
now supports keyword argumentfloat_output
to allow result as a float. #32, #57.difficult_words()
is now case insensitive and supports the unicode quote marks‘
and’
. #36.linsear_write_formula()
has had unnecessary workload removed. #37- Reduced importing from
from textstat.textstat import textstat
toimport textstat
. #41 - textstat methods now have a default return value of
0.0
instead ofNone
to help when using with modules like pandas. #48
Thanks to @aetherwu, @Kr0san89, @tripleee, @catethos for contributions for this release!