Skip to content

Commit

Permalink
fix readme format
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipMay committed May 30, 2023
1 parent 2b76d9c commit 25d99f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Split texts into sentences. For German and English language.
This is done with the [SoMaJo](https://github.com/tsproisl/SoMaJo) tool.

[from mltb2.somajo import JaccardSimilarity](https://telekom.github.io/mltb2/code-doc/somajo.html#mltb2.somajo.JaccardSimilarity)\
[`from mltb2.somajo import JaccardSimilarity`](https://telekom.github.io/mltb2/code-doc/somajo.html#mltb2.somajo.JaccardSimilarity)\
Calculate the [jaccard similarity](https://en.wikipedia.org/wiki/Jaccard_index).

[`from mltb2.transformers import TransformersTokenCounter`](https://telekom.github.io/mltb2/code-doc/transformers.html#mltb2.transformers.TransformersTokenCounter)\
Expand Down

0 comments on commit 25d99f7

Please sign in to comment.