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": 2
},
"chicken": {
"engl": 1,
"ger": 6
},
"parsley": {
"engl": 3,
"ger": 0
},
"chocolate": {
"engl": 3,
"ger": 0
},
"bacon": {
"engl": 2,
"ger": 0
},
"kale": {
"engl": 2,
"ger": 0
},
"sugar": {
"engl": 2,
"ger": 1
},
"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": 1
},
"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": 3
},
"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: 2294
ingredients with over 30 substitutes: 272
ingredients with over 100 substitutes: 10
ingredients with over 1000 substitutes: 0
average number of substitutes: 4.630883375840482
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: 2294
ingredients with over 30 substitutes: 272
ingredients with over 100 substitutes: 10
ingredients with over 1000 substitutes: 0
average number of substitutes: 6.102480871782982
--------------------------------------------
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: 21
ingredients with over 30 substitutes: 1
ingredients with over 100 substitutes: 0
ingredients with over 1000 substitutes: 0
average number of substitutes: 5.375
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: 21
ingredients with over 30 substitutes: 1
ingredients with over 100 substitutes: 0
ingredients with over 1000 substitutes: 0
average number of substitutes: 5.6
================================
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