-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,12 +32,12 @@ public class NormalizationManagerTest { | |
|
||
@Test | ||
public void processTest() { | ||
String input = "99.200.000"; | ||
String input = "síma 421-6368"; | ||
NormalizationManager manager = new NormalizationManager(context, pronDict); | ||
String processed = manager.process(input); | ||
System.out.println(processed); | ||
|
||
assertEquals("níutíu og níu milljónir og tvö hundruð þúsund .", | ||
assertEquals("síma fjórir tveir einn - sex þrír sex átta .", | ||
processed); | ||
} | ||
|
||
|
@@ -301,7 +301,7 @@ private Map<String, String> getTestSentences() { | |
testSentences.put("er þetta í 23. skiptið sem mótið er haldið .", "er þetta í tuttugasta og þriðja skiptið sem mótið er haldið .".toLowerCase()); | ||
testSentences.put("Skráning er hafin á http://keflavik.is/fimleikar/ og ef eitthvað er óljóst er hægt að hafa samband í síma 421-6368 eða á [email protected]", | ||
"Skráning er hafin á keflavik punktur is skástrik ".toLowerCase() + | ||
"fimleikar og ef eitthvað er óljóst er hægt að hafa samband í síma fjórir tveir einn- sex þrír sex átta eða á fimleikar hjá keflavik punktur is .".toLowerCase()); | ||
"fimleikar og ef eitthvað er óljóst er hægt að hafa samband í síma fjórir tveir einn - sex þrír sex átta eða á fimleikar hjá keflavik punktur is .".toLowerCase()); | ||
testSentences.put("Austlæg átt, 5-13 m/s síðdegis.", "Austlæg átt , fimm til þrettán metrar á sekúndu síðdegis .".toLowerCase()); | ||
testSentences.put("hlutfallið á Vestfjörðum þar sem 14,1% íbúa eru innflytjendur", | ||
"hlutfallið á Vestfjörðum þar sem fjórtán komma eitt prósent íbúa eru innflytjendur .".toLowerCase()); | ||
|