-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
43 lines (37 loc) · 974 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
dataset/mc30/
dataset/rg65/
dataset/wordsim353/
dataset/other/
experiment/src/merger.csv
experiment/src/tmp/
experiment/src/uri/
experiment/src/predicate*/
experiment/src/path/
experiment/src/log/
experiment/src/pf_ipf*/
experiment/src/nohup.out
experiment/src/__pycache__/
experiment/src/entgraph/triple/
experiment/src/entgraph/finish
experiment/src/entgraph/merger
experiment/src/measure/rg.csv.ret
experiment/src-restructure/uri
experiment/src-restructure/entity
experiment/src-restructure/wd_set
experiment/src-restructure/ent_set
experiment/src-restructure/mc/
experiment/src-restructure/data/
experiment/src-restructure/result/
experiment/src-restructure/merger.tsv
experiment/src-entity-cluster/__pycache__
experiment/src-entity-cluster/uri
experiment/src-entity-cluster/uri_full
paper/latex/*
paper/latex/pic/overview-eps-converted-to.pdf
!paper/latex/tex/
!paper/latex/pic/
!paper/latex/*.tex
!paper/latex/*.sty
!paper/latex/*.bib
!paper/latex/*.bst
.vscode/