|
Change Variable Type entry : Map.Entry<String,ConfusionSet> to entry : Map.Entry<String,List<ConfusionSet>> in method private run(homophoneOccurrences File, homophonePath String) : void in class org.languagetool.dev.RuleCreator |
From |
To |
|
Change Variable Type confusionSetMap : Map<String,ConfusionSet> to confusionSetMap : Map<String,List<ConfusionSet>> in method private run(homophoneOccurrences File, homophonePath String) : void in class org.languagetool.dev.RuleCreator |
From |
To |
|
Change Variable Type map : Map<String,ConfusionSet> to map : Map<String,List<ConfusionSet>> in method private run(confusionSetPath String) : void in class org.languagetool.dev.HomophoneOccurrenceDumper |
From |
To |