Skip to content

Commit

Permalink
add legal caveat and update name of certainty pkl to be correct
Browse files Browse the repository at this point in the history
  • Loading branch information
xehu committed Aug 15, 2024
1 parent 867c9bb commit 20052dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ We are a research project created by the [Computational Social Science Lab at UP

[![View - Documentation](https://img.shields.io/badge/view-Documentation-blue?style=for-the-badge)](https://conversational-featurizer.readthedocs.io/en/latest/ "Go to project documentation")

The Team Communication Toolkit is an academic project and is intended to be used for academic purposes only.

</div>

# Getting Started
Expand Down
2 changes: 1 addition & 1 deletion src/team_comm_tools/utils/check_embeddings.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def check_embeddings(chat_data, vect_path, bert_path, need_sentence, need_sentim
LEXICON_PATH_STATIC = current_script_directory.parent/"features/assets/lexicons_dict.pkl"
if (not os.path.isfile(LEXICON_PATH_STATIC)):
generate_lexicon_pkl()
CERTAINTY_PATH_STATIC = current_script_directory.parent/"features/assets/certainty_dict.pkl"
CERTAINTY_PATH_STATIC = current_script_directory.parent/"features/assets/certainty.pkl"
if (not os.path.isfile(CERTAINTY_PATH_STATIC)):
generate_certainty_pkl()

Expand Down

0 comments on commit 20052dc

Please sign in to comment.