DeepIE/.gitignore

35 lines
359 B
Plaintext
Raw Normal View History

2020-02-14 13:35:30 +08:00
*.pid
*.log
*.pyc
__pycache__/
settings.py
2020-05-20 19:31:02 +08:00
models/ere_net
2020-05-20 19:39:17 +08:00
run/entity_relation_jointed_extraction/
run/DuIE/
models/spo_net/multi_pointer_net.py
2020-05-20 19:48:00 +08:00
run/spo_extraction
2020-05-20 19:31:02 +08:00
2020-03-04 18:13:56 +08:00
drug_jointed_bies/
2020-05-07 23:23:42 +08:00
agumentNER/
2020-02-14 13:35:30 +08:00
instance/
data/
2020-02-17 13:12:36 +08:00
cpt/
2020-05-12 15:28:54 +08:00
fastNLP/
2020-02-17 13:17:39 +08:00
shell/
2020-02-15 18:24:17 +08:00
pyscripts/
2020-02-14 13:35:30 +08:00
.pytest_cache/
.coverage
2020-03-04 18:13:56 +08:00
run/attribute_extract/drug_mpn
2020-02-14 13:35:30 +08:00
dist/
build/
*.egg-info/
Pipfile
.DS_Store
.idea
*.bak
2020-05-20 19:31:02 +08:00