Skip to content

Commit

Permalink
Add dinosaur generator 🦖
Browse files Browse the repository at this point in the history
  • Loading branch information
lucapette committed Apr 21, 2023
1 parent 17faebc commit 4201a79
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmd/import/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ var tasks = []struct {
keyExtractor("animals"),
"Animals",
},
{
"https://raw.githubusercontent.com/dariusk/corpora/master/data/animals/dinosaurs.json",
keyExtractor("dinosaurs"),
"Dinosaurs",
},
{
"https://raw.githubusercontent.com/dariusk/corpora/master/data/animals/dogs.json",
keyExtractor("dogs"),
Expand Down
Loading

0 comments on commit 4201a79

Please sign in to comment.