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

Ideas for extra signature strategies #48

Open
hardbyte opened this issue Mar 10, 2020 · 0 comments
Open

Ideas for extra signature strategies #48

hardbyte opened this issue Mar 10, 2020 · 0 comments

Comments

@hardbyte
Copy link
Collaborator

Possible extra strategies and set of names for signature generation:

Existing strategies

  • ExactCharMatchSig: The letter at given index. (implemented as generate_by_char_at)
  • ExactMatchSig: the value of the whole field (implemented as generate_by_feature_value)
  • WordSoundSimilarSig: comparison of the sound of the word using metaphone. (implemented as generate_by_metaphone)

New strategies

  • FirstWordSig: the first word of the field
  • LastWordSig: the last word of the field
  • InitialLastWordSig: the first letter and last word of the field (e.g. for formatted names)
  • AnyWordSig: any of the words in field
  • WordNGramsSig: n-grams of words extracted from a text field
  • LetterNGramsSig: n-grams of letters extracted from a text field
  • LastNWordsSig: the last n words of the field
  • FirstNWordsSig: the first n words of the field
  • ArrayCombinationSig: all n-grams of an array field
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