Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrTokenNotFound = errors.New("token not found") ErrVectorNotFound = errors.New("vector not found") )
Functions ¶
This section is empty.
Types ¶
type Tok2Vec ¶
type Tok2Vec struct {
// contains filtered or unexported fields
}
Tok2Vec is designed to convert tokens to vectors for multiple documents so that tokens that exist in multiple documents will be assigned a single vector.
func NewTok2Vec ¶
func NewTok2Vec() Tok2Vec
func (*Tok2Vec) Toks2VecsFloat64 ¶
Click to show internal directories.
Click to hide internal directories.