Upgrade to Pro — share decks privately, control downloads, hide ads and more …

我如何在PyCon找到乾爹 ─ 工人智慧的展現

bingroom
August 12, 2018

我如何在PyCon找到乾爹 ─ 工人智慧的展現

Lightning Talk @ COSCUP 2018

bingroom

August 12, 2018
Tweet

More Decks by bingroom

Other Decks in Programming

Transcript

  1. • shuffle letters of word 玲դܻਁ ex: hello -> hleol

    • 虋୵: stemming / +s / +ing ex: code -> coding • ೪ṛӾ舣෈㻌ਁᰁ ex: Subject -> Suspect 
 (Edit distance = 2) Idea 2 - ᛔୌmapping
  2. • shuffle letters of word 玲դܻਁ ex: hello -> hleol

    • 虋୵: stemming / +s / +ing ex: code -> coding • ೪ṛӾ舣෈㻌ਁᰁ ex: Subject -> Suspect 
 (Edit distance = 2) Idea 2 - ᛔୌmapping
  3. Manual Strategy • spam word -> frequent word
 => i

    -> i , the -> they • change / delete single letter
 => only -> ondy , control -> contro , spam -> adam
 hey -> hy , tried -> fried , wish -> ish • य़ᰁ +s / +ed / +ing
 => program -> programs , windows -> windowss , 
 address -> addressed
  4. Manual Strategy • spam word -> frequent word
 => i

    -> i , the -> they • change / delete single letter
 => only -> ondy , control -> contro , spam -> adam
 hey -> hy , tried -> fried , wish -> ish • य़ᰁ +s / +ed / +ing
 => program -> programs , windows -> windowss , 
 address -> addressed
  5. Manual Strategy • spam word -> frequent word
 => i

    -> i , the -> they • change / delete single letter
 => only -> ondy , control -> contro , spam -> adam
 hey -> hy , tried -> fried , wish -> ish • य़ᰁ +s / +ed / +ing
 => program -> programs , windows -> windowss , 
 address -> addressed
  6. Manual Strategy (cont’d) • Use statistically rare letter (ex: X,

    W ,…)
 => xp -> x , nt -> nw , way -> www • Concern on meaningful numbers
 => 2000 -> 200 , 60 -> 6 , 9 -> 9w • ೪ṛӾ舣෈㻌ਁᰁ ex: Subject -> Suspect 
 (Edit distance = 2)
  7. Manual Strategy (cont’d) • Use statistically rare letter (ex: X,

    W ,…)
 => xp -> x , nt -> nw , way -> www • Concern on meaningful numbers
 => 2000 -> 200 , 60 -> 6 , 9 -> 9w • ೪ṛӾ舣෈㻌ਁᰁ ex: Subject -> Suspect 
 (Edit distance = 2)
  8. Manual Strategy (cont’d) • Use statistically rare letter (ex: X,

    W ,…)
 => xp -> x , nt -> nw , way -> www • Concern on meaningful numbers
 => 2000 -> 200 , 60 -> 6 , 9 -> 9w • ೪ṛӾ舣෈㻌ਁᰁ ex: Subject -> Suspect 
 (Edit distance = 2)