org.xeustechnologies.googleapi.spelling.SpellCheckException:java.io.FileNotFoundException:https://www.google.com/tbproxy/spell?lang=en&hl=en

org.xeustechnologies.googleapi.spelling.SpellCheckException:java.io.FileNotFoundException:https://www.google.com/tbproxy/spell?lang=en&hl=en,java,spell-checking,spelling,Java,Spell Checking,Spelling,我正在使用google-speller-api.jar,它会引发异常 org.xeustechnologies.googleapi.spelling.SpellCheckException: java.io.FileNotFoundException: https://www.google.com/tbproxy/spell?lang=en&hl=en 这是我的密码 SpellChecker spellChecker=new SpellChecker(); spellChecker.s

我正在使用google-speller-api.jar,它会引发异常

org.xeustechnologies.googleapi.spelling.SpellCheckException: java.io.FileNotFoundException: https://www.google.com/tbproxy/spell?lang=en&hl=en
这是我的密码

SpellChecker spellChecker=new SpellChecker();
spellChecker.setLanguage(Language.ENGLISH);


SpellRequest spellRequest=new SpellRequest();
spellChecker.setOverHttps(true);
spellRequest.setText("aple");

SpellResponse spellResponse=spellChecker.check(spellRequest);

谷歌停止了这项服务,这就是为什么你会收到404错误,因为该服务不可用


检查此项

谢谢。还有像google speller.jar这样的服务吗?@DoctorDo我不知道有什么服务。请在论坛上发表一个问题