Voting helps other researchers find interesting modules.
Tokenized text with optional original representation.
text
String.t
nil
token
list(String.t)
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSciencelitTokenizedText{ text: String.t() | nil, token: [String.t()] | nil }
@spec decode(struct(), keyword()) :: struct()