首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >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
EN

Stack Overflow用户
提问于 2016-03-03 09:20:42
回答 1查看 521关注 0票数 1

我在使用google-speller-api.jar,它抛出异常

代码语言:javascript
复制
org.xeustechnologies.googleapi.spelling.SpellCheckException: java.io.FileNotFoundException: https://www.google.com/tbproxy/spell?lang=en&hl=en

这是我的密码

代码语言:javascript
复制
SpellChecker spellChecker=new SpellChecker();
spellChecker.setLanguage(Language.ENGLISH);


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

SpellResponse spellResponse=spellChecker.check(spellRequest);
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2016-03-03 09:25:26

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

检查这个发行报告

票数 2
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/35767912

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档