| Interface | Description |
|---|---|
| InputPreProcessor |
Applies a pre-processing function on the provided
input. |
| IntentPostProcessor |
Applies a post-processing function on the provided
recognizedIntent. |
| Class | Description |
|---|---|
| EnglishSentimentPostProcessor |
Computes the sentiment associated to the last sentence of the user input.
|
| IsEnglishYesNoQuestionPostProcessor |
Computes whether the last sentence of the user input is a yes/no question.
|
| RemoveEnglishStopWordsPostProcessor |
Removes the English stop words from the intent's parameter values extracted from
any entities. |
| StanfordNLPPostProcessor |
A
IntentPostProcessor using Stanford NLP library to extract information from the user input. |
| StanfordNLPService |
A singleton class that wraps a
StanfordCoreNLP pipeline used to process user messages. |
Copyright © 2020 SOM Research Lab. All rights reserved.