asyml / ForteHealth

The project is in the incubation stage and still under development. ForteHealth is a flexible and powerful ML workflow builder for biomedical and clinical scenarios. This is part of the CASL project: http://casl-project.ai/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix hyponym detector in Scispacy processor

nikhilranjan7 opened this issue · comments

Describe the bug
Parent and child string is not stored correctly in processor ontology. Only relation phrase can be tested e.g., "such as"

To Reproduce
Steps to reproduce the behavior:
Run Scispacy processor for hyponym detection

Expected behavior
Example:

  • Keystone plant species such as fig trees are good for the soil.
    Real parent = Keystone plant species
    Real child = fig trees
    Real Relation = such as

But the scispacy processor stores:
Real parent = Key
Real child = fi
Real relation = such as