-
Notifications
You must be signed in to change notification settings - Fork 0
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
Possible to batch input to automatic word alignment? #3
Comments
Hello @eelegiap. Thanks for your interest! Unfortunately, true batching is not available as a built-in. You can however, do batch processing of your sentences on your own and then create
Please let me know if you encounter any other issues! |
Thank you, @BramVanroy, I'll try it out! One more thing -- On about 25% of my sentences, I've been getting an assertion error during the Stanza load: |
That's a good catch! It's indeed because the processors are hardcoded. I vaguely remember that MWT would cause issues but I'd have to test. I'll try to have a look this weekend. |
I've been using the fully-automated level of the tool. I have about 200 sentences pairs (Spanish/English) I want to align, but it's taking forever because I reload the language models every time to run the alignment for one sentence pair.
Is there a way to use the tool in a batched way, or to not load the language models over and over again during alignment? Thank you!
The text was updated successfully, but these errors were encountered: