Skip to content

Commit 8d1c94d

Browse files
🔖 Bump up version to v0.2.0
1 parent ede2040 commit 8d1c94d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,9 @@
2626

2727
- 🐛 Handle text with only punctuations - \#36
2828
- 🐛 Handle exclamation marks at EOL- \#37
29+
30+
# v0.2.0
31+
32+
- ✨Add `char_span` parameter (optional) to get sentence & its (start, end) char offsets from original text
33+
- ✨pySBD as a spaCy component example
34+
- 🐛 Fix double question mark swallow bug - \#39

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ print(seg.segment(text))
2424
# ['My name is Jonas E. Smith.', 'Please turn to p. 55.']
2525
```
2626

27-
- Use `pysbd` as a [spaCy](https://spacy.io/usage/processing-pipelines) pipeline component. (recommended) Please refer to example [pysbd\_as\_spacy\_component.py](https://github.com/nipunsadvilkar/pySBD/blob/master/examples/pysbd_as_spacy_component.py)
27+
- Use `pysbd` as a [spaCy](https://spacy.io/usage/processing-pipelines) pipeline component. (recommended)</br>Please refer to example [pysbd\_as\_spacy\_component.py](https://github.com/nipunsadvilkar/pySBD/blob/master/examples/pysbd_as_spacy_component.py)
2828

2929
## Contributing
3030

pysbd/about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://python-packaging-user-guide.readthedocs.org/en/latest/single_source_version/
33

44
__title__ = "pysbd"
5-
__version__ = "0.1.5"
5+
__version__ = "0.2.0"
66
__summary__ = "pysbd (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box across many languages."
77
__uri__ = "http://nipunsadvilkar.github.io/"
88
__author__ = "Nipun Sadvilkar"

0 commit comments

Comments
 (0)