Closed
Description
I am working with a Java dataset composed of pairs (code, comment)
, as shown below:
id | code | comment
-- | -- | --
321 | \tpublic int getPushesLowerbound() {\n\t\tretu... | returns the pushes lowerbound of this board po...
323 | \tpublic void setPushesLowerbound(int pushesLo... | sets the pushes lowerbound of this board position
324 | \t\tpublic void play() {\n\t\t\t\n\t\t\t// If ... | play a sound
343 | \tpublic int getInfluenceValue(int boxNo1, int... | returns the influence value between the positi...
351 | \tpublic void setPositions(int[] positions){\n... | sets the box positions and the player position
then, is there an approach to extract the path context of each Java method creating new pairs (path_context, comment)
?
Metadata
Metadata
Assignees
Labels
No labels