Skip to content

travelmarx/languagetool-wikicheck

 
 

Repository files navigation

languagetool-wikicheck

Wikipedia style and grammar checker, powered by LanguageTool. This is the software running at http://community.languagetool.org/wikiCheck/.

It will check pages on requests. For the continuous check of the 'recent changes' feed, it will only display the results it finds in the database. To fill this database, download LanguageTool-wikipedia from https://languagetool.org/download/snapshots/ and run this command:

java -cp mysql-connector.jar:languagetool-wikipedia.jar org.languagetool.dev.wikipedia.atom.AtomFeedCheckerCmd

It will display a more detailed usage message. To write the results to MySQL you will also need to download the JDBC driver from http://dev.mysql.com/downloads/connector/j/ (called mysql-connector.jar in the command line example above).

Releases

No releases published

Packages

 
 
 

Languages

  • Groovy 76.5%
  • CSS 19.4%
  • Shell 2.2%
  • Java 1.7%
  • JavaScript 0.2%