Crate arabic_text_utils

Crate arabic_text_utils 

Source

Re-exports§

pub use char::is_arabic_char;
pub use char::get_arabic_char_name;
pub use char::is_haraka;
pub use numbers::convert_numbers_to_arabic;
pub use numbers::convert_numbers_from_arabic;
pub use text::remove_tashkeel;
pub use text::normalize_arabic;
pub use text::contains_arabic;
pub use text::count_arabic_words;
pub use text::extract_arabic_text;
pub use text::has_rtl_characters;
pub use text::arabic_character_frequency;
pub use text::segment_words;
pub use text::segment_sentences;
pub use text::generate_slug;
pub use text::wrap_text;
pub use text::sanitize_arabic;
pub use presentation::normalize_presentation_forms;
pub use presentation::replace_ligatures;
pub use punctuation::convert_punctuation;

Modules§

char
A collection of utility functions for working with Arabic text.
numbers
presentation
punctuation
text