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

Improve Jaccard Similarity by filtering tokens. #57

Open
PhilipMay opened this issue Jul 7, 2023 · 2 comments
Open

Improve Jaccard Similarity by filtering tokens. #57

PhilipMay opened this issue Jul 7, 2023 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@PhilipMay
Copy link
Member

No description provided.

@PhilipMay
Copy link
Member Author

PhilipMay commented Jul 7, 2023

Valid SoMaJo tekens:

{'regular': 1, 'symbol': 1, 'number': 1, 'ordinal': 1, 'date': 1, 'abbreviation': 1, 
'number_compound': 1, 'time': 1, 'email_address': 1, 'URL': 1, 'measurement': 1, 
'emoticon': 1, 'XML_entity': 1, 'hashtag': 1, 'amount': 1, 'XML_tag': 1, 'mention': 1, 
'action_word': 1, 'semester': 1}

@PhilipMay
Copy link
Member Author

Token types:

regular :        ['Als', 'AHS', 'bieten']
symbol :         ['(', '+', ')']
number :         ['4', '4', '7']
ordinal :        ['50.', '12.', '1.']
date :   ['28.', '4.', '2012']
abbreviation :   ['z.', 'B.', 'Nr.']
number_compound :        ['15-jährige', '3sat', 'PS3']
time :   ['17:00', '14:00', '19:00']
email_address :  ['[email protected]', '[email protected]', '[email protected]']
URL :    ['www.secondred.de', 'google.com', 'https://dejure.org/1962,11095']
measurement :    ['12', 'km', '2,4']
emoticon :       ['©', ']:', ']:']
XML_entity :     ['&', '&', '&']
hashtag :        ['#8222', '#8220', '#8222']
amount :         ['10,-', '15,-', '10,-']
XML_tag :        ['<br/>', '<a href="https://all-inkl.com/umweltschutz/" target="_blank">', '<img src="https://all-inkl.com/banner/all-inkl_banner_157x54_oekostromv1.png" alt="gehostet mit 100% Ökostrom von all-inkl.com" border="0" />']
mention :        ['@teinachtal', '@pameier', '@A_Cassidy']
action_word :    ['*', 'Entdeckertipp', '*']
semester :       ['SS', '20', 'WS']

@PhilipMay PhilipMay added enhancement New feature or request help wanted Extra attention is needed labels Aug 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant