Skip to content

Commit

Permalink
Test cases for E.ON with and without full stop
Browse files Browse the repository at this point in the history
  • Loading branch information
tsproisl committed Nov 2, 2018
1 parent fc4a633 commit 1702827
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions somajo/test/test_tokenizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -842,6 +842,12 @@ def test_own_94(self):
def test_own_95(self):
self._equal("Mir gefällt La Porte de l'Enfer besser als L'Éternelle idole", "Mir gefällt La Porte de l'Enfer besser als L'Éternelle idole")

def test_own_96(self):
self._equal("E.ON ist ein Stromanbieter.", "E.ON ist ein Stromanbieter .")

def test_own_97(self):
self._equal("Ich bin Kunde bei E.ON.", "Ich bin Kunde bei E.ON .")


class TestSuffixes(TestTokenizer):
""""""
Expand Down

0 comments on commit 1702827

Please sign in to comment.