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
-
Halcyon Creates Anti-Ransomware Protection for Linux
As more Linux systems are targeted by ransomware, Halcyon is stepping up its protection.
-
Valve and Arch Linux Announce Collaboration
Valve and Arch have come together for two projects that will have a serious impact on the Linux distribution.
-
Hacker Successfully Runs Linux on a CPU from the Early ‘70s
From the office of "Look what I can do," Dmitry Grinberg was able to get Linux running on a processor that was created in 1971.
-
OSI and LPI Form Strategic Alliance
With a goal of strengthening Linux and open source communities, this new alliance aims to nurture the growth of more highly skilled professionals.
-
Fedora 41 Beta Available with Some Interesting Additions
If you're a Fedora fan, you'll be excited to hear the beta version of the latest release is now available for testing and includes plenty of updates.
-
AlmaLinux Unveils New Hardware Certification Process
The AlmaLinux Hardware Certification Program run by the Certification Special Interest Group (SIG) aims to ensure seamless compatibility between AlmaLinux and a wide range of hardware configurations.
-
Wind River Introduces eLxr Pro Linux Solution
eLxr Pro offers an end-to-end Linux solution backed by expert commercial support.
-
Juno Tab 3 Launches with Ubuntu 24.04
Anyone looking for a full-blown Linux tablet need look no further. Juno has released the Tab 3.
-
New KDE Slimbook Plasma Available for Preorder
Powered by an AMD Ryzen CPU, the latest KDE Slimbook laptop is powerful enough for local AI tasks.
-
Rhino Linux Announces Latest "Quick Update"
If you prefer your Linux distribution to be of the rolling type, Rhino Linux delivers a beautiful and reliable experience.
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