Applications that use ots:

AbiWord AbiWord is a free word processing program similar to Microsoft® Word. It is suitable for a wide variety of word processing tasks. AbiWord 2.x includes a plugin for OTS which requires libots-0.2.0 or greater. Abiword can me compiled for Windows, Linux or Mac.


Gnome-summarizer - Gnome summarizer is a GTK2 application that links to libots to summarize texts. It features a nice GUI and is easy to use. The code is available under ots/examples. If people like it I will package it and try to push it to gnome's fifth toe. You can get the code from the CVS/subversion code repository. It is ment to serve as a programming example reference. I wrote it in C++ in 30 minutes. It should demonstrate how to use the library. A Java version is also available


Gedit is the official text editor of the GNOME desktop environment. gedit - Daniel Brodie has coded a gedit plugin for summarizing texts using OTS. Version 0.1.0 is available here.

Bindings

I have made several bindings to the Open text summarizer library. First, the applications provides a C programming interface. Second, I Python wrappings which provided all of the needed functionality and in addition allowed loading external XML dictionaries. I have made a Java version of OTS which I never released as open source. If you are interested in the Java version, send me an email and I will send you the eclipse project file. Third, I know of C# binding that a friend made using the libots XML dictionary files.