TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Homer – A Text Analyzer in Python

110 点作者 simplegeek将近 6 年前

5 条评论

simplegeek将近 6 年前
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 未加载
hprotagonist将近 6 年前
<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 未加载
airstrike将近 6 年前
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...
nickbail3y将近 6 年前
This is really cool! Thanks.
maximedb将近 6 年前
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 未加载