Skip to main content

Reply To: Any tools to make split blocks of letters into coherent words??

The Empty Vault Forums Bureau of Security and Signals Intelligence Forum Any tools to make split blocks of letters into coherent words?? Reply To: Any tools to make split blocks of letters into coherent words??

#87308
avia
Participant

Although perhaps overkill, what’s worked for me so far is using OpenAI’s python API to access their GPT-3 text completion model, and asking that to separate the blocks into sentences.

For example: (excerpt from 5B)

input:
split the following text into readable sentences:
ithinkwemadeamistakeinhiringjadeicarriedoutchecksonherfriendharryandhedoesntexist

output:
I think we made a mistake in hiring Jade. I carried out checks on her friend Harry and he doesn’t exist.

Report a problem