Skip to content

Commit

Permalink
Update JaroWinkler examples (#3347)
Browse files Browse the repository at this point in the history
  • Loading branch information
gem-neo4j authored Nov 30, 2022
1 parent 2aed4ce commit 03aca15
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RETURN apoc.text.jaroWinklerDistance("Neo4j", "Neo4j") AS output;
[opts="header"]
|===
| output
| 1.0
| 0.0
|===

[source,cypher]
Expand All @@ -17,7 +17,7 @@ RETURN apoc.text.jaroWinklerDistance("Neo4j", "Neoj4") AS output;
[opts="header"]
|===
| output
| 0.9533333333333333
| 0.046666666666666745
|===

[source,cypher]
Expand All @@ -29,5 +29,5 @@ RETURN apoc.text.jaroWinklerDistance("Neo4j Aura", "Neo4j Graph Database") AS ou
[opts="header"]
|===
| output
| 0.8400000000000001
| 0.15999999999999992
|===

0 comments on commit 03aca15

Please sign in to comment.