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

GoogleSheets and env changes #16

Closed joeflack4 closed 2 years ago

joeflack4 commented 2 years ago

Updates

    - Added: Pulling keyword categories from GoogleSheets
      - Added: google_sheets.py
      - Update: fhir_zulip_nlp.py to utilize new google_sheets module
      - Update: Requirements to include google cloud dependencies.
    - Update: .zuliprc path change
    - Comments: (i) removed some unused ones
    - Bugfix: __main__.py: Updated to use new variable names.
    - Update: Organized imports
    - Update: Refactored project structure and imports for modularity.