Skip to content

Integration of Languagetool into the Pulsar text editor. (Do not expect this to work, only putting this here as a option for a replacement. Will need updates and decaffeination).

License

Notifications You must be signed in to change notification settings

pulsar-edit/linter-languagetool

 
 

Repository files navigation

linter-languagetool

This linter plugin for Linter uses languagetool for spell and grammar checking.

Installation

Call

$ apm install linter-languagetool

from the command line or install linter-languagetool using the preferences.

You do not need to worry about dependencies as they will be automatically installed by apm.

Preferences

  • You can use a local languagetool server by setting the preference to the path of languagetool-server.jar The server will automatically be started. Note that you need to use languagetool version >=3.6 for the local server.
  • Additionally, you can store your mother tongue to enable languagetool's checks for false friends and common mistakes.
  • For improved error detection, download and install the n-gram data as outlined here. The Atom plugin provides a preference to pass the n-gram path to the languagetool server.

Contributing

Feel free to provide feature requests or bug reports using the link above.

Code contributions are greatly appreciated. Please fork this repository and open a pull request.

Please note that modifications should follow these coding guidelines:

  • Indent is 2 spaces.
  • Code should pass coffeelint linter. This is automatically verified by travis-ci.

About

Integration of Languagetool into the Pulsar text editor. (Do not expect this to work, only putting this here as a option for a replacement. Will need updates and decaffeination).

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 55.1%
  • JavaScript 42.7%
  • Less 2.2%