slyslayer32/Computational Linguistics Transformer
Transform text into formal computational linguistics style with configurable intensity
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| intensity | Transformation intensity (0.0-1.0) | yes | 0.7 |
| file_patterns | File patterns to include (comma-separated) | no | *.md,*.txt,*.rst |
| exclude_patterns | File patterns to exclude (comma-separated) | no | node_modules/**,vendor/**,dist/** |
| output_method | Output method (in-place, pr, comment, artifact) | yes | artifact |
| custom_terminology | Path to custom terminology JSON file (paid tiers only) | no | — |
| api_token | API token for authentication and billing | yes | — |
| tier_level | Subscription tier level | yes | — |
| github_token | GitHub token for PR and comment creation. Should be stored as a secret. | no | "" |
Outputs
| name | description |
|---|---|
| processed_files | Number of files processed |
| transformed_files | Number of files transformed |
| transformed_words | Number of words transformed |
| transformed_chars | Number of characters transformed |
| output_dir | Directory containing transformed files (for artifact output) |
| transformation_report | Summary of transformation results |