-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnormalisation.json
More file actions
95 lines (95 loc) · 2.78 KB
/
normalisation.json
File metadata and controls
95 lines (95 loc) · 2.78 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
{
"cleaning":{
"_comment_to_pre_delete_vendor": [
"engineering: lead to short names, update vendor list",
"Systems possible candidate",
"wireless not sure if necessary"
],
"pre_delete_vendor":[
"(?i)\\bPte Ltd\\.?\\b",
"(?i)\\ba subsidiary of\\b",
"(?i)\\ban affiliate of\\b",
"(?i)\\bAG\\b",
"(?i)\\bAutomations?\\b",
"(?i)\\bcompany\\b",
"(?i)\\bcomputing\\b",
"(?i)\\bcorp\\b",
"(?i)\\bco\\b",
"(?i)\\bcommunication?s\\b",
"(?i)\\bcontrols?\\b",
"(?i)\\bCORPORATIONs?\\b",
"(?i)\\bElectrics?\\b",
"(?i)\\bElectronics?\\b",
"(?i)\\bEnergy\\b",
"(?i)\\bFueling\\b",
"(?i)\\bFr?\\b",
"(?i)\\bGmbH\\b",
"(?i)\\bGroup\\.?\\b",
"(?i)\\bInc\\b",
"(?i)\\bIndustrial\\b",
"(?i)\\bInternational\\b",
"(?i)\\bLimited\\b",
"(?i)\\bLaboratories\\b",
"(?i)\\bLaboratory\\b",
"(?i)\\bLimited\\b",
"(?i)\\bLLC\\b",
"(?i)\\bLtd\\b",
"(?i)\\bMedical\\b",
"(?i)\\bmobile\\b",
"(?i)\\bnetworks?\\b",
"(?i)\\bSoftware\\b",
"(?i)\\bSolutions?\\b",
"(?i)\\bSystems?\\b",
"(?i)\\bTechnologies\\b",
"(?i)\\bTechnology\\b",
"(?i)\\bWireless\\b"
],
"patterns_product_name": [
"(?i)and earlier$",
"(?i)w\\.\\sPN$",
"(?i)\\(.*\\)",
"(?i)Advanced$|Lean$|series subscriber unit$|family$|devices$|Standard$|Basic$|family and below$|and below CPU$|and below$|and prior$|Extended$",
"(?i)V\\d\\..*",
"(?i)CPU$",
"(?i)SMART.*",
"(?i)SEMANTIC IPC3000.*"
],
"comments": {
"(?i)V\\d\\..*": "für den Produktnamen irrelevant",
"(?i)CPU$": "keine Spezifikation",
"(?i)SMART.*": "End of life",
"(?i)SEMANTIC IPC3000.*": "only china"
}
},
"product_regex": {
"siemens": [
"\\bSIMATIC\\b",
"\\bSCALANCE\\b",
"\\bSIMOTION\\b",
"\\bSIPLUS\\b",
"\\bLOGO!\\b",
"\\bRUGGEDCOM\\b"
],
"festo": [],
"sick": [],
"schneider electric":[
"\\bMODICON\\b"
]
},
"function_keywords": [
"ethernet",
"interface",
"gateway",
"app",
"gw",
"sensor",
"module",
"modules",
"series",
"cpu",
"firmware",
"system",
"node",
"tool",
"linux"]
}