mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-08 12:36:11 +02:00
Remove more stop-words variants.
This commit is contained in:
parent
d91d4b8c3c
commit
2516e617e4
1 changed files with 1 additions and 1 deletions
|
|
@ -700,7 +700,7 @@ class Chapter(object):
|
|||
# Intended to be used with whole strings!
|
||||
ETC_PATTERN = re.compile(
|
||||
u'''[и&]\s(?:
|
||||
(?:т\.?\s?[пд]\.?)|
|
||||
(?:т\.?\s?[пд]?\.?)|
|
||||
(?:др(?:угие|\.)?)|
|
||||
(?:пр(?:очие|\.)?)|
|
||||
# Note: identically looking letters `K' and `o'
|
||||
|
|
|
|||
Loading…
Reference in a new issue