Hi, the Wikipedia checks were gone after we switched to Maven - now they are back, better than before. There's now a separate module for them with a JAR you can start:
java -jar languagetool-wikipedia.jar This will give you the usage: Usage: org.languagetool.dev.wikipedia.Main <command> <command-specific-arguments> Where command is one of: check-dump - check a Wikipedia XML dump wiki-index - index a Wikipedia XML dump wiki-check - check a single Wikipedia page, fetched via the Mediawiki API index - index a plain text file, putting the analysis in a Lucene index for faster rule match search search - search for rule matches in an index created with 'index' or 'wiki-index' All commands have different usages. Call them without arguments to get help. Example: java -jar languagetool-wikipedia.jar wiki-check http://de.wikipedia.org/wiki/Bielefeld You can download the new module from the snapshot directory: http://www.languagetool.org/download/snapshots/?C=M;O=D Today it's called "LanguageTool-wikipedia-20130216-snapshot.zip" Regards Daniel -- http://www.danielnaber.de ------------------------------------------------------------------------------ The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials, tech docs, whitepapers, evaluation guides, and opinion stories. Check out the most recent posts - join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Languagetool-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/languagetool-devel
