We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d82ba21 commit 13faed0Copy full SHA for 13faed0
README.md
@@ -18,10 +18,10 @@ This project is a direct port of ruby gem - [Pragmatic Segmenter](https://github
18
19
```python
20
import pysbd
21
-text = "Hello World. My name is Jonas."
+text = "My name is Jonas E. Smith. Please turn to p. 55."
22
seg = pysbd.Segmenter(language="en", clean=False)
23
print(seg.segment(text))
24
-# ['Hello World.', 'My name is Jonas.']
+# ['My name is Jonas E. Smith.', 'Please turn to p. 55.']
25
```
26
27
## Contributing
0 commit comments