Interface TokenCountEstimator


public interface TokenCountEstimator
  • Method Details

    • estimateTokenCount

      int estimateTokenCount(String text)
    • estimateTokenCount

      int estimateTokenCount(DocumentSegment documentSegment)
    • estimateTokenCount

      int estimateTokenCount(List<DocumentSegment> documentSegments)