Skip to content

Commit

Permalink
add gse segment hmm option
Browse files Browse the repository at this point in the history
  • Loading branch information
vcaesar committed Jan 29, 2019
1 parent 75a2cab commit 816da91
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion types/engine_init_options.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ type EngineOpts struct {
// 停用词文件
StopTokenFile string `toml:"stop_file"`
// Gse search mode
GseMode bool `toml:"gse_mode"`
GseMode bool `toml:"gse_mode"`
Hmm bool `toml:"hmm"`
Model string `toml:"model"`

// 分词器线程数
// NumSegmenterThreads int
Expand Down

0 comments on commit 816da91

Please sign in to comment.