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

Combine lemmas that are the same #13

Open
verdude opened this issue Mar 9, 2016 · 1 comment
Open

Combine lemmas that are the same #13

verdude opened this issue Mar 9, 2016 · 1 comment

Comments

@verdude
Copy link

verdude commented Mar 9, 2016

Add the senses and attributions from one of them to the other when the lemma and part of speech are the same

@gliese1337
Copy link
Member

It would probably be best to implement a generic lemma-combining function- something that takes two lemma structures as input and returns a single combined one- that can be re-used in multiple services.
A single generic "can these be combined" function would also be useful.

Ideally, we might want a single generic function that takes a list of lemmas and automatically figures out which ones can be combined and then does so, so that we don't have to reinvent that logic for every service, either.

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

2 participants