initial commit of project

This commit is contained in:
2021-04-11 19:51:12 +02:00
commit a21a8186d9
110 changed files with 16326178 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
{
"carrot": {
"engl": 0,
"ger": 3
},
"cherry": {
"engl": 3,
"ger": 4
},
"chicken": {
"engl": 1,
"ger": 5
},
"parsley": {
"engl": 3,
"ger": 8
},
"chocolate": {
"engl": 3,
"ger": 0
},
"bacon": {
"engl": 2,
"ger": 4
},
"kale": {
"engl": 2,
"ger": 7
},
"sugar": {
"engl": 2,
"ger": 0
},
"brie": {
"engl": 3,
"ger": 0
},
"turkey": {
"engl": 3,
"ger": 4
}
}

View File

@@ -0,0 +1,42 @@
{
"carrot": {
"engl": 0,
"ger": 3
},
"cherry": {
"engl": 3,
"ger": 3
},
"chicken": {
"engl": 1,
"ger": 0
},
"parsley": {
"engl": 3,
"ger": 0
},
"chocolate": {
"engl": 3,
"ger": 0
},
"bacon": {
"engl": 2,
"ger": 3
},
"kale": {
"engl": 2,
"ger": 6
},
"sugar": {
"engl": 2,
"ger": 0
},
"brie": {
"engl": 3,
"ger": 0
},
"turkey": {
"engl": 3,
"ger": 1
}
}

View File

@@ -0,0 +1,42 @@
{
"carrot": {
"engl": 0,
"ger": 0
},
"cherry": {
"engl": 3,
"ger": 1
},
"chicken": {
"engl": 1,
"ger": 2
},
"parsley": {
"engl": 3,
"ger": 0
},
"chocolate": {
"engl": 3,
"ger": 0
},
"bacon": {
"engl": 2,
"ger": 1
},
"kale": {
"engl": 2,
"ger": 6
},
"sugar": {
"engl": 2,
"ger": 0
},
"brie": {
"engl": 3,
"ger": 0
},
"turkey": {
"engl": 3,
"ger": 1
}
}

View File

@@ -0,0 +1,42 @@
{
"carrot": {
"engl": 0,
"ger": 0
},
"cherry": {
"engl": 3,
"ger": 2
},
"chicken": {
"engl": 1,
"ger": 5
},
"parsley": {
"engl": 3,
"ger": 2
},
"chocolate": {
"engl": 3,
"ger": 0
},
"bacon": {
"engl": 2,
"ger": 2
},
"kale": {
"engl": 2,
"ger": 7
},
"sugar": {
"engl": 2,
"ger": 0
},
"brie": {
"engl": 3,
"ger": 0
},
"turkey": {
"engl": 3,
"ger": 4
}
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,93 @@
cap at 30 set to True
english ingredients with over 30 substitutes: 22
english nones: 11
average amount of substitutes found for english ingredients: 6.417429094236048
number of ingredients in dataset: 4313
number of nones: 1604
ingredients with over 30 substitutes: 573
ingredients with over 100 substitutes: 4
ingredients with over 1000 substitutes: 0
average number of substitutes: 8.59169951309993
cap at 30 set to False
english ingredients with over 30 substitutes: 22
english nones: 11
average amount of substitutes found for english ingredients: 6.440988106129917
number of ingredients in dataset: 4313
number of nones: 1604
ingredients with over 30 substitutes: 573
ingredients with over 100 substitutes: 4
ingredients with over 1000 substitutes: 0
average number of substitutes: 11.539067934152563
--------------------------------------------
ground truth only:
cap at 30 set to True
english ingredients with over 30 substitutes: 22
english nones: 11
average amount of substitutes found for english ingredients: 6.417429094236048
number of ingredients in dataset: 40
number of nones: 3
ingredients with over 30 substitutes: 14
ingredients with over 100 substitutes: 0
ingredients with over 1000 substitutes: 0
average number of substitutes: 16.8
cap at 30 set to False
english ingredients with over 30 substitutes: 22
english nones: 11
average amount of substitutes found for english ingredients: 6.440988106129917
number of ingredients in dataset: 40
number of nones: 3
ingredients with over 30 substitutes: 14
ingredients with over 100 substitutes: 0
ingredients with over 1000 substitutes: 0
average number of substitutes: 23.25
================================
englisch:
cap at 30 set to True
english ingredients with over 30 substitutes: 22
english nones: 11
average amount of substitutes found for english ingredients: 6.417429094236048
number of ingredients in dataset: 4361
number of nones: 0
ingredients with over 30 substitutes: 22
ingredients with over 100 substitutes: 0
ingredients with over 1000 substitutes: 0
average number of substitutes: 6.433616143086448
cap at 30 set to False
english ingredients with over 30 substitutes: 22
english nones: 11
average amount of substitutes found for english ingredients: 6.440988106129917
number of ingredients in dataset: 4361
number of nones: 0
ingredients with over 30 substitutes: 22
ingredients with over 100 substitutes: 0
ingredients with over 1000 substitutes: 0
average number of substitutes: 6.457234579224949
--------------------------------------------
ground truth only:
cap at 30 set to True
english ingredients with over 30 substitutes: 22
english nones: 11
average amount of substitutes found for english ingredients: 6.417429094236048
number of ingredients in dataset: 10
number of nones: 0
ingredients with over 30 substitutes: 0
ingredients with over 100 substitutes: 0
ingredients with over 1000 substitutes: 0
average number of substitutes: 2.7
cap at 30 set to False
english ingredients with over 30 substitutes: 22
english nones: 11
average amount of substitutes found for english ingredients: 6.440988106129917
number of ingredients in dataset: 10
number of nones: 0
ingredients with over 30 substitutes: 0
ingredients with over 100 substitutes: 0
ingredients with over 1000 substitutes: 0
average number of substitutes: 2.7

View File

@@ -0,0 +1,42 @@
{
"carrot": {
"engl": 0,
"ger": 3
},
"cherry": {
"engl": 3,
"ger": 4
},
"chicken": {
"engl": 1,
"ger": 5
},
"parsley": {
"engl": 3,
"ger": 5
},
"chocolate": {
"engl": 3,
"ger": 0
},
"bacon": {
"engl": 2,
"ger": 1
},
"kale": {
"engl": 2,
"ger": 2
},
"sugar": {
"engl": 2,
"ger": 0
},
"brie": {
"engl": 3,
"ger": 0
},
"turkey": {
"engl": 3,
"ger": 3
}
}

View File

@@ -0,0 +1,42 @@
{
"carrot": {
"engl": 0,
"ger": 3
},
"cherry": {
"engl": 3,
"ger": 3
},
"chicken": {
"engl": 1,
"ger": 0
},
"parsley": {
"engl": 3,
"ger": 0
},
"chocolate": {
"engl": 3,
"ger": 0
},
"bacon": {
"engl": 2,
"ger": 0
},
"kale": {
"engl": 2,
"ger": 1
},
"sugar": {
"engl": 2,
"ger": 0
},
"brie": {
"engl": 3,
"ger": 0
},
"turkey": {
"engl": 3,
"ger": 1
}
}

View File

@@ -0,0 +1,42 @@
{
"carrot": {
"engl": 0,
"ger": 0
},
"cherry": {
"engl": 3,
"ger": 0
},
"chicken": {
"engl": 1,
"ger": 0
},
"parsley": {
"engl": 3,
"ger": 0
},
"chocolate": {
"engl": 3,
"ger": 0
},
"bacon": {
"engl": 2,
"ger": 0
},
"kale": {
"engl": 2,
"ger": 1
},
"sugar": {
"engl": 2,
"ger": 0
},
"brie": {
"engl": 3,
"ger": 0
},
"turkey": {
"engl": 3,
"ger": 1
}
}

View File

@@ -0,0 +1,42 @@
{
"carrot": {
"engl": 0,
"ger": 0
},
"cherry": {
"engl": 3,
"ger": 0
},
"chicken": {
"engl": 1,
"ger": 5
},
"parsley": {
"engl": 3,
"ger": 0
},
"chocolate": {
"engl": 3,
"ger": 0
},
"bacon": {
"engl": 2,
"ger": 0
},
"kale": {
"engl": 2,
"ger": 2
},
"sugar": {
"engl": 2,
"ger": 0
},
"brie": {
"engl": 3,
"ger": 0
},
"turkey": {
"engl": 3,
"ger": 3
}
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,94 @@
cap at 30 set to True
english ingredients with over 30 substitutes: 22
english nones: 11
average amount of substitutes found for english ingredients: 6.417429094236048
number of ingredients in dataset: 4313
number of nones: 2353
ingredients with over 30 substitutes: 231
ingredients with over 100 substitutes: 0
ingredients with over 1000 substitutes: 0
average number of substitutes: 4.939485277069325
cap at 30 set to False
english ingredients with over 30 substitutes: 22
english nones: 11
average amount of substitutes found for english ingredients: 6.440988106129917
number of ingredients in dataset: 4313
number of nones: 2353
ingredients with over 30 substitutes: 231
ingredients with over 100 substitutes: 0
ingredients with over 1000 substitutes: 0
average number of substitutes: 5.935311847901692
--------------------------------------------
ground truth only:
cap at 30 set to True
english ingredients with over 30 substitutes: 22
english nones: 11
average amount of substitutes found for english ingredients: 6.417429094236048
number of ingredients in dataset: 40
number of nones: 8
ingredients with over 30 substitutes: 5
ingredients with over 100 substitutes: 0
ingredients with over 1000 substitutes: 0
average number of substitutes: 11.95
cap at 30 set to False
english ingredients with over 30 substitutes: 22
english nones: 11
average amount of substitutes found for english ingredients: 6.440988106129917
number of ingredients in dataset: 40
number of nones: 8
ingredients with over 30 substitutes: 5
ingredients with over 100 substitutes: 0
ingredients with over 1000 substitutes: 0
average number of substitutes: 13.4
================================
englisch:
cap at 30 set to True
english ingredients with over 30 substitutes: 22
english nones: 11
average amount of substitutes found for english ingredients: 6.417429094236048
number of ingredients in dataset: 4361
number of nones: 0
ingredients with over 30 substitutes: 22
ingredients with over 100 substitutes: 0
ingredients with over 1000 substitutes: 0
average number of substitutes: 6.433616143086448
cap at 30 set to False
english ingredients with over 30 substitutes: 22
english nones: 11
average amount of substitutes found for english ingredients: 6.440988106129917
number of ingredients in dataset: 4361
number of nones: 0
ingredients with over 30 substitutes: 22
ingredients with over 100 substitutes: 0
ingredients with over 1000 substitutes: 0
average number of substitutes: 6.457234579224949
--------------------------------------------
ground truth only:
cap at 30 set to True
english ingredients with over 30 substitutes: 22
english nones: 11
average amount of substitutes found for english ingredients: 6.417429094236048
number of ingredients in dataset: 10
number of nones: 0
ingredients with over 30 substitutes: 0
ingredients with over 100 substitutes: 0
ingredients with over 1000 substitutes: 0
average number of substitutes: 2.7
cap at 30 set to False
english ingredients with over 30 substitutes: 22
english nones: 11
average amount of substitutes found for english ingredients: 6.440988106129917
number of ingredients in dataset: 10
number of nones: 0
ingredients with over 30 substitutes: 0
ingredients with over 100 substitutes: 0
ingredients with over 1000 substitutes: 0
average number of substitutes: 2.7

View File

@@ -0,0 +1,42 @@
{
"carrot": {
"engl": 0,
"ger": 1
},
"cherry": {
"engl": 3,
"ger": 4
},
"chicken": {
"engl": 1,
"ger": 5
},
"parsley": {
"engl": 3,
"ger": 3
},
"chocolate": {
"engl": 3,
"ger": 0
},
"bacon": {
"engl": 2,
"ger": 0
},
"kale": {
"engl": 2,
"ger": 0
},
"sugar": {
"engl": 2,
"ger": 0
},
"brie": {
"engl": 3,
"ger": 0
},
"turkey": {
"engl": 3,
"ger": 1
}
}

View File

@@ -0,0 +1,42 @@
{
"carrot": {
"engl": 0,
"ger": 0
},
"cherry": {
"engl": 3,
"ger": 2
},
"chicken": {
"engl": 1,
"ger": 0
},
"parsley": {
"engl": 3,
"ger": 0
},
"chocolate": {
"engl": 3,
"ger": 0
},
"bacon": {
"engl": 2,
"ger": 0
},
"kale": {
"engl": 2,
"ger": 0
},
"sugar": {
"engl": 2,
"ger": 0
},
"brie": {
"engl": 3,
"ger": 0
},
"turkey": {
"engl": 3,
"ger": 1
}
}

View File

@@ -0,0 +1,42 @@
{
"carrot": {
"engl": 0,
"ger": 0
},
"cherry": {
"engl": 3,
"ger": 0
},
"chicken": {
"engl": 1,
"ger": 0
},
"parsley": {
"engl": 3,
"ger": 0
},
"chocolate": {
"engl": 3,
"ger": 0
},
"bacon": {
"engl": 2,
"ger": 0
},
"kale": {
"engl": 2,
"ger": 0
},
"sugar": {
"engl": 2,
"ger": 0
},
"brie": {
"engl": 3,
"ger": 0
},
"turkey": {
"engl": 3,
"ger": 1
}
}

View File

@@ -0,0 +1,42 @@
{
"carrot": {
"engl": 0,
"ger": 0
},
"cherry": {
"engl": 3,
"ger": 0
},
"chicken": {
"engl": 1,
"ger": 0
},
"parsley": {
"engl": 3,
"ger": 0
},
"chocolate": {
"engl": 3,
"ger": 0
},
"bacon": {
"engl": 2,
"ger": 0
},
"kale": {
"engl": 2,
"ger": 0
},
"sugar": {
"engl": 2,
"ger": 0
},
"brie": {
"engl": 3,
"ger": 0
},
"turkey": {
"engl": 3,
"ger": 1
}
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,94 @@
cap at 30 set to True
english ingredients with over 30 substitutes: 22
english nones: 11
average amount of substitutes found for english ingredients: 6.417429094236048
number of ingredients in dataset: 4313
number of nones: 2996
ingredients with over 30 substitutes: 100
ingredients with over 100 substitutes: 0
ingredients with over 1000 substitutes: 0
average number of substitutes: 2.6978900996985855
cap at 30 set to False
english ingredients with over 30 substitutes: 22
english nones: 11
average amount of substitutes found for english ingredients: 6.440988106129917
number of ingredients in dataset: 4313
number of nones: 2996
ingredients with over 30 substitutes: 100
ingredients with over 100 substitutes: 0
ingredients with over 1000 substitutes: 0
average number of substitutes: 2.9476002782286113
--------------------------------------------
ground truth only:
cap at 30 set to True
english ingredients with over 30 substitutes: 22
english nones: 11
average amount of substitutes found for english ingredients: 6.417429094236048
number of ingredients in dataset: 40
number of nones: 14
ingredients with over 30 substitutes: 2
ingredients with over 100 substitutes: 0
ingredients with over 1000 substitutes: 0
average number of substitutes: 7.45
cap at 30 set to False
english ingredients with over 30 substitutes: 22
english nones: 11
average amount of substitutes found for english ingredients: 6.440988106129917
number of ingredients in dataset: 40
number of nones: 14
ingredients with over 30 substitutes: 2
ingredients with over 100 substitutes: 0
ingredients with over 1000 substitutes: 0
average number of substitutes: 7.65
================================
englisch:
cap at 30 set to True
english ingredients with over 30 substitutes: 22
english nones: 11
average amount of substitutes found for english ingredients: 6.417429094236048
number of ingredients in dataset: 4361
number of nones: 0
ingredients with over 30 substitutes: 22
ingredients with over 100 substitutes: 0
ingredients with over 1000 substitutes: 0
average number of substitutes: 6.433616143086448
cap at 30 set to False
english ingredients with over 30 substitutes: 22
english nones: 11
average amount of substitutes found for english ingredients: 6.440988106129917
number of ingredients in dataset: 4361
number of nones: 0
ingredients with over 30 substitutes: 22
ingredients with over 100 substitutes: 0
ingredients with over 1000 substitutes: 0
average number of substitutes: 6.457234579224949
--------------------------------------------
ground truth only:
cap at 30 set to True
english ingredients with over 30 substitutes: 22
english nones: 11
average amount of substitutes found for english ingredients: 6.417429094236048
number of ingredients in dataset: 10
number of nones: 0
ingredients with over 30 substitutes: 0
ingredients with over 100 substitutes: 0
ingredients with over 1000 substitutes: 0
average number of substitutes: 2.7
cap at 30 set to False
english ingredients with over 30 substitutes: 22
english nones: 11
average amount of substitutes found for english ingredients: 6.440988106129917
number of ingredients in dataset: 10
number of nones: 0
ingredients with over 30 substitutes: 0
ingredients with over 100 substitutes: 0
ingredients with over 1000 substitutes: 0
average number of substitutes: 2.7