CSProjectsAvatar / ml

0 stars 0 forks source link

simple oracle for classifying a word as entity, relationship or attribute #4

Closed OmarHernandez99 closed 2 years ago

OmarHernandez99 commented 2 years ago

It's required to implement an oracle which determines the role of a natural-language word in the graph DB query (entity, relationship or attribute). Do it as simple as possible (it can even be a fake implementation).

MakeMake23 commented 2 years ago

WordGraphClassf is the oracle