-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjunk.rb
More file actions
114 lines (114 loc) · 2.66 KB
/
Copy pathjunk.rb
File metadata and controls
114 lines (114 loc) · 2.66 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
[
{
proper_status: 'formatted',
proper: 'quick auto approval, inc',
proper_f: 'Quick Auto Approval, Inc',
pos_criteria: [],
neg_criteria: ['approv, quick']
},
{
proper_status: 'formatted',
proper: 'the gmc and bmw-world of AUSTIN tx',
proper_f: 'The GMC and BMW-World of Austin TX',
pos_criteria: ['bmw, gmc'],
neg_criteria: []
},
{
proper_status: 'formatted',
proper: 'DOWNTOWN CAR REPAIR, INC',
proper_f: 'Downtown Car Repair, Inc',
pos_criteria: [],
neg_criteria: ['repair']
},
{
proper_status: 'formatted',
proper: 'TEXAS TRAVEL, CO',
proper_f: 'Texas Travel, Co',
pos_criteria: [],
neg_criteria: ['travel']
},
{
proper_status: 'formatted',
proper: '123 Car-world Kia OF CHICAGO IL',
proper_f: '123 Car-World Kia of Chicago IL',
pos_criteria: ['kia'],
neg_criteria: []
},
{
proper_status: 'formatted',
proper: 'Main Street Ford in DALLAS tX',
proper_f: 'Main Street Ford in Dallas TX',
pos_criteria: ['ford'],
neg_criteria: []
},
{
proper_status: 'formatted',
proper: 'broad st fiat of houston',
proper_f: 'Broad St Fiat of Houston',
pos_criteria: ['fiat'],
neg_criteria: []
},
{
proper_status: 'formatted',
proper: 'hot-deal auto insurance',
proper_f: 'Hot-Deal Auto Insurance',
pos_criteria: [],
neg_criteria: ['insur']
},
{
proper_status: 'formatted',
proper: 'BUDGET - AUTOMOTORES ZONA & FRANCA, INC',
proper_f: 'Budget - Automotores Zona & Franca, Inc',
pos_criteria: [],
neg_criteria: ['budget']
},
{
proper_status: 'formatted',
proper: 'Young Gmc Trucks',
proper_f: 'Young GMC Trucks',
pos_criteria: ['gmc'],
neg_criteria: []
},
{
proper_status: 'formatted',
proper: 'youmans Chevrolet',
proper_f: 'Youmans Chevrolet',
pos_criteria: ['chevrolet'],
neg_criteria: []
},
{
proper_status: 'formatted',
proper: 'yazell chevy',
proper_f: 'Yazell Chevy',
pos_criteria: [],
neg_criteria: []
},
{
proper_status: 'formatted',
proper: 'quick cAr LUBE',
proper_f: 'Quick Car Lube',
pos_criteria: [],
neg_criteria: ['lube, quick']
},
{
proper_status: 'formatted',
proper: 'yAtEs AuTo maLL',
proper_f: 'Yates Auto Mall',
pos_criteria: [],
neg_criteria: []
},
{
proper_status: 'formatted',
proper: 'YADKIN VALLEY COLLISION CO',
proper_f: 'Yadkin Valley Collision Co',
pos_criteria: [],
neg_criteria: ['collis']
},
{
proper_status: 'formatted',
proper: 'XIT FORD INC',
proper_f: 'Xit Ford Inc',
pos_criteria: ['ford'],
neg_criteria: []
}
]