I’m sketching out an idea for a readability assessment program. It will report the education level required to comfortably read a body of text using formulas, Dale-Chall being the most significant, that count length of sentences, what level of vocab a word is considered to be, etc. I was inspired by the word counter website I always paste my essays into. When it’s done, I would like to plug it into APIs for it to be used on Lemmy, Mastodon, and Discord.

  • CannotSleep420
    link
    fedilink
    English
    arrow-up
    7
    ·
    1 year ago

    I made a bot library awhile back. I need to update it for 0.18.3, but it should simplify things more than managing the API requests directly.

    • rufuyunOP
      link
      fedilink
      arrow-up
      5
      ·
      1 year ago

      I’ll probably use this, if I get that far with this project. Since I plan for the bots to be the last thing I add, after the CLI can do everything I want it to. Thank you!