pub struct IpadicBuilder {}Implementations§
Source§impl IpadicBuilder
impl IpadicBuilder
Trait Implementations§
Source§impl Default for IpadicBuilder
impl Default for IpadicBuilder
Source§impl DictionaryBuilder for IpadicBuilder
impl DictionaryBuilder for IpadicBuilder
fn build_dictionary( &self, input_dir: &Path, output_dir: &Path, ) -> LinderaResult<()>
fn build_user_dictionary( &self, input_file: &Path, output_file: &Path, ) -> LinderaResult<()>
fn build_chardef( &self, input_dir: &Path, output_dir: &Path, ) -> LinderaResult<CharacterDefinitions>
fn build_unk( &self, input_dir: &Path, chardef: &CharacterDefinitions, output_dir: &Path, ) -> LinderaResult<()>
fn build_dict(&self, input_dir: &Path, output_dir: &Path) -> LinderaResult<()>
fn build_cost_matrix( &self, input_dir: &Path, output_dir: &Path, ) -> LinderaResult<()>
fn build_user_dict(&self, input_file: &Path) -> LinderaResult<UserDictionary>
Auto Trait Implementations§
impl Freeze for IpadicBuilder
impl RefUnwindSafe for IpadicBuilder
impl Send for IpadicBuilder
impl Sync for IpadicBuilder
impl Unpin for IpadicBuilder
impl UnsafeUnpin for IpadicBuilder
impl UnwindSafe for IpadicBuilder
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