make code public

This commit is contained in:
Adnen Abdessaied 2022-08-11 07:44:46 +02:00
parent 9d8b93db26
commit 6ba92064bb
26 changed files with 1744 additions and 0 deletions

14
templates/synonyms.json Normal file
View file

@ -0,0 +1,14 @@
{
"sphere": ["sphere", "ball", "round thing"],
"cube": ["cube", "block"],
"large": ["large", "big"],
"small": ["small", "tiny"],
"metal": ["metallic", "metal", "shiny"],
"rubber": ["rubber", "matte"],
"center": ["center", "middle"],
"image": ["image", "scene", "picture", "view"],
"right extreme": ["right extreme", "far right"],
"left extreme": ["left extreme", "far left"],
"several": ["several", "many", "multiple", "a lot of", "a number of"],
"the earlier": ["that", "the earlier", "the aforementioned", "the above", "the previous"]
}