Categories
marketing

No excuse for lousy customer support

Susanne Aldridge III over at In-House Translators – A Dying Breed has a post about why we shouldn’t pick on Trados for its lousy customer service.

From what I could gather, the reasons are:

  1. Service/support personnel are underpaid
  2. Lots of big companies have lousy customer support.

I don’t think that either excuse flies. Firstly, if a company charges you (a lot!) for support, then there’s no excuse for having an underpaid and under-trained support staff. It just makes me feel like a sucker, because the vendor is pocketing my support fee as a revenue stream rather than a way to improve customer satisfaction.

And yes, lots of big companies have poor customer service. This happens when companies look at customer service as an expense to be minimized, rather than an opportunity to improve their product or service.

If you’re a freelance translator or business owner, I’m sure you don’t treat your customers the way Susanne describes her customer-service stories. So don’t stand for it when you buy products and services either.

I have very little patience for poor customer support. In today’s global market, I’m no longer stuck in thrall to a single vendor: I can and do shop around. If a particular vendor doesn’t give me proper support, then I’m sure that there’s another one more than happy to take my money.

Categories
Felix resources

Felix glossaries compiled from Wiktionary

I’ve just added 1,388 new glossaries from 43 language pairs, compiled from the Wiktionary project.

Go to Felix Wiktionary glossaries page

Wiktionary is a community-contributed dictionary site that is a spin-off of Wikipedia. There are hundreds of langauges on Wiktionary, but I narrowed this down to 43 using this list of the 50 most widely spoken languages in the world.

The glossaries were compiled from a site snapshot taken on November 12, 2008. I scanned through the XML site download, created lists of all translation pairs, and then compiled Felix glossaries from them.

Wiktionary is licensed under the GNU Free Documentation License, and so are the Felix glossaries compiled from it.

Categories
Felix translation memory

Stand-alone versus embedded CAT tools: trade-offs

Computer assisted translation (CAT) tools need to provide an editor in which to perform the actual translation. There are basically two ways to accomplish this:

  1. Providing a stand-alone editor
  2. Providing a plug-in (add-in) to an existing editor

Both approaches are used by various CAT tools. Felix actually has both: Felix itself comes with interfaces for MS Office, and Tag Assist is a stand-alone editor for HTML.

Each approach has its strengths and weaknesses.

Providing a stand-alone editor

Stand-alone editors have two main advantages. Firstly, they’re more stable because they don’t have to worry about maintaining compatibility with multiple versions of the editor they’re plugging into. Secondly, since they can design the editor environment specifically for translation, they can make a smoother workflow.

The main weakness of the stand-alone approach is that you’ve got to re-implement all that word/document-processing functionality. Things like spell checking, word counts, and rich formatting take a lot of time to implement, and you would basically them get for free by piggy-backing on an existing editor.

Another weakness of the stand-alone approach is support for document formats. With MS Office in particular (pre-2007), a closed, binary format was used, making perfect conversion between the MS Office format and the stand-alone editor quite difficult. Even the Macintosh and Windows versions of MS Word have notorious interoperability issues.

Providing a plug-in

Using a plug-in approach with an existing editor also has two major advantages. The biggie is that you can leverage all the non-trivial work that has gone into developing that editor. Office is Microsoft’s killer app, and several lifetimes worth of programmer hours have gone into developing it.

Secondly, this approach allows you to use the same file formats as your client. When using a stand-alone editor, there’s generally some sort of filter process going on, first to import the Office document into the editor environment, and then to put the translation back into the original format. When you’re dealing with very simple documents this isn’t usually a problem, but things soon break down. This may be alleviated somewhat in the future, as Microsoft Office moves to its new, open, XML-based format. Time will tell; but even so, expect a few years at least until most consumers of translation move away from the older Office formats.

Another benefit of the integrated approach is user familiarity: if your users are used to MS Word, then having your tool integrated into MS Word should have a shallower learning curve than making them learn a new editor.

The biggest weakness of the integrated approach is that you’ve got to support a foreign interface, usually across multiple versions. This greatly multiplies the failure points of the software. One example of this in the case of Felix is PowerPoint 2007. The first Felix interface from PowerPoint was developed for PowerPoint 2000, and it worked fine with PowerPoint XP and 2003. But when PowerPoint 2007 was released, a change in the code caused PowerPoint to melt down and crash hard (requiring a reinstall) if the Felix add-in was installed. I scrambled and patched the interface as quickly as possible, but due to problems with my then-distributor, it took several months for the new version to be released, and during that time I had to advise users to not use Felix with PowerPoint 2007.

With the stand-alone approach, you don’t have these compatibility issues.

Conclusion

Choosing a stand-alone versus an integrated interface is about making trade-offs. With the stand-alone approach you get greater stability and customization at the expense of feature richness, while with the integrated approach you get a rich feature set, document compatibility, and user familiarity at the expense of greater fragility.

Categories
tools

Align Assist version 0.4 released

I’ve released a new version of Align Assist. The main improvement in this version is the ability to specify URLs as the source/translation. Now, you can enter the URLs of any two web pages, and align their text.

Align Assist main window

What is Align Assist?

Align Assist is a free tool to create Felix translation memories (TMs) from legacy translations. You select a source file and translation file, then align them in a grid window. Once the source and translation segments are aligned, select File >> Save to save them as a Felix TM.

Align window

Align Assist can align many different file types, including Microsoft® Word (.doc, .rtf), PowerPoint (.ppt), and Excel (.xls, .csv), as well as HTML, XML, text, and PDF files.


Click here to go to the Align Assist page
.