JapaneseCutletEngine class final

Pure Cutlet-compatible Japanese renderer with injected morphology.

The result deliberately has tokens == null, matching pinned Cutlet mode. No fugashi, MeCab, dictionary, or ja_words.txt payload is bundled.

Implemented types

Constructors

JapaneseCutletEngine({required JapaneseCutletMorphologyBackend backend})
Creates a Cutlet renderer backed by backend.
const

Properties

backend JapaneseCutletMorphologyBackend
Explicit morphology and grouping backend.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

convert(String text) G2pResult
Converts text into exact phoneme output and optional token details.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited