Version 1.0.0
Release Date:
Overview
This document provides information about the NLU tags supported by the en-US Universal deepNLU® xPack. Use NLU tags to explicitly enforce the detection of specific entities. These tags capture patterns globally, even if the native miniApp is inactive. This ensures accurate extraction of data such as dates, times, and alphanumeric sequences.
Supported NLU Tags
The following table lists the NLU tags available in the en-US Universal deepNLU® xPack, along with their purpose, example utterances and system interpretations.
|
NLU Tag |
Purpose |
Utterance and Interpretation |
|---|---|---|
|
|
Enables context-sensitive processing of alphanumeric sequences, numeric-only sequences, or alphabetic-only sequences. This tag is particularly useful when users provide mixed letter-number combinations or when the input format is ambiguous. |
a b 4 6 l m 3 2 |
|
|
Activates specialized processing for alphabetic-only sequences. Use this tag when you need to capture letter sequences. |
a b c d |
|
|
Processes date range expressions, extracting both the start and end dates from user input. |
from april second to may eleventh |
|
|
Enables context-sensitive processing of numeric sequences. This tag handles both digit sequences and spoken number words. |
1 2 3 4 5 |
|
|
Marks the entire user input as a single Text entity. |
my name is Adam |
|
|
Handles yes/no responses and binary confirmation queries. This tag processes affirmative and negative responses, including variations and ambiguous answers. |
yes |
|
|
Specifically designed for credit card expiry date recognition. This tag processes various date formats commonly used for card expiration information. |
09/29 |
|
|
Identifies and processes complete date expressions, including day, month, and year components. This tag handles both numeric and spoken date formats. |
12 03 2021 |
|
|
Processes date expressions where only the day and month are specified. |
13 03 |
|
|
Processes combined date and time expressions, extracting both temporal and hourly information from a single input. |
july first twelve thirty |
|
|
Identifies and processes time expressions. |
seven |
|
|
Identifies and processes alphanumeric sequences containing both letters and numbers. |
1 a b 1 1 |
|
|
Identifies and processes monetary amounts. |
three hundred |
|
|
Processes percentage expressions. This tag recognizes both explicit percentage mentions and numeric values that may represent percentages in context. |
fifty percent |
Version 1.0.0
Last updated 2025-12-19 21:32:34 +0100