gitextract_j_aejt67/ ├── .gitignore ├── LICENSE ├── README.md ├── aste/ │ ├── __init__.py │ ├── analysis.py │ ├── data_utils.py │ ├── utils.py │ └── wrapper.py ├── demo.ipynb ├── requirements.txt ├── sample_data.txt ├── setup.sh ├── span_model/ │ ├── __init__.py │ ├── data/ │ │ ├── __init__.py │ │ └── dataset_readers/ │ │ ├── document.py │ │ └── span_model.py │ ├── predictors/ │ │ ├── __init__.py │ │ └── span_model.py │ └── training/ │ ├── f1.py │ ├── ner_metrics.py │ └── relation_metrics.py └── training_config/ └── config.jsonnet