We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7213d97 + 1f8faf7 commit e43e5b2Copy full SHA for e43e5b2
README.md
@@ -35,9 +35,8 @@ invoke
35
36
Command line options:
37
```bash
38
-usage: ./sigtest [-f <arg>] --gold <arg> --pred1 <arg> --pred2 <arg>
39
- --type <arg> --metric <arg> [--maxNumSentences <arg>]
40
- [--numSamples <arg>] [--reportOut <arg>]
+usage: ./sigtest --gold <arg> --pred1 <arg> --pred2 <arg> --type <arg> --metric <arg>
+ [--maxNumSentences <arg>] [--numSamples <arg>] [--reportOut <arg>]
41
[--sigTest <arg>] [--skipPunct <arg>]
42
43
--gold <arg> [Required] The path to the gold data
0 commit comments