Learn practical skills, build real-world projects, and advance your career

Here is my way of finding first difficulty-level of cipher text and its corresponding plain text

Load pandas and spacy

spacy is used here for finding shape of any word, which will help to find matching shape in cipher text

import pandas as pd
import spacy as sp
nlp = sp.load("en_core_web_sm")

load dataset