forked from sightmachine/SimpleCV
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquery.dat
More file actions
63 lines (61 loc) · 1.24 KB
/
Copy pathquery.dat
File metadata and controls
63 lines (61 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
#should be safe to use existing duplicate removal, even with hundreds of negative constraints
#what to do about spaces? exclude those cities, or only search tags, or use AND
#spaces would screw up the negative constraints. We should just eliminate all spaces-
#searching for "washingtondc" finds images tagged "washington dc"
#however, "washingtondc -washington" does not return any images tagged "washington dc", only "washingtondc"
#"mexicocity -mexico" works very badly
#"mexico -mexicocity" works as desired, though. Or "washington -washingtondc"
#"newmexico -mexico" will cause problems.
#so we need to query from specific to general, cities, then states, then countries
#need to query west virginia before virginia
#metro areas, by population, top 100, decreasing
goldfish
#negative queries. should these be restricted to tags only?
-interior
-paradise
-parrot
-buffet
-pizza
-parrothead
-florida
-head
-key
-west
-keywest
-margaritta
-birthday
-party
-parties
-people
-portrait
-bw
-abstract
-macro
-me
-wedding
-indoors
-fun
-kid
-child
-children
-graffiti
-prom
-concert
-friend
-family
-face
-cameraphone
-woman
-women
-girl
-lady
-boy
-guy
-nude
-fraternity
-frat
-live
-baby
-stilllife
-art
# need trailing comment for python to read the last real line