-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
156 lines (148 loc) · 3.89 KB
/
.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
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
INSTALL
aclocal.m4
autom4te.cache/
configure
depcomp
install-sh
missing
config.log
config.status
*~
src/.deps/
src/*.o
/src/divvun-suggest
/src/divvun-validate-suggest
/src/divvun-cgspell
/compile
/**/Makefile
/**/Makefile.in
old/
/config.guess
/config.sub
/libtool
/ltmain.sh
/src/.libs/
/src/divvun-checker
/src/divvun-validate-pipespec
/src/suggest.lo
/src/checker.lo
/src/cgspell.lo
/src/libdivvun.la
/src/libdivvun.lo
/src/divvun-gen-sh
/src/divvun-gen-xmlschemas
/src/pipeline.lo
/src/#*#
/src/blanktag.lo
/src/divvun-blanktag
/src/version.hpp
/test-driver
/test-suite.log
/test/suggest/generator.hfst
/test/suggest/generator.hfstol
/test/suggest/output.*.err
/test/suggest/output.*.json
/test/suggest/output-flushing.*.err
/test/suggest/output-flushing.*.json
/test/suggest/test-suite.log
/test/suggest/run.trs
/test/suggest/run.log
/test/suggest/run-flushing.trs
/test/suggest/run-flushing.log
/test/suggest/validate.trs
/test/suggest/validate.log
/test/suggest/.tern-port
/test/suggest/.dir-locals.elc
/test/checker/analyser.hfst
/test/checker/generator.hfstol
/test/checker/errors.xml
/test/checker/tokeniser.pmhfst
/test/checker/sme.zcheck
/test/checker/test-suite.log
/test/checker/.dir-locals.elc
/test/checker/run-lib.log
/test/checker/run-lib.trs
/test/checker/run-lib.verboselog
/test/checker/acceptor.hfstol
/test/checker/errmodel.hfst
/test/checker/output.archive.json
/test/checker/output.spell.json
/test/checker/output.xml.json
/test/checker/.tern-port
/test/checker/blanktagger.hfst
/test/checker/run-python-bindings.log
/test/checker/run-python-bindings.trs
/test/checker/run.archive.log
/test/checker/run.xml.trs
/test/checker/run.xml.log
/test/checker/run.spell.trs
/test/checker/run.spell.log
/test/checker/run.archive.trs
/test/checker/output.workingdir.json
/test/checker/run.workingdir.trs
/test/checker/run.workingdir.log
/test/cgspell/analyser.hfst
/test/cgspell/analyser.hfstol
/test/cgspell/analyser.invhfst
/test/cgspell/output.*
/test/cgspell/run.*.log
/test/cgspell/run.*.trs
/test/cgspell/test-suite.log
/test/cgspell/.dir-locals.elc
/test/blanktag/run.log
/test/blanktag/run.trs
/test/blanktag/test-suite.log
/test/blanktag/blanktagger.hfst
/test/blanktag/blanktagger.hfst.tmp
/test/blanktag/output.cg
/test/blanktag/output.ends.cg
/test/checker/run-python-bindings
/test/checker/python-build/
/examples/using-checker-lib-from-cpp/INSTALL
/examples/using-checker-lib-from-cpp/Makefile
/examples/using-checker-lib-from-cpp/Makefile.in
/examples/using-checker-lib-from-cpp/aclocal.m4
/examples/using-checker-lib-from-cpp/autom4te.cache/
/examples/using-checker-lib-from-cpp/compile
/examples/using-checker-lib-from-cpp/config.guess
/examples/using-checker-lib-from-cpp/config.log
/examples/using-checker-lib-from-cpp/config.status
/examples/using-checker-lib-from-cpp/config.sub
/examples/using-checker-lib-from-cpp/configure
/examples/using-checker-lib-from-cpp/depcomp
/examples/using-checker-lib-from-cpp/install-sh
/examples/using-checker-lib-from-cpp/libtool
/examples/using-checker-lib-from-cpp/ltmain.sh
/examples/using-checker-lib-from-cpp/missing
/examples/using-checker-lib-from-cpp/src/.deps/
/examples/using-checker-lib-from-cpp/src/Makefile
/examples/using-checker-lib-from-cpp/src/Makefile.in
/examples/using-checker-lib-from-cpp/src/using-checker
/examples/using-checker-lib-from-cpp/src/using_checker-using-checker.o
*.lo
/python/libdivvun.py
/python/libdivvun_wrap.c
/python/libdivvun_wrap.cxx
/python/__pycache__/
/python/libdivvun_wrap.cpp
/python/build/
/python/_libdivvun.cpython-36m-x86_64-linux-gnu.so
/python/.mypy_cache/
/python/setup.py
/m4/libtool.m4
/m4/ltoptions.m4
/m4/ltsugar.m4
/m4/ltversion.m4
/m4/lt~obsolete.m4
test/suggest/bil.hfstol
compile_commands.json
/pugixml-1.7
/pugixml-1.7.tar.gz
/.ccls-cache/
/test/suggest/output.generate-all.cg
/test/suggest/run-genall.log
/test/suggest/run-genall.trs
/src/divvun-normaliser
/src/divvun-phon
/test/suggest/run-flushing
/python/python_divvun_gramcheck.egg-info/