ArchitecturalKnowledgeAnalysis / EmailIndexer

Utility for generating Lucene indexes for collections of emails.
MIT License
1 stars 2 forks source link

Custom tags #1

Closed wmeijer221 closed 2 years ago

wmeijer221 commented 2 years ago

Hey @andrewlalis,

For my MSc internship I'll be using your search engine to classify emails. I started messing around with your tool a little (which really works quite nice!), however, could not figure out how to add (custom) tags to emails.

The dataset I received from Mohamed already contained three tags (architecture, info, and knowledge), so I can assign those, but those are (probably) not the ones I'll use in my research. Could you explain how I add these in your tool? If that's not possible yet, I'll find another way, but it's easier to do it inside the GUI.

Thanks!

wmeijer221 commented 2 years ago

Whoops, just realized I posted this on the wrong repository. I meant to ask this in the email browser ':D.

andrewlalis commented 2 years ago

Hey @andrewlalis,

For my MSc internship I'll be using your search engine to classify emails. I started messing around with your tool a little (which really works quite nice!), however, could not figure out how to add (custom) tags to emails.

The dataset I received from Mohamed already contained three tags (architecture, info, and knowledge), so I can assign those, but those are (probably) not the ones I'll use in my research. Could you explain how I add these in your tool? If that's not possible yet, I'll find another way, but it's easier to do it inside the GUI.

Thanks!

Hey @wmeijer221 ,

You can add custom tags by simply typing in the text field portion of the tag selection box that you already used for tagging emails with the pre-defined tags.

Conversely, a tag just disappears once there exist no emails with that tag (since tags are simply just strings attached to an email).

wmeijer221 commented 2 years ago

Ah! I hadn't tried that yet.. Thanks a lot! :D