Skip to content

Commit

Permalink
fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
taishi-i committed Jun 26, 2018
1 parent b29d97a commit fff8f9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Installation
=============

Nagisa is compatible with: Python 2.7-3.6.
This tool uses [DyNet](https://github.com/clab/dynet) (Dynamic Neural Network Toolkit) to calcucate neural networks.
This tool uses [DyNet](https://github.com/clab/dynet) (the Dynamic Neural Network Toolkit) to calcucate neural networks.

- Using pip
```bash
Expand Down Expand Up @@ -54,6 +54,7 @@ print(words.postags)

# Nagisa gives you a simple word segmentation method.
words = nagisa.wakati(text)
print(words)
#=> ['Python', 'で', '簡単', 'に', '使える', 'ツール', 'です']
```

Expand Down

0 comments on commit fff8f9a

Please sign in to comment.