@landscape/wordlab
Version:
Wordlab is a vector3D text classifier that allow you to sort indexs by distance writted for French
32 lines • 925 B
JSON
[
{
"id": 1,
"label": "Nom de ton premier article",
"short_deescription": "description courte de ton permier article",
"intro": "Long texte d'introduction de ton premier article",
"category": "category1",
"tags": [
"article 1"
]
},
{
"id": 2,
"label": "Nom de ton second article",
"short_deescription": "description courte de ton second article",
"intro": "Long texte d'introduction de ton second article",
"category": "category2",
"tags": [
"article 2"
]
},
{
"id": 3,
"label": "Nom de ton troisième article",
"short_deescription": "description courte de ton troisième article",
"intro": "Long texte d'introduction de tontroisième article",
"category": "category3",
"tags": [
"article 3"
]
}
]