Spaces:
Runtime error
Runtime error
add nltk to gitignore
Browse files- .gitignore +3 -0
.gitignore
CHANGED
|
@@ -163,5 +163,8 @@ cython_debug/
|
|
| 163 |
#.idea/
|
| 164 |
.DS_Store
|
| 165 |
|
|
|
|
|
|
|
|
|
|
| 166 |
# examples
|
| 167 |
models/
|
|
|
|
| 163 |
#.idea/
|
| 164 |
.DS_Store
|
| 165 |
|
| 166 |
+
# nltk
|
| 167 |
+
nltk_data/
|
| 168 |
+
|
| 169 |
# examples
|
| 170 |
models/
|