-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
118 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,9 @@ | |
|
||
[project] | ||
name = "bonn" | ||
version = "0.0.2" | ||
version = "0.1.0" | ||
description = "Created for ONS. Proof-of-concept mmap'd Rust word2vec implementation linked with category matching" | ||
license = { "file" = "LICENSE" } | ||
license = { "file" = "LICENSE.md" } | ||
authors = [ | ||
{ "name" = "Chris Nixon", "email" = "[email protected]" }, | ||
{ "name" = "Phil Weir", "email" = "[email protected]" } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,111 @@ | ||
{ | ||
"topics": [ | ||
{ | ||
"title": "Business, industry and trade", | ||
"filterable_title": "businessindustryandtrade", | ||
"child_topics": [ | ||
{ | ||
"title": "Business", | ||
"filterable_title": "business", | ||
"child_topics": [ | ||
{ | ||
"title": "Actions", | ||
"filterable_title": "actions" | ||
}, | ||
{ | ||
"title": "Building, and maintenance", | ||
"filterable_title": "buildingandmaintenance" | ||
}, | ||
{ | ||
"title": "Commercialization", | ||
"filterable_title": "commercialization" | ||
} | ||
] | ||
}, | ||
{ | ||
"title": "Changes to business", | ||
"filterable_title": "changestobusiness", | ||
"child_topics": [ | ||
{ | ||
"title": "Ups/downs", | ||
"filterable_title": "upsdowns" | ||
}, | ||
{ | ||
"title": "Lefts & Rights", | ||
"filterable_title": "leftsrights" | ||
}, | ||
{ | ||
"title": "Open and shut", | ||
"filterable_title": "openandshut" | ||
} | ||
] | ||
}, | ||
{ | ||
"title": "Construction industry", | ||
"filterable_title": "constructionindustry" | ||
}, | ||
{ | ||
"title": "International trade", | ||
"filterable_title": "internationaltrade" | ||
}, | ||
{ | ||
"title": "IT and internet industry", | ||
"filterable_title": "itandinternetindustry" | ||
}, | ||
{ | ||
"title": "Manufacturing and production industry", | ||
"filterable_title": "manufacturingandproductionindustry" | ||
}, | ||
{ | ||
"title": "Retail industry", | ||
"filterable_title": "retailindustry" | ||
}, | ||
{ | ||
"title": "Tourism industry", | ||
"filterable_title": "tourismindustry" | ||
} | ||
] | ||
}, | ||
{ | ||
"title": "Economy", | ||
"filterable_title": "economy", | ||
"child_topics": [ | ||
{ | ||
"title": "Foo Bar", | ||
"filterable_title": "foobar", | ||
"child_topics": [ | ||
{ | ||
"title": "Baz", | ||
"filterable_title": "baz" | ||
}, | ||
{ | ||
"title": "B i f", | ||
"filterable_title": "bif" | ||
}, | ||
{ | ||
"title": "Boz", | ||
"filterable_title": "boz" | ||
} | ||
] | ||
}, | ||
{ | ||
"title": "Fizz", | ||
"filterable_title": "fizz" | ||
}, | ||
{ | ||
"title": "Fizz Buzz", | ||
"filterable_title": "fizzbuzz", | ||
"child_topics": [ | ||
{ | ||
"title": "frump", | ||
"filterable_title": "frump" | ||
}, | ||
{ | ||
"title": "flim flam", | ||
"filterable_title": "flimflam" | ||
} | ||
} | ||
] | ||
} | ||
] | ||
} |