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

handle latin -ne and -ve enclytics #7

Open
balmas opened this issue Sep 18, 2020 · 0 comments
Open

handle latin -ne and -ve enclytics #7

balmas opened this issue Sep 18, 2020 · 0 comments
Assignees

Comments

@balmas
Copy link
Member

balmas commented Sep 18, 2020

The llt-tokenizer (https://github.com/perseids-project/llt-tokenizer) used the prometheus latin stems database (https://github.com/perseids-project/llt-db_handler) to use morphological rules to determine when -ne and -ve represented enclyctics.

If we want to handle this in the spacy tokenizer the right approach would probably be to add training data for a Latin model and then retokenize to fix the instances that need to be fixed based upon the morph data.

For now, I've just implemented the simpler regex based handling from llt-tokenizer for the que enclytics.

@balmas balmas self-assigned this Sep 22, 2020
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

1 participant