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

Extract more than one attribute-value pair per element #19

Closed KartikChugh closed 6 years ago

KartikChugh commented 6 years ago

The extraction of <img class='header' align='left'> yields [img, class, header], neglecting align='left'.

Need a way to account for multiple attribute-value pairs.

KartikChugh commented 6 years ago

e1e9544 extracts all attribute-value pairs and stores each one as a separate entry in the training table.