libxode is an XML library which wraps expat. it offers a very flexable DOM,
and uses Memory Pools (which can also be created/used from this library).
MyThes is a simple thesaurus that uses a structured text data file and an index
file with binary search to lookup words and phrases and return information on
part of speech, meanings, and synonyms
OpenFTS (Open Source Full Text Search engine) is an advanced
PostgreSQL-based search engine that provides online indexing of data
and relevance ranking for database searching.
Close integration with database allows use of metadata to restrict
search results.
The Open Text Summarizer is an open source tool for summarizing texts.
The program reads a text and decides which sentences are important and
which are not.
Aspell Lithuanian dictionary.
Aspell Latvian dictionary.
Command line wrapper for aspell, behaving like ispell
Aspell is a spelling checker designed to eventually replace
ispell, although it currently lacks many of ispell's basic
functions. Aspell's main feature is that it does a much better
job of coming up with possible suggestions than ispell. Aspell
also includes a powerful C++ library with C and Perl interfaces
in the works.
Augeas is a configuration editing tool. It parses configuration files in their
native formats and transforms them into a tree. Configuration changes are made
by manipulating this tree and saving it back into native config files.