I plan on handling certain tags specifically. The only one I know for sure right now would be /dream(s|ing)?/i) (aka "dream" in various formats). Specifically, we don't want to use dream-content in therapist matching, but instead replace with "I'm interested in dream analysis" or such; and for themes on dreams, tf-idf is better for clustering themes than BERT embeddings. Another tag for later will be /public/i, for full-public journal entries #37. Also maybe /therap/i to make clear these entries get shared with therapists (though the tag wouldn't do anything special; just obviate its purpose).
I plan on handling certain tags specifically. The only one I know for sure right now would be
/dream(s|ing)?/i)(aka "dream" in various formats). Specifically, we don't want to use dream-content in therapist matching, but instead replace with "I'm interested in dream analysis" or such; and for themes on dreams, tf-idf is better for clustering themes than BERT embeddings. Another tag for later will be/public/i, for full-public journal entries #37. Also maybe/therap/ito make clear these entries get shared with therapists (though the tag wouldn't do anything special; just obviate its purpose).