| Package | Description |
|---|---|
| io.spokestack.spokestack.nlu |
This package contains components used for natural language understanding.
|
| io.spokestack.spokestack.nlu.tensorflow |
This package contains components used to perform NLU with an on-device
TensorFlow Lite model.
|
| io.spokestack.spokestack.rasa |
This package contains components used to perform NLU with Rasa NLU.
|
| Modifier and Type | Method and Description |
|---|---|
NLUService |
NLUManager.getNlu()
Get the NLU service currently in use.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TensorflowNLU
On-device natural language understanding powered by DistilBERT and TensorFlow
Lite.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RasaOpenSourceNLU
An NLU component that submits utterances to a Rasa Open Source server to
retrieve responses.
|
Copyright © 2021. All rights reserved.