drisme

Results 3 issues of drisme

I'm not sure this is an issue with the python api per se. When using the completion api to generate the next line of a poem using davinci, the api...

I've run into some issues in several languages, where diacritics lead to strange behavior. Example in French: ``` lang_code = 'fra-Latn' epi = epitran.Epitran(lang_code) print(epi.trans_list(u"mobilisèrent")) print(epi.trans_delimiter(u"mobilisèrent")) print(epi.trans_delimiter(u"mobilisèrent", delimiter='~')) ``` which...

Hi, I am trying to integrate aws with firebase as an identity provider. On flutter side I am using the firebase_auth package with the following code: ``` FirebaseUser user =...