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 a tool to calculate a BPE vocabulary #78

Open
ftyers opened this issue Feb 23, 2020 · 3 comments
Open

Implement a tool to calculate a BPE vocabulary #78

ftyers opened this issue Feb 23, 2020 · 3 comments
Labels
enhancement New feature or request weighting

Comments

@ftyers
Copy link
Member

ftyers commented Feb 23, 2020

A tool should be included in lttoolbox which calculates a BPE vocabulary as defined in this paper: https://arxiv.org/pdf/1508.07909.pdf

The idea is to use BPE to weight our morphological transducers.

@anjalibhavan
Copy link

Since the algorithm is already defined in the paper, this would be a matter of using the same for Ittoolbox, correct? Or are there some additional factors you would need in the implementation?

@ftyers
Copy link
Member Author

ftyers commented Mar 6, 2020

@anjalibhavan well, the first version would be just the algorithm as described in the paper. Later the tool would support weighting lttoolbox transducers according to the vocabulary of the tool.

@ftyers
Copy link
Member Author

ftyers commented Jun 20, 2020

The code is implemented in Python by https://github.com/rsennrich/subword-nmt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request weighting
Projects
None yet
Development

No branches or pull requests

2 participants