albertogoffi / toradocu

Toradocu - automated generation of test oracles from Javadoc documentation
Other
42 stars 21 forks source link

Improve extraction of the subject #94

Closed albertogoffi closed 7 years ago

albertogoffi commented 7 years ago

Given the graph produced by the Stanford Parser, the subject extraction now uses a BFS visit of the subgraph rooted in the node marked as subject by the Stanford parser.

Fixes #90.