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