HebrewG2pEngine constructor

const HebrewG2pEngine({
  1. required HebrewPhonemizerBackend backend,
  2. HebrewOptions options = const HebrewOptions(),
})

Creates a Hebrew engine with an explicitly configured backend.

Implementation

const HebrewG2pEngine({
  required this.backend,
  this.options = const HebrewOptions(),
});