-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -106,9 +106,9 @@ | |
<meta property="og:description" content="最近刚发现了个有趣的包,一个R语言发烧友开发了R语言与有道在线翻译的接口,可能这位大神也是一个受够了每天打开网页狂敲键盘查词的罪,索性自己动手,从此丰衣足食。"> | ||
<meta property="og:image" content="http://orm967kgl.bkt.clouddn.com/youdao/image5.png"> | ||
<meta property="og:image" content="http://orm967kgl.bkt.clouddn.com/youdao/image1.jpg"> | ||
<meta property="og:image" content="http://orm967kgl.bkt.clouddn.com/youdao/image2.jpg"> | ||
<meta property="og:image" content="http://orm967kgl.bkt.clouddn.com/youdao/image3.jpg"> | ||
<meta property="og:image" content="https://i.creativecommons.org/l/by-nc/4.0/88x31.png"> | ||
<meta property="og:updated_time" content="2017-07-28T09:17:41.982Z"> | ||
<meta property="og:updated_time" content="2017-07-28T09:22:04.839Z"> | ||
<meta name="twitter:card" content="summary"> | ||
<meta name="twitter:title" content="教你如何优雅的用R语言调用有道翻译"> | ||
<meta name="twitter:description" content="最近刚发现了个有趣的包,一个R语言发烧友开发了R语言与有道在线翻译的接口,可能这位大神也是一个受够了每天打开网页狂敲键盘查词的罪,索性自己动手,从此丰衣足食。"> | ||
|
@@ -499,7 +499,7 @@ <h3 id="调用过程:"><a href="#调用过程:" class="headerlink" title=" | |
<p>其实微软的excel更新至13版以后,也提供了调用有道在线翻译的服务。而且使用比较简单。以下是函数语句,不要被冗长的各种参数吓到了,你需要改的只是其中的单元格引用。(本例中位于中间位置的A2,记得用的时候是相对引用,否则填充后只能翻译首个单元格内容)。</p> | ||
<p>本小编已经测试过了翻译结果,中英文互译效果相当棒,但是限制是:<br>单词翻译效果好,句子不行,水平还不如小编我,即便是那种带空格的短句、地名、人名也够呛。</p> | ||
<figure class="highlight plain"><table><tr><td class="gutter"><pre><div class="line">1</div></pre></td><td class="code"><pre><div class="line">=FILTERXML(WEBSERVICE("http://fanyi.youdao.com/translate?&i="&A2&"&doctype=xml&version"),"//translation")</div></pre></td></tr></table></figure> | ||
<p><img src="http://orm967kgl.bkt.clouddn.com/youdao/image2.jpg" alt=""></p> | ||
<p><img src="http://orm967kgl.bkt.clouddn.com/youdao/image3.jpg" alt=""></p> | ||
<p>带函数的测试文件待我推送后,会传到QQ群共享中,下载后直接复制该单元格引用就OK了。</p> | ||
<hr> | ||
<p><strong>联系方式:</strong><br>wechat:ljty1991<br>Mail:[email protected]<br>个人公众号:数据小魔方(datamofang)<br>团队公众号:EasyCharts<br>qq交流群:[魔方学院]298236508</p> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
<link href="/atom.xml" rel="self"/> | ||
|
||
<link href="http://www.raindu.com/"/> | ||
<updated>2017-07-28T09:17:41.982Z</updated> | ||
<updated>2017-07-28T09:22:04.839Z</updated> | ||
<id>http://www.raindu.com/</id> | ||
|
||
<author> | ||
|
@@ -20,7 +20,7 @@ | |
<link href="http://www.raindu.com/2017/07/28/%E6%95%99%E4%BD%A0%E5%A6%82%E4%BD%95%E4%BC%98%E9%9B%85%E7%9A%84%E7%94%A8R%E8%AF%AD%E8%A8%80%E8%B0%83%E7%94%A8%E6%9C%89%E9%81%93%E7%BF%BB%E8%AF%91/"/> | ||
<id>http://www.raindu.com/2017/07/28/教你如何优雅的用R语言调用有道翻译/</id> | ||
<published>2017-07-28T09:09:45.000Z</published> | ||
<updated>2017-07-28T09:17:41.982Z</updated> | ||
<updated>2017-07-28T09:22:04.839Z</updated> | ||
|
||
<content type="html"><![CDATA[<p><img src="http://orm967kgl.bkt.clouddn.com/youdao/image5.png" alt=""></p> | ||
<p>最近刚发现了个有趣的包,一个R语言发烧友开发了R语言与有道在线翻译的接口,可能这位大神也是一个受够了每天打开网页狂敲键盘查词的罪,索性自己动手,从此丰衣足食。</p> | ||
|
@@ -53,7 +53,7 @@ | |
<p>其实微软的excel更新至13版以后,也提供了调用有道在线翻译的服务。而且使用比较简单。以下是函数语句,不要被冗长的各种参数吓到了,你需要改的只是其中的单元格引用。(本例中位于中间位置的A2,记得用的时候是相对引用,否则填充后只能翻译首个单元格内容)。</p> | ||
<p>本小编已经测试过了翻译结果,中英文互译效果相当棒,但是限制是:<br>单词翻译效果好,句子不行,水平还不如小编我,即便是那种带空格的短句、地名、人名也够呛。</p> | ||
<figure class="highlight plain"><table><tr><td class="gutter"><pre><div class="line">1</div></pre></td><td class="code"><pre><div class="line">=FILTERXML(WEBSERVICE("http://fanyi.youdao.com/translate?&i="&A2&"&doctype=xml&version"),"//translation")</div></pre></td></tr></table></figure> | ||
<p><img src="http://orm967kgl.bkt.clouddn.com/youdao/image2.jpg" alt=""></p> | ||
<p><img src="http://orm967kgl.bkt.clouddn.com/youdao/image3.jpg" alt=""></p> | ||
<p>带函数的测试文件待我推送后,会传到QQ群共享中,下载后直接复制该单元格引用就OK了。</p> | ||
<hr> | ||
<p><strong>联系方式:</strong><br>wechat:ljty1991<br>Mail:[email protected]<br>个人公众号:数据小魔方(datamofang)<br>团队公众号:EasyCharts<br>qq交流群:[魔方学院]298236508</p> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters