From f122fb3d57901ccd4b37d9e95f48ccc40a779d2b Mon Sep 17 00:00:00 2001 From: Aleksey Morozov <36787333+amrzv@users.noreply.github.com> Date: Tue, 9 Aug 2022 15:15:51 +0300 Subject: [PATCH] Fix dead links --- README.md | 2 +- doc/experiments.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1986047..84e853e 100644 --- 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| diff --git a/doc/experiments.md b/doc/experiments.md index 5a58cd1..e088152 100644 --- a/doc/experiments.md +++ b/doc/experiments.md @@ -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.