| Package | Description |
|---|---|
| io.spokestack.spokestack.nlu.tensorflow.parsers |
This package contains slot parsers provided by default with Spokestack and
utility code used across different slot types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DigitsParser
This parser converts a string representation of a sequence of digits into the
corresponding sequence of digits.
|
class |
IdentityParser
A parser that does not alter string slot values recognized by the model.
|
class |
IntegerParser
This parser converts string representations of integers into integers.
|
class |
SelsetParser
A parser that resolves selset values to their canonical names.
|
Copyright © 2021. All rights reserved.