Locking names and honorifics across a 2000-chapter Chinese webnovel (EN loc)

작성자

카테고리:

← 피드로
DEV Community · Fred yuanlin zhang · 2026-09-05 개발(SW)

Fred yuanlin zhang

If you translate or AI-translate Chinese webnovels into English, the hard part is not one chapter — it is chapter 400 still calling the same sect elder the same thing.

The failure mode

  • Character names drift (pinyin vs courtesy name vs nickname)
  • Sect / realm / cultivation ranks reshuffle mid-series
  • Honorifics (师尊, 道友, 少主) get flattened or reinvented each batch

Glossaries help when someone maintains them. Batch MT + long context still forgets.

What we shipped (small, tryable)

Chinese Narrative Chapter Lock is a chapter-scoped lock API: feed text, get consistent handles for names / honorifics / sects / cultivation terms — not a full MT engine.

Who this is for

Freelance CN→EN webnovel translators, junior loc houses, and people wrapping Chinese narrative tooling — anyone who has already felt terminology drift across chapters.

What this is not

Not a novel host. Not a corpus dump. Not a replacement for human judgment on style.

If you try the sample and it misses a pattern you care about, that signal is useful — the commercial test is whether strangers actually run a trial and come back.

원문에서 계속 ↗