Stores can be passed to the ngrams.NewIndex function to change the data storage mechanism. More details can be found in the ngrams README.
m := NewMemoryStore()
New stores can be created by satisfying the stores.Store
interface.
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
Stores can be passed to the ngrams.NewIndex function to change the data storage mechanism. More details can be found in the ngrams README.
m := NewMemoryStore()
New stores can be created by satisfying the stores.Store
interface.