TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Homer – A Text Analyzer in Python

110 pointsby simplegeekalmost 6 years ago

5 comments

simplegeekalmost 6 years ago
Homer is a Python package that can help make your text more clear, simple and useful for the reader.<p>It provides information on an overall text as well as on individual paragraphs. It gives insights into readability, length of paragraphs, length of sentences, average sentences per paragraph, average words in a sentence, etc. It is based on work by Pinker and another research study [1, 2].<p>This software package grew out of a personal need. Since I am not a native English speaker but am interested in writing. I write OpEds and a blog. So I designed and have been using Homer to improve my writing. I hope others will find it useful. I am aware of other tools (such as ProseLint) but I built this thinking this would help me improve my Python. :) Also, over time I plan on improving this.<p>References:<p>1- Steven Pinker&#x27;s The Sense of Style:<p>2- <a href="https:&#x2F;&#x2F;litlab.stanford.edu&#x2F;LiteraryLabPamphlet9.pdf" rel="nofollow">https:&#x2F;&#x2F;litlab.stanford.edu&#x2F;LiteraryLabPamphlet9.pdf</a>
评论 #20718383 未加载
hprotagonistalmost 6 years ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;amperser&#x2F;proselint" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;amperser&#x2F;proselint</a> is also very nice.
评论 #20720136 未加载
评论 #20719074 未加载
评论 #20719485 未加载
airstrikealmost 6 years ago
Very cool. Wonder if this could be tailored to analyze financial disclosures (10-Ks and 10-Qs) to rank management teams on their abilities to describe their company succinctly and appropriately convey messages on financial results to shareholders and the investment community.<p>It&#x27;s a pet idea of mine that I just haven&#x27;t had time to play with. Would need to adjust for size of the company and industry, at a minimum...
nickbail3yalmost 6 years ago
This is really cool! Thanks.
maximedbalmost 6 years ago
Really cool. It would be super useful to have this in other languages as well, french in my case. This would be a useful addition to a grammar checker I am currently developing.
评论 #20719381 未加载