mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-20 11:33:00 +02:00
...
This commit is contained in:
parent
c39f8b3cdf
commit
5d8a492b00
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
__version__ = '0.5'
|
||||
|
||||
SMALL = 'a|an|and|as|at|but|by|en|for|if|in|of|on|or|the|to|v\.?|via|vs\.?'
|
||||
PUNCT = r"""!"#$%&'‘()*+,‒\–—―./:;?@[\\\]_`{|}~"""
|
||||
PUNCT = r"""!"#$%&'‘()*+,\-‒–—―./:;?@[\\\]_`{|}~"""
|
||||
|
||||
SMALL_WORDS = re.compile(r'^(%s)$' % SMALL, re.I)
|
||||
INLINE_PERIOD = re.compile(r'[a-z][.][a-z]', re.I)
|
||||
|
|
|
|||
Loading…
Reference in a new issue