Skip to content

Commit

Permalink
add preprocess
Browse files Browse the repository at this point in the history
  • Loading branch information
Avi197 committed Jun 14, 2020
1 parent baceb6f commit 6748558
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion manually_data_checking.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,8 @@ def get_dash_title(infile):
# get_only_title(Vnexpress)
# get_short_title(Vnexpress, 20, 30)
# get_dash_title(Vnexpress)
get_bad_title(Vnn)
# get_bad_title(Vnn)
get_only_title(Vtv)
"""
Putin
F
Expand Down
2 changes: 1 addition & 1 deletion pre-process/vnexpress_pre_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ def get_dash_title(infile):
if not obj['title'].endswith(' '):
outfile.write(obj['title'])
print(f'done line {count_line}')
count_line += 1
count_line += 1

0 comments on commit 6748558

Please sign in to comment.