FinFlect version 0.1.0
Copyright (C) 2004, 2005  The FinFlect Team

INTRODUCTION
============

FinFlect is an LGPL-licensed C library that provides tools and algorithms
for inflecting Finnish nouns. Currently FinFlect is in its early stages
of development, but already provides fairly accurate inflection of simple
Finnish nouns.

For the full legal text of the LGPL license, see the file LICENSE.

INSTALLATION INSTRUCTIONS
=========================

Building FinFlect
-----------------

To build the FinFlect core library and the finflect and test executables,
execute the following commands:

	./configure
	make

Installing FinFlect
-------------------

After configuring and building FinFlect, you can install it by 

	make install
	
KNOWN BUGS
==========

- Trying to inflect words whose first character is in the range 0xE5-0xFF
  causes FinFlect to crash with a segmentation fault. This includes words
  that begin with (non-capital) "å", "ä" and "ö".
  
THE FINFLECT TEAM
=================

- Niklas Laxström <niklas.laxstrom+finflect at gmail.com>
  Head Developer

- Santtu Pajukanta <japsu at iki.fi>
  Developer, Webmaster
