kevinychen/snap2

Metaslayer

runpengl opened this issue · 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)