Stephen 52 Yahoo Com Gmail Com Mail Com 2020 21 Txt ★ Trending
features = {}
token_count: 9 char_count: 44 digit_count: 6 alpha_count: 32 has_name: False numbers_found: [52, 2020, 21] num_count: 3 num_sum: 2093 num_avg: 697.666... email_domains_mentioned: ['yahoo', 'gmail', 'mail'] email_domain_count: 3 possible_emails: [] years_found: [2020] file_extension: txt looks_like_filename: True bigrams: ['stephen 52', '52 yahoo', 'yahoo com', 'com gmail', 'gmail com', 'com mail', 'mail com', 'com 2020', '2020 21', '21 txt'] year_num_pair: (2020, 21) entropy: 3.892 from sentence_transformers import SentenceTransformer model = SentenceTransformer('all-MiniLM-L6-v2') embedding = model.encode(raw) features['sentence_embedding'] = embedding # 384-dim vector If by “make a deep feature” you meant something else (e.g., a neural net feature map, a regex to extract a password/username, or a data pipeline), let me know and I’ll adjust. stephen 52 yahoo com gmail com mail com 2020 21 txt
# 5. Possible email construction (name + domain) if features['has_name'] and found_domains: possible_emails = [f"{features['first_token_is_name']}@{d}.com" for d in found_domains] features['possible_emails'] = possible_emails features = {} token_count: 9 char_count: 44 digit_count:
It looks like you’re asking to build a from a raw string of mixed data: '21 txt'] year_num_pair: (2020