As translators draft, Fluent should silently check for consecutive repeated words in the background and make the results available to the UI. This ticket builds the backend service that performs that check using Greek Room's repeated word detection. It is the backend dependency for all Repeated Word Check UI work.
Functional Requirements
- Accept verse text as input and return any consecutive repeated word occurrences found.
- Fire on the auto-save event in the drafting view.
Note: Manual trigger is out of scope for v1.
As translators draft, Fluent should silently check for consecutive repeated words in the background and make the results available to the UI. This ticket builds the backend service that performs that check using Greek Room's repeated word detection. It is the backend dependency for all Repeated Word Check UI work.
Functional Requirements