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
directory = '/path/to/photos' | |
output_directory = '/path/to/output_directory' | |
bin_directory = '/path/to/trash_directory' | |
import json | |
import os | |
import shutil | |
from datetime import datetime | |
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
POS tag list: | |
CC coordinating conjunction | |
CD cardinal digit | |
DT determiner | |
EX existential there (like: "there is" ... think of it like "there exists") | |
FW foreign word | |
IN preposition/subordinating conjunction | |
JJ adjective 'big' | |
JJR adjective, comparative 'bigger' |