tricktreat / DiffusionNER

Code for the paper "DiffusionNER: Boundary Diffusion for Named Entity Recognition", accepted at ACL 2023.
95 stars 17 forks source link

How to import diffusionner #2

Closed Chenfeng1271 closed 1 year ago

Chenfeng1271 commented 1 year ago

Hi, thank u for your work. When I run this code, I notice it has from diffusionner import input_reader

I did not find this in the code. Is that a python package? or something I misunderstand.

tricktreat commented 1 year ago

Apologies for the oversight. The core code that was previously excluded by the .gitignore file has now been addressed, and I have successfully uploaded it.

tomaarsen commented 1 year ago

Appreciate it! I was a bit confused earlier already.