switch ( form ) {
                case 'genitive':
                // only a few declensions, and even for those mostly the singular only
                    word = word.replace( /u[ms]$/i, 'i' ); // 2nd declension singular
                    word = word.replace( /ommunia$/i, 'ommunium' ); // 3rd declension neuter plural (partly)