CONJUGATE - Finnish verb conjugation routines in C and C++
Copyright (C) (1993-1997) by Antti Karttunen.
Change 19. February 2003:
Now also the source code uses ä instead of { (left brace)
and ö instead of | (Unix pipe-character).
Notes
These are a set of modules I wrote in C++ in the end of 1993.
See the files under the directory http://www.iki.fi/~kartturi/conjugat/.
The basic functionality of these modules is to produce any required
conjugation from a given stem (root) of the Finnish verb,
which are given in http://www.iki.fi/~kartturi/conjugat/finverbs.new.
In this implementation I am much indebted to
Eugene Holman's Handbook of Finnish Verbs
published by SKS, ISBN 951-717-362-8 (ISSN 0355-1768)
as well as to
Fred Karlsson's Finnish Grammar
published by WSOY.
Of course I wrote all this before I had a slightest idea of
Kimmo Koskenniemi's dissertation
Two Level Morphology (1983)
which describes much more generic and elegant method of both
conjugating and analyzing, not only the Finnish verbs, but
also all the nouns, adjectives, and other parts of speech as well.