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 05:44:34 +0300
committerGitHub <noreply@github.com>2018-11-26 05:44:34 +0300
commitdf55875a588dc19c6a4f2c2b5e466f848428a088 (patch)
treeb15c94e6d7853b4c89c5d3f3b3955ca62ebf5bda
parent3ae12feaaa0ee2b60d1e80e1d159d4799d645640 (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 23f0ca9..eb699d7 100644
--- a/training-basics-spm/README.md
+++ b/training-basics-spm/README.md
@@ -1,4 +1,4 @@
-# Example for Training with Marian and SentencePiece
+# Marian with Built-in SentencePiece
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.