Skip to content

Commit

Permalink
Fixing ruff error
Browse files Browse the repository at this point in the history
  • Loading branch information
effyli committed May 8, 2023
1 parent 437e9df commit ab50a03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bigbang/analysis/entity_recognition.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,6 @@ def process_list_entities(mailing_list="scipy-dev"):

nlp = spacy.load("en_core_web_sm")
vocab = nlp.tokenizer.vocab
save_file_path = "../../archives/"
save_file_name = mailing_list.split("/")[-2] + "-entities.csv"
columns_names = ["email_id", "entity", "type"]
df = pd.DataFrame(columns=columns_names)
Expand Down

0 comments on commit ab50a03

Please sign in to comment.