Skip to content

Commit

Permalink
Considering papers from the last 6 years
Browse files Browse the repository at this point in the history
Signed-off-by: George Araujo <george.gcac@gmail.com>
  • Loading branch information
george-gca committed Feb 9, 2024
1 parent 647cf87 commit e3c3eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abstracts_to_dict.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def words_to_indices(text):
help='directory for saving the model')
parser.add_argument('-i', '--ignore_arxiv_papers', action='store_true',
help='ignore papers from arXiv and without conference name when building paper vectors')
parser.add_argument('-y', '--year', type=int, default=datetime.date.today().year-5,
parser.add_argument('-y', '--year', type=int, default=datetime.date.today().year-6,
help='only keep papers from this year and later')
args = parser.parse_args()

Expand Down

0 comments on commit e3c3eca

Please sign in to comment.