update them
This commit is contained in:
@@ -143,7 +143,7 @@ public class SwedishGenerator {
|
||||
// Lower difficulty value means it is tried EARLIER.
|
||||
// We want LONGER and SIMPLER words to be tried earlier.
|
||||
// Increasing simplicity weight: score (1-10) now has max impact of 50.
|
||||
this.difficulty = -Math.min(40, word.length() * 5) - (score * 5);
|
||||
this.difficulty = /*Math.min(40, (10-word.length()) * 5)*/ - (score * 5);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user