├── README.md ├── config.py ├── data_helper.py ├── model.py ├── train.json └── train.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murray-z/Event_Extraction/HEAD/README.md -------------------------------------------------------------------------------- /config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murray-z/Event_Extraction/HEAD/config.py -------------------------------------------------------------------------------- /data_helper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murray-z/Event_Extraction/HEAD/data_helper.py -------------------------------------------------------------------------------- /model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murray-z/Event_Extraction/HEAD/model.py -------------------------------------------------------------------------------- /train.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murray-z/Event_Extraction/HEAD/train.json -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murray-z/Event_Extraction/HEAD/train.py --------------------------------------------------------------------------------