Skip to content

Commit 68077eb

Browse files
committed
Update to docs
1 parent 031c553 commit 68077eb

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

docs/index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ Welcome to string2string's documentation!
1515
matching
1616
similarity
1717
embedding
18+
19+
.. toctree::
20+
:maxdepth: 2
21+
:caption: Hands-On Tutorials:
1822
hupd_example
1923
plagiarism_detection
2024

docs/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ torch
1010
fasttext
1111
transformers
1212
datasets
13-
bert_score
13+
bert_score
14+
joblib

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="string2string",
5-
version="0.0.145.2",
5+
version="0.0.146",
66
description="String-to-String Algorithms for Natural Language Processing",
77
url="https://github.com/suzgunmirac/string2string",
88
author="Mirac Suzgun",
@@ -19,6 +19,7 @@
1919
"bert_score",
2020
"fasttext",
2121
"pandas",
22+
"joblib",
2223
],
2324
tests_require=["pytest"],
2425
classifiers=[

0 commit comments

Comments
 (0)