Showing posts with label Google. Show all posts
Showing posts with label Google. Show all posts

Jul 31, 2019

URL-based searches of your Google Drive


Just before a recent short holiday, I ran across an article from 2017 which described how to search Google Drive directly from Chrome's address bar. "Interesting," I thought, and with the possibility of integrating such Google Drive searches with IntelliWebSearch or memoQ's integrated web search feature (or similar features in other environments) in mind, I shared the link with a few friends.

Google Drive and its application suite, which includes GoogleDocs (the word processor) and Google Sheets (the spreadsheet application), offer many possibilities for helping in language projects, collaborative and otherwise. I have written extensively about these possibilities with terminology (here, for example, and in a number of related articles). But these earlier investigations involved specific documents and viewing these - or selected portions of them - in a web browser window. Searching a number of files of various types on one's Google Drive ("My Drive") or a subfolder thereof is a little different. Possibly more useful in some circumstances, such as in a group project where multiple participants are contributing to a shared reference folder (though this folder will have to be added to the "My Drive" of each collaborator).

Google's Help for the relevant search function explains:
You can find files in Google Drive, Docs, Sheets, and Slides by searching for:
  • File title
  • File contents
  • Items featured in pictures, PDF files, or other files stored on your Drive
You can only search for files stored in My Drive. Files stored in folders shared with you won't appear in your search unless you add the folders to My Drive.
 
You can also sort and filter search results.
It all starts with a basic URL, such as
https://drive.google.com/drive/search?q=SOMETEXT
Execute that in your browser's address bar, replacing the SOMETEXT with your desired search expression, and you'll get a hit list of all files on your Google drive which include that text in the title or contents. In a tool like memoQ Web Search, it is substituted by the placeholder for search text that the application uses (that is {} in the case of memoQ Web Search). With a little experimentation, you'll soon find the additional arguments to search specific file types or folders.

For example, if I want to do a search in the "Other" subfolder on my Google drive, I can discover the URL arguments by starting a manual search and just reading the address bar:


The parameter to use for a specific folder search is "parent", followed by a colon and the coded ID of that folder.


An example of a folder search with a specific text segment is in the screenshot above; this was taken while configuring and testing the search in a memoQ Web Search profile. One document containing the search text "turnip" was found in the folder. To view the document, right-click on it in the hit list and choose Preview.

Search inside the preview of a document found in a Google Drive search with memoQ Web Search

Unfortunately there seems to be a bug in the memoQ Web Search - which now uses Chromium - because double-clicking the document tries to open it in the old search engine based on Internet Explorer, where I was not logged in to Google.

An Internet Explorer window, bizarrely launched by the Chromium-based memoQ Web Search

In fact, you'll have to log in to Google each time you open the memoQ Web Search window (a total nuisance), so it's better to leave it open in the background, even though the current bug in which the web search window is no longer brought to the forefront can make this inconvenient. In other tools this may not be an issue.


The Chromium/IE issue as well as the focus and login hassles with memoQ's web search have been reported to memoQ Support; I look forward to seeing how these are handled. Nonetheless, this Google Drive search seems to have significant potential for individuals and teams to build searchable document collections in the folders of a Google Drive account. Try it in your working environment and share your findings!

Mar 1, 2017

The case of the disappearing blog


When I finally got done with my morning goat and chicken chores and rolled into the office for another long translation slog, I found a number of concerned messages from friends and colleagues wondering at the sudden disappearance of Translation Tribulations.

Rumor has it that the champagne flowed freely in many a den of iniquity where bulk market bogsters and Linguistic Sausage Purveyors do their dirty deeds. Many a shot of vodka was downed with a robust cry of Чтоб хуй стоял и деньги были! in honor of Putin's man in Pennsylvania, presumed to have done one better on his work in last November's election, and his punk, the Plump Pygmy of Porto, thought to have eradicated this troublemaker's soapbox so translators can be nailed more securely to Across and the Borgian HAMPsTr progress can continue unhindered as well. 

Alas, the blog is back. What actually happened is this: for more than a month I have been receiving notices that the domain (translationtribulations.com) was about to expire, but every attempt to log in to my so-called Google admin console ended up in a confusing, circular mess of web links telling me that I could not add an admin account for my stupid Google profile. Today I finally figured out that I had two Google accounts, one of which I knew nothing about, which was somehow linked to the blog and used a non-existent e-mail address as its login. Apparently the last time a domain payment was made on this account was three years ago, so I am actually surprised that trouble did not hit sooner. Google is a bloody, confusing mess, and if they have a customer service department to deal with such things (and a dozen other messy little service subscription problems), then I have no idea how to contact the bastards.

In any case, it looks like this agitator will be online for another year at least unless someone figures out where to send the drones for a strike. I hear that the French have been training eagles to deal with such menaces, and I am considering taking up falconry here, so maybe I will be ready for that challenge as well.

Dec 27, 2016

Free shareable, searchable glossaries for collaboration with anyone

Some years ago I suggested a procedure using Google spreadsheets for glossary collaboration in projects. Many people do this sort of thing now.

What I do not think most are doing, however, is accessing these web-based term lists efficiently as terminology resources in their work. It's hard to compete with the efficiency of integrated termbases, TMs, web search features, etc.

... unless of course you integrate a web search for those online spreadsheets which returns just the few data of interest.

Matches found for German "ladepresse" in a glossary of a few thousand hunting terms
This is fairly straightforward using Google's visualization API with a simple query. A parameterized URL can be built to perform custom searches of your own data or data shared by colleagues or clients. "Canned" queries can be easily incorporated in custom searches from many tools, including memoQ Web Search, IntelliWebSearch and others.


Building a custom search URL for your Google spreadsheet is fairly simple. In the example above it consists of three parts:

{base URL of the spreadsheet} + /gviz/tq?tqx=out:html&tq= + {query}

The red bit invokes the Google visualization API and specifies that the query results be returned as HTML (for display in a browser). The query language is similar to SQL, but if you use a prepared query for a given spreadsheet table structure, you don't need to learn any of that. Queries can be made which also return definitions, images, context examples or anything else that might reside in columns of interest in the online spreadsheet.

Using a tool like IntelliWebSearch or integrated extensions of OmegaT, memoQ and other tools, users working with any sort of tools can share a live glossary. Google Spreadsheets also have some permissions/security features which can be investigated if needed.

Of course other data can be shared this way, including TMs or XLIFF data as well as monolingual information. A little study of the relevant Google documentation reveals many possibilities :-)

Getting the picture with automated web searches

Like many other translators, I have come to appreciate the value and the complications of Internet searches in my work. As the garbage accumulated on the World Wide Web grows ever deeper, focused searches are more important than ever to get past the noise to find the information required, then get back to work.

Integrated tools for focused searches on multiple web sites are popular with many. IntelliWebSearch (IWS), memoQ Web Search and similar tools can be an enormous boost to productivity. But I doubt that many people give much thought to optimizing that possibility in general or for particular jobs.

Google searches are very popular. The Advanced Search features are particularly useful. For example, I find translating Austrian legal texts to be difficult sometimes, because an ordinary Google search of relevant legal terms yields too much interference from sites in other German-speaking countries. However, a search configured like this:

https://www.google.com/search?as_epq=schwerer+Betrug&lr=lang_de&as_sitesearch=www.jusline.at

will yield only results in German from the Austrian site Jusline, which is very helpful if I am looking for the specific definition of "schwerer Betrug" in the jurisprudence of that country.

Similarly, a financial translator working with Austrian texts might use a search like

https://www.google.pt/search?as_epq=Umlage&as_sitesearch=www.afrac.at

In my technical work, very often I must look for images of a component or process described. For a long time I did this inefficient: searched Google and then clicked the Images link and waded through the chaos to find what I needed. But if I am translating the catalog of the hunting supplier Frankonia, that's stupid. I can do a very specific search like this:

https://www.google.com/search?q=wildbergehaken+site:frankonia.de&tbm=isch

which will open a Google Images search directly (that's what the argument tbm=isch does), using only pictures culled from the site of the retailer whose material I am working on.

An image search using Wikipedia.org can often be very helpful to identify an unknown term and navigate to related articles in various languages. For example, a person encountering an unknown word in Russian might use this search:

https://www.google.com/search?as_epq=собака&as_sitesearch=wikipedia.org&tbm=isch

and quickly see what the term is about.


The search results above were obtained with memoQ Web Search, where I have the Wipikedia image search preconfigured:


Astute readers may notice the slight difference in syntax between the search in the screenshot and the Russian example I gave. There is more than one way to skin a cat with web searches. Or a dog in this case. To restrict searches to the wiki for one particular language just add the prefix for that subsite to the URL, de.wikipedia.org for German, for example.

If you need to do such searches from many different applications under Windows, IntelliWebSearch might be a better choice for the preconfigured searches. I think it also handles a lot of tabs better, and it uses the ordinary browser setup instead of the more restricted options of memoQ's integrated mini-browser. I don't really like the fact that IWS keeps adding tabs to the browser, so I close it between searches, and to avoid messing up other work I am doing in Chrome (my default browser), I configure IWS to use another browser like Opera or Microsoft Edge.

Anyone who would like the light resource file for one of my German/English profiles for memoQ's web search can get it here. It includes the image search in Wikipedia and has a number of (mostly deactivated) custom search tabs useful for intellectual property translation. A few of the searches are for engines which require manual input of terms, but I find it convenient to have these on a tab for quick access.

Feb 16, 2014

Medienbruch.

For years now, I've watched the German term Medienbruch and derivatives like medienbruchfrei seep their way into various, well, media. And the results are, by and large, linguistically discontinuous and/or broken :-)


The screenshot above shows a sampling from the "feast" of bilingual web alignment offered by Linguee, one which those who are familiar with the service realize must be enjoyed with some care to avoid the odd bits of broken glass and strychnine that may be found in its sometimes machine-translated, sometimes Bulgarian-inspired English. Some of the more thoughtful marketers in the translation profession may use the site as a source to research firms desperately in need of better translators rather than merely pan its buckets full of linguistic swamp sediment in desperation to find the few flakes of gold which might have settled there. Not to say that Linguee is not a valuable working tool, but its use requires a great deal of professional judgment in most cases and often further research is one is on unfamiliar ground. It is a tool, and a fool with a tool remains a fool. Like the often criticized Wikipedia, it is often a good starting point but seldom the journey's end.

Why not just Google "media discontinuity", for example, and see how often the particular phrase occurs? Uh huh. You got 8,100 results, did you? Sounds pretty authoritative, right? Look again at where the sources are. Ah, you say, Kevin ought to have used Google's advanced search options to narrow it down. Have a look at the garbage on the first page again, and tell me with a straight face that better sources will somehow rise to the top of that like tasty cream.

At this point, a colleague less overcaffeinated might point out that I'm going about this all wrong and that I might do better searching some of the monolingual corpora available free online, such as the British National Corpus (which is great for making Americans believe that Brits really do say "at the weekend" most of the time or the BYU Corpus of Global Web-based English, which allows those who master the arcana of its search rules to compare Indian weekends with those in Canada or Kenya. But these text collections, for all their value for a general understanding of common language use, are seldom satisfying for specialized use and neologisms.

A cooler head might point out the terrible bias in my approaches so far and encourage me to consider the context in which this word has occurred while percolating into my awareness in recent years. Hm. Well, usually when some German public authority decides to bring its information management practices up to 20th century standards. Since they usually follow well behind practice in English-speaking countries for this sort of things (I still see German government texts that put "E-Mail" in quotes as if it were something new and exotic), it's a good bet that a corpus of texts from similar institutions in the UK or US might reveal some interesting and useful and even natively acceptable possibilities. (That's how I learned years ago that a usual and proper term in English for Vieraugenprinzip is "dual review", not the "four-eyes principle" that some so happily click their heels to. In the elementary schools I attended, that was the principle based on which bullies punched my friends with glasses in the face.)

Juliette Scott, who writes a rather nice blog mostly concerned with legal translation issues, has done some nice (NIFTY) work as part of her doctoral thesis using monolingual corpora to study patterns of use in target languages and suggest useful strategies for building collections of specialized text. Good, perhaps even obvious stuff which applies to any domain I can think of, though the practice of building focused corpora from carefully selected sources is still far too rare among those of us who use the label "translator" or "language professional". I certainly need to do that more often.

Ah, but if I have just a monolingual corpus to understand proper use of terms in the target language, how will I know what the right translation is? That's a hard one. One that perhaps I can't answer. At least not without the use of a BAT* tool. But if that's too hard, I know just the place to go: proZ.com, where "certified pros" compete for points on KudoZ and offer mutual reinforcement and enlightenment to those who run rapidly on their wheels to keep pace with changing expectations of quality.

I could of course take one of the accepted "solutions" from Linguee and feed the same sort of self-recycling GIGO loop that Google now admits to be an ever-growing part of its searched wisdom.

So what is your solution to the Medienbruch? Or are you part of the problem?

Dec 7, 2012

Terminology collaboration with Google Docs: new twists

A few years ago, I put a notice in this blog about a colleague's interesting use of Google Docs to share terminology with faraway colleagues in a project. Earlier this year I enjoyed a similar collaboration with a Google Docs spreadsheet used to exchange and update terminology on a very time-critical annual report with translators using two different versions of Trados, memoQ and no CAT tools at all.

Sharing information via Google Docs was quite easy, and we were able to configure the access rights without a lot of trouble. But at the time I still had a bit of extra, annoying effort to get the data imported into my working environment for frequent updates.

Tonight another colleague contacted me with basically the same problem. Her client manages data in an Excel spreadsheet, which gets updated and sent out frequently. She already had the idea that this might work better in Google Docs, and I agreed.

But I kept thinking about that annoying update problem....

One can, of course, export Google Docs spreadsheet data in various formats:


I've marked a few of the export ("download") formats which are probably useful for a subsequent import into a translation environment too. But the downloaded data still won't be in the "perfect" format in many cases, and there will be extra steps involved in matching it up to the fields in your term base.

One way to simplify this problem is to create another online spreadsheet in Google Docs and link it to the original, shared spreadsheet. In this second spreadsheet, which is your "personal" copy for use in your favorite tool, you reformat the data so they will export in a form that makes your later import to your tool's termbase easier.

In my case, I use memoQ, so I created a Google Docs spreadsheet with the first row containing the default field names of interest from the CSV export of my memoQ termbase:

I linked the columns in my personal online spreadsheet with the shared spreadsheet using the ImportRange command. It has two arguments, both of which have to enclosed in quotes. The first one (argument #1 above) is the key for the online spreadsheet to be referenced; it is shown in the URL of the online spreadsheet (just look in the address bar of your browser and you will see it). The second one specifies the sheet and the range of cells to copy. I put this formula in one cell and it copied the entire column for me.

I could, if I wanted to, use conditional (IF) statements and other tricks to transform some data in columns of the other sheet and build the semicolon-delimited term properties list (Term_Info) that memoQ uses to keep track of gender, capitalization enforcement, forbidden status, etc. But none of that is needed for simple sharing of terms, definitions and examples for instance.

I simply export my personal Google Docs spreadshit as CSV, then import it into my desired termbase in memoQ. If I have IDs set for the term entries in the online spreadsheet, I could even choose ID-based updates of my local termbase when I do the import.

Those who use other tools, such as Trados, OmegaT or WordFast can set up their spreadsheets and do exports as best suits their needs.

This approach enables you to take source data in nearly any format in an online spreadsheet and rework it for the greatest convenience in the tool of your choice. Although not a "perfect" solution, it is perhaps a convenient one until better resources are commonly available for dynamic, cross-platform translation collaboration.

So what do I recommend my friend to try as a first step? Maybe take the client's latest spreadsheet, copy and paste it into Google Docs and share it with the client and others on the team. Then it's already "up there" for everyone's convenience (local XLSX copies can be downloaded any time), and she can get on with creating a convenient "view" of this shared data in her personal spreadsheet, which can be exported for local use any time. That personal sheet could also be shared (read only access recommended) with other team members using the same translation environment tool.

Oct 14, 2012

Who's afraid of the BDÜ?


A recent publicity stunt by the German Association of Translators and Interpreters (BDÜ) has provoked some interesting responses, most of which, I think, reveal the personal agendas and prejudices of the respondents and miss the point entirely. In a brilliant bit of political theater, financial translation wizard Ralf Lemster was pitted against The Machine loved and feared by many: Google Translate.


Well-known MT pundits like Kirti Vashee know this isn't "fair" and uttered the expected objections and protests. I imagine the details of their criticisms are correct, or largely so. But they are also largely irrelevant. They are all too aware of the Imperial Elephant in the room: public perceptions and how too many private individuals, corporations and - to their great shame - language service brokers apply machine translation in ways that are entirely inappropriate.

All the talk of controlled language, fit-for-purpose, quality-is-what-the buyer-thinks-it-is and "it's here to stay, so deal with it" and all the other noise generated by MT's sycophant choir reminds me a bit of the old carnival shell game, except that the ones taking your money there are a bit more honest in their game than ones who tell you now to "get on the MT boat or drown".


Off-hand comment? Bollocks. It was a prepared keynote speech at memoQfest 2012 and carefully calibrated to play on the fears, uncertainties and doubts of listeners and drive them down the drain of the post-editing sewage cycle. It is a far cry from the restrained, responsible approach to machine translation promoted by technologists I know who understand the extremely limited scope of MT and never oversell its performance or potential (at least not within my hearing).

The MT carnies know instinctively why the ludicrous BDÜ "case study" is brilliant. It is short of fact and science and follows a familiar lightweight format we all know from modern "news" reporting. And however much better custom, optimized MT engines are said to be, it is Google Translate more than any other which casts the biggest shadow across the translation landscape.

I remember a few years ago how Kilgray once objected on ethical principle to officially supporting a Google Translate plug-in for memoQ, because of the very real violations of confidentiality and often law which occur when translators send their clients' content to Google for processing. This promiscuity with the intellectual property and privacy rights of others is not excused by the frequency of its practice any more than the widespread practice of unsafe sex in countries devastated by  double-digit AIDS infection rates makes the risk of illicit mingling any less.


But SDL, long an ethical "innovator" in the world of translation (remember how the Trados gang brought you the Big Lie of how translators prefer to give fuzzy discounts - long before most translators had CAT tools or even knew what a fuzzy match was), apparently had no such reservations and made the tools to facilitate breaches of confidentiality more accessible to translators and wannabes, so Kilgray as well as many others gave in to popular demand and indifference to the law and released its own Google Translate plug-in officially. (Of course I support the right of SDL, Kilgray, Atril and any other company to make such tools freely available. A Google Translate plug-in no more violates intellectual property rights than guns kill people. We all know and accept that it is humans and their weak nature which are at fault, and we can do nothing about that but let things take their course, right?)

Reactions from translators who understand German were fascinating. Some pointed out that the New York Times had already "gone there" (not really - the translations of literature snippets are even less relevant I think... I want to see real-life risks shown with electrical repair instructions and instructions for surgery or the use of pharmaceuticals), others criticized the BDÜ for not showing side-by-side comparisons of the machine's erroneous spew and Ralf's correct text. But I think the Devil's distraction is in the details.

The BDÜ is generally rather hidebound and out of touch with many aspects of modern translation practice; the pages of nonsense in the online registration for their recent conference in Berlin tried my patience to the point where I decided to stay home and make jam for the second time. But this time they got it all right I think.

A good guerrilla knows that the battle is about hearts and minds, and since most of the public is a bit short in the latter capacity, it's best to go straight to the heart of the matter with an entertaining show. A week after watching the "report", few will remember the details. But they will remember the emotions evoked and the air of authority projected. MT will lose every battle of fact on the fields where its carnies pitch their tents and the public crowds gather, but the shysters have a very sure advantage and exploit it at every opportunity: the naive confidence of the scientifically illiterate that "progress" will continue and things will always get better, MT included. I hear this all the time from colleagues. The less they understand the technology they use, the more they are willing to be used by it, and the greater their confidence that it will inevitably infiltrate their necessary professional activities.

A similar confidence once existed for the impending discovery of the Philosopher's Stone to turn lead to gold, occupying even the greatest minds like Sir Isaac Newton. Skeptics like me were most likely laughingstocks to go against such wisdom.

The way to win this "war" is not with facts to be forgotten in a day. The path to the victory of good sense and the human spirit lies in a bit of theater like the BDÜ has offered and perhaps some good jokes like the late Miguel Llorens so generously shared at the expense of dishonest MT promotion.

That is something which the carnies have good reason to fear.

Mar 10, 2012

Just for fun: 8 MT engines for DE>EN compared

When technology guru Jost Zetzsche (Twitter: @jermobot) recently reminded the world of the relative new memoQ plug-in for itranslate4.eu, I thought I would test and blog it for fun if not profit. Alas! The key validation for the free demo (10,000 characters) I "purchased" isn't working for me, so I decided to have fun another way until that gets sorted out. I plugged two sentences into their engine offering translations from six commercial MT tools, then I put the same two sentences in Google and Microsoft's MT engines. One of these sentences is fairly simple in structure, the other less so. I won't comment the results much; I leave judgment to experts and fools to make as they choose.

The results layouts for Google & Bing were modified for better viewing. I think there are plug-ins for all these engines in a number of tools if anyone is daft enough to really want to use them productively (thus unprofessionally ignoring many confidentiality requirements for clients quite aside from other possible issues).


PROMT actually got it right and idiomatic. Should I be impressed? Repeats with other simple sentences showed that accuracy is a real crapshoot for all six engines, though True Believers in MT can serve the machine by suggesting improvements. I did my part by submitting improvements for sentences related to the ongoing Vatican scandals about abuse by priests.


Go Google! Nice to know there are so many ProZ translators depending on this great engine :-)


Full points to Big Bill & Co. this time. Two out of eight got it right. Hmmmmmmmm.

Now for something a wee bit more, taken from the Wikipedia entry on photovoltaics...


Our friendZ at Google say:


Now Big BillZ BoyZ get their chance:

O what a Brave New World, that has such technology in it :-) I think I'll stick to my specialties and use the Dragon if I feel the need for speed. I can dictate fresh faster than I can analyze and fix even the simplest "close calls" for correctness.

Of course, sentence-by-sentence, results will differ in reliability with every engine. But isn't it simply better to use the most reliable engine of all: BAT* with a good translator?

A recent LinkedIn discussion went on at length about quality metrics and other bla bla for MT. And there are various discussions of "best practice". Given enough beer or other intoxicating substances, I'm not averse to engaging in such discussions, and the ten-year-old in me who still likes to fiddle with things IT does take an academic interest in the subject of MT and productivity, but if I want real work and real quality (and yes, Renato, Kirtee, et alia there is such a thing, though its definition will vary by domain and be ever disputed... try telling a customer trying to understand a user manual that it doesn't exist or watch the faces in an audience as a translated speech is delivered in various versions, or send your marketing brochure for the UK to Bangladesh or Russia because rates are lower) I will find it with methods that stay far away from MT. Let the competition do otherwise. PLEASE.

* "brain-assisted translation", a concept once common in the days before the IT devoloution of the profession and still favored by a few high-earning dinosaurs



Jan 22, 2010

Much Ado About AdSense





In Ye Merrye Olde World of Translation Workhouses, there has been renewed debate lately regarding immodest and professionally unacceptable Google Advertisement in the kingdom. This was noted, along with a few examples, in my Facebook commentary "Get your mail order brides through ProZ!". After I wrote my comments, the original debate thread (in German and English) continued and has not yet been locked, though my post (see below) took more than 24 hours for vetting (yes, I'm on probation again - God only knows why), and even Ralf Lemster's posts must now be individually approved, because the management is concerned about his "tone" in the matter. I find it rich that a person who was one of the longest-serving moderators on ProZ, who helped establish the brand in Europe and handled its payments here for years, who is respected by everyone who knows him for his competence and absolute straight arrow ethics as well as his helpfulness to those who are serious about the business of translation be treated like a naughty teenager because he thinks that fraudulent diet ads and offers of mail order brides do not project an image that will help translators in their business. His calls for action and accountability - and those of others - have been brushed off with platitutes about "two ecosystems" and other irrelevancies. There is a problem, however, when sewage from one ecosystem - the advertising system that constitutes the bulk of revenue at ProZ - pollutes the ecosystem in which translators try to do business. I commented:

Durchaus bedenklich. Altogether worrisome.


Imageschaden sind bei solcher Werbung vorprogrammiert. Für uns, auch für ProZ allgemein.

Es ist klar, dass Werbung wohl einen notwendige Beitrag zum Betrieb leistet und auch leisten muß, und ich finde den angemessenen Einsatz von Werbung in Ordnung, sogar positiv. Diese muß auch nicht rein sprachdienstleistungsbezoge sein - die Reisebranche ist lukrativ und auch passend zu einem internationalen Image. GermanWings- oder EasyJet-Werbung würde sogar ich von Zeit zu Zeit anklicken. Aber der aktuelle Ansatz ist einfach nicht akzeptabel, und ich finde, es gibt akuten Handlungsbedarf.

***************

With such advertisement, damage to image and reputation is inevitable, for us and for ProZ in general.

It is clear that ads probably make a necessary contribution to operations and that this must also be. I find the appropriate use of advertisement OK, positive even. It also need not be strictly related to language services; the travel sector is lucrative and fits an international image. Even I would click on GermanWings or EasyJet advertisement occasionally. However, the current approach is simply not acceptable. I find there is an urgent need to take action.





Time and again ProZ staff have claimed that it isn't possible to filter properly for languages other than English. However, information from other colleagues contradicts this. I won't speculate about this discrepancy, and in this case I'm not sure if all parties are really talking about the same thing. I'm not comfortable with this lack of reliable information, so I'm contemplating doing what any trained scientist would do: design and run an appropriate experiment. I have an AdSense account which I had to set up for purpose unrelated to any blog (and which I have never used, so I know next to nothing about it). I am considering immersing myself in the cesspit of Google ads and experimenting with them on this blog so that I can understand myself how these filters work, what the options are and who is giving the real story in the whole argument on ProZ.

If I do this, I will tweak the filters in various ways, then sit back and watch the results. I'm sure that not all of them will be good, so I apologize in advance for anything offensive. And then I'll take those ads off, because I don't want this space polluted with them for the long term. I have nothing against stuff like the AIT partner program, because I like their products for the most part and feel that they play a useful role in a freelance translator's business, and if SDL wants to sponsor a square centimeter of space at the bottom for fifty million euros a year, I might not say no, but I can't imagine allowing Google to determine what is relevant and helpful for someone who takes the time to read what I have to say. And *if* I do this, I will report the results, of course.



 

Nov 11, 2009

In the echo chamber of social media

Rod said...
I see you're going hog wild in the social media echo chamber ;-> I bet in the end that quietly doing translation work and then enjoying your free time will prove more profitable than chasing after loopy followers.
This comment on my Listening to Jeffrey post by our colleague in Japan reflects the confusion that a lot of people have with regard to so-called "social media" and the role these now play and will play in the future in our business and others. In fact, the latest newsletter from Mr. Gitomer included an interesting article on this very subject. According to Mr. Gitomer's definition of social media and my own understanding of the term, this "echo chamber" is where I and many others make a living. All of it.

Nitpickers will point out that Gitomer's definitions of social media confuse Web 1.0 and Web 2.0 media, but I don't think such distinctions are particularly productive. I think it's important to consider one's online presence as a whole. This will include e-mail, static media, dynamic media and interactive media, and the lines are not always clearly drawn between these areas. In the end what matters is that potential clients and colleagues with shared interests can find you and interact in some useful way, with the ultimate result hopefully being that the electric bill and a few other things get paid.

My business uses no local advertising. I have a sign next to the door so temporary postal workers don't walk away with my business mail undelivered, but local directories, yellow pages, etc. are not graced with my business presence in any form. And as much as I agree that it is valuable to attend local business chamber mixers and get involved in other community organizations, time is short, and I usually prefer to spend that limited time exercising the dogs, hunting or studying for a test. The time I spend "advertising" my business - or more correctly making the world aware of the fact that I exist and offer certain services - is generally better leveraged online. The experience of others may differ, of course. And along with the inevitable echo that over 30,000 Google hits brings (one friend recently complained that Google autocompletes my name, but I think that's normal), comes a steady stream of interesting professional contacts and inquiries resulting from the full range of online media I use.

What are these media and how do I use them? Some of this is covered in many earlier posts, but I'll take this opportunity for a recap and overview, because my approach is developing as I learn more, and it might be useful in six months to a year to see what has changed.

Let's start with e-mail. That's not really what one thinks of under the category of social media, but it is the most frequent direct means of communication that many of us use with our clients and colleagues, and it is often a gateway to social media interactions. How is that? In my e-mail signature I list addresses for my business web site, translation blog and translation-related Twitter account (so far, perhaps more to be added). I don't list my Skype account, though many do, and many use that tool to communicate with agency PMs and direct customers. Some of my signatures also include my pompous-sounding, legally protected German professional title as a state-examined, court-sworn translator. As silly as it sounds, it does carry weight with some clients, and it answers the question "Can you certify a patent translation?" without anyone saying or writing a word. There are many opportunities to use an e-mail signature effectively as a tool for improving communication and promoting your business.

There's this blog. Despite the irritating overabundance of comments on translation portal politics and other irrelevancies from time to time (virtual watercooler gossip, not to be confused with Any Bell's excellent Watercooler site), most of the posts reflects my professional interests as a translator in some way, including resources and tools which I think make my work easier. In some cases this provides information to prospects or current customers that make it clear that a particular project might be a good fit. Or tips I provide in the blog or a public forum may head off a private e-mail request or telephone call asking for help on a subject I have already explained a few hundred times. I began to write and publish little "how to" guides in PDF format a few years ago, because colleagues, customers and complete strangers were asking an enormous number of questions which often could be grouped in a few simple categories and handled in a 5 page written guide with a few screenshots. I usually give these away or actively promote them on web sites, public portals, Facebook, etc. This ultimately saves me time that I can spend on other things, and it demonstrates my competence in certain subject areas, which is often good for business.

My business web site is horribly outdated. I think it was last worked on seriously in December 2004, though a few minor changes have been made since then. Its successor has been in the works for over three years, but lack of time and my teenage daughter's opinion of my bad German have caused some delay. (I have been criticized for having a business web site only in English when I live in Germany and have most of my customers in German-speaking countries. However, the glass can hold only so much fine wine, and the tablecloth is ruined from the overflow as it is. I also got a belly laugh that the fellow with the harshest critical comments is a German who has French, German and English listed on his web site's landing page, but only the English link works, leading to pages that are shockingly ungrammatical.) In any case, with all its flaws, our site brings in steady business, even from customers who don't speak much English. Some day I'll do these nice people the favor of introducing myself online in German, but not before I have a full time secretary or project manager in my office to answer the phone and say I'm busy.

Online professional forums. For me these include the closed BDÜ members forum (not viewable by the public) and ProZ. Significant business volume and professional support from colleague has been derived from both platforms. I also have profiles registered with at least half a dozen other portals and forums, but these have not been very productive for me (and I haven't invested much time in them to be honest, so that may be the result), and if I could figure out how to delete some of these profiles (often quite difficult), I would.Depending on your location, qualifications, etc. the ITI, ATA and other organizations may offer other useful alternatives. These forums also contain searchable directories which have resulted in many referrals and excellent new clients over the years.

LinkedIn and Xing are favored platforms for "connecting" with business clients in the opinion of many. I'm present on both, and I find them to be useful tools to keep track of some colleagues past and present as well as clients, but I spend more time reading the Xing hunting forums in German than I do looking for business there. I think there's a lot of potential there, but my presence is and will probably remain largely passive. The structure of these environments doesn't really fit how I prefer to communicate, though I think forming ad hoc groups to discuss issues like crowdsourcing has some value.

If I did training videos as a way of promoting training or other services, I would probably use YouTube. I don't.

Even flawed online content publishing sites like eHow, where I have invested a little time, have brought in interesting business inquiries, though so far nothing of note has come of these. However, the fourteen short articles (11 related to translation) have been viewed over 2700 times in the past 5 months, which might prove beneficial in a business sense at some point if it has not already.

When Rod refers to "echo chambers", I presume he means Twitter and Facebook. I've written enough about the former I think; while I get irritated with one translator who seems to feel the need to let the world know every time she washes her hair, for the most part I have found the Twit Stream useful for communication in both directions. However, I am concerned about the manageability of that data stream, so I follow very few people. I think I've added one (Kilgraymemoq) in the past three months. Twitter has actually become the major mode of communication with a few colleagues who are very high on my professional respect list. Most of our useful exchanges fit well in 140 characters, and I'm sure they're glad not to see my pompous e-mail signature several times a day.

Facebook. Although I've used that platform to keep in touch with old high school friends and college buddies, FB has been a dilemma for business. I have a few friended colleagues there, most of whom I would consider actual friends in the real world or persons whom I would gladly have in that role, but when I get a request from a stranger or business I don't know I am not comfortable with given them access to my personal profile. I really don't think they need to see rude remarks from my sister, the stoned ravings or a high school friend who still hasn't overcome his substance abuse problems after 30 years or the political and military commentaries of my Texan cousin. Recently I read a blog post by Pat Flynn which seems to offer a solution to this problem or at least a plausible approach: Facebook "pages". I looked into this function and discovered that it works almost like a second profile and allows me to collect translation business information in a way that might be useful to my colleagues and clients without annoying the motley crew that constitute my friends and family. For the most part, I've found the setup and maintenance of my Facebook page for translation to be simple, and it lets me organize a few things in a way I cannot currently do with other tools. It feels comfortable. One thing that annoys the heck out of me, however, is the term used to refer to persons who subscribe to the profile stream or request access: fans. Elton John has fans, but until I learn to play piano and sing, I'd prefer a different word. I'm just not sure which one. My Facebook page allows me to organize information I may have published elsewhere in more useful, accessible ways. My "target price defense tool" - a spreadsheet for calculating a word or line price to counteract a Trados scale one disapproves of - has been available for some time on the How To tab of my ProZ profile for over a year and was even mentioned on this blog in its early days, but except possibly for members of a Bavarian BDÜ chapter who may have received the German version on a CD, I don't think many are aware of it. FB provides another channel which allows me to help fellow translators with information like this or agencies and direct clients with other issues.

As for chasing loopy followers, if henna gaijin applies, it's your issue, not mine or anyone else's ;-) Doing business involves letting people know what you do in a variety of ways, and I don't generally find it useful to put a money meter on every activity. Really understanding the changing world of online media means hands-on involvement, not eternal grumbling over a sake flask. Moreover, teaching and communication are important to me, and I will offer information in any channel which I think is of potential use to those who may benefit. Sometimes this may involve looking beyond the edge of my plate as the Germans are fond of saying. The world continues to change, and the long term viability of a business may very well be tied to taking steps today to explore communication media which may be important tomorrow and which are not obviously related to my main professional activities. If in five years most translation buyers and translators hang out on Third Life, I'll probably be there somewhere.

There are some things I plan to publish on my business page on Facebook which I really don't know where I should put elsewhere. I have a huge number of links to online dictionaries and other resources which follow various topics I translate frequently. I suppose I could do a "Links" page on my business web site, but I would really rather not for various reasons. It seems to me that the Facebook "Notes" function might be a more useful way to organize links related to hunting terminology, sustainability and corporate responsibility, materials science, etc. If desirable I suppose I could even use the Facebook pages or groups functions to organize information on specific translation topics. I might have to look into that someday.

And the next time I am accused of robbery, I'm sure that my participation in Facebook will prove useful :-)

Nov 8, 2009

Google Books

I'm sure we've all read the press reports about Google Books over the past year and the ambitious attempt to put a kazillion books online. From time to time when doing terminology searches, I have run across useful technical dictionaries that are not part of my private library but which are at least partially viewable on Google Books. Today, for example, I discovered a searchable version of Goetzel's German to English Dictionary of Materials and Process Engineering there. The hardcopy resides permanently on my desk, but it was actually quite nice to be able to keyword search the scanned version through Google. Curious to find out how many other of my favored paper references are to be found, I did a bit of searching and make a few other nice discoveries. This might be worth a look - see if your favorites or other useful reference works are available.

Some scanned books can even be downloaded as PDF files. Just for fun, I used the GB search engine to look for fully viewable books and used the keyword Wörterbuch for the search. I came up with 3,653 hits, including interesting gems like a dictionary about bees from the year 1765. Now this isn't the sort of thing needed every day, but just a few weeks ago I got a request to translate an 18th century biology text. Google Books might very well be a useful reference source for such historical work.

I hope this sort of thing continues. When I think of how hard it used to be to find books and how much time I used to spend driving from one library to another around Southern California, I wonder what wonderful place I've woken up in. A few years ago my mother sent me a digital photo of an old theological work inherited from one of my grandfathers. The thing was in Latin and alleged to be from the 16th century (based on oral family history). With the help of online search tools it took me about ten minutes to find out what the book was, which later edition that specific book was and what historical context it fit in. That probably would have taken me a month to figure out twenty years ago, or at least a long afternoon at the Huntington Library. I suppose that if I look on Google Books I'll probably find that one too....

Jul 18, 2009

Real-time terminology sharing with Google Docs (reBlog)

Here's an interesting idea I just encountered on the blog of an esteemed colleague:
We took the opportunity to test the Google Docs spreadsheet as a remote real-time shared terminology tool. We wanted to know if it would allow us to open our glossary at the same time to check terminology and add, change, and delete entries.Riccardo, About Translation: Real-time terminology sharing with Google Docs, Jul 2009
You should read the whole article!