# This file is part of the Babel machine translation system. # Copyright © 2007 Graham Shaw. # Redistribution and modification are permitted within the terms of the # GNU General Public License (version 3 or any later version). paradigm !default { inflection [genitive,noun,singular] { subst "$","s"; }; inflection [genitive,noun,plural] { requires [nominative,noun,plural]; subst "$",""; }; inflection [nominative,noun,plural] { subst "$","s"; }; inflection [accusative,noun,plural] { requires [nominative,noun,plural]; subst "$",""; }; inflection [dative,noun,plural] { requires [nominative,noun,plural]; subst "$",""; }; }; morpheme du extends !default { inflection [genitive,noun,singular] { subst "u$","einer"; }; inflection [genitive,noun,plural] { subst "^du$","euer"; }; inflection [nominative,noun,plural] { subst "^du$","ihr"; }; inflection [accusative,noun,plural] { subst "^du$","euch"; }; inflection [dative,noun,plural] { subst "^du$","euch"; }; inflection [accusative,noun,singular] { subst "u$","ich"; }; inflection [dative,noun,singular] { subst "u$","ir"; }; }; morpheme er extends !default { inflection [genitive,noun,singular] { subst "^er$","seiner"; }; inflection [genitive,noun,plural] { subst "^er$","ihrer"; }; inflection [nominative,noun,plural] { subst "^er$","sie"; }; inflection [dative,noun,plural] { subst "^er$","ihnen"; }; inflection [accusative,noun,singular] { subst "^er$","ihn"; }; inflection [dative,noun,singular] { subst "^er$","ihm"; }; }; morpheme es extends !default { inflection [genitive,noun,singular] { subst "^es$","seiner"; }; inflection [genitive,noun,plural] { subst "^es$","ihrer"; }; inflection [nominative,noun,plural] { subst "^es$","sie"; }; inflection [dative,noun,plural] { subst "^es$","ihnen"; }; inflection [dative,noun,singular] { subst "^es$","ihm"; }; }; morpheme ich extends !default { inflection [genitive,noun,singular] { subst "^ich$","meiner"; }; inflection [genitive,noun,plural] { subst "^ich$","unser"; }; inflection [nominative,noun,plural] { subst "^ich$","wir"; }; inflection [accusative,noun,plural] { subst "^ich$","uns"; }; inflection [dative,noun,plural] { subst "^ich","uns"; }; inflection [accusative,noun,singular] { subst "^","m"; }; inflection [dative,noun,singular] { subst "^ich$","mir"; }; }; morpheme sie extends !default { inflection [genitive,noun,singular] { subst "^sie$","ihrer"; }; inflection [genitive,noun,plural] { subst "^sie$","ihrer"; }; inflection [nominative,noun,plural] { subst "$",""; }; inflection [dative,noun,plural] { subst "^sie$","ihnen"; }; inflection [dative,noun,singular] { subst "^sie$","ihr"; }; };