-
Notifications
You must be signed in to change notification settings - Fork 539
/
.gitignore
53 lines (50 loc) · 1.27 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
tags
build
*.swp
*.swo
*.exe
*.class
*.jar
*.pyc
*.o
*.so
*.a
*.dll
*.lib
*.dylib
a.out
makefile.bak
tools/ner_stream/ner_stream
MITIE-models/
example-models.zip
MITIE-models-v*.tar.bz2
#Example binaries
/ner_example
/relation_extraction_example
/ner_stream
examples/C/ner/ner_example
examples/cpp/ner/ner_example
examples/cpp/relation_extraction/relation_extraction_example
examples/cpp/train_ner/new_ner_model.dat
examples/cpp/train_ner/train_ner_example
examples/cpp/train_relation_extraction/rel_classifier.svm
examples/cpp/train_relation_extraction/train_relation_extraction_example
examples/C/relation_extraction/relation_extraction_example
examples/python/new_ner_model.dat
examples/python/new_text_categorizer_1_pure_model.dat
examples/python/new_text_categorizer_2_pure_model.dat
examples/python/new_text_categorizer_pure_model.dat
examples/python/rel_classifier.svm
examples/cpp/text_categorizer/text_categorizer_example
examples/cpp/train_text_categorizer/train_text_categorizer_example
examples/cpp/train_text_categorizer_BoW/train_text_categorizer_BoW_example
/new_text_categorizer_BoW_model.dat
/train_text_categorizer_BoW_example
# R package
tools/R-binding/MITIE_*.tar.gz
tools/R-binding/MITIE/src/dlib/
tools/R-binding/MITIE/src/mitielib/
# Eclipse
.cproject
.project
.settings/