Skip to content

Commit

Permalink
Merge pull request #48 from mrngm/patch-1
Browse files Browse the repository at this point in the history
README: text8 link fix
  • Loading branch information
ynqa authored Jun 28, 2019
2 parents 4e8bdcb + a2492e8 commit 8f53c5d
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 8f53c5d

Please sign in to comment.