[jira] [Commented] (TIKA-1362) Add GoogleTranslate implementation of Translation API

2014-07-06 Thread Chris A. Mattmann (JIRA)

[ 
https://issues.apache.org/jira/browse/TIKA-1362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14053282#comment-14053282
 ] 

Chris A. Mattmann commented on TIKA-1362:
-

Review up at: https://reviews.apache.org/r/23299/

> Add GoogleTranslate implementation of Translation API
> -
>
> Key: TIKA-1362
> URL: https://issues.apache.org/jira/browse/TIKA-1362
> Project: Tika
>  Issue Type: Bug
>  Components: translation
>Reporter: Chris A. Mattmann
>Assignee: Chris A. Mattmann
> Fix For: 1.6
>
>
> Add an implementation of the Translation API that uses the Google Translate 
> v2 API and Apache CXF: 
> https://www.googleapis.com/language/translate/v2



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (TIKA-1362) Add GoogleTranslate implementation of Translation API

2014-07-07 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/TIKA-1362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14054308#comment-14054308
 ] 

Hudson commented on TIKA-1362:
--

SUCCESS: Integrated in tika-trunk-jdk1.7 #84 (See 
[https://builds.apache.org/job/tika-trunk-jdk1.7/84/])
- fix for TIKA-1362: Add GoogleTranslate implementation of Translation API 
(mattmann: http://svn.apache.org/viewvc/tika/trunk/?view=rev&rev=1608628)
* /tika/trunk/tika-translate/pom.xml
* 
/tika/trunk/tika-translate/src/main/java/org/apache/tika/language/translate/GoogleTranslator.java
* 
/tika/trunk/tika-translate/src/main/resources/org/apache/tika/language/translate/translator.google.properties
* 
/tika/trunk/tika-translate/src/test/java/org/apache/tika/language/translate/GoogleTranslatorTest.java


> Add GoogleTranslate implementation of Translation API
> -
>
> Key: TIKA-1362
> URL: https://issues.apache.org/jira/browse/TIKA-1362
> Project: Tika
>  Issue Type: Bug
>  Components: translation
>Reporter: Chris A. Mattmann
>Assignee: Chris A. Mattmann
> Fix For: 1.6
>
>
> Add an implementation of the Translation API that uses the Google Translate 
> v2 API and Apache CXF: 
> https://www.googleapis.com/language/translate/v2



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (TIKA-1362) Add GoogleTranslate implementation of Translation API

2014-07-07 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/TIKA-1362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14054322#comment-14054322
 ] 

Hudson commented on TIKA-1362:
--

SUCCESS: Integrated in tika-trunk-jdk1.6 #83 (See 
[https://builds.apache.org/job/tika-trunk-jdk1.6/83/])
- fix for TIKA-1362: Add GoogleTranslate implementation of Translation API 
(mattmann: http://svn.apache.org/viewvc/tika/trunk/?view=rev&rev=1608628)
* /tika/trunk/tika-translate/pom.xml
* 
/tika/trunk/tika-translate/src/main/java/org/apache/tika/language/translate/GoogleTranslator.java
* 
/tika/trunk/tika-translate/src/main/resources/org/apache/tika/language/translate/translator.google.properties
* 
/tika/trunk/tika-translate/src/test/java/org/apache/tika/language/translate/GoogleTranslatorTest.java


> Add GoogleTranslate implementation of Translation API
> -
>
> Key: TIKA-1362
> URL: https://issues.apache.org/jira/browse/TIKA-1362
> Project: Tika
>  Issue Type: Bug
>  Components: translation
>Reporter: Chris A. Mattmann
>Assignee: Chris A. Mattmann
> Fix For: 1.6
>
>
> Add an implementation of the Translation API that uses the Google Translate 
> v2 API and Apache CXF: 
> https://www.googleapis.com/language/translate/v2



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (TIKA-1362) Add GoogleTranslate implementation of Translation API

2015-07-10 Thread Tristan Nixon (JIRA)

[ 
https://issues.apache.org/jira/browse/TIKA-1362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14622982#comment-14622982
 ] 

Tristan Nixon commented on TIKA-1362:
-

Storing the API key in the properties file is very cumbersome and difficult to 
use. Especially as this is not documented well (I had to dig into the source to 
figure out the package path and property key name). Why not just provide a 
constructor argument or setAPIKey( String key ) method? This is how the 
MicrosoftTranslator works. At the least some consistency across implementations 
and some improved documentation would be very much appreciated. Thanks!

> Add GoogleTranslate implementation of Translation API
> -
>
> Key: TIKA-1362
> URL: https://issues.apache.org/jira/browse/TIKA-1362
> Project: Tika
>  Issue Type: Bug
>  Components: translation
>Reporter: Chris A. Mattmann
>Assignee: Chris A. Mattmann
> Fix For: 1.6
>
>
> Add an implementation of the Translation API that uses the Google Translate 
> v2 API and Apache CXF: 
> https://www.googleapis.com/language/translate/v2



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TIKA-1362) Add GoogleTranslate implementation of Translation API

2015-07-10 Thread Nick Burch (JIRA)

[ 
https://issues.apache.org/jira/browse/TIKA-1362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14622994#comment-14622994
 ] 

Nick Burch commented on TIKA-1362:
--

[~tnixon] We're currently debating the best way to handle configuring those 
parsers and translators which need it. Once we have a conclusion, we'll be able 
to unify things across all the translators. If you'd like to join in the 
discussions, the thread on dev@tika has the subject "Configuring parsers and 
translators"

> Add GoogleTranslate implementation of Translation API
> -
>
> Key: TIKA-1362
> URL: https://issues.apache.org/jira/browse/TIKA-1362
> Project: Tika
>  Issue Type: Bug
>  Components: translation
>Reporter: Chris A. Mattmann
>Assignee: Chris A. Mattmann
> Fix For: 1.6
>
>
> Add an implementation of the Translation API that uses the Google Translate 
> v2 API and Apache CXF: 
> https://www.googleapis.com/language/translate/v2



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TIKA-1362) Add GoogleTranslate implementation of Translation API

2015-07-10 Thread Chris A. Mattmann (JIRA)

[ 
https://issues.apache.org/jira/browse/TIKA-1362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14622996#comment-14622996
 ] 

Chris A. Mattmann commented on TIKA-1362:
-

What Nick said- we're improving this and please join the discussion thanks

> Add GoogleTranslate implementation of Translation API
> -
>
> Key: TIKA-1362
> URL: https://issues.apache.org/jira/browse/TIKA-1362
> Project: Tika
>  Issue Type: Bug
>  Components: translation
>Reporter: Chris A. Mattmann
>Assignee: Chris A. Mattmann
> Fix For: 1.6
>
>
> Add an implementation of the Translation API that uses the Google Translate 
> v2 API and Apache CXF: 
> https://www.googleapis.com/language/translate/v2



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TIKA-1362) Add GoogleTranslate implementation of Translation API

2015-07-10 Thread Tristan Nixon (JIRA)

[ 
https://issues.apache.org/jira/browse/TIKA-1362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14622999#comment-14622999
 ] 

Tristan Nixon commented on TIKA-1362:
-

Great to hear, and thanks for the invite. I'm new to using Tika, but finding it 
immensely useful. I'd be happy to contribute in whatever way I can.

> Add GoogleTranslate implementation of Translation API
> -
>
> Key: TIKA-1362
> URL: https://issues.apache.org/jira/browse/TIKA-1362
> Project: Tika
>  Issue Type: Bug
>  Components: translation
>Reporter: Chris A. Mattmann
>Assignee: Chris A. Mattmann
> Fix For: 1.6
>
>
> Add an implementation of the Translation API that uses the Google Translate 
> v2 API and Apache CXF: 
> https://www.googleapis.com/language/translate/v2



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TIKA-1362) Add GoogleTranslate implementation of Translation API

2015-07-10 Thread Tyler Palsulich (JIRA)

[ 
https://issues.apache.org/jira/browse/TIKA-1362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14623246#comment-14623246
 ] 

Tyler Palsulich commented on TIKA-1362:
---

If you have a pressing need for better configuration abilities for the Google 
Translator, feel free to open up a new issue and upload a patch! :) We'd be 
happy to help you get started. Check out the [contributing 
page|https://tika.apache.org/contribute.html] for some general information.

> Add GoogleTranslate implementation of Translation API
> -
>
> Key: TIKA-1362
> URL: https://issues.apache.org/jira/browse/TIKA-1362
> Project: Tika
>  Issue Type: Bug
>  Components: translation
>Reporter: Chris A. Mattmann
>Assignee: Chris A. Mattmann
> Fix For: 1.6
>
>
> Add an implementation of the Translation API that uses the Google Translate 
> v2 API and Apache CXF: 
> https://www.googleapis.com/language/translate/v2



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)