Skip to content

Commit

Permalink
Remove unicode note
Browse files Browse the repository at this point in the history
Text don't have to be converted to unicode any more.
  • Loading branch information
David Moreno García committed Oct 26, 2016
1 parent 7c547d3 commit d0b290a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ from normalizr import Normalizr
normalizr = Normalizr(language='en')
print(normalizr.normalize('Who let the dog out?'))
```
> Note: Unicode strings are required. In case of using a Python version prior to 3.0, append a ``u`` before the text.

This would apply all normalizations to the text `Who let the dog out?`. The output for this normaliations would be the next one:

```
Expand Down

0 comments on commit d0b290a

Please sign in to comment.