mirror of
https://github.com/NLPatVCU/medaCy.git
synced 2026-04-03 00:09:00 -06:00
[FEATURE REQUEST] Option for label ranking in outputs #156
Labels
No labels
High Priority
High Priority
High Priority
High Priority
Requires Code Refactoring
Requires Code Refactoring
Requires Code Refactoring
Requires Code Refactoring
Requires Code Refactoring
Requires Code Refactoring
Requires Code Refactoring
Requires Code Refactoring
Requires Code Refactoring
Requires Code Refactoring
Requires ML Background
Requires ML Background
Requires ML Background
bug
bug
bug
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
good first issue
good first issue
good first issue
good first issue
good first issue
good first issue
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github/medaCy#156
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AndriyMulyar on 12/22/2018
Description
A CRF produces label probability outputs. Currently, we are simply using the highest probability label as the predicted entity label. It would be useful to allow for an option to output a label ranking for a given token.
Uses
Multi-label prediction, hierarchical label prediction. Capable of handling nested entities.
Where to get started
A contributor would simply have to interface the correct attributes set by the sklearn-crfsuite wrapper into the Annotation class. Some discussion would have to be had to insure compatibility with other parts of the package.