How to configure Google autoML Translation Model in a CAT (Computer Aided Translation) tool? - google-cloud-automl

I created an AutoML Translation Model. Now OmegaT (my CAT tool), in which I use a Google API Key, only returns 403: Forbidden error.
I could not configured the model in OmegaT. I looked into the OmegaT User Manual and in the web without any luck!
Does someone have a clue in configuring the Google autoML Translation Model in a a CAT?
The Google API Translation was working alright before I created the model. I did research the web and everywhere else I knew (User Manual, web, Google Cloud, etc.) without any luck.
There is no code for sharing
The expected result was a better translation performance than with the Google NMT Model per se.
The actual result received was: 403: Forbidden

Not sure if you've already found the answer to this question, but I believe that most CAT tools currently don't support use of Google AutoML customized MT systems. From what I've read, Memsource is the only one that currently does. MemoQ is scheduled to develop a connector with it soon.
The only way I've been able to do batch translation with an AutoML model is by creating a separate Python tool. This doesn't help with CAT tool integration though.

Related

How can I implement Google's "Indexing API for job posting URLs" if my job board only has a dashboard and no place to put the key?

We have a job board for the German market. The template/software we use is from a company called JBoard, whos programming language is PHP and Laravel. We are having difficulties being listed in Google for Jobs, so now we want to use one of Google's features (=instant indexing: https://developers.google.com/search/blog/2018/06/introducing-indexing-api-for-job?hl=en) for the jobs on our website. We have already generated a key but cannot connect it to the website. According to JBoard, they do not have any place in the backend where you can store the key. However, JBoard says that they have clients who have successfully implemented Google’s API outside of their platform. Apparently it is done with google sheets, google search console and an API token (which I am able to generate via our dashboard). We did find a developer, but he couldn't finish the implementation due to personal reasons. Does anyone know how to implement the instant indexing for jobs when your website is not based on wordpress, Squarespace etc., and with no access to the backend code? Thanks in advance.

Text/Synonym recommendation api

In LUIS, we have text/synonym recommendation in the entity/phrase list generation. Do anyone have idea on the api that is used for the synonym recommendation. We wanted to integrate the cognitive service api to get the synonym of the input text in one of the client application but we could not get any relevant Microsoft service to attain this.
[I am unable to provide sample code because of the nature of the question]
Luis Text Analytics
TextAnaytics API
Thanks
Unfortunately, we don't have any API for synonym recommendation yet. You can request this as feature here.

Yammer Analytics API

To give an context, we are trying to achieve reporting functionality based on the Yammer activity/usage information.
Questions
We are not able to find any Analytics API in the link https://developer.yammer.com/documentation/ except Data Export API. Please let us know if we have any other API related to usage Analytics.
Is there any way to execute our query against yammer big data for us to get the usage information?
• The data export is not providing the information such as ‘like’, ‘share’ and ‘followed by’. Is there any other way to export yammer data including these missing items?
How to remove the deleted entries from the past collection just in case if we are going to do periodic data export?
How the third party tools companies like ‘good data’ will contact yammer for analytics data. This will help us to find the approach involved in this.
Can someone help us on this.
have you tried this : http://blogs.msdn.com/b/richard_dizeregas_blog/archive/2014/04/09/yammer-analytics-with-excel-and-power-bi.aspx Yammer API and Excel 2013 for bigger data..
Having said that - I think the tool is currently broken as I seem be be able to download 114% of my stats, then get some blank CSV files which then fail on power pivot.
You need to be a verified admin to access this tool.
Cheers
Rich
About Question 2
There are good ways of doing it through the API. You can use Excel and PowerQuery or a home made .net data extractor. Like, Share and followed By are possible with the API but not with the useless Data Export feature. Be aware the API have some issues when trying to retrive all data. I'm currently trying to get these issues fixed.
About Question 4
They need the account of a trusted admin. Thanks to a Token they will be able to access all your networks messages and provide you most of the Analytics you need.
They have good webinards for their tool. Only issue is that they copy your data in their environment in the US (is not acceptable for European customers).

Where to find example code for the RD Gateway API?

I am trying to write a custom authentication module for the Remote Desktop Gateway API. However there is no example code of how to use it on the MSDN. I also have been looking around on the net for any kind of tutorial for writing a custom authentication module, but have found none.
I have found a few high level overviews of how RD Gateway works and how to set it up, and I can get the system as a whole working using Active Directory. However, I need to replace the AD login with a custom authentication module (the reason for the API), but I have not seen a single tutorial or working example code that implements the API.
Can anyone provide some working example code that uses the RD Gateway API? I have a strong feeling that I will not find any tutorials, but just seeing someone else's example code would help immensely.
Language does not matter, but as I have learned from my other question about this API it would be better if the solution was native instead of managed, but a managed solution is fine too.
Sample code can be found here -- http://code.msdn.microsoft.com/Remote-Desktop-Gateway-517d6273
I ended up not going with the custom authentication module route, we just made a new domain and added users to that new domain instead.
The closest I ever found in the way of examples was this MSDN archive titled "Remote Desktop Services Developer Resources".
There is a document named "Using the Pluggable Authentication and Authorization (PAA) Framework for RD Gateway.docx" that has some information, but no example code. You can also check the "Resource Publishing and Connection Brokering" release and it does have some example code of the other RDS modules.

How can google analytics be integrated in a desktop application (MAC)..?

Could anyone help or refer how it can be done..I searched over the net and what i felt is that its only for mobile and websites.
It's for websites. Many of the concepts of web analytics (number of pages viewed for example) don't even make any sense on a desktop app, because they're not organized like a web page.
If you want to use Google analytics data from an analytics account Google provides a data export API.
If you want to track your native application then as Catfish_Man (great name btw!) said, it is not really possible. That isn't totally true, as you could fake it, but the paradigm is so different that you would be better off creating you own solution.
You might want to see this library for GA on desktops
http://code.google.com/p/jgoogleanalytics
Google Analytics doesn't provide a native Mac app integration, but you can use the Measurement Protocol Overview to send raw data to your GA property from your account.
Just create a mobile app property and then start sending raw GA events using HTTP. There are couple Obj-C wrappers available like https://github.com/swisspol/GARawTracker or https://github.com/stephenlind/SimpleCocoaGoogleAnalytics.

Resources