Versions in this module Expand all Collapse all v0 v0.5.0 Feb 7, 2023 Changes in this version + type TermIndex struct + func NewTermIndex(capacity int) *TermIndex + func (i *TermIndex) Add(t string) int + func (i *TermIndex) Count() int + func (i *TermIndex) Frequency(term string) float64 + func (i *TermIndex) IndexOf(term string) int + func (i *TermIndex) String() string