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

Use most commonly used entity if name to entity mapping is ambiguous #869

Closed
matthewhorridge opened this issue Mar 20, 2019 · 1 comment
Closed
Assignees
Labels
Type: Enhancement A request for a change that is an enhancement

Comments

@matthewhorridge
Copy link
Contributor

If the display name to entity mapping is ambiguous (due to non-unique labels, for example), the most commonly used entity should be preferred.

Related to #868

@matthewhorridge matthewhorridge self-assigned this Mar 20, 2019
@matthewhorridge matthewhorridge added the Type: Enhancement A request for a change that is an enhancement label Mar 20, 2019
@matthewhorridge matthewhorridge added this to the Protégé 5.6.0 milestone Mar 20, 2019
@matthewhorridge matthewhorridge changed the title Use most commonly used entity is name to entity mapping is ambiguous Use most commonly used entity if name to entity mapping is ambiguous Apr 4, 2019
@matthewhorridge
Copy link
Contributor Author

I've changed the autocomplete lookup so that it prefers entities defined in the current active ontology (i.e. entities for which there are defining axioms and annotations) then entities referenced in the current active ontology then other terms. This has the desired effect in HP, for example,

Before fix:

image

After fix:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement A request for a change that is an enhancement
Projects
None yet
Development

No branches or pull requests

1 participant