Add a Grammar Checker to OpenOffice.org using the After the Deadline Extension
Productivity Sauce
The lack of a grammar checker is a pet peeve of many OpenOffice.org users. But there is a solution for those who are in desperate need of grammar checking capabilities in the productivity suite. The After the Deadline (AtD) extension adds a grammar checking feature based on the open source language checking server developed and maintained by Automattic (the company behind the popular WordPress software). The AtD server uses a combination of artificial intelligence and natural language processing technology to find writing errors and offer smart suggestions.
To make use of the AtD extension, you need OpenOffice.org 3.2 or later and Sun Java Runtime Environment 1.5 or higher. Installing the AtD extension is a pretty straightforward affair. Grab the latest version of the extension. In OpenOffice.org, choose Tools | Extension Manager, press the Add button, select the downloaded .oxt file, and press Open. Restart OpenOffice.org, and you are done. Before you start using AtD, you have to specify what kind of grammatical and style issues it should detect. To do this, choose Tools | Extension Manager, select the AtD extension, and press the Options button. Enable then the desired options by ticking the appropriate check boxes. Press OK when done. That's it, AtD is ready to go. Start typing, and when AtD detects a grammatical issue, it highlights it using a blue wavy line. Right-click on the highlighted fragment to view a brief description of the issue and its possible solution.
By default, the AtD extension uses the official AtD server, which requires an Internet connection. But you can also deploy the AtD server on your machine, which lets you use the service even when you are offline. To install the AtD server, download the latest AtD distribution from the project's Web site, unpack the downloaded archive, switch to the resulting directory in the terminal, and run the ./run.sh command (or ./run-lowmem.sh command if your machine has no more than 1.5GB RAM). Next, choose Tools | Extension Manager, select the AtD extension, press the Options button, and replace the default URL in the Proofreading Service section with http://127.0.0.1:1049. Press OK, and you are done.
Comments
comments powered by DisqusSubscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
Systemd Fixes Bug While Facing New Challenger in GNU Shepherd
The systemd developers have fixed a really nasty bug amid the release of the new GNU Shepherd init system.
-
AlmaLinux 10.0 Beta Released
The AlmaLinux OS Foundation has announced the availability of AlmaLinux 10.0 Beta ("Purple Lion") for all supported devices with significant changes.
-
Gnome 47.2 Now Available
Gnome 47.2 is now available for general use but don't expect much in the way of newness, as this is all about improvements and bug fixes.
-
Latest Cinnamon Desktop Releases with a Bold New Look
Just in time for the holidays, the developer of the Cinnamon desktop has shipped a new release to help spice up your eggnog with new features and a new look.
-
Armbian 24.11 Released with Expanded Hardware Support
If you've been waiting for Armbian to support OrangePi 5 Max and Radxa ROCK 5B+, the wait is over.
-
SUSE Renames Several Products for Better Name Recognition
SUSE has been a very powerful player in the European market, but it knows it must branch out to gain serious traction. Will a name change do the trick?
-
ESET Discovers New Linux Malware
WolfsBane is an all-in-one malware that has hit the Linux operating system and includes a dropper, a launcher, and a backdoor.
-
New Linux Kernel Patch Allows Forcing a CPU Mitigation
Even when CPU mitigations can consume precious CPU cycles, it might not be a bad idea to allow users to enable them, even if your machine isn't vulnerable.
-
Red Hat Enterprise Linux 9.5 Released
Notify your friends, loved ones, and colleagues that the latest version of RHEL is available with plenty of enhancements.
-
Linux Sees Massive Performance Increase from a Single Line of Code
With one line of code, Intel was able to increase the performance of the Linux kernel by 4,000 percent.
After the Deadline compared to Language Tool
1. After the Deadline uses a statistical language model to detect misused words and present appropriate grammar/style suggestions. Language Tool is rule-based. This means that After the Deadline will find a broader range of English errors and present fewer false positive suggestions.
2. After the Deadline is English-only (as far as OOo is concerned). LT supports many languages. If this is important to you, then this is an important point in LT's favor.
3. After the Deadline's English rule-coverage is more comprehensive than LT. It's easier to support one language well and I had a year and a half to work on AtD full-time.
4. AtD requires an English checker because it communicates with the AtD software service. The AtD service is open source and you can run your server locally (requiring no internet then to use it). This is up to you. LT scores points because it doesn't require this. The reason for the server requirement is AtD's statistical language model. This model is huge and loading the whole thing takes up a lot of memory. If you run AtD locally, there is a low memory mode, and it works--but it's slower.
Lnaguage tools
I've using Language Tools for a while in OOorg and I don't need Internet for it :P
GL HF
Axel