s4zong / extract_COVID19_events_from_Twitter

Annotated corpus and code for "Extracting COVID-19 Events from Twitter".
GNU General Public License v3.0
46 stars 17 forks source link

Release Code for Candidate Answer Chunks #16

Open Supermaxman opened 4 years ago

Supermaxman commented 4 years ago

Is there any chance you could release the code which produces the candidate answer chunks from the POS tags & recognized named entities? It would be very helpful for using this system in practice on new tweets, and would make additional research making use of this architecture easier.

The process is described in your paper as "We provide the annotators with a list of candidate answers, which include all noun chunks and name entities extracted by a Twitter tagging tool (Ritter et al., 2011). We also combine noun chunks if they are adjacent or separated by a preposition phrase."

It may be a very simple process, but I would like to be able to reproduce your provided candidate chunks 100%, and implementing the above steps could leave some room for different linguistical choices.

s4zong commented 4 years ago

Hello Max,

Yes I could do that. But it may take a little bit time to clean as I am a little bit busy these days. Do you need it urgently?

Thanks,

Supermaxman commented 4 years ago

I appreciate it! No rush at all, would just be nice to have for future work building on this.