Skip to content

Commit

Permalink
don't lose the infix s
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaber committed Sep 17, 2023
1 parent 42edd12 commit 8c7c917
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class GermanRegressionTest {

@Test
public void testLargeFile() throws IOException {
final AbstractWordSplitter splitter = new GermanWordSplitter(true);
final AbstractWordSplitter splitter = new GermanWordSplitter(false);
splitter.setStrictMode(true);
try (FileWriter writer = getOutputWriterOrNull();
InputStream is = BaseTest.class.getResourceAsStream(TEST_FILE)) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2891,15 +2891,15 @@ Rot, kohls
Atom, müll, transport
Start, crash
Soziotherapie
Arbeit, verhältnisse
Arbeits, verhältnisse
Regional, liga, reife
Einnahme, grenze
Polkomtel
Schwadrone
Ferkel
Bildung, experte
Bildung, experten
Bildung, expertin
Bildungs, experte
Bildungs, experten
Bildungs, expertin
Kapitel, saals
Lurchis
Handlung, radius
Expand Down Expand Up @@ -2978,7 +2978,7 @@ Morgen, lob
Arcistr
Zelt, dach
GUS-Wissenschaftler
Stationierung, zonen
Stationierungs, zonen
Mostazafin
Sanierung, beihilfe
Erlebnis, markt
Expand Down Expand Up @@ -3056,7 +3056,7 @@ Seehundbabies
Temperatur, unterschied
Mordrow
Saison, rennen
Handel, räume
Handels, räume
SPORT, STUDIO
Islamisten, Chef
SALEM
Expand Down Expand Up @@ -3100,7 +3100,7 @@ Tausch, geschäfts
Aérospatiale-Chef
Fuengirola
Joghurt, soße
Staat, degen
Staats, degen
Parkinson, Erkrankungen
Fahrplan, angebot
Schelmengesicht
Expand Down Expand Up @@ -3258,7 +3258,7 @@ Tennessee-Williams
Stevan
VIAG-Konzerns
Kleider, stangen
Produktion, teams
Produktions, teams
Dritt, runden, match
Dementierens
Los, buden
Expand Down

0 comments on commit 8c7c917

Please sign in to comment.