Can someone who has tried this share their experience? It sounds really awesome but it's very hard to tell if it's going to be more annoying or more useful. Maybe it would be useful to have some example linting errors on the homepage. Either way, I really love the idea!
Proselint
21–30 of 141 posts
Re: Proselint
#22I question how useful a tool like this is for a skilled writer. Prose isn't code. Many key elements of good writing are based around the idea of knowing the rules, and then carefully breaking them .
That said, I think there's a better way to approach this. Rather than linting based on a list of rules, I'd prefer a more technical approach that highlighted actual issues, such as garden path sentences, ambiguous pronouns, doubled words, etc.
Re: Proselint
#23I can see a lot of value for this sort of tool, and might even play with it myself, for sake of evaluating whether or not to incorporate its suggestions into my writing. At the same time, however, I have some wariness that its widespread use could actually have a shaping, and, specifically homogenizing , effect on language. For me, a large part of the beauty of language is how facile it is, how judiciously breaking i…
This could be a benefit in industries where the goal is to have homogenous writing that meets a given set of specifications/standards. Some ideas:
1. Peer-reviewed scientific writing and/or abstracts
2. Manuals
3. Materials written for a subset of language (EFL, pidgin, children's books)
4. Documentation
Re: Proselint
#24This sounds promising, but I think a lot of potential users would be deterred by the lack of examples. This positively screams for a online interface to test drive.
Re: Proselint
#25I question how useful a tool like this is for a skilled writer. Prose isn't code. Many key elements of good writing are based around the idea of knowing the rules, and then carefully breaking them .
That really depends on the kind of writing. For things like journalism and technical writing there are rules that need to be followed and you're not allowed to color outside the lines very much. The really, really good writers learn to be creative within these more restrictive styles of writing. It's no coincidence that many great creative writers had copywriting jobs earlier in their careers. I can imagine a tool li…
My impression of this might have been different if the list of rules included CMOS instead of something that tells me not to use the term "jump the gun" because it's a cliche.
Re: Proselint
#26Re: Proselint
#27Can someone explain in layman's terms how this is any better from an app like the Hemmingway Editor [0]? Both analyses the text and makes suggestions to make it better. [0]- http://www.hemingwayapp.com/
Re: Proselint
#28The main problem with a tool like this it that it needs to understand sentence structure in order to find a lot of common anti-patterns. Without some natural language processing, it's just going to be able to scan for word usage and simple things that you can catch with a regex. You could probably build something a lot more sophisticated on top of something like Apple's NSLinguisticTagger and related APIs. After tes…
We're interested in incorporating deeper NLP. In particular, we've been eyeing https://github.com/spacy-io/spaCy.
Re: Proselint
#29I've been interested in linters and style checkers for English prose for a while, and I'm excited to try this out! To the author(s): Your website, as far as I could tell, doesn't tell me how to install it; I had to go to GitHub to realize it was pip-installable. You should consider adding that to the main page.
The authors probably aren't reading HN, best submit a PR.