The repository consists of : Construction of the corpus, Named Entity Recognition , Relationship Extraction , Construction of knowledge graph using py2neo , Analysis on the constructed KG with cypher commands
24
stars
1
forks
source link
Missing /drive/My Drive/annotations Directory and .ann Files for NER Data Processing #2
I'm trying to follow the steps outlined in the Input_for_NER_task.ipynb notebook, specifically in Step 1, which involves loading .ann files from the /drive/My Drive/annotations directory. However, it appears that this directory and its .ann files are missing from the repository.
Could you please provide the necessary .ann files or share a sample dataset for testing purposes? This would help in reproducing the data processing steps for Named Entity Recognition (NER).
Additionally, any information on the expected format or structure of these annotation files would be helpful in creating similar test files if the originals cannot be shared.
Hello,
I'm trying to follow the steps outlined in the Input_for_NER_task.ipynb notebook, specifically in Step 1, which involves loading .ann files from the /drive/My Drive/annotations directory. However, it appears that this directory and its .ann files are missing from the repository.
Could you please provide the necessary .ann files or share a sample dataset for testing purposes? This would help in reproducing the data processing steps for Named Entity Recognition (NER).
Additionally, any information on the expected format or structure of these annotation files would be helpful in creating similar test files if the originals cannot be shared.
Thank you in advance!