Skip to content

Commit

Permalink
two more files for text matching guide
Browse files Browse the repository at this point in the history
  • Loading branch information
kkraune committed Apr 21, 2020
1 parent fefe565 commit 239fdb2
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"fields": {
"album": "Liebe ist für alle da",
"artist": "Rammstein",
"year": 2009,
"category_scores": {
"cells": [
{ "address" : { "cat" : "pop" }, "value": 0.1 },
{ "address" : { "cat" : "rock" }, "value": 1.0 },
{ "address" : { "cat" : "jazz" }, "value": 0 }
]
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"fields": {
"album": "When We All Fall Asleep, Where Do We Go?",
"artist": "Billie Eilish",
"year": 2019,
"category_scores": {
"cells": [
{ "address" : { "cat" : "pop" }, "value": 1.0 },
{ "address" : { "cat" : "rock" }, "value": 0 },
{ "address" : { "cat" : "jazz" }, "value": 0.1 }
]
}
}
}

0 comments on commit 239fdb2

Please sign in to comment.