Skip to content

Commit

Permalink
Use for the labels of the entities
Browse files Browse the repository at this point in the history
  • Loading branch information
holylovenia committed Nov 27, 2023
1 parent 4afc9f2 commit d2fb702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seacrowd/utils/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ class Licenses(Enum):
Tasks.NAMED_ENTITY_RECOGNITION: {"entities"},
Tasks.DEPENDENCY_PARSING: {"relations", "entities"},
Tasks.COREFERENCE_RESOLUTION: {"entities", "coreferences"},
Tasks.SPAN_BASED_ABSA: {"relations", "entities"},
Tasks.SPAN_BASED_ABSA: {"entities", "coreferences"},
# Tasks.NAMED_ENTITY_DISAMBIGUATION: {"entities", "normalized"},
# Tasks.EVENT_EXTRACTION: {"events"}
}

0 comments on commit d2fb702

Please sign in to comment.