snap2 icon indicating copy to clipboard operation
snap2 copied to clipboard

Metaslayer

Open runpengl opened this issue 6 years ago • 0 comments

Given an input string (possibly containing wildcards) and a target wordlist:

  • Finds subsequences of candidate input words that occur in target wordlist.
  • Inferences for input string if wildcards exist.
  • Wordlist can be inputted as a URL, e.g. Wikipedia list that gets scrapped

e.g. ("OBLIVIATE", <list of Trees>) -> (OBLIVIATE, OLIVE) ("*U*E*J*I*", “https://en.m.wikipedia.org/wiki/List_of_woods”) -> (SUPERJUICE, SPRUCE)

runpengl avatar Jan 23 '19 12:01 runpengl