File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ Text Classification is one of the basic and most important task of Natural Langu
19
19
## Downloads and Setup
20
20
Once you clone this repo, run the main.py file to process the dataset and to train the model.
21
21
``` shell
22
- $ main.py
22
+ $ python main.py
23
23
```
24
24
25
25
## References
26
- A Structured Self-Attentive Sentence Embedding : [ Paper] [ 1 ]
27
- Convolutional Neural Networks for Sentence Classification : [ Paper] [ 2 ]
28
- Recurrent Convolutional Neural Networks for Text Classification : [ Paper] [ 3 ]
26
+ * A Structured Self-Attentive Sentence Embedding : [ Paper] [ 1 ]
27
+ * Convolutional Neural Networks for Sentence Classification : [ Paper] [ 2 ]
28
+ * Recurrent Convolutional Neural Networks for Text Classification : [ Paper] [ 3 ]
29
29
30
30
[ 1 ] :https://arxiv.org/pdf/1703.03130.pdf
31
31
[ 2 ] :https://arxiv.org/pdf/1408.5882.pdf
You can’t perform that action at this time.
0 commit comments