File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ A tutorial how to interactively explore the Common Crawl webgraphs – or other
70
70
```
71
71
$> jshell --class-path $CC_WEBGRAPH/target/cc-webgraph-*-jar-with-dependencies.jar \
72
72
-R-Dgraph=$GRAPH \
73
- $CC_WEBRAPH /src/script/webgraph_ranking/graph_explore_load_graph.jsh
73
+ $CC_WEBGRAPH /src/script/webgraph_ranking/graph_explore_load_graph.jsh
74
74
Loading graph cc-main-2024-feb-apr-may-domain
75
75
2024-06-23 13:30:14:134 +0200 [main] INFO Graph - Loading graph cc-main-2024-feb-apr-may-domain.graph
76
76
2024-06-23 13:30:14:340 +0200 [main] INFO Graph - Loading transpose of the graph cc-main-2024-feb-apr-may-domain-t.graph
@@ -127,7 +127,7 @@ We start again with launching the JShell and loading a webgraph:
127
127
```
128
128
$> jshell --class-path $CC_WEBGRAPH/target/cc-webgraph-*-jar-with-dependencies.jar \
129
129
-R-Dgraph=$GRAPH \
130
- $CC_WEBRAPH /src/script/webgraph_ranking/graph_explore_load_graph.jsh
130
+ $CC_WEBGRAPH /src/script/webgraph_ranking/graph_explore_load_graph.jsh
131
131
jshell>
132
132
```
133
133
You can’t perform that action at this time.
0 commit comments