TextLint is a tool to define rules and to check for common style errors in natural language. TextLint provides a structural model of written text and an extensible rule-based checking mechanism.
It is developed by Fabrizio Perin, Lukas Renggli, Jorge Ressia.
TextLint is available as a ready made one-click distribution.
To get the latest version from squeaksource.com, you should execute the following code:
Gofer new
squeaksource: 'textlint';
package: 'ConfigurationOfTextLint';
load.
(Smalltalk at: #ConfigurationOfTextLint)
perform: #loadDefault.