-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add option for dosdp generate to enable using synonyms for label generation #246
Comments
Correct, but also the cross-product, e.g You also need to define a small synonym scope algebra, e.g. ExE=E, ExL=E, RxE=R, BxB=B,Bx{E,R,N}=R,... and also something for types (we need a category for partial abbreviations). You get a lot of noise, especially with chebi which doesn't respect obo conventions. I think the correct way to deal with this is to treat this as an upstream processing problem (e.g. filter or re-scope syns), and keep the logic and configuration in dosdp-tools simple This is obviously also useful in LexParse (not yet implemented in dosdp tools, see the original obol approach) |
Lets see what Jim thinks, I am not that worried about where this code lives. I would like it to be in dosdp-tools as an optional option, but if I am the only one to do so, lets push it back until a more urgent use case calls for it. |
+1 from me. It'd make it so that I wouldn't have to manually type in synonyms or track them down. |
What would be crazy awesome for NLP applications is this:
you have
Would it be possible to get a setting that allows to generate like from likes?
Example: awesomeAnatomyPattern:
R some X
, NEW:X|UBERON:001@cmungall double check if I capture cross-product correctly.
The text was updated successfully, but these errors were encountered: