-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Support for NoisyNER dataset #3463
Conversation
7a8ad26
to
a2b3da6
Compare
flair/datasets/sequence_labeling.py
Outdated
) -> None: | ||
"""Initialize the NoisyNER corpus. | ||
|
||
:param version: Chooses the labelset for the data. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please use the google docstring format as described in our docs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi. I have made all the requested changes. Is the description in the correct format now?
@teresaloeffelhardt thanks a lot for adding this! |
Hi,
This PR adds support for the NoisyNER dataset as proposed in this paper and released in this repo: