We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef9a079 commit 12a6882Copy full SHA for 12a6882
disc/README.md
@@ -3,15 +3,15 @@
3
* `disc_crowdsourcing.txt` annotation file annotated by crowd workers.
4
* `disc_expert.txt` annotation file annotated by experts.
5
* `make_knp_file_with_discourse_annotation.py` python script to convert annotation files to KNP-format files.
6
-* `requirements.txt`
+* `requirements.txt`
7
8
### Requirement ###
9
10
```
11
-$ pip install -r requirements.txt
+$ pip install -r requirements.txt
12
13
14
-### How to make KNP-format files ###
+### How to make KNP-format files ###
15
16
Run the following command.
17
@@ -38,4 +38,3 @@ optional arguments:
38
--remove_duplicate_from_crowd
39
Remove duplicate documents from annotation file annotated by crowd workers.
40
41
-
0 commit comments