Skip to content

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