Struct jpreprocess_njd::NJD
source · pub struct NJD {
pub nodes: Vec<NJDNode>,
}Fields§
§nodes: Vec<NJDNode>Implementations§
source§impl NJD
impl NJD
pub fn remove_silent_node(&mut self)
pub fn from_tokens<S: DictionaryFetcher>( tokens: &[Token<'_>], fetcher: &S ) -> JPreprocessResult<Self>
pub fn from_strings(njd_features: Vec<String>) -> Self
pub fn preprocess(&mut self)
Trait Implementations§
source§impl IterQuintMutTrait for NJD
impl IterQuintMutTrait for NJD
type Item = NJDNode
fn iter_quint_mut(&mut self) -> IterQuintMut<'_, Self::Item>
fn iter_quint_mut_range( &mut self, start: usize, end: usize ) -> IterQuintMut<'_, Self::Item>
Auto Trait Implementations§
impl Freeze for NJD
impl RefUnwindSafe for NJD
impl Send for NJD
impl Sync for NJD
impl Unpin for NJD
impl UnwindSafe for NJD
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