Text Processing.

Hello,

How can we use knime to extract features from java source code files? for example:

  • how many arrays were created, initiated in a method/class?
  • how many times a method were called?
  • how many variables are declared in a method/class? what are their types?
  • etc.

Thnak you.

Honestly, I would not use text mining or processing methods for that, but rather a Java code analyzer tool.

Cheers, Kilian

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.