remove_duplicate_words
Remove consecutive duplicate words.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text with potential duplicate words |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cleaned | Yes | Text with consecutive duplicate words removed | |
| original | Yes | Original input text | |
| duplicates_removed | Yes | Number of duplicate words removed |