Skip to content
DrNI edited this page Sep 12, 2010 · 11 revisions

Welcome to the WERTi Project’s Wiki!

What is WERTi?

WERTi was originally conceived at Ohio State University by Detmar Meurers and his research associates. It is a system designed to aid second language acquisition of adult learners by employing tools commonly used in computational linguistics to analyze linguistic patterns. Those patterns can then be used to enhance text in a way that is supposed to make the reader aware of them, and ultimately proficient in producing and using them.

WERTi uses the Internet as a source of Text. A user will typically request a web page, which is then sent to the server and processed there. A result is then cached and sent back to the user. The results typically contain JavaScript code to realise enhancement strategies.

This version of WERTi is currently not deployed on a public server. You can find the original Python WERTi here

Installation

If you need help in deploying WERTi on your own server, please refer to the Installation Instructions in the source tree

Getting Involved

In order to start hacking away on WERTi, you will find the documentation in docs/HACKING to be of value. Also, be sure to check this Wiki for instructions on setup and troubleshooting.

Exterminators, squash those bugs!

The bug tracker for WERTi is over at lighthouseapp

Developing WERTi in Eclipse

The required procedures for working on WERTi in Eclipse are described on the Eclipse Setup page.

I can’t get this to work, aahrg!

Try the Troubleshooting and FAQ page.