Skip to content

Murugarajr/phe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Find anagrams from the given input data

This input data set used for this code is from https://www.wordgamedictionary.com/sowpods/

From the below code, It has a process function that receives an input argument reference[english.txt] containing 144884 words separated by line-breaks. This function will do the pre-processing of the reference data. The output of process should then receive an input argument word [str] and find the anagrams of word in the 144884 words that were supplied and return the results.

Run phe_anagram.ipynb (jupyter notebook) directly on your environment using the below binder tool

Binder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published