File tree 2 files changed +0
-5
lines changed
2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -81,10 +81,6 @@ func (context *context) SetSpeedup(v bool) {
81
81
context .params .SetSpeedup (v )
82
82
}
83
83
84
- func (context * context ) SetSplitOnWord (v bool ) {
85
- context .params .SetSplitOnWord (v )
86
- }
87
-
88
84
// Set number of threads to use
89
85
func (context * context ) SetThreads (v uint ) {
90
86
context .params .SetThreads (int (v ))
Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ type Context interface {
42
42
SetDuration (time.Duration ) // Set duration
43
43
SetThreads (uint ) // Set number of threads to use
44
44
SetSpeedup (bool ) // Set speedup flag
45
- SetSplitOnWord (bool ) // Set split on word flag
46
45
SetTokenThreshold (float32 ) // Set timestamp token probability threshold
47
46
SetTokenSumThreshold (float32 ) // Set timestamp token sum probability threshold
48
47
SetMaxSegmentLength (uint ) // Set max segment length in characters
You can’t perform that action at this time.
0 commit comments