TornikeMzhavia / HelmesGram

A contest submission for finding word anagrams in dictionary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HelmesGram

A contest submission for finding word anagrams in dictionary

Instructions

Only python3 is requred to run this script.

Script expects two command line parameters as an input:

  1. directory of the dictionary file
  2. an input word for finding anagrams

Example to run

python3 hgram.py lemmad.txt alpi

Example output on personal machine:

13998.985290527344,Alpi,alpi,laip,lapi,pali,pila

About

A contest submission for finding word anagrams in dictionary


Languages

Language:Python 100.0%