This file contains hidden or 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
{ "id_mappings" : [ { "id" : 1, | |
"url" : "data/corpus-harvests//./harvest_UM4ynb.harvest The Beginning of the End of the Anthropic Principle #S1.p1.1.m1.1", | |
"xpath" : "/*[1]" | |
}, | |
{ "id" : 2, | |
"url" : "data/corpus-harvests//./harvest_UM4ynb.harvest The Beginning of the End of the Anthropic Principle #S1.p1.1.m1.1", | |
"xpath" : "/*[1]/*[1]" | |
}, | |
{ "id" : 3, | |
"url" : "data/corpus-harvests//./harvest_UM4ynb.harvest The Beginning of the End of the Anthropic Principle #S1.p1.1.m1.1", |
This file contains hidden or 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
{ "id_mappings" : [ { "id" : 1, | |
"url" : "data/corpus-harvests//./harvest_UM4ynb.harvest The Beginning of the End of the Anthropic Principle #S1.p1.1.m1.1", | |
"xpath" : "/*[1]" | |
}, | |
{ "id" : 2, | |
"url" : "data/corpus-harvests//./harvest_UM4ynb.harvest The Beginning of the End of the Anthropic Principle #S1.p1.1.m1.1", | |
"xpath" : "/*[1]/*[1]" | |
}, | |
{ "id" : 3, | |
"url" : "data/corpus-harvests//./harvest_UM4ynb.harvest The Beginning of the End of the Anthropic Principle #S1.p1.1.m1.1", |
This file contains hidden or 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
{ | |
"total":1, | |
"hits":[ | |
{ | |
"score":0.9193717, | |
"metadata":{ | |
"author":"", | |
"title":"The Beginning of the End of the Anthropic Principle" | |
}, | |
"snippets":[ |
This file contains hidden or 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
{ | |
"total":32, | |
"hits":[ | |
{ | |
"id":"./content/http..mathhub.info/smglom/mv/argseq.omdoc/argseq.html", | |
"score":0.6570467, | |
"metadata":{ | |
}, | |
"snippets":[ |
This file contains hidden or 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
acc = null; | |
savedPaths = []; | |
function dfs(node) { | |
if (acc != null) { | |
acc = acc + node.weight; | |
} | |
if (isLeaf(node)) { |