From a2492e8d2880435a44f6ff189fe0f4591729f06c Mon Sep 17 00:00:00 2001 From: Gerdriaan Mulder Date: Tue, 18 Jun 2019 09:10:07 +0200 Subject: [PATCH] README: text8 link fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c4debb..7f87f1d 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ $ bin/wego -h ## Demo -Run the following command, and start to download [text8](http://mattmahoney.net/dc/textdata) corpus and train them by Word2Vec. +Run the following command, and start to download [text8](http://mattmahoney.net/dc/textdata.html) corpus and train them by Word2Vec. ``` $ sh demo.sh @@ -66,7 +66,7 @@ For more information about each sub-command, see below: ## File I/O ### Input -Input corpus requires the format that is divided by space between words like [text8](http://mattmahoney.net/dc/textdata) since wego parse with `scanner.Split(bufio.ScanWords)`. +Input corpus requires the format that is divided by space between words like [text8](http://mattmahoney.net/dc/textdata.html) since wego parse with `scanner.Split(bufio.ScanWords)`. ### Output Wego outputs a .txt file that is described word vector is subject to the following format: