Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Lemur Toolkit Documentation

4.1

Installation

The lemur include files will be installed in <install-directory>/include, the lemur library will be installed in <install-directory>/lib/liblemur.a, and the applications will be installed in <install-directory>/bin. If you only want the applications, you can use make install-bin. If you only want the library and header files, you can use make install-lib. The stemmer data files are installed in <install-directory>/kstem_data and <install-directory>/arabic_stem_data when either the applications or the library are installed.

Programming with the lemur toolkit

To build an application using the toolkit library:

  1. follow the instructions above for installing the toolkit library.
  2. Copy Makefile.app from the top level lemur directory to the directory with your application's source code. Edit the file and fill in values for
  3. use make -f Makefile.app to build your application.

Change the toolkit

Modifying the toolkit is not recommended, but individual users may need to customize its behavior.

To run lemur applications

To try the sample data


Generated on Mon Oct 3 09:52:38 2005 for LEMUR by  doxygen 1.4.4