Skip to content
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

GH-3098/add fewnerd corpus #3103

Merged
merged 4 commits into from
Feb 15, 2023
Merged

GH-3098/add fewnerd corpus #3103

merged 4 commits into from
Feb 15, 2023

Conversation

whoisjones
Copy link
Member

closes gh-3098.

adds the fewnerd corpus, ready for review. @alanakbik

can be called like this:

  corpus = FEWNERD()
  corpus = FEWNERD("intra")
  corpus = FEWNERD("inter")
  corpus.make_label_dictionary("ner")

@alanakbik
Copy link
Collaborator

The black checks are failing, can you do black --config pyproject.toml flair/ && isort flair/ and black --config pyproject.toml tests/ && isort tests/ in the project root?

@whoisjones
Copy link
Member Author

depends on gh-3090. was required for running black correctly.

@alanakbik
Copy link
Collaborator

@whoisjones thanks for adding this!

@alanakbik alanakbik merged commit a201b46 into master Feb 15, 2023
@alanakbik alanakbik deleted the gh-3098/add_fewnerd_corpus branch February 15, 2023 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: Add FewNERD corpus
2 participants