Problem
MarkAccent tokenises via a Yahoo MA HTTP round-trip, which adds per-chunk network latency and a runtime dependency on an external service. Evaluate replacing it with a local, in-process tokeniser (fugashi / SudachiPy plus a UniDic dictionary) to cut latency and drop the network dependency, and check whether UniDic's per-morpheme accent kernel (アクセント型 / aType) is usable as an accent signal.
Problem
MarkAccenttokenises via a Yahoo MA HTTP round-trip, which adds per-chunk network latency and a runtime dependency on an external service. Evaluate replacing it with a local, in-process tokeniser (fugashi / SudachiPy plus a UniDic dictionary) to cut latency and drop the network dependency, and check whether UniDic's per-morpheme accent kernel (アクセント型/ aType) is usable as an accent signal.