Skip to content

Commit

Permalink
Fix abbreviations usw.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Barkmin committed Dec 2, 2019
1 parent ff14aa9 commit 10809e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/lesbar/rules/de_DE/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

long_sentence = 9
long_word = 3
abbreviations = r"\b[A-Z][a-zA-Z\.]*[A-Z]\b\.?|.\.."
abbreviations = r"\b[A-Z][a-zA-Z\.]*[A-Z]\b\.?|.+\..?"
2 changes: 1 addition & 1 deletion server/lesbar/rules/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
fillers = []
passive_indicators = []
tagger = None
abbreviations = r"\b[A-Z][a-zA-Z\.]*[A-Z]\b\.?|.\.."
abbreviations = r"\b[A-Z][a-zA-Z\.]*[A-Z]\b\.?|.+\..?"

0 comments on commit 10809e2

Please sign in to comment.