unicode-org / inflection

code, data and documentation related to handling inflection problems
Other
2 stars 1 forks source link

Take advantage of inflection inside ICU #24

Open richgillam opened 6 months ago

richgillam commented 6 months ago

Many ICU APIs produce structured output (sentences or phrases) rather than single phrases. Many of these not only may need to inflect in interesting ways to support being inserted into a message, but have individual components that affect each others' inflections. Examples include:

It'd be nice if we could use the new inflection capability to improve and simplify the formatting algorithms for these things.