Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metaslayer #1

Open
runpengl opened this issue Jan 23, 2019 · 0 comments
Open

Metaslayer #1

runpengl opened this issue Jan 23, 2019 · 0 comments

Comments

@runpengl
Copy link
Collaborator

runpengl commented Jan 23, 2019

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant