devuxd / IRIS

IRIS, an intelligent code editor with ML-powered pattern insights. Published in IEEE VLHCC 2019
https://ieeexplore.ieee.org/document/8818871
3 stars 0 forks source link

Serial attribute-value extraction hasn't been applied for parent info #42

Closed KartikChugh closed 6 years ago

KartikChugh commented 6 years ago

19 applied for element info, but neglected parents.

We need a separate feature table entry for each parent attribute-value pair.

KartikChugh commented 6 years ago

Interesting how this bug works...the code loops over each AV pair for adding to the training table. By the time it calls extract on the children, the AV pair is the last AV pair, which becomes the child's parent info.