You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if applyReplacements() makes sense at all. We've just checked that both parts are in the dictionary, should replacements still be applied? The if isn't tested, remove it and testRunonWords() still works.
Ping @milekpl, seems this was originally your code.
The text was updated successfully, but these errors were encountered:
I think you are right. The 'if' can be removed and just do candidates.add( ). But I haven't done any test.
Is this used anywhere? Does it cause any error?
This looks wrong, it uses
getOutputConversionPairs()
if it's empty, shouldn't it be the other way round?morfologik-stemming/morfologik-speller/src/main/java/morfologik/speller/Speller.java
Lines 340 to 345 in dc8dde7
I'm not sure if
applyReplacements()
makes sense at all. We've just checked that both parts are in the dictionary, should replacements still be applied? The if isn't tested, remove it andtestRunonWords()
still works.Ping @milekpl, seems this was originally your code.
The text was updated successfully, but these errors were encountered: