%%capture
!pip install pyicu
import icu
formatter = icu.RuleBasedNumberFormat(icu.URBNFRuleSetTag.SPELLOUT, icu.Locale('ga'))
formatter.format(23)
'fiche a trí'