We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e481ccb commit 5dee030Copy full SHA for 5dee030
batch_filtering/README.md
@@ -1,5 +1,5 @@
1
## Setup
2
-* Install all dependecies mentioned [here](../).
+* Install all dependecies mentioned [here](https://github.com/csebuetnlp/banglanmt).
3
* download models: `bash ./install_models.sh`
4
* setup necessary tools: `bash ./install_external_tools.sh`
5
@@ -33,4 +33,4 @@
33
34
* `X.merged.tsv`: Output linepairs with their similarity score
35
* `X.passed.src_lang` / `X.passed.tgt_lang`: Linepairs that have similarity scores greater than given `thresh`
36
- * `X.failed.src_lang` / `X.failed.tgt_lang`: Linepairs that have similarity scores less than given `thresh`
+ * `X.failed.src_lang` / `X.failed.tgt_lang`: Linepairs that have similarity scores less than given `thresh`
0 commit comments