Skip to content

Commit

Permalink
Fix a broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
yasufumy committed Jun 24, 2019
1 parent 21f051d commit a8ec723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -41,7 +41,7 @@ ds.map(lambda x: x.split()).first() # ["i", "'m", "a", "line", "1", "."]

## Example

- Please check out the [examples/small\_parallel\_enja\_pytorch.py](https://github.com/yasufumy/lineflow/blob/feature/readme/examples/small_parallel_enja_pytorch.py) to see how to tokenize a sentence, build vocabulary, and do indexing.
- Please check out the [examples/small\_parallel\_enja\_pytorch.py](https://github.com/yasufumy/lineflow/blob/master/examples/small_parallel_enja_pytorch.py) to see how to tokenize a sentence, build vocabulary, and do indexing.
- Also check out the other [examples](https://github.com/yasufumy/lineflow/tree/master/examples) to see how to use Lineflow.

Load the predefined dataset:
Expand Down

0 comments on commit a8ec723

Please sign in to comment.