-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
91 lines (78 loc) · 2.5 KB
/
.gitignore
File metadata and controls
91 lines (78 loc) · 2.5 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# Compiled Object files
*.slo
*.lo
*.o
*.obj
*.pyc
*.tcm
#OcamL
*.cmi
*.cmo
*.cmx
#MegaM executables and model files
/script/tuning/megam_0.92/.depend
/script/tuning/megam_0.92/large
/script/tuning/megam_0.92/megam
/script/tuning/megam_0.92/megam.opt
/script/tuning/megam_0.92/small2
/script/tuning/megam_0.92/weights
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*~
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
#LaTex
*.aux
*.idx
*.ilg
*.log
*.toc
*.ind
#The text editor's rubbish
*.bak
#The screen logs
screenlog.*
# Executables
*.exe
*.out
*.app
/dist/
/build/
/test-data/q_5_gram_100.000.000.txt
/test-data/experiments/2015-11-09/results-smt10-11-07-2015-19_31_17/mem.w2ca.data
/test-data/experiments/2015-11-09/results-smt10-11-07-2015-19_31_17/mem.11-07-2015-19_31_17.pdf
/test-data/experiments/2015-11-09/results-smt10-11-07-2015-19_31_17/time.srilm.data
/test-data/experiments/2015-11-09/results-smt10-11-07-2015-19_31_17/time.gnuplot
/test-data/e_30_2564372.lm
/test-data/experiments/2015-11-09/results-smt10-11-07-2015-19_31_17/time.11-07-2015-19_31_17.pdf
/test-data/experiments/2015-11-09/results-smt10-11-07-2015-19_31_17/mem.srilm.data
/test-data/experiments/2015-11-09/results-smt10-11-07-2015-19_31_17/mem.w2ch.data
/test-data/experiments/2015-11-09/results-smt10-11-07-2015-19_31_17/mem.kenlm.data
/test-data/experiments/2015-11-09/results-smt10-11-07-2015-19_31_17/time.c2dh.data
/test-data/experiments/2015-11-09/results-smt10-11-07-2015-19_31_17/mem.g2dm.data
/test-data/experiments/2015-11-09/results-smt10-11-07-2015-19_31_17/time.c2wa.data
/test-data/experiments/2015-11-09/results-smt10-11-07-2015-19_31_17/time.kenlm.data
/test-data/experiments/2015-11-09/results-smt10-11-07-2015-19_31_17/mem.c2dm.data
/test-data/gen_compare.sh
/test-data/experiments/2015-11-09/results-smt10-11-07-2015-19_31_17/mem.c2dh.data
/test-data/experiments/2015-11-09/results-smt10-11-07-2015-19_31_17/mem.c2wa.data
/test-data/experiments/2015-11-09/results-smt10-11-07-2015-19_31_17/time.w2ch.data
/test-data/experiments/2015-11-09/results-smt10-11-07-2015-19_31_17/time.c2dm.data
/test-data/experiments/2015-11-09/results-smt10-11-07-2015-19_31_17/lm.sizes.info
/test-data/experiments/2015-11-09/results-smt10-11-07-2015-19_31_17/time.w2ca.data
/test-data/experiments/2015-11-09/results-smt10-11-07-2015-19_31_17/mem.gnuplot
/test-data/experiments/2015-11-09/results-smt10-11-07-2015-19_31_17/time.g2dm.data
#The bleu score script
.bleu-nocased
#The Os-x files
.DS_Store