Closed plxCrush closed 6 years ago
I did not look at the issue since it was closed. I will check it out if this is still an issue.
I've just figured out that my bug is not an " illegal char " bug, but the file endings couldn't be found ( I am getting NoSuchFileException ) although the file exists and I can open it in the IDE
Ok, will check.
Thanks for your interest
I'm getting the same error
I fix this issue in the trunk, a new release is required. I am in the middle of a big re-write but will try a new release this weekend.
Sorry for late response, SpellChecker works fine on both MAC & Linux. I had this problem on win10. On win10 manual import of zemberek jar files solves this issue but it wasn't working for me with pom.xml import.
I checked this on win 10 again few minutes ago. Seems working fine with maven import too. Guess you fixed it.
Merhabalar kelime öneri sistemini kullandığımda böyle bir hata alıyorum. Nedeni ne olabilir ve nasıl düzeltilebilir?
java.nio.file.InvalidPathException: Illegal char <:> at index 4: file:\C:\Users\plx.m2\repository\zemberek-nlp\normalization\0.11.0\normalization-0.11.0.jar!\endings at sun.nio.fs.WindowsPathParser.normalize(Unknown Source) at sun.nio.fs.WindowsPathParser.parse(Unknown Source) at sun.nio.fs.WindowsPathParser.parse(Unknown Source) at sun.nio.fs.WindowsPath.parse(Unknown Source) at sun.nio.fs.WindowsFileSystem.getPath(Unknown Source) at java.io.File.toPath(Unknown Source) at zemberek.normalization.StemEndingGraph.(StemEndingGraph.java:34)
at zemberek.normalization.TurkishSpellChecker.(TurkishSpellChecker.java:33)
at WordCorrector.correct(WordCorrector.java:9)
at Main.main(Main.java:77)