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": 0
},
"cherry": {
"engl": 3,
"ger": 0
},
"chicken": {
"engl": 1,
"ger": 4
},
"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": 0
}
}

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": 0
}
}

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": 0
}
}

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": 0
}
}

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: 3035
ingredients with over 30 substitutes: 71
ingredients with over 100 substitutes: 0
ingredients with over 1000 substitutes: 0
average number of substitutes: 2.044284720612103
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: 3035
ingredients with over 30 substitutes: 71
ingredients with over 100 substitutes: 0
ingredients with over 1000 substitutes: 0
average number of substitutes: 2.3382796197542315
--------------------------------------------
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: 29
ingredients with over 30 substitutes: 0
ingredients with over 100 substitutes: 0
ingredients with over 1000 substitutes: 0
average number of substitutes: 2.75
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: 29
ingredients with over 30 substitutes: 0
ingredients with over 100 substitutes: 0
ingredients with over 1000 substitutes: 0
average number of substitutes: 2.75
================================
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