Skip to content

Releases: tsproisl/textcomplexity

v0.11.0

22 Mar 14:19
Compare
Choose a tag to compare
  • Add measures of volume, i.e. text length, to textcomplexity.surface. Default measures: Log10 of text length in tokens (--preset core) and log10 of text length in characters (--preset all).

v0.10.0

13 Dec 09:45
Compare
Choose a tag to compare
  • Add dispersion measures (Gini-based dispersion and evenness-based dispersion).
  • Add pos-based measures (lexical density, rarity).
  • Add Jarvis's (2013) evenness (standard deviation of tokens per type).
  • Language-specific information can be provided via language definition files (--lang-def); already built-in for German and English (simply specify --lang de or --lang en).
  • New presets of measures (lexical_core, core, extended_core, all); ignore measures that are not applicable.
  • New option --ignore-case.
  • Update documentation.
  • Improve warning about window size.

v0.9.1

15 Jul 07:25
Compare
Choose a tag to compare
  • Bugfix: Use 0.172 instead of -0.172 as default value for alpha in Brunet’s W.
  • Bugfix in code for reading custom tsv format.

v0.9.0

20 Oct 11:40
Compare
Choose a tag to compare
Added setup.py