Function llg_matcher_is_stopped
#[no_mangle]
pub extern "C" fn llg_matcher_is_stopped(matcher: &LlgMatcher) -> bool
Expand description
Check if the matcher will force EOS token. This returns true also in error state, as that is a forced stop.
#[no_mangle]
pub extern "C" fn llg_matcher_is_stopped(matcher: &LlgMatcher) -> bool
Check if the matcher will force EOS token. This returns true also in error state, as that is a forced stop.