javascript icon indicating copy to clipboard operation
javascript copied to clipboard

Improve code quality in generateAdjectiveExceptionForms.js

Open nataliashitova opened this issue 5 years ago • 0 comments

Explanation

We need to refactor morphology/german/generateAdjectiveExceptionForms.js and get rid of almost-identical functions that generate exception forms for adjectives in German.

Technical decisions

This can be done by changing the structure of the morphologyData-de.adjectives.exceptions to include comprehensive object-like structures with labels for different stems instead of arrays without any labelling.

Feedback?

nataliashitova avatar Apr 17 '19 13:04 nataliashitova