How to create weighted FST for Hebrew -> IPA #296
Replies: 2 comments
-
Hello @thewh1teagle ! |
Beta Was this translation helpful? Give feedback.
-
@Garvys |
Beta Was this translation helpful? Give feedback.
-
Hello @thewh1teagle ! |
Beta Was this translation helpful? Give feedback.
-
@Garvys |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey!
I’m looking into using
rustfst
for a Hebrew grapheme-to-phoneme task. The input is Hebrew text with diacritics and punctuation, and the output should be the IPA phoneme sequence. Non-Hebrew characters (like punctuation or English words) should just pass through unchanged.For training I have a dictionary with Hebrew words mapped to their IPA. What’s the best way to create a weighted FST for this? Should I try to generate it directly in Rust from the dictionary, or train it with an external tool like Phonetisaurus and then load the
.fst
into Rust?Beta Was this translation helpful? Give feedback.
All reactions