pub struct HeuristicParser { /* private fields */ }Expand description
Heuristic parser using optimized regex patterns and scene naming rules.
This is the ParseMode::Light engine — fast, zero-ML-overhead parsing
for instant results on any device. Accuracy is lower than the Neural CRF
engine but latency is sub-microsecond.
Implementations§
Auto Trait Implementations§
impl Freeze for HeuristicParser
impl RefUnwindSafe for HeuristicParser
impl Send for HeuristicParser
impl Sync for HeuristicParser
impl Unpin for HeuristicParser
impl UnsafeUnpin for HeuristicParser
impl UnwindSafe for HeuristicParser
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more