Fix dead links
authorAleksey Morozov <36787333+amrzv@users.noreply.github.com>
Tue, 9 Aug 2022 12:15:51 +0000 (15:15 +0300)
committerKentaro Hayashi <kenhys@xdump.org>
Mon, 21 Nov 2022 13:43:46 +0000 (13:43 +0000)
Signed-off-by: Kentaro Hayashi <kenhys@gmail.com>
Gbp-Pq: Name 0022-Fix-dead-links.patch

README.md
doc/experiments.md

index 1986047ae769437435b04f312650ea216011e194..84e853eb6c975ce09f03b50039623614fccfebd2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ For those unfamiliar with SentencePiece as a software/algorithm, one can read [a
 |:---|:---:|:---:|:---:|
 |Supported algorithm|BPE, unigram, char, word|BPE|BPE*|
 |OSS?|Yes|Yes|Google internal|
-|Subword regularization|[Yes](#subword-regularization)|No|No|
+|Subword regularization|[Yes](#subword-regularization-and-bpe-dropout)|No|No|
 |Python Library (pip)|[Yes](python/README.md)|No|N/A|
 |C++ Library|[Yes](doc/api.md)|No|N/A|
 |Pre-segmentation required?|[No](#whitespace-is-treated-as-a-basic-symbol)|Yes|Yes|
index 5a58cd130f8786db69c0f76bbb9c94f2e661ce0f..e0881529cd2d07843040f0d6759d858a1cc2cc67 100644 (file)
@@ -112,7 +112,7 @@ We have evaluated SentencePiece segmentation with the following configurations.
     *   [KFTT](http://www.phontron.com/kftt/index.html)
     *   [MultiUN](http://opus.lingfil.uu.se/MultiUN.php) (First 5M and next
         5k/5k sentences are used for training and development/testing respectively.)
-    *   [WMT16](http://www.statmt.org/WMT16/)
+    *   [WMT16](https://www.statmt.org/wmt16/)
     *   In-house: (Used 5M parallel sentences for training)
 
 **NoPretok** and **WsPretok** do not use any language-dependent resources.