Skip to content

Java Library/Desktop Application for building anagrams using alphagrams

License

Notifications You must be signed in to change notification settings

Fanaen/Alphagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Alphagram

Java Library/Desktop Application for building anagrams using alphagrams. Two sentences are anagrams only if their alphagrams are equal.

A gentleman = Elegant man = aaeeglmnnt

If we want to find an anagram for A gentleman with Man inside, we could use this tool to compute the resulting alphagram:

A gentleman - Man = aeeglnt

The last step is to find a word having aeeglnt as alphagram, like Elegant. The search and combination tools built in Alphagram help to find possibilities.

Features

  • Convert words and sentences in alphagrams
  • Subtract alphagrams
  • Save alphagram in variable to save time
  • Generate alphagram dictionaries (named index in this tool) from word lists
  • Search in index for words with a given alphagram
  • Build combinations of alphagram found by the previous feature

Note: only French dictionaries had been tested. Fix may be required for other languages.

Download

Dependencies

Contributors

About

Java Library/Desktop Application for building anagrams using alphagrams

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages