Features of the term checker for ASD-STE100

"The Term Checker did an excellent job of identifying instances where an approved word had a not-approved part of speech, for example 'aid' was used as a verb but is only approved as a noun… Automatic style and vocabulary checking tools for technical communicators are typically expensive and require a considerable training effort. The STE Term Checker is a powerful yet easy-to-use checking tool."

Uwe Muegge, former Chair of ASTM Subcommittee F43.03 responsible for language translation standards. Read Uwe's review in TechScribe STE Term Checker (https://works.bepress.com/uwe_muegge/85/download/).

Term checker with sample text

The primary problems that the term checker identifies are as follows:

For a full list of rules, refer to 'Term checker rules'.

For a video demonstration, look at the video that shows the basic features of the STE term checker (9 minutes).

The GUI version of the term checker that is shown in the screen shot is for plain text only. To do an analysis of XML, you must use the LanguageTool HTTP server to get results as JSON.

Get more information about a warning

Right-click a warning and click 'More' to see examples of correct and incorrect text. There are 2 approved alternatives, but the screen shows an example for only 1 approved alternative.

Select the rules to use (activate or deactivate)

The term checker has thousands of rules. Some rules always find text that is not an error:

To select the rules to use, do one of these:

Use the command line program for large files

You cannot easily use the GUI version (languagetool.jar) of the term checker to check a large document. As an alternative, you can use the command line version of LanguageTool. In a test, the command line program checked a text document that contains 500,000 words in 45 minutes.

To use the term checker in the command line program, use this command:
java -jar languagetool-commandline.jar -l en-US <path to file>
where <path to file> is the path to the text file. Example:
java -jar languagetool-commandline.jar -l en-US ..\data-files\sample-text-for-ste-term-checker.txt

Windows command-line program running the term checker with sample text

With a large file, there is a delay before you see the results.

To make sure that you can see all the results, send the output to a file. Example:
java -jar languagetool-commandline.jar -l en-US ..\data-files\half-million-words.txt > half-million-analysis.txt

For a list of options, type this command:
java -jar languagetool-commandline.jar -h

Use the LanguageTool HTTP server to get results as JSON

You can use the LanguageTool HTTP server to get the term checker analysis as JSON.

The JSON results are filtered such that for a match position, only one message is shown. Thus, the analysis in the GUI can be different from the JSON analysis. The screenshot shows 2 messages in the GUI and 1 message in JSON:

The GUI shows 2 messages, but JSON has only 1 message

The API lets you use the data parameter to specify markup, which is ignored during the analysis of text. Thus, you can use the term checker with HTML pages and XML files. (TechScribe cannot help you with this task.)

Use the term checker with other software

You can use the term checker with all the software that integrates with LanguageTool.

For technical writers, the most important integrations are with the Oxygen XML Editor, the FontoXML Content Quality App, and Microsoft Word.

Oxygen XML Editor with the term checker

STE term checker with sample text in Oxygen XML Editor

Install the term checker for ASD-STE100 in Oxygen XML Editor.

FontoXML Content Quality App with the term checker

STE term checker with sample text in FontoXML Content Quality App

The FontoXML Content Quality App is an extension of the Fonto Editor.

To use the term checker with the FontoXML Content Quality App, get help from FontoXML.

Microsoft Word with the term checker

STE term checker with sample text in Microsoft Word Online

Install the LanguageTool add-in for Microsoft Word.

RSS feed