Skip to content

Latest commit

 

History

History

stores

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

GoDoc

Stores

Stores can be passed to the ngrams.NewIndex function to change the data storage mechanism. More details can be found in the ngrams README.

Memory Only store (default)
m := NewMemoryStore()

New stores can be created by satisfying the stores.Store interface.