diff --git a/api-reference/data.html b/api-reference/data.html index c5e7fce..ec657c5 100644 --- a/api-reference/data.html +++ b/api-reference/data.html @@ -163,7 +163,7 @@
mltb2_base_data_dir (str | None) – The base data directory. If None
the default
user data directory is used. The default user data directory is
-determined by platformdirs.user_data_dir()
.
platformdirs.user_data_dir()
.
Tuple containing labels and data.
@@ -184,7 +184,7 @@mltb2_base_data_dir (str | None) – The base data directory. If None
the default
user data directory is used. The default user data directory is
-determined by platformdirs.user_data_dir()
.
platformdirs.user_data_dir()
.
Tuple containing labels and data.
@@ -204,7 +204,7 @@mltb2_base_data_dir (str | None) – The base data directory. If None
the default
user data directory is used. The default user data directory is
-determined by platformdirs.user_data_dir()
.
platformdirs.user_data_dir()
.
Tuple containing labels and data.
diff --git a/api-reference/files.html b/api-reference/files.html index 97250aa..ce99fbf 100644 --- a/api-reference/files.html +++ b/api-reference/files.html @@ -222,7 +222,7 @@mltb2_base_data_dir (str | None) – The base data directory. If None
the default
user data directory is used. The default user data directory is
-determined by platformdirs.user_data_dir()
.
platformdirs.user_data_dir()
.
The directory path.
diff --git a/api-reference/text.html b/api-reference/text.html index aa3165b..84fa8a8 100644 --- a/api-reference/text.html +++ b/api-reference/text.html @@ -163,7 +163,7 @@Calculate the distance between the fitted text and the given text.
-This implementation uses the Manhattan distance (scipy.spatial.distance.cityblock()
).
+
This implementation uses the Manhattan distance (scipy.spatial.distance.cityblock()
).
The distance is only calculated for max_dimensions
most commen characters.