Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
bryant1410 committed May 29, 2023
1 parent 1d6b3f3 commit 04bd4dd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 32 deletions.
4 changes: 2 additions & 2 deletions merge_csvs_and_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

def parse_args() -> argparse.Namespace:
parser = ArgumentParserWithDefaults()
parser.add_argument("--probes_path", default="data/svo_probes.csv")
parser.add_argument("--neg_path", default="data/neg_d.csv")
parser.add_argument("--probes-path", default="data/svo_probes.csv")
parser.add_argument("--neg-path", default="data/neg_d.csv")
return parser.parse_args()


Expand Down
13 changes: 0 additions & 13 deletions select_features.py

This file was deleted.

2 changes: 1 addition & 1 deletion spacy_features.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This module can be a project available on GitHub and [spaCy Universe](https://spacy.io/universe).
# This module could be a project available on GitHub and [spaCy Universe](https://spacy.io/universe).
# People could use it from `sent._.[attr]`.
from __future__ import annotations

Expand Down
16 changes: 0 additions & 16 deletions util.py

This file was deleted.

0 comments on commit 04bd4dd

Please sign in to comment.