Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian-examples.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Junczys-Dowmunt <marcinjd@microsoft.com>2018-11-26 03:58:31 +0300
committerGitHub <noreply@github.com>2018-11-26 03:58:31 +0300
commitb52f1d248a218fcc46771f245c5fe507f3f362e6 (patch)
treeddb6ad290f8faa75fd4f117ef5743a033e8ed4bd
parenteaacd2136a40dcd44b98e6d026b8f4b5ce1e26d9 (diff)
Update README.md
-rw-r--r--training-basics-spm/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/training-basics-spm/README.md b/training-basics-spm/README.md
index 06d4888..a83cae9 100644
--- a/training-basics-spm/README.md
+++ b/training-basics-spm/README.md
@@ -1,6 +1,6 @@
# Example for Training with Marian and SentencePiece
-In this example, we modify the Romanian-English example from `examples/training-basics` to use Tako Kudo's
+In this example, we modify the Romanian-English example from `examples/training-basics` to use Taku Kudo's
[SentencePiece](https://github.com/google/sentencepiece) instead of a complicated pre/prost-processing pipeline.
We also replace the evaluation scripts with Matt Post's [SacreBLEU](https://github.com/mjpost/sacreBLEU).