Class Tokenization


  • public class Tokenization
    extends Object
    • Constructor Detail

      • Tokenization

        public Tokenization()
    • Method Detail

      • getIndex

        public Integer getIndex()
      • setIndex

        public void setIndex​(Integer index)
      • getObject

        public String getObject()
      • setObject

        public void setObject​(String object)
      • getTotalTokens

        public Integer getTotalTokens()
      • setTotalTokens

        public void setTotalTokens​(Integer totalTokens)
      • setTokenIds

        public void setTokenIds​(List<Integer> tokenIds)
      • setOffsetMapping

        public void setOffsetMapping​(List<List<Integer>> offsetMapping)