Documentation ¶
Overview ¶
Storage for semanticizer models.
Index ¶
- Constants
- func Finalize(db *sql.DB) (err error)
- func LoadCM(db *sql.DB) (sketch *countmin.Sketch, err error)
- func MakeDB(path string, overwrite bool, s *Settings) (db *sql.DB, err error)
- func StoreCM(db *sql.DB, sketch *countmin.Sketch) (err error)
- func StoreRedirects(db *sql.DB, redirs []wikidump.Redirect, bar *pb.ProgressBar) error
- type Settings
Constants ¶
View Source
const DefaultMaxNGram = 7
XXX move this elsewhere
Variables ¶
This section is empty.
Functions ¶
func StoreRedirects ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.