• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Text/H03-Apr-2005-1,9871,779

t/H03-Apr-2005-10383

German.podH A D03-Apr-20051.2 KiB4430

MANIFESTH A D03-Apr-2005365 1716

META.ymlH A D03-Apr-2005306 119

Makefile.PLH A D03-Apr-2005448 129

READMEH A D03-Apr-2005873 2921

README

1NAME
2    Text::German - German grundform reduction
3
4SYNOPSYS
5    "use Text::German;"
6
7    "$stem = Text::German::reduce($word)"
8
9DESCRIPTION
10    This is a rather incomplete implementaion of work done by Gudrun
11    Putze-Meier. I have to confess that I never read her original paper. So
12    all credit belongs to her, all bugs are mine. I tried to get some
13    insight from an implementation of two students of mine. They remain
14    anonymous because their work was the wost piece of code I ever saw. My
15    code behaves mostly as their implementation did except it is about 75
16    times faster.
17
18AUTHOR
19    Ulrich Pfeifer <pfeifer@wait.de>
20
21COPYRIGHT
22    Copyright (c) 1996 Ulrich Pfeifer. All rights reserved. This program is
23    free software; you can redistribute it and/or modify it under the same
24    terms as Perl itself.
25
26CHANGES
27    0.5: Fixed copyright statement
28
29