skills/Keyphrase Checker
Checks for the presence of a specific phrase in text content or a file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| text-file | Path to a file containing text to check | no | — |
| text | Direct text input to check | no | — |
| keyphrase | The phrase to search for in the text | yes | — |
| case-sensitive | Whether to perform case-sensitive matching | yes | false |
| minimum-occurrences | Minimum number of occurrences required for success | yes | 1 |
| maximum-occurrences | Maximum number of keyphrase occurrences allowed | no | — |
Outputs
| name | description |
|---|---|
| occurrences | Number of occurrences of the keyphrase found in the text |