Struct ultra_nlp::hashmap::Dictionary
source · pub struct Dictionary { /* private fields */ }Implementations§
source§impl Dictionary
impl Dictionary
pub fn new<T: AsRef<str>, I: IntoIterator<Item = T> + Clone>(
patterns: I
) -> UltraNLPResult<Self>
Trait Implementations§
source§impl Clone for Dictionary
impl Clone for Dictionary
source§fn clone(&self) -> Dictionary
fn clone(&self) -> Dictionary
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more