I'm not going to use a writing tool that requires me to change my entire workflow. This (and every other tool I've seen that does something similar[1]) requires me to use their editor. If I want to do something like edit a comment on HN, it requires copy/paste to do that.
More crippling than that, these editors don't support anything besides the writing simplification features. HTML breaks it, markdown breaks it, and it can't do WYSIWYG (Hemingway does this last, but not well).
I don't mean to criticize the tools too harshly: linguistic processing of any kind is hard and they do a good job at that. I can certainly see how this would be useful for someone who writes more seriously than I do and can take the time to write first and mark up or format in a different editor later. And the effort to make it something I would use is large. I would probably want a browser plugin that watched my text areas and handled markdown, and a vim plugin. :)
But for me, not having integration with my workflow makes it too complicated to use and the value it provides isn't large enough for me to change my workflow.
What programming language would a library for this have to be in for it to be especially useful? I'm doing it in JavaScript for now, since I can think of immediate cases where I can embed it. Elisp will come immediately after that, since I compose my emails in Emacs most of the time. Next on the docket might be a C version, with the intent that you could add it to GTK+ apps.
I think JavaScript is a pretty good start as that can be made into a browser plugin and a command line tool relatively simply.
I was going to recommend Grammarly, it has a Chrome extension, but I think it doesn't support markdown. I use it and I'm happy with it. They have an advanced subscription for 'advanced' linguistic checking and furthermore, the gold service is hiring a human proof-reader. It's interesting.
It suggested removing a number of modifier phrases. These phrases were not redundant and removing them would result in loss of important detail, information and/or emphasis. In some cases removing those words would result in nonsensical or syntactically incorrect sentences. Further experimentation showed that it complained about “mostly” and “many” as modifiers but not “some”.
It highlighted a number of long noun phrases but none of these could be suitably shortened, and Orwell’s uses of the passive voice were mostly appropriate; re-phrasing these to be in the active voice would result in awkward prose. Its left branching sentences were not rambling at all.
On the plus side, I thought its highlighting of long sentences worked well but not all long sentences are difficult to parse and a succession of multiple short sentences can have an unnatural rhythm. It also failed to take into account that colons and semi-colons can be used to separate main clauses.
I wouldn’t use it myself, but I can see how it could be a useful tool for considering how a sentence can be rephrased and encouraging awareness of the issues it highlights.
Can I also just point out that "I was exhausted." is not passive voice! And "Our work here is done." also shouldn't be highlighted, it's absolutely fine. What the hell? With these kinds of false positives, this seems like it would do more harm than good.
Grammatically the passive voice uses the equative verb to be with a past participle of the verb. Both those phrases satisfy that condition.
Semantically, the passive voice involves action being done to the subject. Both those phrases also meet that condition. Rearrange them and you'l see:
[1] "I was exhuasted" --> "${SUBJECT} exhausted me". The phrase may not seem passive because you've elided the subject, which is part of the problem of the passive voice, it lacks clarity
[2] "Our work here is done" --> "We completed our work" Like the first phrase, this phrase elides the subject of this sentence, the individuals doing the work. In this case, including the subject ("We") may feel repetitive because of the pronoun "our", but its still more precise.
Also, passive voice isn't bad, however it most often lacks clarity. Sometimes that's okay, and sometimes you want some flexibility with your sentences for effect, such as ending a sentence with the subject (one of the primary reasons to use the passive voice).
I don't think that a correct analysis of the sentence. The exhausted is an adjective, similar to I am tired, but saying "Something tired me" would have a totally different meaning, because it's a different, unrelated sentence. ("I am covered in green paint." also doesn't seem like it's passive voice, but maybe I'm wrong.) As far as I can tell, "our work here is done" is indeed passive voice, but it is also perfectly fine English, and thus must not be highlighted.
"I was exhausted" absolutely does not "lack clarity". What could it possibly be unclear about?
Looking at http://www.lel.ed.ac.uk/~gpullum/passive_loathing.pdf, I'm also suspicious of your definition of passive (p.7):
> ...passives do not always contain be and do not always contain a past participle. They also do not always obscure the role or responsibility of the doer. They may or may not have a subject (the passive clause in any monument defaced by vandals does not), and they may or may not have a by-phrase (The president has been assassinated does not). Sometimes they specify the agent of an action very clearly (as in It was thrown at them by hooligans), and sometimes not (as in It was thrown at them); sometimes they specify the undergoer (as in A surfer was attacked by a shark) and sometimes not (as in Being attacked by a shark is no fun). Often (as in (3)) there is no action whatsoever, rendering the strange phrase “receives the action” inappropriate.
This is not correct. It happens to be true if the verb is transitive and denotes a physical action, but that is accidental. The passive is defined in syntactic terms (including the past participle you mention), not in semantic terms.
Grammatically, the passive voice also places the active participant as an explicit indirect object rather than the subject. A sentence without an explicit indirect object is not in the passive voice.
It may still have some of the same problems of communication which motivate people to work to avoid the use of the passive voice, and may even go further than the actual passive voice in those problems in that rather than deemphasizing the actual actor -- as happens when that moves from subject to object -- it omits the active party entirely. But its still not in the passive voice, despite the similarity in issues that arise.
“He was diagnosed with flu” is passive voice, and appropriate, because the diagnoser is not important. We care more about the flu than the doctor.
“Mistakes were made” is evasive and serves to obscure, and should be avoided.
It might even be worth pointing out that the "authoritative basis" for all of this passive prohibition is an unfortunate misreading of Strunk & White. The Elements of Style merely points out some cringeworthy ways to misuse the passive, and suggests that it shouldn't be your go-to voice.
http://i.imgur.com/K0Mhkse.png
[I'm not snarking, by the way. Just playing with it. It's perfectly okay to have a tool optimized for, say, business correspondence.]
Every 4 or 5 years everyone celebrates terse writing like it's new.
FTFY.
Seriously though, this is a pretty useful tool, especially for people who are new at writing.
Sure, being terse makes consumption faster and easier, but don't you trade
that for the tool of directing the reader's imagination?
I guess the skill is in being terse yet still descriptive?
"Vigorous writing is concise. A sentence should contain no unnecessary words, a paragraph no unnecessary sentences, for the same reason that a drawing should have no unnecessary lines and a machine no unnecessary parts. This requires not that the writer make all his sentences short, or that he avoid all detail and treat his subjects only in outline, but that every word tell."
--- William Strunk Jr., _The Elements of Style_
Instead of quoting them at length, I will let you read them when you have time. The Elements of Style is less than 100 pages, and most of On Writing Well is tied up in the first four chapters.