German and Polish decline their nouns quite differently; German declines the articles associated with the noun, whilst Polish declines the noun itself... So Polish needs extra dictionaries to perform lookups on the declined form of a noun in its nominative form, whilst German does not since it is fully deterministic via a 2d lookup table with indices of gender/plurality and case.
Need to think of an elegant way of representing this in the spec.yaml
German and Polish decline their nouns quite differently; German declines the articles associated with the noun, whilst Polish declines the noun itself... So Polish needs extra dictionaries to perform lookups on the declined form of a noun in its nominative form, whilst German does not since it is fully deterministic via a 2d lookup table with indices of gender/plurality and case.
Need to think of an elegant way of representing this in the spec.yaml