Skip to content

fix(imperative): accept hyphenated verb-forming prefixes#115

Merged
benner merged 1 commit into
mainfrom
fix/imperative-hyphen-prefix
May 17, 2026
Merged

fix(imperative): accept hyphenated verb-forming prefixes#115
benner merged 1 commit into
mainfrom
fix/imperative-hyphen-prefix

Conversation

@benner
Copy link
Copy Markdown
Owner

@benner benner commented May 17, 2026

POS tagger mistags re-enable/auto-detect first tokens as JJ/NN
even with the "to" cue, so allowlist five verb-forming prefixes
(re, pre, auto, co, under) and accept when the base is a known
WordNet verb.

POS tagger mistags `re-enable`/`auto-detect` first tokens as JJ/NN
even with the "to" cue, so allowlist five verb-forming prefixes
(re, pre, auto, co, under) and accept when the base is a known
WordNet verb.

Signed-off-by: Nerijus Bendžiūnas <nerijus.bendziunas@gmail.com>
@github-actions
Copy link
Copy Markdown

Coverage

Coverage Report (Δ +0.0%)
FileStmtsMissCoverMissing
src/git_commit_guard
   __init__.py5160100% 
TOTAL5160100% 

@benner benner marked this pull request as ready for review May 17, 2026 04:49
@benner benner merged commit 12a888a into main May 17, 2026
8 checks passed
@benner benner deleted the fix/imperative-hyphen-prefix branch May 17, 2026 04:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant