Skip to content

Commit 13faed0

Browse files
📝 Update readme
1 parent d82ba21 commit 13faed0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ This project is a direct port of ruby gem - [Pragmatic Segmenter](https://github
1818

1919
```python
2020
import pysbd
21-
text = "Hello World. My name is Jonas."
21+
text = "My name is Jonas E. Smith. Please turn to p. 55."
2222
seg = pysbd.Segmenter(language="en", clean=False)
2323
print(seg.segment(text))
24-
# ['Hello World.', 'My name is Jonas.']
24+
# ['My name is Jonas E. Smith.', 'Please turn to p. 55.']
2525
```
2626

2727
## Contributing

0 commit comments

Comments
 (0)