Skip to content

Commit

Permalink
README: text8 link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mrngm authored Jun 18, 2019
1 parent 4e8bdcb commit a2492e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit a2492e8

Please sign in to comment.