I tried Hunspell Merge (which is precisely what I'm looking for), but for some reason it gets stuck when analyzing the Italian dictionary (and this happens only with the Italian dictionary, I've tried merging others and it works. I have zero idea how those .dic files work, so I can't tell what the problem is).
I get this message on the command prompt when running Hunspell merge
Exception in thread "Thread-0" java.lang.ArrayIndexOutOfBoundsException: Index 0 out of bounds for length 0
at hunspell.merge.DicReader.readLine(DicReader.java:3 2)
at hunspell.merge.FileReader.readFile(FileReader.java :29)
at hunspell.merge.DictionaryFile.readFiles(Dictionary File.java:113)
at hunspell.merge.HunspellMerge.createDictionariesImp l(HunspellMerge.java:339)
at hunspell.merge.HunspellMerge.access$1500(HunspellM erge.java:25)
at hunspell.merge.HunspellMerge$9$1.run(HunspellMerge .java:323)
at java.base/java.lang.Thread.run(Thread.java:834)
Last edited by 1v4n0; 07-26-2020 at 05:25 AM.
|