Skip to content

Conversation

@marcpfuller
Copy link
Contributor

@marcpfuller marcpfuller commented Jan 27, 2026

Add spacy model configuration support for multi-language passive voice detection

Adds configuration support for the SPACY_MODEL environment variable to enable multi-language passive voice detection in Ghostwriter.

Changes

  • Added spacy_model default configuration (en_core_web_sm) in setGhostwriterConfigDefaultValues()
  • Added spacy alias for convenience access to spacy_model setting

Usage

# View current model
ghostwriter-cli config get spacy_model

# Change to a different language model
ghostwriter-cli config set spacy_model de_core_news_sm

# Using alias
ghostwriter-cli config get spacy
ghostwriter-cli config set spacy fr_core_news_sm

Signed-off-by: marc fuller <gogita99@gmail.com>
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