Skip to content

Commit aab02a7

Browse files
Updated README File
1 parent f7935f4 commit aab02a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ Text Classification is one of the basic and most important task of Natural Langu
1919
## Downloads and Setup
2020
Once you clone this repo, run the main.py file to process the dataset and to train the model.
2121
```shell
22-
$ main.py
22+
$ python main.py
2323
```
2424

2525
## 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]
2929

3030
[1]:https://arxiv.org/pdf/1703.03130.pdf
3131
[2]:https://arxiv.org/pdf/1408.5882.pdf

0 commit comments

Comments
 (0)