-
Notifications
You must be signed in to change notification settings - Fork 156
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
Ability to apply a recommender to all documents in a project #4434
Comments
reckart
added a commit
that referenced
this issue
Jan 14, 2024
- Added new page that allows to apply a recommender to all documents for a give user - Added endpoint for canceling tasks
reckart
added a commit
that referenced
this issue
Jan 14, 2024
- Added new page that allows to apply a recommender to all documents for a give user - Added endpoint for canceling tasks
reckart
added a commit
that referenced
this issue
Jan 15, 2024
…to-apply-a-recommender-to-all-documents-in-a-project #4434 - Ability to apply a recommender to all documents in a project
reckart
added a commit
that referenced
this issue
Jan 24, 2024
* main: (53 commits) #4448 - Error when trying to index boolean feature values when CAS has not upgraded yet #4436 - Change default dynamic workload annotator number to uneven [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release inception-30.3 No issue: Try fixing test by releasing latch only after materializing result #4444 - Make authentication settings more prominent in admin manual #4442 - Option to allow spaces in usernames #4439 - Logout may sometimes be incomplete #4438 - Buffer server side timing headers #4434 - Ability to apply a recommender to all documents in a project [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release inception-30.2 #2696 - Document-level recommendations No issue. Fix style. No issue. Remove unused dependency #4430 -Highlight rows may get merged in PDF editor at high scale factors Update maven.yml No issue. Added GH actions file #4428 - Slow knowledge-base lookups on relation layers #4428 - Slow knowledge-base lookups on relation layers ... % Conflicts: % inception/inception-recommendation/src/main/java/de/tudarmstadt/ukp/inception/recommendation/config/RecommenderServiceAutoConfiguration.java % inception/inception-security/src/main/java/de/tudarmstadt/ukp/clarin/webanno/security/SpringAuthenticatedWebSession.java
reckart
added a commit
that referenced
this issue
Jan 30, 2024
- Disable the bulk-processing feature by default - Add documentation of the feature switch
reckart
added a commit
that referenced
this issue
Feb 2, 2024
…to-apply-a-recommender-to-all-documents-in-a-project #4434 - Ability to apply a recommender to all documents in a project
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Recommenders can currently mostly only be used interactively. It would be nice if there was a way to apply a (non-trainable) recommender to an entire project.
Describe the solution you'd like
For the start, it would be good to be able to pick a user and a recommender and then apply the recommender to all the documents and store the resulting results under that user.
The text was updated successfully, but these errors were encountered: