Skip to content

Python script to de-code a scrambled document, and return the text file in its original English version.

Notifications You must be signed in to change notification settings

kellyav/unscramble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unscramble

Dataset

Named oops_12. This file is a scrambled version of a piece of literature. The objective is to de-code the gibberish and return the text file back into English.

translate_doc

This Python file does exactly that- it returns a file that makes sense in English, creates a frequency table for the occurrence of each letter in the file (treating upper/lower case as identical).

histogram_oopsdata

Visualizes the oops_12.txt data. Obtains a graphical representation through a histogram of the frequency table.

About

Python script to de-code a scrambled document, and return the text file in its original English version.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages