can you please advise on usage of python wrapper of mlmorph analyzer for converting number to malayalam text. tried ``` from mlmorph import Analyser analyser = Analyser() analyser.analyse("100") ``` but that does not seem to be the way
can you please advise on usage of python wrapper of mlmorph analyzer for converting number to malayalam text.
tried
but that does not seem to be the way