Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadForCmd ¶
Types ¶
type Corpus ¶
type Corpus interface { IndexedDoc() []int BatchWords(chan []int, int) error Dictionary() *dictionary.Dictionary Cooccurrence() *co.Cooccurrence Len() int Load(*WithCooccurrence, *verbose.Verbose, int) error }
type Options ¶
func DefaultOptions ¶
func DefaultOptions() Options
type WithCooccurrence ¶
Click to show internal directories.
Click to hide internal directories.