HebrewG2pEngine constructor
const
HebrewG2pEngine({
- required HebrewPhonemizerBackend backend,
- HebrewOptions options = const HebrewOptions(),
Creates a Hebrew engine with an explicitly configured backend.
Implementation
const HebrewG2pEngine({
required this.backend,
this.options = const HebrewOptions(),
});