File size: 2,655 Bytes
2c49a88
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d6a3367
2c49a88
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
115
116
117
118
119
120
121
122
123
124
125
126
dictionnaire = {
    "rg": "rouge",
    "rges": "rouge",
    "rge": "rouge",
    "rse": "rose",
    "rs": "rose",
    "bl": "blanc",
    "bdx": "Bordeaux",
    "vdt": "vin de table",
    "vdp": "vin de pays",
    "blc": "blanc",
    "bib": "bag in box",
    "citr": "citron",
    "co": "coco",
    "gourm": "gourmand",
    "patis": "patisserie",
    "p'tits": "petit",
    "p'tit": "petit",
    "p tit": "petit",
    "pt": "pepite",
    "rev": "revil",
    "succ": "sucettes",
    "succet": "sucettes",
    "chocohouse": "choco house",
    "sach": "sachet",
    "tab": "tablette",
    "hte": "haute",
    "spagh": "spaghetti",
    "scht": "sachet",
    "nr": "noir",
    "caf": "cafe",
    "barr": "barre",
    "pces": "pieces",
    "pc": "pieces",
    "acidu": "acidule",
    "blnc": "blanc",
    "frui": "fruit",
    "gourman": "gourmand",
    "bte": "boîte",
    "bt": "boîte",
    "ptit": "petit",
    "corb": "corbeil",
    "ptits": "petit",
    "pti": "petit",
    "nois": "noisette",
    "poul": "poulain",
    "barq": "barquette",
    "barqu": "barquette",
    "fizz": "fizzy",
    "st": "saint",
    "mich": "michel",
    "cal": "calendrier",
    "calend": "calendrier",
    "calendr": "calendrier",
    "caram": "caramel",
    "cava": "cavalier",
    "har": "haribo",
    "choc": "chocolat",
    "choco": "chocolat",
    "lt": "lait",
    "choc'n": "chocolat noir",
    "choc n": "chocolat noir",
    "degust": "degustation",
    "degus": "degustation",
    "bis": "biscuit",
    "coffr": "coffret",
    "coff": "coffret",
    "conf": "confiserie",
    "confis": "confiserie",
    "croco": "crocodile",
    "dble": "double",
    "dess": "dessert",
    "doyp": "doypack",
    "harib": "harib",
    "et": "etui",
    "exc": "excellence",
    "excel": "excellence",
    "frit": "friture",
    "fritu": "friture",
    "fritur": "friture",
    "gd": "grand",
    "gr": "grand",
    "grd": "grand",
    "grchoc": "grand chocolat",
    "lat": "lait",
    "ass": "assorti",
    "assoti": "assorti",
    "noug": "nougatine",
    "nougat": "nougatine",
    "scht": "sachet",
    "sct": "secret",
    "cho": "chocolat",
    "bisc": "biscuit",
    "am": "amande",
    "liq": "liqueur",
    "tabl": "tablette",
    "asst": "assorti",
    "tab": "tablette",
    "bil": "bille",
    "vali": "valisette",
    "cda": "chevaliers d argouges",
    "tub": "tubo",
    "gril": "grille",
    "amandesgrilles": "amandes grilles",
    "ball": "ballotin",
    "piecestubo": "pieces tubo",
}

liste_stopword = [
    "oz",
    "kg",
    "g",
    "lb",
    "mg",
    "l",
    "cl",
    "ml",
    "tsp",
    "tbsp",
    "cm",
    "x",
    "cte",
    "h",
    "unknown",
]