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

Implement supervised training that doesn't require one million scripts #50

Open
ftyers opened this issue Jun 22, 2020 · 0 comments
Open
Labels

Comments

@ftyers
Copy link
Member

ftyers commented Jun 22, 2020

Training should require two text files,

  • SL side of parallel corpus
  • TL side of parallel corpus

and four commands:

  • Run SL side through the translation system until -biltrans
  • Run the TL side through the monolingual system until -tagger
  • Align both using something like eflomal

This will give three files, then a final lex-tools training using the above:

$ lrx-train biltrans target alignments > file.lrx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant