Uses of Record Class
opennlp.dl.Tokens

Packages that use Tokens
Package
Description
 
  • Uses of Tokens in opennlp.dl

    Methods in opennlp.dl that return Tokens
    Modifier and Type
    Method
    Description
    protected final Tokens
    AbstractDL.encodeTokens(CharSequence text)
    Encodes text as the inputs consumed by a BERT model: the piece strings, their vocabulary ids, an attention mask of ones, and single-segment token types.