Skip to content

Commit

Permalink
Support for German weekday abbreviations.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnl committed Mar 12, 2022
1 parent 3e42a0b commit 371e6ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Thank you!
History
=======

- **1.4.4** bug fixes: support for single letter consontant abbreviations, "Min.", and "Sen." `#26`_
- **1.4.4** bug fixes: support for single letter consontant abbreviations, "Min.", and "Sen." `#26`_ and German weekday abbreviations
- **1.4.3** bug fixes: under-splitting at month abbreviations `#22`_ and over-splitting at "no." abbreviations `#21`_
- **1.4.2** improved handling of parenthesis at start of sentences and bugfix for citations at end of texts `#19`_
- **1.4.1** support citations at sentence begin (e.g., Bible quotes) `#12`_
Expand Down
2 changes: 1 addition & 1 deletion syntok/_segmentation_states.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class State(metaclass=ABCMeta):
mag Mag max med Med Min min Mio mos Mr mr Mrd Mrs mrs Ms ms Mt mt MwSt nat Nat Nr nr ntra Ntra ntro Ntro
pag phil prof Prof rer Rer resp sci Sci Sen Sr sr Sra sra Srta srta St st synth tab Tab tel Tel
univ Univ Urt vda Vda vol Vol vs vta zB zit zzgl
Mon lun Tue mar Wed mie mié Thu jue Fri vie Sat sab Sun dom
Mo Mon lun Di Tue mar Mi Wed mie mié Do Thu jue Fr Fri vie Sa Sat sab So Sun dom
""".split()
)
"""Abbreviations with no dots inside."""
Expand Down

0 comments on commit 371e6ca

Please sign in to comment.