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

improve guess_syllable() #6

Open
reynoldsnlp opened this issue May 29, 2019 · 1 comment
Open

improve guess_syllable() #6

reynoldsnlp opened this issue May 29, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@reynoldsnlp
Copy link
Owner

No description provided.

@reynoldsnlp reynoldsnlp added the enhancement New feature or request label May 29, 2019
@reynoldsnlp
Copy link
Owner Author

The intuition behind it is to place stress on the last syllable of the stem, but it fails for multisyllabic endings.

In udar, guess_syllable() is only ever used as a backoff approach. There are now several machine-learning approaches to this problem, and it would be great to implement one of them instead of this crappy algorithm.

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

No branches or pull requests

1 participant