Hi, I'm Jonathan. I built this tool out of frustration over existing bookmark managers (e.g.built-in Chrome) that you have to manually organize by creating folders. Auto-tagging is simple using the existing meta-data (title, description, body text). Hope it can help those with 100+ tabs open right now :)
It's a process involving basic Natural Language Processing tools: stopword removal and dictionaries. It works well for English most of the time (when the link is an article) and Chinese not as accurate (Chinese is hard to segment into useful words tbh).
Actually I’m looking to do it for bookmarks. I’m working on a solution to send links to my email. I’d like to parse the links for their meta data, content, and get a sense what they’re about automatically (for example assign labels). Would love to hear your suggestions!