Dec-05-2022, 12:03 PM
I'm looking for a non-deterministic python library for:
Given a sentence string, manipulate it such that its meaning is not changed but the letters are. (My use case is English sentences). I'm not looking for a paraphrasing library.
Eg:
- meaningful typos (not randomly changing Levenshtein distance)
--> maybe common typos on a qwerty keyboard
- different letter case
--> maybe capital first letter
Say the sentence consists of 100 letters. I want it to change from 2 to 5 letters.
I've googled but couldn't find anything. Maybe someone here knows one.
Given a sentence string, manipulate it such that its meaning is not changed but the letters are. (My use case is English sentences). I'm not looking for a paraphrasing library.
Eg:
- meaningful typos (not randomly changing Levenshtein distance)
--> maybe common typos on a qwerty keyboard
- different letter case
--> maybe capital first letter
Say the sentence consists of 100 letters. I want it to change from 2 to 5 letters.
I've googled but couldn't find anything. Maybe someone here knows one.