Skip to content

ratmcu/wiki_ner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wikipedia name entity annotation dataset

requirements

pip install wget
pip install pandas

usage

  • make sure data_loader.py is located in the working directory
  • once the data_loader.py is available in the working directory
  • Please refer to the load_ex.py for the usage
from data_loader import WikiNameEntities, hashabledict

dataset = WikiNameEntities()

for annotation in dataset:
    print(annotation)

manual inspection

will print the samples with marked annotations and the category

python3 manual_evaluate.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published