Skip to content

Commit

Permalink
add teeft-numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-gail committed Jul 26, 2023
1 parent e490690 commit d925b5c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/app/custom/enrichers/enrichers-catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
4 changes: 4 additions & 0 deletions src/app/custom/translations.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -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."

0 comments on commit d925b5c

Please sign in to comment.