kylebgorman / pynini

Read-only mirror of Pynini
http://pynini.opengrm.org
Apache License 2.0
120 stars 26 forks source link

what is the best replacement for stringify()? #25

Closed lxkain closed 4 years ago

lxkain commented 4 years ago

Once upon a time we had the stringify() method - what is the recommended replacement path?

kylebgorman commented 4 years ago

It's just been renamed string.

On Thu, Mar 19, 2020 at 6:30 PM Alexander Kain notifications@github.com wrote:

Once upon a time we had the stringify() method - what is the recommended replacement path?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kylebgorman/pynini/issues/25, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABG4OI722VR3XMQCVXBUVLRIKMKFANCNFSM4LPXQMXQ .

lxkain commented 4 years ago

Thank you so much!