Categories
Felix tools

Felix extension for OpenOffice Writer

I’ve just released a Felix extension for OpenOffice Writer. This extension allows you to use Felix from inside OpenOffice.

To install the extension, first download the file:

Felix_OpenOfficeWriter_1.0.zip.

Save the file to your computer, then unzip it. If OpenOffice Writer isn’t already running, start it.

Now from the Tools menu, select Extension Manager…

Tools - Extension Manager menu selection

The Extension Manager appears. Click Add, then select the file “Felix.oxt”.

Extension Manager dialog box

Close the dialog box, then close and restart Writer. The Felix toolbar and menu should appear.

OpenOffice Writer with Felix menu and toolbar

You can now use Felix from OpenOffice in much the same manner as MS Word. There’s no documentation yet, but the Felix manual entry for MS Word should provide an overview of the basics.

There are still some kinks to work out. For example, the extension currently ignores text formatting, and the keyboard shortcuts don’t seem to work properly in OpenOffice 2.4. I’ll be working to improve the extension, and release updates.

This extension is released under the MIT License, which means that you’re free to modify it, study and learn from it, or use it in other projects with no restrictions. If you do make improvements to the extension, however, I ask that you send them to me so I can feed them back to other users.

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
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
.

Categories
website

Online wordcount tool now supports PDF files

I’ve added support for PDF files to my online wordcount tool. Now the tool can provide word counts for PDF files using the pyPdf library.

Addendum: I’ve replaced pyPdf with another pure-python library, pdfminer, which is much more robust at handling PDF files.