This repository was archived by the owner on Jun 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Re-visit nlp module #21
Copy link
Copy link
Open
Labels
enhancementimproving and existing module or connecting existing partsimproving and existing module or connecting existing partsneeds_discussionto be addressed with the team before taking actionto be addressed with the team before taking actionrefactoring/infrastructureinvolves heavy refactoring or changing underlying infrastructureinvolves heavy refactoring or changing underlying infrastructure
Description
"One utterance to many triples"
Currently, the triples generated contain entities extracted as "lenka-sister" (eg. lenka-sister_is-from_serbia), which might need to be broken down into triples themselves (lenka_has-sister_x and x_is-from_serbia)
This can be noted through the litst of types extracted. Usually when the list of types for a single entity contains certain combinations (eg. adjective and noun)
| # TODO here we know if two types are different category (aka noun and verb) we might need to split the triple |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementimproving and existing module or connecting existing partsimproving and existing module or connecting existing partsneeds_discussionto be addressed with the team before taking actionto be addressed with the team before taking actionrefactoring/infrastructureinvolves heavy refactoring or changing underlying infrastructureinvolves heavy refactoring or changing underlying infrastructure