fix(tw-spec-support): strip trailing 而成膜 — closes #110#167
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Issue #110: drafter wrote `膜厚而成膜` (film thickness, formed by depositing film). Walker captured whole compound. Existing `而成` trailing-token doesn't fire because `而成` is INTERIOR here, not trailing (extra `膜` follows). Adding `而成膜` as a specific 4-char trailing token strips the verb-phrase tail cleanly → `膜厚` (the intended head noun). Drift gate: _spec_support_harness 0/0/0. Specific 4-char compound won't over-strip — `膜厚` (after) is correct; `<noun>膜` standalone (without `而成`) is unaffected. Closes #110.
b6df7d7 to
c214e71
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #110
Drafter wrote
膜厚而成膜. Existing而成trailing-token doesn't fire because而成is INTERIOR (extra膜follows). Adding而成膜as a 4-char trailing token strips cleanly →膜厚.Verification gates passed
_strip_spec_support_trailing_tokens("膜厚而成膜")→膜厚_spec_support_harness0/0/0<noun>膜standalone unaffected