quantityExtract - Extraction de quantités

Niveau d'utilisation :  Débutant
Niveau de validation :  Expérimental
Objectif

Ce web service extrait des quantités (ex: 5 kg, 6 weeks…)  dans un texte en anglais.

Méthode

Ce web service utilise la bibliothèque python CQE pour extraire des quantités, leurs unités de mesure associées et les concepts liés.

Il renvoie dans un JSON les informations suivantes :

La quantité repérée
L’unité associée
Le détail de l’unité
Les concepts liés à la quantité

 

Références

Bibliothèque python CQE : https://github.com/vivkaz/CQE

Traitement
The experimental vaccine showed a significant reduction in viral load, with only 50 PFU detected in the treated group compared to 10^4 PFU in the control group. ==>
[
  {
    "id": 1,
    "value": [
      {
        "quantity": "50",
        "unit": "[PFU]",
        "detailed_unit": {
          "plaque forming units": {
            "surfaces": [
              "plaque forming units"
            ],
            "symbols": [
              "PFU"
            ]
          }
        },
        "related_concept": [
          "experimental",
          "vaccine"
        ]
      },
      {
        "quantity": "4",
        "unit": "[PFU]",
        "detailed_unit": {
          "plaque forming units": {
            "surfaces": [
              "plaque forming units"
            ],
            "symbols": [
              "PFU"
            ]
          }
        },
        "related_concept": [
          "experimental",
          "vaccine"
        ]
      }
    ]
   }
]
Following a request from the European Commission, the Panel on Plant Health was asked to provide a scientific opinion on the report “Evaluation of Strawberry Nursery Plant Cold Treatments on Survival of the Whitefly, Bemisia tabaci” submitted to the European Commission by the United States Department of Agriculture (USDA) as technical justification for a derogation from requirements listed in Annex IV, Part A, Section 1, point 46 of the Council Directive 2000/29/EC[2]. The Panel reviewed the report to indicate methodological issues of concern and evaluated the effectiveness of the treatment proposed for the elimination of B. tabaci whiteflies from consignments to be shipped to the EU. In addition, the Panel clarified which viruses listed in the Annexes of Council Directive 2000/29/EC can be transmitted by strawberry plants and by B. tabaci. The Panel concludes that due to the poor quality of the report submitted and to serious shortcomings in the experimental design the report does not demonstrate the effectiveness of the cold treatment proposed. Although there is potential for the development of a cold treatment protocol for the elimination of B. tabaci from strawberry plant consignments, reliable mortality estimates for the proposed cold treatment of 28 degrees Fahrenheit (-2.2 degrees Celsius) for 2 weeks cannot be derived from this study. No B.tabaci-transmitted viruses are currently known to infect strawberry and no viruses of Fragaria spp. listed in Directive 2000/29/EC are known to be transmitted by B. tabaci. However, adult whiteflies of B. tabaci on strawberry consignments can carry plant viruses irrespective of whether strawberry is a host plant for these viruses and thus represent a pathway for the introduction of non-European viruses. There is also some uncertainty concerning the extent to which known or unknown B. tabaci-transmitted viruses could infect strawberry. Two whitefly-transmitted viruses have been recently confirmed as associated with strawberry pallidosis disease occurring in the US: Beet pseudo-yellows virus (BPYV) and Strawberry pallidosis associated virus (Spiv) but are only known to be transmitted by the greenhouse whitefly Trialeurodes vaporariorum and not by B. tabaci. Strawberry plants for planting are vegetatively propagated and are thus subject to infection by viruses. Irrespective of the presence of B. tabaci, strawberry transplants from US may represent a pathway for the introduction of any non-European viruses (and other potentially harmful organisms) of Fragaria. This applies for example to SPaV, which is not reported as present in the EU and, if introduced, could be further spread by its vector, the glasshouse whitefly T. vaporariorum, which is widely established in the EU.
==>
[
  {
    "id": 2,
    "value": [
      {
        "quantity": "28",
        "unit": "[degrees Fahrenheit]",
        "detailed_unit": {
          "fahrenheit": {
            "surfaces": [
              "Fahrenheit",
              "Farenheit",
              "deg F",
              "deg f",
              "deg fahrenheit",
              "deg farenheit",
              "degf",
              "degree F",
              "degree Fahrenheit",
              "degree Farenheit",
              "degree f",
              "degree fahrenheit",
              "degree farenheit",
              "degree-F",
              "degree-f",
              "degrees F",
              "degrees Fahrenheit",
              "degrees Farenheit",
              "degrees f",
              "degrees fahrenheit",
              "degrees farenheit",
              "degrees-F",
              "degrees-f",
              "degs fahrenheit",
              "degs farenheit",
              "fahrenheit",
              "farenheit"
            ],
            "symbols": [
              "F",
              "degF",
              "f",
              "°F"
            ]
          }
        },
        "related_concept": [
          "proposed",
          "cold",
          "treatment",
          "tabaci",
          "-2.2",
          "degrees Celsius"
        ]
      },
      {
        "quantity": "2",
        "unit": "[weeks]",
        "detailed_unit": {
          "week": {
            "surfaces": [
              "week",
              "weeks",
              "wks"
            ],
            "symbols": [
              "wk"
            ]
          }
        },
        "related_concept": [
          "tabaci",
          "-2.2",
          "degrees Celsius"
        ]
      }
    ]
  }
]
En poursuivant votre navigation, sans modifier vos paramètres, vous acceptez l'utilisation et le dépôt de cookies destinés à mesurer la fréquentation du site grâce au logiciel Matomo.
OK
Modifier les paramètres