Hacker News new | ask | show | jobs
by jschwartzi 2132 days ago
Shortness shouldn't be the goal. Clarity should be the goal. The problem is that clarity is a much harder thing to test for.

I would pay money for a tool that checks my technical writing for reading level and warns me when passages go above Nth grade. Most people in the US graduate high school with an 8th grade reading level, and some people may not be able to read above a 5th grade level. That means tiny words and short sentences are king.

There are also metrics for clarity and simplicity that proxy on number of syllables. Those are really useful and don't require a complex ML model.

1 comments

https://readable.com/ is an interesting tool I came across in my research you might be interested in. It relies on the Flesch–Kincaid readability tests [1] and has found sustained usage.

Actually, now that I think about it... this might be a good source for bootstrapping further training data.

[1] https://en.wikipedia.org/wiki/Flesch%E2%80%93Kincaid_readabi...