Can I use this with latex?
Proselint
11–20 of 141 posts
Re: Proselint
#12Bug report — it told me I had too many exclamation marks in a Markdown file with a number of images in it.
Re: Proselint
#13Re: Proselint
#14Re: Proselint
#15After testing this against a dozen of my blog posts, I'm not terribly impressed with the output. I get more immediate value out of MarkedApp's keyword drawer and word repetition visualization.
Re: Proselint
#16The 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…
Re: Proselint
#17Re: Proselint
#18The 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…
Re: Proselint
#19I'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.
Re: Proselint
#20I 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 .
I can imagine a tool like this making it much easier for journalists to follow a newspaper's style guide or something similar.