Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cooccur ¶
type Cooccur struct {
// contains filtered or unexported fields
}
func NewCooccur ¶
func NewCooccur(vocab VocabCount, bigramStorage storages.BigramStorage, op *options.GloveOptions) *Cooccur
type VocabCount ¶
func NewVocabCount ¶
func NewVocabCount() VocabCount
func (*VocabCount) Add ¶
func (o *VocabCount) Add(word string)
func (*VocabCount) AddCount ¶
func (o *VocabCount) AddCount(wc *WordCount)
func (VocabCount) Len ¶
func (o VocabCount) Len() int
func (VocabCount) Sort ¶
func (o VocabCount) Sort(min, max int) (result []*WordCount)
Click to show internal directories.
Click to hide internal directories.