We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7175602 commit 9f74496Copy full SHA for 9f74496
.gitignore
@@ -10,28 +10,27 @@
10
11
# Virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
12
hs_err_pid*
13
-
14
*.DS_Store
15
16
target/
17
18
# Data Files
19
data/*/*txt
20
data/*/*/
21
22
*~
23
24
# OpenNLP Downloaded Models
25
model/opennlp/*bin
26
27
*pyc
28
29
# Log files
30
*out
31
.pydevproject
32
33
.classpath
34
35
.project
36
37
.settings/
+
+# Generated models
+model/en-ageClassify.bin
+# Spark
+spark-2.0.0-bin-hadoop2.7*
0 commit comments