diff --git a/src/app/custom/enrichers/enrichers-catalog.json b/src/app/custom/enrichers/enrichers-catalog.json index f6baa91ad..d4356dbff 100644 --- a/src/app/custom/enrichers/enrichers-catalog.json +++ b/src/app/custom/enrichers/enrichers-catalog.json @@ -71,6 +71,14 @@ "objectifTDM": "https://objectif-tdm.inist.fr/2021/12/20/extraction-de-termes-teeft/", "type": "indexation" }, + { + "id": "post-v1-teeft-with-numbers-en", + "url": "https://terms-extraction.services.inist.fr/v1/teeft/with-numbers/en", + "doc": "", + "swagger": "https://openapi.services.inist.fr/?urls.primaryName=terms-extraction%20-%20Extraction%20de%20termes#/terms-extraction/post-v1-teeft-en", + "objectifTDM": "https://objectif-tdm.inist.fr/2023/06/30/extraction-de-termes-via-teeft-nombres-compris/", + "type": "indexation" + }, { "id": "post-v1-teeft-fr", "url": "https://terms-extraction.services.inist.fr/v1/teeft/fr", @@ -79,6 +87,14 @@ "objectifTDM": "https://objectif-tdm.inist.fr/2021/12/20/extraction-de-termes-teeft/", "type": "indexation" }, + { + "id": "post-v1-teeft-with-numbers-fr", + "url": "https://terms-extraction.services.inist.fr/v1/teeft/with-numbers/fr", + "doc": "", + "swagger": "https://openapi.services.inist.fr/?urls.primaryName=terms-extraction%20-%20Extraction%20de%20termes#/terms-extraction/post-v1-teeft-fr", + "objectifTDM": "https://objectif-tdm.inist.fr/2023/06/30/extraction-de-termes-via-teeft-nombres-compris/", + "type": "indexation" + }, { "id": "post-v1-addresses-parse", "url": "https://affiliations-tools.services.inist.fr/v1/addresses/parse", diff --git a/src/app/custom/translations.tsv b/src/app/custom/translations.tsv index 8a559678c..f666a2a2c 100644 --- a/src/app/custom/translations.tsv +++ b/src/app/custom/translations.tsv @@ -953,3 +953,7 @@ "r-sub-resources-co-occurrences_description" "Identifies sub-resources that co-occur with a given sub-resource and calculates the number of these co-occurrences." "Identifie les sous-ressources co-occurrentes avec une sous-ressource donnée et calcule le nombre de ces co-occurrences." "r-close-by_title" "close-by" "close-by" "r-close-by_description" "Is used to create the graph aster plot." "Est utilisée pour créer le graphique aster plot." +"ws_post-v1-teeft-with-numbers-en_title" "Extracting terms from an English text via Teeft (include numbers)" "Extraction de termes d’un texte anglais via Teeft (nombre compris)" +"ws_post-v1-teeft-with-numbers-en_description" "Extract the 5 most relevant terms from an English text, without removing the numbers." "Extrait les 5 termes les plus pertinents d’un texte en anglais, sans enlever les chiffres." +"ws_post-v1-teeft-with-numbers-fr_title" "Extracting terms from a French text via Teeft (include numbers)" "Extraction de termes d’un texte français via Teeft (nombre compris)" +"ws_post-v1-teeft-with-numbers-fr_description" "Extract the 5 most relevant terms from a French text, without removing the numbers." "Extrait les 5 termes les plus pertinents d’un texte en français, sans enlever les chiffres."