You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to support tilde expansion in read and write.fst? I find that write.fst doesn't support it at all, but read.fst does sporadically. I haven't been able to reproduce an instance of it not working
Hi @HughParsonage, thanks for the feature request! I will apply normalizePath to the path variable before passing it to the C++ code which should enable the use of ~ in the path.
Is it possible to support tilde expansion in
read
andwrite.fst
? I find thatwrite.fst
doesn't support it at all, butread.fst
does sporadically. I haven't been able to reproduce an instance of it not workingThe text was updated successfully, but these errors were encountered: