jhu-bids / fhir-zulip-nlp-analysis

Ad hoc NLP (Natural Language Processing) analysis of HL7 FHIR's online Zulip chat streams.
MIT License
0 stars 0 forks source link

Bugfixes: Users report: (i) Duplicate messages, (ii) non-matched messages in matched thread #33

Closed joeflack4 closed 2 years ago

joeflack4 commented 2 years ago

Update

    Feature: Query authors and respondents #18
    - Bugfix: Duplicated counts at aggregated levels (category, stream), due to the same message potentially being matched by multiple keywords.
    - Update: Stream name is now queried directly from `display_recipient` field, rather than mapping from hard-coded `stream_id`.
    - Update: Fields role -> thread.role, count -> thread.count
    - Add: New output 'all messages' which is utilized by this feature.
    - Update: Refactor to do with querying 'all messages' vs 'querying by keyword'.