diff --git a/reference/geoparser/ranker.html b/reference/geoparser/ranker.html index 013a724..d903a3f 100644 --- a/reference/geoparser/ranker.html +++ b/reference/geoparser/ranker.html @@ -196,7 +196,7 @@

t_res.geoparser
-check_if_contained(query: str, row: Series) float
+check_if_contained(query: str, row: Series) float

Returns the amount of overlap, if a mention is contained within a row in the dataset.

@@ -229,7 +229,7 @@

t_res.geoparser
-damlev_dist(query: str, row: Series) float
+damlev_dist(query: str, row: Series) float

Calculate the Damerau-Levenshtein distance between a mention and a row in the dataset.

diff --git a/reference/utils/preprocess_data.html b/reference/utils/preprocess_data.html index c106778..158e426 100644 --- a/reference/utils/preprocess_data.html +++ b/reference/utils/preprocess_data.html @@ -191,7 +191,7 @@

t_res.utils.pre

Return type:
-

pandas.DataFrame

+

pandas.DataFrame

@@ -239,7 +239,7 @@

t_res.utils.pre

Return type:
-

pandas.DataFrame

+

pandas.DataFrame

@@ -351,7 +351,7 @@

t_res.utils.pre

Return type:
-

pandas.DataFrame

+

pandas.DataFrame

diff --git a/reference/utils/process_data.html b/reference/utils/process_data.html index 22acaa6..a65def3 100644 --- a/reference/utils/process_data.html +++ b/reference/utils/process_data.html @@ -384,7 +384,7 @@

t_res.utils.pro
-t_res.utils.process_data.update_with_linking(ner_predictions: dict, link_predictions: Series) dict
+t_res.utils.process_data.update_with_linking(ner_predictions: dict, link_predictions: Series) dict

Updates the NER predictions by incorporating linking results.

Parameters:
@@ -407,7 +407,7 @@

t_res.utils.pro
-t_res.utils.process_data.update_with_skyline(ner_predictions: dict, link_predictions: Series) dict
+t_res.utils.process_data.update_with_skyline(ner_predictions: dict, link_predictions: Series) dict

Updates the NER predictions with the skyline link from entity linking.

Parameters:
diff --git a/reference/utils/rel_utils.html b/reference/utils/rel_utils.html index 851069d..65a739f 100644 --- a/reference/utils/rel_utils.html +++ b/reference/utils/rel_utils.html @@ -253,7 +253,7 @@

t_res.utils.rel
Parameters:
    -
  • df (pandas.DataFrame) – The pandas DataFrame containing the prepared +

  • df (pandas.DataFrame) – The pandas DataFrame containing the prepared dataset.

  • rel_params (dict) – Dictionary containing the parameters for performing entity disambiguation using the reldisamb approach.