Penelope v0.2.1 Penelope.ML.Text.TokenFeaturizer
The token featurizer converts a list of tokenized documents into a map per token, in the format used for sequence classification.
Link to this section Summary
Functions
transforms the sequence feature list
Link to this section Functions
Link to this function
transform(model, context, x)
transform(model :: map(), context :: map(), x :: [[String.t()]]) :: [[map()]]
transforms the sequence feature list