Skip to content

eazze/atomic-datasets-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 

Repository files navigation

Beispiel Daten-Eingabe

Generelle Formulierung: "Ich möchte [Objekt].."

Formattierung:

{
    "input": "Wäsche waschen und als Haushalt tracken",
    "output": {
	    "item": 
		{
	            "title": "Wäsche waschen",
		    "description": "",
	            "groupId": "group1"
		},
	    "group": 
		{
	            "id": "group1",
		    "title": "Haushalt",
		}
	}
}

Kategorisierung ist von TimeModifier abhängig.

Beispiel Eingabe-Objekte

Item

Input

"Auto waschen"

Output

{	
    "item":
	{
            "title": "Auto waschen",
	    "description": "",
	}
}

Gruppiertes Item

Input

"Wäsche waschen und als Haushalt tracken"

Output

{	
    "item":
	{
            "title": "Wäsche waschen",
	    "description": "",
            "groupId": "group1"
	},
    "groups":
	{
            "id": "group1",
	    "title": "Haushalt",
	}
}

About

atomic-datasets-example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published