-
Notifications
You must be signed in to change notification settings - Fork 154
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
Allow configuring concept feature for properties #1563
Labels
Milestone
Comments
reckart
added
⭐️ Enhancement
New feature or request
Module: Fact Linking
Module: Entity Linking
labels
Dec 13, 2019
reckart
added a commit
that referenced
this issue
Dec 13, 2019
- Add the option for linking to properties
reckart
added a commit
that referenced
this issue
Dec 13, 2019
- When searching for properties, force-disable FTS for Wikidata since the used FTS services does not return properties - When FTS is disabled and startsWith or contains queries are used, then demote the label matching to a secondary condition. This should avoid listing all possible triples in the store - Added unit test to list properties and list properties starting with a string from Wikidata
reckart
added a commit
that referenced
this issue
Dec 16, 2019
…nfiguring-concept-feature-for-properties #1563 - Allow configuring concept feature for properties
reckart
added a commit
that referenced
this issue
Dec 17, 2019
* 0.14.x: #1567 - Cache knowledge base query results Revert "#1567 - Cache knowledge base query results" #1567 - Cache knowledge base query results #1567 - Cache knowledge base query results #1563 - Allow configuring concept feature for properties #1565 - Some fontawesome glyphs are no longer visible #1563 - Allow configuring concept feature for properties
reckart
added a commit
that referenced
this issue
Dec 17, 2019
* master: (21 commits) No issue. Mention update of demo server. No issue. Mention update of demo server #1567 - Cache knowledge base query results Revert "#1567 - Cache knowledge base query results" #1567 - Cache knowledge base query results #1567 - Cache knowledge base query results #1563 - Allow configuring concept feature for properties #1565 - Some fontawesome glyphs are no longer visible #1563 - Allow configuring concept feature for properties No issue. Removed unused dependency. #1561 - Ranking is off if there is no mention to work with #1559 - Problems if multiple entities have the same label #1559 - Problems if multiple entities have the same label No issue - FeatureEditors should handle their updates themselves #1517 - Description of KB items is cut in the concept editor #1517 - Description of KB items is cut in the concept editor #1517 - Description of KB items is cut in the concept editor #1549 - Filter entity candidates by description #1549 - Filter entity candidates by description No issue. Add info about CSRF and how to configure the JAR version when running behind nginx. ... % Conflicts: % inception-concept-linking/src/main/java/de/tudarmstadt/ukp/inception/conceptlinking/ranking/BaselineRankingStrategy.java % inception-concept-linking/src/main/java/de/tudarmstadt/ukp/inception/conceptlinking/service/ConceptLinkingServiceImpl.java % inception-kb/src/main/java/de/tudarmstadt/ukp/inception/kb/querybuilder/SPARQLQueryBuilder.java % inception-ui-kb/src/main/java/de/tudarmstadt/ukp/inception/ui/kb/feature/ConceptFeatureEditor.java % inception-ui-kb/src/main/java/de/tudarmstadt/ukp/inception/ui/kb/feature/KnowledgeBaseItemAutoCompleteField.java
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Is your feature request related to a problem? Please describe.
The concept feature can be used to link to instances and classes, but not to properties.
Describe the solution you'd like
Would be nice if it were possible to configure it for linking to properties.
Describe alternatives you've considered
We do have a dedicated
PropertyFeatureSupport
from the fact linking module, but it seems unnecessary at this stage to have that separate from theConceptFeatureSupport
since theSPARQLQueryBuilder
supports properties nicely these days.The text was updated successfully, but these errors were encountered: