prosaic-grammar-de
German grammar layer for the Prosaic NLG engine.
This crate implements prosaic_core::Language for German, including the
agreement hooks Prosaic uses for articles, references, proportions, and
discourse markers.
Install
[]
= "1.0.1"
= "1.0.1"
What It Provides
- German article selection across nominative, accusative, dative, and genitive.
- Regular and common-irregular noun pluralization.
- Regular weak verb conjugation plus common strong irregulars.
- Past and present participles.
- German number words, list joining, pronouns, demonstratives, and RST markers.
Example
use ;
use German;
let de = new;
assert_eq!;
assert_eq!;
assert_eq!;
The 1.x scope deliberately does not include attributive adjective declension, Konjunktiv, perfect compound tenses, or exhaustive strong-verb tables.
License
MIT OR Apache-2.0