Skip to content

Commit 18b20ec

Browse files
committed
readme updates: whitespace and use https github URI
1 parent 8cfe1bc commit 18b20ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Installation
3939
For now, the suggested installation method is via git clone (also allows easier
4040
contributions):
4141

42-
git clone git@github.com:RDFLib/graph-pattern-learner.git
42+
git clone https://github.com/RDFLib/graph-pattern-learner.git
4343
cd graph-pattern-learner
4444

4545
Afterwards, to setup the virtual environment and install all dependencies in it:
@@ -97,9 +97,9 @@ If you want to speed things up you can (and should) run with SCOOP in parallel:
9797

9898
SCOOP will then run the graph pattern learner distributed over 8 cores (-n).
9999

100-
The algorithm will by default randomly split your input list of source-target-
101-
pairs into a training and a test set. If you want to see how well the learned
102-
patterns generalise, you can run:
100+
The algorithm will by default randomly split your input list of
101+
source-target-pairs into a training and a test set. If you want to see how well
102+
the learned patterns generalise, you can run:
103103

104104
./run_create_bundle.sh ./results/bundle_name sparql_endpoint \
105105
--associations_filename=...

0 commit comments

Comments
 (0)