JetBrains-Research / astminer

A library for mining of path-based representations of code (and more)
MIT License
282 stars 80 forks source link

Add javaparser #161

Closed illided closed 3 years ago

illided commented 3 years ago

Introduce Javaparser into the astminer. Algorithm is really close to the JavaExtractor algorithm in code2seq and code2vec which can be a nice baseline to some research.

This PR should be merged after #160