Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transliteration problem #8

Closed
ruthenian8 opened this issue May 6, 2021 · 1 comment
Closed

Transliteration problem #8

ruthenian8 opened this issue May 6, 2021 · 1 comment

Comments

@ruthenian8
Copy link
Owner

Recently I've been trying to merge the transliteration transducer and the analyzer into one, so that I can process latin-based strings. Whenever I typed hfst-compose or hfst-compose-intersect, I received an error message, which I'm pasting below:

$ hfst-compose-intersect -1 translit.hfst -2 merged.ana.hfst -o tm.ana.hfst
hfst-compose-intersect: warning: Transducer type mismatch in translit.hfst and merged.ana.hfst; using former type as output
Error: hfst-compose-intersect cannot process transducers that are in optimized lookup format.

$ hfst-compose -1 translit.hfst -2 merged.ana.hfst -o tm.ana.hfst
Error: hfst-compose cannot process transducers that are in optimized lookup format.

I have no idea, how to deal with this, so help is much needed

@ruthenian8 ruthenian8 pinned this issue May 6, 2021
@mr-martian
Copy link

hfst-fst2fst -t will convert from optimized lookup format back to the default format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants