{
    "content": [
        {
            "type": "text",
            "text": "# Text::German (perldoc)\n\n## NAME\n\nText::German - German grundform reduction\n\n## DESCRIPTION\n\nThis is a rather incomplete implementaion of work done by Gudrun Putze-Meier. I have to confess\nthat I never read her original paper. So all credit belongs to her, all bugs are mine. I tried\nto get some insight from an implementation of two students of mine. They remain anonymous\nbecause their work was the wost piece of code I ever saw. My code behaves mostly as their\nimplementation did except it is about 75 times faster.\n\n## Sections\n\n- **NAME**\n- **SYNOPSYS**\n- **DESCRIPTION**\n- **AUTHOR**\n- **COPYRIGHT**\n- **CHANGES**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Text::German",
        "section": "",
        "mode": "perldoc",
        "summary": "Text::German - German grundform reduction",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSYS",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "COPYRIGHT",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "CHANGES",
                "lines": 2,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Text::German - German grundform reduction\n",
                "subsections": []
            },
            "SYNOPSYS": {
                "content": "\"use Text::German;\"\n\n\"$stem = Text::German::reduce($word)\"\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This is a rather incomplete implementaion of work done by Gudrun Putze-Meier. I have to confess\nthat I never read her original paper. So all credit belongs to her, all bugs are mine. I tried\nto get some insight from an implementation of two students of mine. They remain anonymous\nbecause their work was the wost piece of code I ever saw. My code behaves mostly as their\nimplementation did except it is about 75 times faster.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Ulrich Pfeifer <pfeifer@wait.de>\n",
                "subsections": []
            },
            "COPYRIGHT": {
                "content": "Copyright (c) 1996 Ulrich Pfeifer. All rights reserved. This program is free software; you can\nredistribute it and/or modify it under the same terms as Perl itself.\n",
                "subsections": []
            },
            "CHANGES": {
                "content": "0.5: Fixed copyright statement\n",
                "subsections": []
            }
        }
    }
}