Struct rupantor::parser::PhoneticParser[][src]

pub struct PhoneticParser { /* fields omitted */ }

Parses and converts text into Bengali according to given grammar.

Methods

impl PhoneticParser
[src]

Creates a new PhoneticParser instance from the given Json value. The Json value must need to be a Json Object containing the required values, otherwise a panic would occur.

Converts the given input string into Bengali according to the grammar.

Auto Trait Implementations