Skip to content

Commit

Permalink
Merge pull request #3 from akkikiki/master
Browse files Browse the repository at this point in the history
Fixing the typo "converter" -> "converter". 

Thanks for finding this typo!
  • Loading branch information
ywwbill committed Dec 4, 2016
2 parents 8085b92 + 5c0736e commit 2e27e1d
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 @@ -405,7 +405,7 @@ java -cp YWWTools.jar:deps.jar yang.weiwei.Tools --tool tokenizer --corpus <corp
### <h3 id="corpus_converter_cmd">Corpus Converter</h3>

```
java -cp YWWTools.jar:deps.jar yang.weiwei.Tools --tool corpus-convertor {--get-vocab|--to-index|--to-word} --word-corpus <word-corpus-file> --index-corpus <index-corpus-file> --vocab <vocab-file>
java -cp YWWTools.jar:deps.jar yang.weiwei.Tools --tool corpus-converter {--get-vocab|--to-index|--to-word} --word-corpus <word-corpus-file> --index-corpus <index-corpus-file> --vocab <vocab-file>
```

- New implementation
Expand Down Expand Up @@ -749,4 +749,4 @@ Lingzi Hong, Weiwei Yang, Philip Resnik, and Vanessa Frias-Martinez. 2016. Uncov

Christopher Aicher, Abigail Z. Jacobs, and Aaron Clauset. 2014. Learning latent block structure in weighted networks. Journal of Complex Networks.

[Back to Top](#top)
[Back to Top](#top)

0 comments on commit 2e27e1d

Please sign in to comment.