Warnung
[en] Acrolinx has started to phase out support for this configuration option. But don’t worry! We've replaced it with Targets. If you have Targets enabled, you already have an easier way to manage your guidance. Visit Words and Phrases to learn how Acrolinx now handles admitted terms.
[en] Admitted terms are terms that you can use when the preferred term isn’t suitable for a specific context. You can configure how Acrolinx handles these admitted terms.
[en] By default, admitted terms are highlighted if you select Valid terms in the integrations. The integration then highlights preferred and admitted terms in the document in orange. You might want to do this if you're creating a glossary of terms that are in the document.
[en] You might also want to highlight admitted terms together with deprecated terms. The integration then highlights admitted terms in the same color as deprecated terms if you run a check for deprecated terms. This makes users aware of potential terminology issues and encourages them to check that the context of the term is correct.
[en] It's possible to configure Acrolinx to display an option to specifically check for admitted terms and highlight these terms separately from deprecated and valid terms. You can also customize the name of the admitted term status.
[en] By default, admitted terms contribute to the Acrolinx Score when they’re highlighted in the deprecated color. Admitted terms don't contribute to the Acrolinx Score when you configured a separate issue for them. Depending on your requirements, you might want to:
-
[en] have admitted terms contribute to the score if you configured a separate issue for them, or
-
[en] prevent admitted terms from contributing to the Acrolinx Score at all.
Tipp
[en] If you're on an Acrolinx Private Cloud instance and are interested in these configurations, contact us and we'll set them for you!
[en] If you're a Standard Stack user, you can edit the coreserver.properties from the configuration directory. Depending on your installation, your path might look like this:
[en] <config directory>/server/bin/coreserver.properties
Anmerkung
[en] Attention: In the default setting false
, Acrolinx treats and evaluates admitted terms like preferred terms. This is important if you use this property together with other properties that affect admitted terms.
Tipp
[en] Tip: By default, admitted terms contribute to the Acrolinx Score when they’re highlighted in the deprecated color. However, you can configure the Acrolinx Platform to prevent admitted terms from contributing to the Acrolinx Score.
[en] To configure admitted terms so that they're highlighted in the deprecated issue color, follow these steps:
-
[en] Open your overlay of the relevant language configuration file.
[en] If you haven't yet created an overlay of this file, create a new version of the file.
-
[en] Add the following property:
terminology.markAdmittedTerms=true
[en] When you enable this setting and users run checks with Deprecated terms selected, the integrations highlight admitted terms in the deprecated color.
[en] When this property isn't in the configuration file, the default behavior is
false
and admitted terms are highlighted in the valid term color. -
[en] Save your changes and reload the language configuration on the relevant language servers.
[en] Remember: The behavior for admitted terms also depends on the property terminology.markAdmittedTerms
.
[en] To configure a separate issue type and customized name for admitted terms, follow these steps:
-
[en] Open your overlay of the core server properties file.
[en] You find the overlay for the core server properties file in the following location:
<config directory>/server/bin/coreserver.properties
-
[en] Add the following property:
useCustomizableAdmittedTermFlag=true
-
[en] (Optional) To prevent the integrations from suggesting admitted terms as replacements for terminology issues, add the following property:
suggestAdmittedTerms=false
[en] When this property isn't in the core server properties file, you'll see the admitted terms in the suggested replacements for terminology issues.
-
[en] Save your changes and restart the Acrolinx Platform.
-
[en] (Optional) To customize the name of the admitted term status, update the status name in the Dashboard.
-
[en] Open the Dashboard and select Terminology > Customize > Category Manager.
-
[en] Rename the display name of the category admitted to the name of your choice.
[en] The changes are visible in your checking options after you refresh the connection to the server.
-
[en] To configure scoring for admitted terms, follow these steps:
-
[en] Open your overlay of the relevant language configuration file.
[en] If you haven't yet created an overlay of this file, create a new version of the file at the following location:
<config directory>/data/<LANG_ID>/configuration.properties
[en] If this location doesn't exist, create the required subdirectories first.
-
[en] Add the following properties:
terminology.markAdmittedTerms=<TRUE/FALSE> terminology.scoreAdmittedTerms=<TRUE/FALSE>
[en] If either of these properties is set to
false
, admitted terms don't contribute to the Acrolinx Score.[en] Only if both properties are set to
true
, admitted terms contribute to the Acrolinx Score.[en] When these properties aren't present in the configuration file, the default behavior is
markAdmittedTerms=false
andscoreAdmittedTerms=true
, respectively. -
[en] Save your changes and reload the language configuration on the relevant language servers.