pub struct FreqDictBuilder { /* private fields */ }
Expand description
A mapping between words and the frequency of each UPOS. If an element is missing from the map, it’s count is assumed to be zero.
Implementations§
Trait Implementations§
Source§impl Debug for FreqDictBuilder
impl Debug for FreqDictBuilder
Source§impl Default for FreqDictBuilder
impl Default for FreqDictBuilder
Source§fn default() -> FreqDictBuilder
fn default() -> FreqDictBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FreqDictBuilder
impl RefUnwindSafe for FreqDictBuilder
impl Send for FreqDictBuilder
impl Sync for FreqDictBuilder
impl Unpin for FreqDictBuilder
impl UnwindSafe for FreqDictBuilder
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