numfilt 0.1 - Copyright (c) 1997 Michael Binder 

LICENSE
-------

This program and object code is being provided to "you", the licensee,
by Michael Binder, the "author",  under  the following license, which
applies to any  program, object code or other   work which contains  a
notice placed  by  the copyright holder saying  it  may be distributed
under the terms of this license.   The "program", below, refers to any
such program, object code or work.

By obtaining,  using and/or copying  this program, you  agree that you
have   read,  understood,  and   will  comply   with  these  terms and
conditions:

Terms and conditions for the distribution of the program
--------------------------------------------------------

This program may not be sold or incorporated into any product which is
sold without prior permission from the author.

When no  charge is made, this  program  may be copied  and distributed
freely, provided that   this notice  is  copied  and distributed  with
it. Each time you redistribute  the program (or any  work based on the
program), the recipient   automatically receives  a license from   the
original  licensor to copy or distribute  the program subject to these
terms and conditions.  You may  not impose any further restrictions on
the recipients' exercise of   the rights granted  herein. You  are not
responsible for enforcing compliance by third parties to this License.

If you wish to incorporate the program  into other free programs whose
distribution conditions are different, write to  the author to ask for
permission.

If, as   a consequence of a   court judgment  or  allegation of patent
infringement or  for any other reason  (not limited to patent issues),
conditions are imposed  on you (whether  by court order,  agreement or
otherwise) that contradict the conditions of this license, they do not
excuse   you from the   conditions  of this  license.    If you cannot
distribute so as to satisfy simultaneously your obligations under this
license and any other pertinent obligations, then as a consequence you
may   not distribute the  program at  all.    For example, if a patent
license would not permit royalty-free redistribution of the program by
all those who receive copies directly or  indirectly through you, then
the only way you  could satisfy both it and  this license would be  to
refrain entirely from distribution of the program.

Terms and conditions on the use of the program
----------------------------------------------

Permission  is  granted   to use  this   software  for non-commercial,
non-military purposes.

Disclaimer
----------

THIS  SOFTWARE CARRIES NO   WARRANTY, EXPRESSED OR IMPLIED.  THE  USER
ASSUMES ALL RISKS, KNOWN OR UNKNOWN, DIRECT OR INDIRECT, WHICH INVOLVE
THIS SOFTWARE IN ANY WAY. IN PARTICULAR, THE  AUTHOR DOES NOT TAKE ANY
COMMITMENT IN VIEW OF ANY POSSIBLE THIRD PARTY RIGHTS.

=============================================================================

Description
-----------

numfilt is a filter-program that reads ASCII-Text from stdin and
writes modified ASCII-Text to stdout. It converts digits to the corresponding
german words (e. g. '6' to 'sechs'). By default numfilt forms numbers when
more than one non-delimited digits are found in the text (e. g. '123' to
'Einhundertdreiundzwanzig'), decimal fractions (e. g. '3,14' to
'drei Komma vierzehn'), sequence numbers (e. g. '1.' to 'erstens')
and replaces newlinecharacters by white spaces.

options:
-r (raw-mode) convert every single digit and don't form numbers, decimal
   fractions and sequence numbers.
-n don't replace newline by white space.

Restrictions
------------
1. The maximum recordlength of the inputtext is 2048 characters.
2. Numbers longer than 12 digits are not converted.

Michael Binder
Gesellschaft f. wissenschaftliche Datenverarbeitung mbH Goettingen
Phone:  +49 551 201-1529
Fax:    +49 551 21119
E-Mail: mbinder@gwdg.de
